01M12PT928RSG9Y4NCF95588Y4: 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: 01M12PTR84TEX2RYH3QCRSQGS3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T22:54:08.132Zjob assigned to worker 01M12PV2HN02KP70DGN6ER2115 [factory aws, i-080c56bfe59fac207] (queued for 56 s)
 
22026-08-27T22:54:15.000Zstarting task 0: "setup"
32026-08-27T22:54:15.017Z++ uname -s
42026-08-27T22:54:15.017Z+ kern=SunOS
52026-08-27T22:54:15.017Z+ build_user=build
62026-08-27T22:54:15.017Z+ build_uid=12345
72026-08-27T22:54:15.017Z+ work_dir=/work
82026-08-27T22:54:15.017Z+ input_dir=/input
92026-08-27T22:54:15.017Z+ [[ 0 == 12345 ]]
102026-08-27T22:54:15.018Z+ case "$kern" in
112026-08-27T22:54:15.018Z+ groupadd -g 12345 build
122026-08-27T22:54:15.018Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T22:54:17.014Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T22:54:17.181Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T22:54:17.185Z+ home_fs=zfs
162026-08-27T22:54:17.185Z+ [[ zfs == autofs ]]
172026-08-27T22:54:17.185Z+ mkdir -p /home/build
182026-08-27T22:54:17.185Z+ chown build:build /home/build /work
192026-08-27T22:54:19.190Z+ chmod 0700 /home/build /work
202026-08-27T22:54:19.193Zprocess exited: duration 4196 ms, exit code 0
 
212026-08-27T22:54:19.206Zstarting task 1: "rust-toolchain"
222026-08-27T22:54:19.211Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T22:54:19.211Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T22:54:19.212Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-27T22:54:19.212Z * rust toolchain channel = "1.97.1"
262026-08-27T22:54:19.212Z * rust toolchain profile = "default"
272026-08-27T22:54:19.212Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T22:54:19.212Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T22:54:19.212Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T22:54:19.318Zinfo: downloading installer
312026-08-27T22:54:20.675Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T22:54:20.675Zwarn: /home/build/.rustup/settings.toml
332026-08-27T22:54:20.676Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T22:54:20.676Zwarn: instead of the one inferred from the default host triple.
352026-08-27T22:54:20.687Zinfo: profile set to default
362026-08-27T22:54:20.687Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T22:54:20.694Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T22:54:20.823Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T22:54:20.826Zinfo: downloading 6 components
402026-08-27T22:54:36.482Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T22:54:36.482Z
422026-08-27T22:54:36.508Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T22:54:36.509Z
442026-08-27T22:54:36.509Z
452026-08-27T22:54:36.509ZRust is installed now. Great!
462026-08-27T22:54:36.509Z
472026-08-27T22:54:36.509ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T22:54:36.509Zenvironment variable. This has not been done automatically.
492026-08-27T22:54:36.509Z
502026-08-27T22:54:36.509ZTo configure your current shell, you need to source
512026-08-27T22:54:36.509Zthe corresponding env file under $HOME/.cargo.
522026-08-27T22:54:36.509Z
532026-08-27T22:54:36.509ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T22:54:36.509Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T22:54:36.509Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T22:54:36.509Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T22:54:36.509Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T22:54:36.509Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T22:54:36.509Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T22:54:36.524Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T22:54:36.524Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T22:54:36.609Z+ rustup --version
632026-08-27T22:54:36.615Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T22:54:36.619Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T22:54:36.637Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T22:54:36.640Z+ cargo --version
672026-08-27T22:54:36.647Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T22:54:36.650Z+ rustc --version
692026-08-27T22:54:36.670Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T22:54:36.673Zprocess exited: duration 17470 ms, exit code 0
 
712026-08-27T22:54:36.680Zstarting task 2: "authentication"
722026-08-27T22:54:36.698Zprocess exited: duration 18 ms, exit code 0
 
732026-08-27T22:54:36.704Zstarting task 3: "clone repository"
742026-08-27T22:54:36.709Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T22:54:36.712Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T22:54:36.744ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T22:54:56.451Z+ cd /work/oxidecomputer/omicron
782026-08-27T22:54:56.451Z+ git fetch origin 954f157ac9803967443ecd07453ab2d01c20fc99
792026-08-27T22:54:56.811ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T22:54:56.811Z * branch 954f157ac9803967443ecd07453ab2d01c20fc99 -> FETCH_HEAD
812026-08-27T22:54:56.826Z+ [[ -n support-bundle-time-range-v2 ]]
822026-08-27T22:54:56.829Z++ git branch --show-current
832026-08-27T22:54:56.832Z+ current=main
842026-08-27T22:54:56.832Z+ [[ main != support-bundle-time-range-v2 ]]
852026-08-27T22:54:56.832Z+ git branch -f support-bundle-time-range-v2 954f157ac9803967443ecd07453ab2d01c20fc99
862026-08-27T22:54:56.835Z+ git checkout -f support-bundle-time-range-v2
872026-08-27T22:54:57.085ZSwitched to branch 'support-bundle-time-range-v2'
882026-08-27T22:54:57.088Z+ git reset --hard 954f157ac9803967443ecd07453ab2d01c20fc99
892026-08-27T22:54:57.128ZHEAD is now at 954f157ac Drop the dead start_time IS NULL disjunct from the bundle time-range CHECK
902026-08-27T22:54:57.132Zprocess exited: duration 20425 ms, exit code 0
 
912026-08-27T22:54:57.138Zstarting task 4: "build"
922026-08-27T22:54:57.143Z+ source .github/buildomat/ci-env.sh
932026-08-27T22:54:57.143Z++ export CARGO_TERM_COLOR=always
942026-08-27T22:54:57.143Z++ CARGO_TERM_COLOR=always
952026-08-27T22:54:57.146Z+++ uname -s
962026-08-27T22:54:57.146Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-27T22:54:57.146Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-27T22:54:57.149Z+ cargo --version
992026-08-27T22:54:57.157Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-27T22:54:57.160Z+ rustc --version
1012026-08-27T22:54:57.180Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-27T22:54:57.183Z+ cargo tree --locked
1032026-08-27T22:54:57.347Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-27T22:54:57.718Z Updating crates.io index
1052026-08-27T22:54:57.721Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-27T22:54:58.026Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-27T22:54:58.390Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-27T22:54:58.715Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-27T22:54:59.816Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-27T22:55:00.411Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-27T22:55:02.028Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-27T22:55:02.913Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-27T22:55:03.220Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-27T22:55:03.590Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-27T22:55:05.019Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-27T22:55:05.358Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-27T22:55:05.825Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-27T22:55:06.145Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-27T22:55:06.698Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-27T22:55:06.992Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-27T22:55:07.298Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-27T22:55:07.591Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-27T22:55:07.979Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-27T22:55:08.499Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-27T22:55:08.966Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-27T22:55:09.515Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-27T22:55:09.885Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-27T22:55:10.458Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-27T22:55:10.840Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-27T22:55:11.133Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-27T22:55:11.595Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-27T22:55:12.144Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-27T22:55:12.569Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-27T22:55:12.951Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-27T22:55:13.258Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-27T22:55:13.596Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-27T22:55:14.037Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-27T22:55:14.646Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-27T22:55:14.946Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-27T22:55:15.246Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-27T22:55:15.584Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-27T22:55:15.962Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-27T22:55:16.292Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-27T22:55:16.581Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-27T22:55:16.950Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-27T22:55:17.278Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-27T22:55:17.642Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-27T22:55:20.663Z Downloading crates ...
1492026-08-27T22:55:20.729Z Downloaded guppy-workspace-hack v0.1.0
1502026-08-27T22:55:20.734Z Downloaded crossbeam-utils v0.8.21
1512026-08-27T22:55:20.737Z Downloaded cmake v0.1.57
1522026-08-27T22:55:20.737Z Downloaded compression-codecs v0.4.37
1532026-08-27T22:55:20.737Z Downloaded crucible-workspace-hack v0.1.0
1542026-08-27T22:55:20.737Z Downloaded convert_case v0.10.0
1552026-08-27T22:55:20.740Z Downloaded diesel_table_macro_syntax v0.3.0
1562026-08-27T22:55:20.751Z Downloaded cpubits v0.1.1
1572026-08-27T22:55:20.754Z Downloaded crc-catalog v2.4.0
1582026-08-27T22:55:20.754Z Downloaded crc v3.4.0
1592026-08-27T22:55:20.754Z Downloaded constant_time_eq v0.3.1
1602026-08-27T22:55:20.754Z Downloaded half v2.7.1
1612026-08-27T22:55:20.757Z Downloaded compression-core v0.4.31
1622026-08-27T22:55:20.757Z Downloaded darling_macro v0.21.3
1632026-08-27T22:55:20.757Z Downloaded inout v0.2.2
1642026-08-27T22:55:20.760Z Downloaded home v0.5.12
1652026-08-27T22:55:20.763Z Downloaded half v1.8.3
1662026-08-27T22:55:20.765Z Downloaded headers-core v0.3.0
1672026-08-27T22:55:20.765Z Downloaded cpufeatures v0.2.17
1682026-08-27T22:55:20.765Z Downloaded colorchoice v1.0.4
1692026-08-27T22:55:20.768Z Downloaded hash32 v0.3.1
1702026-08-27T22:55:20.772Z Downloaded cpufeatures v0.3.0
1712026-08-27T22:55:20.777Z Downloaded cobs v0.3.0
1722026-08-27T22:55:20.781Z Downloaded http-range v0.1.5
1732026-08-27T22:55:20.784Z Downloaded crc8 v0.1.1
1742026-08-27T22:55:20.784Z Downloaded crossterm v0.28.1
1752026-08-27T22:55:20.786Z Downloaded impl-trait-for-tuples v0.2.3
1762026-08-27T22:55:20.789Z Downloaded hash32 v0.2.1
1772026-08-27T22:55:20.795Z Downloaded cstr-argument v0.1.2
1782026-08-27T22:55:20.798Z Downloaded darling_macro v0.20.11
1792026-08-27T22:55:20.798Z Downloaded derive_builder_macro v0.20.2
1802026-08-27T22:55:20.798Z Downloaded hex v0.4.3
1812026-08-27T22:55:20.801Z Downloaded indent_write v2.2.0
1822026-08-27T22:55:20.804Z Downloaded crypto-common v0.1.7
1832026-08-27T22:55:20.804Z Downloaded inout v0.1.4
1842026-08-27T22:55:20.804Z Downloaded hostname v0.3.1
1852026-08-27T22:55:20.804Z Downloaded hex-literal v1.1.0
1862026-08-27T22:55:20.807Z Downloaded idna_adapter v1.2.1
1872026-08-27T22:55:20.807Z Downloaded curve25519-dalek-derive v0.1.1
1882026-08-27T22:55:20.807Z Downloaded convert_case v0.4.0
1892026-08-27T22:55:20.807Z Downloaded heck v0.4.1
1902026-08-27T22:55:20.807Z Downloaded hostname v0.4.2
1912026-08-27T22:55:20.812Z Downloaded ident_case v1.0.1
1922026-08-27T22:55:20.812Z Downloaded defmt-parser v1.0.0
1932026-08-27T22:55:20.812Z Downloaded hubpack v0.1.2
1942026-08-27T22:55:20.815Z Downloaded httpdate v1.0.3
1952026-08-27T22:55:20.815Z Downloaded is_terminal_polyfill v1.70.2
1962026-08-27T22:55:20.817Z Downloaded hubpack_derive v0.1.1
1972026-08-27T22:55:20.817Z Downloaded illumos-nvpair-sys v0.2.0
1982026-08-27T22:55:20.821Z Downloaded instant v0.1.13
1992026-08-27T22:55:20.821Z Downloaded hex-literal v0.4.1
2002026-08-27T22:55:20.823Z Downloaded debug-ignore v1.0.5
2012026-08-27T22:55:20.826Z Downloaded crypto-common v0.2.2
2022026-08-27T22:55:20.830Z Downloaded group v0.13.0
2032026-08-27T22:55:20.830Z Downloaded group v0.14.0
2042026-08-27T22:55:20.830Z Downloaded httparse v1.10.1
2052026-08-27T22:55:20.833Z Downloaded defmt v0.3.100
2062026-08-27T22:55:20.838Z Downloaded internet-checksum v0.2.1
2072026-08-27T22:55:20.838Z Downloaded darling_macro v0.13.4
2082026-08-27T22:55:20.838Z Downloaded darling_macro v0.23.0
2092026-08-27T22:55:20.838Z Downloaded indoc v1.0.9
2102026-08-27T22:55:20.843Z Downloaded illumos-nvpair v0.3.0
2112026-08-27T22:55:20.846Z Downloaded http-body v1.0.1
2122026-08-27T22:55:20.846Z Downloaded clap_lex v1.0.0
2132026-08-27T22:55:20.846Z Downloaded assert_matches v1.5.0
2142026-08-27T22:55:20.849Z Downloaded approx v0.5.1
2152026-08-27T22:55:20.852Z Downloaded instability v0.3.11
2162026-08-27T22:55:20.855Z Downloaded is_ci v1.2.0
2172026-08-27T22:55:20.858Z Downloaded cipher v0.5.2
2182026-08-27T22:55:20.860Z Downloaded crunchy v0.2.4
2192026-08-27T22:55:20.860Z Downloaded http-body-util v0.1.3
2202026-08-27T22:55:20.863Z Downloaded concurrent-queue v2.5.0
2212026-08-27T22:55:20.866Z Downloaded constant_time_eq v0.4.2
2222026-08-27T22:55:20.866Z Downloaded criterion-plot v0.6.0
2232026-08-27T22:55:20.869Z Downloaded ingot v0.2.1
2242026-08-27T22:55:20.869Z Downloaded is-terminal v0.4.17
2252026-08-27T22:55:20.873Z Downloaded heck v0.5.0
2262026-08-27T22:55:20.876Z Downloaded ipnetwork v0.21.1
2272026-08-27T22:55:20.876Z Downloaded async-object-pool v0.2.0
2282026-08-27T22:55:20.876Z Downloaded atomicwrites v0.4.4
2292026-08-27T22:55:20.876Z Downloaded bcrypt-pbkdf v0.11.0
2302026-08-27T22:55:20.879Z Downloaded async-recursion v1.1.1
2312026-08-27T22:55:20.882Z Downloaded bb8 v0.8.6
2322026-08-27T22:55:20.882Z Downloaded cast v0.3.0
2332026-08-27T22:55:20.885Z Downloaded cfg_aliases v0.2.1
2342026-08-27T22:55:20.885Z Downloaded opaque-debug v0.3.1
2352026-08-27T22:55:20.888Z Downloaded httptest v0.16.4
2362026-08-27T22:55:20.891Z Downloaded ctr v0.10.1
2372026-08-27T22:55:20.895Z Downloaded highway v1.3.0
2382026-08-27T22:55:20.897Z Downloaded derive_builder_core v0.20.2
2392026-08-27T22:55:20.898Z Downloaded crossbeam-deque v0.8.6
2402026-08-27T22:55:20.901Z Downloaded deranged v0.5.8
2412026-08-27T22:55:20.904Z Downloaded hyper-tls v0.6.0
2422026-08-27T22:55:20.904Z Downloaded olpc-cjson v0.1.4
2432026-08-27T22:55:20.904Z Downloaded oxide-generation-macros v0.2.0
2442026-08-27T22:55:20.907Z Downloaded delegate v0.13.5
2452026-08-27T22:55:20.907Z Downloaded der_derive v0.7.3
2462026-08-27T22:55:20.911Z Downloaded humantime v2.3.0
2472026-08-27T22:55:20.914Z Downloaded ingot-types v0.2.0
2482026-08-27T22:55:20.917Z Downloaded base16ct v0.2.0
2492026-08-27T22:55:20.920Z Downloaded daft v0.1.8
2502026-08-27T22:55:20.920Z Downloaded darling v0.13.4
2512026-08-27T22:55:20.923Z Downloaded data-encoding v2.10.0
2522026-08-27T22:55:20.923Z Downloaded ipnet v2.12.0
2532026-08-27T22:55:20.923Z Downloaded hyper-staticfile v0.10.1
2542026-08-27T22:55:20.926Z Downloaded diesel-dtrace v0.5.0
2552026-08-27T22:55:20.926Z Downloaded parse-size v1.1.0
2562026-08-27T22:55:20.926Z Downloaded percent-encoding v2.3.2
2572026-08-27T22:55:20.928Z Downloaded cmov v0.5.4
2582026-08-27T22:55:20.932Z Downloaded defmt-macros v1.0.1
2592026-08-27T22:55:20.932Z Downloaded ctutils v0.4.2
2602026-08-27T22:55:20.935Z Downloaded daft-derive v0.1.8
2612026-08-27T22:55:20.935Z Downloaded potential_utf v0.1.4
2622026-08-27T22:55:20.935Z Downloaded proc-macro-error-attr v1.0.4
2632026-08-27T22:55:20.938Z Downloaded defmt v1.0.1
2642026-08-27T22:55:20.942Z Downloaded indoc v2.0.7
2652026-08-27T22:55:20.945Z Downloaded ingot-macros v0.2.0
2662026-08-27T22:55:20.945Z Downloaded colored v2.2.0
2672026-08-27T22:55:20.948Z Downloaded colored v3.1.1
2682026-08-27T22:55:20.948Z Downloaded iana-time-zone v0.1.65
2692026-08-27T22:55:20.950Z Downloaded const_format_proc_macros v0.2.34
2702026-08-27T22:55:20.951Z Downloaded csv-core v0.1.13
2712026-08-27T22:55:20.954Z Downloaded clap_derive v4.6.1
2722026-08-27T22:55:20.954Z Downloaded console v0.15.11
2732026-08-27T22:55:20.954Z Downloaded crc32fast v1.5.0
2742026-08-27T22:55:20.957Z Downloaded bcs v0.1.6
2752026-08-27T22:55:20.960Z Downloaded pathdiff v0.2.3
2762026-08-27T22:55:20.960Z Downloaded phf_shared v0.12.1
2772026-08-27T22:55:20.960Z Downloaded pretty-hex v0.4.1
2782026-08-27T22:55:20.969Z Downloaded anstyle v1.0.14
2792026-08-27T22:55:20.971Z Downloaded bs58 v0.5.1
2802026-08-27T22:55:20.972Z Downloaded byteorder v1.5.0
2812026-08-27T22:55:20.974Z Downloaded hmac v0.12.1
2822026-08-27T22:55:20.974Z Downloaded rand_xorshift v0.4.0
2832026-08-27T22:55:20.974Z Downloaded ref-cast v1.0.25
2842026-08-27T22:55:20.977Z Downloaded icu_normalizer_data v2.1.1
2852026-08-27T22:55:20.977Z Downloaded rfc6979 v0.4.0
2862026-08-27T22:55:20.980Z Downloaded cexpr v0.6.0
2872026-08-27T22:55:20.981Z Downloaded russh-util v0.52.0
2882026-08-27T22:55:20.981Z Downloaded rustc_version v0.1.7
2892026-08-27T22:55:20.983Z Downloaded same-file v1.0.6
2902026-08-27T22:55:20.988Z Downloaded parse-display-derive v0.10.0
2912026-08-27T22:55:20.990Z Downloaded hmac v0.13.0
2922026-08-27T22:55:20.993Z Downloaded hybrid-array v0.4.13
2932026-08-27T22:55:20.993Z Downloaded hyper-rustls v0.27.7
2942026-08-27T22:55:20.995Z Downloaded chacha20 v0.9.1
2952026-08-27T22:55:20.996Z Downloaded clang-sys v1.8.1
2962026-08-27T22:55:20.998Z Downloaded crossbeam-epoch v0.9.18
2972026-08-27T22:55:20.998Z Downloaded des v0.9.0
2982026-08-27T22:55:20.999Z Downloaded pin-project-lite v0.2.17
2992026-08-27T22:55:21.001Z Downloaded predicates v3.1.4
3002026-08-27T22:55:21.004Z Downloaded progenitor-client v0.14.0
3012026-08-27T22:55:21.004Z Downloaded console v0.16.2
3022026-08-27T22:55:21.004Z Downloaded const-oid v0.9.6
3032026-08-27T22:55:21.007Z Downloaded pkcs8 v0.10.2
3042026-08-27T22:55:21.007Z Downloaded poly1305 v0.8.0
3052026-08-27T22:55:21.007Z Downloaded proc-macro-error v1.0.4
3062026-08-27T22:55:21.010Z Downloaded cookie_store v0.22.1
3072026-08-27T22:55:21.010Z Downloaded corncobs v0.1.4
3082026-08-27T22:55:21.013Z Downloaded addr2line v0.25.1
3092026-08-27T22:55:21.013Z Downloaded siphasher v1.0.2
3102026-08-27T22:55:21.013Z Downloaded datatest-stable v0.3.3
3112026-08-27T22:55:21.016Z Downloaded similar-asserts v1.7.0
3122026-08-27T22:55:21.016Z Downloaded hickory-client v0.25.2
3132026-08-27T22:55:21.019Z Downloaded darling v0.20.11
3142026-08-27T22:55:21.022Z Downloaded derive-ex v0.1.8
3152026-08-27T22:55:21.022Z Downloaded critical-section v1.2.0
3162026-08-27T22:55:21.026Z Downloaded icu_properties v2.1.2
3172026-08-27T22:55:21.028Z Downloaded seq-macro v0.3.6
3182026-08-27T22:55:21.028Z Downloaded darling v0.21.3
3192026-08-27T22:55:21.031Z Downloaded cookie v0.18.1
3202026-08-27T22:55:21.034Z Downloaded psm v0.1.30
3212026-08-27T22:55:21.034Z Downloaded rand_core v0.10.0
3222026-08-27T22:55:21.037Z Downloaded clap v4.6.1
3232026-08-27T22:55:21.040Z Downloaded headers v0.4.1
3242026-08-27T22:55:21.043Z Downloaded supports-unicode v2.1.0
3252026-08-27T22:55:21.043Z Downloaded serde_plain v1.0.2
3262026-08-27T22:55:21.046Z Downloaded serde_regex v1.1.0
3272026-08-27T22:55:21.046Z Downloaded signal-hook-mio v0.2.5
3282026-08-27T22:55:21.046Z Downloaded bitflags v2.11.0
3292026-08-27T22:55:21.048Z Downloaded blake2b_simd v1.0.4
3302026-08-27T22:55:21.048Z Downloaded rand_chacha v0.9.0
3312026-08-27T22:55:21.048Z Downloaded darling v0.23.0
3322026-08-27T22:55:21.051Z Downloaded supports-hyperlinks v3.2.0
3332026-08-27T22:55:21.051Z Downloaded backon v1.6.0
3342026-08-27T22:55:21.054Z Downloaded cancel-safe-futures v0.1.5
3352026-08-27T22:55:21.054Z Downloaded hkdf v0.13.0
3362026-08-27T22:55:21.057Z Downloaded primeorder v0.13.6
3372026-08-27T22:55:21.057Z Downloaded progenitor-macro v0.13.0
3382026-08-27T22:55:21.057Z Downloaded relative-path v1.9.3
3392026-08-27T22:55:21.057Z Downloaded arrayvec v0.7.6
3402026-08-27T22:55:21.060Z Downloaded terminal_size v0.1.17
3412026-08-27T22:55:21.060Z Downloaded thread-id v4.2.2
3422026-08-27T22:55:21.060Z Downloaded rpassword v7.5.4
3432026-08-27T22:55:21.060Z Downloaded scopeguard v1.2.0
3442026-08-27T22:55:21.063Z Downloaded scroll v0.12.0
3452026-08-27T22:55:21.063Z Downloaded stable_deref_trait v1.2.1
3462026-08-27T22:55:21.063Z Downloaded sync_wrapper v1.0.2
3472026-08-27T22:55:21.063Z Downloaded icu_provider v2.1.1
3482026-08-27T22:55:21.065Z Downloaded parking_lot v0.11.2
3492026-08-27T22:55:21.065Z Downloaded tap v1.0.1
3502026-08-27T22:55:21.069Z Downloaded tabled_derive v0.7.0
3512026-08-27T22:55:21.069Z Downloaded take_mut v0.2.2
3522026-08-27T22:55:21.069Z Downloaded ignore v0.4.25
3532026-08-27T22:55:21.072Z Downloaded time-core v0.1.8
3542026-08-27T22:55:21.072Z Downloaded toml_datetime v0.6.11
3552026-08-27T22:55:21.072Z Downloaded try-lock v0.2.5
3562026-08-27T22:55:21.072Z Downloaded phc v0.6.1
3572026-08-27T22:55:21.076Z Downloaded pkcs8 v0.11.0
3582026-08-27T22:55:21.076Z Downloaded poly1305 v0.9.0
3592026-08-27T22:55:21.076Z Downloaded sha2 v0.10.9
3602026-08-27T22:55:21.079Z Downloaded usdt-macro v0.6.0
3612026-08-27T22:55:21.079Z Downloaded slab v0.4.12
3622026-08-27T22:55:21.079Z Downloaded tower-service v0.3.3
3632026-08-27T22:55:21.079Z Downloaded trait-variant v0.1.2
3642026-08-27T22:55:21.079Z Downloaded snafu-derive v0.8.9
3652026-08-27T22:55:21.083Z Downloaded derive_more v0.99.20
3662026-08-27T22:55:21.085Z Downloaded heapless v0.7.17
3672026-08-27T22:55:21.088Z Downloaded icu_locale_core v2.1.1
3682026-08-27T22:55:21.091Z Downloaded derive_builder v0.20.2
3692026-08-27T22:55:21.094Z Downloaded const-oid v0.10.2
3702026-08-27T22:55:21.097Z Downloaded stacker v0.1.23
3712026-08-27T22:55:21.100Z Downloaded version_check v0.9.5
3722026-08-27T22:55:21.100Z Downloaded wait-timeout v0.2.1
3732026-08-27T22:55:21.100Z Downloaded crc-any v2.5.0
3742026-08-27T22:55:21.102Z Downloaded darling_core v0.13.4
3752026-08-27T22:55:21.105Z Downloaded derive-where v1.6.0
3762026-08-27T22:55:21.105Z Downloaded anyhow v1.0.104
3772026-08-27T22:55:21.108Z Downloaded scroll v0.13.0
3782026-08-27T22:55:21.108Z Downloaded wnaf v0.14.0
3792026-08-27T22:55:21.108Z Downloaded strum_macros v0.26.4
3802026-08-27T22:55:21.111Z Downloaded icu_normalizer v2.1.1
3812026-08-27T22:55:21.111Z Downloaded usdt-attr-macro v0.6.0
3822026-08-27T22:55:21.114Z Downloaded darling_core v0.23.0
3832026-08-27T22:55:21.114Z Downloaded unicode-xid v0.2.6
3842026-08-27T22:55:21.118Z Downloaded peg-macros v0.8.5
3852026-08-27T22:55:21.121Z Downloaded downcast-rs v2.0.2
3862026-08-27T22:55:21.121Z Downloaded embedded-io v0.4.0
3872026-08-27T22:55:21.121Z Downloaded escape8259 v0.5.3
3882026-08-27T22:55:21.124Z Downloaded yoke-derive v0.8.1
3892026-08-27T22:55:21.124Z Downloaded zerofrom-derive v0.1.6
3902026-08-27T22:55:21.128Z Downloaded difflib v0.4.0
3912026-08-27T22:55:21.128Z Downloaded dtrace-parser v0.3.0
3922026-08-27T22:55:21.128Z Downloaded dunce v1.0.5
3932026-08-27T22:55:21.128Z Downloaded allocator-api2 v0.2.21
3942026-08-27T22:55:21.131Z Downloaded thiserror-impl v2.0.18
3952026-08-27T22:55:21.134Z Downloaded smallvec v0.6.14
3962026-08-27T22:55:21.134Z Downloaded ssh-encoding v0.3.0
3972026-08-27T22:55:21.137Z Downloaded papergrid v0.11.0
3982026-08-27T22:55:21.137Z Downloaded support-bundle-viewer v0.1.2
3992026-08-27T22:55:21.139Z Downloaded tokio-tungstenite v0.21.0
4002026-08-27T22:55:21.143Z Downloaded endian-type v0.1.2
4012026-08-27T22:55:21.143Z Downloaded oxide-update-engine-types v0.1.2
4022026-08-27T22:55:21.147Z Downloaded foreign-types-shared v0.3.1
4032026-08-27T22:55:21.147Z Downloaded funty v2.0.0
4042026-08-27T22:55:21.150Z Downloaded fnv v1.0.7
4052026-08-27T22:55:21.150Z Downloaded foreign-types v0.5.0
4062026-08-27T22:55:21.150Z Downloaded futures-task v0.3.32
4072026-08-27T22:55:21.153Z Downloaded darling_core v0.21.3
4082026-08-27T22:55:21.156Z Downloaded indicatif v0.18.4
4092026-08-27T22:55:21.159Z Downloaded heapless v0.8.0
4102026-08-27T22:55:21.162Z Downloaded hickory-resolver v0.24.4
4112026-08-27T22:55:21.165Z Downloaded hickory-resolver v0.25.2
4122026-08-27T22:55:21.168Z Downloaded darling_core v0.20.11
4132026-08-27T22:55:21.173Z Downloaded libscf-sys v1.2.0
4142026-08-27T22:55:21.176Z Downloaded http v1.4.2
4152026-08-27T22:55:21.178Z Downloaded whoami v1.6.1
4162026-08-27T22:55:21.181Z Downloaded git-stub v1.0.0
4172026-08-27T22:55:21.181Z Downloaded lzss v0.8.2
4182026-08-27T22:55:21.181Z Downloaded lru-slab v0.1.2
4192026-08-27T22:55:21.186Z Downloaded assert-json-diff v2.0.2
4202026-08-27T22:55:21.188Z Downloaded base16ct v1.0.0
4212026-08-27T22:55:21.188Z Downloaded semver v1.0.28
4222026-08-27T22:55:21.191Z Downloaded async-stream v0.3.6
4232026-08-27T22:55:21.191Z Downloaded block-buffer v0.12.1
4242026-08-27T22:55:21.191Z Downloaded termcolor v1.4.1
4252026-08-27T22:55:21.194Z Downloaded displaydoc v0.2.5
4262026-08-27T22:55:21.194Z Downloaded memoffset v0.9.1
4272026-08-27T22:55:21.197Z Downloaded rustls-platform-verifier v0.6.2
4282026-08-27T22:55:21.201Z Downloaded uzers v0.12.2
4292026-08-27T22:55:21.203Z Downloaded multimap v0.10.1
4302026-08-27T22:55:21.206Z Downloaded num-iter v0.1.45
4312026-08-27T22:55:21.209Z Downloaded indexmap v1.9.3
4322026-08-27T22:55:21.212Z Downloaded anstyle-query v1.1.5
4332026-08-27T22:55:21.212Z Downloaded num_enum_derive v0.5.11
4342026-08-27T22:55:21.212Z Downloaded block-buffer v0.10.4
4352026-08-27T22:55:21.215Z Downloaded icu_collections v2.1.1
4362026-08-27T22:55:21.218Z Downloaded slog-term v2.9.2
4372026-08-27T22:55:21.218Z Downloaded generic-array v0.14.7
4382026-08-27T22:55:21.221Z Downloaded path-slash v0.1.5
4392026-08-27T22:55:21.224Z Downloaded socket2 v0.5.10
4402026-08-27T22:55:21.227Z Downloaded time-macros v0.2.27
4412026-08-27T22:55:21.227Z Downloaded ed25519 v3.0.0
4422026-08-27T22:55:21.230Z Downloaded keccak v0.2.0
4432026-08-27T22:55:21.232Z Downloaded fallible-iterator v0.2.0
4442026-08-27T22:55:21.232Z Downloaded find-msvc-tools v0.1.9
4452026-08-27T22:55:21.232Z Downloaded hyper-util v0.1.20
4462026-08-27T22:55:21.235Z Downloaded git-stub-vcs v0.1.0
4472026-08-27T22:55:21.238Z Downloaded knus-derive v3.4.0
4482026-08-27T22:55:21.238Z Downloaded md5 v0.8.0
4492026-08-27T22:55:21.238Z Downloaded openssl-macros v0.1.1
4502026-08-27T22:55:21.238Z Downloaded openssl-probe v0.1.6
4512026-08-27T22:55:21.241Z Downloaded openssl-probe v0.2.1
4522026-08-27T22:55:21.242Z Downloaded progenitor-macro v0.14.0
4532026-08-27T22:55:21.242Z Downloaded linear-map v1.2.0
4542026-08-27T22:55:21.245Z Downloaded plain v0.2.3
4552026-08-27T22:55:21.245Z Downloaded toml v0.8.23
4562026-08-27T22:55:21.245Z Downloaded compact_str v0.8.1
4572026-08-27T22:55:21.248Z Downloaded derive_more v2.1.1
4582026-08-27T22:55:21.252Z Downloaded rcgen v0.12.1
4592026-08-27T22:55:21.255Z Downloaded ref-cast-impl v1.0.25
4602026-08-27T22:55:21.255Z Downloaded miette-derive v7.6.0
4612026-08-27T22:55:21.255Z Downloaded nu-ansi-term v0.50.3
4622026-08-27T22:55:21.259Z Downloaded crossbeam-channel v0.5.15
4632026-08-27T22:55:21.259Z Downloaded der v0.7.10
4642026-08-27T22:55:21.262Z Downloaded indexmap v2.14.0
4652026-08-27T22:55:21.265Z Downloaded const_format v0.2.35
4662026-08-27T22:55:21.267Z Downloaded async-stream-impl v0.3.6
4672026-08-27T22:55:21.268Z Downloaded crypto-bigint v0.5.5
4682026-08-27T22:55:21.283Z Downloaded hashbrown v0.12.3
4692026-08-27T22:55:21.283Z Downloaded hashbrown v0.13.2
4702026-08-27T22:55:21.283Z Downloaded chumsky v0.9.3
4712026-08-27T22:55:21.283Z Downloaded rfc6979 v0.6.0
4722026-08-27T22:55:21.283Z Downloaded phf_shared v0.11.3
4732026-08-27T22:55:21.283Z Downloaded zmij v1.0.21
4742026-08-27T22:55:21.283Z Downloaded iri-string v0.7.10
4752026-08-27T22:55:21.283Z Downloaded env_logger v0.11.11
4762026-08-27T22:55:21.283Z Downloaded quick-error v1.2.3
4772026-08-27T22:55:21.283Z Downloaded bytecount v0.6.9
4782026-08-27T22:55:21.286Z Downloaded scheduled-thread-pool v0.2.7
4792026-08-27T22:55:21.286Z Downloaded sapling-renderdag v0.1.0
4802026-08-27T22:55:21.286Z Downloaded serde-big-array v0.5.1
4812026-08-27T22:55:21.286Z Downloaded libefi-sys v0.1.0
4822026-08-27T22:55:21.286Z Downloaded recursive v0.1.1
4832026-08-27T22:55:21.293Z Downloaded serde_repr v0.1.20
4842026-08-27T22:55:21.296Z Downloaded signal-hook v0.3.18
4852026-08-27T22:55:21.296Z Downloaded partial-io v0.5.4
4862026-08-27T22:55:21.299Z Downloaded internal-russh-num-bigint v0.5.0
4872026-08-27T22:55:21.302Z Downloaded multer v3.1.0
4882026-08-27T22:55:21.302Z Downloaded nanorand v0.7.0
4892026-08-27T22:55:21.305Z Downloaded num_enum v0.7.6
4902026-08-27T22:55:21.308Z Downloaded anes v0.1.6
4912026-08-27T22:55:21.308Z Downloaded secrecy v0.8.0
4922026-08-27T22:55:21.308Z Downloaded zerocopy v0.6.6
4932026-08-27T22:55:21.311Z Downloaded textwrap v0.16.2
4942026-08-27T22:55:21.314Z Downloaded bitfield v0.19.4
4952026-08-27T22:55:21.314Z Downloaded toml v1.1.2+spec-1.1.0
4962026-08-27T22:55:21.317Z Downloaded diff v0.1.13
4972026-08-27T22:55:21.317Z Downloaded supports-color v3.0.2
4982026-08-27T22:55:21.317Z Downloaded hickory-server v0.25.2
4992026-08-27T22:55:21.320Z Downloaded serde_urlencoded v0.7.1
5002026-08-27T22:55:21.323Z Downloaded strip-ansi-escapes v0.2.1
5012026-08-27T22:55:21.326Z Downloaded async-lock v3.4.2
5022026-08-27T22:55:21.328Z Downloaded target-triple v1.0.0
5032026-08-27T22:55:21.328Z Downloaded structmeta-derive v0.3.0
5042026-08-27T22:55:21.329Z Downloaded cargo_metadata v0.23.1
5052026-08-27T22:55:21.329Z Downloaded oxnet v0.1.6
5062026-08-27T22:55:21.331Z Downloaded drift v0.2.0
5072026-08-27T22:55:21.335Z Downloaded rsa v0.9.10
5082026-08-27T22:55:21.337Z Downloaded samael v0.0.19
5092026-08-27T22:55:21.340Z Downloaded peg v0.8.5
5102026-08-27T22:55:21.343Z Downloaded bzip2 v0.6.1
5112026-08-27T22:55:21.344Z Downloaded serde_derive v1.0.228
5122026-08-27T22:55:21.346Z Downloaded diesel_derives v2.3.7
5132026-08-27T22:55:21.349Z Downloaded toml_write v0.1.2
5142026-08-27T22:55:21.349Z Downloaded universal-hash v0.5.1
5152026-08-27T22:55:21.350Z Downloaded untrusted v0.7.1
5162026-08-27T22:55:21.353Z Downloaded want v0.3.1
5172026-08-27T22:55:21.353Z Downloaded typify v0.6.2
5182026-08-27T22:55:21.353Z Downloaded chacha20 v0.10.0
5192026-08-27T22:55:21.356Z Downloaded parking_lot v0.12.5
5202026-08-27T22:55:21.356Z Downloaded itertools v0.10.5
5212026-08-27T22:55:21.359Z Downloaded futures v0.3.32
5222026-08-27T22:55:21.362Z Downloaded generic-array v1.4.3
5232026-08-27T22:55:21.362Z Downloaded strum v0.26.3
5242026-08-27T22:55:21.365Z Downloaded signal-hook-registry v1.4.8
5252026-08-27T22:55:21.365Z Downloaded shlex v1.3.0
5262026-08-27T22:55:21.365Z Downloaded terminal_size v0.4.3
5272026-08-27T22:55:21.365Z Downloaded dof v0.4.0
5282026-08-27T22:55:21.365Z Downloaded errno v0.3.14
5292026-08-27T22:55:21.365Z Downloaded der v0.8.0
5302026-08-27T22:55:21.368Z Downloaded progenitor-client v0.13.0
5312026-08-27T22:55:21.368Z Downloaded rand_core v0.9.5
5322026-08-27T22:55:21.371Z Downloaded rtoolbox v0.0.3
5332026-08-27T22:55:21.374Z Downloaded typify-macro v0.6.2
5342026-08-27T22:55:21.378Z Downloaded uuid v1.23.4
5352026-08-27T22:55:21.380Z Downloaded slog-stdlog v4.1.1
5362026-08-27T22:55:21.380Z Downloaded smf v0.2.3
5372026-08-27T22:55:21.381Z Downloaded fastrand v2.3.0
5382026-08-27T22:55:21.384Z Downloaded flagset v0.4.7
5392026-08-27T22:55:21.384Z Downloaded foreign-types-shared v0.1.1
5402026-08-27T22:55:21.384Z Downloaded rustls-pemfile v2.2.0
5412026-08-27T22:55:21.387Z Downloaded utf8_iter v1.0.4
5422026-08-27T22:55:21.391Z Downloaded dirs-sys-next v0.1.2
5432026-08-27T22:55:21.394Z Downloaded quinn v0.11.11
5442026-08-27T22:55:21.394Z Downloaded embedded-io v0.6.1
5452026-08-27T22:55:21.397Z Downloaded pkcs1 v0.7.5
5462026-08-27T22:55:21.397Z Downloaded bit-vec v0.8.0
5472026-08-27T22:55:21.397Z Downloaded itoa v1.0.17
5482026-08-27T22:55:21.400Z Downloaded rustls-webpki v0.103.13
5492026-08-27T22:55:21.400Z Downloaded serde_tokenstream v0.3.0
5502026-08-27T22:55:21.403Z Downloaded thiserror-impl v1.0.69
5512026-08-27T22:55:21.406Z Downloaded walkdir v2.5.0
5522026-08-27T22:55:21.406Z Downloaded xattr v1.6.1
5532026-08-27T22:55:21.409Z Downloaded nested v0.1.1
5542026-08-27T22:55:21.414Z Downloaded new_debug_unreachable v1.0.6
5552026-08-27T22:55:21.414Z Downloaded sqlformat v0.3.5
5562026-08-27T22:55:21.417Z Downloaded pest_derive v2.8.6
5572026-08-27T22:55:21.420Z Downloaded usdt-impl v0.5.0
5582026-08-27T22:55:21.423Z Downloaded derive_more-impl v2.1.1
5592026-08-27T22:55:21.426Z Downloaded slog-dtrace v0.3.0
5602026-08-27T22:55:21.429Z Downloaded xshell v0.2.7
5612026-08-27T22:55:21.429Z Downloaded digest v0.10.7
5622026-08-27T22:55:21.429Z Downloaded arrayref v0.3.9
5632026-08-27T22:55:21.429Z Downloaded num-conv v0.2.0
5642026-08-27T22:55:21.429Z Downloaded ascii-canvas v3.0.0
5652026-08-27T22:55:21.432Z Downloaded knus v3.4.0
5662026-08-27T22:55:21.432Z Downloaded postcard v1.1.3
5672026-08-27T22:55:21.435Z Downloaded enum_dispatch v0.3.13
5682026-08-27T22:55:21.435Z Downloaded guppy v0.17.25
5692026-08-27T22:55:21.438Z Downloaded synstructure v0.13.2
5702026-08-27T22:55:21.441Z Downloaded hashbrown v0.14.5
5712026-08-27T22:55:21.441Z Downloaded itertools v0.13.0
5722026-08-27T22:55:21.444Z Downloaded match_cfg v0.1.0
5732026-08-27T22:55:21.447Z Downloaded serde_yaml v0.9.34+deprecated
5742026-08-27T22:55:21.447Z Downloaded ecdsa v0.16.9
5752026-08-27T22:55:21.447Z Downloaded backtrace-ext v0.2.1
5762026-08-27T22:55:21.450Z Downloaded foldhash v0.1.5
5772026-08-27T22:55:21.450Z Downloaded fs_extra v1.3.0
5782026-08-27T22:55:21.459Z Downloaded tinytemplate v1.2.1
5792026-08-27T22:55:21.462Z Downloaded tls_codec_derive v0.4.2
5802026-08-27T22:55:21.462Z Downloaded lru-cache v0.1.2
5812026-08-27T22:55:21.462Z Downloaded memmap v0.7.0
5822026-08-27T22:55:21.468Z Downloaded num_threads v0.1.7
5832026-08-27T22:55:21.471Z Downloaded bit-set v0.5.3
5842026-08-27T22:55:21.471Z Downloaded thread_local v1.1.9
5852026-08-27T22:55:21.475Z Downloaded tokio-rustls v0.26.4
5862026-08-27T22:55:21.481Z Downloaded chacha20poly1305 v0.10.1
5872026-08-27T22:55:21.484Z Downloaded schemars v0.8.22
5882026-08-27T22:55:21.488Z Downloaded bitfield-struct v0.6.2
5892026-08-27T22:55:21.491Z Downloaded packed_struct_codegen v0.10.1
5902026-08-27T22:55:21.491Z Downloaded serde_with v1.14.0
5912026-08-27T22:55:21.494Z Downloaded pest v2.8.6
5922026-08-27T22:55:21.496Z Downloaded serde_core v1.0.228
5932026-08-27T22:55:21.497Z Downloaded vergen-git2 v9.1.0
5942026-08-27T22:55:21.500Z Downloaded rand_chacha v0.3.1
5952026-08-27T22:55:21.500Z Downloaded scroll_derive v0.13.1
5962026-08-27T22:55:21.500Z Downloaded url v2.5.8
5972026-08-27T22:55:21.500Z Downloaded ecdsa v0.17.0
5982026-08-27T22:55:21.503Z Downloaded aes v0.9.1
5992026-08-27T22:55:21.505Z Downloaded futures-io v0.3.32
6002026-08-27T22:55:21.505Z Downloaded plotters-svg v0.3.7
6012026-08-27T22:55:21.505Z Downloaded num-complex v0.4.6
6022026-08-27T22:55:21.505Z Downloaded itertools v0.15.0
6032026-08-27T22:55:21.508Z Downloaded plotters-backend v0.3.7
6042026-08-27T22:55:21.511Z Downloaded precomputed-hash v0.1.1
6052026-08-27T22:55:21.511Z Downloaded hashbrown v0.15.5
6062026-08-27T22:55:21.514Z Downloaded miniz_oxide v0.8.9
6072026-08-27T22:55:21.514Z Downloaded hashbrown v0.16.1
6082026-08-27T22:55:21.517Z Downloaded sha2 v0.11.0
6092026-08-27T22:55:21.520Z Downloaded sha1 v0.10.6
6102026-08-27T22:55:21.523Z Downloaded postgres-protocol v0.6.10
6112026-08-27T22:55:21.526Z Downloaded prefix-trie v0.7.0
6122026-08-27T22:55:21.529Z Downloaded itertools v0.12.1
6132026-08-27T22:55:21.532Z Downloaded kstat-rs v0.2.5
6142026-08-27T22:55:21.535Z Downloaded oxide-tokio-rt v0.1.4
6152026-08-27T22:55:21.537Z Downloaded sqlparser_derive v0.5.0
6162026-08-27T22:55:21.537Z Downloaded subtle v2.6.1
6172026-08-27T22:55:21.540Z Downloaded supports-color v2.1.0
6182026-08-27T22:55:21.546Z Downloaded russh-cryptovec v0.62.0
6192026-08-27T22:55:21.548Z Downloaded signature v3.0.0
6202026-08-27T22:55:21.548Z Downloaded criterion v0.7.0
6212026-08-27T22:55:21.551Z Downloaded crossterm v0.29.0
6222026-08-27T22:55:21.554Z Downloaded test-strategy v0.4.5
6232026-08-27T22:55:21.557Z Downloaded tracing-core v0.1.36
6242026-08-27T22:55:21.560Z Downloaded trybuild v1.0.116
6252026-08-27T22:55:21.560Z Downloaded oxide-generation v0.1.3
6262026-08-27T22:55:21.563Z Downloaded path-tree v0.8.3
6272026-08-27T22:55:21.563Z Downloaded phf v0.13.1
6282026-08-27T22:55:21.563Z Downloaded flate2 v1.1.9
6292026-08-27T22:55:21.566Z Downloaded hyper v1.10.1
6302026-08-27T22:55:21.568Z Downloaded hashbrown v0.17.0
6312026-08-27T22:55:21.571Z Downloaded idna v1.1.0
6322026-08-27T22:55:21.574Z Downloaded unicode-segmentation v1.12.0
6332026-08-27T22:55:21.577Z Downloaded progenitor-extras v0.2.0
6342026-08-27T22:55:21.577Z Downloaded r2d2 v0.8.10
6352026-08-27T22:55:21.577Z Downloaded nonempty v0.12.0
6362026-08-27T22:55:21.577Z Downloaded aead v0.6.1
6372026-08-27T22:55:21.580Z Downloaded rstest v0.25.0
6382026-08-27T22:55:21.580Z Downloaded ucd-trie v0.1.7
6392026-08-27T22:55:21.583Z Downloaded itertools v0.14.0
6402026-08-27T22:55:21.585Z Downloaded serde_path_to_error v0.1.20
6412026-08-27T22:55:21.585Z Downloaded bzip2 v0.4.4
6422026-08-27T22:55:21.588Z Downloaded serde-hex v0.1.0
6432026-08-27T22:55:21.588Z Downloaded cipher v0.4.4
6442026-08-27T22:55:21.588Z Downloaded serdect v0.4.3
6452026-08-27T22:55:21.591Z Downloaded digest-io v0.1.0
6462026-08-27T22:55:21.591Z Downloaded tokio-test v0.4.5
6472026-08-27T22:55:21.591Z Downloaded dof v0.3.0
6482026-08-27T22:55:21.591Z Downloaded dsl_auto_type v0.2.0
6492026-08-27T22:55:21.591Z Downloaded h2 v0.4.15
6502026-08-27T22:55:21.594Z Downloaded goblin v0.8.2
6512026-08-27T22:55:21.597Z Downloaded hkdf v0.12.4
6522026-08-27T22:55:21.600Z Downloaded zerovec v0.11.5
6532026-08-27T22:55:21.603Z Downloaded camino v1.2.5
6542026-08-27T22:55:21.603Z Downloaded blake2 v0.10.6
6552026-08-27T22:55:21.603Z Downloaded fancy-regex v0.14.0
6562026-08-27T22:55:21.606Z Downloaded parking_lot_core v0.9.12
6572026-08-27T22:55:21.606Z Downloaded ff v0.14.0
6582026-08-27T22:55:21.609Z Downloaded env_filter v2.0.0
6592026-08-27T22:55:21.609Z Downloaded unicode-truncate v1.1.0
6602026-08-27T22:55:21.609Z Downloaded futures-macro v0.3.32
6612026-08-27T22:55:21.609Z Downloaded gethostname v0.5.0
6622026-08-27T22:55:21.609Z Downloaded primeorder v0.14.0
6632026-08-27T22:55:21.612Z Downloaded proc-macro-error2 v2.0.1
6642026-08-27T22:55:21.612Z Downloaded usdt-macro v0.5.0
6652026-08-27T22:55:21.616Z Downloaded lalrpop-util v0.19.12
6662026-08-27T22:55:21.616Z Downloaded lazy_static v1.5.0
6672026-08-27T22:55:21.616Z Downloaded slog-json v2.6.1
6682026-08-27T22:55:21.616Z Downloaded spki v0.7.3
6692026-08-27T22:55:21.616Z Downloaded ssh-cipher v0.3.0
6702026-08-27T22:55:21.619Z Downloaded static_assertions v1.1.0
6712026-08-27T22:55:21.619Z Downloaded tinystr v0.8.2
6722026-08-27T22:55:21.619Z Downloaded getrandom v0.3.4
6732026-08-27T22:55:21.622Z Downloaded tokio-postgres v0.7.16
6742026-08-27T22:55:21.625Z Downloaded paste v1.0.15
6752026-08-27T22:55:21.625Z Downloaded termios v0.3.3
6762026-08-27T22:55:21.625Z Downloaded openssl-sys v0.9.117
6772026-08-27T22:55:21.628Z Downloaded icu_properties_data v2.1.2
6782026-08-27T22:55:21.633Z Downloaded zip v0.6.6
6792026-08-27T22:55:21.635Z Downloaded lru v0.12.5
6802026-08-27T22:55:21.638Z Downloaded miette-derive v5.10.0
6812026-08-27T22:55:21.638Z Downloaded unicase v2.9.0
6822026-08-27T22:55:21.638Z Downloaded libloading v0.8.9
6832026-08-27T22:55:21.641Z Downloaded resolv-conf v0.7.6
6842026-08-27T22:55:21.641Z Downloaded rusty-fork v0.3.1
6852026-08-27T22:55:21.641Z Downloaded sec1 v0.8.1
6862026-08-27T22:55:21.645Z Downloaded normalize-line-endings v0.3.0
6872026-08-27T22:55:21.645Z Downloaded yoke v0.8.1
6882026-08-27T22:55:21.648Z Downloaded foreign-types v0.3.2
6892026-08-27T22:55:21.651Z Downloaded foreign-types-macros v0.2.3
6902026-08-27T22:55:21.651Z Downloaded cfg-if v1.0.4
6912026-08-27T22:55:21.654Z Downloaded rand v0.9.2
6922026-08-27T22:55:21.656Z Downloaded unicode_categories v0.1.1
6932026-08-27T22:55:21.656Z Downloaded memmap2 v0.9.10
6942026-08-27T22:55:21.656Z Downloaded blake2 v0.11.0-rc.6
6952026-08-27T22:55:21.659Z Downloaded oso v0.27.3
6962026-08-27T22:55:21.661Z Downloaded fixedbitset v0.5.7
6972026-08-27T22:55:21.661Z Downloaded equivalent v1.0.2
6982026-08-27T22:55:21.661Z Downloaded erased-serde v0.3.31
6992026-08-27T22:55:21.664Z Downloaded cfg_aliases v0.1.1
7002026-08-27T22:55:21.664Z Downloaded rstest_macros v0.25.0
7012026-08-27T22:55:21.664Z Downloaded toml v0.7.8
7022026-08-27T22:55:21.667Z Downloaded oso-derive v0.27.3
7032026-08-27T22:55:21.667Z Downloaded parse-display v0.10.0
7042026-08-27T22:55:21.670Z Downloaded maybe-uninit v2.0.0
7052026-08-27T22:55:21.673Z Downloaded term v1.2.1
7062026-08-27T22:55:21.676Z Downloaded vergen v9.1.0
7072026-08-27T22:55:21.679Z Downloaded radium v0.7.0
7082026-08-27T22:55:21.679Z Downloaded tiny-keccak v2.0.2
7092026-08-27T22:55:21.679Z Downloaded iddqd v0.4.2
7102026-08-27T22:55:21.683Z Downloaded cfg-expr v0.20.6
7112026-08-27T22:55:21.686Z Downloaded target-lexicon v0.13.3
7122026-08-27T22:55:21.686Z Downloaded toml_parser v1.1.2+spec-1.1.0
7132026-08-27T22:55:21.689Z Downloaded nibble_vec v0.1.0
7142026-08-27T22:55:21.689Z Downloaded newline-converter v0.3.0
7152026-08-27T22:55:21.689Z Downloaded aead v0.5.2
7162026-08-27T22:55:21.692Z Downloaded signal-hook-tokio v0.3.1
7172026-08-27T22:55:21.695Z Downloaded ar_archive_writer v0.5.1
7182026-08-27T22:55:21.698Z Downloaded thiserror-no-std v2.0.2
7192026-08-27T22:55:21.700Z Downloaded zopfli v0.8.3
7202026-08-27T22:55:21.703Z Downloaded vergen-lib v0.1.6
7212026-08-27T22:55:21.706Z Downloaded backoff v0.4.0
7222026-08-27T22:55:21.709Z Downloaded secrecy v0.10.3
7232026-08-27T22:55:21.711Z Downloaded semver v0.1.20
7242026-08-27T22:55:21.714Z Downloaded pkcs1 v0.8.0-rc.4
7252026-08-27T22:55:21.717Z Downloaded zerovec-derive v0.11.2
7262026-08-27T22:55:21.717Z Downloaded termtree v0.5.1
7272026-08-27T22:55:21.720Z Downloaded testing_table v0.3.0
7282026-08-27T22:55:21.722Z Downloaded steno v0.4.1
7292026-08-27T22:55:21.725Z Downloaded usdt v0.5.0
7302026-08-27T22:55:21.725Z Downloaded num-bigint-dig v0.8.6
7312026-08-27T22:55:21.729Z Downloaded blowfish v0.10.0
7322026-08-27T22:55:21.729Z Downloaded buf-list v1.1.2
7332026-08-27T22:55:21.729Z Downloaded pretty_assertions v1.4.1
7342026-08-27T22:55:21.731Z Downloaded prettyplease v0.2.37
7352026-08-27T22:55:21.731Z Downloaded typenum v1.20.1
7362026-08-27T22:55:21.734Z Downloaded libbz2-rs-sys v0.2.2
7372026-08-27T22:55:21.734Z Downloaded oorandom v11.1.5
7382026-08-27T22:55:21.738Z Downloaded tough v0.22.0
7392026-08-27T22:55:21.741Z Downloaded void v1.0.2
7402026-08-27T22:55:21.741Z Downloaded waitgroup v0.1.2
7412026-08-27T22:55:21.741Z Downloaded xshell-macros v0.2.7
7422026-08-27T22:55:21.741Z Downloaded pest_meta v2.8.6
7432026-08-27T22:55:21.743Z Downloaded parking_lot_core v0.8.6
7442026-08-27T22:55:21.743Z Downloaded glob v0.3.3
7452026-08-27T22:55:21.746Z Downloaded primefield v0.14.0
7462026-08-27T22:55:21.746Z Downloaded rustyline v14.0.0
7472026-08-27T22:55:21.749Z Downloaded progenitor-impl v0.13.0
7482026-08-27T22:55:21.750Z Downloaded progenitor v0.13.0
7492026-08-27T22:55:21.750Z Downloaded rand_core v0.6.4
7502026-08-27T22:55:21.753Z Downloaded ahash v0.8.12
7512026-08-27T22:55:21.753Z Downloaded enum-as-inner v0.6.1
7522026-08-27T22:55:21.756Z Downloaded macaddr v1.0.1
7532026-08-27T22:55:21.758Z Downloaded tabwriter v1.4.1
7542026-08-27T22:55:21.762Z Downloaded mime v0.3.17
7552026-08-27T22:55:21.762Z Downloaded linkme-impl v0.3.35
7562026-08-27T22:55:21.762Z Downloaded managed v0.8.0
7572026-08-27T22:55:21.762Z Downloaded num-derive v0.4.2
7582026-08-27T22:55:21.765Z Downloaded rust-argon2 v2.1.0
7592026-08-27T22:55:21.765Z Downloaded rustls-native-certs v0.8.3
7602026-08-27T22:55:21.768Z Downloaded tungstenite v0.23.0
7612026-08-27T22:55:21.773Z Downloaded array-init v0.0.4
7622026-08-27T22:55:21.779Z Downloaded display-error-chain v0.2.2
7632026-08-27T22:55:21.785Z Downloaded dtrace-parser v0.2.0
7642026-08-27T22:55:21.785Z Downloaded num_enum v0.5.11
7652026-08-27T22:55:21.788Z Downloaded jiff-static v0.2.34
7662026-08-27T22:55:21.788Z Downloaded serde_tokenstream v0.2.3
7672026-08-27T22:55:21.788Z Downloaded slog-scope v4.4.1
7682026-08-27T22:55:21.788Z Downloaded sponge-cursor v0.1.0
7692026-08-27T22:55:21.788Z Downloaded spki v0.8.0
7702026-08-27T22:55:21.788Z Downloaded bit-set v0.8.0
7712026-08-27T22:55:21.791Z Downloaded thiserror v1.0.69
7722026-08-27T22:55:21.794Z Downloaded cc v1.2.56
7732026-08-27T22:55:21.794Z Downloaded anstream v0.6.21
7742026-08-27T22:55:21.797Z Downloaded unicode-properties v0.1.4
7752026-08-27T22:55:21.797Z Downloaded elliptic-curve v0.14.1
7762026-08-27T22:55:21.800Z Downloaded assert_cmd v2.1.2
7772026-08-27T22:55:21.800Z Downloaded pem-rfc7468 v1.0.0
7782026-08-27T22:55:21.800Z Downloaded ciborium-ll v0.2.2
7792026-08-27T22:55:21.803Z Downloaded pkg-config v0.3.32
7802026-08-27T22:55:21.803Z Downloaded fixedbitset v0.4.2
7812026-08-27T22:55:21.803Z Downloaded futures-sink v0.3.32
7822026-08-27T22:55:21.806Z Downloaded newtype-uuid-macros v0.1.0
7832026-08-27T22:55:21.809Z Downloaded atomic-waker v1.1.2
7842026-08-27T22:55:21.812Z Downloaded clap_builder v4.6.0
7852026-08-27T22:55:21.816Z Downloaded ppv-lite86 v0.2.21
7862026-08-27T22:55:21.819Z Downloaded salsa20 v0.11.0
7872026-08-27T22:55:21.823Z Downloaded fs-err v3.3.0
7882026-08-27T22:55:21.825Z Downloaded knuffel-derive v3.2.0
7892026-08-27T22:55:21.826Z Downloaded libsw-core v0.3.2
7902026-08-27T22:55:21.828Z Downloaded num_enum_derive v0.7.6
7912026-08-27T22:55:21.828Z Downloaded scroll_derive v0.12.1
7922026-08-27T22:55:21.829Z Downloaded supports-unicode v3.0.0
7932026-08-27T22:55:21.832Z Downloaded tagptr v0.2.0
7942026-08-27T22:55:21.834Z Downloaded parking v2.2.1
7952026-08-27T22:55:21.838Z Downloaded utf-8 v0.7.6
7962026-08-27T22:55:21.842Z Downloaded proc-macro-crate v1.3.1
7972026-08-27T22:55:21.845Z Downloaded blake3 v1.8.5
7982026-08-27T22:55:21.847Z Downloaded schemars v0.9.0
7992026-08-27T22:55:21.853Z Downloaded plotters v0.3.7
8002026-08-27T22:55:21.858Z Downloaded qorb v0.4.1
8012026-08-27T22:55:21.861Z Downloaded unicode-linebreak v0.1.5
8022026-08-27T22:55:21.861Z Downloaded zone v0.3.1
8032026-08-27T22:55:21.863Z Downloaded tempfile v3.27.0
8042026-08-27T22:55:21.863Z Downloaded aes-gcm v0.11.0
8052026-08-27T22:55:21.868Z Downloaded litemap v0.8.1
8062026-08-27T22:55:21.871Z Downloaded float-cmp v0.10.0
8072026-08-27T22:55:21.874Z Downloaded slog v2.8.2
8082026-08-27T22:55:21.877Z Downloaded event-listener-strategy v0.5.4
8092026-08-27T22:55:21.877Z Downloaded pem v3.0.6
8102026-08-27T22:55:21.879Z Downloaded knuffel v3.2.0
8112026-08-27T22:55:21.883Z Downloaded recursive-proc-macro-impl v0.1.1
8122026-08-27T22:55:21.886Z Downloaded progenitor v0.14.0
8132026-08-27T22:55:21.886Z Downloaded num v0.4.3
8142026-08-27T22:55:21.886Z Downloaded slog-bunyan v2.5.0
8152026-08-27T22:55:21.886Z Downloaded zstd-safe v7.2.4
8162026-08-27T22:55:21.892Z Downloaded ron v0.8.1
8172026-08-27T22:55:21.895Z Downloaded vergen-gitcl v1.0.8
8182026-08-27T22:55:21.898Z Downloaded filetime v0.2.27
8192026-08-27T22:55:21.898Z Downloaded pest_generator v2.8.6
8202026-08-27T22:55:21.901Z Downloaded rustc-demangle v0.1.27
8212026-08-27T22:55:21.901Z Downloaded futures-timer v3.0.3
8222026-08-27T22:55:21.901Z Downloaded scrypt v0.12.0
8232026-08-27T22:55:21.904Z Downloaded newtype-uuid v1.3.2
8242026-08-27T22:55:21.904Z Downloaded schemars_derive v0.8.22
8252026-08-27T22:55:21.904Z Downloaded sec1 v0.7.3
8262026-08-27T22:55:21.908Z Downloaded target-spec v3.5.7
8272026-08-27T22:55:21.908Z Downloaded dropshot-api-manager-types v0.8.0
8282026-08-27T22:55:21.908Z Downloaded thiserror v2.0.18
8292026-08-27T22:55:21.911Z Downloaded nodrop v0.1.14
8302026-08-27T22:55:21.911Z Downloaded phf_shared v0.13.1
8312026-08-27T22:55:21.911Z Downloaded rustc_version v0.4.1
8322026-08-27T22:55:21.914Z Downloaded anstyle-parse v0.2.7
8332026-08-27T22:55:21.917Z Downloaded rand v0.10.1
8342026-08-27T22:55:21.923Z Downloaded textwrap v0.15.2
8352026-08-27T22:55:21.926Z Downloaded goblin v0.10.5
8362026-08-27T22:55:21.929Z Downloaded base64ct v1.8.3
8372026-08-27T22:55:21.931Z Downloaded serde_spanned v0.6.9
8382026-08-27T22:55:21.932Z Downloaded strum v0.27.2
8392026-08-27T22:55:21.932Z Downloaded tinyvec v1.10.0
8402026-08-27T22:55:21.935Z Downloaded camino-tempfile-ext v0.3.3
8412026-08-27T22:55:21.935Z Downloaded cbc v0.2.1
8422026-08-27T22:55:21.935Z Downloaded term v0.7.0
8432026-08-27T22:55:21.937Z Downloaded polyval v0.7.1
8442026-08-27T22:55:21.937Z Downloaded vsss-rs v3.3.4
8452026-08-27T22:55:21.941Z Downloaded digest v0.11.3
8462026-08-27T22:55:21.941Z Downloaded either v1.15.0
8472026-08-27T22:55:21.941Z Downloaded ff v0.13.1
8482026-08-27T22:55:21.944Z Downloaded futures-core v0.3.32
8492026-08-27T22:55:21.944Z Downloaded serde_spanned v1.1.1
8502026-08-27T22:55:21.944Z Downloaded swrite v0.1.0
8512026-08-27T22:55:21.944Z Downloaded predicates-tree v1.0.13
8522026-08-27T22:55:21.944Z Downloaded predicates-core v1.0.10
8532026-08-27T22:55:21.947Z Downloaded serde_with_macros v3.21.0
8542026-08-27T22:55:21.947Z Downloaded mime_guess v2.0.5
8552026-08-27T22:55:21.953Z Downloaded unit-prefix v0.5.2
8562026-08-27T22:55:21.956Z Downloaded jobserver v0.1.34
8572026-08-27T22:55:21.958Z Downloaded spin v0.9.8
8582026-08-27T22:55:21.963Z Downloaded argon2 v0.6.0-rc.8
8592026-08-27T22:55:21.966Z Downloaded usdt-impl v0.6.0
8602026-08-27T22:55:21.969Z Downloaded autocfg v1.5.0
8612026-08-27T22:55:21.969Z Downloaded bitflags v1.3.2
8622026-08-27T22:55:21.972Z Downloaded oxide-update-engine v0.1.2
8632026-08-27T22:55:21.975Z Downloaded typed-path v0.9.3
8642026-08-27T22:55:21.978Z Downloaded x509-cert v0.2.5
8652026-08-27T22:55:21.982Z Downloaded float-ord v0.3.2
8662026-08-27T22:55:21.985Z Downloaded backtrace v0.3.76
8672026-08-27T22:55:21.989Z Downloaded globwalk v0.9.1
8682026-08-27T22:55:21.992Z Downloaded serde_derive_internals v0.29.1
8692026-08-27T22:55:21.995Z Downloaded slog-async v2.8.0
8702026-08-27T22:55:21.995Z Downloaded stringmetrics v2.2.2
8712026-08-27T22:55:21.995Z Downloaded thread-id v5.1.0
8722026-08-27T22:55:21.995Z Downloaded toml_edit v0.23.10+spec-1.0.0
8732026-08-27T22:55:21.998Z Downloaded omicron-zone-package v0.12.3
8742026-08-27T22:55:22.001Z Downloaded ssh-key v0.7.0-rc.11
8752026-08-27T22:55:22.004Z Downloaded jiff-core v0.1.0
8762026-08-27T22:55:22.007Z Downloaded unsafe-libyaml v0.2.11
8772026-08-27T22:55:22.007Z Downloaded castaway v0.2.4
8782026-08-27T22:55:22.010Z Downloaded pkcs5 v0.8.1
8792026-08-27T22:55:22.010Z Downloaded dyn-clone v1.0.20
8802026-08-27T22:55:22.013Z Downloaded tokio-dtrace v0.1.1
8812026-08-27T22:55:22.013Z Downloaded fd-lock v4.0.4
8822026-08-27T22:55:22.013Z Downloaded quinn-udp v0.5.14
8832026-08-27T22:55:22.016Z Downloaded toml_writer v1.1.1+spec-1.1.0
8842026-08-27T22:55:22.016Z Downloaded tui-tree-widget v0.23.1
8852026-08-27T22:55:22.016Z Downloaded crypto-primes v0.7.2
8862026-08-27T22:55:22.019Z Downloaded serde_bytes v0.11.19
8872026-08-27T22:55:22.019Z Downloaded structmeta v0.3.0
8882026-08-27T22:55:22.019Z Downloaded rayon-core v1.13.0
8892026-08-27T22:55:22.022Z Downloaded zerotrie v0.2.3
8902026-08-27T22:55:22.025Z Downloaded async-bb8-diesel v0.2.1
8912026-08-27T22:55:22.030Z Downloaded rustls-pki-types v1.14.0
8922026-08-27T22:55:22.033Z Downloaded linkme v0.3.35
8932026-08-27T22:55:22.033Z Downloaded phf v0.12.1
8942026-08-27T22:55:22.036Z Downloaded vergen-lib v9.1.0
8952026-08-27T22:55:22.036Z Downloaded wyz v0.5.1
8962026-08-27T22:55:22.036Z Downloaded native-tls v0.2.18
8972026-08-27T22:55:22.036Z Downloaded cassowary v0.3.0
8982026-08-27T22:55:22.036Z Downloaded sync-ptr v0.1.4
8992026-08-27T22:55:22.039Z Downloaded thiserror-impl-no-std v2.0.2
9002026-08-27T22:55:22.039Z Downloaded topological-sort v0.2.2
9012026-08-27T22:55:22.039Z Downloaded block-padding v0.4.2
9022026-08-27T22:55:22.044Z Downloaded zerofrom v0.1.6
9032026-08-27T22:55:22.044Z Downloaded ena v0.14.4
9042026-08-27T22:55:22.047Z Downloaded rand_pcg v0.10.2
9052026-08-27T22:55:22.047Z Downloaded similar v2.7.0
9062026-08-27T22:55:22.049Z Downloaded socket2 v0.6.3
9072026-08-27T22:55:22.049Z Downloaded base64 v0.22.1
9082026-08-27T22:55:22.052Z Downloaded pbkdf2 v0.13.0
9092026-08-27T22:55:22.052Z Downloaded futures-executor v0.3.32
9102026-08-27T22:55:22.055Z Downloaded kem v0.3.0
9112026-08-27T22:55:22.058Z Downloaded fxhash v0.2.1
9122026-08-27T22:55:22.058Z Downloaded cargo-platform v0.3.2
9132026-08-27T22:55:22.058Z Downloaded stringprep v0.1.5
9142026-08-27T22:55:22.061Z Downloaded zlib-rs v0.6.2
9152026-08-27T22:55:22.064Z Downloaded unicode-ident v1.0.24
9162026-08-27T22:55:22.064Z Downloaded byte-wrapper v0.1.0
9172026-08-27T22:55:22.067Z Downloaded vte v0.14.1
9182026-08-27T22:55:22.067Z Downloaded packed_struct v0.10.1
9192026-08-27T22:55:22.067Z Downloaded anstream v1.0.0
9202026-08-27T22:55:22.070Z Downloaded sigpipe v0.1.3
9212026-08-27T22:55:22.073Z Downloaded libxml v0.3.3
9222026-08-27T22:55:22.078Z Downloaded port-file v0.1.0
9232026-08-27T22:55:22.081Z Downloaded simd-adler32 v0.3.8
9242026-08-27T22:55:22.084Z Downloaded usdt-attr-macro v0.5.0
9252026-08-27T22:55:22.084Z Downloaded dropshot_endpoint v0.17.1
9262026-08-27T22:55:22.087Z Downloaded usdt v0.6.0
9272026-08-27T22:55:22.087Z Downloaded nom v7.1.3
9282026-08-27T22:55:22.090Z Downloaded strum_macros v0.24.3
9292026-08-27T22:55:22.093Z Downloaded tokio-tungstenite v0.23.1
9302026-08-27T22:55:22.093Z Downloaded signature v2.2.0
9312026-08-27T22:55:22.093Z Downloaded slog-envlogger v2.2.0
9322026-08-27T22:55:22.097Z Downloaded rand_distr v0.5.1
9332026-08-27T22:55:22.097Z Downloaded zerocopy-derive v0.7.35
9342026-08-27T22:55:22.100Z Downloaded scuffle v0.1.0
9352026-08-27T22:55:22.102Z Downloaded tar v0.4.46
9362026-08-27T22:55:22.102Z Downloaded adler2 v2.0.1
9372026-08-27T22:55:22.105Z Downloaded peg-runtime v0.8.5
9382026-08-27T22:55:22.105Z Downloaded quinn-proto v0.11.16
9392026-08-27T22:55:22.108Z Downloaded tower-layer v0.3.3
9402026-08-27T22:55:22.108Z Downloaded winnow v1.0.3
9412026-08-27T22:55:22.113Z Downloaded maplit v1.0.2
9422026-08-27T22:55:22.116Z Downloaded sha1 v0.11.0
9432026-08-27T22:55:22.116Z Downloaded ed25519 v2.2.3
9442026-08-27T22:55:22.119Z Downloaded module-lattice v0.2.3
9452026-08-27T22:55:22.126Z Downloaded p521 v0.14.0
9462026-08-27T22:55:22.128Z Downloaded owo-colors v4.3.0
9472026-08-27T22:55:22.131Z Downloaded strsim v0.11.1
9482026-08-27T22:55:22.135Z Downloaded libsw v3.5.0
9492026-08-27T22:55:22.135Z Downloaded bit-vec v0.6.3
9502026-08-27T22:55:22.135Z Downloaded strsim v0.10.0
9512026-08-27T22:55:22.135Z Downloaded zone_cfg_derive v0.3.1
9522026-08-27T22:55:22.135Z Downloaded zeroize_derive v1.5.0
9532026-08-27T22:55:22.138Z Downloaded keccak v0.1.6
9542026-08-27T22:55:22.138Z Downloaded proc-macro-crate v3.4.0
9552026-08-27T22:55:22.142Z Downloaded pin-project-internal v1.1.11
9562026-08-27T22:55:22.142Z Downloaded p384 v0.13.1
9572026-08-27T22:55:22.145Z Downloaded rustversion v1.0.22
9582026-08-27T22:55:22.145Z Downloaded zerocopy-derive v0.8.55
9592026-08-27T22:55:22.149Z Downloaded getrandom v0.4.3
9602026-08-27T22:55:22.153Z Downloaded postgres-types v0.2.12
9612026-08-27T22:55:22.153Z Downloaded snafu v0.8.9
9622026-08-27T22:55:22.157Z Downloaded quote v1.0.45
9632026-08-27T22:55:22.160Z Downloaded ciborium v0.2.2
9642026-08-27T22:55:22.160Z Downloaded mio v1.2.0
9652026-08-27T22:55:22.163Z Downloaded universal-hash v0.6.1
9662026-08-27T22:55:22.163Z Downloaded md-5 v0.10.6
9672026-08-27T22:55:22.163Z Downloaded tls_codec v0.4.2
9682026-08-27T22:55:22.166Z Downloaded ghash v0.6.0
9692026-08-27T22:55:22.172Z Downloaded document-features v0.2.12
9702026-08-27T22:55:22.175Z Downloaded atty v0.2.14
9712026-08-27T22:55:22.175Z Downloaded psl-types v2.0.11
9722026-08-27T22:55:22.175Z Downloaded twox-hash v2.1.2
9732026-08-27T22:55:22.179Z Downloaded toml_edit v0.19.15
9742026-08-27T22:55:22.187Z Downloaded shell-words v1.1.1
9752026-08-27T22:55:22.189Z Downloaded utf8parse v0.2.2
9762026-08-27T22:55:22.189Z Downloaded log v0.4.33
9772026-08-27T22:55:22.189Z Downloaded password-hash v0.5.0
9782026-08-27T22:55:22.193Z Downloaded serde_json v1.0.151
9792026-08-27T22:55:22.196Z Downloaded owo-colors v3.5.0
9802026-08-27T22:55:22.196Z Downloaded oxide-update-engine-display v0.1.2
9812026-08-27T22:55:22.196Z Downloaded tungstenite v0.21.0
9822026-08-27T22:55:22.200Z Downloaded num-integer v0.1.46
9832026-08-27T22:55:22.200Z Downloaded litrs v1.0.0
9842026-08-27T22:55:22.200Z Downloaded anstyle-parse v1.0.0
9852026-08-27T22:55:22.203Z Downloaded untrusted v0.9.0
9862026-08-27T22:55:22.203Z Downloaded ml-kem v0.3.2
9872026-08-27T22:55:22.203Z Downloaded tokio-macros v2.7.0
9882026-08-27T22:55:22.208Z Downloaded rustc-hash v2.1.1
9892026-08-27T22:55:22.208Z Downloaded ciborium-io v0.2.2
9902026-08-27T22:55:22.208Z Downloaded smawk v0.3.2
9912026-08-27T22:55:22.208Z Downloaded tinyvec_macros v0.1.1
9922026-08-27T22:55:22.208Z Downloaded newtype_derive v0.1.6
9932026-08-27T22:55:22.208Z Downloaded unarray v0.1.4
9942026-08-27T22:55:22.217Z Downloaded serde_cbor v0.11.2
9952026-08-27T22:55:22.223Z Downloaded pem-rfc7468 v0.7.0
9962026-08-27T22:55:22.226Z Downloaded strum_macros v0.27.2
9972026-08-27T22:55:22.230Z Downloaded writeable v0.6.2
9982026-08-27T22:55:22.230Z Downloaded p384 v0.14.0
9992026-08-27T22:55:22.235Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10002026-08-27T22:55:22.240Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10012026-08-27T22:55:22.240Z Downloaded powerfmt v0.2.0
10022026-08-27T22:55:22.244Z Downloaded lock_api v0.4.14
10032026-08-27T22:55:22.247Z Downloaded ed25519-dalek v2.2.0
10042026-08-27T22:55:22.247Z Downloaded tokio-util v0.7.18
10052026-08-27T22:55:22.251Z Downloaded nom v8.0.0
10062026-08-27T22:55:22.254Z Downloaded papergrid v0.18.0
10072026-08-27T22:55:22.257Z Downloaded zeroize v1.9.0
10082026-08-27T22:55:22.270Z Downloaded supports-hyperlinks v2.1.0
10092026-08-27T22:55:22.270Z Downloaded proc-macro-error-attr2 v2.0.0
10102026-08-27T22:55:22.270Z Downloaded bitfield-macros v0.19.4
10112026-08-27T22:55:22.270Z Downloaded dirs-next v2.0.0
10122026-08-27T22:55:22.270Z Downloaded password-hash v0.6.1
10132026-08-27T22:55:22.273Z Downloaded globset v0.4.18
10142026-08-27T22:55:22.277Z Downloaded string_cache v0.8.9
10152026-08-27T22:55:22.277Z Downloaded tokio-stream v0.1.18
10162026-08-27T22:55:22.281Z Downloaded libtest-mimic v0.8.1
10172026-08-27T22:55:22.281Z Downloaded camino-tempfile v1.4.1
10182026-08-27T22:55:22.281Z Downloaded zstd v0.13.3
10192026-08-27T22:55:22.285Z Downloaded quick-xml v0.37.5
10202026-08-27T22:55:22.289Z Downloaded async-trait v0.1.89
10212026-08-27T22:55:22.292Z Downloaded pin-project v1.1.11
10222026-08-27T22:55:22.297Z Downloaded rand_seeder v0.4.0
10232026-08-27T22:55:22.300Z Downloaded form_urlencoded v1.2.2
10242026-08-27T22:55:22.300Z Downloaded fs-err v2.11.0
10252026-08-27T22:55:22.300Z Downloaded argon2 v0.5.3
10262026-08-27T22:55:22.304Z Downloaded event-listener v5.4.1
10272026-08-27T22:55:22.304Z Downloaded subprocess v0.2.15
10282026-08-27T22:55:22.308Z Downloaded aho-corasick v1.1.4
10292026-08-27T22:55:22.311Z Downloaded winnow v0.5.40
10302026-08-27T22:55:22.317Z Downloaded zip v4.6.1
10312026-08-27T22:55:22.320Z Downloaded flume v0.11.1
10322026-08-27T22:55:22.320Z Downloaded elliptic-curve v0.13.8
10332026-08-27T22:55:22.323Z Downloaded num-rational v0.4.2
10342026-08-27T22:55:22.323Z Downloaded linked-hash-map v0.5.6
10352026-08-27T22:55:22.324Z Downloaded foldhash v0.2.0
10362026-08-27T22:55:22.324Z Downloaded serde_with_macros v1.5.2
10372026-08-27T22:55:22.333Z Downloaded smallvec v1.15.1
10382026-08-27T22:55:22.336Z Downloaded bindgen v0.71.1
10392026-08-27T22:55:22.340Z Downloaded yansi v1.0.1
10402026-08-27T22:55:22.343Z Downloaded num-bigint v0.4.6
10412026-08-27T22:55:22.346Z Downloaded tracing-attributes v0.1.31
10422026-08-27T22:55:22.346Z Downloaded sha3 v0.12.0
10432026-08-27T22:55:22.349Z Downloaded tower-http v0.6.8
10442026-08-27T22:55:22.355Z Downloaded tokio-native-tls v0.3.1
10452026-08-27T22:55:22.357Z Downloaded miette v7.6.0
10462026-08-27T22:55:22.360Z Downloaded winnow v0.7.14
10472026-08-27T22:55:22.364Z Downloaded proc-macro2 v1.0.106
10482026-08-27T22:55:22.367Z Downloaded futures-channel v0.3.32
10492026-08-27T22:55:22.367Z Downloaded tower v0.5.3
10502026-08-27T22:55:22.371Z Downloaded once_cell v1.21.3
10512026-08-27T22:55:22.376Z Downloaded unicode-normalization v0.1.25
10522026-08-27T22:55:22.379Z Downloaded yasna v0.5.2
10532026-08-27T22:55:22.379Z Downloaded schemars v1.2.1
10542026-08-27T22:55:22.385Z Downloaded rand v0.8.6
10552026-08-27T22:55:22.390Z Downloaded p256 v0.14.0
10562026-08-27T22:55:22.397Z Downloaded salty v0.3.0
10572026-08-27T22:55:22.406Z Downloaded smoltcp v0.9.1
10582026-08-27T22:55:22.412Z Downloaded getrandom v0.2.17
10592026-08-27T22:55:22.415Z Downloaded hickory-proto v0.24.4
10602026-08-27T22:55:22.421Z Downloaded regex-syntax v0.6.29
10612026-08-27T22:55:22.425Z Downloaded serde v1.0.228
10622026-08-27T22:55:22.428Z Downloaded whoami v2.1.0
10632026-08-27T22:55:22.431Z Downloaded ed25519-dalek v3.0.0
10642026-08-27T22:55:22.431Z Downloaded ryu v1.0.23
10652026-08-27T22:55:22.434Z Downloaded zerocopy v0.7.35
10662026-08-27T22:55:22.440Z Downloaded rayon v1.11.0
10672026-08-27T22:55:22.445Z Downloaded futures-util v0.3.32
10682026-08-27T22:55:22.452Z Downloaded unicode-bidi v0.3.18
10692026-08-27T22:55:22.455Z Downloaded reqwest v0.13.2
10702026-08-27T22:55:22.457Z Downloaded arc-swap v1.8.2
10712026-08-27T22:55:22.461Z Downloaded miette v5.10.0
10722026-08-27T22:55:22.464Z Downloaded minimal-lexical v0.2.1
10732026-08-27T22:55:22.464Z Downloaded num-traits v0.2.19
10742026-08-27T22:55:22.467Z Downloaded fatfs v0.3.6
10752026-08-27T22:55:22.470Z Downloaded bytes v1.11.1
10762026-08-27T22:55:22.473Z Downloaded progenitor-impl v0.14.0
10772026-08-27T22:55:22.475Z Downloaded base64 v0.21.7
10782026-08-27T22:55:22.483Z Downloaded rsa v0.10.0-rc.18
10792026-08-27T22:55:22.502Z Downloaded async-compression v0.4.41
10802026-08-27T22:55:22.507Z Downloaded expectorate v1.2.0
10812026-08-27T22:55:22.520Z Downloaded memchr v2.8.0
10822026-08-27T22:55:22.523Z Downloaded publicsuffix v2.3.0
10832026-08-27T22:55:22.529Z Downloaded proptest v1.11.0
10842026-08-27T22:55:22.535Z Downloaded hickory-proto v0.25.2
10852026-08-27T22:55:22.543Z Downloaded dropshot-api-manager v0.8.0
10862026-08-27T22:55:22.546Z Downloaded curve25519-dalek v4.1.3
10872026-08-27T22:55:22.553Z Downloaded object v0.37.3
10882026-08-27T22:55:22.560Z Downloaded moka v0.12.13
10892026-08-27T22:55:22.565Z Downloaded bumpalo v3.20.2
10902026-08-27T22:55:22.586Z Downloaded crypto-bigint v0.7.5
10912026-08-27T22:55:22.595Z Downloaded toml_edit v0.22.27
10922026-08-27T22:55:22.598Z Downloaded tabled v0.15.0
10932026-08-27T22:55:22.606Z Downloaded serde_with v3.21.0
10942026-08-27T22:55:22.613Z Downloaded tabled v0.21.0
10952026-08-27T22:55:22.622Z Downloaded reqwest v0.12.28
10962026-08-27T22:55:22.625Z Downloaded regex v1.12.3
10972026-08-27T22:55:22.629Z Downloaded winnow v0.6.26
10982026-08-27T22:55:22.635Z Downloaded syn v1.0.109
10992026-08-27T22:55:22.640Z Downloaded git2 v0.20.4
11002026-08-27T22:55:22.644Z Downloaded libm v0.2.16
11012026-08-27T22:55:22.650Z Downloaded sqlparser v0.61.0
11022026-08-27T22:55:22.655Z Downloaded openssl v0.10.80
11032026-08-27T22:55:22.661Z Downloaded dropshot v0.17.1
11042026-08-27T22:55:22.673Z Downloaded aws-lc-rs v1.16.3
11052026-08-27T22:55:22.680Z Downloaded bitvec v1.0.1
11062026-08-27T22:55:22.688Z Downloaded syn v3.0.3
11072026-08-27T22:55:22.694Z Downloaded rawzip v0.4.4
11082026-08-27T22:55:22.697Z Downloaded curve25519-dalek v5.0.0
11092026-08-27T22:55:22.707Z Downloaded bstr v1.12.1
11102026-08-27T22:55:22.721Z Downloaded chrono v0.4.45
11112026-08-27T22:55:22.724Z Downloaded rustls v0.23.41
11122026-08-27T22:55:22.729Z Downloaded russh v0.62.4
11132026-08-27T22:55:22.734Z Downloaded time v0.3.47
11142026-08-27T22:55:22.740Z Downloaded vcpkg v0.2.15
11152026-08-27T22:55:22.764Z Downloaded zerocopy v0.8.55
11162026-08-27T22:55:22.775Z Downloaded syn v2.0.117
11172026-08-27T22:55:22.781Z Downloaded reedline v0.40.0
11182026-08-27T22:55:22.802Z Downloaded tracing v0.1.44
11192026-08-27T22:55:22.815Z Downloaded portable-atomic v1.13.1
11202026-08-27T22:55:22.820Z Downloaded regress v0.10.5
11212026-08-27T22:55:22.825Z Downloaded rustix v0.38.44
11222026-08-27T22:55:22.838Z Downloaded gimli v0.32.3
11232026-08-27T22:55:22.842Z Downloaded nix v0.28.0
11242026-08-27T22:55:22.848Z Downloaded bzip2-sys v0.1.13+1.0.8
11252026-08-27T22:55:22.855Z Downloaded openapiv3 v2.2.0
11262026-08-27T22:55:22.862Z Downloaded diesel v2.3.7
11272026-08-27T22:55:22.874Z Downloaded regress v0.11.1
11282026-08-27T22:55:22.879Z Downloaded nix v0.31.2
11292026-08-27T22:55:22.885Z Downloaded zerocopy-derive v0.6.6
11302026-08-27T22:55:22.891Z Downloaded radix_trie v0.2.1
11312026-08-27T22:55:22.894Z Downloaded smoltcp v0.11.0
11322026-08-27T22:55:22.901Z Downloaded unicode-width v0.2.0
11332026-08-27T22:55:22.904Z Downloaded polar-core v0.27.3
11342026-08-27T22:55:22.909Z Downloaded petname v2.0.2
11352026-08-27T22:55:22.912Z Downloaded unicode-width v0.1.14
11362026-08-27T22:55:22.915Z Downloaded lalrpop v0.19.12
11372026-08-27T22:55:22.921Z Downloaded rustix v1.1.4
11382026-08-27T22:55:22.935Z Downloaded object v0.30.4
11392026-08-27T22:55:22.940Z Downloaded nix v0.27.1
11402026-08-27T22:55:22.945Z Downloaded jiff v0.2.34
11412026-08-27T22:55:22.955Z Downloaded typify-impl v0.6.2
11422026-08-27T22:55:22.964Z Downloaded regex-syntax v0.8.10
11432026-08-27T22:55:22.968Z Downloaded sha3 v0.11.0
11442026-08-27T22:55:22.987Z Downloaded chrono-tz v0.10.4
11452026-08-27T22:55:22.999Z Downloaded sled v0.34.7
11462026-08-27T22:55:23.004Z Downloaded tokio v1.52.1
11472026-08-27T22:55:23.027Z Downloaded petgraph v0.6.5
11482026-08-27T22:55:23.038Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11492026-08-27T22:55:23.048Z Downloaded ratatui v0.29.0
11502026-08-27T22:55:23.069Z Downloaded sha3 v0.10.8
11512026-08-27T22:55:23.092Z Downloaded regex-automata v0.4.14
11522026-08-27T22:55:23.134Z Downloaded encoding_rs v0.8.35
11532026-08-27T22:55:23.147Z Downloaded petgraph v0.8.3
11542026-08-27T22:55:23.160Z Downloaded httpmock v0.8.3
11552026-08-27T22:55:23.172Z Downloaded libz-sys v1.1.24
11562026-08-27T22:55:23.184Z Downloaded csv v1.4.0
11572026-08-27T22:55:23.196Z Downloaded libc v0.2.185
11582026-08-27T22:55:23.310Z Downloaded ring v0.17.14
11592026-08-27T22:55:23.334Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-27T22:55:23.629Z Downloaded aws-lc-sys v0.40.0
11612026-08-27T22:55:24.036Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-27T22:55:29.184Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-27T22:55:29.596Z Startup: Caching catalogs ... Done
11642026-08-27T22:55:31.847ZPlanning: Solver setup ... Done (2.124s)
11652026-08-27T22:55:31.913ZPlanning: Running solver ... Done (0.064s)
11662026-08-27T22:55:31.975ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-27T22:55:31.981ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-27T22:55:31.999ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-27T22:55:32.014ZPlanning: Package planning ... Done (0.015s)
11702026-08-27T22:55:32.017ZPlanning: Merging actions ... Done (0.001s)
11712026-08-27T22:55:32.244ZPlanning: Checking for conflicting actions ... Done (0.228s)
11722026-08-27T22:55:32.247ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-27T22:55:33.115ZPlanning: Evaluating mediators ... Done (0.870s)
11742026-08-27T22:55:33.119ZPlanning: Planning completed in 3.48 seconds
11752026-08-27T22:55:33.125Z Packages to install: 2
11762026-08-27T22:55:33.125Z Estimated space available: 155.73 GB
11772026-08-27T22:55:33.125ZEstimated space to be consumed: 83.65 MB
11782026-08-27T22:55:33.125Z Create boot environment: No
11792026-08-27T22:55:33.129ZCreate backup boot environment: No
11802026-08-27T22:55:33.129Z Rebuild boot archive: No
11812026-08-27T22:55:33.129Z
11822026-08-27T22:55:33.129ZChanged packages:
11832026-08-27T22:55:33.129Zhelios
11842026-08-27T22:55:33.129Z developer/build-essential
11852026-08-27T22:55:33.129Z None -> 11-3.0
11862026-08-27T22:55:33.129Z library/libxmlsec1
11872026-08-27T22:55:33.129Z None -> 1.2.35-3.0
11882026-08-27T22:55:33.154Z
11892026-08-27T22:55:33.154ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-27T22:55:33.231ZDownload: Completed 1.28 MB in 0.08 seconds (16.1M/s)
11912026-08-27T22:55:33.320Z Actions: 1/268 actions (Installing new actions)
11922026-08-27T22:55:33.363Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-27T22:55:33.392ZFinalize: Updating package state database ... Done (0.039s)
11942026-08-27T22:55:33.396ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-27T22:55:33.486ZFinalize: Updating image state ... Done (0.094s)
11962026-08-27T22:55:36.121ZFinalize: Creating fast lookup database ... Done (2.581s)
11972026-08-27T22:55:36.199ZFinalize: Reading search index ... Done (0.013s)
11982026-08-27T22:55:36.203ZFinalize: Updating search index ... Done (0.000s)
11992026-08-27T22:55:36.284ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-27T22:55:36.657ZPlanning: Evaluating mediator changes ... Done
12012026-08-27T22:55:36.763ZPlanning: Checking for conflicting actions ... Done
12022026-08-27T22:55:36.766ZPlanning: Consolidating action changes ... Done
12032026-08-27T22:55:36.928ZPlanning: Evaluating mediators ... Done
12042026-08-27T22:55:36.934ZPlanning: Planning completed in 0.27 seconds
12052026-08-27T22:55:36.955Z Mediators to change: 2
12062026-08-27T22:55:36.955Z Create boot environment: No
12072026-08-27T22:55:36.973ZCreate backup boot environment: No
12082026-08-27T22:55:37.104ZFinalize: Updating package state database ... Done
12092026-08-27T22:55:37.104ZFinalize: Updating package cache ... Done
12102026-08-27T22:55:37.202ZFinalize: Updating image state ... Done
12112026-08-27T22:55:38.983ZFinalize: Creating fast lookup database ... Done
12122026-08-27T22:55:39.042ZFinalize: Reading search index ... Done
12132026-08-27T22:55:39.046ZFinalize: Updating search index ... Done
12142026-08-27T22:55:39.146ZFinalize: Updating package cache ... Done
12152026-08-27T22:55:39.431ZPlanning: Evaluating mediator changes ... Done
12162026-08-27T22:55:39.538ZPlanning: Checking for conflicting actions ... Done
12172026-08-27T22:55:39.542ZPlanning: Consolidating action changes ... Done
12182026-08-27T22:55:39.696ZPlanning: Evaluating mediators ... Done
12192026-08-27T22:55:39.713ZPlanning: Planning completed in 0.27 seconds
12202026-08-27T22:55:39.720Z Mediators to change: 1
12212026-08-27T22:55:39.720Z Create boot environment: No
12222026-08-27T22:55:39.724ZCreate backup boot environment: No
12232026-08-27T22:55:39.791ZFinalize: Updating package state database ... Done
12242026-08-27T22:55:39.791ZFinalize: Updating package cache ... Done
12252026-08-27T22:55:39.845ZFinalize: Updating image state ... Done
12262026-08-27T22:55:41.774ZFinalize: Creating fast lookup database ... Done
12272026-08-27T22:55:41.832ZFinalize: Reading search index ... Done
12282026-08-27T22:55:41.836ZFinalize: Updating search index ... Done
12292026-08-27T22:55:41.913ZFinalize: Updating package cache ... Done
12302026-08-27T22:55:42.229ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-27T22:55:42.229Zapache system 2.4 system
12322026-08-27T22:55:42.229Zclang system 15 system
12332026-08-27T22:55:42.229Zcsh system system illumos
12342026-08-27T22:55:42.229Zctags system system illumos
12352026-08-27T22:55:42.229Zfile vendor vendor darwinsys
12362026-08-27T22:55:42.229Zfile system system illumos
12372026-08-27T22:55:42.229Zgcc vendor 14 vendor
12382026-08-27T22:55:42.229Zgcc system 13 system
12392026-08-27T22:55:42.229Zgcc system 10 system
12402026-08-27T22:55:42.229Zgo system 1.25 system
12412026-08-27T22:55:42.229Zllvm system 15 system
12422026-08-27T22:55:42.229Zmariadb system 11.4 system
12432026-08-27T22:55:42.229Zmta vendor vendor dma
12442026-08-27T22:55:42.229Zopenjdk system 17 system
12452026-08-27T22:55:42.229Zopenjdk system 11 system
12462026-08-27T22:55:42.229Zopenssl vendor 3 vendor
12472026-08-27T22:55:42.229Zperl system 5.40 system
12482026-08-27T22:55:42.229Zpostgresql system 18 system
12492026-08-27T22:55:42.229Zpostgresql system 17 system
12502026-08-27T22:55:42.229Zpython vendor 3 vendor
12512026-08-27T22:55:42.229Zpython system 2 system
12522026-08-27T22:55:42.229Zpython3 vendor 3.13 vendor
12532026-08-27T22:55:42.229Zruby system 3.4 system
12542026-08-27T22:55:42.229Zruby system 3.0 system
12552026-08-27T22:55:42.229Zwords vendor vendor american-english
12562026-08-27T22:55:42.229Zwords system system australian-english
12572026-08-27T22:55:42.229Zwords system system british-english
12582026-08-27T22:55:42.229Zwords system system canadian-english
12592026-08-27T22:55:42.229Zwords system system french
12602026-08-27T22:55:42.229Zwords system system italian
12612026-08-27T22:55:42.229Zwords system system ngerman
12622026-08-27T22:55:42.229Zwords system system ogerman
12632026-08-27T22:55:42.230Zwords system system spanish
12642026-08-27T22:55:42.478ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-27T22:55:42.478Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-27T22:55:42.972ZFMRI IFO
12672026-08-27T22:55:42.972Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-27T22:55:42.972Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-27T22:55:42.972Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-27T22:55:42.972Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-27T22:55:42.972Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-27T22:55:42.973Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-27T22:55:42.973Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-27T22:55:42.973Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-27T22:55:42.973Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-27T22:55:43.593Z Downloading crates ...
12772026-08-27T22:55:43.646Z Downloaded cargo_toml v0.21.0
12782026-08-27T22:55:43.688Z Compiling proc-macro2 v1.0.106
12792026-08-27T22:55:43.688Z Compiling quote v1.0.45
12802026-08-27T22:55:43.694Z Compiling unicode-ident v1.0.24
12812026-08-27T22:55:43.695Z Compiling serde_core v1.0.228
12822026-08-27T22:55:43.695Z Compiling libc v0.2.185
12832026-08-27T22:55:43.695Z Compiling version_check v0.9.5
12842026-08-27T22:55:43.695Z Compiling memchr v2.8.0
12852026-08-27T22:55:43.695Z Compiling serde v1.0.228
12862026-08-27T22:55:43.695Z Compiling zmij v1.0.21
12872026-08-27T22:55:43.767Z Compiling itoa v1.0.17
12882026-08-27T22:55:43.770Z Compiling ucd-trie v0.1.7
12892026-08-27T22:55:43.770Z Compiling thiserror v1.0.69
12902026-08-27T22:55:43.774Z Compiling rustix v1.1.4
12912026-08-27T22:55:43.779Z Compiling byteorder v1.5.0
12922026-08-27T22:55:43.990Z Compiling bitflags v2.11.0
12932026-08-27T22:55:44.067Z Compiling serde_json v1.0.151
12942026-08-27T22:55:44.104Z Compiling syn v1.0.109
12952026-08-27T22:55:44.240Z Compiling pest v2.8.6
12962026-08-27T22:55:44.244Z Compiling camino v1.2.5
12972026-08-27T22:55:44.282Z Compiling usdt-impl v0.5.0
12982026-08-27T22:55:44.285Z Compiling proc-macro-error-attr v1.0.4
12992026-08-27T22:55:44.311Z Compiling proc-macro-error v1.0.4
13002026-08-27T22:55:44.369Z Compiling log v0.4.33
13012026-08-27T22:55:44.382Z Compiling plain v0.2.3
13022026-08-27T22:55:44.418Z Compiling equivalent v1.0.2
13032026-08-27T22:55:44.456Z Compiling utf8parse v0.2.2
13042026-08-27T22:55:44.520Z Compiling hashbrown v0.17.0
13052026-08-27T22:55:44.531Z Compiling getrandom v0.4.3
13062026-08-27T22:55:44.552Z Compiling anstyle-parse v1.0.0
13072026-08-27T22:55:44.585Z Compiling anstyle v1.0.14
13082026-08-27T22:55:44.588Z Compiling winnow v0.7.14
13092026-08-27T22:55:44.588Z Compiling colorchoice v1.0.4
13102026-08-27T22:55:44.588Z Compiling toml_write v0.1.2
13112026-08-27T22:55:44.663Z Compiling autocfg v1.5.0
13122026-08-27T22:55:44.688Z Compiling anstyle-query v1.1.5
13132026-08-27T22:55:44.691Z Compiling cfg-if v1.0.4
13142026-08-27T22:55:44.712Z Compiling errno v0.3.14
13152026-08-27T22:55:44.761Z Compiling thread-id v4.2.2
13162026-08-27T22:55:44.765Z Compiling thiserror v2.0.18
13172026-08-27T22:55:44.779Z Compiling pretty-hex v0.4.1
13182026-08-27T22:55:44.792Z Compiling is_terminal_polyfill v1.70.2
13192026-08-27T22:55:44.851Z Compiling heck v0.4.1
13202026-08-27T22:55:44.861Z Compiling clap_lex v1.0.0
13212026-08-27T22:55:44.873Z Compiling anstream v1.0.0
13222026-08-27T22:55:44.898Z Compiling bytecount v0.6.9
13232026-08-27T22:55:44.921Z Compiling once_cell v1.21.3
13242026-08-27T22:55:44.944Z Compiling fnv v1.0.7
13252026-08-27T22:55:45.072Z Compiling indexmap v2.14.0
13262026-08-27T22:55:45.104Z Compiling heck v0.5.0
13272026-08-27T22:55:45.145Z Compiling fastrand v2.3.0
13282026-08-27T22:55:45.149Z Compiling fs-err v3.3.0
13292026-08-27T22:55:45.149Z Compiling strsim v0.11.1
13302026-08-27T22:55:45.185Z Compiling anyhow v1.0.104
13312026-08-27T22:55:45.199Z Compiling unicode-width v0.1.14
13322026-08-27T22:55:45.234Z Compiling memmap v0.7.0
13332026-08-27T22:55:45.305Z Compiling syn v2.0.117
13342026-08-27T22:55:45.349Z Compiling pest_meta v2.8.6
13352026-08-27T22:55:45.427Z Compiling papergrid v0.11.0
13362026-08-27T22:55:45.438Z Compiling smawk v0.3.2
13372026-08-27T22:55:45.496Z Compiling unicode-width v0.2.0
13382026-08-27T22:55:45.509Z Compiling unicode-linebreak v0.1.5
13392026-08-27T22:55:45.571Z Compiling swrite v0.1.0
13402026-08-27T22:55:45.713Z Compiling terminal_size v0.4.3
13412026-08-27T22:55:45.713Z Compiling tempfile v3.27.0
13422026-08-27T22:55:45.818Z Compiling clap_builder v4.6.0
13432026-08-27T22:55:45.819Z Compiling textwrap v0.16.2
13442026-08-27T22:55:46.118Z Compiling semver v1.0.28
13452026-08-27T22:55:46.128Z Compiling cargo-platform v0.3.2
13462026-08-27T22:55:46.349Z Compiling camino-tempfile v1.4.1
13472026-08-27T22:55:46.776Z Compiling tabled_derive v0.7.0
13482026-08-27T22:55:47.410Z Compiling tabled v0.15.0
13492026-08-27T22:55:47.427Z Compiling pest_generator v2.8.6
13502026-08-27T22:55:47.917Z Compiling serde_derive v1.0.228
13512026-08-27T22:55:47.917Z Compiling thiserror-impl v1.0.69
13522026-08-27T22:55:47.921Z Compiling zerocopy-derive v0.7.35
13532026-08-27T22:55:47.921Z Compiling pest_derive v2.8.6
13542026-08-27T22:55:47.921Z Compiling scroll_derive v0.12.1
13552026-08-27T22:55:47.921Z Compiling thiserror-impl v2.0.18
13562026-08-27T22:55:47.921Z Compiling clap_derive v4.6.1
13572026-08-27T22:55:48.569Z Compiling scroll v0.12.0
13582026-08-27T22:55:48.591Z Compiling zerocopy v0.7.35
13592026-08-27T22:55:48.769Z Compiling goblin v0.8.2
13602026-08-27T22:55:48.957Z Compiling dtrace-parser v0.2.0
13612026-08-27T22:55:49.206Z Compiling clap v4.6.1
13622026-08-27T22:55:50.250Z Compiling dof v0.3.0
13632026-08-27T22:55:50.250Z Compiling serde_tokenstream v0.2.3
13642026-08-27T22:55:50.261Z Compiling serde_spanned v0.6.9
13652026-08-27T22:55:50.264Z Compiling toml_datetime v0.6.11
13662026-08-27T22:55:50.268Z Compiling macaddr v1.0.1
13672026-08-27T22:55:50.268Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13682026-08-27T22:55:50.268Z Compiling cargo_metadata v0.23.1
13692026-08-27T22:55:50.458Z Compiling toml_edit v0.22.27
13702026-08-27T22:55:50.900Z Compiling usdt-macro v0.5.0
13712026-08-27T22:55:50.900Z Compiling usdt-attr-macro v0.5.0
13722026-08-27T22:55:51.521Z Compiling usdt v0.5.0
13732026-08-27T22:55:51.677Z Compiling toml v0.8.23
13742026-08-27T22:55:51.986Z Compiling cargo_toml v0.21.0
13752026-08-27T22:55:53.259Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13762026-08-27T22:55:55.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
13772026-08-27T22:55:55.334Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13782026-08-27T22:55:56.089Z Compiling serde_core v1.0.228
13792026-08-27T22:55:56.089Z Compiling libc v0.2.185
13802026-08-27T22:55:56.092Z Compiling serde v1.0.228
13812026-08-27T22:55:56.092Z Compiling log v0.4.33
13822026-08-27T22:55:56.092Z Compiling smallvec v1.15.1
13832026-08-27T22:55:56.092Z Compiling find-msvc-tools v0.1.9
13842026-08-27T22:55:56.092Z Compiling shlex v1.3.0
13852026-08-27T22:55:56.092Z Compiling subtle v2.6.1
13862026-08-27T22:55:56.225Z Compiling scopeguard v1.2.0
13872026-08-27T22:55:56.234Z Compiling typenum v1.20.1
13882026-08-27T22:55:56.237Z Compiling stable_deref_trait v1.2.1
13892026-08-27T22:55:56.237Z Compiling zerocopy v0.8.55
13902026-08-27T22:55:56.238Z Compiling portable-atomic v1.13.1
13912026-08-27T22:55:56.269Z Compiling serde_json v1.0.151
13922026-08-27T22:55:56.282Z Compiling syn v2.0.117
13932026-08-27T22:55:56.298Z Compiling critical-section v1.2.0
13942026-08-27T22:55:56.377Z Compiling lock_api v0.4.14
13952026-08-27T22:55:56.418Z Compiling libm v0.2.16
13962026-08-27T22:55:56.432Z Compiling num-traits v0.2.19
13972026-08-27T22:55:56.435Z Compiling pkg-config v0.3.32
13982026-08-27T22:55:56.435Z Compiling generic-array v0.14.7
13992026-08-27T22:55:56.496Z Compiling getrandom v0.4.3
14002026-08-27T22:55:56.526Z Compiling pin-project-lite v0.2.17
14012026-08-27T22:55:56.558Z Compiling parking_lot_core v0.9.12
14022026-08-27T22:55:56.576Z Compiling const-oid v0.9.6
14032026-08-27T22:55:56.663Z Compiling rand_core v0.10.0
14042026-08-27T22:55:56.666Z Compiling percent-encoding v2.3.2
14052026-08-27T22:55:56.708Z Compiling futures-core v0.3.32
14062026-08-27T22:55:56.750Z Compiling writeable v0.6.2
14072026-08-27T22:55:56.835Z Compiling litemap v0.8.1
14082026-08-27T22:55:56.867Z Compiling icu_properties_data v2.1.2
14092026-08-27T22:55:56.867Z Compiling icu_normalizer_data v2.1.1
14102026-08-27T22:55:56.922Z Compiling rustix v1.1.4
14112026-08-27T22:55:56.922Z Compiling getrandom v0.3.4
14122026-08-27T22:55:56.926Z Compiling futures-sink v0.3.32
14132026-08-27T22:55:56.979Z Compiling slab v0.4.12
14142026-08-27T22:55:56.979Z Compiling futures-task v0.3.32
14152026-08-27T22:55:57.012Z Compiling futures-io v0.3.32
14162026-08-27T22:55:57.067Z Compiling errno v0.3.14
14172026-08-27T22:55:57.082Z Compiling jobserver v0.1.34
14182026-08-27T22:55:57.096Z Compiling getrandom v0.2.17
14192026-08-27T22:55:57.144Z Compiling mio v1.2.0
14202026-08-27T22:55:57.189Z Compiling signal-hook-registry v1.4.8
14212026-08-27T22:55:57.235Z Compiling rand_core v0.6.4
14222026-08-27T22:55:57.349Z Compiling cc v1.2.56
14232026-08-27T22:55:57.374Z Compiling parking_lot v0.12.5
14242026-08-27T22:55:57.390Z Compiling once_cell v1.21.3
14252026-08-27T22:55:57.390Z Compiling socket2 v0.6.3
14262026-08-27T22:55:57.434Z Compiling futures-channel v0.3.32
14272026-08-27T22:55:57.455Z Compiling utf8_iter v1.0.4
14282026-08-27T22:55:57.497Z Compiling form_urlencoded v1.2.2
14292026-08-27T22:55:57.511Z Compiling rustversion v1.0.22
14302026-08-27T22:55:57.525Z Compiling base64ct v1.8.3
14312026-08-27T22:55:57.571Z Compiling iana-time-zone v0.1.65
14322026-08-27T22:55:57.614Z Compiling ident_case v1.0.1
14332026-08-27T22:55:57.660Z Compiling fs_extra v1.3.0
14342026-08-27T22:55:57.673Z Compiling regex-syntax v0.8.10
14352026-08-27T22:55:57.677Z Compiling dunce v1.0.5
14362026-08-27T22:55:57.700Z Compiling flagset v0.4.7
14372026-08-27T22:55:57.759Z Compiling pem-rfc7468 v0.7.0
14382026-08-27T22:55:57.774Z Compiling base64 v0.22.1
14392026-08-27T22:55:57.786Z Compiling vcpkg v0.2.15
14402026-08-27T22:55:57.799Z Compiling rand_core v0.9.5
14412026-08-27T22:55:57.826Z Compiling syn v1.0.109
14422026-08-27T22:55:57.829Z Compiling tracing-core v0.1.36
14432026-08-27T22:55:57.854Z Compiling aws-lc-rs v1.16.3
14442026-08-27T22:55:57.890Z Compiling simd-adler32 v0.3.8
14452026-08-27T22:55:57.946Z Compiling cpufeatures v0.2.17
14462026-08-27T22:55:57.985Z Compiling schemars v0.8.22
14472026-08-27T22:55:58.028Z Compiling dyn-clone v1.0.20
14482026-08-27T22:55:58.073Z Compiling spin v0.9.8
14492026-08-27T22:55:58.101Z Compiling cmake v0.1.57
14502026-08-27T22:55:58.118Z Compiling adler2 v2.0.1
14512026-08-27T22:55:58.158Z Compiling cmov v0.5.4
14522026-08-27T22:55:58.172Z Compiling crc32fast v1.5.0
14532026-08-27T22:55:58.187Z Compiling tinyvec_macros v0.1.1
14542026-08-27T22:55:58.243Z Compiling openssl-probe v0.2.1
14552026-08-27T22:55:58.262Z Compiling httparse v1.10.1
14562026-08-27T22:55:58.275Z Compiling tinyvec v1.10.0
14572026-08-27T22:55:58.288Z Compiling miniz_oxide v0.8.9
14582026-08-27T22:55:58.311Z Compiling aho-corasick v1.1.4
14592026-08-27T22:55:58.384Z Compiling ctutils v0.4.2
14602026-08-27T22:55:58.407Z Compiling radium v0.7.0
14612026-08-27T22:55:58.434Z Compiling atomic-waker v1.1.2
14622026-08-27T22:55:58.511Z Compiling untrusted v0.7.1
14632026-08-27T22:55:58.526Z Compiling try-lock v0.2.5
14642026-08-27T22:55:58.539Z Compiling tower-service v0.3.3
14652026-08-27T22:55:58.539Z Compiling tower-layer v0.3.3
14662026-08-27T22:55:58.620Z Compiling bitflags v2.11.0
14672026-08-27T22:55:58.637Z Compiling semver v1.0.28
14682026-08-27T22:55:58.666Z Compiling indexmap v2.14.0
14692026-08-27T22:55:58.670Z Compiling uuid v1.23.4
14702026-08-27T22:55:58.720Z Compiling want v0.3.1
14712026-08-27T22:55:58.740Z Compiling httpdate v1.0.3
14722026-08-27T22:55:58.774Z Compiling tap v1.0.1
14732026-08-27T22:55:58.777Z Compiling untrusted v0.9.0
14742026-08-27T22:55:58.906Z Compiling rustc_version v0.4.1
14752026-08-27T22:55:58.921Z Compiling openssl v0.10.80
14762026-08-27T22:55:58.923Z Compiling rustls v0.23.41
14772026-08-27T22:55:58.951Z Compiling maybe-uninit v2.0.0
14782026-08-27T22:55:58.955Z Compiling aws-lc-sys v0.40.0
14792026-08-27T22:55:58.981Z Compiling openssl-sys v0.9.117
14802026-08-27T22:55:58.997Z Compiling foreign-types-shared v0.1.1
14812026-08-27T22:55:59.072Z Compiling foreign-types v0.3.2
14822026-08-27T22:55:59.094Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-08-27T22:55:59.113Z Compiling regex-automata v0.4.14
14842026-08-27T22:55:59.156Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-08-27T22:55:59.186Z Compiling wyz v0.5.1
14862026-08-27T22:55:59.231Z Compiling synstructure v0.13.2
14872026-08-27T22:55:59.245Z Compiling serde_derive_internals v0.29.1
14882026-08-27T22:55:59.336Z Compiling pest_generator v2.8.6
14892026-08-27T22:55:59.372Z Compiling darling_core v0.20.11
14902026-08-27T22:55:59.457Z Compiling unicode-normalization v0.1.25
14912026-08-27T22:55:59.516Z Compiling num-integer v0.1.46
14922026-08-27T22:55:59.677Z Compiling wait-timeout v0.2.1
14932026-08-27T22:55:59.777Z Compiling tempfile v3.27.0
14942026-08-27T22:55:59.792Z Compiling terminal_size v0.4.3
14952026-08-27T22:55:59.890Z Compiling ahash v0.8.12
14962026-08-27T22:55:59.959Z Compiling quick-error v1.2.3
14972026-08-27T22:55:59.962Z Compiling native-tls v0.2.18
14982026-08-27T22:55:59.986Z Compiling powerfmt v0.2.0
14992026-08-27T22:56:00.021Z Compiling num-conv v0.2.0
15002026-08-27T22:56:00.038Z Compiling time-core v0.1.8
15012026-08-27T22:56:00.055Z Compiling bit-vec v0.8.0
15022026-08-27T22:56:00.070Z Compiling funty v2.0.0
15032026-08-27T22:56:00.086Z Compiling num-bigint-dig v0.8.6
15042026-08-27T22:56:00.117Z Compiling packed_struct v0.10.1
15052026-08-27T22:56:00.155Z Compiling deranged v0.5.8
15062026-08-27T22:56:00.190Z Compiling clap_builder v4.6.0
15072026-08-27T22:56:00.205Z Compiling time-macros v0.2.27
15082026-08-27T22:56:00.216Z Compiling rusty-fork v0.3.1
15092026-08-27T22:56:00.246Z Compiling bit-set v0.8.0
15102026-08-27T22:56:00.249Z Compiling num-iter v0.1.45
15112026-08-27T22:56:00.395Z Compiling lazy_static v1.5.0
15122026-08-27T22:56:00.413Z Compiling bitvec v1.0.1
15132026-08-27T22:56:00.427Z Compiling rand_xorshift v0.4.0
15142026-08-27T22:56:00.430Z Compiling sync_wrapper v1.0.2
15152026-08-27T22:56:00.498Z Compiling indexmap v1.9.3
15162026-08-27T22:56:00.539Z Compiling crc-catalog v2.4.0
15172026-08-27T22:56:00.560Z Compiling crossbeam-utils v0.8.21
15182026-08-27T22:56:00.604Z Compiling siphasher v1.0.2
15192026-08-27T22:56:00.643Z Compiling usdt-impl v0.6.0
15202026-08-27T22:56:00.661Z Compiling unarray v0.1.4
15212026-08-27T22:56:00.699Z Compiling object v0.37.3
15222026-08-27T22:56:00.785Z Compiling num_threads v0.1.7
15232026-08-27T22:56:00.803Z Compiling zlib-rs v0.6.2
15242026-08-27T22:56:00.873Z Compiling paste v1.0.15
15252026-08-27T22:56:00.887Z Compiling nodrop v0.1.14
15262026-08-27T22:56:00.910Z Compiling unicode-segmentation v1.12.0
15272026-08-27T22:56:00.935Z Compiling serde_derive v1.0.228
15282026-08-27T22:56:00.980Z Compiling zeroize_derive v1.5.0
15292026-08-27T22:56:00.994Z Compiling zerocopy-derive v0.8.55
15302026-08-27T22:56:01.141Z Compiling zerofrom-derive v0.1.6
15312026-08-27T22:56:01.162Z Compiling yoke-derive v0.8.1
15322026-08-27T22:56:01.284Z Compiling zerovec-derive v0.11.2
15332026-08-27T22:56:01.297Z Compiling displaydoc v0.2.5
15342026-08-27T22:56:01.322Z Compiling tokio-macros v2.7.0
15352026-08-27T22:56:01.653Z Compiling futures-macro v0.3.32
15362026-08-27T22:56:01.688Z Compiling thiserror-impl v2.0.18
15372026-08-27T22:56:01.871Z Compiling der_derive v0.7.3
15382026-08-27T22:56:02.061Z Compiling tracing-attributes v0.1.31
15392026-08-27T22:56:02.137Z Compiling schemars_derive v0.8.22
15402026-08-27T22:56:02.150Z Compiling scroll_derive v0.13.1
15412026-08-27T22:56:02.372Z Compiling pest_derive v2.8.6
15422026-08-27T22:56:02.470Z Compiling darling_macro v0.20.11
15432026-08-27T22:56:02.561Z Compiling futures-util v0.3.32
15442026-08-27T22:56:02.605Z Compiling zerofrom v0.1.6
15452026-08-27T22:56:02.742Z Compiling yoke v0.8.1
15462026-08-27T22:56:02.860Z Compiling thiserror-impl v1.0.69
15472026-08-27T22:56:02.949Z Compiling zerovec v0.11.5
15482026-08-27T22:56:02.964Z Compiling zerotrie v0.2.3
15492026-08-27T22:56:02.998Z Compiling openssl-macros v0.1.1
15502026-08-27T22:56:03.019Z Compiling scroll v0.13.0
15512026-08-27T22:56:03.132Z Compiling thiserror v2.0.18
15522026-08-27T22:56:03.259Z Compiling goblin v0.10.5
15532026-08-27T22:56:03.276Z Compiling darling v0.20.11
15542026-08-27T22:56:03.292Z Compiling packed_struct_codegen v0.10.1
15552026-08-27T22:56:03.310Z Compiling clap_derive v4.6.1
15562026-08-27T22:56:03.324Z Compiling bitfield-macros v0.19.4
15572026-08-27T22:56:03.376Z Compiling zerocopy-derive v0.6.6
15582026-08-27T22:56:03.441Z Compiling tinystr v0.8.2
15592026-08-27T22:56:03.457Z Compiling potential_utf v0.1.4
15602026-08-27T22:56:03.477Z Compiling tracing v0.1.44
15612026-08-27T22:56:03.646Z Compiling icu_locale_core v2.1.1
15622026-08-27T22:56:03.662Z Compiling icu_collections v2.1.1
15632026-08-27T22:56:03.770Z Compiling flate2 v1.1.9
15642026-08-27T22:56:04.060Z Compiling bitfield v0.19.4
15652026-08-27T22:56:04.074Z Compiling derive_builder_core v0.20.2
15662026-08-27T22:56:04.193Z Compiling thiserror v1.0.69
15672026-08-27T22:56:04.209Z Compiling dtrace-parser v0.3.0
15682026-08-27T22:56:04.221Z Compiling time v0.3.47
15692026-08-27T22:56:04.253Z Compiling zerocopy v0.6.6
15702026-08-27T22:56:04.308Z Compiling icu_provider v2.1.1
15712026-08-27T22:56:04.428Z Compiling zeroize v1.9.0
15722026-08-27T22:56:04.498Z Compiling bytes v1.11.1
15732026-08-27T22:56:04.513Z Compiling chrono v0.4.45
15742026-08-27T22:56:04.559Z Compiling icu_normalizer v2.1.1
15752026-08-27T22:56:04.624Z Compiling icu_properties v2.1.2
15762026-08-27T22:56:04.661Z Compiling der v0.7.10
15772026-08-27T22:56:04.921Z Compiling rustls-pki-types v1.14.0
15782026-08-27T22:56:04.957Z Compiling hybrid-array v0.4.13
15792026-08-27T22:56:04.972Z Compiling tokio v1.52.1
15802026-08-27T22:56:05.121Z Compiling block-buffer v0.10.4
15812026-08-27T22:56:05.134Z Compiling crypto-common v0.1.7
15822026-08-27T22:56:05.177Z Compiling http v1.4.2
15832026-08-27T22:56:05.191Z Compiling ipnet v2.12.0
15842026-08-27T22:56:05.300Z Compiling digest v0.10.7
15852026-08-27T22:56:05.314Z Compiling hex v0.4.3
15862026-08-27T22:56:05.379Z Compiling toml_datetime v0.6.11
15872026-08-27T22:56:05.563Z Compiling idna_adapter v1.2.1
15882026-08-27T22:56:05.598Z Compiling ppv-lite86 v0.2.21
15892026-08-27T22:56:05.646Z Compiling spki v0.7.3
15902026-08-27T22:56:05.662Z Compiling sha2 v0.10.9
15912026-08-27T22:56:05.695Z Compiling idna v1.1.0
15922026-08-27T22:56:05.713Z Compiling signature v2.2.0
15932026-08-27T22:56:05.729Z Compiling hmac v0.12.1
15942026-08-27T22:56:05.744Z Compiling serde_spanned v0.6.9
15952026-08-27T22:56:05.844Z Compiling pkcs8 v0.10.2
15962026-08-27T22:56:05.876Z Compiling rand_chacha v0.9.0
15972026-08-27T22:56:05.893Z Compiling http-body v1.0.1
15982026-08-27T22:56:05.904Z Compiling rand_chacha v0.3.1
15992026-08-27T22:56:05.935Z Compiling clap v4.6.1
16002026-08-27T22:56:06.030Z Compiling url v2.5.8
16012026-08-27T22:56:06.058Z Compiling http-body-util v0.1.3
16022026-08-27T22:56:06.086Z Compiling rand v0.9.2
16032026-08-27T22:56:06.120Z Compiling rand v0.8.6
16042026-08-27T22:56:06.134Z Compiling pkcs1 v0.7.5
16052026-08-27T22:56:06.165Z Compiling dof v0.4.0
16062026-08-27T22:56:06.371Z Compiling array-init v0.0.4
16072026-08-27T22:56:06.403Z Compiling scroll_derive v0.12.1
16082026-08-27T22:56:06.498Z Compiling structmeta-derive v0.3.0
16092026-08-27T22:56:06.635Z Compiling proptest v1.11.0
16102026-08-27T22:56:06.725Z Compiling crc v3.4.0
16112026-08-27T22:56:06.822Z Compiling smallvec v0.6.14
16122026-08-27T22:56:06.843Z Compiling heapless v0.7.17
16132026-08-27T22:56:06.973Z Compiling darling_core v0.23.0
16142026-08-27T22:56:06.993Z Compiling slog v2.8.2
16152026-08-27T22:56:07.007Z Compiling thread-id v5.1.0
16162026-08-27T22:56:07.079Z Compiling env_filter v2.0.0
16172026-08-27T22:56:07.105Z Compiling syn v3.0.3
16182026-08-27T22:56:07.140Z Compiling cookie v0.18.1
16192026-08-27T22:56:07.155Z Compiling allocator-api2 v0.2.21
16202026-08-27T22:56:07.200Z Compiling signal-hook v0.3.18
16212026-08-27T22:56:07.323Z Compiling unicode-properties v0.1.4
16222026-08-27T22:56:07.340Z Compiling anyhow v1.0.104
16232026-08-27T22:56:07.357Z Compiling gimli v0.32.3
16242026-08-27T22:56:07.391Z Compiling ipnetwork v0.21.1
16252026-08-27T22:56:07.405Z Compiling zstd-safe v7.2.4
16262026-08-27T22:56:07.432Z Compiling base64 v0.21.7
16272026-08-27T22:56:07.499Z Compiling winnow v0.5.40
16282026-08-27T22:56:07.515Z Compiling ryu v1.0.23
16292026-08-27T22:56:07.554Z Compiling unicode-bidi v0.3.18
16302026-08-27T22:56:07.631Z Compiling iri-string v0.7.10
16312026-08-27T22:56:07.670Z Compiling hashbrown v0.12.3
16322026-08-27T22:56:07.684Z Compiling structmeta v0.3.0
16332026-08-27T22:56:07.763Z Compiling ron v0.8.1
16342026-08-27T22:56:07.806Z Compiling rsa v0.9.10
16352026-08-27T22:56:07.919Z Compiling stringprep v0.1.5
16362026-08-27T22:56:07.934Z Compiling serde_urlencoded v0.7.1
16372026-08-27T22:56:07.970Z Compiling oxnet v0.1.6
16382026-08-27T22:56:08.246Z Compiling env_logger v0.11.11
16392026-08-27T22:56:08.391Z Compiling scroll v0.12.0
16402026-08-27T22:56:08.404Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-08-27T22:56:08.520Z Compiling serde-hex v0.1.0
16422026-08-27T22:56:08.632Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-27T22:56:08.678Z Compiling camino v1.2.5
16442026-08-27T22:56:08.835Z Compiling tokio-util v0.7.18
16452026-08-27T22:56:08.982Z Compiling tower v0.5.3
16462026-08-27T22:56:09.048Z Compiling toml_edit v0.19.15
16472026-08-27T22:56:09.082Z Compiling addr2line v0.25.1
16482026-08-27T22:56:09.183Z Compiling newtype-uuid v1.3.2
16492026-08-27T22:56:09.268Z Compiling tokio-native-tls v0.3.1
16502026-08-27T22:56:09.437Z Compiling tower-http v0.6.8
16512026-08-27T22:56:09.505Z Compiling hashbrown v0.13.2
16522026-08-27T22:56:09.543Z Compiling h2 v0.4.15
16532026-08-27T22:56:09.563Z Compiling darling_macro v0.23.0
16542026-08-27T22:56:09.864Z Compiling x509-cert v0.2.5
16552026-08-27T22:56:09.906Z Compiling block-padding v0.4.2
16562026-08-27T22:56:10.015Z Compiling crypto-common v0.2.2
16572026-08-27T22:56:10.029Z Compiling block-buffer v0.12.1
16582026-08-27T22:56:10.105Z Compiling md-5 v0.10.6
16592026-08-27T22:56:10.108Z Compiling rustls-native-certs v0.8.3
16602026-08-27T22:56:10.250Z Compiling derive_builder_macro v0.20.2
16612026-08-27T22:56:10.265Z Compiling bzip2 v0.4.4
16622026-08-27T22:56:10.279Z Compiling erased-serde v0.3.31
16632026-08-27T22:56:10.403Z Compiling serde_tokenstream v0.2.3
16642026-08-27T22:56:10.489Z Compiling bstr v1.12.1
16652026-08-27T22:56:10.588Z Compiling daft-derive v0.1.8
16662026-08-27T22:56:10.735Z Compiling zerocopy-derive v0.7.35
16672026-08-27T22:56:10.750Z Compiling async-trait v0.1.89
16682026-08-27T22:56:10.772Z Compiling pin-project-internal v1.1.11
16692026-08-27T22:56:10.788Z Compiling curve25519-dalek v4.1.3
16702026-08-27T22:56:10.922Z Compiling vergen-lib v9.1.0
16712026-08-27T22:56:11.122Z Compiling hash32 v0.2.1
16722026-08-27T22:56:11.148Z Compiling memoffset v0.9.1
16732026-08-27T22:56:11.164Z Compiling encoding_rs v0.8.35
16742026-08-27T22:56:11.317Z Compiling owo-colors v4.3.0
16752026-08-27T22:56:11.332Z Compiling ref-cast v1.0.25
16762026-08-27T22:56:11.354Z Compiling mime v0.3.17
16772026-08-27T22:56:11.481Z Compiling litrs v1.0.0
16782026-08-27T22:56:11.630Z Compiling cfg_aliases v0.2.1
16792026-08-27T22:56:11.630Z Compiling rustix v0.38.44
16802026-08-27T22:56:11.659Z Compiling fallible-iterator v0.2.0
16812026-08-27T22:56:11.674Z Compiling rustc-demangle v0.1.27
16822026-08-27T22:56:11.709Z Compiling crc-any v2.5.0
16832026-08-27T22:56:11.723Z Compiling smoltcp v0.9.1
16842026-08-27T22:56:11.762Z Compiling psl-types v2.0.11
16852026-08-27T22:56:11.815Z Compiling nix v0.31.2
16862026-08-27T22:56:11.898Z Compiling pin-project v1.1.11
16872026-08-27T22:56:11.942Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16882026-08-27T22:56:12.002Z Compiling postgres-protocol v0.6.10
16892026-08-27T22:56:12.026Z Compiling backtrace v0.3.76
16902026-08-27T22:56:12.043Z Compiling publicsuffix v2.3.0
16912026-08-27T22:56:12.075Z Compiling document-features v0.2.12
16922026-08-27T22:56:12.174Z Compiling zerocopy v0.7.35
16932026-08-27T22:56:12.212Z Compiling daft v0.1.8
16942026-08-27T22:56:12.275Z Compiling derive_builder v0.20.2
16952026-08-27T22:56:12.347Z Compiling zip v0.6.6
16962026-08-27T22:56:12.362Z Compiling toml v0.7.8
16972026-08-27T22:56:12.418Z Compiling darling v0.23.0
16982026-08-27T22:56:12.518Z Compiling inout v0.2.2
16992026-08-27T22:56:12.532Z Compiling object v0.30.4
17002026-08-27T22:56:12.583Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17012026-08-27T22:56:12.706Z Compiling goblin v0.8.2
17022026-08-27T22:56:12.724Z Compiling hyper v1.10.1
17032026-08-27T22:56:12.891Z Compiling derive-ex v0.1.8
17042026-08-27T22:56:12.945Z Compiling futures-executor v0.3.32
17052026-08-27T22:56:12.979Z Compiling hubpack_derive v0.1.1
17062026-08-27T22:56:12.993Z Compiling regex v1.12.3
17072026-08-27T22:56:13.100Z Compiling convert_case v0.10.0
17082026-08-27T22:56:13.100Z Compiling ref-cast-impl v1.0.25
17092026-08-27T22:56:13.152Z Compiling curve25519-dalek-derive v0.1.1
17102026-08-27T22:56:13.231Z Compiling strum_macros v0.27.2
17112026-08-27T22:56:13.235Z Compiling snafu-derive v0.8.9
17122026-08-27T22:56:13.310Z Compiling phf_shared v0.13.1
17132026-08-27T22:56:13.442Z Compiling cargo-platform v0.3.2
17142026-08-27T22:56:13.456Z Compiling vergen v9.1.0
17152026-08-27T22:56:13.472Z Compiling ff v0.13.1
17162026-08-27T22:56:13.571Z Compiling fs-err v3.3.0
17172026-08-27T22:56:13.631Z Compiling foldhash v0.2.0
17182026-08-27T22:56:13.663Z Compiling is_ci v1.2.0
17192026-08-27T22:56:13.687Z Compiling managed v0.8.0
17202026-08-27T22:56:13.748Z Compiling base16ct v0.2.0
17212026-08-27T22:56:13.781Z Compiling jiff-core v0.1.0
17222026-08-27T22:56:13.795Z Compiling path-slash v0.1.5
17232026-08-27T22:56:13.820Z Compiling foldhash v0.1.5
17242026-08-27T22:56:13.848Z Compiling hyper-util v0.1.20
17252026-08-27T22:56:13.874Z Compiling same-file v1.0.6
17262026-08-27T22:56:13.927Z Compiling libbz2-rs-sys v0.2.2
17272026-08-27T22:56:13.949Z Compiling bitflags v1.3.2
17282026-08-27T22:56:13.963Z Compiling either v1.15.0
17292026-08-27T22:56:14.012Z Compiling bumpalo v3.20.2
17302026-08-27T22:56:14.059Z Compiling walkdir v2.5.0
17312026-08-27T22:56:14.188Z Compiling hashbrown v0.15.5
17322026-08-27T22:56:14.281Z Compiling zopfli v0.8.3
17332026-08-27T22:56:14.377Z Compiling bzip2 v0.6.1
17342026-08-27T22:56:14.392Z Compiling sec1 v0.7.3
17352026-08-27T22:56:14.610Z Compiling jiff v0.2.34
17362026-08-27T22:56:14.625Z Compiling test-strategy v0.4.5
17372026-08-27T22:56:14.757Z Compiling hashbrown v0.16.1
17382026-08-27T22:56:14.811Z Compiling supports-color v3.0.2
17392026-08-27T22:56:14.856Z Compiling textwrap v0.16.2
17402026-08-27T22:56:14.891Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17412026-08-27T22:56:14.953Z Compiling dof v0.3.0
17422026-08-27T22:56:15.134Z Compiling cargo_metadata v0.23.1
17432026-08-27T22:56:15.211Z Compiling snafu v0.8.9
17442026-08-27T22:56:15.268Z Compiling hyper-tls v0.6.0
17452026-08-27T22:56:15.322Z Compiling strum v0.27.2
17462026-08-27T22:56:15.366Z Compiling group v0.13.0
17472026-08-27T22:56:15.449Z Compiling reqwest v0.12.28
17482026-08-27T22:56:15.470Z Compiling phf v0.13.1
17492026-08-27T22:56:15.526Z Compiling hubpack v0.1.2
17502026-08-27T22:56:15.556Z Compiling derive_more-impl v2.1.1
17512026-08-27T22:56:15.589Z Compiling futures v0.3.32
17522026-08-27T22:56:15.636Z Compiling cookie_store v0.22.1
17532026-08-27T22:56:15.682Z Compiling signal-hook-mio v0.2.5
17542026-08-27T22:56:15.698Z Compiling zstd v0.13.3
17552026-08-27T22:56:15.763Z Compiling cipher v0.5.2
17562026-08-27T22:56:15.819Z Compiling serde_with_macros v3.21.0
17572026-08-27T22:56:15.972Z Compiling backtrace-ext v0.2.1
17582026-08-27T22:56:16.025Z Compiling postgres-types v0.2.12
17592026-08-27T22:56:16.190Z Compiling globset v0.4.18
17602026-08-27T22:56:16.224Z Compiling usdt-attr-macro v0.6.0
17612026-08-27T22:56:16.296Z Compiling usdt-macro v0.6.0
17622026-08-27T22:56:16.312Z Compiling byte-wrapper v0.1.0
17632026-08-27T22:56:16.522Z Compiling ed25519 v2.2.3
17642026-08-27T22:56:16.610Z Compiling hkdf v0.12.4
17652026-08-27T22:56:16.663Z Compiling crypto-bigint v0.5.5
17662026-08-27T22:56:16.741Z Compiling serde_plain v1.0.2
17672026-08-27T22:56:16.803Z Compiling serde-big-array v0.5.1
17682026-08-27T22:56:16.886Z Compiling olpc-cjson v0.1.4
17692026-08-27T22:56:16.920Z Compiling dtrace-parser v0.2.0
17702026-08-27T22:56:16.994Z Compiling enum-as-inner v0.6.1
17712026-08-27T22:56:17.011Z Compiling strum_macros v0.26.4
17722026-08-27T22:56:17.024Z Compiling serde_repr v0.1.20
17732026-08-27T22:56:17.095Z Compiling miette-derive v7.6.0
17742026-08-27T22:56:17.123Z Compiling async-recursion v1.1.1
17752026-08-27T22:56:17.136Z Compiling phf_shared v0.11.3
17762026-08-27T22:56:17.331Z Compiling float-cmp v0.10.0
17772026-08-27T22:56:17.344Z Compiling pem v3.0.6
17782026-08-27T22:56:17.496Z Compiling memmap2 v0.9.10
17792026-08-27T22:56:17.496Z Compiling thread-id v4.2.2
17802026-08-27T22:56:17.528Z Compiling winnow v1.0.3
17812026-08-27T22:56:17.595Z Compiling new_debug_unreachable v1.0.6
17822026-08-27T22:56:17.608Z Compiling typed-path v0.9.3
17832026-08-27T22:56:17.656Z Compiling fixedbitset v0.4.2
17842026-08-27T22:56:17.676Z Compiling precomputed-hash v0.1.1
17852026-08-27T22:56:17.701Z Compiling data-encoding v2.10.0
17862026-08-27T22:56:17.716Z Compiling difflib v0.4.0
17872026-08-27T22:56:17.738Z Compiling keccak v0.1.6
17882026-08-27T22:56:17.781Z Compiling cpufeatures v0.3.0
17892026-08-27T22:56:17.807Z Compiling supports-unicode v3.0.0
17902026-08-27T22:56:17.876Z Compiling static_assertions v1.1.0
17912026-08-27T22:56:17.897Z Compiling whoami v2.1.0
17922026-08-27T22:56:17.917Z Compiling supports-hyperlinks v3.2.0
17932026-08-27T22:56:17.962Z Compiling normalize-line-endings v0.3.0
17942026-08-27T22:56:17.981Z Compiling predicates-core v1.0.10
17952026-08-27T22:56:18.076Z Compiling fixedbitset v0.5.7
17962026-08-27T22:56:18.094Z Compiling const-oid v0.10.2
17972026-08-27T22:56:18.173Z Compiling tokio-postgres v0.7.16
17982026-08-27T22:56:18.177Z Compiling predicates v3.1.4
17992026-08-27T22:56:18.306Z Compiling petgraph v0.8.3
18002026-08-27T22:56:18.306Z Compiling digest v0.11.3
18012026-08-27T22:56:18.334Z Compiling miette v7.6.0
18022026-08-27T22:56:18.348Z Compiling hickory-proto v0.25.2
18032026-08-27T22:56:18.407Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-27T22:56:18.437Z Compiling sha3 v0.10.8
18052026-08-27T22:56:18.508Z Compiling toml_parser v1.1.2+spec-1.1.0
18062026-08-27T22:56:18.563Z Compiling chacha20 v0.10.0
18072026-08-27T22:56:18.633Z Compiling petgraph v0.6.5
18082026-08-27T22:56:18.838Z Compiling strum v0.26.3
18092026-08-27T22:56:18.863Z Compiling toml_edit v0.22.27
18102026-08-27T22:56:18.878Z Compiling string_cache v0.8.9
18112026-08-27T22:56:18.892Z Compiling elliptic-curve v0.13.8
18122026-08-27T22:56:18.922Z Compiling usdt v0.6.0
18132026-08-27T22:56:18.961Z Compiling usdt-impl v0.5.0
18142026-08-27T22:56:18.990Z Compiling crossterm v0.28.1
18152026-08-27T22:56:19.125Z Compiling serde_with v3.21.0
18162026-08-27T22:56:19.157Z Compiling zip v4.6.1
18172026-08-27T22:56:19.204Z Compiling derive_more v2.1.1
18182026-08-27T22:56:19.253Z Compiling ed25519-dalek v2.2.0
18192026-08-27T22:56:19.324Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18202026-08-27T22:56:19.548Z Compiling iddqd v0.4.2
18212026-08-27T22:56:19.898Z Compiling itertools v0.13.0
18222026-08-27T22:56:20.123Z Compiling itertools v0.15.0
18232026-08-27T22:56:20.170Z Compiling similar v2.7.0
18242026-08-27T22:56:20.231Z Compiling tokio-stream v0.1.18
18252026-08-27T22:56:20.299Z Compiling crossbeam-epoch v0.9.18
18262026-08-27T22:56:20.317Z Compiling buf-list v1.1.2
18272026-08-27T22:56:20.467Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-27T22:56:20.611Z Compiling openapiv3 v2.2.0
18292026-08-27T22:56:20.645Z Compiling heck v0.4.1
18302026-08-27T22:56:20.708Z Compiling lalrpop-util v0.19.12
18312026-08-27T22:56:20.784Z Compiling peg-runtime v0.8.5
18322026-08-27T22:56:20.859Z Compiling thread_local v1.1.9
18332026-08-27T22:56:20.873Z Compiling slog-async v2.8.0
18342026-08-27T22:56:20.886Z Compiling crossbeam-channel v0.5.15
18352026-08-27T22:56:20.919Z Compiling filetime v0.2.27
18362026-08-27T22:56:20.957Z Compiling is-terminal v0.4.17
18372026-08-27T22:56:21.030Z Compiling take_mut v0.2.2
18382026-08-27T22:56:21.050Z Compiling term v1.2.1
18392026-08-27T22:56:21.075Z Compiling xattr v1.6.1
18402026-08-27T22:56:21.089Z Compiling camino-tempfile v1.4.1
18412026-08-27T22:56:21.231Z Compiling tar v0.4.46
18422026-08-27T22:56:21.323Z Compiling slog-term v2.9.2
18432026-08-27T22:56:38.594Z Compiling rustls-webpki v0.103.13
18442026-08-27T22:56:41.271Z Compiling tokio-rustls v0.26.4
18452026-08-27T22:56:41.271Z Compiling rustls-platform-verifier v0.6.2
18462026-08-27T22:56:41.271Z Compiling tough v0.22.0
18472026-08-27T22:56:41.465Z Compiling hyper-rustls v0.27.7
18482026-08-27T22:56:41.652Z Compiling reqwest v0.13.2
18492026-08-27T22:56:43.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502026-08-27T22:56:44.037Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18512026-08-27T22:56:46.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.53s
18522026-08-27T22:56:47.033Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18532026-08-27T22:56:47.087ZAug 27 22:56:46.369 INFO Starting download, target: DendriteStub
18542026-08-27T22:56:47.087ZAug 27 22:56:46.370 INFO Starting download, target: MaghemiteMgd
18552026-08-27T22:56:47.087ZAug 27 22:56:46.370 INFO Starting download, target: Clickhouse
18562026-08-27T22:56:47.087ZAug 27 22:56:46.370 INFO Starting download, target: Cockroach
18572026-08-27T22:56:47.092ZAug 27 22:56:46.370 INFO Starting download, target: MaghemiteDdmd
18582026-08-27T22:56:47.092ZAug 27 22:56:46.370 INFO Starting download, target: Console
18592026-08-27T22:56:47.093ZAug 27 22:56:46.370 INFO Starting download, target: TransceiverControl
18602026-08-27T22:56:47.093ZAug 27 22:56:46.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18612026-08-27T22:56:47.093ZAug 27 22:56:46.371 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18622026-08-27T22:56:47.093ZAug 27 22:56:46.371 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18632026-08-27T22:56:47.093ZAug 27 22:56:46.371 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18642026-08-27T22:56:47.093ZAug 27 22:56:46.371 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18652026-08-27T22:56:47.093ZAug 27 22:56:46.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18662026-08-27T22:56:47.093ZAug 27 22:56:46.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18672026-08-27T22:56:48.874ZAug 27 22:56:48.157 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18682026-08-27T22:56:49.146ZAug 27 22:56:48.405 INFO Download complete, target: Console
18692026-08-27T22:56:49.182ZAug 27 22:56:48.465 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18702026-08-27T22:56:49.315ZAug 27 22:56:48.597 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18712026-08-27T22:56:49.404ZAug 27 22:56:48.684 INFO Download complete, target: TransceiverControl
18722026-08-27T22:56:51.505ZAug 27 22:56:50.785 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18732026-08-27T22:56:51.614ZAug 27 22:56:50.895 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18742026-08-27T22:56:52.132ZAug 27 22:56:51.414 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18752026-08-27T22:56:52.518ZAug 27 22:56:51.802 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18762026-08-27T22:56:52.518ZAug 27 22:56:51.802 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18772026-08-27T22:56:53.509ZAug 27 22:56:52.792 INFO Download complete, target: MaghemiteDdmd
18782026-08-27T22:56:54.105ZAug 27 22:56:53.388 INFO Download complete, target: DendriteStub
18792026-08-27T22:56:54.713ZAug 27 22:56:53.980 INFO Download complete, target: MaghemiteMgd
18802026-08-27T22:56:56.181ZAug 27 22:56:55.459 INFO Checking that binary works, target: Clickhouse
18812026-08-27T22:56:56.268ZAug 27 22:56:55.549 INFO Download complete, target: Clickhouse
18822026-08-27T22:56:57.188ZAug 27 22:56:56.471 INFO Checking that binary works, target: Cockroach
18832026-08-27T22:56:57.308ZAug 27 22:56:56.591 INFO Download complete, target: Cockroach
18842026-08-27T22:56:57.314ZAll prerequisites installed successfully
18852026-08-27T22:56:57.317Z
18862026-08-27T22:56:57.317Zreal 1:33.274996349
18872026-08-27T22:56:57.318Zuser 7:15.468345569
18882026-08-27T22:56:57.318Zsys 1:42.995658426
18892026-08-27T22:56:57.318Ztrap 0.263171572
18902026-08-27T22:56:57.318Ztflt 1.054159095
18912026-08-27T22:56:57.318Zdflt 1.708079419
18922026-08-27T22:56:57.318Zkflt 0.024217605
18932026-08-27T22:56:57.318Zlock 27:34.905202673
18942026-08-27T22:56:57.318Zslp 19:45.655771216
18952026-08-27T22:56:57.318Zlat 23.896375349
18962026-08-27T22:56:57.318Zstop 2:55.193095202
18972026-08-27T22:56:57.318Z+ source ./tools/include/force-git-over-https.sh
18982026-08-27T22:56:57.318Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18992026-08-27T22:56:57.318Z++ (( i = 0 ))
19002026-08-27T22:56:57.318Z++ (( i < 5 ))
19012026-08-27T22:56:57.318Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19022026-08-27T22:56:57.321Z++ (( i++ ))
19032026-08-27T22:56:57.321Z++ (( i < 5 ))
19042026-08-27T22:56:57.321Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19052026-08-27T22:56:57.321Z++ (( i++ ))
19062026-08-27T22:56:57.321Z++ (( i < 5 ))
19072026-08-27T22:56:57.322Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19082026-08-27T22:56:57.325Z++ (( i++ ))
19092026-08-27T22:56:57.325Z++ (( i < 5 ))
19102026-08-27T22:56:57.325Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19112026-08-27T22:56:57.328Z++ (( i++ ))
19122026-08-27T22:56:57.328Z++ (( i < 5 ))
19132026-08-27T22:56:57.328Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19142026-08-27T22:56:57.331Z++ (( i++ ))
19152026-08-27T22:56:57.331Z++ (( i < 5 ))
19162026-08-27T22:56:57.331Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-27T22:56:57.331Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-08-27T22:56:57.331Z+ rc=0
19192026-08-27T22:56:57.331Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19202026-08-27T22:57:07.010Z+ case $rc in
19212026-08-27T22:57:07.010Z+ pfexec zfs create -p rpool/images/build/host
19222026-08-27T22:57:07.270Z+ pfexec zfs create -p rpool/images/build/recovery
19232026-08-27T22:57:07.336Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19242026-08-27T22:57:07.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19252026-08-27T22:57:07.805Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19262026-08-27T22:57:08.653Z Compiling proc-macro2 v1.0.106
19272026-08-27T22:57:08.653Z Compiling quote v1.0.45
19282026-08-27T22:57:08.657Z Compiling unicode-ident v1.0.24
19292026-08-27T22:57:08.657Z Compiling serde_core v1.0.228
19302026-08-27T22:57:08.657Z Compiling libc v0.2.185
19312026-08-27T22:57:08.657Z Compiling serde v1.0.228
19322026-08-27T22:57:08.657Z Compiling cfg-if v1.0.4
19332026-08-27T22:57:08.657Z Compiling shlex v1.3.0
19342026-08-27T22:57:08.787Z Compiling find-msvc-tools v0.1.9
19352026-08-27T22:57:08.791Z Compiling autocfg v1.5.0
19362026-08-27T22:57:08.791Z Compiling version_check v0.9.5
19372026-08-27T22:57:08.791Z Compiling zerocopy v0.8.55
19382026-08-27T22:57:08.811Z Compiling memchr v2.8.0
19392026-08-27T22:57:08.822Z Compiling portable-atomic v1.13.1
19402026-08-27T22:57:08.826Z Compiling zmij v1.0.21
19412026-08-27T22:57:08.949Z Compiling serde_json v1.0.151
19422026-08-27T22:57:09.078Z Compiling libm v0.2.16
19432026-08-27T22:57:09.122Z Compiling getrandom v0.4.3
19442026-08-27T22:57:09.138Z Compiling generic-array v0.14.7
19452026-08-27T22:57:09.217Z Compiling parking_lot_core v0.9.12
19462026-08-27T22:57:09.231Z Compiling num-traits v0.2.19
19472026-08-27T22:57:09.235Z Compiling pkg-config v0.3.32
19482026-08-27T22:57:09.235Z Compiling icu_properties_data v2.1.2
19492026-08-27T22:57:09.275Z Compiling icu_normalizer_data v2.1.1
19502026-08-27T22:57:09.373Z Compiling smallvec v1.15.1
19512026-08-27T22:57:09.405Z Compiling rustix v1.1.4
19522026-08-27T22:57:09.411Z Compiling log v0.4.33
19532026-08-27T22:57:09.436Z Compiling itoa v1.0.17
19542026-08-27T22:57:09.469Z Compiling getrandom v0.3.4
19552026-08-27T22:57:09.502Z Compiling subtle v2.6.1
19562026-08-27T22:57:09.640Z Compiling stable_deref_trait v1.2.1
19572026-08-27T22:57:09.686Z Compiling scopeguard v1.2.0
19582026-08-27T22:57:09.702Z Compiling typenum v1.20.1
19592026-08-27T22:57:09.735Z Compiling heck v0.5.0
19602026-08-27T22:57:09.765Z Compiling critical-section v1.2.0
19612026-08-27T22:57:09.781Z Compiling jobserver v0.1.34
19622026-08-27T22:57:09.810Z Compiling errno v0.3.14
19632026-08-27T22:57:09.814Z Compiling lock_api v0.4.14
19642026-08-27T22:57:09.938Z Compiling rand_core v0.10.0
19652026-08-27T22:57:09.954Z Compiling thiserror v2.0.18
19662026-08-27T22:57:10.020Z Compiling cc v1.2.56
19672026-08-27T22:57:10.080Z Compiling syn v2.0.117
19682026-08-27T22:57:10.138Z Compiling getrandom v0.2.17
19692026-08-27T22:57:10.186Z Compiling dunce v1.0.5
19702026-08-27T22:57:10.231Z Compiling fs_extra v1.3.0
19712026-08-27T22:57:10.293Z Compiling litemap v0.8.1
19722026-08-27T22:57:10.315Z Compiling once_cell v1.21.3
19732026-08-27T22:57:10.357Z Compiling rand_core v0.6.4
19742026-08-27T22:57:10.382Z Compiling writeable v0.6.2
19752026-08-27T22:57:10.402Z Compiling percent-encoding v2.3.2
19762026-08-27T22:57:10.499Z Compiling const-oid v0.9.6
19772026-08-27T22:57:10.643Z Compiling pin-project-lite v0.2.17
19782026-08-27T22:57:10.659Z Compiling schemars v0.8.22
19792026-08-27T22:57:10.769Z Compiling cmake v0.1.57
19802026-08-27T22:57:10.775Z Compiling equivalent v1.0.2
19812026-08-27T22:57:10.786Z Compiling signal-hook-registry v1.4.8
19822026-08-27T22:57:10.833Z Compiling aws-lc-rs v1.16.3
19832026-08-27T22:57:10.842Z Compiling futures-core v0.3.32
19842026-08-27T22:57:10.922Z Compiling bitflags v2.11.0
19852026-08-27T22:57:10.927Z Compiling semver v1.0.28
19862026-08-27T22:57:11.129Z Compiling rustversion v1.0.22
19872026-08-27T22:57:11.249Z Compiling parking_lot v0.12.5
19882026-08-27T22:57:11.283Z Compiling mio v1.2.0
19892026-08-27T22:57:11.320Z Compiling aws-lc-sys v0.40.0
19902026-08-27T22:57:11.386Z Compiling crc32fast v1.5.0
19912026-08-27T22:57:11.420Z Compiling utf8_iter v1.0.4
19922026-08-27T22:57:11.492Z Compiling form_urlencoded v1.2.2
19932026-08-27T22:57:11.694Z Compiling strsim v0.11.1
19942026-08-27T22:57:11.735Z Compiling vcpkg v0.2.15
19952026-08-27T22:57:11.870Z Compiling syn v1.0.109
19962026-08-27T22:57:11.928Z Compiling byteorder v1.5.0
19972026-08-27T22:57:11.943Z Compiling hashbrown v0.17.0
19982026-08-27T22:57:11.976Z Compiling fnv v1.0.7
19992026-08-27T22:57:12.134Z Compiling socket2 v0.6.3
20002026-08-27T22:57:12.262Z Compiling futures-sink v0.3.32
20012026-08-27T22:57:12.292Z Compiling radium v0.7.0
20022026-08-27T22:57:12.311Z Compiling httparse v1.10.1
20032026-08-27T22:57:12.326Z Compiling openssl-sys v0.9.117
20042026-08-27T22:57:12.358Z Compiling futures-channel v0.3.32
20052026-08-27T22:57:12.502Z Compiling futures-io v0.3.32
20062026-08-27T22:57:12.526Z Compiling thiserror v1.0.69
20072026-08-27T22:57:12.563Z Compiling futures-task v0.3.32
20082026-08-27T22:57:12.619Z Compiling iana-time-zone v0.1.65
20092026-08-27T22:57:12.644Z Compiling slab v0.4.12
20102026-08-27T22:57:12.668Z Compiling indexmap v2.14.0
20112026-08-27T22:57:12.701Z Compiling maybe-uninit v2.0.0
20122026-08-27T22:57:12.759Z Compiling rustls v0.23.41
20132026-08-27T22:57:12.782Z Compiling base64 v0.22.1
20142026-08-27T22:57:12.868Z Compiling synstructure v0.13.2
20152026-08-27T22:57:12.884Z Compiling serde_derive_internals v0.29.1
20162026-08-27T22:57:12.953Z Compiling rustc_version v0.4.1
20172026-08-27T22:57:13.172Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-27T22:57:13.175Z Compiling uuid v1.23.4
20192026-08-27T22:57:13.255Z Compiling ahash v0.8.12
20202026-08-27T22:57:13.286Z Compiling num-bigint-dig v0.8.6
20212026-08-27T22:57:13.304Z Compiling packed_struct v0.10.1
20222026-08-27T22:57:13.337Z Compiling base64ct v1.8.3
20232026-08-27T22:57:13.340Z Compiling regex-syntax v0.8.10
20242026-08-27T22:57:13.371Z Compiling ucd-trie v0.1.7
20252026-08-27T22:57:13.397Z Compiling ident_case v1.0.1
20262026-08-27T22:57:13.486Z Compiling rand_core v0.9.5
20272026-08-27T22:57:13.549Z Compiling pest v2.8.6
20282026-08-27T22:57:13.586Z Compiling flagset v0.4.7
20292026-08-27T22:57:13.590Z Compiling openssl v0.10.80
20302026-08-27T22:57:13.646Z Compiling pem-rfc7468 v0.7.0
20312026-08-27T22:57:13.678Z Compiling fastrand v2.3.0
20322026-08-27T22:57:13.731Z Compiling dyn-clone v1.0.20
20332026-08-27T22:57:13.787Z Compiling indexmap v1.9.3
20342026-08-27T22:57:13.844Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20352026-08-27T22:57:13.914Z Compiling native-tls v0.2.18
20362026-08-27T22:57:13.954Z Compiling tempfile v3.27.0
20372026-08-27T22:57:14.044Z Compiling simd-adler32 v0.3.8
20382026-08-27T22:57:14.127Z Compiling serde_derive v1.0.228
20392026-08-27T22:57:14.127Z Compiling zeroize_derive v1.5.0
20402026-08-27T22:57:14.143Z Compiling zerocopy-derive v0.8.55
20412026-08-27T22:57:14.174Z Compiling zerofrom-derive v0.1.6
20422026-08-27T22:57:14.179Z Compiling yoke-derive v0.8.1
20432026-08-27T22:57:14.233Z Compiling zerovec-derive v0.11.2
20442026-08-27T22:57:14.260Z Compiling displaydoc v0.2.5
20452026-08-27T22:57:14.346Z Compiling tokio-macros v2.7.0
20462026-08-27T22:57:14.363Z Compiling futures-macro v0.3.32
20472026-08-27T22:57:14.392Z Compiling thiserror-impl v2.0.18
20482026-08-27T22:57:14.637Z Compiling der_derive v0.7.3
20492026-08-27T22:57:14.764Z Compiling schemars_derive v0.8.22
20502026-08-27T22:57:14.795Z Compiling tracing-attributes v0.1.31
20512026-08-27T22:57:14.834Z Compiling thiserror-impl v1.0.69
20522026-08-27T22:57:14.955Z Compiling clap_derive v4.6.1
20532026-08-27T22:57:15.060Z Compiling pest_meta v2.8.6
20542026-08-27T22:57:15.146Z Compiling zerocopy-derive v0.6.6
20552026-08-27T22:57:15.166Z Compiling futures-util v0.3.32
20562026-08-27T22:57:15.293Z Compiling zerofrom v0.1.6
20572026-08-27T22:57:15.472Z Compiling yoke v0.8.1
20582026-08-27T22:57:15.704Z Compiling zerovec v0.11.5
20592026-08-27T22:57:15.721Z Compiling zerotrie v0.2.3
20602026-08-27T22:57:15.944Z Compiling packed_struct_codegen v0.10.1
20612026-08-27T22:57:15.992Z Compiling bitfield-macros v0.19.4
20622026-08-27T22:57:16.107Z Compiling pest_generator v2.8.6
20632026-08-27T22:57:16.234Z Compiling tinystr v0.8.2
20642026-08-27T22:57:16.322Z Compiling potential_utf v0.1.4
20652026-08-27T22:57:16.339Z Compiling openssl-macros v0.1.1
20662026-08-27T22:57:16.451Z Compiling icu_locale_core v2.1.1
20672026-08-27T22:57:16.534Z Compiling icu_collections v2.1.1
20682026-08-27T22:57:16.641Z Compiling paste v1.0.15
20692026-08-27T22:57:16.754Z Compiling cpufeatures v0.2.17
20702026-08-27T22:57:16.870Z Compiling pest_derive v2.8.6
20712026-08-27T22:57:16.947Z Compiling scroll_derive v0.13.1
20722026-08-27T22:57:17.207Z Compiling icu_provider v2.1.1
20732026-08-27T22:57:17.272Z Compiling zeroize v1.9.0
20742026-08-27T22:57:17.385Z Compiling bytes v1.11.1
20752026-08-27T22:57:17.473Z Compiling chrono v0.4.45
20762026-08-27T22:57:17.629Z Compiling icu_properties v2.1.2
20772026-08-27T22:57:17.878Z Compiling icu_normalizer v2.1.1
20782026-08-27T22:57:17.924Z Compiling tokio v1.52.1
20792026-08-27T22:57:18.118Z Compiling block-buffer v0.10.4
20802026-08-27T22:57:18.163Z Compiling crypto-common v0.1.7
20812026-08-27T22:57:18.296Z Compiling digest v0.10.7
20822026-08-27T22:57:18.487Z Compiling idna_adapter v1.2.1
20832026-08-27T22:57:18.527Z Compiling ppv-lite86 v0.2.21
20842026-08-27T22:57:18.558Z Compiling der v0.7.10
20852026-08-27T22:57:18.742Z Compiling idna v1.1.0
20862026-08-27T22:57:18.745Z Compiling hex v0.4.3
20872026-08-27T22:57:18.892Z Compiling syn v3.0.3
20882026-08-27T22:57:19.034Z Compiling url v2.5.8
20892026-08-27T22:57:19.064Z Compiling rand_chacha v0.9.0
20902026-08-27T22:57:19.080Z Compiling anstyle v1.0.14
20912026-08-27T22:57:19.277Z Compiling rand v0.9.2
20922026-08-27T22:57:19.295Z Compiling crossbeam-utils v0.8.21
20932026-08-27T22:57:19.372Z Compiling adler2 v2.0.1
20942026-08-27T22:57:19.570Z Compiling spki v0.7.3
20952026-08-27T22:57:19.608Z Compiling camino v1.2.5
20962026-08-27T22:57:19.651Z Compiling utf8parse v0.2.2
20972026-08-27T22:57:19.812Z Compiling anstyle-parse v1.0.0
20982026-08-27T22:57:19.883Z Compiling pkcs8 v0.10.2
20992026-08-27T22:57:19.988Z Compiling miniz_oxide v0.8.9
21002026-08-27T22:57:20.018Z Compiling sha2 v0.10.9
21012026-08-27T22:57:20.038Z Compiling http v1.4.2
21022026-08-27T22:57:20.138Z Compiling rustls-pki-types v1.14.0
21032026-08-27T22:57:20.690Z Compiling terminal_size v0.4.3
21042026-08-27T22:57:20.899Z Compiling spin v0.9.8
21052026-08-27T22:57:20.917Z Compiling num-conv v0.2.0
21062026-08-27T22:57:20.951Z Compiling colorchoice v1.0.4
21072026-08-27T22:57:20.985Z Compiling is_terminal_polyfill v1.70.2
21082026-08-27T22:57:21.032Z Compiling tinyvec_macros v0.1.1
21092026-08-27T22:57:21.078Z Compiling time-core v0.1.8
21102026-08-27T22:57:21.106Z Compiling anstyle-query v1.1.5
21112026-08-27T22:57:21.150Z Compiling tinyvec v1.10.0
21122026-08-27T22:57:21.233Z Compiling anstream v1.0.0
21132026-08-27T22:57:21.261Z Compiling time-macros v0.2.27
21142026-08-27T22:57:21.361Z Compiling async-trait v0.1.89
21152026-08-27T22:57:21.377Z Compiling structmeta-derive v0.3.0
21162026-08-27T22:57:21.392Z Compiling tracing-core v0.1.36
21172026-08-27T22:57:21.519Z Compiling untrusted v0.7.1
21182026-08-27T22:57:21.685Z Compiling cmov v0.5.4
21192026-08-27T22:57:21.700Z Compiling object v0.37.3
21202026-08-27T22:57:21.746Z Compiling tokio-util v0.7.18
21212026-08-27T22:57:21.879Z Compiling plain v0.2.3
21222026-08-27T22:57:21.920Z Compiling ctutils v0.4.2
21232026-08-27T22:57:21.947Z Compiling tracing v0.1.44
21242026-08-27T22:57:21.968Z Compiling daft-derive v0.1.8
21252026-08-27T22:57:22.159Z Compiling http-body v1.0.1
21262026-08-27T22:57:22.287Z Compiling toml_datetime v0.6.11
21272026-08-27T22:57:22.375Z Compiling serde_spanned v0.6.9
21282026-08-27T22:57:22.392Z Compiling structmeta v0.3.0
21292026-08-27T22:57:22.395Z Compiling pin-project-internal v1.1.11
21302026-08-27T22:57:22.532Z Compiling slog v2.8.2
21312026-08-27T22:57:22.616Z Compiling wait-timeout v0.2.1
21322026-08-27T22:57:22.631Z Compiling cookie v0.18.1
21332026-08-27T22:57:22.648Z Compiling clap_lex v1.0.0
21342026-08-27T22:57:22.746Z Compiling openssl-probe v0.2.1
21352026-08-27T22:57:22.774Z Compiling zstd-safe v7.2.4
21362026-08-27T22:57:22.843Z Compiling quick-error v1.2.3
21372026-08-27T22:57:22.857Z Compiling bit-vec v0.8.0
21382026-08-27T22:57:23.001Z Compiling untrusted v0.9.0
21392026-08-27T22:57:23.016Z Compiling tap v1.0.1
21402026-08-27T22:57:23.020Z Compiling clap_builder v4.6.0
21412026-08-27T22:57:23.047Z Compiling rusty-fork v0.3.1
21422026-08-27T22:57:23.112Z Compiling bit-set v0.8.0
21432026-08-27T22:57:23.149Z Compiling wyz v0.5.1
21442026-08-27T22:57:23.270Z Compiling derive-ex v0.1.8
21452026-08-27T22:57:23.358Z Compiling hybrid-array v0.4.13
21462026-08-27T22:57:23.446Z Compiling unicode-normalization v0.1.25
21472026-08-27T22:57:23.531Z Compiling rand_chacha v0.3.1
21482026-08-27T22:57:23.585Z Compiling signature v2.2.0
21492026-08-27T22:57:23.630Z Compiling scroll_derive v0.12.1
21502026-08-27T22:57:23.746Z Compiling rand_xorshift v0.4.0
21512026-08-27T22:57:23.780Z Compiling heapless v0.7.17
21522026-08-27T22:57:23.970Z Compiling num-integer v0.1.46
21532026-08-27T22:57:23.999Z Compiling aho-corasick v1.1.4
21542026-08-27T22:57:24.042Z Compiling rustix v0.38.44
21552026-08-27T22:57:24.065Z Compiling zlib-rs v0.6.2
21562026-08-27T22:57:24.139Z Compiling tower-service v0.3.3
21572026-08-27T22:57:24.170Z Compiling tower-layer v0.3.3
21582026-08-27T22:57:24.191Z Compiling try-lock v0.2.5
21592026-08-27T22:57:24.263Z Compiling anyhow v1.0.104
21602026-08-27T22:57:24.291Z Compiling pretty-hex v0.4.1
21612026-08-27T22:57:24.386Z Compiling usdt-impl v0.6.0
21622026-08-27T22:57:24.405Z Compiling unarray v0.1.4
21632026-08-27T22:57:24.441Z Compiling signal-hook v0.3.18
21642026-08-27T22:57:24.484Z Compiling funty v2.0.0
21652026-08-27T22:57:24.573Z Compiling atomic-waker v1.1.2
21662026-08-27T22:57:24.729Z Compiling h2 v0.4.15
21672026-08-27T22:57:24.759Z Compiling want v0.3.1
21682026-08-27T22:57:24.790Z Compiling test-strategy v0.4.5
21692026-08-27T22:57:24.818Z Compiling proptest v1.11.0
21702026-08-27T22:57:24.955Z Compiling clap v4.6.1
21712026-08-27T22:57:25.030Z Compiling regex-automata v0.4.14
21722026-08-27T22:57:25.090Z Compiling bitvec v1.0.1
21732026-08-27T22:57:25.104Z Compiling num-iter v0.1.45
21742026-08-27T22:57:25.535Z Compiling rand v0.8.6
21752026-08-27T22:57:25.919Z Compiling lazy_static v1.5.0
21762026-08-27T22:57:26.034Z Compiling ipnetwork v0.21.1
21772026-08-27T22:57:26.107Z Compiling scroll v0.13.0
21782026-08-27T22:57:26.335Z Compiling flate2 v1.1.9
21792026-08-27T22:57:26.401Z Compiling ipnet v2.12.0
21802026-08-27T22:57:26.909Z Compiling snafu-derive v0.8.9
21812026-08-27T22:57:26.919Z Compiling strum_macros v0.26.4
21822026-08-27T22:57:27.114Z Compiling darling_core v0.20.11
21832026-08-27T22:57:27.536Z Compiling darling_core v0.23.0
21842026-08-27T22:57:28.340Z Compiling winnow v0.5.40
21852026-08-27T22:57:28.634Z Compiling foreign-types-shared v0.1.1
21862026-08-27T22:57:28.673Z Compiling crc-catalog v2.4.0
21872026-08-27T22:57:28.693Z Compiling nodrop v0.1.14
21882026-08-27T22:57:28.732Z Compiling httpdate v1.0.3
21892026-08-27T22:57:28.781Z Compiling crc v3.4.0
21902026-08-27T22:57:28.828Z Compiling array-init v0.0.4
21912026-08-27T22:57:28.984Z Compiling hyper v1.10.1
21922026-08-27T22:57:29.156Z Compiling darling_macro v0.20.11
21932026-08-27T22:57:29.237Z Compiling foreign-types v0.3.2
21942026-08-27T22:57:29.330Z Compiling newtype-uuid v1.3.2
21952026-08-27T22:57:29.708Z Compiling darling_macro v0.23.0
21962026-08-27T22:57:29.761Z Compiling goblin v0.10.5
21972026-08-27T22:57:30.091Z Compiling toml_edit v0.19.15
21982026-08-27T22:57:30.224Z Compiling oxnet v0.1.6
21992026-08-27T22:57:30.240Z Compiling smallvec v0.6.14
22002026-08-27T22:57:30.652Z Compiling pkcs1 v0.7.5
22012026-08-27T22:57:31.121Z Compiling bitfield v0.19.4
22022026-08-27T22:57:31.161Z Compiling zerocopy v0.6.6
22032026-08-27T22:57:31.226Z Compiling zerocopy-derive v0.7.35
22042026-08-27T22:57:31.290Z Compiling curve25519-dalek v4.1.3
22052026-08-27T22:57:31.713Z Compiling env_filter v2.0.0
22062026-08-27T22:57:31.796Z Compiling memoffset v0.9.1
22072026-08-27T22:57:31.914Z Compiling hashbrown v0.12.3
22082026-08-27T22:57:32.020Z Compiling smoltcp v0.9.1
22092026-08-27T22:57:32.038Z Compiling litrs v1.0.0
22102026-08-27T22:57:32.331Z Compiling unicode-segmentation v1.12.0
22112026-08-27T22:57:32.400Z Compiling base64 v0.21.7
22122026-08-27T22:57:32.543Z Compiling owo-colors v4.3.0
22132026-08-27T22:57:32.559Z Compiling ref-cast v1.0.25
22142026-08-27T22:57:32.666Z Compiling document-features v0.2.12
22152026-08-27T22:57:32.871Z Compiling ron v0.8.1
22162026-08-27T22:57:32.886Z Compiling dof v0.4.0
22172026-08-27T22:57:33.078Z Compiling env_logger v0.11.11
22182026-08-27T22:57:33.200Z Compiling toml v0.7.8
22192026-08-27T22:57:33.260Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-27T22:57:33.281Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22212026-08-27T22:57:33.305Z Compiling rsa v0.9.10
22222026-08-27T22:57:33.698Z Compiling bzip2 v0.4.4
22232026-08-27T22:57:33.904Z Compiling daft v0.1.8
22242026-08-27T22:57:33.936Z Compiling serde-hex v0.1.0
22252026-08-27T22:57:33.955Z Compiling hyper-util v0.1.20
22262026-08-27T22:57:34.052Z Compiling darling v0.23.0
22272026-08-27T22:57:34.218Z Compiling hashbrown v0.13.2
22282026-08-27T22:57:34.235Z Compiling darling v0.20.11
22292026-08-27T22:57:34.546Z Compiling x509-cert v0.2.5
22302026-08-27T22:57:34.763Z Compiling hmac v0.12.1
22312026-08-27T22:57:34.822Z Compiling dtrace-parser v0.3.0
22322026-08-27T22:57:35.302Z Compiling async-recursion v1.1.1
22332026-08-27T22:57:35.401Z Compiling sync_wrapper v1.0.2
22342026-08-27T22:57:35.522Z Compiling thread-id v5.1.0
22352026-08-27T22:57:35.648Z Compiling powerfmt v0.2.0
22362026-08-27T22:57:35.663Z Compiling siphasher v1.0.2
22372026-08-27T22:57:35.749Z Compiling cfg_aliases v0.2.1
22382026-08-27T22:57:35.874Z Compiling crc-any v2.5.0
22392026-08-27T22:57:35.907Z Compiling nix v0.31.2
22402026-08-27T22:57:35.973Z Compiling deranged v0.5.8
22412026-08-27T22:57:36.491Z Compiling tower v0.5.3
22422026-08-27T22:57:36.965Z Compiling object v0.30.4
22432026-08-27T22:57:37.105Z Compiling derive_builder_core v0.20.2
22442026-08-27T22:57:37.167Z Compiling serde_with_macros v3.21.0
22452026-08-27T22:57:37.619Z Compiling zip v0.6.6
22462026-08-27T22:57:37.891Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-27T22:57:38.150Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-27T22:57:38.257Z Compiling bstr v1.12.1
22492026-08-27T22:57:38.304Z Compiling crypto-common v0.2.2
22502026-08-27T22:57:38.425Z Compiling block-buffer v0.12.1
22512026-08-27T22:57:38.830Z Compiling http-body-util v0.1.3
22522026-08-27T22:57:39.019Z Compiling futures-executor v0.3.32
22532026-08-27T22:57:39.061Z Compiling erased-serde v0.3.31
22542026-08-27T22:57:39.086Z Compiling serde_tokenstream v0.2.3
22552026-08-27T22:57:39.315Z Compiling hubpack_derive v0.1.1
22562026-08-27T22:57:39.406Z Compiling ref-cast-impl v1.0.25
22572026-08-27T22:57:39.487Z Compiling curve25519-dalek-derive v0.1.1
22582026-08-27T22:57:39.516Z Compiling strum_macros v0.27.2
22592026-08-27T22:57:39.625Z Compiling fs-err v3.3.0
22602026-08-27T22:57:39.672Z Compiling usdt-impl v0.5.0
22612026-08-27T22:57:39.773Z Compiling ryu v1.0.23
22622026-08-27T22:57:39.858Z Compiling num_threads v0.1.7
22632026-08-27T22:57:39.919Z Compiling same-file v1.0.6
22642026-08-27T22:57:39.951Z Compiling iri-string v0.7.10
22652026-08-27T22:57:40.083Z Compiling path-slash v0.1.5
22662026-08-27T22:57:40.112Z Compiling unicode-bidi v0.3.18
22672026-08-27T22:57:40.149Z Compiling unicode-properties v0.1.4
22682026-08-27T22:57:40.568Z Compiling gimli v0.32.3
22692026-08-27T22:57:40.598Z Compiling allocator-api2 v0.2.21
22702026-08-27T22:57:40.723Z Compiling time v0.3.47
22712026-08-27T22:57:40.943Z Compiling stringprep v0.1.5
22722026-08-27T22:57:41.621Z Compiling tower-http v0.6.8
22732026-08-27T22:57:42.053Z Compiling serde_urlencoded v0.7.1
22742026-08-27T22:57:42.069Z Compiling walkdir v2.5.0
22752026-08-27T22:57:42.334Z Compiling addr2line v0.25.1
22762026-08-27T22:57:42.824Z Compiling futures v0.3.32
22772026-08-27T22:57:43.383Z Compiling derive_builder_macro v0.20.2
22782026-08-27T22:57:43.576Z Compiling tokio-native-tls v0.3.1
22792026-08-27T22:57:43.641Z Compiling convert_case v0.10.0
22802026-08-27T22:57:43.659Z Compiling strum v0.26.3
22812026-08-27T22:57:43.774Z Compiling block-padding v0.4.2
22822026-08-27T22:57:43.861Z Compiling scroll v0.12.0
22832026-08-27T22:57:43.914Z Compiling pin-project v1.1.11
22842026-08-27T22:57:43.933Z Compiling rustls-native-certs v0.8.3
22852026-08-27T22:57:44.005Z Compiling md-5 v0.10.6
22862026-08-27T22:57:44.038Z Compiling hash32 v0.2.1
22872026-08-27T22:57:44.041Z Compiling vergen-lib v9.1.0
22882026-08-27T22:57:44.072Z Compiling encoding_rs v0.8.35
22892026-08-27T22:57:44.189Z Compiling fallible-iterator v0.2.0
22902026-08-27T22:57:44.203Z Compiling psl-types v2.0.11
22912026-08-27T22:57:44.207Z Compiling cpufeatures v0.3.0
22922026-08-27T22:57:44.236Z Compiling mime v0.3.17
22932026-08-27T22:57:44.269Z Compiling rustc-demangle v0.1.27
22942026-08-27T22:57:44.310Z Compiling jiff-core v0.1.0
22952026-08-27T22:57:44.508Z Compiling postgres-protocol v0.6.10
22962026-08-27T22:57:44.558Z Compiling publicsuffix v2.3.0
22972026-08-27T22:57:44.708Z Compiling goblin v0.8.2
22982026-08-27T22:57:45.002Z Compiling snafu v0.8.9
22992026-08-27T22:57:45.069Z Compiling derive_more-impl v2.1.1
23002026-08-27T22:57:45.099Z Compiling inout v0.2.2
23012026-08-27T22:57:45.124Z Compiling derive_builder v0.20.2
23022026-08-27T22:57:45.267Z Compiling jiff v0.2.34
23032026-08-27T22:57:45.399Z Compiling backtrace v0.3.76
23042026-08-27T22:57:45.467Z Compiling hyper-tls v0.6.0
23052026-08-27T22:57:45.878Z Compiling usdt-macro v0.6.0
23062026-08-27T22:57:45.973Z Compiling usdt-attr-macro v0.6.0
23072026-08-27T22:57:46.078Z Compiling globset v0.4.18
23082026-08-27T22:57:46.107Z Compiling phf_shared v0.13.1
23092026-08-27T22:57:46.134Z Compiling crossbeam-epoch v0.9.18
23102026-08-27T22:57:46.330Z Compiling zerocopy v0.7.35
23112026-08-27T22:57:46.448Z Compiling regex v1.12.3
23122026-08-27T22:57:46.788Z Compiling serde_plain v1.0.2
23132026-08-27T22:57:46.864Z Compiling miette-derive v7.6.0
23142026-08-27T22:57:46.898Z Compiling serde_repr v0.1.20
23152026-08-27T22:57:46.963Z Compiling enum-as-inner v0.6.1
23162026-08-27T22:57:46.994Z Compiling pem v3.0.6
23172026-08-27T22:57:47.079Z Compiling vergen v9.1.0
23182026-08-27T22:57:47.094Z Compiling cargo-platform v0.3.2
23192026-08-27T22:57:47.295Z Compiling ff v0.13.1
23202026-08-27T22:57:47.324Z Compiling filetime v0.2.27
23212026-08-27T22:57:47.398Z Compiling const-oid v0.10.2
23222026-08-27T22:57:47.466Z Compiling typed-path v0.9.3
23232026-08-27T22:57:47.482Z Compiling libbz2-rs-sys v0.2.2
23242026-08-27T22:57:47.608Z Compiling base16ct v0.2.0
23252026-08-27T22:57:47.710Z Compiling managed v0.8.0
23262026-08-27T22:57:47.763Z Compiling bumpalo v3.20.2
23272026-08-27T22:57:47.947Z Compiling either v1.15.0
23282026-08-27T22:57:47.962Z Compiling foldhash v0.1.5
23292026-08-27T22:57:48.017Z Compiling bitflags v1.3.2
23302026-08-27T22:57:48.034Z Compiling xattr v1.6.1
23312026-08-27T22:57:48.077Z Compiling unicode-linebreak v0.1.5
23322026-08-27T22:57:48.110Z Compiling is_ci v1.2.0
23332026-08-27T22:57:48.139Z Compiling foldhash v0.2.0
23342026-08-27T22:57:48.215Z Compiling smawk v0.3.2
23352026-08-27T22:57:48.254Z Compiling unicode-width v0.2.0
23362026-08-27T22:57:48.258Z Compiling supports-color v3.0.2
23372026-08-27T22:57:48.385Z Compiling hashbrown v0.16.1
23382026-08-27T22:57:48.439Z Compiling tar v0.4.46
23392026-08-27T22:57:48.471Z Compiling hashbrown v0.15.5
23402026-08-27T22:57:48.549Z Compiling textwrap v0.16.2
23412026-08-27T22:57:48.635Z Compiling zopfli v0.8.3
23422026-08-27T22:57:48.744Z Compiling bzip2 v0.6.1
23432026-08-27T22:57:48.780Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23442026-08-27T22:57:48.946Z Compiling sec1 v0.7.3
23452026-08-27T22:57:48.964Z Compiling digest v0.11.3
23462026-08-27T22:57:49.032Z Compiling group v0.13.0
23472026-08-27T22:57:49.199Z Compiling cargo_metadata v0.23.1
23482026-08-27T22:57:49.247Z Compiling dof v0.3.0
23492026-08-27T22:57:50.361Z Compiling phf v0.13.1
23502026-08-27T22:57:50.557Z Compiling zstd v0.13.3
23512026-08-27T22:57:50.653Z Compiling backtrace-ext v0.2.1
23522026-08-27T22:57:50.743Z Compiling reqwest v0.12.28
23532026-08-27T22:57:50.826Z Compiling signal-hook-mio v0.2.5
23542026-08-27T22:57:50.841Z Compiling cipher v0.5.2
23552026-08-27T22:57:50.938Z Compiling cookie_store v0.22.1
23562026-08-27T22:57:50.958Z Compiling postgres-types v0.2.12
23572026-08-27T22:57:51.132Z Compiling strum v0.27.2
23582026-08-27T22:57:51.398Z Compiling hubpack v0.1.2
23592026-08-27T22:57:51.436Z Compiling phf_shared v0.11.3
23602026-08-27T22:57:51.468Z Compiling hkdf v0.12.4
23612026-08-27T22:57:51.487Z Compiling dtrace-parser v0.2.0
23622026-08-27T22:57:51.515Z Compiling byte-wrapper v0.1.0
23632026-08-27T22:57:51.567Z Compiling ed25519 v2.2.3
23642026-08-27T22:57:51.625Z Compiling olpc-cjson v0.1.4
23652026-08-27T22:57:51.891Z Compiling crypto-bigint v0.5.5
23662026-08-27T22:57:52.063Z Compiling serde-big-array v0.5.1
23672026-08-27T22:57:52.079Z Compiling float-cmp v0.10.0
23682026-08-27T22:57:52.199Z Compiling memmap2 v0.9.10
23692026-08-27T22:57:52.226Z Compiling thread-id v4.2.2
23702026-08-27T22:57:52.327Z Compiling winnow v0.7.14
23712026-08-27T22:57:52.415Z Compiling fixedbitset v0.4.2
23722026-08-27T22:57:52.432Z Compiling static_assertions v1.1.0
23732026-08-27T22:57:52.486Z Compiling toml_write v0.1.2
23742026-08-27T22:57:52.526Z Compiling precomputed-hash v0.1.1
23752026-08-27T22:57:52.679Z Compiling difflib v0.4.0
23762026-08-27T22:57:52.684Z Compiling whoami v2.1.0
23772026-08-27T22:57:52.696Z Compiling normalize-line-endings v0.3.0
23782026-08-27T22:57:52.726Z Compiling winnow v1.0.3
23792026-08-27T22:57:52.809Z Compiling data-encoding v2.10.0
23802026-08-27T22:57:52.990Z Compiling unicode-width v0.1.14
23812026-08-27T22:57:53.075Z Compiling predicates-core v1.0.10
23822026-08-27T22:57:53.091Z Compiling keccak v0.1.6
23832026-08-27T22:57:53.262Z Compiling supports-unicode v3.0.0
23842026-08-27T22:57:53.422Z Compiling supports-hyperlinks v3.2.0
23852026-08-27T22:57:53.591Z Compiling new_debug_unreachable v1.0.6
23862026-08-27T22:57:53.648Z Compiling fixedbitset v0.5.7
23872026-08-27T22:57:53.664Z Compiling rayon-core v1.13.0
23882026-08-27T22:57:53.781Z Compiling chacha20 v0.10.0
23892026-08-27T22:57:53.889Z Compiling petgraph v0.8.3
23902026-08-27T22:57:53.941Z Compiling toml_edit v0.22.27
23912026-08-27T22:57:54.002Z Compiling string_cache v0.8.9
23922026-08-27T22:57:54.017Z Compiling toml_parser v1.1.2+spec-1.1.0
23932026-08-27T22:57:54.303Z Compiling miette v7.6.0
23942026-08-27T22:57:54.483Z Compiling sha3 v0.10.8
23952026-08-27T22:57:54.498Z Compiling predicates v3.1.4
23962026-08-27T22:57:54.590Z Compiling hickory-proto v0.25.2
23972026-08-27T22:57:55.053Z Compiling tokio-postgres v0.7.16
23982026-08-27T22:57:55.282Z Compiling elliptic-curve v0.13.8
23992026-08-27T22:57:55.638Z Compiling petgraph v0.6.5
24002026-08-27T22:57:55.778Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24012026-08-27T22:57:55.794Z Compiling usdt v0.6.0
24022026-08-27T22:57:56.526Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24032026-08-27T22:57:57.329Z Compiling ed25519-dalek v2.2.0
24042026-08-27T22:57:58.065Z Compiling crossterm v0.28.1
24052026-08-27T22:57:58.451Z Compiling zip v4.6.1
24062026-08-27T22:57:58.562Z Compiling iddqd v0.4.2
24072026-08-27T22:57:58.910Z Compiling itertools v0.15.0
24082026-08-27T22:57:59.012Z Compiling itertools v0.13.0
24092026-08-27T22:57:59.077Z Compiling derive_more v2.1.1
24102026-08-27T22:57:59.212Z Compiling similar v2.7.0
24112026-08-27T22:57:59.520Z Compiling serde_with v3.21.0
24122026-08-27T22:58:00.041Z Compiling heck v0.4.1
24132026-08-27T22:58:00.379Z Compiling tokio-stream v0.1.18
24142026-08-27T22:58:00.409Z Compiling buf-list v1.1.2
24152026-08-27T22:58:00.579Z Compiling half v2.7.1
24162026-08-27T22:58:00.678Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24172026-08-27T22:58:00.692Z Compiling openapiv3 v2.2.0
24182026-08-27T22:58:00.936Z Compiling ciborium-io v0.2.2
24192026-08-27T22:58:01.005Z Compiling peg-runtime v0.8.5
24202026-08-27T22:58:01.260Z Compiling lalrpop-util v0.19.12
24212026-08-27T22:58:01.760Z Compiling ciborium-ll v0.2.2
24222026-08-27T22:58:02.852Z Compiling crossbeam-deque v0.8.6
24232026-08-27T22:58:03.232Z Compiling camino-tempfile v1.4.1
24242026-08-27T22:58:03.629Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24252026-08-27T22:58:04.098Z Compiling blake3 v1.8.5
24262026-08-27T22:58:04.212Z Compiling fs-err v2.11.0
24272026-08-27T22:58:06.439Z Compiling rustls-webpki v0.103.13
24282026-08-27T22:58:06.830Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-27T22:58:08.564Z Compiling ciborium v0.2.2
24302026-08-27T22:58:08.820Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-08-27T22:58:09.454Z Compiling thread_local v1.1.9
24322026-08-27T22:58:09.779Z Compiling arrayvec v0.7.6
24332026-08-27T22:58:09.795Z Compiling constant_time_eq v0.4.2
24342026-08-27T22:58:09.927Z Compiling slog-async v2.8.0
24352026-08-27T22:58:09.963Z Compiling tokio-rustls v0.26.4
24362026-08-27T22:58:10.030Z Compiling rustls-platform-verifier v0.6.2
24372026-08-27T22:58:10.046Z Compiling tough v0.22.0
24382026-08-27T22:58:10.196Z Compiling hyper-rustls v0.27.7
24392026-08-27T22:58:10.212Z Compiling arrayref v0.3.9
24402026-08-27T22:58:10.321Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24412026-08-27T22:58:10.324Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24422026-08-27T22:58:10.392Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24432026-08-27T22:58:10.515Z Compiling reqwest v0.13.2
24442026-08-27T22:58:10.637Z Compiling toml v0.8.23
24452026-08-27T22:58:10.798Z Compiling atomicwrites v0.4.4
24462026-08-27T22:58:10.802Z Compiling digest-io v0.1.0
24472026-08-27T22:58:10.850Z Compiling sha2 v0.11.0
24482026-08-27T22:58:10.924Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-27T22:58:11.027Z Compiling crossbeam-channel v0.5.15
24502026-08-27T22:58:11.042Z Compiling serde_path_to_error v0.1.20
24512026-08-27T22:58:11.305Z Compiling is-terminal v0.4.17
24522026-08-27T22:58:11.425Z Compiling debug-ignore v1.0.5
24532026-08-27T22:58:11.441Z Compiling topological-sort v0.2.2
24542026-08-27T22:58:11.510Z Compiling term v1.2.1
24552026-08-27T22:58:11.527Z Compiling take_mut v0.2.2
24562026-08-27T22:58:11.563Z Compiling indent_write v2.2.0
24572026-08-27T22:58:11.624Z Compiling rawzip v0.4.4
24582026-08-27T22:58:11.668Z Compiling parse-size v1.1.0
24592026-08-27T22:58:11.732Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-27T22:58:11.873Z Compiling slog-term v2.9.2
24612026-08-27T22:58:11.888Z Compiling shell-words v1.1.1
24622026-08-27T22:58:13.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-08-27T22:58:19.487Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-08-27T22:58:21.523Z Compiling omicron-zone-package v0.12.3
24652026-08-27T22:58:22.155Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24662026-08-27T22:58:22.176Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24672026-08-27T22:58:22.256Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24682026-08-27T22:58:26.757Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24692026-08-27T22:58:38.978Z Finished `release` profile [optimized] target(s) in 1m 31s
24702026-08-27T22:58:39.120Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24712026-08-27T22:58:39.175ZAug 27 22:58:38.458 DEBG changing working directory to /work/oxidecomputer/omicron
24722026-08-27T22:58:39.271ZAug 27 22:58:38.554 DEBG running: git rev-parse HEAD
24732026-08-27T22:58:39.275ZAug 27 22:58:38.557 DEBG process exited with exit status: 0 (2.529881ms)
24742026-08-27T22:58:39.275ZAug 27 22:58:38.557 INFO version: 23.0.0-0.ci+git954f157ac98
24752026-08-27T22:58:39.284ZAug 27 22:58:38.565 INFO cloning helios to /work/oxidecomputer/helios
24762026-08-27T22:58:39.284ZAug 27 22:58:38.565 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24772026-08-27T22:58:39.287ZCloning into '/work/oxidecomputer/helios'...
24782026-08-27T22:58:39.875ZAug 27 22:58:39.158 DEBG process exited with exit status: 0 (592.579957ms)
24792026-08-27T22:58:39.875ZAug 27 22:58:39.158 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24802026-08-27T22:58:39.878ZAug 27 22:58:39.160 DEBG process exited with exit status: 0 (2.544291ms)
24812026-08-27T22:58:39.878ZAug 27 22:58:39.160 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24822026-08-27T22:58:40.244ZAug 27 22:58:39.527 DEBG process exited with exit status: 0 (366.723044ms)
24832026-08-27T22:58:40.244ZAug 27 22:58:39.527 DEBG running: zfs list rpool/images/build/host
24842026-08-27T22:58:40.248ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-27T22:58:40.248Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24862026-08-27T22:58:40.251ZAug 27 22:58:39.532 DEBG process exited with exit status: 0 (4.469162ms)
24872026-08-27T22:58:40.251ZAug 27 22:58:39.532 DEBG running: zfs list rpool/images/build/recovery
24882026-08-27T22:58:40.257ZNAME USED AVAIL REFER MOUNTPOINT
24892026-08-27T22:58:40.257Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24902026-08-27T22:58:40.257ZAug 27 22:58:39.535 DEBG process exited with exit status: 0 (3.499701ms)
24912026-08-27T22:58:40.257ZAug 27 22:58:39.535 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24922026-08-27T22:58:40.265ZAug 27 22:58:39.548 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24932026-08-27T22:58:40.269ZAug 27 22:58:39.548 INFO [incorp-manifest] running task
24942026-08-27T22:58:40.269ZAug 27 22:58:39.548 INFO [hubris-production] running task
24952026-08-27T22:58:40.269ZAug 27 22:58:39.548 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24962026-08-27T22:58:40.269ZAug 27 22:58:39.548 INFO [hubris-staging] running task
24972026-08-27T22:58:40.269ZAug 27 22:58:39.549 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24982026-08-27T22:58:40.269ZAug 27 22:58:39.549 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
24992026-08-27T22:58:40.269ZAug 27 22:58:39.550 INFO [incorp-create] running: pkgrepo create /work/incorporation
25002026-08-27T22:58:40.307Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-08-27T22:58:40.401Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-27T22:58:40.499ZAug 27 22:58:39.782 INFO [incorp-create] process exited with exit status: 0 (232.236335ms)
25032026-08-27T22:58:40.504ZAug 27 22:58:39.782 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25042026-08-27T22:58:40.728ZAug 27 22:58:40.011 INFO [incorp-publisher] process exited with exit status: 0 (229.291613ms)
25052026-08-27T22:58:41.068Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-08-27T22:58:41.432ZAug 27 22:58:40.715 INFO [hubris-production] task succeeded (1.167309277s)
25072026-08-27T22:58:42.382Z[ omicron-package] Compiling macaddr v1.0.1
25082026-08-27T22:58:42.386Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25092026-08-27T22:58:42.386Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-27T22:58:42.386Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-27T22:58:42.386Z[ omicron-package] Compiling heapless v0.8.0
25122026-08-27T22:58:42.386Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25132026-08-27T22:58:42.386Z[ omicron-package] Compiling ingot-macros v0.2.0
25142026-08-27T22:58:42.386Z[ omicron-package] Compiling hash32 v0.3.1
25152026-08-27T22:58:42.386Z[ omicron-package] Compiling inout v0.1.4
25162026-08-27T22:58:42.386Z[ omicron-package] Compiling multer v3.1.0
25172026-08-27T22:58:42.386Z[ omicron-package] Compiling smoltcp v0.11.0
25182026-08-27T22:58:42.386Z[ omicron-package] Compiling match_cfg v0.1.0
25192026-08-27T22:58:42.386Z[ omicron-package] Compiling compression-core v0.4.31
25202026-08-27T22:58:42.386Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25212026-08-27T22:58:42.386Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-08-27T22:58:42.386Z[ omicron-package] Compiling slog-json v2.6.1
25232026-08-27T22:58:42.657ZAug 27 22:58:41.940 DEBG process exited with exit status: 0 (2.391577695s)
25242026-08-27T22:58:42.661ZAug 27 22:58:41.943 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25252026-08-27T22:58:43.105Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25262026-08-27T22:58:43.204Z[ omicron-package] Compiling compression-codecs v0.4.37
25272026-08-27T22:58:43.204Z[ omicron-package] Compiling cipher v0.4.4
25282026-08-27T22:58:43.265Z[ omicron-package] Compiling hostname v0.3.1
25292026-08-27T22:58:43.454Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25302026-08-27T22:58:43.573Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25312026-08-27T22:58:43.595Z[ omicron-package] Compiling cobs v0.3.0
25322026-08-27T22:58:43.645Z[ omicron-package] Compiling universal-hash v0.5.1
25332026-08-27T22:58:43.677Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25342026-08-27T22:58:43.815Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25352026-08-27T22:58:43.815Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25362026-08-27T22:58:43.819Z[ omicron-package] Compiling dropshot v0.17.1
25372026-08-27T22:58:43.841Z[ omicron-package] Compiling serde_spanned v1.1.1
25382026-08-27T22:58:43.913Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25392026-08-27T22:58:43.913Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25402026-08-27T22:58:43.916Z[ omicron-package] Compiling async-stream-impl v0.3.6
25412026-08-27T22:58:43.990Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25422026-08-27T22:58:44.121Z[ omicron-package] Compiling opaque-debug v0.3.1
25432026-08-27T22:58:44.124Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25442026-08-27T22:58:44.208Z[ omicron-package] Compiling convert_case v0.4.0
25452026-08-27T22:58:44.208Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25462026-08-27T22:58:44.261Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25472026-08-27T22:58:44.390Z[ omicron-package] Compiling poly1305 v0.8.0
25482026-08-27T22:58:44.393Z[ omicron-package] Compiling num_enum_derive v0.7.6
25492026-08-27T22:58:44.496Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25502026-08-27T22:58:44.529Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25512026-08-27T22:58:44.608Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25522026-08-27T22:58:44.608Z[ omicron-package] Compiling postcard v1.1.3
25532026-08-27T22:58:44.648Z[ omicron-package] Compiling async-compression v0.4.41
25542026-08-27T22:58:44.648Z[ omicron-package] Compiling derive_more v0.99.20
25552026-08-27T22:58:44.669Z[ omicron-package] Compiling slog-bunyan v2.5.0
25562026-08-27T22:58:44.782Z[ omicron-package] Compiling async-stream v0.3.6
25572026-08-27T22:58:44.786Z[ omicron-package] Compiling chacha20 v0.9.1
25582026-08-27T22:58:44.886Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25592026-08-27T22:58:45.126Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25602026-08-27T22:58:45.160Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-27T22:58:45.185Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-27T22:58:45.221Z[ omicron-package] Compiling oxide-generation v0.1.3
25632026-08-27T22:58:45.262Z[ omicron-package] Compiling parse-display-derive v0.10.0
25642026-08-27T22:58:45.304Z[ omicron-package] Compiling waitgroup v0.1.2
25652026-08-27T22:58:45.372Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25662026-08-27T22:58:45.616Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25672026-08-27T22:58:45.647Z[ omicron-package] Compiling backon v1.6.0
25682026-08-27T22:58:45.672ZAug 27 22:58:44.955 DEBG process exited with exit status: 0 (3.012733843s)
25692026-08-27T22:58:45.676ZAug 27 22:58:44.957 INFO [incorp-manifest] task succeeded (5.409084259s)
25702026-08-27T22:58:45.676ZAug 27 22:58:44.957 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25712026-08-27T22:58:45.752Z[ omicron-package] Compiling ingot-types v0.2.0
25722026-08-27T22:58:45.837Z[ omicron-package] Compiling password-hash v0.5.0
25732026-08-27T22:58:45.841Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25742026-08-27T22:58:45.867Z[ omicron-package] Compiling blake2 v0.10.6
25752026-08-27T22:58:45.947Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25762026-08-27T22:58:45.947Z[ omicron-package] Compiling aead v0.5.2
25772026-08-27T22:58:45.950Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25782026-08-27T22:58:45.950ZAug 27 22:58:45.233 INFO [incorp-fmt] process exited with exit status: 0 (275.520061ms)
25792026-08-27T22:58:45.950ZAug 27 22:58:45.233 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25802026-08-27T22:58:46.110Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25812026-08-27T22:58:46.138Z[ omicron-package] Compiling proc-macro-error v1.0.4
25822026-08-27T22:58:46.176Z[ omicron-package] Compiling instant v0.1.13
25832026-08-27T22:58:46.302Z[ omicron-package] Compiling ingot v0.2.1
25842026-08-27T22:58:46.320Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T225845Z
25852026-08-27T22:58:46.320Z[ incorp-pkgsend] PUBLISHED
25862026-08-27T22:58:46.345Z[ omicron-package] Compiling hostname v0.4.2
25872026-08-27T22:58:46.383ZAug 27 22:58:45.666 INFO [incorp-pkgsend] process exited with exit status: 0 (432.815498ms)
25882026-08-27T22:58:46.386ZAug 27 22:58:45.666 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25892026-08-27T22:58:46.402Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25902026-08-27T22:58:46.466Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25912026-08-27T22:58:46.534Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25922026-08-27T22:58:46.635Z[ helios-incorp] Retrieving packages for publisher helios ...
25932026-08-27T22:58:46.639Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25942026-08-27T22:58:46.659Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-27T22:58:46.669Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25962026-08-27T22:58:46.669Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25972026-08-27T22:58:46.669Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25982026-08-27T22:58:46.674Z[ helios-incorp]
25992026-08-27T22:58:46.710Z[ helios-incorp] Archiving packages ...
26002026-08-27T22:58:46.710Z[ helios-incorp] Packages to add: 1
26012026-08-27T22:58:46.710Z[ helios-incorp] Files to retrieve: 0
26022026-08-27T22:58:46.710Z[ helios-incorp] Estimated transfer size: 0.00 B
26032026-08-27T22:58:46.732ZAug 27 22:58:46.015 INFO [helios-incorp] process exited with exit status: 0 (348.625438ms)
26042026-08-27T22:58:46.736Z[ omicron-package] Compiling backoff v0.4.0
26052026-08-27T22:58:46.736Z[ helios-incorp]
26062026-08-27T22:58:46.736Z[ omicron-package] Compiling argon2 v0.5.3
26072026-08-27T22:58:46.736Z[ helios-incorp] Packages to archive:
26082026-08-27T22:58:46.736Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T225845Z
26092026-08-27T22:58:46.736Z[ helios-incorp]
26102026-08-27T22:58:46.736Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26112026-08-27T22:58:46.736Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26122026-08-27T22:58:46.819Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26132026-08-27T22:58:46.819Z[ omicron-package] Compiling num_enum_derive v0.5.11
26142026-08-27T22:58:46.913Z[ omicron-package] Compiling num_enum v0.7.6
26152026-08-27T22:58:46.990Z[ omicron-package] Compiling progenitor-extras v0.2.0
26162026-08-27T22:58:47.044Z[ omicron-package] Compiling parse-display v0.10.0
26172026-08-27T22:58:47.071Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26182026-08-27T22:58:47.118Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26192026-08-27T22:58:47.125Z[ omicron-package] Compiling vsss-rs v3.3.4
26202026-08-27T22:58:47.156Z[ omicron-package] Compiling foreign-types v0.5.0
26212026-08-27T22:58:47.351Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26222026-08-27T22:58:47.410Z[ omicron-package] Compiling regress v0.10.5
26232026-08-27T22:58:47.500Z[ omicron-package] Compiling itertools v0.14.0
26242026-08-27T22:58:47.503Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-08-27T22:58:47.731Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-27T22:58:47.782Z[ omicron-package] Compiling cstr-argument v0.1.2
26272026-08-27T22:58:47.838Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26282026-08-27T22:58:47.889Z[ omicron-package] Compiling humantime v2.3.0
26292026-08-27T22:58:47.941Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26302026-08-27T22:58:47.973Z[ omicron-package] Compiling num_enum v0.5.11
26312026-08-27T22:58:48.046Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322026-08-27T22:58:48.228Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26332026-08-27T22:58:48.363Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26342026-08-27T22:58:48.363Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26352026-08-27T22:58:48.519Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-08-27T22:58:48.541Z[ omicron-package] Compiling rayon v1.11.0
26372026-08-27T22:58:48.581Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26382026-08-27T22:58:48.607Z[ omicron-package] Compiling rand v0.10.1
26392026-08-27T22:58:48.638Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-08-27T22:58:48.721Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26412026-08-27T22:58:48.807Z[ omicron-package] Compiling libefi-sys v0.1.0
26422026-08-27T22:58:48.888Z[ omicron-package] Compiling colored v3.1.1
26432026-08-27T22:58:48.911Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26442026-08-27T22:58:48.933Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26452026-08-27T22:58:49.025Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462026-08-27T22:58:49.125Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-08-27T22:58:49.169Z[ omicron-package] Compiling itertools v0.12.1
26482026-08-27T22:58:49.299Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26492026-08-27T22:58:49.457Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26502026-08-27T22:58:49.489Z[ omicron-package] Compiling usdt-macro v0.5.0
26512026-08-27T22:58:49.549Z[ omicron-package] Compiling memmap v0.7.0
26522026-08-27T22:58:49.582Z[ omicron-package] Compiling sigpipe v0.1.3
26532026-08-27T22:58:49.631Z[ omicron-package] Compiling bitfield-struct v0.6.2
26542026-08-27T22:58:49.655Z[ omicron-package] Compiling num-derive v0.4.2
26552026-08-27T22:58:49.716Z[ omicron-package] Compiling swrite v0.1.0
26562026-08-27T22:58:49.914Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572026-08-27T22:58:49.935Z[ omicron-package] Compiling glob v0.3.3
26582026-08-27T22:58:50.373Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26592026-08-27T22:58:50.485Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26602026-08-27T22:58:50.495Z[ omicron-package] Compiling usdt v0.5.0
26612026-08-27T22:58:50.665Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26622026-08-27T22:58:50.822Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26632026-08-27T22:58:50.991Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26642026-08-27T22:58:51.069Z[ omicron-package] Compiling zone v0.3.1
26652026-08-27T22:58:51.072Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26662026-08-27T22:58:51.137Z[ omicron-package] Compiling smf v0.2.3
26672026-08-27T22:58:51.247Z[ omicron-package] Compiling whoami v1.6.1
26682026-08-27T22:58:51.270Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-08-27T22:58:51.320Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26702026-08-27T22:58:51.320Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26712026-08-27T22:58:51.378Z[ omicron-package] Compiling gethostname v0.5.0
26722026-08-27T22:58:51.485Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26732026-08-27T22:58:51.657Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26742026-08-27T22:58:51.714Z[ omicron-package] Compiling console v0.16.2
26752026-08-27T22:58:51.815Z[ omicron-package] Compiling unit-prefix v0.5.2
26762026-08-27T22:58:51.856Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26772026-08-27T22:58:51.941Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26782026-08-27T22:58:52.527Z[ omicron-package] Compiling indicatif v0.18.4
26792026-08-27T22:58:55.693Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-27T22:58:56.345Z[ helios-setup] Aug 27 22:58:55.627 INFO helios repository root is: /work/oxidecomputer/helios
26812026-08-27T22:58:56.349Z[ helios-setup] Aug 27 22:58:55.629 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
26822026-08-27T22:58:56.349Z[ helios-setup] Aug 27 22:58:55.629 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26832026-08-27T22:58:56.349Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26842026-08-27T22:58:57.006Z[ helios-setup] Aug 27 22:58:56.229 INFO clone ok!, project: phbl
26852026-08-27T22:58:57.011Z[ helios-setup] Aug 27 22:58:56.229 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26862026-08-27T22:58:57.011Z[ helios-setup] Aug 27 22:58:56.229 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26872026-08-27T22:58:57.011Z[ helios-setup] Aug 27 22:58:56.229 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
26882026-08-27T22:58:57.011Z[ helios-setup] Aug 27 22:58:56.229 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
26892026-08-27T22:58:57.011Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26902026-08-27T22:58:57.858Z[ helios-setup] Aug 27 22:58:57.140 INFO clone ok!, project: amd-host-image-builder
26912026-08-27T22:58:57.861Z[ helios-setup] Aug 27 22:58:57.140 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
26922026-08-27T22:58:57.861Z[ helios-setup] Aug 27 22:58:57.140 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26932026-08-27T22:58:57.861Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26942026-08-27T22:58:57.986ZAug 27 22:58:57.268 INFO [hubris-staging] task succeeded (17.720169766s)
26952026-08-27T22:58:58.766Z[ helios-setup] Aug 27 22:58:58.049 INFO clone ok!, project: chelsio-t6-roms
26962026-08-27T22:58:58.766Z[ helios-setup] Aug 27 22:58:58.049 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
26972026-08-27T22:58:58.769Z[ helios-setup] Aug 27 22:58:58.049 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26982026-08-27T22:58:58.770Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26992026-08-27T22:58:59.603Z[ helios-setup] Aug 27 22:58:58.885 INFO clone ok!, project: pilot
27002026-08-27T22:58:59.603Z[ helios-setup] Aug 27 22:58:58.885 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
27012026-08-27T22:58:59.607Z[ helios-setup] Aug 27 22:58:58.885 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27022026-08-27T22:58:59.607Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27032026-08-27T22:59:04.965Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27042026-08-27T22:59:06.060Z[ helios-setup] Aug 27 22:59:05.342 INFO clone ok!, project: amd-firmware
27052026-08-27T22:59:06.064Z[ helios-setup] Aug 27 22:59:05.342 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
27062026-08-27T22:59:06.064Z[ helios-setup] Aug 27 22:59:05.342 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27072026-08-27T22:59:06.064Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27082026-08-27T22:59:06.941Z[ helios-setup] Aug 27 22:59:06.223 INFO clone ok!, project: dmar-report
27092026-08-27T22:59:06.941Z[ helios-setup] Aug 27 22:59:06.223 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
27102026-08-27T22:59:06.944Z[ helios-setup] Aug 27 22:59:06.223 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27112026-08-27T22:59:06.944Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27122026-08-27T22:59:07.605Z[ helios-setup] Aug 27 22:59:06.887 INFO clone ok!, project: image-builder
27132026-08-27T22:59:07.609Z[ helios-setup] Aug 27 22:59:06.888 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
27142026-08-27T22:59:07.609Z[ helios-setup] Aug 27 22:59:06.888 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27152026-08-27T22:59:07.609Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27162026-08-27T22:59:08.162Z[ helios-setup] Aug 27 22:59:07.444 INFO clone ok!, project: pinprick
27172026-08-27T22:59:08.162Z[ helios-setup] Aug 27 22:59:07.445 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
27182026-08-27T22:59:08.166Z[ helios-setup] Aug 27 22:59:07.445 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27192026-08-27T22:59:08.167Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27202026-08-27T22:59:08.270Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27212026-08-27T22:59:08.758Z[ helios-setup] Aug 27 22:59:08.040 INFO clone ok!, project: bootserver
27222026-08-27T22:59:08.758Z[ helios-setup] Aug 27 22:59:08.040 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27232026-08-27T22:59:08.762Z[ helios-setup] Aug 27 22:59:08.040 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27242026-08-27T22:59:08.999Z[ helios-setup] Aug 27 22:59:08.281 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27252026-08-27T22:59:09.280Z[ helios-setup] Aug 27 22:59:08.562 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27262026-08-27T22:59:09.280Z[ helios-setup] Aug 27 22:59:08.562 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27272026-08-27T22:59:09.436Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27282026-08-27T22:59:09.535Z[ helios-setup] Aug 27 22:59:08.817 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-27T22:59:09.772Z[ helios-setup] Aug 27 22:59:09.054 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-27T22:59:09.772Z[ helios-setup] Aug 27 22:59:09.054 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-27T22:59:10.004Z[ helios-setup] Aug 27 22:59:09.286 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-27T22:59:10.226Z[ helios-setup] Aug 27 22:59:09.507 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-27T22:59:10.226Z[ helios-setup] Aug 27 22:59:09.507 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO ok!
27362026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO ok!
27392026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO ok!
27422026-08-27T22:59:10.231Z[ helios-setup] Aug 27 22:59:09.507 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27432026-08-27T22:59:20.507Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.21s
27442026-08-27T22:59:20.719Z[ omicron-package]
27452026-08-27T22:59:20.723Z[ omicron-package] real 40.389541072
27462026-08-27T22:59:20.723Z[ omicron-package] user 3:54.479884177
27472026-08-27T22:59:20.723Z[ omicron-package] sys 28.106938324
27482026-08-27T22:59:20.723Z[ omicron-package] trap 0.540608256
27492026-08-27T22:59:20.723Z[ omicron-package] tflt 0.513416304
27502026-08-27T22:59:20.723Z[ omicron-package] dflt 2.074815421
27512026-08-27T22:59:20.723Z[ omicron-package] kflt 0.000188160
27522026-08-27T22:59:20.724Z[ omicron-package] lock 11:36.507948882
27532026-08-27T22:59:20.724Z[ omicron-package] slp 6:14.019168677
27542026-08-27T22:59:20.724Z[ omicron-package] lat 48.749470554
27552026-08-27T22:59:20.724Z[ omicron-package] stop 1:56.118190594
27562026-08-27T22:59:20.724ZAug 27 22:59:20.002 INFO [omicron-package] process exited with exit status: 0 (40.453191995s)
27572026-08-27T22:59:20.724ZAug 27 22:59:20.003 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27582026-08-27T22:59:20.724ZAug 27 22:59:20.003 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27592026-08-27T22:59:20.731Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27602026-08-27T22:59:20.731Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27612026-08-27T22:59:20.735Z[ host-target] Created new build target 'host' and set it as active
27622026-08-27T22:59:20.735Z[ recovery-target] Created new build target 'recovery' and set it as active
27632026-08-27T22:59:20.735ZAug 27 22:59:20.017 INFO [recovery-target] process exited with exit status: 0 (14.672816ms)
27642026-08-27T22:59:20.739ZAug 27 22:59:20.018 INFO [host-target] process exited with exit status: 0 (14.766626ms)
27652026-08-27T22:59:20.739ZAug 27 22:59:20.018 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27662026-08-27T22:59:20.743Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27672026-08-27T22:59:22.424Z[ host-package] Compiling heck v0.5.0
27682026-08-27T22:59:22.424Z[ host-package] Compiling regress v0.11.1
27692026-08-27T22:59:22.669Z[ host-package] Compiling unsafe-libyaml v0.2.11
27702026-08-27T22:59:22.691Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27712026-08-27T22:59:22.723Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27722026-08-27T22:59:22.723Z[ host-package] Compiling derive-where v1.6.0
27732026-08-27T22:59:22.727Z[ host-package] Compiling bytecount v0.6.9
27742026-08-27T22:59:22.795Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27752026-08-27T22:59:22.816Z[ host-package] Compiling atomicwrites v0.4.4
27762026-08-27T22:59:22.820Z[ host-package] Compiling is-terminal v0.4.17
27772026-08-27T22:59:22.820Z[ host-package] Compiling prettyplease v0.2.37
27782026-08-27T22:59:22.820Z[ host-package] Compiling newline-converter v0.3.0
27792026-08-27T22:59:22.820Z[ host-package] Compiling console v0.15.11
27802026-08-27T22:59:22.880Z[ host-package] Compiling slog-dtrace v0.3.0
27812026-08-27T22:59:22.884Z[ host-package] Compiling resolv-conf v0.7.6
27822026-08-27T22:59:22.972Z[ host-package] Compiling cancel-safe-futures v0.1.5
27832026-08-27T22:59:22.995Z[ host-package] Compiling num-rational v0.4.2
27842026-08-27T22:59:22.999Z[ host-package] Compiling num-complex v0.4.6
27852026-08-27T22:59:22.999Z[ host-package] Compiling thread_local v1.1.9
27862026-08-27T22:59:23.063Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27872026-08-27T22:59:23.218Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27882026-08-27T22:59:23.302Z[ host-package] Compiling expectorate v1.2.0
27892026-08-27T22:59:23.324Z[ host-package] Compiling compression-core v0.4.31
27902026-08-27T22:59:23.386Z[ host-package] Compiling match_cfg v0.1.0
27912026-08-27T22:59:23.487Z[ host-package] Compiling hostname v0.3.1
27922026-08-27T22:59:23.515Z[ host-package] Compiling compression-codecs v0.4.37
27932026-08-27T22:59:23.515Z[ host-package] Compiling num v0.4.3
27942026-08-27T22:59:23.564Z[ host-package] Compiling multer v3.1.0
27952026-08-27T22:59:23.586Z[ host-package] Compiling slog-async v2.8.0
27962026-08-27T22:59:23.649Z[ host-package] Compiling crossbeam-channel v0.5.15
27972026-08-27T22:59:23.671Z[ host-package] Compiling slog-json v2.6.1
27982026-08-27T22:59:23.672Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27992026-08-27T22:59:23.719Z[ host-package] Compiling serde_spanned v1.1.1
28002026-08-27T22:59:23.792Z[ host-package] Compiling linear-map v1.2.0
28012026-08-27T22:59:23.933Z[ host-package] Compiling linked-hash-map v0.5.6
28022026-08-27T22:59:23.980Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28032026-08-27T22:59:24.015Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28042026-08-27T22:59:24.019Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28052026-08-27T22:59:24.060Z[ host-package] Compiling term v1.2.1
28062026-08-27T22:59:24.086Z[ host-package] Compiling take_mut v0.2.2
28072026-08-27T22:59:24.090Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28082026-08-27T22:59:24.110Z[ host-package] Compiling float-ord v0.3.2
28092026-08-27T22:59:24.114Z[ host-package] Compiling slog-bunyan v2.5.0
28102026-08-27T22:59:24.186Z[ host-package] Compiling lru-cache v0.1.2
28112026-08-27T22:59:24.210Z[ host-package] Compiling async-compression v0.4.41
28122026-08-27T22:59:24.236Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28132026-08-27T22:59:24.312Z[ host-package] Compiling typify-impl v0.6.2
28142026-08-27T22:59:24.317Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28152026-08-27T22:59:24.406Z[ host-package] Compiling slog-term v2.9.2
28162026-08-27T22:59:24.628Z[ host-package] Compiling dropshot v0.17.1
28172026-08-27T22:59:24.667Z[ host-package] Compiling async-stream v0.3.6
28182026-08-27T22:59:24.695Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28192026-08-27T22:59:24.721Z[ host-package] Compiling sha1 v0.11.0
28202026-08-27T22:59:24.771Z[ host-package] Compiling progenitor-client v0.14.0
28212026-08-27T22:59:24.805Z[ host-package] Compiling oxide-generation v0.1.3
28222026-08-27T22:59:24.863Z[ host-package] Compiling waitgroup v0.1.2
28232026-08-27T22:59:24.907Z[ host-package] Compiling rustls-pemfile v2.2.0
28242026-08-27T22:59:25.046Z[ host-package] Compiling backon v1.6.0
28252026-08-27T22:59:25.080Z[ host-package] Compiling hostname v0.4.2
28262026-08-27T22:59:25.108Z[ host-package] Compiling serde_path_to_error v0.1.20
28272026-08-27T22:59:25.133Z[ host-package] Compiling instant v0.1.13
28282026-08-27T22:59:25.154Z[ host-package] Compiling debug-ignore v1.0.5
28292026-08-27T22:59:25.218Z[ host-package] Compiling minimal-lexical v0.2.1
28302026-08-27T22:59:25.273Z[ host-package] Compiling backoff v0.4.0
28312026-08-27T22:59:25.277Z[ host-package] Compiling progenitor-extras v0.2.0
28322026-08-27T22:59:25.328Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
28332026-08-27T22:59:25.351Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28342026-08-27T22:59:25.439Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28352026-08-27T22:59:25.521Z[ host-package] Compiling oxide-update-engine v0.1.2
28362026-08-27T22:59:25.550Z[ host-package] Compiling nom v7.1.3
28372026-08-27T22:59:25.583Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28382026-08-27T22:59:25.607Z[ host-package] Compiling parse-display v0.10.0
28392026-08-27T22:59:25.664Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28402026-08-27T22:59:25.692Z[ host-package] Compiling hickory-proto v0.24.4
28412026-08-27T22:59:26.129Z[ host-package] Compiling regress v0.10.5
28422026-08-27T22:59:26.323Z[ host-package] Compiling itertools v0.14.0
28432026-08-27T22:59:26.853Z[ host-package] Compiling macaddr v1.0.1
28442026-08-27T22:59:27.115Z[ host-package] Compiling unicode-xid v0.2.6
28452026-08-27T22:59:27.145Z[ host-package] Compiling humantime v2.3.0
28462026-08-27T22:59:27.273Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28472026-08-27T22:59:27.419Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28482026-08-27T22:59:27.486Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28492026-08-27T22:59:27.536Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28502026-08-27T22:59:27.573Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28512026-08-27T22:59:27.782Z[ host-package] Compiling toml v0.8.23
28522026-08-27T22:59:27.856Z[ host-package] Compiling papergrid v0.11.0
28532026-08-27T22:59:27.859Z[ host-package] Compiling tabled_derive v0.7.0
28542026-08-27T22:59:27.928Z[ host-package] Compiling typify-macro v0.6.2
28552026-08-27T22:59:28.330Z[ host-package] Compiling termtree v0.5.1
28562026-08-27T22:59:28.375Z[ host-package] Compiling crossterm v0.29.0
28572026-08-27T22:59:28.484Z[ host-package] Compiling phf_shared v0.12.1
28582026-08-27T22:59:28.549Z[ host-package] Compiling hickory-resolver v0.24.4
28592026-08-27T22:59:28.767Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28602026-08-27T22:59:28.992Z[ host-package] Compiling tabled v0.15.0
28612026-08-27T22:59:29.090Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28622026-08-27T22:59:29.675Z[ helios-setup] Aug 27 22:59:28.957 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
28632026-08-27T22:59:29.679Z[ helios-setup] Aug 27 22:59:28.957 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28642026-08-27T22:59:29.708Z[ helios-setup] Aug 27 22:59:28.990 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')"
28652026-08-27T22:59:29.708Z[ helios-setup] Aug 27 22:59:28.990 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28662026-08-27T22:59:29.712Z[ helios-setup] Aug 27 22:59:28.990 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28672026-08-27T22:59:29.788Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28682026-08-27T22:59:29.816Z[ host-package] Compiling typify v0.6.2
28692026-08-27T22:59:29.903Z[ helios-setup] Aug 27 22:59:29.185 INFO E| Updating crates.io index
28702026-08-27T22:59:29.906Z[ helios-setup] Aug 27 22:59:29.186 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28712026-08-27T22:59:30.118Z[ host-package] Compiling progenitor-impl v0.14.0
28722026-08-27T22:59:30.362Z[ helios-setup] Aug 27 22:59:29.643 INFO E| From https://github.com/oxidecomputer/amd-apcb
28732026-08-27T22:59:30.362Z[ helios-setup] Aug 27 22:59:29.643 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28742026-08-27T22:59:30.383Z[ helios-setup] Aug 27 22:59:29.665 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28752026-08-27T22:59:30.756Z[ host-package] Compiling qorb v0.4.1
28762026-08-27T22:59:30.797Z[ helios-setup] Aug 27 22:59:30.079 INFO E| From https://github.com/oxidecomputer/amd-efs
28772026-08-27T22:59:30.797Z[ helios-setup] Aug 27 22:59:30.079 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28782026-08-27T22:59:30.933Z[ host-package] Compiling vte v0.14.1
28792026-08-27T22:59:31.064Z[ helios-setup] Aug 27 22:59:30.346 INFO E| Downloading crates ...
28802026-08-27T22:59:31.105Z[ helios-setup] Aug 27 22:59:30.387 INFO E| Downloaded ansi_term v0.12.1
28812026-08-27T22:59:31.112Z[ helios-setup] Aug 27 22:59:30.395 INFO E| Downloaded log v0.4.27
28822026-08-27T22:59:31.117Z[ helios-setup] Aug 27 22:59:30.400 INFO E| Downloaded ryu v1.0.20
28832026-08-27T22:59:31.121Z[ helios-setup] Aug 27 22:59:30.402 INFO E| Downloaded autocfg v1.4.0
28842026-08-27T22:59:31.125Z[ helios-setup] Aug 27 22:59:30.404 INFO E| Downloaded bytesize v2.0.1
28852026-08-27T22:59:31.125Z[ helios-setup] Aug 27 22:59:30.405 INFO E| Downloaded modular-bitfield v0.13.1
28862026-08-27T22:59:31.136Z[ helios-setup] Aug 27 22:59:30.418 INFO E| Downloaded parse_int v0.9.0
28872026-08-27T22:59:31.139Z[ helios-setup] Aug 27 22:59:30.418 INFO E| Downloaded unic-char-range v0.9.0
28882026-08-27T22:59:31.139Z[ helios-setup] Aug 27 22:59:30.419 INFO E| Downloaded heck v0.3.3
28892026-08-27T22:59:31.139Z[ helios-setup] Aug 27 22:59:30.421 INFO E| Downloaded dyn-clone v1.0.19
28902026-08-27T22:59:31.143Z[ helios-setup] Aug 27 22:59:30.424 INFO E| Downloaded unic-char-property v0.9.0
28912026-08-27T22:59:31.146Z[ helios-setup] Aug 27 22:59:30.428 INFO E| Downloaded fletcher v1.0.0
28922026-08-27T22:59:31.146Z[ helios-setup] Aug 27 22:59:30.429 INFO E| Downloaded itoa v1.0.15
28932026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.429 INFO E| Downloaded modular-bitfield-impl v0.11.2
28942026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.430 INFO E| Downloaded modular-bitfield-impl v0.13.1
28952026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.431 INFO E| Downloaded serde_derive v1.0.219
28962026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.436 INFO E| Downloaded vec_map v0.8.2
28972026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.438 INFO E| Downloaded unic-ucd-ident v0.9.0
28982026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.439 INFO E| Downloaded strsim v0.8.0
28992026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.440 INFO E| Downloaded structopt-derive v0.4.18
29002026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.440 INFO E| Downloaded strum v0.27.1
29012026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.441 INFO E| Downloaded quote v1.0.40
29022026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.445 INFO E| Downloaded unic-common v0.9.0
29032026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.446 INFO E| Downloaded unic-ucd-version v0.9.0
29042026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.453 INFO E| Downloaded pest_generator v2.8.0
29052026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.454 INFO E| Downloaded thiserror-impl v2.0.12
29062026-08-27T22:59:31.175Z[ helios-setup] Aug 27 22:59:30.457 INFO E| Downloaded four-cc v0.4.0
29072026-08-27T22:59:31.183Z[ helios-setup] Aug 27 22:59:30.461 INFO E| Downloaded unicode-ident v1.0.18
29082026-08-27T22:59:31.188Z[ helios-setup] Aug 27 22:59:30.466 INFO E| Downloaded rustversion v1.0.20
29092026-08-27T22:59:31.188Z[ helios-setup] Aug 27 22:59:30.468 INFO E| Downloaded pest_derive v2.8.0
29102026-08-27T22:59:31.192Z[ helios-setup] Aug 27 22:59:30.470 INFO E| Downloaded textwrap v0.11.0
29112026-08-27T22:59:31.201Z[ helios-setup] Aug 27 22:59:30.483 INFO E| Downloaded thiserror v2.0.12
29122026-08-27T22:59:31.204Z[ helios-setup] Aug 27 22:59:30.487 INFO E| Downloaded strum_macros v0.27.1
29132026-08-27T22:59:31.208Z[ helios-setup] Aug 27 22:59:30.488 INFO E| Downloaded modular-bitfield v0.11.2
29142026-08-27T22:59:31.212Z[ helios-setup] Aug 27 22:59:30.495 INFO E| Downloaded proc-macro2 v1.0.95
29152026-08-27T22:59:31.216Z[ helios-setup] Aug 27 22:59:30.496 INFO E| Downloaded pest_meta v2.8.0
29162026-08-27T22:59:31.216Z[ helios-setup] Aug 27 22:59:30.498 INFO E| Downloaded typenum v1.18.0
29172026-08-27T22:59:31.219Z[ host-package] Compiling csv-core v0.1.13
29182026-08-27T22:59:31.228Z[ helios-setup] Aug 27 22:59:30.510 INFO E| Downloaded serde v1.0.219
29192026-08-27T22:59:31.231Z[ helios-setup] Aug 27 22:59:30.512 INFO E| Downloaded structopt v0.3.26
29202026-08-27T22:59:31.235Z[ helios-setup] Aug 27 22:59:30.517 INFO E| Downloaded memchr v2.7.4
29212026-08-27T22:59:31.246Z[ helios-setup] Aug 27 22:59:30.528 INFO E| Downloaded zerocopy-derive v0.8.25
29222026-08-27T22:59:31.324Z[ helios-setup] Aug 27 22:59:30.606 INFO E| Downloaded pest v2.8.0
29232026-08-27T22:59:31.328Z[ helios-setup] Aug 27 22:59:30.609 INFO E| Downloaded goblin v0.9.3
29242026-08-27T22:59:31.332Z[ helios-setup] Aug 27 22:59:30.613 INFO E| Downloaded serde_json v1.0.140
29252026-08-27T22:59:31.335Z[ helios-setup] Aug 27 22:59:30.617 INFO E| Downloaded clap v2.34.0
29262026-08-27T22:59:31.339Z[ helios-setup] Aug 27 22:59:30.621 INFO E| Downloaded syn v2.0.101
29272026-08-27T22:59:31.345Z[ helios-setup] Aug 27 22:59:30.628 INFO E| Downloaded zerocopy v0.8.25
29282026-08-27T22:59:31.361Z[ helios-setup] Aug 27 22:59:30.643 INFO E| Downloaded libc v0.2.172
29292026-08-27T22:59:31.433Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling proc-macro2 v1.0.95
29302026-08-27T22:59:31.433Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling unicode-ident v1.0.18
29312026-08-27T22:59:31.433Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling memchr v2.7.4
29322026-08-27T22:59:31.437Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling autocfg v1.4.0
29332026-08-27T22:59:31.437Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling thiserror v2.0.12
29342026-08-27T22:59:31.437Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling syn v1.0.109
29352026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling serde v1.0.219
29362026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling version_check v0.9.5
29372026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.715 INFO E| Compiling serde_json v1.0.140
29382026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.716 INFO E| Compiling itoa v1.0.15
29392026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.716 INFO E| Compiling schemars v0.8.22
29402026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.716 INFO E| Compiling ryu v1.0.20
29412026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.716 INFO E| Compiling paste v1.0.15
29422026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.716 INFO E| Compiling ucd-trie v0.1.7
29432026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.716 INFO E| Compiling zerocopy v0.8.25
29442026-08-27T22:59:31.438Z[ helios-setup] Aug 27 22:59:30.716 INFO E| Compiling rustversion v1.0.20
29452026-08-27T22:59:31.542Z[ host-package] Compiling chrono-tz v0.10.4
29462026-08-27T22:59:31.660Z[ host-package] Compiling highway v1.3.0
29472026-08-27T22:59:31.760Z[ helios-setup] Aug 27 22:59:31.041 INFO E| Compiling libc v0.2.172
29482026-08-27T22:59:31.974Z[ host-package] Compiling csv v1.4.0
29492026-08-27T22:59:32.152Z[ helios-setup] Aug 27 22:59:31.434 INFO E| Compiling static_assertions v1.1.0
29502026-08-27T22:59:32.229Z[ helios-setup] Aug 27 22:59:31.511 INFO E| Compiling dyn-clone v1.0.19
29512026-08-27T22:59:32.240Z[ helios-setup] Aug 27 22:59:31.522 INFO E| Compiling once_cell v1.21.3
29522026-08-27T22:59:32.339Z[ helios-setup] Aug 27 22:59:31.621 INFO E| Compiling unicode-width v0.1.14
29532026-08-27T22:59:32.421Z[ helios-setup] Aug 27 22:59:31.703 INFO E| Compiling unicode-segmentation v1.12.0
29542026-08-27T22:59:32.489Z[ helios-setup] Aug 27 22:59:31.770 INFO E| Compiling proc-macro-error-attr v1.0.4
29552026-08-27T22:59:32.523Z[ helios-setup] Aug 27 22:59:31.805 INFO E| Compiling proc-macro-error v1.0.4
29562026-08-27T22:59:32.648Z[ helios-setup] Aug 27 22:59:31.930 INFO E| Compiling heck v0.5.0
29572026-08-27T22:59:32.661Z[ host-package] Compiling progenitor-macro v0.14.0
29582026-08-27T22:59:32.668Z[ helios-setup] Aug 27 22:59:31.950 INFO E| Compiling fletcher v1.0.0
29592026-08-27T22:59:32.709Z[ helios-setup] Aug 27 22:59:31.991 INFO E| Compiling byteorder v1.5.0
29602026-08-27T22:59:32.796Z[ helios-setup] Aug 27 22:59:32.078 INFO E| Compiling textwrap v0.11.0
29612026-08-27T22:59:32.831Z[ helios-setup] Aug 27 22:59:32.113 INFO E| Compiling vec_map v0.8.2
29622026-08-27T22:59:32.852Z[ helios-setup] Aug 27 22:59:32.134 INFO E| Compiling unic-common v0.9.0
29632026-08-27T22:59:32.880Z[ helios-setup] Aug 27 22:59:32.162 INFO E| Compiling bitflags v1.3.2
29642026-08-27T22:59:32.915Z[ helios-setup] Aug 27 22:59:32.196 INFO E| Compiling num-traits v0.2.19
29652026-08-27T22:59:32.938Z[ helios-setup] Aug 27 22:59:32.220 INFO E| Compiling memoffset v0.9.1
29662026-08-27T22:59:32.962Z[ helios-setup] Aug 27 22:59:32.243 INFO E| Compiling strsim v0.8.0
29672026-08-27T22:59:32.999Z[ helios-setup] Aug 27 22:59:32.281 INFO E| Compiling unic-char-range v0.9.0
29682026-08-27T22:59:33.087Z[ helios-setup] Aug 27 22:59:32.370 INFO E| Compiling heck v0.3.3
29692026-08-27T22:59:33.104Z[ helios-setup] Aug 27 22:59:32.387 INFO E| Compiling strum v0.27.1
29702026-08-27T22:59:33.143Z[ helios-setup] Aug 27 22:59:32.424 INFO E| Compiling ansi_term v0.12.1
29712026-08-27T22:59:33.163Z[ helios-setup] Aug 27 22:59:32.445 INFO E| Compiling unic-char-property v0.9.0
29722026-08-27T22:59:33.170Z[ helios-setup] Aug 27 22:59:32.452 INFO E| Compiling unic-ucd-version v0.9.0
29732026-08-27T22:59:33.181Z[ helios-setup] Aug 27 22:59:32.463 INFO E| Compiling log v0.4.27
29742026-08-27T22:59:33.212Z[ helios-setup] Aug 27 22:59:32.494 INFO E| Compiling plain v0.2.3
29752026-08-27T22:59:33.250Z[ helios-setup] Aug 27 22:59:32.533 INFO E| Compiling lazy_static v1.5.0
29762026-08-27T22:59:33.267Z[ helios-setup] Aug 27 22:59:32.549 INFO E| Compiling unic-ucd-ident v0.9.0
29772026-08-27T22:59:33.330Z[ helios-setup] Aug 27 22:59:32.612 INFO E| Compiling bytesize v2.0.1
29782026-08-27T22:59:33.451Z[ helios-setup] Aug 27 22:59:32.733 INFO E| Compiling atty v0.2.14
29792026-08-27T22:59:33.588Z[ helios-setup] Aug 27 22:59:32.858 INFO E| Compiling clap v2.34.0
29802026-08-27T22:59:33.789Z[ helios-setup] Aug 27 22:59:33.065 INFO E| Compiling quote v1.0.40
29812026-08-27T22:59:33.855Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29822026-08-27T22:59:34.026Z[ helios-setup] Aug 27 22:59:33.306 INFO E| Compiling syn v2.0.101
29832026-08-27T22:59:34.106Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29842026-08-27T22:59:34.423Z[ helios-setup] Aug 27 22:59:33.691 INFO E| Compiling parse_int v0.9.0
29852026-08-27T22:59:34.580Z[ host-package] Compiling phf v0.12.1
29862026-08-27T22:59:34.834Z[ host-package] Compiling const_format_proc_macros v0.2.34
29872026-08-27T22:59:34.905Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29882026-08-27T22:59:35.058Z[ host-package] Compiling fd-lock v4.0.4
29892026-08-27T22:59:35.109Z[ host-package] Compiling peg-macros v0.8.5
29902026-08-27T22:59:35.498Z[ host-package] Compiling nu-ansi-term v0.50.3
29912026-08-27T22:59:35.960Z[ host-package] Compiling reedline v0.40.0
29922026-08-27T22:59:36.162Z[ host-package] Compiling const_format v0.2.35
29932026-08-27T22:59:36.848Z[ host-package] Compiling peg v0.8.5
29942026-08-27T22:59:36.976Z[ helios-setup] Aug 27 22:59:36.258 INFO E| Compiling serde_derive_internals v0.29.1
29952026-08-27T22:59:36.995Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29962026-08-27T22:59:37.077Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29972026-08-27T22:59:37.156Z[ host-package] Compiling bcs v0.1.6
29982026-08-27T22:59:37.362Z[ helios-setup] Aug 27 22:59:36.644 INFO E| Compiling modular-bitfield-impl v0.11.2
29992026-08-27T22:59:37.362Z[ helios-setup] Aug 27 22:59:36.644 INFO E| Compiling structopt-derive v0.4.18
30002026-08-27T22:59:37.753Z[ host-package] Compiling nom v8.0.0
30012026-08-27T22:59:38.087Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30022026-08-27T22:59:38.092Z[ helios-setup] Aug 27 22:59:37.374 INFO E| Compiling thiserror-impl v2.0.12
30032026-08-27T22:59:38.092Z[ helios-setup] Aug 27 22:59:37.374 INFO E| Compiling serde_derive v1.0.219
30042026-08-27T22:59:38.096Z[ helios-setup] Aug 27 22:59:37.374 INFO E| Compiling schemars_derive v0.8.22
30052026-08-27T22:59:38.096Z[ helios-setup] Aug 27 22:59:37.375 INFO E| Compiling zerocopy-derive v0.8.25
30062026-08-27T22:59:38.096Z[ helios-setup] Aug 27 22:59:37.375 INFO E| Compiling num-derive v0.4.2
30072026-08-27T22:59:38.096Z[ helios-setup] Aug 27 22:59:37.375 INFO E| Compiling modular-bitfield-impl v0.13.1
30082026-08-27T22:59:38.096Z[ helios-setup] Aug 27 22:59:37.375 INFO E| Compiling scroll_derive v0.12.1
30092026-08-27T22:59:38.096Z[ helios-setup] Aug 27 22:59:37.375 INFO E| Compiling strum_macros v0.27.1
30102026-08-27T22:59:38.444Z[ host-package] Compiling progenitor v0.14.0
30112026-08-27T22:59:38.486Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30122026-08-27T22:59:38.804Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30132026-08-27T22:59:38.959Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30142026-08-27T22:59:39.244Z[ host-package] Compiling semver v0.1.20
30152026-08-27T22:59:39.324Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30162026-08-27T22:59:39.379Z[ helios-setup] Aug 27 22:59:38.661 INFO E| Compiling scroll v0.12.0
30172026-08-27T22:59:39.413Z[ helios-setup] Aug 27 22:59:38.690 INFO E| Compiling structopt v0.3.26
30182026-08-27T22:59:39.649Z[ helios-setup] Aug 27 22:59:38.931 INFO E| Compiling goblin v0.9.3
30192026-08-27T22:59:39.795Z[ host-package] Compiling rustc_version v0.1.7
30202026-08-27T22:59:39.826Z[ helios-setup] Aug 27 22:59:39.108 INFO E| Compiling modular-bitfield v0.11.2
30212026-08-27T22:59:39.899Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30222026-08-27T22:59:40.343Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-08-27T22:59:40.541Z[ helios-setup] Aug 27 22:59:39.823 INFO E| Compiling modular-bitfield v0.13.1
30242026-08-27T22:59:40.730Z[ helios-setup] Aug 27 22:59:40.012 INFO E| Compiling pest v2.8.0
30252026-08-27T22:59:41.333Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30262026-08-27T22:59:41.715Z[ host-package] Compiling newtype_derive v0.1.6
30272026-08-27T22:59:41.855Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30282026-08-27T22:59:42.028Z[ helios-setup] Aug 27 22:59:41.310 INFO E| Compiling pest_meta v2.8.0
30292026-08-27T22:59:42.235Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30302026-08-27T22:59:42.403Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30312026-08-27T22:59:42.680Z[ helios-setup] Aug 27 22:59:41.962 INFO E| Compiling pest_generator v2.8.0
30322026-08-27T22:59:42.818Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30332026-08-27T22:59:43.097Z[ host-package] Compiling steno v0.4.1
30342026-08-27T22:59:43.280Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30352026-08-27T22:59:43.345Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30362026-08-27T22:59:43.582Z[ host-package] Compiling sha1 v0.10.6
30372026-08-27T22:59:43.709Z[ host-package] Compiling tagptr v0.2.0
30382026-08-27T22:59:43.852Z[ helios-setup] Aug 27 22:59:43.133 INFO E| Compiling pest_derive v2.8.0
30392026-08-27T22:59:43.861Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30402026-08-27T22:59:43.941Z[ host-package] Compiling utf-8 v0.7.6
30412026-08-27T22:59:44.038Z[ host-package] Compiling moka v0.12.13
30422026-08-27T22:59:44.478Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30432026-08-27T22:59:44.580Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30442026-08-27T22:59:44.639Z[ helios-setup] Aug 27 22:59:43.917 INFO E| Compiling json5 v0.4.1
30452026-08-27T22:59:44.730Z[ host-package] Compiling tungstenite v0.21.0
30462026-08-27T22:59:45.105Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30472026-08-27T22:59:45.620Z[ host-package] Compiling hickory-resolver v0.25.2
30482026-08-27T22:59:45.856Z[ helios-setup] Aug 27 22:59:45.138 INFO E| Compiling four-cc v0.4.0
30492026-08-27T22:59:45.856Z[ helios-setup] Aug 27 22:59:45.138 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30502026-08-27T22:59:45.975Z[ helios-setup] Aug 27 22:59:45.258 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30512026-08-27T22:59:46.122Z[ host-package] Compiling tokio-tungstenite v0.21.0
30522026-08-27T22:59:46.824Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30532026-08-27T22:59:47.217Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30542026-08-27T22:59:48.340Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30552026-08-27T22:59:48.587Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30562026-08-27T22:59:48.807Z[ host-package] Compiling darling_core v0.21.3
30572026-08-27T22:59:50.052Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30582026-08-27T22:59:51.011Z[ host-package] Compiling darling_macro v0.21.3
30592026-08-27T22:59:51.546Z[ host-package] Compiling display-error-chain v0.2.2
30602026-08-27T22:59:51.653Z[ host-package] Compiling darling v0.21.3
30612026-08-27T22:59:51.764Z[ host-package] Compiling libscf-sys v1.2.0
30622026-08-27T22:59:51.792Z[ host-package] Compiling vergen-lib v0.1.6
30632026-08-27T22:59:51.947Z[ host-package] Compiling diesel_derives v2.3.7
30642026-08-27T22:59:52.123Z[ host-package] Compiling dsl_auto_type v0.2.0
30652026-08-27T22:59:52.353Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30662026-08-27T22:59:52.483Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30672026-08-27T22:59:52.575Z[ host-package] Compiling vergen-gitcl v1.0.8
30682026-08-27T22:59:52.654Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30692026-08-27T22:59:52.692Z[ host-package] Compiling dirs-sys-next v0.1.2
30702026-08-27T22:59:52.833Z[ host-package] Compiling crunchy v0.2.4
30712026-08-27T22:59:52.904Z[ host-package] Compiling maplit v1.0.2
30722026-08-27T22:59:53.029Z[ host-package] Compiling glob v0.3.3
30732026-08-27T22:59:53.089Z[ host-package] Compiling dirs-next v2.0.0
30742026-08-27T22:59:53.176Z[ host-package] Compiling r2d2 v0.8.10
30752026-08-27T22:59:53.275Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30762026-08-27T22:59:53.299Z[ host-package] Compiling papergrid v0.18.0
30772026-08-27T22:59:53.409Z[ host-package] Compiling clang-sys v1.8.1
30782026-08-27T22:59:53.503Z[ host-package] Compiling downcast-rs v2.0.2
30792026-08-27T22:59:53.574Z[ host-package] Compiling xshell-macros v0.2.7
30802026-08-27T22:59:53.610Z[ host-package] Compiling tiny-keccak v2.0.2
30812026-08-27T22:59:53.967Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30822026-08-27T22:59:53.994Z[ host-package] Compiling term v0.7.0
30832026-08-27T22:59:54.017Z[ host-package] Compiling xshell v0.2.7
30842026-08-27T22:59:54.021Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30852026-08-27T22:59:54.396Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30862026-08-27T22:59:54.554Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30872026-08-27T22:59:54.649Z[ host-package] Compiling tabled v0.21.0
30882026-08-27T22:59:54.693Z[ host-package] Compiling bit-vec v0.6.3
30892026-08-27T22:59:54.952Z[ host-package] Compiling bit-set v0.5.3
30902026-08-27T22:59:54.978Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30912026-08-27T22:59:55.035Z[ host-package] Compiling ascii-canvas v3.0.0
30922026-08-27T22:59:55.272Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30932026-08-27T22:59:55.364Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30942026-08-27T22:59:55.522Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30952026-08-27T22:59:55.613Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30962026-08-27T22:59:55.937Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30972026-08-27T22:59:55.973Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30982026-08-27T22:59:56.015Z[ host-package] Compiling itertools v0.10.5
30992026-08-27T22:59:56.255Z[ host-package] Compiling ena v0.14.4
31002026-08-27T22:59:56.312Z[ host-package] Compiling libloading v0.8.9
31012026-08-27T22:59:56.528Z[ host-package] Compiling bindgen v0.71.1
31022026-08-27T22:59:56.595Z[ host-package] Compiling unicase v2.9.0
31032026-08-27T22:59:56.764Z[ host-package] Compiling diff v0.1.13
31042026-08-27T22:59:56.864Z[ host-package] Compiling regex-syntax v0.6.29
31052026-08-27T22:59:57.203Z[ host-package] Compiling cexpr v0.6.0
31062026-08-27T22:59:57.280Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31072026-08-27T22:59:57.577Z[ host-package] Compiling crc8 v0.1.1
31082026-08-27T22:59:57.849Z[ host-package] Compiling rustc-hash v2.1.1
31092026-08-27T22:59:57.931Z[ host-package] Compiling diesel v2.3.7
31102026-08-27T22:59:58.050Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31112026-08-27T22:59:58.181Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31122026-08-27T22:59:58.254Z[ host-package] Compiling headers-core v0.3.0
31132026-08-27T22:59:58.462Z[ host-package] Compiling lalrpop v0.19.12
31142026-08-27T22:59:58.510Z[ host-package] Compiling libxml v0.3.3
31152026-08-27T22:59:58.841Z[ host-package] Compiling headers v0.4.1
31162026-08-27T22:59:58.999Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31172026-08-27T22:59:59.027Z[ host-package] Compiling strum_macros v0.24.3
31182026-08-27T22:59:59.225Z[ host-package] Compiling indoc v1.0.9
31192026-08-27T22:59:59.584Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31202026-08-27T22:59:59.718Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
31212026-08-27T22:59:59.894Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31222026-08-27T22:59:59.920Z[ host-package] Compiling derive_builder v0.20.2
31232026-08-27T23:00:00.137Z[ host-package] Compiling oso-derive v0.27.3
31242026-08-27T23:00:00.141Z[ helios-setup] Aug 27 22:59:59.421 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31252026-08-27T23:00:00.208Z[ host-package] Compiling quick-xml v0.37.5
31262026-08-27T23:00:00.284Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31272026-08-27T23:00:00.353Z[ host-package] Compiling openssl-probe v0.1.6
31282026-08-27T23:00:00.643Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31292026-08-27T23:00:00.795Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31302026-08-27T23:00:00.827Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31312026-08-27T23:00:01.401Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31322026-08-27T23:00:01.492Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31332026-08-27T23:00:01.738Z[ host-package] Compiling bb8 v0.8.6
31342026-08-27T23:00:01.811Z[ host-package] Compiling trait-variant v0.1.2
31352026-08-27T23:00:01.900Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31362026-08-27T23:00:02.244Z[ host-package] Compiling half v1.8.3
31372026-08-27T23:00:02.296Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31382026-08-27T23:00:02.362Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31392026-08-27T23:00:02.588Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31402026-08-27T23:00:02.769Z[ host-package] Compiling serde_cbor v0.11.2
31412026-08-27T23:00:02.841Z[ host-package] Compiling proc-macro-error2 v2.0.1
31422026-08-27T23:00:03.094Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31432026-08-27T23:00:03.157Z[ host-package] Compiling hashbrown v0.14.5
31442026-08-27T23:00:03.363Z[ host-package] Compiling rfc6979 v0.4.0
31452026-08-27T23:00:03.461Z[ host-package] Compiling salty v0.3.0
31462026-08-27T23:00:03.543Z[ host-package] Compiling ecdsa v0.16.9
31472026-08-27T23:00:03.860Z[ helios-setup] Aug 27 23:00:03.142 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31482026-08-27T23:00:03.896Z[ host-package] Compiling chumsky v0.9.3
31492026-08-27T23:00:03.968Z[ host-package] Compiling knus-derive v3.4.0
31502026-08-27T23:00:03.972Z[ host-package] Compiling samael v0.0.19
31512026-08-27T23:00:04.016Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31522026-08-27T23:00:04.069Z[ host-package] Compiling progenitor-impl v0.13.0
31532026-08-27T23:00:04.320Z[ host-package] Compiling primeorder v0.13.6
31542026-08-27T23:00:04.755Z[ host-package] Compiling nonempty v0.12.0
31552026-08-27T23:00:05.071Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31562026-08-27T23:00:05.246Z[ host-package] Compiling p384 v0.13.1
31572026-08-27T23:00:05.349Z[ host-package] Compiling knus v3.4.0
31582026-08-27T23:00:05.860Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31592026-08-27T23:00:06.320Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31602026-08-27T23:00:06.324Z[ host-package] Compiling progenitor-macro v0.13.0
31612026-08-27T23:00:06.385Z[ host-package] Compiling polar-core v0.27.3
31622026-08-27T23:00:06.575Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31632026-08-27T23:00:07.073Z[ host-package] Compiling progenitor-client v0.13.0
31642026-08-27T23:00:07.496Z[ host-package] Compiling fxhash v0.2.1
31652026-08-27T23:00:07.708Z[ host-package] Compiling libz-sys v1.1.24
31662026-08-27T23:00:07.966Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31672026-08-27T23:00:08.385Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31682026-08-27T23:00:08.922Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692026-08-27T23:00:08.980Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31702026-08-27T23:00:09.852Z[ host-package] Compiling kstat-rs v0.2.5
31712026-08-27T23:00:10.795Z[ host-package] Compiling mime_guess v2.0.5
31722026-08-27T23:00:10.930Z[ host-package] Compiling progenitor v0.13.0
31732026-08-27T23:00:11.153Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31742026-08-27T23:00:12.098Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31752026-08-27T23:00:12.462Z[ host-package] Compiling nanorand v0.7.0
31762026-08-27T23:00:12.766Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31772026-08-27T23:00:13.072Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31782026-08-27T23:00:13.196Z[ host-package] Compiling parking_lot_core v0.8.6
31792026-08-27T23:00:13.670Z[ host-package] Compiling flume v0.11.1
31802026-08-27T23:00:13.741Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31812026-08-27T23:00:14.046Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31822026-08-27T23:00:14.384Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31832026-08-27T23:00:15.037Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31842026-08-27T23:00:15.119Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31852026-08-27T23:00:15.186Z[ host-package] Compiling git-stub v1.0.0
31862026-08-27T23:00:15.594Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31872026-08-27T23:00:15.739Z[ host-package] Compiling strsim v0.10.0
31882026-08-27T23:00:15.860Z[ host-package] Compiling instability v0.3.11
31892026-08-27T23:00:15.955Z[ helios-setup] Aug 27 23:00:15.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.20s
31902026-08-27T23:00:15.992Z[ helios-setup] Aug 27 23:00:15.274 INFO building project "amd-host-image-builder" ok (46 seconds)
31912026-08-27T23:00:15.992Z[ helios-setup] Aug 27 23:00:15.274 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31922026-08-27T23:00:16.002Z[ helios-setup] Aug 27 23:00:15.283 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31932026-08-27T23:00:16.002Z[ helios-setup] Aug 27 23:00:15.283 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31942026-08-27T23:00:16.002Z[ helios-setup] Aug 27 23:00:15.283 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31952026-08-27T23:00:16.106Z[ host-package] Compiling corncobs v0.1.4
31962026-08-27T23:00:16.114Z[ helios-setup] Aug 27 23:00:15.397 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31972026-08-27T23:00:16.132Z[ host-package] Compiling http-range v0.1.5
31982026-08-27T23:00:16.249Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31992026-08-27T23:00:16.390Z[ host-package] Compiling darling_core v0.13.4
32002026-08-27T23:00:16.473Z[ helios-setup] Aug 27 23:00:15.755 INFO E| From https://github.com/jclulow/hiercmd
32012026-08-27T23:00:16.473Z[ helios-setup] Aug 27 23:00:15.755 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32022026-08-27T23:00:16.490Z[ helios-setup] Aug 27 23:00:15.772 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32032026-08-27T23:00:16.511Z[ host-package] Compiling oso v0.27.3
32042026-08-27T23:00:16.869Z[ helios-setup] Aug 27 23:00:16.151 INFO E| From https://github.com/oxidecomputer/network-interface
32052026-08-27T23:00:16.869Z[ helios-setup] Aug 27 23:00:16.151 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32062026-08-27T23:00:16.882Z[ helios-setup] Aug 27 23:00:16.164 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32072026-08-27T23:00:16.946Z[ host-package] Compiling diesel-dtrace v0.5.0
32082026-08-27T23:00:17.246Z[ helios-setup] Aug 27 23:00:16.528 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32092026-08-27T23:00:17.246Z[ helios-setup] Aug 27 23:00:16.528 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32102026-08-27T23:00:17.265Z[ helios-setup] Aug 27 23:00:16.547 INFO E| Updating crates.io index
32112026-08-27T23:00:17.299Z[ host-package] Compiling async-bb8-diesel v0.2.1
32122026-08-27T23:00:17.555Z[ helios-setup] Aug 27 23:00:16.837 INFO E| Downloading crates ...
32132026-08-27T23:00:17.619Z[ helios-setup] Aug 27 23:00:16.900 INFO E| Downloaded futures-task v0.3.31
32142026-08-27T23:00:17.623Z[ helios-setup] Aug 27 23:00:16.901 INFO E| Downloaded futures-macro v0.3.31
32152026-08-27T23:00:17.627Z[ helios-setup] Aug 27 23:00:16.906 INFO E| Downloaded futures-core v0.3.31
32162026-08-27T23:00:17.627Z[ helios-setup] Aug 27 23:00:16.908 INFO E| Downloaded anstyle-query v1.1.4
32172026-08-27T23:00:17.639Z[ helios-setup] Aug 27 23:00:16.921 INFO E| Downloaded futures-io v0.3.31
32182026-08-27T23:00:17.644Z[ helios-setup] Aug 27 23:00:16.925 INFO E| Downloaded futures-sink v0.3.31
32192026-08-27T23:00:17.650Z[ helios-setup] Aug 27 23:00:16.932 INFO E| Downloaded libdevinfo-sys v1.1.0
32202026-08-27T23:00:17.654Z[ helios-setup] Aug 27 23:00:16.933 INFO E| Downloaded pin-utils v0.1.0
32212026-08-27T23:00:17.654Z[ helios-setup] Aug 27 23:00:16.935 INFO E| Downloaded crc v3.3.0
32222026-08-27T23:00:17.661Z[ helios-setup] Aug 27 23:00:16.939 INFO E| Downloaded env_filter v0.1.4
32232026-08-27T23:00:17.665Z[ helios-setup] Aug 27 23:00:16.946 INFO E| Downloaded devinfo v0.1.0
32242026-08-27T23:00:17.669Z[ helios-setup] Aug 27 23:00:16.950 INFO E| Downloaded anstyle v1.0.13
32252026-08-27T23:00:17.669Z[ helios-setup] Aug 27 23:00:16.951 INFO E| Downloaded base64ct v1.8.0
32262026-08-27T23:00:17.673Z[ helios-setup] Aug 27 23:00:16.953 INFO E| Downloaded pin-project-lite v0.2.16
32272026-08-27T23:00:17.677Z[ helios-setup] Aug 27 23:00:16.959 INFO E| Downloaded clap_lex v0.7.6
32282026-08-27T23:00:17.684Z[ helios-setup] Aug 27 23:00:16.966 INFO E| Downloaded bitfield-macros v0.19.3
32292026-08-27T23:00:17.689Z[ helios-setup] Aug 27 23:00:16.971 INFO E| Downloaded generic-array v0.14.9
32302026-08-27T23:00:17.694Z[ helios-setup] Aug 27 23:00:16.976 INFO E| Downloaded getopts v0.2.24
32312026-08-27T23:00:17.698Z[ helios-setup] Aug 27 23:00:16.978 INFO E| Downloaded num_enum v0.7.5
32322026-08-27T23:00:17.701Z[ helios-setup] Aug 27 23:00:16.982 INFO E| Downloaded futures-executor v0.3.31
32332026-08-27T23:00:17.705Z[ helios-setup] Aug 27 23:00:16.984 INFO E| Downloaded num_enum_derive v0.7.5
32342026-08-27T23:00:17.705Z[ helios-setup] Aug 27 23:00:16.985 INFO E| Downloaded deranged v0.5.5
32352026-08-27T23:00:17.705Z[ helios-setup] Aug 27 23:00:16.986 INFO E| Downloaded zeroize_derive v1.4.2
32362026-08-27T23:00:17.705Z[ helios-setup] Aug 27 23:00:16.986 INFO E| Downloaded time-core v0.1.6
32372026-08-27T23:00:17.709Z[ helios-setup] Aug 27 23:00:16.991 INFO E| Downloaded simd-adler32 v0.3.7
32382026-08-27T23:00:17.722Z[ helios-setup] Aug 27 23:00:17.003 INFO E| Downloaded anyhow v1.0.100
32392026-08-27T23:00:17.726Z[ helios-setup] Aug 27 23:00:17.005 INFO E| Downloaded serde_spanned v1.0.3
32402026-08-27T23:00:17.730Z[ helios-setup] Aug 27 23:00:17.009 INFO E| Downloaded env_logger v0.11.8
32412026-08-27T23:00:17.730Z[ helios-setup] Aug 27 23:00:17.011 INFO E| Downloaded time-macros v0.2.24
32422026-08-27T23:00:17.770Z[ helios-setup] Aug 27 23:00:17.041 INFO E| Downloaded bitfield v0.19.3
32432026-08-27T23:00:17.770Z[ helios-setup] Aug 27 23:00:17.042 INFO E| Downloaded find-msvc-tools v0.1.4
32442026-08-27T23:00:17.770Z[ helios-setup] Aug 27 23:00:17.043 INFO E| Downloaded futures-channel v0.3.31
32452026-08-27T23:00:17.770Z[ helios-setup] Aug 27 23:00:17.044 INFO E| Downloaded iana-time-zone v0.1.64
32462026-08-27T23:00:17.770Z[ helios-setup] Aug 27 23:00:17.045 INFO E| Downloaded toml_datetime v0.7.3
32472026-08-27T23:00:17.770Z[ helios-setup] Aug 27 23:00:17.046 INFO E| Downloaded clap_derive v4.5.49
32482026-08-27T23:00:17.775Z[ helios-setup] Aug 27 23:00:17.054 INFO E| Downloaded getrandom v0.2.16
32492026-08-27T23:00:17.775Z[ helios-setup] Aug 27 23:00:17.056 INFO E| Downloaded toml_writer v1.0.4
32502026-08-27T23:00:17.779Z[ helios-setup] Aug 27 23:00:17.057 INFO E| Downloaded proc-macro2 v1.0.103
32512026-08-27T23:00:17.779Z[ helios-setup] Aug 27 23:00:17.058 INFO E| Downloaded quote v1.0.41
32522026-08-27T23:00:17.779Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32532026-08-27T23:00:17.779Z[ helios-setup] Aug 27 23:00:17.060 INFO E| Downloaded signal-hook-registry v1.4.6
32542026-08-27T23:00:17.779Z[ helios-setup] Aug 27 23:00:17.061 INFO E| Downloaded slab v0.4.11
32552026-08-27T23:00:17.783Z[ helios-setup] Aug 27 23:00:17.061 INFO E| Downloaded thiserror-impl v2.0.17
32562026-08-27T23:00:17.783Z[ helios-setup] Aug 27 23:00:17.062 INFO E| Downloaded tokio-macros v2.6.0
32572026-08-27T23:00:17.783Z[ helios-setup] Aug 27 23:00:17.063 INFO E| Downloaded bitflags v2.10.0
32582026-08-27T23:00:17.786Z[ helios-setup] Aug 27 23:00:17.066 INFO E| Downloaded thiserror v2.0.17
32592026-08-27T23:00:17.790Z[ helios-setup] Aug 27 23:00:17.069 INFO E| Downloaded zeroize v1.8.2
32602026-08-27T23:00:17.790Z[ helios-setup] Aug 27 23:00:17.070 INFO E| Downloaded clap v4.5.51
32612026-08-27T23:00:17.793Z[ helios-setup] Aug 27 23:00:17.076 INFO E| Downloaded futures v0.3.31
32622026-08-27T23:00:17.797Z[ helios-setup] Aug 27 23:00:17.080 INFO E| Downloaded log v0.4.28
32632026-08-27T23:00:17.805Z[ helios-setup] Aug 27 23:00:17.081 INFO E| Downloaded term v1.2.0
32642026-08-27T23:00:17.805Z[ helios-setup] Aug 27 23:00:17.083 INFO E| Downloaded toml_parser v1.0.4
32652026-08-27T23:00:17.805Z[ helios-setup] Aug 27 23:00:17.085 INFO E| Downloaded rand v0.8.5
32662026-08-27T23:00:17.809Z[ helios-setup] Aug 27 23:00:17.091 INFO E| Downloaded unicode-ident v1.0.22
32672026-08-27T23:00:17.816Z[ helios-setup] Aug 27 23:00:17.094 INFO E| Downloaded uuid v1.18.1
32682026-08-27T23:00:17.823Z[ helios-setup] Aug 27 23:00:17.105 INFO E| Downloaded toml v0.9.8
32692026-08-27T23:00:17.837Z[ helios-setup] Aug 27 23:00:17.119 INFO E| Downloaded bytes v1.10.1
32702026-08-27T23:00:17.841Z[ helios-setup] Aug 27 23:00:17.121 INFO E| Downloaded socket2 v0.6.1
32712026-08-27T23:00:17.847Z[ helios-setup] Aug 27 23:00:17.130 INFO E| Downloaded clap_builder v4.5.51
32722026-08-27T23:00:17.851Z[ helios-setup] Aug 27 23:00:17.134 INFO E| Downloaded memchr v2.7.6
32732026-08-27T23:00:17.855Z[ helios-setup] Aug 27 23:00:17.136 INFO E| Downloaded zerocopy-derive v0.8.27
32742026-08-27T23:00:17.859Z[ helios-setup] Aug 27 23:00:17.140 INFO E| Downloaded indexmap v2.12.0
32752026-08-27T23:00:17.862Z[ helios-setup] Aug 27 23:00:17.143 INFO E| Downloaded cc v1.2.44
32762026-08-27T23:00:17.862Z[ helios-setup] Aug 27 23:00:17.144 INFO E| Downloaded rsa v0.9.8
32772026-08-27T23:00:17.866Z[ helios-setup] Aug 27 23:00:17.147 INFO E| Downloaded toml_edit v0.23.7
32782026-08-27T23:00:17.869Z[ helios-setup] Aug 27 23:00:17.151 INFO E| Downloaded typenum v1.19.0
32792026-08-27T23:00:17.896Z[ helios-setup] Aug 27 23:00:17.179 INFO E| Downloaded flate2 v1.1.5
32802026-08-27T23:00:17.900Z[ helios-setup] Aug 27 23:00:17.181 INFO E| Downloaded iddqd v0.3.14
32812026-08-27T23:00:17.904Z[ helios-setup] Aug 27 23:00:17.185 INFO E| Downloaded mio v1.1.0
32822026-08-27T23:00:17.907Z[ helios-setup] Aug 27 23:00:17.188 INFO E| Downloaded num-bigint-dig v0.8.4
32832026-08-27T23:00:17.911Z[ helios-setup] Aug 27 23:00:17.191 INFO E| Downloaded hashbrown v0.16.0
32842026-08-27T23:00:17.914Z[ helios-setup] Aug 27 23:00:17.194 INFO E| Downloaded serde_json v1.0.145
32852026-08-27T23:00:17.917Z[ helios-setup] Aug 27 23:00:17.198 INFO E| Downloaded futures-util v0.3.31
32862026-08-27T23:00:17.922Z[ helios-setup] Aug 27 23:00:17.204 INFO E| Downloaded libm v0.2.15
32872026-08-27T23:00:17.951Z[ helios-setup] Aug 27 23:00:17.233 INFO E| Downloaded time v0.3.44
32882026-08-27T23:00:17.957Z[ helios-setup] Aug 27 23:00:17.238 INFO E| Downloaded winnow v0.7.13
32892026-08-27T23:00:17.960Z[ helios-setup] Aug 27 23:00:17.243 INFO E| Downloaded zerocopy v0.8.27
32902026-08-27T23:00:17.974Z[ helios-setup] Aug 27 23:00:17.256 INFO E| Downloaded chrono v0.4.42
32912026-08-27T23:00:17.977Z[ helios-setup] Aug 27 23:00:17.260 INFO E| Downloaded unicode-width v0.2.2
32922026-08-27T23:00:17.981Z[ helios-setup] Aug 27 23:00:17.263 INFO E| Downloaded syn v2.0.108
32932026-08-27T23:00:17.987Z[ helios-setup] Aug 27 23:00:17.269 INFO E| Downloaded rustix v1.1.2
32942026-08-27T23:00:18.025Z[ helios-setup] Aug 27 23:00:17.307 INFO E| Downloaded libc v0.2.177
32952026-08-27T23:00:18.040Z[ helios-setup] Aug 27 23:00:17.321 INFO E| Downloaded tokio v1.48.0
32962026-08-27T23:00:18.156Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling proc-macro2 v1.0.103
32972026-08-27T23:00:18.157Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling quote v1.0.41
32982026-08-27T23:00:18.157Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling unicode-ident v1.0.22
32992026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling libc v0.2.177
33002026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling serde_core v1.0.228
33012026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling cfg-if v1.0.4
33022026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling serde v1.0.228
33032026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling version_check v0.9.5
33042026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling autocfg v1.5.0
33052026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling const-oid v0.9.6
33062026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling typenum v1.19.0
33072026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.438 INFO E| Compiling libm v0.2.15
33082026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.439 INFO E| Compiling zerocopy v0.8.27
33092026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.439 INFO E| Compiling rustversion v1.0.22
33102026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.439 INFO E| Compiling zeroize v1.8.2
33112026-08-27T23:00:18.162Z[ helios-setup] Aug 27 23:00:17.439 INFO E| Compiling base64ct v1.8.0
33122026-08-27T23:00:18.181Z[ host-package] Compiling git-stub-vcs v0.1.0
33132026-08-27T23:00:18.873Z[ helios-setup] Aug 27 23:00:18.154 INFO E| Compiling smallvec v1.15.1
33142026-08-27T23:00:18.926Z[ helios-setup] Aug 27 23:00:18.208 INFO E| Compiling anyhow v1.0.100
33152026-08-27T23:00:19.123Z[ helios-setup] Aug 27 23:00:18.405 INFO E| Compiling crc32fast v1.5.0
33162026-08-27T23:00:19.207Z[ helios-setup] Aug 27 23:00:18.489 INFO E| Compiling pem-rfc7468 v0.7.0
33172026-08-27T23:00:19.439Z[ helios-setup] Aug 27 23:00:18.721 INFO E| Compiling rustix v1.1.2
33182026-08-27T23:00:19.586Z[ helios-setup] Aug 27 23:00:18.868 INFO E| Compiling generic-array v0.14.9
33192026-08-27T23:00:19.599Z[ helios-setup] Aug 27 23:00:18.882 INFO E| Compiling flagset v0.4.7
33202026-08-27T23:00:19.680Z[ helios-setup] Aug 27 23:00:18.962 INFO E| Compiling num-traits v0.2.19
33212026-08-27T23:00:19.815Z[ helios-setup] Aug 27 23:00:19.095 INFO E| Compiling utf8parse v0.2.2
33222026-08-27T23:00:19.815Z[ helios-setup] Aug 27 23:00:19.095 INFO E| Compiling byteorder v1.5.0
33232026-08-27T23:00:19.880Z[ helios-setup] Aug 27 23:00:19.162 INFO E| Compiling equivalent v1.0.2
33242026-08-27T23:00:19.913Z[ helios-setup] Aug 27 23:00:19.195 INFO E| Compiling winnow v0.7.13
33252026-08-27T23:00:19.938Z[ helios-setup] Aug 27 23:00:19.220 INFO E| Compiling hashbrown v0.16.0
33262026-08-27T23:00:19.978Z[ helios-setup] Aug 27 23:00:19.260 INFO E| Compiling memchr v2.7.6
33272026-08-27T23:00:20.235Z[ helios-setup] Aug 27 23:00:19.517 INFO E| Compiling anstyle-parse v0.2.7
33282026-08-27T23:00:20.456Z[ helios-setup] Aug 27 23:00:19.739 INFO E| Compiling toml_datetime v0.7.3
33292026-08-27T23:00:20.678Z[ helios-setup] Aug 27 23:00:19.960 INFO E| Compiling syn v2.0.108
33302026-08-27T23:00:20.688Z[ helios-setup] Aug 27 23:00:19.970 INFO E| Compiling getrandom v0.2.16
33312026-08-27T23:00:20.767Z[ helios-setup] Aug 27 23:00:20.050 INFO E| Compiling errno v0.3.14
33322026-08-27T23:00:20.804Z[ helios-setup] Aug 27 23:00:20.086 INFO E| Compiling colorchoice v1.0.4
33332026-08-27T23:00:20.812Z[ helios-setup] Aug 27 23:00:20.094 INFO E| Compiling anstyle-query v1.1.4
33342026-08-27T23:00:20.829Z[ helios-setup] Aug 27 23:00:20.111 INFO E| Compiling allocator-api2 v0.2.21
33352026-08-27T23:00:20.859Z[ helios-setup] Aug 27 23:00:20.141 INFO E| Compiling is_terminal_polyfill v1.70.2
33362026-08-27T23:00:20.928Z[ helios-setup] Aug 27 23:00:20.210 INFO E| Compiling shlex v1.3.0
33372026-08-27T23:00:20.957Z[ helios-setup] Aug 27 23:00:20.239 INFO E| Compiling find-msvc-tools v0.1.4
33382026-08-27T23:00:20.972Z[ helios-setup] Aug 27 23:00:20.254 INFO E| Compiling rand_core v0.6.4
33392026-08-27T23:00:20.979Z[ helios-setup] Aug 27 23:00:20.261 INFO E| Compiling syn v1.0.109
33402026-08-27T23:00:21.036Z[ helios-setup] Aug 27 23:00:20.318 INFO E| Compiling cpufeatures v0.2.17
33412026-08-27T23:00:21.130Z[ helios-setup] Aug 27 23:00:20.413 INFO E| Compiling anstyle v1.0.13
33422026-08-27T23:00:21.159Z[ helios-setup] Aug 27 23:00:20.441 INFO E| Compiling radium v0.7.0
33432026-08-27T23:00:21.269Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-08-27T23:00:21.328Z[ helios-setup] Aug 27 23:00:20.610 INFO E| Compiling cc v1.2.44
33452026-08-27T23:00:21.407Z[ helios-setup] Aug 27 23:00:20.689 INFO E| Compiling indexmap v2.12.0
33462026-08-27T23:00:21.492Z[ helios-setup] Aug 27 23:00:20.774 INFO E| Compiling slog v2.8.2
33472026-08-27T23:00:21.631Z[ helios-setup] Aug 27 23:00:20.913 INFO E| Compiling anstream v0.6.21
33482026-08-27T23:00:21.939Z[ helios-setup] Aug 27 23:00:21.221 INFO E| Compiling parking_lot_core v0.9.12
33492026-08-27T23:00:22.075Z[ helios-setup] Aug 27 23:00:21.357 INFO E| Compiling maybe-uninit v2.0.0
33502026-08-27T23:00:22.389Z[ helios-setup] Aug 27 23:00:21.671 INFO E| Compiling tap v1.0.1
33512026-08-27T23:00:22.416Z[ helios-setup] Aug 27 23:00:21.698 INFO E| Compiling futures-core v0.3.31
33522026-08-27T23:00:22.527Z[ helios-setup] Aug 27 23:00:21.809 INFO E| Compiling block-buffer v0.10.4
33532026-08-27T23:00:22.610Z[ helios-setup] Aug 27 23:00:21.891 INFO E| Compiling crypto-common v0.1.6
33542026-08-27T23:00:22.674Z[ helios-setup] Aug 27 23:00:21.956 INFO E| Compiling futures-sink v0.3.31
33552026-08-27T23:00:22.720Z[ helios-setup] Aug 27 23:00:22.002 INFO E| Compiling toml_parser v1.0.4
33562026-08-27T23:00:22.723Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33572026-08-27T23:00:22.835Z[ helios-setup] Aug 27 23:00:22.117 INFO E| Compiling digest v0.10.7
33582026-08-27T23:00:22.847Z[ helios-setup] Aug 27 23:00:22.130 INFO E| Compiling pkg-config v0.3.32
33592026-08-27T23:00:22.856Z[ helios-setup] Aug 27 23:00:22.138 INFO E| Compiling unicode-width v0.2.2
33602026-08-27T23:00:22.879Z[ helios-setup] Aug 27 23:00:22.161 INFO E| Compiling pin-project-lite v0.2.16
33612026-08-27T23:00:22.890Z[ helios-setup] Aug 27 23:00:22.172 INFO E| Compiling num-integer v0.1.46
33622026-08-27T23:00:22.920Z[ helios-setup] Aug 27 23:00:22.201 INFO E| Compiling futures-channel v0.3.31
33632026-08-27T23:00:22.956Z[ helios-setup] Aug 27 23:00:22.238 INFO E| Compiling wyz v0.5.1
33642026-08-27T23:00:23.031Z[ helios-setup] Aug 27 23:00:22.313 INFO E| Compiling ahash v0.8.12
33652026-08-27T23:00:23.223Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33662026-08-27T23:00:23.226Z[ helios-setup] Aug 27 23:00:22.509 INFO E| Compiling bitflags v2.10.0
33672026-08-27T23:00:23.268Z[ helios-setup] Aug 27 23:00:22.550 INFO E| Compiling sha2 v0.10.9
33682026-08-27T23:00:23.290Z[ helios-setup] Aug 27 23:00:22.572 INFO E| Compiling thiserror v1.0.69
33692026-08-27T23:00:23.324Z[ helios-setup] Aug 27 23:00:22.607 INFO E| Compiling num-conv v0.1.0
33702026-08-27T23:00:23.338Z[ helios-setup] Aug 27 23:00:22.621 INFO E| Compiling spin v0.9.8
33712026-08-27T23:00:23.399Z[ helios-setup] Aug 27 23:00:22.681 INFO E| Compiling slab v0.4.11
33722026-08-27T23:00:23.530Z[ helios-setup] Aug 27 23:00:22.812 INFO E| Compiling pin-utils v0.1.0
33732026-08-27T23:00:23.577Z[ helios-setup] Aug 27 23:00:22.859 INFO E| Compiling getopts v0.2.24
33742026-08-27T23:00:23.617Z[ helios-setup] Aug 27 23:00:22.900 INFO E| Compiling time-core v0.1.6
33752026-08-27T23:00:23.642Z[ helios-setup] Aug 27 23:00:22.924 INFO E| Compiling clap_lex v0.7.6
33762026-08-27T23:00:23.811Z[ helios-setup] Aug 27 23:00:23.094 INFO E| Compiling powerfmt v0.2.0
33772026-08-27T23:00:23.827Z[ helios-setup] Aug 27 23:00:23.109 INFO E| Compiling toml_edit v0.23.7
33782026-08-27T23:00:23.836Z[ helios-setup] Aug 27 23:00:23.118 INFO E| Compiling bytes v1.10.1
33792026-08-27T23:00:23.860Z[ helios-setup] Aug 27 23:00:23.140 INFO E| Compiling funty v2.0.0
33802026-08-27T23:00:23.915Z[ helios-setup] Aug 27 23:00:23.197 INFO E| Compiling futures-io v0.3.31
33812026-08-27T23:00:24.158Z[ helios-setup] Aug 27 23:00:23.440 INFO E| Compiling strsim v0.11.1
33822026-08-27T23:00:24.304Z[ helios-setup] Aug 27 23:00:23.586 INFO E| Compiling heck v0.5.0
33832026-08-27T23:00:24.342Z[ helios-setup] Aug 27 23:00:23.624 INFO E| Compiling futures-task v0.3.31
33842026-08-27T23:00:24.348Z[ helios-setup] Aug 27 23:00:23.630 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33852026-08-27T23:00:24.356Z[ helios-setup] Aug 27 23:00:23.639 INFO E| Compiling itoa v1.0.15
33862026-08-27T23:00:24.412Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33872026-08-27T23:00:24.622Z[ helios-setup] Aug 27 23:00:23.904 INFO E| Compiling packed_struct v0.10.1
33882026-08-27T23:00:24.675Z[ helios-setup] Aug 27 23:00:23.957 INFO E| Compiling terminal_size v0.4.3
33892026-08-27T23:00:24.688Z[ helios-setup] Aug 27 23:00:23.970 INFO E| Compiling getrandom v0.3.4
33902026-08-27T23:00:24.806Z[ helios-setup] Aug 27 23:00:24.088 INFO E| Compiling scopeguard v1.2.0
33912026-08-27T23:00:24.816Z[ helios-setup] Aug 27 23:00:24.099 INFO E| Compiling num-bigint-dig v0.8.4
33922026-08-27T23:00:24.820Z[ helios-setup] Aug 27 23:00:24.100 INFO E| Compiling clap_builder v4.5.51
33932026-08-27T23:00:24.904Z[ helios-setup] Aug 27 23:00:24.186 INFO E| Compiling bitvec v1.0.1
33942026-08-27T23:00:24.976Z[ helios-setup] Aug 27 23:00:24.258 INFO E| Compiling lock_api v0.4.14
33952026-08-27T23:00:25.326Z[ helios-setup] Aug 27 23:00:24.608 INFO E| Compiling proc-macro-crate v3.4.0
33962026-08-27T23:00:25.467Z[ helios-setup] Aug 27 23:00:24.747 INFO E| Compiling deranged v0.5.5
33972026-08-27T23:00:25.515Z[ helios-setup] Aug 27 23:00:24.796 INFO E| Compiling time-macros v0.2.24
33982026-08-27T23:00:25.593Z[ helios-setup] Aug 27 23:00:24.875 INFO E| Compiling lazy_static v1.5.0
33992026-08-27T23:00:25.608Z[ helios-setup] Aug 27 23:00:24.890 INFO E| Compiling num-iter v0.1.45
34002026-08-27T23:00:25.832Z[ helios-setup] Aug 27 23:00:25.114 INFO E| Compiling indexmap v1.9.3
34012026-08-27T23:00:25.832Z[ helios-setup] Aug 27 23:00:25.115 INFO E| Compiling crc-catalog v2.4.0
34022026-08-27T23:00:25.837Z[ helios-setup] Aug 27 23:00:25.115 INFO E| Compiling simd-adler32 v0.3.7
34032026-08-27T23:00:25.849Z[ helios-setup] Aug 27 23:00:25.131 INFO E| Compiling thiserror v2.0.17
34042026-08-27T23:00:26.045Z[ helios-setup] Aug 27 23:00:25.326 INFO E| Compiling nodrop v0.1.14
34052026-08-27T23:00:26.109Z[ helios-setup] Aug 27 23:00:25.391 INFO E| Compiling iana-time-zone v0.1.64
34062026-08-27T23:00:26.161Z[ helios-setup] Aug 27 23:00:25.444 INFO E| Compiling once_cell v1.21.3
34072026-08-27T23:00:26.381Z[ helios-setup] Aug 27 23:00:25.663 INFO E| Compiling adler2 v2.0.1
34082026-08-27T23:00:26.796Z[ helios-setup] Aug 27 23:00:26.078 INFO E| Compiling log v0.4.28
34092026-08-27T23:00:26.796Z[ helios-setup] Aug 27 23:00:26.078 INFO E| Compiling serde_json v1.0.145
34102026-08-27T23:00:26.881Z[ helios-setup] Aug 27 23:00:26.163 INFO E| Compiling miniz_oxide v0.8.9
34112026-08-27T23:00:26.915Z[ helios-setup] Aug 27 23:00:26.197 INFO E| Compiling parking_lot v0.12.5
34122026-08-27T23:00:26.958Z[ helios-setup] Aug 27 23:00:26.240 INFO E| Compiling chrono v0.4.42
34132026-08-27T23:00:27.078Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34142026-08-27T23:00:27.192Z[ helios-setup] Aug 27 23:00:26.474 INFO E| Compiling array-init v0.0.4
34152026-08-27T23:00:27.201Z[ helios-setup] Aug 27 23:00:26.483 INFO E| Compiling env_filter v0.1.4
34162026-08-27T23:00:27.490Z[ host-package] Compiling ignore v0.4.25
34172026-08-27T23:00:27.647Z[ helios-setup] Aug 27 23:00:26.928 INFO E| Compiling crc v3.3.0
34182026-08-27T23:00:27.740Z[ helios-setup] Aug 27 23:00:27.021 INFO E| Compiling smallvec v0.6.14
34192026-08-27T23:00:27.827Z[ helios-setup] Aug 27 23:00:27.109 INFO E| Compiling time v0.3.44
34202026-08-27T23:00:27.878Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34212026-08-27T23:00:27.985Z[ helios-setup] Aug 27 23:00:27.267 INFO E| Compiling serde_spanned v1.0.3
34222026-08-27T23:00:28.146Z[ helios-setup] Aug 27 23:00:27.428 INFO E| Compiling signature v2.2.0
34232026-08-27T23:00:28.188Z[ helios-setup] Aug 27 23:00:27.469 INFO E| Compiling signal-hook-registry v1.4.6
34242026-08-27T23:00:28.346Z[ helios-setup] Aug 27 23:00:27.628 INFO E| Compiling mio v1.1.0
34252026-08-27T23:00:28.354Z[ helios-setup] Aug 27 23:00:27.636 INFO E| Compiling packed_struct_codegen v0.10.1
34262026-08-27T23:00:28.394Z[ helios-setup] Aug 27 23:00:27.676 INFO E| Compiling serde_derive v1.0.228
34272026-08-27T23:00:28.398Z[ helios-setup] Aug 27 23:00:27.676 INFO E| Compiling zerocopy-derive v0.8.27
34282026-08-27T23:00:28.407Z[ helios-setup] Aug 27 23:00:27.689 INFO E| Compiling der_derive v0.7.3
34292026-08-27T23:00:28.432Z[ helios-setup] Aug 27 23:00:27.714 INFO E| Compiling futures-macro v0.3.31
34302026-08-27T23:00:28.606Z[ helios-setup] Aug 27 23:00:27.888 INFO E| Compiling clap_derive v4.5.49
34312026-08-27T23:00:28.783Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34322026-08-27T23:00:28.819Z[ helios-setup] Aug 27 23:00:28.101 INFO E| Compiling zerocopy-derive v0.6.6
34332026-08-27T23:00:28.977Z[ helios-setup] Aug 27 23:00:28.259 INFO E| Compiling num_enum_derive v0.7.5
34342026-08-27T23:00:29.091Z[ host-package] Compiling anstyle-parse v0.2.7
34352026-08-27T23:00:29.179Z[ helios-setup] Aug 27 23:00:28.462 INFO E| Compiling bitfield-macros v0.19.3
34362026-08-27T23:00:29.303Z[ helios-setup] Aug 27 23:00:28.585 INFO E| Compiling thiserror-impl v1.0.69
34372026-08-27T23:00:29.676Z[ helios-setup] Aug 27 23:00:28.958 INFO E| Compiling thiserror-impl v2.0.17
34382026-08-27T23:00:29.685Z[ host-package] Compiling secrecy v0.8.0
34392026-08-27T23:00:29.790Z[ helios-setup] Aug 27 23:00:29.072 INFO E| Compiling tokio-macros v2.6.0
34402026-08-27T23:00:30.453Z[ host-package] Compiling vergen-git2 v9.1.0
34412026-08-27T23:00:30.584Z[ helios-setup] Aug 27 23:00:29.866 INFO E| Compiling futures-util v0.3.31
34422026-08-27T23:00:30.617Z[ helios-setup] Aug 27 23:00:29.899 INFO E| Compiling der v0.7.10
34432026-08-27T23:00:30.753Z[ helios-setup] Aug 27 23:00:30.035 INFO E| Compiling socket2 v0.6.1
34442026-08-27T23:00:30.798Z[ helios-setup] Aug 27 23:00:30.080 INFO E| Compiling zerocopy v0.6.6
34452026-08-27T23:00:30.851Z[ helios-setup] Aug 27 23:00:30.132 INFO E| Compiling bitfield v0.19.3
34462026-08-27T23:00:31.117Z[ host-package] Compiling castaway v0.2.4
34472026-08-27T23:00:31.245Z[ helios-setup] Aug 27 23:00:30.527 INFO E| Compiling num_enum v0.7.5
34482026-08-27T23:00:31.340Z[ helios-setup] Aug 27 23:00:30.622 INFO E| Compiling is-terminal v0.4.17
34492026-08-27T23:00:31.514Z[ helios-setup] Aug 27 23:00:30.796 INFO E| Compiling thread_local v1.1.9
34502026-08-27T23:00:31.569Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34512026-08-27T23:00:31.705Z[ helios-setup] Aug 27 23:00:30.987 INFO E| Compiling subtle v2.6.1
34522026-08-27T23:00:31.727Z[ host-package] Compiling indoc v2.0.7
34532026-08-27T23:00:31.742Z[ helios-setup] Aug 27 23:00:31.024 INFO E| Compiling winnow v0.5.40
34542026-08-27T23:00:31.752Z[ helios-setup] Aug 27 23:00:31.034 INFO E| Compiling base64 v0.21.7
34552026-08-27T23:00:31.810Z[ helios-setup] Aug 27 23:00:31.091 INFO E| Compiling toml_writer v1.0.4
34562026-08-27T23:00:31.978Z[ helios-setup] Aug 27 23:00:31.260 INFO E| Compiling term v1.2.0
34572026-08-27T23:00:31.988Z[ helios-setup] Aug 27 23:00:31.270 INFO E| Compiling ryu v1.0.20
34582026-08-27T23:00:32.088Z[ helios-setup] Aug 27 23:00:31.370 INFO E| Compiling hashbrown v0.12.3
34592026-08-27T23:00:32.225Z[ helios-setup] Aug 27 23:00:31.507 INFO E| Compiling libdevinfo-sys v1.1.0
34602026-08-27T23:00:32.232Z[ helios-setup] Aug 27 23:00:31.514 INFO E| Compiling clap v4.5.51
34612026-08-27T23:00:32.239Z[ helios-setup] Aug 27 23:00:31.521 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34622026-08-27T23:00:32.373Z[ helios-setup] Aug 27 23:00:31.655 INFO E| Compiling devinfo v0.1.0
34632026-08-27T23:00:32.616Z[ helios-setup] Aug 27 23:00:31.898 INFO E| Compiling toml v0.9.8
34642026-08-27T23:00:32.748Z[ host-package] Compiling compact_str v0.8.1
34652026-08-27T23:00:32.793Z[ helios-setup] Aug 27 23:00:32.075 INFO E| Compiling tokio v1.48.0
34662026-08-27T23:00:32.848Z[ helios-setup] Aug 27 23:00:32.130 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34672026-08-27T23:00:32.883Z[ helios-setup] Aug 27 23:00:32.165 INFO E| Compiling bzip2 v0.4.4
34682026-08-27T23:00:32.927Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34692026-08-27T23:00:33.021Z[ helios-setup] Aug 27 23:00:32.302 INFO E| Compiling uuid v1.18.1
34702026-08-27T23:00:33.111Z[ helios-setup] Aug 27 23:00:32.393 INFO E| Compiling spki v0.7.3
34712026-08-27T23:00:33.287Z[ helios-setup] Aug 27 23:00:32.569 INFO E| Compiling flate2 v1.1.5
34722026-08-27T23:00:33.490Z[ helios-setup] Aug 27 23:00:32.757 INFO E| Compiling pkcs8 v0.10.2
34732026-08-27T23:00:33.859Z[ helios-setup] Aug 27 23:00:33.141 INFO E| Compiling ppv-lite86 v0.2.21
34742026-08-27T23:00:33.927Z[ helios-setup] Aug 27 23:00:33.209 INFO E| Compiling pkcs1 v0.7.5
34752026-08-27T23:00:34.527Z[ helios-setup] Aug 27 23:00:33.809 INFO E| Compiling hashbrown v0.13.2
34762026-08-27T23:00:34.660Z[ helios-setup] Aug 27 23:00:33.942 INFO E| Compiling rand_chacha v0.3.1
34772026-08-27T23:00:34.679Z[ host-package] Compiling anstream v0.6.21
34782026-08-27T23:00:34.682Z[ host-package] Compiling globwalk v0.9.1
34792026-08-27T23:00:34.808Z[ helios-setup] Aug 27 23:00:34.090 INFO E| Compiling x509-cert v0.2.5
34802026-08-27T23:00:34.827Z[ helios-setup] Aug 27 23:00:34.110 INFO E| Compiling env_logger v0.11.8
34812026-08-27T23:00:34.838Z[ helios-setup] Aug 27 23:00:34.120 INFO E| Compiling hex v0.4.3
34822026-08-27T23:00:34.954Z[ host-package] Compiling hyper-staticfile v0.10.1
34832026-08-27T23:00:35.498Z[ helios-setup] Aug 27 23:00:34.780 INFO E| Compiling erased-serde v0.3.31
34842026-08-27T23:00:35.535Z[ helios-setup] Aug 27 23:00:34.817 INFO E| Compiling rand v0.8.5
34852026-08-27T23:00:35.907Z[ helios-setup] Aug 27 23:00:35.186 INFO E| Compiling toml_datetime v0.6.11
34862026-08-27T23:00:35.941Z[ helios-setup] Aug 27 23:00:35.220 INFO E| Compiling serde_spanned v0.6.9
34872026-08-27T23:00:35.941Z[ helios-setup] Aug 27 23:00:35.220 INFO E| Compiling ron v0.8.1
34882026-08-27T23:00:35.977Z[ helios-setup] Aug 27 23:00:35.257 INFO E| Compiling serde-hex v0.1.0
34892026-08-27T23:00:36.247Z[ helios-setup] Aug 27 23:00:35.527 INFO E| Compiling futures-executor v0.3.31
34902026-08-27T23:00:36.267Z[ host-package] Compiling parking_lot v0.11.2
34912026-08-27T23:00:36.412Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34922026-08-27T23:00:36.551Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34932026-08-27T23:00:36.579Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34942026-08-27T23:00:36.751Z[ host-package] Compiling darling_macro v0.13.4
34952026-08-27T23:00:36.809Z[ helios-setup] Aug 27 23:00:36.090 INFO E| Compiling futures v0.3.31
34962026-08-27T23:00:36.837Z[ helios-setup] Aug 27 23:00:36.119 INFO E| Compiling toml_edit v0.19.15
34972026-08-27T23:00:36.845Z[ helios-setup] Aug 27 23:00:36.126 INFO E| Compiling crc-any v2.5.0
34982026-08-27T23:00:36.930Z[ helios-setup] Aug 27 23:00:36.208 INFO E| Compiling rustc-hash v2.1.1
34992026-08-27T23:00:37.016Z[ helios-setup] Aug 27 23:00:36.298 INFO E| Compiling foldhash v0.2.0
35002026-08-27T23:00:37.022Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35012026-08-27T23:00:37.140Z[ helios-setup] Aug 27 23:00:36.423 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35022026-08-27T23:00:37.215Z[ helios-setup] Aug 27 23:00:36.495 INFO E| Compiling slog-term v2.9.2
35032026-08-27T23:00:37.231Z[ helios-setup] Aug 27 23:00:36.512 INFO E| Compiling bitflags v1.3.2
35042026-08-27T23:00:37.319Z[ helios-setup] Aug 27 23:00:36.601 INFO E| Compiling iddqd v0.3.14
35052026-08-27T23:00:37.374Z[ helios-setup] Aug 27 23:00:36.643 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35062026-08-27T23:00:37.684Z[ helios-setup] Aug 27 23:00:36.960 INFO E| Compiling object v0.30.4
35072026-08-27T23:00:37.758Z[ helios-setup] Aug 27 23:00:37.040 INFO E| Compiling zip v0.6.6
35082026-08-27T23:00:37.929Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35092026-08-27T23:00:38.039Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35102026-08-27T23:00:38.084Z[ host-package] Compiling predicates-tree v1.0.13
35112026-08-27T23:00:38.133Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35122026-08-27T23:00:38.799Z[ host-package] Compiling unicode-truncate v1.1.0
35132026-08-27T23:00:38.843Z[ host-package] Compiling lru v0.12.5
35142026-08-27T23:00:38.945Z[ helios-setup] Aug 27 23:00:38.227 INFO E| Compiling rsa v0.9.8
35152026-08-27T23:00:38.955Z[ host-package] Compiling prefix-trie v0.7.0
35162026-08-27T23:00:39.002Z[ helios-setup] Aug 27 23:00:38.284 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35172026-08-27T23:00:39.086Z[ helios-setup] Aug 27 23:00:38.368 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35182026-08-27T23:00:39.332Z[ host-package] Compiling rand_seeder v0.4.0
35192026-08-27T23:00:39.468Z[ host-package] Compiling cassowary v0.3.0
35202026-08-27T23:00:39.664Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35212026-08-27T23:00:39.691Z[ helios-setup] Aug 27 23:00:38.973 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35222026-08-27T23:00:39.779Z[ helios-setup] Aug 27 23:00:39.061 INFO E| Compiling path-slash v0.1.5
35232026-08-27T23:00:39.957Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35242026-08-27T23:00:39.961Z[ host-package] Compiling hickory-server v0.25.2
35252026-08-27T23:00:40.274Z[ helios-setup] Aug 27 23:00:39.556 INFO E| Compiling toml v0.7.8
35262026-08-27T23:00:40.278Z[ host-package] Compiling ratatui v0.29.0
35272026-08-27T23:00:40.416Z[ host-package] Compiling darling v0.13.4
35282026-08-27T23:00:40.471Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35292026-08-27T23:00:40.679Z[ host-package] Compiling sled v0.34.7
35302026-08-27T23:00:41.236Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35312026-08-27T23:00:41.674Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35322026-08-27T23:00:41.771Z[ helios-setup] Aug 27 23:00:41.052 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35332026-08-27T23:00:42.266Z[ helios-setup] Aug 27 23:00:41.548 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35342026-08-27T23:00:42.352Z[ host-package] Compiling git2 v0.20.4
35352026-08-27T23:00:42.554Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35362026-08-27T23:00:44.133Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35372026-08-27T23:00:44.697Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35382026-08-27T23:00:45.414Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35392026-08-27T23:00:45.530Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35402026-08-27T23:00:46.342Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35412026-08-27T23:00:47.840Z[ host-package] Compiling serde_with_macros v1.5.2
35422026-08-27T23:00:47.872Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35432026-08-27T23:00:48.205Z[ helios-setup] Aug 27 23:00:47.485 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35442026-08-27T23:00:48.410Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35452026-08-27T23:00:48.499Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35462026-08-27T23:00:48.772Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35472026-08-27T23:00:49.164Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35482026-08-27T23:00:49.495Z[ helios-setup] Aug 27 23:00:48.777 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35492026-08-27T23:00:49.536Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35502026-08-27T23:00:49.598Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35512026-08-27T23:00:49.804Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35522026-08-27T23:00:49.939Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35532026-08-27T23:00:50.275Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35542026-08-27T23:00:50.355Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35552026-08-27T23:00:50.421Z[ host-package] Compiling arc-swap v1.8.2
35562026-08-27T23:00:50.531Z[ host-package] Compiling void v1.0.2
35572026-08-27T23:00:50.890Z[ host-package] Compiling lzss v0.8.2
35582026-08-27T23:00:51.045Z[ host-package] Compiling slog-scope v4.4.1
35592026-08-27T23:00:51.649Z[ host-package] Compiling serde_with v1.14.0
35602026-08-27T23:00:51.801Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35612026-08-27T23:00:52.732Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35622026-08-27T23:00:53.142Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35632026-08-27T23:00:53.687Z[ helios-setup] Aug 27 23:00:52.969 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35642026-08-27T23:00:55.229Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35652026-08-27T23:00:55.607Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35662026-08-27T23:00:55.931Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35672026-08-27T23:00:55.977Z[ host-package] Compiling scuffle v0.1.0
35682026-08-27T23:00:57.431Z[ host-package] Compiling tungstenite v0.23.0
35692026-08-27T23:00:58.215Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35702026-08-27T23:00:58.524Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35712026-08-27T23:00:58.873Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35722026-08-27T23:00:58.972Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35732026-08-27T23:00:59.231Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35742026-08-27T23:00:59.412Z[ host-package] Compiling nix v0.27.1
35752026-08-27T23:00:59.508Z[ host-package] Compiling twox-hash v2.1.2
35762026-08-27T23:01:00.170Z[ host-package] Compiling libsw-core v0.3.2
35772026-08-27T23:01:00.255Z[ host-package] Compiling serde_bytes v0.11.19
35782026-08-27T23:01:00.461Z[ host-package] Compiling atty v0.2.14
35792026-08-27T23:01:00.920Z[ host-package] Compiling libsw v3.5.0
35802026-08-27T23:01:00.923Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35812026-08-27T23:01:01.192Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35822026-08-27T23:01:01.274Z[ host-package] Compiling tokio-tungstenite v0.23.1
35832026-08-27T23:01:01.348Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35842026-08-27T23:01:01.452Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35852026-08-27T23:01:01.774Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35862026-08-27T23:01:01.877Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35872026-08-27T23:01:03.464Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35882026-08-27T23:01:05.037Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35892026-08-27T23:01:05.510Z[ helios-setup] Aug 27 23:01:04.785 INFO E| Finished `release` profile [optimized] target(s) in 49.49s
35902026-08-27T23:01:05.510Z[ helios-setup] Aug 27 23:01:04.792 INFO E| Blocking waiting for file lock on package cache
35912026-08-27T23:01:05.560Z[ helios-setup] Aug 27 23:01:04.842 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35922026-08-27T23:01:05.560Z[ helios-setup] Aug 27 23:01:04.842 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35932026-08-27T23:01:05.618Z[ helios-setup] Aug 27 23:01:04.900 INFO building project "pilot" ok (49 seconds)
35942026-08-27T23:01:05.618Z[ helios-setup] Aug 27 23:01:04.900 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35952026-08-27T23:01:05.628Z[ helios-setup] Aug 27 23:01:04.910 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
35962026-08-27T23:01:05.628Z[ helios-setup] Aug 27 23:01:04.910 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35972026-08-27T23:01:05.628Z[ helios-setup] Aug 27 23:01:04.910 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35982026-08-27T23:01:05.766Z[ helios-setup] Aug 27 23:01:05.029 INFO E| Blocking waiting for file lock on package cache
35992026-08-27T23:01:06.018Z[ host-package] Compiling slog-stdlog v4.1.1
36002026-08-27T23:01:06.172Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36012026-08-27T23:01:06.454Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36022026-08-27T23:01:06.529Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36032026-08-27T23:01:06.676Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36042026-08-27T23:01:06.951Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36052026-08-27T23:01:07.632Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36062026-08-27T23:01:07.840Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36072026-08-27T23:01:09.563Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36082026-08-27T23:01:09.898Z[ helios-setup] Aug 27 23:01:09.180 INFO E| Downloading crates ...
36092026-08-27T23:01:09.955Z[ helios-setup] Aug 27 23:01:09.236 INFO E| Downloaded errno v0.3.12
36102026-08-27T23:01:09.967Z[ helios-setup] Aug 27 23:01:09.249 INFO E| Downloaded time-core v0.1.4
36112026-08-27T23:01:09.974Z[ helios-setup] Aug 27 23:01:09.256 INFO E| Downloaded deranged v0.4.0
36122026-08-27T23:01:09.979Z[ helios-setup] Aug 27 23:01:09.261 INFO E| Downloaded serde_with_macros v3.12.0
36132026-08-27T23:01:09.984Z[ helios-setup] Aug 27 23:01:09.265 INFO E| Downloaded time-macros v0.2.22
36142026-08-27T23:01:09.988Z[ helios-setup] Aug 27 23:01:09.268 INFO E| Downloaded iana-time-zone v0.1.63
36152026-08-27T23:01:09.991Z[ helios-setup] Aug 27 23:01:09.272 INFO E| Downloaded bitflags v2.9.1
36162026-08-27T23:01:09.995Z[ helios-setup] Aug 27 23:01:09.275 INFO E| Downloaded tempfile v3.20.0
36172026-08-27T23:01:09.995Z[ helios-setup] Aug 27 23:01:09.277 INFO E| Downloaded anyhow v1.0.98
36182026-08-27T23:01:10.004Z[ helios-setup] Aug 27 23:01:09.279 INFO E| Downloaded getrandom v0.3.3
36192026-08-27T23:01:10.004Z[ helios-setup] Aug 27 23:01:09.284 INFO E| Downloaded indexmap v2.9.0
36202026-08-27T23:01:10.013Z[ helios-setup] Aug 27 23:01:09.295 INFO E| Downloaded time v0.3.41
36212026-08-27T23:01:10.018Z[ helios-setup] Aug 27 23:01:09.300 INFO E| Downloaded serde_with v3.12.0
36222026-08-27T23:01:10.023Z[ helios-setup] Aug 27 23:01:09.305 INFO E| Downloaded hashbrown v0.15.3
36232026-08-27T23:01:10.044Z[ helios-setup] Aug 27 23:01:09.325 INFO E| Downloaded chrono v0.4.41
36242026-08-27T23:01:10.047Z[ helios-setup] Aug 27 23:01:09.329 INFO E| Downloaded rustix v1.0.7
36252026-08-27T23:01:10.115Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling proc-macro2 v1.0.95
36262026-08-27T23:01:10.115Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling unicode-ident v1.0.18
36272026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling libc v0.2.172
36282026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling ident_case v1.0.1
36292026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling fnv v1.0.7
36302026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling strsim v0.11.1
36312026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling serde v1.0.219
36322026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling getrandom v0.3.3
36332026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.397 INFO E| Compiling rustix v1.0.7
36342026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.398 INFO E| Compiling serde_json v1.0.140
36352026-08-27T23:01:10.120Z[ helios-setup] Aug 27 23:01:09.398 INFO E| Compiling thiserror v2.0.12
36362026-08-27T23:01:10.153Z[ helios-setup] Aug 27 23:01:09.435 INFO E| Compiling cfg-if v1.0.0
36372026-08-27T23:01:10.153Z[ helios-setup] Aug 27 23:01:09.435 INFO E| Compiling anyhow v1.0.98
36382026-08-27T23:01:10.156Z[ helios-setup] Aug 27 23:01:09.435 INFO E| Compiling bitflags v2.9.1
36392026-08-27T23:01:10.156Z[ helios-setup] Aug 27 23:01:09.435 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36402026-08-27T23:01:10.171Z[ helios-setup] Aug 27 23:01:09.452 INFO E| Compiling itoa v1.0.15
36412026-08-27T23:01:10.782Z[ helios-setup] Aug 27 23:01:10.063 INFO E| Compiling fastrand v2.3.0
36422026-08-27T23:01:10.786Z[ helios-setup] Aug 27 23:01:10.065 INFO E| Compiling memchr v2.7.4
36432026-08-27T23:01:10.786Z[ helios-setup] Aug 27 23:01:10.065 INFO E| Compiling once_cell v1.21.3
36442026-08-27T23:01:10.805Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36452026-08-27T23:01:10.813Z[ helios-setup] Aug 27 23:01:10.090 INFO E| Compiling ryu v1.0.20
36462026-08-27T23:01:11.236Z[ helios-setup] Aug 27 23:01:10.518 INFO E| Compiling errno v0.3.12
36472026-08-27T23:01:12.103Z[ helios-setup] Aug 27 23:01:11.384 INFO E| Compiling quote v1.0.40
36482026-08-27T23:01:12.227Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36492026-08-27T23:01:12.310Z[ helios-setup] Aug 27 23:01:11.591 INFO E| Compiling syn v2.0.101
36502026-08-27T23:01:12.394Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36512026-08-27T23:01:12.810Z[ helios-setup] Aug 27 23:01:12.091 INFO E| Compiling tempfile v3.20.0
36522026-08-27T23:01:12.968Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36532026-08-27T23:01:13.948Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36542026-08-27T23:01:14.913Z[ helios-setup] Aug 27 23:01:14.195 INFO E| Compiling darling_core v0.20.11
36552026-08-27T23:01:15.149Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36562026-08-27T23:01:16.025Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36572026-08-27T23:01:16.253Z[ helios-setup] Aug 27 23:01:15.503 INFO E| Compiling serde_derive v1.0.219
36582026-08-27T23:01:16.254Z[ helios-setup] Aug 27 23:01:15.503 INFO E| Compiling thiserror-impl v2.0.12
36592026-08-27T23:01:16.529Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36602026-08-27T23:01:16.889Z[ helios-setup] Aug 27 23:01:16.171 INFO E| Compiling darling_macro v0.20.11
36612026-08-27T23:01:17.645Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36622026-08-27T23:01:17.699Z[ helios-setup] Aug 27 23:01:16.981 INFO E| Compiling darling v0.20.11
36632026-08-27T23:01:17.803Z[ helios-setup] Aug 27 23:01:17.085 INFO E| Compiling serde_with_macros v3.12.0
36642026-08-27T23:01:17.903Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36652026-08-27T23:01:18.655Z[ host-package] Compiling signal-hook-tokio v0.3.1
36662026-08-27T23:01:18.752Z[ host-package] Compiling fatfs v0.3.6
36672026-08-27T23:01:18.808Z[ host-package] Compiling yasna v0.5.2
36682026-08-27T23:01:18.976Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36692026-08-27T23:01:20.116Z[ host-package] Compiling assert_matches v1.5.0
36702026-08-27T23:01:20.245Z[ host-package] Compiling seq-macro v0.3.6
36712026-08-27T23:01:20.291Z[ host-package] Compiling rcgen v0.12.1
36722026-08-27T23:01:20.487Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36732026-08-27T23:01:21.871Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36742026-08-27T23:01:21.969Z[ helios-setup] Aug 27 23:01:21.251 INFO E| Compiling serde_with v3.12.0
36752026-08-27T23:01:22.660Z[ host-package] Compiling slog-envlogger v2.2.0
36762026-08-27T23:01:22.886Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36772026-08-27T23:01:23.399Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36782026-08-27T23:01:24.006Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36792026-08-27T23:01:24.157Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36802026-08-27T23:01:24.464Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36812026-08-27T23:01:24.811Z[ host-package] Compiling port-file v0.1.0
36822026-08-27T23:01:25.102Z[ host-package] Compiling subprocess v0.2.15
36832026-08-27T23:01:25.285Z[ host-package] Compiling rtoolbox v0.0.3
36842026-08-27T23:01:25.872Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36852026-08-27T23:01:25.913Z[ host-package] Compiling rpassword v7.5.4
36862026-08-27T23:01:26.367Z[ helios-setup] Aug 27 23:01:25.649 INFO E| Finished `release` profile [optimized] target(s) in 20.72s
36872026-08-27T23:01:26.390Z[ helios-setup] Aug 27 23:01:25.672 INFO building project "dmar-report" ok (20 seconds)
36882026-08-27T23:01:26.390Z[ helios-setup] Aug 27 23:01:25.672 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36892026-08-27T23:01:26.399Z[ helios-setup] Aug 27 23:01:25.681 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36902026-08-27T23:01:26.400Z[ helios-setup] Aug 27 23:01:25.681 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36912026-08-27T23:01:26.400Z[ helios-setup] Aug 27 23:01:25.681 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36922026-08-27T23:01:26.516Z[ helios-setup] Aug 27 23:01:25.797 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36932026-08-27T23:01:26.654Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36942026-08-27T23:01:26.877Z[ helios-setup] Aug 27 23:01:26.158 INFO E| From https://github.com/jclulow/rust-jmclib
36952026-08-27T23:01:26.877Z[ helios-setup] Aug 27 23:01:26.158 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36962026-08-27T23:01:26.888Z[ helios-setup] Aug 27 23:01:26.169 INFO E| Updating crates.io index
36972026-08-27T23:01:26.941Z[ helios-setup] Aug 27 23:01:26.219 INFO E| Downloading crates ...
36982026-08-27T23:01:26.984Z[ helios-setup] Aug 27 23:01:26.265 INFO E| Downloaded digest v0.9.0
36992026-08-27T23:01:26.993Z[ helios-setup] Aug 27 23:01:26.274 INFO E| Downloaded serde_derive v1.0.193
37002026-08-27T23:01:26.997Z[ helios-setup] Aug 27 23:01:26.276 INFO E| Downloaded getrandom v0.2.10
37012026-08-27T23:01:27.004Z[ helios-setup] Aug 27 23:01:26.279 INFO E| Downloaded walkdir v2.3.3
37022026-08-27T23:01:27.027Z[ helios-setup] Aug 27 23:01:26.286 INFO E| Downloaded tempfile v3.7.0
37032026-08-27T23:01:27.028Z[ helios-setup] Aug 27 23:01:26.289 INFO E| Downloaded serde v1.0.193
37042026-08-27T23:01:27.032Z[ helios-setup] Aug 27 23:01:26.291 INFO E| Downloaded proc-macro2 v1.0.66
37052026-08-27T23:01:27.032Z[ helios-setup] Aug 27 23:01:26.292 INFO E| Downloaded md-5 v0.9.1
37062026-08-27T23:01:27.032Z[ helios-setup] Aug 27 23:01:26.304 INFO E| Downloaded fastrand v2.0.0
37072026-08-27T23:01:27.032Z[ helios-setup] Aug 27 23:01:26.308 INFO E| Downloaded sha-1 v0.9.8
37082026-08-27T23:01:27.032Z[ helios-setup] Aug 27 23:01:26.311 INFO E| Downloaded serde_json v1.0.103
37092026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.315 INFO E| Downloaded uuid v0.8.2
37102026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.317 INFO E| Downloaded glob v0.3.1
37112026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.318 INFO E| Downloaded unicode-width v0.1.10
37122026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.318 INFO E| Downloaded typenum v1.16.0
37132026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.321 INFO E| Downloaded anyhow v1.0.72
37142026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.324 INFO E| Downloaded libdevinfo-sys v1.0.0
37152026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.324 INFO E| Downloaded cpufeatures v0.2.9
37162026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.325 INFO E| Downloaded toml v0.5.11
37172026-08-27T23:01:27.054Z[ helios-setup] Aug 27 23:01:26.326 INFO E| Downloaded errno v0.3.1
37182026-08-27T23:01:27.055Z[ helios-setup] Aug 27 23:01:26.329 INFO E| Downloaded block-buffer v0.9.0
37192026-08-27T23:01:27.060Z[ helios-setup] Aug 27 23:01:26.338 INFO E| Downloaded once_cell v1.18.0
37202026-08-27T23:01:27.065Z[ helios-setup] Aug 27 23:01:26.344 INFO E| Downloaded quote v1.0.31
37212026-08-27T23:01:27.085Z[ helios-setup] Aug 27 23:01:26.351 INFO E| Downloaded bitflags v2.3.3
37222026-08-27T23:01:27.085Z[ helios-setup] Aug 27 23:01:26.353 INFO E| Downloaded unicode-ident v1.0.11
37232026-08-27T23:01:27.119Z[ helios-setup] Aug 27 23:01:26.390 INFO E| Downloaded rustix v0.38.4
37242026-08-27T23:01:27.131Z[ helios-setup] Aug 27 23:01:26.402 INFO E| Downloaded syn v2.0.32
37252026-08-27T23:01:27.160Z[ helios-setup] Aug 27 23:01:26.425 INFO E| Downloaded libc v0.2.147
37262026-08-27T23:01:27.220Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling libc v0.2.147
37272026-08-27T23:01:27.220Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling proc-macro2 v1.0.66
37282026-08-27T23:01:27.220Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling cfg-if v1.0.0
37292026-08-27T23:01:27.245Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling unicode-ident v1.0.11
37302026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling typenum v1.16.0
37312026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling version_check v0.9.4
37322026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling serde v1.0.193
37332026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling time-core v0.1.2
37342026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling num-conv v0.1.0
37352026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling slog v2.7.0
37362026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling itoa v1.0.9
37372026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling rustix v0.38.4
37382026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling powerfmt v0.2.0
37392026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling num_threads v0.1.6
37402026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.490 INFO E| Compiling bitflags v2.3.3
37412026-08-27T23:01:27.246Z[ helios-setup] Aug 27 23:01:26.491 INFO E| Compiling once_cell v1.18.0
37422026-08-27T23:01:27.497Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37432026-08-27T23:01:27.680Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37442026-08-27T23:01:27.831Z[ helios-setup] Aug 27 23:01:27.112 INFO E| Compiling serde_json v1.0.103
37452026-08-27T23:01:27.858Z[ helios-setup] Aug 27 23:01:27.139 INFO E| Compiling fastrand v2.0.0
37462026-08-27T23:01:27.963Z[ helios-setup] Aug 27 23:01:27.245 INFO E| Compiling opaque-debug v0.3.0
37472026-08-27T23:01:28.076Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37482026-08-27T23:01:28.149Z[ helios-setup] Aug 27 23:01:27.431 INFO E| Compiling anyhow v1.0.72
37492026-08-27T23:01:28.172Z[ helios-setup] Aug 27 23:01:27.451 INFO E| Compiling time-macros v0.2.18
37502026-08-27T23:01:28.267Z[ helios-setup] Aug 27 23:01:27.548 INFO E| Compiling thread_local v1.1.7
37512026-08-27T23:01:28.330Z[ helios-setup] Aug 27 23:01:27.611 INFO E| Compiling deranged v0.3.11
37522026-08-27T23:01:28.384Z[ helios-setup] Aug 27 23:01:27.651 INFO E| Compiling unicode-width v0.1.10
37532026-08-27T23:01:28.541Z[ helios-setup] Aug 27 23:01:27.822 INFO E| Compiling ryu v1.0.15
37542026-08-27T23:01:28.554Z[ helios-setup] Aug 27 23:01:27.836 INFO E| Compiling same-file v1.0.6
37552026-08-27T23:01:28.606Z[ helios-setup] Aug 27 23:01:27.887 INFO E| Compiling generic-array v0.14.7
37562026-08-27T23:01:28.663Z[ helios-setup] Aug 27 23:01:27.945 INFO E| Compiling cpufeatures v0.2.9
37572026-08-27T23:01:28.690Z[ helios-setup] Aug 27 23:01:27.969 INFO E| Compiling getopts v0.2.21
37582026-08-27T23:01:28.769Z[ helios-setup] Aug 27 23:01:28.030 INFO E| Compiling walkdir v2.3.3
37592026-08-27T23:01:28.786Z[ helios-setup] Aug 27 23:01:28.067 INFO E| Compiling glob v0.3.1
37602026-08-27T23:01:28.802Z[ helios-setup] Aug 27 23:01:28.083 INFO E| Compiling libdevinfo-sys v1.0.0
37612026-08-27T23:01:28.923Z[ helios-setup] Aug 27 23:01:28.204 INFO E| Compiling dirs-sys-next v0.1.2
37622026-08-27T23:01:28.923Z[ helios-setup] Aug 27 23:01:28.204 INFO E| Compiling errno v0.3.1
37632026-08-27T23:01:28.927Z[ helios-setup] Aug 27 23:01:28.209 INFO E| Compiling atty v0.2.14
37642026-08-27T23:01:28.947Z[ helios-setup] Aug 27 23:01:28.229 INFO E| Compiling getrandom v0.2.10
37652026-08-27T23:01:29.227Z[ helios-setup] Aug 27 23:01:28.509 INFO E| Compiling dirs-next v2.0.0
37662026-08-27T23:01:29.310Z[ helios-setup] Aug 27 23:01:28.590 INFO E| Compiling term v0.7.0
37672026-08-27T23:01:29.657Z[ helios-setup] Aug 27 23:01:28.937 INFO E| Compiling quote v1.0.31
37682026-08-27T23:01:29.950Z[ helios-setup] Aug 27 23:01:29.232 INFO E| Compiling time v0.3.36
37692026-08-27T23:01:30.005Z[ helios-setup] Aug 27 23:01:29.287 INFO E| Compiling syn v2.0.32
37702026-08-27T23:01:30.113Z[ helios-setup] Aug 27 23:01:29.394 INFO E| Compiling tempfile v3.7.0
37712026-08-27T23:01:30.348Z[ helios-setup] Aug 27 23:01:29.630 INFO E| Compiling digest v0.9.0
37722026-08-27T23:01:30.348Z[ helios-setup] Aug 27 23:01:29.630 INFO E| Compiling block-buffer v0.9.0
37732026-08-27T23:01:30.465Z[ helios-setup] Aug 27 23:01:29.747 INFO E| Compiling sha-1 v0.9.8
37742026-08-27T23:01:30.465Z[ helios-setup] Aug 27 23:01:29.747 INFO E| Compiling md-5 v0.9.1
37752026-08-27T23:01:31.025Z[ helios-setup] Aug 27 23:01:30.307 INFO E| Compiling slog-term v2.9.0
37762026-08-27T23:01:31.205Z[ host-package] Compiling tui-tree-widget v0.23.1
37772026-08-27T23:01:31.548Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37782026-08-27T23:01:31.824Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37792026-08-27T23:01:31.972Z[ helios-setup] Aug 27 23:01:31.254 INFO E| Compiling serde_derive v1.0.193
37802026-08-27T23:01:32.627Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37812026-08-27T23:01:33.268Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37822026-08-27T23:01:35.213Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37832026-08-27T23:01:35.454Z[ host-package] Compiling uzers v0.12.2
37842026-08-27T23:01:35.589Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37852026-08-27T23:01:36.303Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37862026-08-27T23:01:36.538Z[ helios-setup] Aug 27 23:01:35.820 INFO E| Compiling toml v0.5.11
37872026-08-27T23:01:36.542Z[ helios-setup] Aug 27 23:01:35.820 INFO E| Compiling uuid v0.8.2
37882026-08-27T23:01:36.979Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37892026-08-27T23:01:37.375Z[ helios-setup] Aug 27 23:01:36.657 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37902026-08-27T23:01:37.757Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37912026-08-27T23:01:38.054Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37922026-08-27T23:01:38.100Z[ host-package] Compiling support-bundle-viewer v0.1.2
37932026-08-27T23:01:38.141Z[ helios-setup] Aug 27 23:01:37.422 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37942026-08-27T23:01:40.111Z[ host-package] Compiling multimap v0.10.1
37952026-08-27T23:01:43.057Z[ helios-setup] Aug 27 23:01:42.338 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s
37962026-08-27T23:01:43.081Z[ helios-setup] Aug 27 23:01:42.363 INFO building project "image-builder" ok (16 seconds)
37972026-08-27T23:01:43.081Z[ helios-setup] Aug 27 23:01:42.363 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37982026-08-27T23:01:43.091Z[ helios-setup] Aug 27 23:01:42.373 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37992026-08-27T23:01:43.091Z[ helios-setup] Aug 27 23:01:42.373 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
38002026-08-27T23:01:43.097Z[ helios-setup] Aug 27 23:01:42.373 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
38012026-08-27T23:01:43.294Z[ helios-setup] Aug 27 23:01:42.574 INFO E| Downloading crates ...
38022026-08-27T23:01:43.345Z[ helios-setup] Aug 27 23:01:42.626 INFO E| Downloaded adler2 v2.0.0
38032026-08-27T23:01:43.357Z[ helios-setup] Aug 27 23:01:42.636 INFO E| Downloaded miniz_oxide v0.8.8
38042026-08-27T23:01:43.399Z[ helios-setup] Aug 27 23:01:42.680 INFO E| Compiling adler2 v2.0.0
38052026-08-27T23:01:43.514Z[ helios-setup] Aug 27 23:01:42.795 INFO E| Compiling miniz_oxide v0.8.8
38062026-08-27T23:01:44.802Z[ helios-setup] Aug 27 23:01:44.083 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38072026-08-27T23:01:45.281Z[ helios-setup] Aug 27 23:01:44.562 INFO E| Finished `release` profile [optimized] target(s) in 2.17s
38082026-08-27T23:01:45.292Z[ helios-setup] Aug 27 23:01:44.574 INFO building project "pinprick" ok (2 seconds)
38092026-08-27T23:01:45.292Z[ helios-setup] Aug 27 23:01:44.574 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38102026-08-27T23:01:45.302Z[ helios-setup] Aug 27 23:01:44.583 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38112026-08-27T23:01:45.302Z[ helios-setup] Aug 27 23:01:44.583 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38122026-08-27T23:01:45.302Z[ helios-setup] Aug 27 23:01:44.583 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38132026-08-27T23:01:45.418Z[ helios-setup] Aug 27 23:01:44.700 INFO E| Downloading crates ...
38142026-08-27T23:01:45.476Z[ helios-setup] Aug 27 23:01:44.758 INFO E| Downloaded miniz_oxide v0.6.2
38152026-08-27T23:01:45.480Z[ helios-setup] Aug 27 23:01:44.759 INFO E| Downloaded generic-array v0.14.6
38162026-08-27T23:01:45.480Z[ helios-setup] Aug 27 23:01:44.760 INFO E| Downloaded digest v0.10.3
38172026-08-27T23:01:45.480Z[ helios-setup] Aug 27 23:01:44.761 INFO E| Downloaded cpufeatures v0.2.5
38182026-08-27T23:01:45.484Z[ helios-setup] Aug 27 23:01:44.765 INFO E| Downloaded block-buffer v0.10.3
38192026-08-27T23:01:45.492Z[ helios-setup] Aug 27 23:01:44.772 INFO E| Downloaded sha2 v0.10.5
38202026-08-27T23:01:45.496Z[ helios-setup] Aug 27 23:01:44.774 INFO E| Downloaded flate2 v1.0.25
38212026-08-27T23:01:45.499Z[ helios-setup] Aug 27 23:01:44.778 INFO E| Downloaded bytes v1.2.1
38222026-08-27T23:01:45.499Z[ helios-setup] Aug 27 23:01:44.780 INFO E| Downloaded typenum v1.15.0
38232026-08-27T23:01:45.499Z[ helios-setup] Aug 27 23:01:44.781 INFO E| Downloaded anyhow v1.0.62
38242026-08-27T23:01:45.547Z[ helios-setup] Aug 27 23:01:44.829 INFO E| Compiling typenum v1.15.0
38252026-08-27T23:01:45.547Z[ helios-setup] Aug 27 23:01:44.829 INFO E| Compiling version_check v0.9.4
38262026-08-27T23:01:45.547Z[ helios-setup] Aug 27 23:01:44.829 INFO E| Compiling crc32fast v1.3.2
38272026-08-27T23:01:45.554Z[ helios-setup] Aug 27 23:01:44.835 INFO E| Compiling cfg-if v1.0.0
38282026-08-27T23:01:45.554Z[ helios-setup] Aug 27 23:01:44.835 INFO E| Compiling anyhow v1.0.62
38292026-08-27T23:01:45.558Z[ helios-setup] Aug 27 23:01:44.836 INFO E| Compiling adler v1.0.2
38302026-08-27T23:01:45.558Z[ helios-setup] Aug 27 23:01:44.836 INFO E| Compiling unicode-width v0.1.10
38312026-08-27T23:01:45.558Z[ helios-setup] Aug 27 23:01:44.836 INFO E| Compiling cpufeatures v0.2.5
38322026-08-27T23:01:45.558Z[ helios-setup] Aug 27 23:01:44.836 INFO E| Compiling bytes v1.2.1
38332026-08-27T23:01:45.558Z[ helios-setup] Aug 27 23:01:44.836 INFO E| Compiling bitflags v1.3.2
38342026-08-27T23:01:45.699Z[ helios-setup] Aug 27 23:01:44.965 INFO E| Compiling getopts v0.2.21
38352026-08-27T23:01:45.780Z[ helios-setup] Aug 27 23:01:45.059 INFO E| Compiling miniz_oxide v0.6.2
38362026-08-27T23:01:45.930Z[ helios-setup] Aug 27 23:01:45.211 INFO E| Compiling generic-array v0.14.6
38372026-08-27T23:01:46.281Z[ helios-setup] Aug 27 23:01:45.562 INFO E| Compiling flate2 v1.0.25
38382026-08-27T23:01:47.010Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38392026-08-27T23:01:48.072Z[ helios-setup] Aug 27 23:01:47.352 INFO E| Compiling block-buffer v0.10.3
38402026-08-27T23:01:48.072Z[ helios-setup] Aug 27 23:01:47.353 INFO E| Compiling crypto-common v0.1.6
38412026-08-27T23:01:48.252Z[ helios-setup] Aug 27 23:01:47.533 INFO E| Compiling digest v0.10.3
38422026-08-27T23:01:48.426Z[ helios-setup] Aug 27 23:01:47.707 INFO E| Compiling sha2 v0.10.5
38432026-08-27T23:01:48.694Z[ helios-setup] Aug 27 23:01:47.970 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38442026-08-27T23:01:51.071Z[ helios-setup] Aug 27 23:01:50.339 INFO E| Finished `release` profile [optimized] target(s) in 5.74s
38452026-08-27T23:01:51.078Z[ helios-setup] Aug 27 23:01:50.352 INFO building project "bootserver" ok (5 seconds)
38462026-08-27T23:01:51.078Z[ helios-setup] rm -f helios-build
38472026-08-27T23:01:51.085Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38482026-08-27T23:01:51.085Z[ helios-setup]
38492026-08-27T23:01:51.085Z[ helios-setup] Setup complete! ./helios-build is now available.
38502026-08-27T23:01:51.085Z[ helios-setup]
38512026-08-27T23:01:51.085Z[ helios-setup]
38522026-08-27T23:01:51.085Z[ helios-setup] real 3:10.810386966
38532026-08-27T23:01:51.085Z[ helios-setup] user 7:05.308170532
38542026-08-27T23:01:51.085Z[ helios-setup] sys 1:22.682537571
38552026-08-27T23:01:51.085Z[ helios-setup] trap 0.524510573
38562026-08-27T23:01:51.085Z[ helios-setup] tflt 2.876792155
38572026-08-27T23:01:51.085Z[ helios-setup] dflt 9.254156637
38582026-08-27T23:01:51.086Z[ helios-setup] kflt 0.005539201
38592026-08-27T23:01:51.086Z[ helios-setup] lock 58:01.249257178
38602026-08-27T23:01:51.086Z[ helios-setup] slp 39:43.560570850
38612026-08-27T23:01:51.086Z[ helios-setup] lat 7:31.842512894
38622026-08-27T23:01:51.086Z[ helios-setup] stop 1:52.776580335
38632026-08-27T23:01:51.086ZAug 27 23:01:50.362 INFO [helios-setup] process exited with exit status: 0 (190.813502668s)
38642026-08-27T23:01:51.086ZAug 27 23:01:50.362 INFO [helios-record] running task
38652026-08-27T23:01:51.086ZAug 27 23:01:50.362 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38662026-08-27T23:01:51.125ZAug 27 23:01:50.367 DEBG process exited with exit status: 0 (4.230782ms)
38672026-08-27T23:01:51.126ZAug 27 23:01:50.367 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38682026-08-27T23:01:51.126ZAug 27 23:01:50.371 DEBG process exited with exit status: 0 (4.008461ms)
38692026-08-27T23:01:51.126ZAug 27 23:01:50.371 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38702026-08-27T23:01:51.229ZAug 27 23:01:50.375 DEBG process exited with exit status: 0 (3.755531ms)
38712026-08-27T23:01:51.229ZAug 27 23:01:50.375 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38722026-08-27T23:01:51.229ZAug 27 23:01:50.378 DEBG process exited with exit status: 0 (3.576452ms)
38732026-08-27T23:01:51.229ZAug 27 23:01:50.378 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38742026-08-27T23:01:51.229ZAug 27 23:01:50.382 DEBG process exited with exit status: 0 (3.470891ms)
38752026-08-27T23:01:51.229ZAug 27 23:01:50.382 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38762026-08-27T23:01:51.230ZAug 27 23:01:50.385 DEBG process exited with exit status: 0 (3.326631ms)
38772026-08-27T23:01:51.230ZAug 27 23:01:50.385 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38782026-08-27T23:01:51.230ZAug 27 23:01:50.388 DEBG process exited with exit status: 0 (3.394552ms)
38792026-08-27T23:01:51.230ZAug 27 23:01:50.388 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38802026-08-27T23:01:51.230ZAug 27 23:01:50.392 DEBG process exited with exit status: 0 (3.575561ms)
38812026-08-27T23:01:51.230ZAug 27 23:01:50.392 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38822026-08-27T23:01:51.230ZAug 27 23:01:50.395 DEBG process exited with exit status: 0 (3.184661ms)
38832026-08-27T23:01:51.230ZAug 27 23:01:50.396 INFO [helios-record] task succeeded (33.295202ms)
38842026-08-27T23:01:54.820Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38852026-08-27T23:01:57.557Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38862026-08-27T23:02:02.417Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38872026-08-27T23:02:02.710Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38882026-08-27T23:14:47.212Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 26s
38892026-08-27T23:14:47.223Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38902026-08-27T23:14:47.224Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38912026-08-27T23:15:49.637ZAug 27 23:15:48.912 INFO [host-package] process exited with exit status: 0 (988.894126285s)
38922026-08-27T23:15:49.637ZAug 27 23:15:48.912 INFO [host-libraries] running task
38932026-08-27T23:15:49.637ZAug 27 23:15:48.912 INFO [host-stamp] running task
38942026-08-27T23:15:49.641ZAug 27 23:15:48.914 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+git954f157ac98
38952026-08-27T23:15:49.641ZAug 27 23:15:48.914 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+git954f157ac98
38962026-08-27T23:15:49.641ZAug 27 23:15:48.915 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+git954f157ac98
38972026-08-27T23:15:49.641ZAug 27 23:15:48.915 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+git954f157ac98
38982026-08-27T23:15:49.641ZAug 27 23:15:48.915 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+git954f157ac98
38992026-08-27T23:15:49.641ZAug 27 23:15:48.915 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+git954f157ac98
39002026-08-27T23:15:49.641ZAug 27 23:15:48.916 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+git954f157ac98
39012026-08-27T23:15:49.641ZAug 27 23:15:48.916 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+git954f157ac98
39022026-08-27T23:15:49.648Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-27T23:15:49.648Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-27T23:15:49.651Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-27T23:15:49.652Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-27T23:15:49.652Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-27T23:15:49.652Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-27T23:15:49.652Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-27T23:15:49.652Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-27T23:15:49.652Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39112026-08-27T23:15:49.652ZAug 27 23:15:48.927 INFO [stamp-overlay] process exited with exit status: 0 (12.184685ms)
39122026-08-27T23:15:49.657Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39132026-08-27T23:15:49.661ZAug 27 23:15:48.937 INFO [stamp-oxlog] process exited with exit status: 0 (22.384228ms)
39142026-08-27T23:15:49.691Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39152026-08-27T23:15:49.695ZAug 27 23:15:48.972 INFO [stamp-crucible-utils] process exited with exit status: 0 (57.287291ms)
39162026-08-27T23:15:49.707Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39172026-08-27T23:15:49.711ZAug 27 23:15:48.988 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (72.621887ms)
39182026-08-27T23:15:49.861Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39192026-08-27T23:15:49.866ZAug 27 23:15:49.139 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (224.123352ms)
39202026-08-27T23:15:50.192Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39212026-08-27T23:15:50.196ZAug 27 23:15:49.473 INFO [stamp-propolis-server] process exited with exit status: 0 (557.695895ms)
39222026-08-27T23:15:50.286Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39232026-08-27T23:15:50.293ZAug 27 23:15:49.568 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (653.550339ms)
39242026-08-27T23:15:51.442ZAug 27 23:15:50.720 INFO [host-libraries] task succeeded (1.808249612s)
39252026-08-27T23:15:51.446ZAug 27 23:15:50.720 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39262026-08-27T23:15:51.449Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39272026-08-27T23:15:52.390Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39282026-08-27T23:15:53.211Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39292026-08-27T23:15:56.953Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39302026-08-27T23:15:56.957ZAug 27 23:15:56.235 INFO [stamp-switch-asic] process exited with exit status: 0 (7.319891149s)
39312026-08-27T23:15:56.957ZAug 27 23:15:56.235 INFO [host-stamp] task succeeded (7.32291052s)
39322026-08-27T23:15:56.960ZAug 27 23:15:56.235 INFO [host-proto] running task
39332026-08-27T23:15:57.470ZAug 27 23:15:56.747 INFO [host-proto] task succeeded (512.491788ms)
39342026-08-27T23:15:57.470ZAug 27 23:15:56.747 INFO [host-profile] running task
39352026-08-27T23:15:57.473ZAug 27 23:15:56.748 INFO [host-profile] task succeeded (198.1µs)
39362026-08-27T23:15:57.473ZAug 27 23:15:56.748 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/.tmpMUjC3W/proto/host/root -N 'ci 954f157/${os_short_commit} 2026-08-27 22:58' -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/'
39372026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.753 INFO Checking files for board 'cosmo'
39382026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39392026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39402026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO Checking files for board 'gimlet'
39412026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39422026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39432026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO Checking files for board 'cosmo-mbist'
39442026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39452026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO Checking files for board 'cosmo-mbist-noaggr'
39462026-08-27T23:15:57.479Z[ host-image] Aug 27 23:15:56.754 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39472026-08-27T23:15:57.485Z[ host-image] Aug 27 23:15:56.763 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpMUjC3W/proto/host/root"
39482026-08-27T23:15:57.485Z[ host-image] Aug 27 23:15:56.763 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39492026-08-27T23:15:57.489Z[ host-image] Aug 27 23:15:56.763 INFO image builder template: ramdisk-01-os...
39502026-08-27T23:15:57.489Z[ host-image] Aug 27 23:15:56.763 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/.tmpMUjC3W/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39512026-08-27T23:15:57.498Z[ host-image] Aug 27 23:15:56.776 INFO O| Aug 27 23:15:56.776 INFO CREATE DATASET: rpool/images/build/host/output
39522026-08-27T23:15:58.687Z[ host-image] Aug 27 23:15:57.965 INFO O| Aug 27 23:15:57.965 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39532026-08-27T23:15:58.691Z[ host-image] Aug 27 23:15:57.967 INFO O| Aug 27 23:15:57.967 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39542026-08-27T23:15:58.961Z[ host-image] Aug 27 23:15:58.239 INFO O| Aug 27 23:15:58.239 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39552026-08-27T23:15:59.014Z[ host-image] Aug 27 23:15:58.292 INFO O| Aug 27 23:15:58.292 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39562026-08-27T23:15:59.014Z[ host-image] Aug 27 23:15:58.292 INFO O| Aug 27 23:15:58.292 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39572026-08-27T23:15:59.018Z[ host-image] Aug 27 23:15:58.292 INFO O| Aug 27 23:15:58.292 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39582026-08-27T23:15:59.018Z[ host-image] Aug 27 23:15:58.292 INFO O| Aug 27 23:15:58.292 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39592026-08-27T23:15:59.022Z[ host-image] Aug 27 23:15:58.297 INFO O| Aug 27 23:15:58.297 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39602026-08-27T23:15:59.239Z[ host-image] Aug 27 23:15:58.517 INFO O| Aug 27 23:15:58.517 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-27T23:15:59.248Z[ host-image] Aug 27 23:15:58.525 INFO O| Aug 27 23:15:58.525 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39622026-08-27T23:15:59.528Z[ host-image] Aug 27 23:15:58.805 INFO O| Aug 27 23:15:58.805 INFO O| Caching catalogs ... Done
39632026-08-27T23:15:59.602Z[ host-image] Aug 27 23:15:58.879 INFO O| Aug 27 23:15:58.879 INFO STEP 0 (pkg_image_create) COMPLETE
39642026-08-27T23:15:59.602Z[ host-image] Aug 27 23:15:58.879 INFO O| Aug 27 23:15:58.879 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-27T23:15:59.609Z[ host-image] Aug 27 23:15:58.887 INFO O| Aug 27 23:15:58.886 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"]
39662026-08-27T23:15:59.866Z[ host-image] Aug 27 23:15:59.143 INFO O| Aug 27 23:15:59.143 INFO STEP 1 (pkg_set_publisher) COMPLETE
39672026-08-27T23:15:59.866Z[ host-image] Aug 27 23:15:59.144 INFO O| Aug 27 23:15:59.143 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-27T23:15:59.869Z[ host-image] Aug 27 23:15:59.144 INFO O| Aug 27 23:15:59.143 INFO skip step because feature "publisher_1_name" is not enabled
39692026-08-27T23:15:59.869Z[ host-image] Aug 27 23:15:59.144 INFO O| Aug 27 23:15:59.143 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-27T23:15:59.869Z[ host-image] Aug 27 23:15:59.144 INFO O| Aug 27 23:15:59.143 INFO skip step because feature "publisher_2_name" is not enabled
39712026-08-27T23:15:59.869Z[ host-image] Aug 27 23:15:59.144 INFO O| Aug 27 23:15:59.143 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-27T23:15:59.870Z[ host-image] Aug 27 23:15:59.144 INFO O| Aug 27 23:15:59.144 INFO skip step because feature "publisher_3_name" is not enabled
39732026-08-27T23:15:59.870Z[ host-image] Aug 27 23:15:59.144 INFO O| Aug 27 23:15:59.144 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-08-27T23:16:00.110Z[ host-image] Aug 27 23:15:59.388 INFO O| Aug 27 23:15:59.388 INFO variant opensolaris.zone is already global
39752026-08-27T23:16:00.110Z[ host-image] Aug 27 23:15:59.388 INFO O| Aug 27 23:15:59.388 INFO STEP 5 (pkg_change_variant) COMPLETE
39762026-08-27T23:16:00.114Z[ host-image] Aug 27 23:15:59.388 INFO O| Aug 27 23:15:59.388 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-08-27T23:16:00.429Z[ host-image] Aug 27 23:15:59.707 INFO O| Aug 27 23:15:59.706 INFO variant opensolaris.imagetype is full; changing to partial
39782026-08-27T23:16:00.429Z[ host-image] Aug 27 23:15:59.707 INFO O| Aug 27 23:15:59.707 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39792026-08-27T23:16:02.433Z[ host-image] Aug 27 23:16:01.711 INFO O| Aug 27 23:16:01.710 INFO O| Startup: Refreshing catalog 'helios' ... Done
39802026-08-27T23:16:02.853Z[ host-image] Aug 27 23:16:02.131 INFO O| Aug 27 23:16:02.130 INFO O| Startup: Caching catalogs ... Done
39812026-08-27T23:16:02.869Z[ host-image] Aug 27 23:16:02.147 INFO O| Aug 27 23:16:02.147 INFO O| Planning: Planning completed in 0.00 seconds
39822026-08-27T23:16:02.872Z[ host-image] Aug 27 23:16:02.147 INFO O| Aug 27 23:16:02.147 INFO O| Planning: Consolidating action changes ... Done
39832026-08-27T23:16:02.873Z[ host-image] Aug 27 23:16:02.147 INFO O| Aug 27 23:16:02.147 INFO O| Planning: Evaluating mediators ... Done
39842026-08-27T23:16:02.873Z[ host-image] Aug 27 23:16:02.147 INFO O| Aug 27 23:16:02.147 INFO O| Planning: Planning completed in 0.00 seconds
39852026-08-27T23:16:02.873Z[ host-image] Aug 27 23:16:02.147 INFO O| Aug 27 23:16:02.147 INFO O| Variants/Facets to change: 1
39862026-08-27T23:16:02.878Z[ host-image] Aug 27 23:16:02.156 INFO O| Aug 27 23:16:02.156 INFO O| Finalize: Updating package state database ... Done
39872026-08-27T23:16:02.878Z[ host-image] Aug 27 23:16:02.156 INFO O| Aug 27 23:16:02.156 INFO O| Finalize: Updating package cache ... Done
39882026-08-27T23:16:02.949Z[ host-image] Aug 27 23:16:02.226 INFO O| Aug 27 23:16:02.226 INFO O| Finalize: Updating image state ... Done
39892026-08-27T23:16:02.960Z[ host-image] Aug 27 23:16:02.238 INFO O| Aug 27 23:16:02.238 INFO O| Finalize: Creating fast lookup database ... Done
39902026-08-27T23:16:02.964Z[ host-image] Aug 27 23:16:02.239 INFO O| Aug 27 23:16:02.239 INFO O| Finalize: Reading search index ... Done
39912026-08-27T23:16:02.964Z[ host-image] Aug 27 23:16:02.239 INFO O| Aug 27 23:16:02.239 INFO O| Finalize: Updating search index ... Done
39922026-08-27T23:16:02.964Z[ host-image] Aug 27 23:16:02.239 INFO O| Aug 27 23:16:02.239 INFO O| Finalize: Updating package cache ... Done
39932026-08-27T23:16:03.151Z[ host-image] Aug 27 23:16:02.428 INFO O| Aug 27 23:16:02.428 INFO STEP 6 (pkg_change_variant) COMPLETE
39942026-08-27T23:16:03.151Z[ host-image] Aug 27 23:16:02.428 INFO O| Aug 27 23:16:02.428 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39952026-08-27T23:16:03.151Z[ host-image] Aug 27 23:16:02.429 INFO O| Aug 27 23:16:02.428 INFO skip step because feature "debug_variant" is not enabled
39962026-08-27T23:16:03.157Z[ host-image] Aug 27 23:16:02.429 INFO O| Aug 27 23:16:02.428 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-08-27T23:16:03.406Z[ host-image] Aug 27 23:16:02.683 INFO O| Aug 27 23:16:02.683 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39982026-08-27T23:16:04.458Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.89s
39992026-08-27T23:16:05.216Z[ host-image] Aug 27 23:16:04.472 INFO O| Aug 27 23:16:04.472 INFO O| Startup: Refreshing catalog 'helios' ... Done
40002026-08-27T23:16:05.625Z[ host-image] Aug 27 23:16:04.902 INFO O| Aug 27 23:16:04.902 INFO O| Startup: Caching catalogs ... Done
40012026-08-27T23:16:05.657Z[ host-image] Aug 27 23:16:04.920 INFO O| Aug 27 23:16:04.920 INFO O| Planning: Planning completed in 0.00 seconds
40022026-08-27T23:16:05.685Z[ host-image] Aug 27 23:16:04.920 INFO O| Aug 27 23:16:04.920 INFO O| Planning: Consolidating action changes ... Done
40032026-08-27T23:16:05.685Z[ host-image] Aug 27 23:16:04.920 INFO O| Aug 27 23:16:04.920 INFO O| Planning: Evaluating mediators ... Done
40042026-08-27T23:16:05.685Z[ host-image] Aug 27 23:16:04.920 INFO O| Aug 27 23:16:04.920 INFO O| Planning: Planning completed in 0.00 seconds
40052026-08-27T23:16:05.685Z[ host-image] Aug 27 23:16:04.921 INFO O| Aug 27 23:16:04.921 INFO O| Variants/Facets to change: 1
40062026-08-27T23:16:05.685Z[ host-image] Aug 27 23:16:04.929 INFO O| Aug 27 23:16:04.929 INFO O| Finalize: Updating package state database ... Done
40072026-08-27T23:16:05.685Z[ host-image] Aug 27 23:16:04.929 INFO O| Aug 27 23:16:04.929 INFO O| Finalize: Updating package cache ... Done
40082026-08-27T23:16:05.735Z[ host-image] Aug 27 23:16:05.010 INFO O| Aug 27 23:16:05.010 INFO O| Finalize: Updating image state ... Done
40092026-08-27T23:16:05.747Z[ host-image] Aug 27 23:16:05.023 INFO O| Aug 27 23:16:05.023 INFO O| Finalize: Creating fast lookup database ... Done
40102026-08-27T23:16:05.751Z[ host-image] Aug 27 23:16:05.023 INFO O| Aug 27 23:16:05.023 INFO O| Finalize: Reading search index ... Done
40112026-08-27T23:16:05.752Z[ host-image] Aug 27 23:16:05.023 INFO O| Aug 27 23:16:05.023 INFO O| Finalize: Updating search index ... Done
40122026-08-27T23:16:05.752Z[ host-image] Aug 27 23:16:05.024 INFO O| Aug 27 23:16:05.024 INFO O| Finalize: Updating package cache ... Done
40132026-08-27T23:16:05.955Z[ host-image] Aug 27 23:16:05.217 INFO O| Aug 27 23:16:05.217 INFO STEP 8 (pkg_change_facet) COMPLETE
40142026-08-27T23:16:05.955Z[ host-image] Aug 27 23:16:05.217 INFO O| Aug 27 23:16:05.217 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40152026-08-27T23:16:05.955Z[ host-image] Aug 27 23:16:05.217 INFO O| Aug 27 23:16:05.217 INFO skip step because feature "recovery" is not enabled
40162026-08-27T23:16:05.965Z[ host-image] Aug 27 23:16:05.217 INFO O| Aug 27 23:16:05.217 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40172026-08-27T23:16:05.966Z[ host-image] Aug 27 23:16:05.217 INFO O| Aug 27 23:16:05.217 INFO skip step because feature "recovery" is not enabled
40182026-08-27T23:16:05.966Z[ host-image] Aug 27 23:16:05.217 INFO O| Aug 27 23:16:05.217 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40192026-08-27T23:16:05.966Z[ host-image] Aug 27 23:16:05.226 INFO O| Aug 27 23:16:05.225 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"]
40202026-08-27T23:16:06.484ZAug 27 23:16:05.763 INFO [recovery-package] process exited with exit status: 0 (15.042295676s)
40212026-08-27T23:16:06.484ZAug 27 23:16:05.763 INFO [recovery-libraries] running task
40222026-08-27T23:16:06.485ZAug 27 23:16:05.763 INFO [recovery-stamp] running task
40232026-08-27T23:16:06.491ZAug 27 23:16:05.763 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+git954f157ac98
40242026-08-27T23:16:06.491ZAug 27 23:16:05.763 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git954f157ac98
40252026-08-27T23:16:06.495Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40262026-08-27T23:16:06.495Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40272026-08-27T23:16:06.541ZAug 27 23:16:05.819 INFO [recovery-libraries] task succeeded (55.92197ms)
40282026-08-27T23:16:06.545ZAug 27 23:16:05.819 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40292026-08-27T23:16:06.611Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40302026-08-27T23:16:06.614ZAug 27 23:16:05.893 INFO [stamp-installinator] process exited with exit status: 0 (129.305947ms)
40312026-08-27T23:16:06.668Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40322026-08-27T23:16:06.671ZAug 27 23:16:05.950 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.726038ms)
40332026-08-27T23:16:06.671ZAug 27 23:16:05.950 INFO [recovery-stamp] task succeeded (187.147448ms)
40342026-08-27T23:16:06.672ZAug 27 23:16:05.950 INFO [recovery-proto] running task
40352026-08-27T23:16:06.672ZAug 27 23:16:05.950 INFO [tuf-stamp] running task
40362026-08-27T23:16:06.674ZAug 27 23:16:05.951 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+git954f157ac98
40372026-08-27T23:16:06.674ZAug 27 23:16:05.951 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+git954f157ac98
40382026-08-27T23:16:06.674ZAug 27 23:16:05.951 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+git954f157ac98
40392026-08-27T23:16:06.674ZAug 27 23:16:05.952 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+git954f157ac98
40402026-08-27T23:16:06.674ZAug 27 23:16:05.952 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+git954f157ac98
40412026-08-27T23:16:06.674ZAug 27 23:16:05.952 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+git954f157ac98
40422026-08-27T23:16:06.674ZAug 27 23:16:05.953 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+git954f157ac98
40432026-08-27T23:16:06.687ZAug 27 23:16:05.953 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+git954f157ac98
40442026-08-27T23:16:06.687ZAug 27 23:16:05.953 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+git954f157ac98
40452026-08-27T23:16:06.687ZAug 27 23:16:05.954 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+git954f157ac98
40462026-08-27T23:16:06.687ZAug 27 23:16:05.954 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+git954f157ac98
40472026-08-27T23:16:06.687ZAug 27 23:16:05.954 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+git954f157ac98
40482026-08-27T23:16:06.690Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-27T23:16:06.690Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-27T23:16:06.690Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-27T23:16:06.690Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-27T23:16:06.690Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-27T23:16:06.690Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-27T23:16:06.690Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-27T23:16:06.690Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-27T23:16:06.690Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-27T23:16:06.690Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-27T23:16:06.690Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-27T23:16:06.690Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-27T23:16:06.733Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40612026-08-27T23:16:06.737ZAug 27 23:16:06.015 INFO [stamp-probe] process exited with exit status: 0 (62.103003ms)
40622026-08-27T23:16:06.807ZAug 27 23:16:06.083 INFO [recovery-proto] task succeeded (133.611239ms)
40632026-08-27T23:16:06.810ZAug 27 23:16:06.084 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/.tmpMUjC3W/proto/recovery/root -N 'recovery 954f157/${os_short_commit} 2026-08-27 22:58' -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/'
40642026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO Checking files for board 'cosmo-mbist'
40652026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40662026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO Checking files for board 'cosmo-mbist-noaggr'
40672026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40682026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO Checking files for board 'gimlet'
40692026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40702026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40712026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO Checking files for board 'cosmo'
40722026-08-27T23:16:06.813Z[ recovery-image] Aug 27 23:16:06.090 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40732026-08-27T23:16:06.814Z[ recovery-image] Aug 27 23:16:06.090 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40742026-08-27T23:16:06.822Z[ recovery-image] Aug 27 23:16:06.100 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpMUjC3W/proto/recovery/root"
40752026-08-27T23:16:06.828Z[ recovery-image] Aug 27 23:16:06.100 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40762026-08-27T23:16:06.828Z[ recovery-image] Aug 27 23:16:06.100 INFO image builder template: ramdisk-01-os...
40772026-08-27T23:16:06.828Z[ recovery-image] Aug 27 23:16:06.100 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/.tmpMUjC3W/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
40782026-08-27T23:16:06.839Z[ recovery-image] Aug 27 23:16:06.117 INFO O| Aug 27 23:16:06.116 INFO CREATE DATASET: rpool/images/build/recovery/output
40792026-08-27T23:16:07.144Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40802026-08-27T23:16:07.271Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40812026-08-27T23:16:07.284Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40822026-08-27T23:16:07.284ZAug 27 23:16:06.519 INFO [stamp-ntp] process exited with exit status: 0 (567.383228ms)
40832026-08-27T23:16:07.284Z[ recovery-image] Aug 27 23:16:06.524 INFO O| Aug 27 23:16:06.524 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40842026-08-27T23:16:07.284Z[ recovery-image] Aug 27 23:16:06.528 INFO O| Aug 27 23:16:06.527 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40852026-08-27T23:16:07.299Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40862026-08-27T23:16:07.302ZAug 27 23:16:06.581 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (627.00806ms)
40872026-08-27T23:16:07.473Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40882026-08-27T23:16:07.476ZAug 27 23:16:06.754 INFO [stamp-external-dns] process exited with exit status: 0 (800.405374ms)
40892026-08-27T23:16:07.479Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40902026-08-27T23:16:07.482ZAug 27 23:16:06.759 INFO [stamp-internal-dns] process exited with exit status: 0 (806.927355ms)
40912026-08-27T23:16:07.524Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40922026-08-27T23:16:07.528ZAug 27 23:16:06.806 INFO [stamp-crucible-zone] process exited with exit status: 0 (852.690202ms)
40932026-08-27T23:16:07.765Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40942026-08-27T23:16:07.768ZAug 27 23:16:07.046 INFO [stamp-oximeter] process exited with exit status: 0 (1.09363871s)
40952026-08-27T23:16:07.852Z[ host-image] Aug 27 23:16:07.130 INFO O| Aug 27 23:16:07.130 INFO O| Startup: Refreshing catalog 'helios' ... Done
40962026-08-27T23:16:08.330Z[ recovery-image] Aug 27 23:16:07.608 INFO O| Aug 27 23:16:07.608 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40972026-08-27T23:16:08.399Z[ host-image] Aug 27 23:16:07.677 INFO O| Aug 27 23:16:07.677 INFO O| Startup: Caching catalogs ... Done
40982026-08-27T23:16:09.114Z[ recovery-image] Aug 27 23:16:08.391 INFO O| Aug 27 23:16:08.391 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40992026-08-27T23:16:09.114Z[ recovery-image] Aug 27 23:16:08.391 INFO O| Aug 27 23:16:08.391 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41002026-08-27T23:16:09.118Z[ recovery-image] Aug 27 23:16:08.391 INFO O| Aug 27 23:16:08.391 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41012026-08-27T23:16:09.118Z[ recovery-image] Aug 27 23:16:08.392 INFO O| Aug 27 23:16:08.391 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41022026-08-27T23:16:09.121Z[ recovery-image] Aug 27 23:16:08.398 INFO O| Aug 27 23:16:08.398 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41032026-08-27T23:16:09.364Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41042026-08-27T23:16:09.369ZAug 27 23:16:08.642 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.689769875s)
41052026-08-27T23:16:10.959Z[ host-image] Aug 27 23:16:10.237 INFO O| Aug 27 23:16:10.237 INFO O| Planning: Solver setup ... Done
41062026-08-27T23:16:11.221Z[ host-image] Aug 27 23:16:10.499 INFO O| Aug 27 23:16:10.499 INFO O| Planning: Running solver ... Done
41072026-08-27T23:16:11.271Z[ host-image] Aug 27 23:16:10.548 INFO O| Aug 27 23:16:10.548 INFO O| Planning: Finding local manifests ... Done
41082026-08-27T23:16:11.290Z[ host-image] Aug 27 23:16:10.568 INFO O| Aug 27 23:16:10.568 INFO O| Planning: Fetching manifests: 0/130 0% complete
41092026-08-27T23:16:11.536Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41102026-08-27T23:16:11.552ZAug 27 23:16:10.752 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.799774347s)
41112026-08-27T23:16:11.766Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41122026-08-27T23:16:11.769ZAug 27 23:16:11.047 INFO [stamp-clickhouse] process exited with exit status: 0 (5.092818704s)
41132026-08-27T23:16:11.806Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41142026-08-27T23:16:11.810ZAug 27 23:16:11.087 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.13642036s)
41152026-08-27T23:16:11.900Z[verify-libraries] Compiling match_cfg v0.1.0
41162026-08-27T23:16:11.901Z[verify-libraries] Compiling slog-json v2.6.1
41172026-08-27T23:16:11.901Z[verify-libraries] Compiling debug-ignore v1.0.5
41182026-08-27T23:16:12.141Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41192026-08-27T23:16:12.141Z[verify-libraries] Compiling sha1 v0.11.0
41202026-08-27T23:16:12.145Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41212026-08-27T23:16:12.145Z[verify-libraries] Compiling multer v3.1.0
41222026-08-27T23:16:12.145Z[verify-libraries] Compiling compression-core v0.4.31
41232026-08-27T23:16:12.145Z[verify-libraries] Compiling progenitor-client v0.14.0
41242026-08-27T23:16:12.160Z[verify-libraries] Compiling async-stream-impl v0.3.6
41252026-08-27T23:16:12.163Z[verify-libraries] Compiling serde_spanned v1.1.1
41262026-08-27T23:16:12.163Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41272026-08-27T23:16:12.163Z[verify-libraries] Compiling dropshot v0.17.1
41282026-08-27T23:16:12.328Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41292026-08-27T23:16:12.332ZAug 27 23:16:11.610 INFO [stamp-nexus] process exited with exit status: 0 (5.658877012s)
41302026-08-27T23:16:12.335ZAug 27 23:16:11.610 INFO [tuf-stamp] task succeeded (5.660152012s)
41312026-08-27T23:16:12.335ZAug 27 23:16:11.610 INFO [tuf-v2-zones] running task
41322026-08-27T23:16:12.357Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41332026-08-27T23:16:12.377Z[verify-libraries] Compiling hostname v0.3.1
41342026-08-27T23:16:12.377Z[verify-libraries] Compiling waitgroup v0.1.2
41352026-08-27T23:16:12.381Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41362026-08-27T23:16:12.381Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41372026-08-27T23:16:12.461Z[verify-libraries] Compiling compression-codecs v0.4.37
41382026-08-27T23:16:12.461Z[verify-libraries] Compiling hostname v0.4.2
41392026-08-27T23:16:12.537ZAug 27 23:16:11.815 INFO [tuf-v2-zones] task succeeded (204.618284ms)
41402026-08-27T23:16:12.544Z[verify-libraries] Compiling slog-bunyan v2.5.0
41412026-08-27T23:16:12.544Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41422026-08-27T23:16:12.587Z[verify-libraries] Compiling atomicwrites v0.4.4
41432026-08-27T23:16:12.592Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41442026-08-27T23:16:12.592Z[verify-libraries] Compiling regress v0.10.5
41452026-08-27T23:16:12.592Z[verify-libraries] Compiling macaddr v1.0.1
41462026-08-27T23:16:12.674Z[verify-libraries] Compiling async-compression v0.4.41
41472026-08-27T23:16:12.694Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41482026-08-27T23:16:12.716Z[verify-libraries] Compiling instant v0.1.13
41492026-08-27T23:16:12.719Z[verify-libraries] Compiling oxide-generation v0.1.3
41502026-08-27T23:16:12.761Z[verify-libraries] Compiling parse-display-derive v0.10.0
41512026-08-27T23:16:12.782Z[verify-libraries] Compiling itertools v0.14.0
41522026-08-27T23:16:12.785Z[verify-libraries] Compiling backon v1.6.0
41532026-08-27T23:16:12.857Z[verify-libraries] Compiling backoff v0.4.0
41542026-08-27T23:16:12.882Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41552026-08-27T23:16:12.931Z[verify-libraries] Compiling humantime v2.3.0
41562026-08-27T23:16:12.988Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41572026-08-27T23:16:13.050Z[verify-libraries] Compiling async-stream v0.3.6
41582026-08-27T23:16:13.076Z[verify-libraries] Compiling progenitor-extras v0.2.0
41592026-08-27T23:16:13.098Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41602026-08-27T23:16:13.118Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41612026-08-27T23:16:13.145Z[verify-libraries] Compiling convert_case v0.4.0
41622026-08-27T23:16:13.148Z[verify-libraries] Compiling half v2.7.1
41632026-08-27T23:16:13.149Z[verify-libraries] Compiling ciborium-io v0.2.2
41642026-08-27T23:16:13.254Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41652026-08-27T23:16:13.260Z[ host-image] Aug 27 23:16:12.493 INFO O| Aug 27 23:16:12.493 INFO O| Planning: Fetching manifests: 130/130 100% complete
41662026-08-27T23:16:13.260Z[verify-libraries] Compiling indent_write v2.2.0
41672026-08-27T23:16:13.273Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41682026-08-27T23:16:13.278Z[verify-libraries] Compiling regress v0.11.1
41692026-08-27T23:16:13.342Z[verify-libraries] Compiling secrecy v0.10.3
41702026-08-27T23:16:13.399Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41712026-08-27T23:16:13.438Z[verify-libraries] Compiling ciborium-ll v0.2.2
41722026-08-27T23:16:13.500Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41732026-08-27T23:16:13.522Z[verify-libraries] Compiling inout v0.1.4
41742026-08-27T23:16:13.546Z[verify-libraries] Compiling derive_more v0.99.20
41752026-08-27T23:16:13.586Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41762026-08-27T23:16:13.666Z[verify-libraries] Compiling ciborium v0.2.2
41772026-08-27T23:16:13.692Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41782026-08-27T23:16:13.718Z[verify-libraries] Compiling cipher v0.4.4
41792026-08-27T23:16:13.746Z[verify-libraries] Compiling universal-hash v0.5.1
41802026-08-27T23:16:13.797Z[ host-image] Aug 27 23:16:13.075 INFO O| Aug 27 23:16:13.075 INFO O| Planning: Package planning ... Done
41812026-08-27T23:16:13.847Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41822026-08-27T23:16:13.869Z[verify-libraries] Compiling opaque-debug v0.3.1
41832026-08-27T23:16:13.920Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41842026-08-27T23:16:13.967Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41852026-08-27T23:16:13.991Z[verify-libraries] Compiling chacha20 v0.9.1
41862026-08-27T23:16:14.012Z[verify-libraries] Compiling poly1305 v0.8.0
41872026-08-27T23:16:14.012Z[verify-libraries] Compiling blake2 v0.10.6
41882026-08-27T23:16:14.038Z[verify-libraries] Compiling aead v0.5.2
41892026-08-27T23:16:14.133Z[ host-image] Aug 27 23:16:13.407 INFO O| Aug 27 23:16:13.407 INFO O| Planning: Merging actions ... Done
41902026-08-27T23:16:14.240Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41912026-08-27T23:16:14.255Z[ host-image] Aug 27 23:16:13.533 INFO O| Aug 27 23:16:13.533 INFO O| Planning: Checking for conflicting actions ... Done
41922026-08-27T23:16:14.286Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41932026-08-27T23:16:14.311Z[verify-libraries] Compiling password-hash v0.5.0
41942026-08-27T23:16:14.314Z[verify-libraries] Compiling num-derive v0.4.2
41952026-08-27T23:16:14.334Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41962026-08-27T23:16:14.367Z[ host-image] Aug 27 23:16:13.645 INFO O| Aug 27 23:16:13.645 INFO O| Planning: Consolidating action changes ... Done
41972026-08-27T23:16:14.401Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41982026-08-27T23:16:14.445Z[verify-libraries] Compiling rayon-core v1.13.0
41992026-08-27T23:16:14.565Z[ host-image] Aug 27 23:16:13.840 INFO O| Aug 27 23:16:13.840 INFO O| Planning: Evaluating mediators ... Done
42002026-08-27T23:16:14.571Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42012026-08-27T23:16:14.661Z[verify-libraries] Compiling argon2 v0.5.3
42022026-08-27T23:16:14.696Z[verify-libraries] Compiling glob v0.3.3
42032026-08-27T23:16:14.738Z[verify-libraries] Compiling parse-display v0.10.0
42042026-08-27T23:16:14.814Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42052026-08-27T23:16:14.868Z[verify-libraries] Compiling usdt-macro v0.5.0
42062026-08-27T23:16:14.895Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42072026-08-27T23:16:15.086Z[ recovery-image] Aug 27 23:16:14.364 INFO O| Aug 27 23:16:14.364 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42082026-08-27T23:16:15.096Z[ recovery-image] Aug 27 23:16:14.374 INFO O| Aug 27 23:16:14.374 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42092026-08-27T23:16:15.249Z[verify-libraries] Compiling typify-impl v0.6.2
42102026-08-27T23:16:15.265Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42112026-08-27T23:16:15.326Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42122026-08-27T23:16:15.426Z[verify-libraries] Compiling vsss-rs v3.3.4
42132026-08-27T23:16:15.468Z[ recovery-image] Aug 27 23:16:14.746 INFO O| Aug 27 23:16:14.746 INFO O| Caching catalogs ... Done
42142026-08-27T23:16:15.473Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42152026-08-27T23:16:15.559Z[ recovery-image] Aug 27 23:16:14.835 INFO O| Aug 27 23:16:14.835 INFO STEP 0 (pkg_image_create) COMPLETE
42162026-08-27T23:16:15.559Z[ recovery-image] Aug 27 23:16:14.835 INFO O| Aug 27 23:16:14.835 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-08-27T23:16:15.568Z[ recovery-image] Aug 27 23:16:14.846 INFO O| Aug 27 23:16:14.846 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"]
42182026-08-27T23:16:15.666Z[verify-libraries] Compiling memmap v0.7.0
42192026-08-27T23:16:15.756Z[verify-libraries] Compiling heapless v0.8.0
42202026-08-27T23:16:15.789Z[verify-libraries] Compiling proc-macro-error v1.0.4
42212026-08-27T23:16:15.888Z[verify-libraries] Compiling usdt v0.5.0
42222026-08-27T23:16:15.958Z[verify-libraries] Compiling ingot-macros v0.2.0
42232026-08-27T23:16:15.961Z[verify-libraries] Compiling tabwriter v1.4.1
42242026-08-27T23:16:15.984Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO STEP 1 (pkg_set_publisher) COMPLETE
42252026-08-27T23:16:15.984Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-08-27T23:16:15.984Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO skip step because feature "publisher_1_name" is not enabled
42272026-08-27T23:16:15.988Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42282026-08-27T23:16:15.988Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO skip step because feature "publisher_2_name" is not enabled
42292026-08-27T23:16:15.988Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42302026-08-27T23:16:15.988Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO skip step because feature "publisher_3_name" is not enabled
42312026-08-27T23:16:15.989Z[ recovery-image] Aug 27 23:16:15.261 INFO O| Aug 27 23:16:15.261 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42322026-08-27T23:16:16.009Z[verify-libraries] Compiling hash32 v0.3.1
42332026-08-27T23:16:16.009Z[verify-libraries] Compiling smoltcp v0.11.0
42342026-08-27T23:16:16.049Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42352026-08-27T23:16:16.077Z[ host-image] Aug 27 23:16:15.349 INFO O| Aug 27 23:16:15.349 INFO O| Planning: Planning completed in 7.66 seconds
42362026-08-27T23:16:16.077Z[ host-image] Aug 27 23:16:15.351 INFO O| Aug 27 23:16:15.351 INFO O| Packages to install: 130
42372026-08-27T23:16:16.077Z[ host-image] Aug 27 23:16:15.351 INFO O| Aug 27 23:16:15.351 INFO O| Mediators to change: 5
42382026-08-27T23:16:16.077Z[ host-image] Aug 27 23:16:15.351 INFO O| Aug 27 23:16:15.351 INFO O| Services to change: 6
42392026-08-27T23:16:16.105Z[ host-image] Aug 27 23:16:15.383 INFO O| Aug 27 23:16:15.383 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42402026-08-27T23:16:16.147Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42412026-08-27T23:16:16.211Z[verify-libraries] Compiling num_enum_derive v0.7.6
42422026-08-27T23:16:16.212Z[verify-libraries] Compiling cobs v0.3.0
42432026-08-27T23:16:16.254Z[verify-libraries] Compiling colored v3.1.1
42442026-08-27T23:16:16.283Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42452026-08-27T23:16:16.304Z[verify-libraries] Compiling rayon v1.11.0
42462026-08-27T23:16:16.322Z[ recovery-image] Aug 27 23:16:15.599 INFO O| Aug 27 23:16:15.599 INFO variant opensolaris.zone is already global
42472026-08-27T23:16:16.322Z[ recovery-image] Aug 27 23:16:15.599 INFO O| Aug 27 23:16:15.599 INFO STEP 5 (pkg_change_variant) COMPLETE
42482026-08-27T23:16:16.326Z[ recovery-image] Aug 27 23:16:15.599 INFO O| Aug 27 23:16:15.599 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42492026-08-27T23:16:16.398Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42502026-08-27T23:16:16.467Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42512026-08-27T23:16:16.498Z[verify-libraries] Compiling postcard v1.1.3
42522026-08-27T23:16:16.616Z[verify-libraries] Compiling rand v0.10.1
42532026-08-27T23:16:16.643Z[ recovery-image] Aug 27 23:16:15.921 INFO O| Aug 27 23:16:15.921 INFO variant opensolaris.imagetype is full; changing to partial
42542026-08-27T23:16:16.643Z[ recovery-image] Aug 27 23:16:15.921 INFO O| Aug 27 23:16:15.921 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42552026-08-27T23:16:16.646Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42562026-08-27T23:16:16.646Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42572026-08-27T23:16:16.708Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42582026-08-27T23:16:16.742Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42592026-08-27T23:16:16.884Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42602026-08-27T23:16:16.899Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42612026-08-27T23:16:17.019Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42622026-08-27T23:16:17.127Z[verify-libraries] Compiling num_enum_derive v0.5.11
42632026-08-27T23:16:17.177Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42642026-08-27T23:16:17.268Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42652026-08-27T23:16:17.303Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42662026-08-27T23:16:17.370Z[verify-libraries] Compiling cstr-argument v0.1.2
42672026-08-27T23:16:17.416Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42682026-08-27T23:16:17.442Z[verify-libraries] Compiling num_enum v0.7.6
42692026-08-27T23:16:17.504Z[verify-libraries] Compiling foreign-types v0.5.0
42702026-08-27T23:16:17.528Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42712026-08-27T23:16:17.561Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42722026-08-27T23:16:17.584Z[verify-libraries] Compiling sigpipe v0.1.3
42732026-08-27T23:16:17.627Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42742026-08-27T23:16:17.656Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42752026-08-27T23:16:17.715Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42762026-08-27T23:16:17.820Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42772026-08-27T23:16:17.862Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42782026-08-27T23:16:17.909Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42792026-08-27T23:16:17.994Z[verify-libraries] Compiling itertools v0.12.1
42802026-08-27T23:16:17.994Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42812026-08-27T23:16:18.072Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42822026-08-27T23:16:18.072Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42832026-08-27T23:16:18.149Z[verify-libraries] Compiling toml v0.8.23
42842026-08-27T23:16:18.260Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42852026-08-27T23:16:18.290Z[verify-libraries] Compiling smf v0.2.3
42862026-08-27T23:16:18.391Z[verify-libraries] Compiling whoami v1.6.1
42872026-08-27T23:16:18.485Z[verify-libraries] Compiling num_enum v0.5.11
42882026-08-27T23:16:18.573Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42892026-08-27T23:16:18.620Z[verify-libraries] Compiling derive-where v1.6.0
42902026-08-27T23:16:18.726Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42912026-08-27T23:16:18.753Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42922026-08-27T23:16:18.780Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42932026-08-27T23:16:18.896Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42942026-08-27T23:16:18.982Z[verify-libraries] Compiling gethostname v0.5.0
42952026-08-27T23:16:18.996Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42962026-08-27T23:16:18.996Z[verify-libraries] Compiling newline-converter v0.3.0
42972026-08-27T23:16:19.006Z[ recovery-image] Aug 27 23:16:18.273 INFO O| Aug 27 23:16:18.273 INFO O| Startup: Refreshing catalog 'helios' ... Done
42982026-08-27T23:16:19.062Z[verify-libraries] Compiling console v0.15.11
42992026-08-27T23:16:19.092Z[verify-libraries] Compiling linear-map v1.2.0
43002026-08-27T23:16:19.134Z[verify-libraries] Compiling resolv-conf v0.7.6
43012026-08-27T23:16:19.137Z[verify-libraries] Compiling num-rational v0.4.2
43022026-08-27T23:16:19.227Z[verify-libraries] Compiling ingot-types v0.2.0
43032026-08-27T23:16:19.297Z[verify-libraries] Compiling zone v0.3.1
43042026-08-27T23:16:19.355Z[verify-libraries] Compiling num-complex v0.4.6
43052026-08-27T23:16:19.387Z[verify-libraries] Compiling slog-dtrace v0.3.0
43062026-08-27T23:16:19.447Z[verify-libraries] Compiling expectorate v1.2.0
43072026-08-27T23:16:19.485Z[ recovery-image] Aug 27 23:16:18.763 INFO O| Aug 27 23:16:18.763 INFO O| Startup: Caching catalogs ... Done
43082026-08-27T23:16:19.502Z[ recovery-image] Aug 27 23:16:18.780 INFO O| Aug 27 23:16:18.780 INFO O| Planning: Planning completed in 0.00 seconds
43092026-08-27T23:16:19.505Z[ recovery-image] Aug 27 23:16:18.781 INFO O| Aug 27 23:16:18.781 INFO O| Planning: Consolidating action changes ... Done
43102026-08-27T23:16:19.506Z[ recovery-image] Aug 27 23:16:18.781 INFO O| Aug 27 23:16:18.781 INFO O| Planning: Evaluating mediators ... Done
43112026-08-27T23:16:19.506Z[ recovery-image] Aug 27 23:16:18.781 INFO O| Aug 27 23:16:18.781 INFO O| Planning: Planning completed in 0.00 seconds
43122026-08-27T23:16:19.506Z[ recovery-image] Aug 27 23:16:18.782 INFO O| Aug 27 23:16:18.782 INFO O| Variants/Facets to change: 1
43132026-08-27T23:16:19.518Z[ recovery-image] Aug 27 23:16:18.796 INFO O| Aug 27 23:16:18.796 INFO O| Finalize: Updating package state database ... Done
43142026-08-27T23:16:19.518Z[ recovery-image] Aug 27 23:16:18.796 INFO O| Aug 27 23:16:18.796 INFO O| Finalize: Updating package cache ... Done
43152026-08-27T23:16:19.587Z[verify-libraries] Compiling prettyplease v0.2.37
43162026-08-27T23:16:19.598Z[ recovery-image] Aug 27 23:16:18.876 INFO O| Aug 27 23:16:18.876 INFO O| Finalize: Updating image state ... Done
43172026-08-27T23:16:19.617Z[ recovery-image] Aug 27 23:16:18.893 INFO O| Aug 27 23:16:18.893 INFO O| Finalize: Creating fast lookup database ... Done
43182026-08-27T23:16:19.617Z[ recovery-image] Aug 27 23:16:18.894 INFO O| Aug 27 23:16:18.894 INFO O| Finalize: Reading search index ... Done
43192026-08-27T23:16:19.618Z[ recovery-image] Aug 27 23:16:18.894 INFO O| Aug 27 23:16:18.894 INFO O| Finalize: Updating search index ... Done
43202026-08-27T23:16:19.621Z[ recovery-image] Aug 27 23:16:18.895 INFO O| Aug 27 23:16:18.895 INFO O| Finalize: Updating package cache ... Done
43212026-08-27T23:16:19.663Z[verify-libraries] Compiling ingot v0.2.1
43222026-08-27T23:16:19.699Z[verify-libraries] Compiling float-ord v0.3.2
43232026-08-27T23:16:19.763Z[verify-libraries] Compiling num v0.4.3
43242026-08-27T23:16:19.790Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43252026-08-27T23:16:19.813Z[verify-libraries] Compiling linked-hash-map v0.5.6
43262026-08-27T23:16:19.817Z[verify-libraries] Compiling hickory-proto v0.24.4
43272026-08-27T23:16:19.886Z[verify-libraries] Compiling minimal-lexical v0.2.1
43282026-08-27T23:16:19.886Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43292026-08-27T23:16:19.906Z[verify-libraries] Compiling unicode-xid v0.2.6
43302026-08-27T23:16:19.913Z[ recovery-image] Aug 27 23:16:19.191 INFO O| Aug 27 23:16:19.191 INFO STEP 6 (pkg_change_variant) COMPLETE
43312026-08-27T23:16:19.913Z[ recovery-image] Aug 27 23:16:19.191 INFO O| Aug 27 23:16:19.191 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43322026-08-27T23:16:19.919Z[ recovery-image] Aug 27 23:16:19.191 INFO O| Aug 27 23:16:19.191 INFO skip step because feature "debug_variant" is not enabled
43332026-08-27T23:16:19.919Z[ recovery-image] Aug 27 23:16:19.191 INFO O| Aug 27 23:16:19.191 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43342026-08-27T23:16:20.056Z[verify-libraries] Compiling tabled_derive v0.7.0
43352026-08-27T23:16:20.093Z[verify-libraries] Compiling typify-macro v0.6.2
43362026-08-27T23:16:20.117Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43372026-08-27T23:16:20.153Z[verify-libraries] Compiling lru-cache v0.1.2
43382026-08-27T23:16:20.159Z[verify-libraries] Compiling nom v7.1.3
43392026-08-27T23:16:20.234Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43402026-08-27T23:16:20.237Z[verify-libraries] Compiling fd-lock v4.0.4
43412026-08-27T23:16:20.270Z[ recovery-image] Aug 27 23:16:19.545 INFO O| Aug 27 23:16:19.545 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43422026-08-27T23:16:20.328Z[verify-libraries] Compiling vte v0.14.1
43432026-08-27T23:16:20.363Z[verify-libraries] Compiling display-error-chain v0.2.2
43442026-08-27T23:16:20.532Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43452026-08-27T23:16:20.596Z[verify-libraries] Compiling crossterm v0.29.0
43462026-08-27T23:16:20.636Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43472026-08-27T23:16:20.676Z[verify-libraries] Compiling stacker v0.1.23
43482026-08-27T23:16:20.762Z[verify-libraries] Compiling cfg_aliases v0.1.1
43492026-08-27T23:16:20.874Z[verify-libraries] Compiling nix v0.28.0
43502026-08-27T23:16:20.945Z[verify-libraries] Compiling reedline v0.40.0
43512026-08-27T23:16:21.021Z[verify-libraries] Compiling semver v0.1.20
43522026-08-27T23:16:21.061Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43532026-08-27T23:16:21.105Z[ host-image] Aug 27 23:16:20.383 INFO O| Aug 27 23:16:20.383 INFO O| Download: 9302/23888 items 80.0/222.8MB 35% complete (16.6M/s)
43542026-08-27T23:16:21.175Z[verify-libraries] Compiling tabled v0.15.0
43552026-08-27T23:16:21.201Z[verify-libraries] Compiling psm v0.1.30
43562026-08-27T23:16:21.260Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43572026-08-27T23:16:21.423Z[verify-libraries] Compiling termtree v0.5.1
43582026-08-27T23:16:21.456Z[verify-libraries] Compiling rustc_version v0.1.7
43592026-08-27T23:16:21.520Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43602026-08-27T23:16:21.576Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43612026-08-27T23:16:21.703Z[verify-libraries] Compiling phf_shared v0.12.1
43622026-08-27T23:16:21.749Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43632026-08-27T23:16:21.786Z[verify-libraries] Compiling nibble_vec v0.1.0
43642026-08-27T23:16:21.826Z[verify-libraries] Compiling chrono-tz v0.10.4
43652026-08-27T23:16:21.830Z[verify-libraries] Compiling endian-type v0.1.2
43662026-08-27T23:16:21.889Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43672026-08-27T23:16:21.892Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43682026-08-27T23:16:21.940Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43692026-08-27T23:16:22.010Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43702026-08-27T23:16:22.054Z[verify-libraries] Compiling highway v1.3.0
43712026-08-27T23:16:22.174Z[verify-libraries] Compiling typify v0.6.2
43722026-08-27T23:16:22.193Z[verify-libraries] Compiling hickory-resolver v0.24.4
43732026-08-27T23:16:22.238Z[verify-libraries] Compiling progenitor-impl v0.14.0
43742026-08-27T23:16:22.383Z[verify-libraries] Compiling radix_trie v0.2.1
43752026-08-27T23:16:22.435Z[verify-libraries] Compiling phf v0.12.1
43762026-08-27T23:16:22.509Z[verify-libraries] Compiling recursive v0.1.1
43772026-08-27T23:16:22.512Z[ recovery-image] Aug 27 23:16:21.788 INFO O| Aug 27 23:16:21.788 INFO O| Startup: Refreshing catalog 'helios' ... Done
43782026-08-27T23:16:22.694Z[verify-libraries] Compiling newtype_derive v0.1.6
43792026-08-27T23:16:22.739Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43802026-08-27T23:16:22.840Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43812026-08-27T23:16:23.047Z[ recovery-image] Aug 27 23:16:22.324 INFO O| Aug 27 23:16:22.324 INFO O| Startup: Caching catalogs ... Done
43822026-08-27T23:16:23.058Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43832026-08-27T23:16:23.071Z[ recovery-image] Aug 27 23:16:22.348 INFO O| Aug 27 23:16:22.348 INFO O| Planning: Planning completed in 0.00 seconds
43842026-08-27T23:16:23.075Z[ recovery-image] Aug 27 23:16:22.349 INFO O| Aug 27 23:16:22.349 INFO O| Planning: Consolidating action changes ... Done
43852026-08-27T23:16:23.075Z[ recovery-image] Aug 27 23:16:22.349 INFO O| Aug 27 23:16:22.349 INFO O| Planning: Evaluating mediators ... Done
43862026-08-27T23:16:23.075Z[ recovery-image] Aug 27 23:16:22.349 INFO O| Aug 27 23:16:22.349 INFO O| Planning: Planning completed in 0.00 seconds
43872026-08-27T23:16:23.075Z[ recovery-image] Aug 27 23:16:22.349 INFO O| Aug 27 23:16:22.349 INFO O| Variants/Facets to change: 1
43882026-08-27T23:16:23.314Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43892026-08-27T23:16:23.386Z[verify-libraries] Compiling peg-macros v0.8.5
43902026-08-27T23:16:23.457Z[ recovery-image] Aug 27 23:16:22.733 INFO O| Aug 27 23:16:22.733 INFO O| Finalize: Updating package state database ... Done
43912026-08-27T23:16:23.457Z[ recovery-image] Aug 27 23:16:22.733 INFO O| Aug 27 23:16:22.733 INFO O| Finalize: Updating package cache ... Done
43922026-08-27T23:16:23.533Z[ recovery-image] Aug 27 23:16:22.811 INFO O| Aug 27 23:16:22.811 INFO O| Finalize: Updating image state ... Done
43932026-08-27T23:16:23.551Z[ recovery-image] Aug 27 23:16:22.829 INFO O| Aug 27 23:16:22.829 INFO O| Finalize: Creating fast lookup database ... Done
43942026-08-27T23:16:23.556Z[ recovery-image] Aug 27 23:16:22.829 INFO O| Aug 27 23:16:22.829 INFO O| Finalize: Reading search index ... Done
43952026-08-27T23:16:23.556Z[ recovery-image] Aug 27 23:16:22.829 INFO O| Aug 27 23:16:22.829 INFO O| Finalize: Updating search index ... Done
43962026-08-27T23:16:23.556Z[ recovery-image] Aug 27 23:16:22.830 INFO O| Aug 27 23:16:22.830 INFO O| Finalize: Updating package cache ... Done
43972026-08-27T23:16:23.661Z[verify-libraries] Compiling qorb v0.4.1
43982026-08-27T23:16:23.696Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43992026-08-27T23:16:23.748Z[verify-libraries] Compiling winnow v0.6.26
44002026-08-27T23:16:23.858Z[ recovery-image] Aug 27 23:16:23.136 INFO O| Aug 27 23:16:23.136 INFO STEP 8 (pkg_change_facet) COMPLETE
44012026-08-27T23:16:23.858Z[ recovery-image] Aug 27 23:16:23.136 INFO O| Aug 27 23:16:23.136 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44022026-08-27T23:16:23.921Z[verify-libraries] Compiling csv-core v0.1.13
44032026-08-27T23:16:23.965Z[verify-libraries] Compiling home v0.5.12
44042026-08-27T23:16:24.182Z[verify-libraries] Compiling unicode_categories v0.1.1
44052026-08-27T23:16:24.185Z[ recovery-image] Aug 27 23:16:23.463 INFO O| Aug 27 23:16:23.463 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44062026-08-27T23:16:24.244Z[verify-libraries] Compiling csv v1.4.0
44072026-08-27T23:16:24.271Z[verify-libraries] Compiling rustyline v14.0.0
44082026-08-27T23:16:24.453Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44092026-08-27T23:16:24.480Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44102026-08-27T23:16:24.482Z[verify-libraries] Compiling const_format v0.2.35
44112026-08-27T23:16:24.551Z[verify-libraries] Compiling sqlparser v0.61.0
44122026-08-27T23:16:24.797Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44132026-08-27T23:16:24.821Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44142026-08-27T23:16:24.859Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44152026-08-27T23:16:24.938Z[verify-libraries] Compiling peg v0.8.5
44162026-08-27T23:16:24.970Z[verify-libraries] Compiling bcs v0.1.6
44172026-08-27T23:16:25.082Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44182026-08-27T23:16:25.148Z[verify-libraries] Compiling nom v8.0.0
44192026-08-27T23:16:25.225Z[verify-libraries] Compiling progenitor-macro v0.14.0
44202026-08-27T23:16:25.388Z[verify-libraries] Compiling sqlformat v0.3.5
44212026-08-27T23:16:25.561Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44222026-08-27T23:16:25.741Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44232026-08-27T23:16:25.861Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44242026-08-27T23:16:25.916Z[verify-libraries] Compiling steno v0.4.1
44252026-08-27T23:16:25.941Z[verify-libraries] Compiling sha1 v0.10.6
44262026-08-27T23:16:25.988Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44272026-08-27T23:16:26.104Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44282026-08-27T23:16:26.108Z[ host-image] Aug 27 23:16:25.385 INFO O| Aug 27 23:16:25.385 INFO O| Download: 17994/23888 items 155.4/222.8MB 69% complete (15.8M/s)
44292026-08-27T23:16:26.210Z[verify-libraries] Compiling tagptr v0.2.0
44302026-08-27T23:16:26.246Z[verify-libraries] Compiling utf-8 v0.7.6
44312026-08-27T23:16:26.379Z[verify-libraries] Compiling moka v0.12.13
44322026-08-27T23:16:26.445Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44332026-08-27T23:16:26.480Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44342026-08-27T23:16:26.538Z[verify-libraries] Compiling tungstenite v0.21.0
44352026-08-27T23:16:26.538Z[verify-libraries] Compiling libefi-sys v0.1.0
44362026-08-27T23:16:26.572Z[ recovery-image] Aug 27 23:16:25.848 INFO O| Aug 27 23:16:25.848 INFO O| Startup: Refreshing catalog 'helios' ... Done
44372026-08-27T23:16:26.595Z[verify-libraries] Compiling bitfield-struct v0.6.2
44382026-08-27T23:16:26.649Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44392026-08-27T23:16:26.743Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44402026-08-27T23:16:26.783Z[verify-libraries] Compiling xshell-macros v0.2.7
44412026-08-27T23:16:26.888Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44422026-08-27T23:16:27.059Z[ recovery-image] Aug 27 23:16:26.337 INFO O| Aug 27 23:16:26.337 INFO O| Startup: Caching catalogs ... Done
44432026-08-27T23:16:27.077Z[ recovery-image] Aug 27 23:16:26.355 INFO O| Aug 27 23:16:26.355 INFO O| Planning: Planning completed in 0.00 seconds
44442026-08-27T23:16:27.081Z[ recovery-image] Aug 27 23:16:26.356 INFO O| Aug 27 23:16:26.356 INFO O| Planning: Consolidating action changes ... Done
44452026-08-27T23:16:27.081Z[ recovery-image] Aug 27 23:16:26.356 INFO O| Aug 27 23:16:26.356 INFO O| Planning: Evaluating mediators ... Done
44462026-08-27T23:16:27.081Z[ recovery-image] Aug 27 23:16:26.356 INFO O| Aug 27 23:16:26.356 INFO O| Planning: Planning completed in 0.00 seconds
44472026-08-27T23:16:27.081Z[ recovery-image] Aug 27 23:16:26.356 INFO O| Aug 27 23:16:26.356 INFO O| Variants/Facets to change: 1
44482026-08-27T23:16:27.094Z[ recovery-image] Aug 27 23:16:26.372 INFO O| Aug 27 23:16:26.372 INFO O| Finalize: Updating package state database ... Done
44492026-08-27T23:16:27.094Z[ recovery-image] Aug 27 23:16:26.372 INFO O| Aug 27 23:16:26.372 INFO O| Finalize: Updating package cache ... Done
44502026-08-27T23:16:27.175Z[ recovery-image] Aug 27 23:16:26.450 INFO O| Aug 27 23:16:26.450 INFO O| Finalize: Updating image state ... Done
44512026-08-27T23:16:27.190Z[ recovery-image] Aug 27 23:16:26.468 INFO O| Aug 27 23:16:26.468 INFO O| Finalize: Creating fast lookup database ... Done
44522026-08-27T23:16:27.197Z[ recovery-image] Aug 27 23:16:26.468 INFO O| Aug 27 23:16:26.468 INFO O| Finalize: Reading search index ... Done
44532026-08-27T23:16:27.197Z[ recovery-image] Aug 27 23:16:26.468 INFO O| Aug 27 23:16:26.468 INFO O| Finalize: Updating search index ... Done
44542026-08-27T23:16:27.197Z[ recovery-image] Aug 27 23:16:26.469 INFO O| Aug 27 23:16:26.469 INFO O| Finalize: Updating package cache ... Done
44552026-08-27T23:16:27.200Z[verify-libraries] Compiling hickory-resolver v0.25.2
44562026-08-27T23:16:27.242Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44572026-08-27T23:16:27.278Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44582026-08-27T23:16:27.278Z[verify-libraries] Compiling libscf-sys v1.2.0
44592026-08-27T23:16:27.365Z[verify-libraries] Compiling xshell v0.2.7
44602026-08-27T23:16:27.412Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44612026-08-27T23:16:27.417Z[verify-libraries] Compiling papergrid v0.18.0
44622026-08-27T23:16:27.492Z[ recovery-image] Aug 27 23:16:26.770 INFO O| Aug 27 23:16:26.770 INFO STEP 9 (pkg_change_facet) COMPLETE
44632026-08-27T23:16:27.495Z[ recovery-image] Aug 27 23:16:26.770 INFO O| Aug 27 23:16:26.770 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-08-27T23:16:27.495Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44652026-08-27T23:16:27.534Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44662026-08-27T23:16:27.584Z[verify-libraries] Compiling sha2 v0.11.0
44672026-08-27T23:16:27.654Z[verify-libraries] Compiling subprocess v0.2.15
44682026-08-27T23:16:27.675Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44692026-08-27T23:16:27.765Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44702026-08-27T23:16:27.815Z[ recovery-image] Aug 27 23:16:27.093 INFO O| Aug 27 23:16:27.093 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44712026-08-27T23:16:27.985Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44722026-08-27T23:16:28.011Z[verify-libraries] Compiling headers-core v0.3.0
44732026-08-27T23:16:28.230Z[verify-libraries] Compiling unicase v2.9.0
44742026-08-27T23:16:28.334Z[verify-libraries] Compiling headers v0.4.1
44752026-08-27T23:16:28.372Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44762026-08-27T23:16:28.520Z[verify-libraries] Compiling darling_core v0.21.3
44772026-08-27T23:16:28.693Z[verify-libraries] Compiling maplit v1.0.2
44782026-08-27T23:16:28.744Z[verify-libraries] Compiling tabled v0.21.0
44792026-08-27T23:16:28.845Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44802026-08-27T23:16:28.952Z[verify-libraries] Compiling crc8 v0.1.1
44812026-08-27T23:16:29.173Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44822026-08-27T23:16:29.280Z[verify-libraries] Compiling yasna v0.5.2
44832026-08-27T23:16:29.462Z[verify-libraries] Compiling vergen-lib v0.1.6
44842026-08-27T23:16:29.514Z[verify-libraries] Compiling diesel_derives v2.3.7
44852026-08-27T23:16:29.630Z[verify-libraries] Compiling port-file v0.1.0
44862026-08-27T23:16:29.831Z[verify-libraries] Compiling rcgen v0.12.1
44872026-08-27T23:16:29.852Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44882026-08-27T23:16:29.887Z[ host-image] Aug 27 23:16:29.163 INFO O| Aug 27 23:16:29.163 INFO O| Download: Completed 222.83 MB in 13.78 seconds (16.1M/s)
44892026-08-27T23:16:29.897Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44902026-08-27T23:16:29.976Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44912026-08-27T23:16:30.118Z[verify-libraries] Compiling half v1.8.3
44922026-08-27T23:16:30.197Z[verify-libraries] Compiling r2d2 v0.8.10
44932026-08-27T23:16:30.250Z[ host-image] Aug 27 23:16:29.521 INFO O| Aug 27 23:16:29.521 INFO O| Actions: 1/54182 actions (Installing new actions)
44942026-08-27T23:16:30.279Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44952026-08-27T23:16:30.283Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44962026-08-27T23:16:30.490Z[verify-libraries] Compiling serde_cbor v0.11.2
44972026-08-27T23:16:30.529Z[ recovery-image] Aug 27 23:16:29.807 INFO O| Aug 27 23:16:29.807 INFO O| Startup: Refreshing catalog 'helios' ... Done
44982026-08-27T23:16:30.557Z[verify-libraries] Compiling crunchy v0.2.4
44992026-08-27T23:16:30.665Z[verify-libraries] Compiling cpubits v0.1.1
45002026-08-27T23:16:30.760Z[verify-libraries] Compiling downcast-rs v2.0.2
45012026-08-27T23:16:30.819Z[verify-libraries] Compiling dirs-next v2.0.0
45022026-08-27T23:16:30.894Z[verify-libraries] Compiling progenitor v0.14.0
45032026-08-27T23:16:30.928Z[verify-libraries] Compiling clang-sys v1.8.1
45042026-08-27T23:16:31.032Z[verify-libraries] Compiling tiny-keccak v2.0.2
45052026-08-27T23:16:31.036Z[ recovery-image] Aug 27 23:16:30.313 INFO O| Aug 27 23:16:30.313 INFO O| Startup: Caching catalogs ... Done
45062026-08-27T23:16:31.054Z[ recovery-image] Aug 27 23:16:30.332 INFO O| Aug 27 23:16:30.332 INFO O| Planning: Planning completed in 0.00 seconds
45072026-08-27T23:16:31.055Z[ recovery-image] Aug 27 23:16:30.332 INFO O| Aug 27 23:16:30.332 INFO O| Planning: Consolidating action changes ... Done
45082026-08-27T23:16:31.055Z[ recovery-image] Aug 27 23:16:30.332 INFO O| Aug 27 23:16:30.332 INFO O| Planning: Evaluating mediators ... Done
45092026-08-27T23:16:31.055Z[ recovery-image] Aug 27 23:16:30.332 INFO O| Aug 27 23:16:30.332 INFO O| Planning: Planning completed in 0.00 seconds
45102026-08-27T23:16:31.055Z[ recovery-image] Aug 27 23:16:30.332 INFO O| Aug 27 23:16:30.332 INFO O| Variants/Facets to change: 1
45112026-08-27T23:16:31.064Z[ recovery-image] Aug 27 23:16:30.342 INFO O| Aug 27 23:16:30.342 INFO O| Finalize: Updating package state database ... Done
45122026-08-27T23:16:31.064Z[ recovery-image] Aug 27 23:16:30.342 INFO O| Aug 27 23:16:30.342 INFO O| Finalize: Updating package cache ... Done
45132026-08-27T23:16:31.128Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45142026-08-27T23:16:31.157Z[ recovery-image] Aug 27 23:16:30.433 INFO O| Aug 27 23:16:30.433 INFO O| Finalize: Updating image state ... Done
45152026-08-27T23:16:31.173Z[ recovery-image] Aug 27 23:16:30.451 INFO O| Aug 27 23:16:30.451 INFO O| Finalize: Creating fast lookup database ... Done
45162026-08-27T23:16:31.179Z[ recovery-image] Aug 27 23:16:30.452 INFO O| Aug 27 23:16:30.452 INFO O| Finalize: Reading search index ... Done
45172026-08-27T23:16:31.180Z[ recovery-image] Aug 27 23:16:30.452 INFO O| Aug 27 23:16:30.452 INFO O| Finalize: Updating search index ... Done
45182026-08-27T23:16:31.180Z[ recovery-image] Aug 27 23:16:30.453 INFO O| Aug 27 23:16:30.453 INFO O| Finalize: Updating package cache ... Done
45192026-08-27T23:16:31.194Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45202026-08-27T23:16:31.238Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45212026-08-27T23:16:31.317Z[verify-libraries] Compiling darling_macro v0.21.3
45222026-08-27T23:16:31.388Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45232026-08-27T23:16:31.492Z[ recovery-image] Aug 27 23:16:30.767 INFO O| Aug 27 23:16:30.767 INFO STEP 10 (pkg_change_facet) COMPLETE
45242026-08-27T23:16:31.492Z[ recovery-image] Aug 27 23:16:30.767 INFO O| Aug 27 23:16:30.767 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252026-08-27T23:16:31.498Z[ recovery-image] Aug 27 23:16:30.776 INFO O| Aug 27 23:16:30.776 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"]
45262026-08-27T23:16:31.531Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45272026-08-27T23:16:31.629Z[verify-libraries] Compiling term v0.7.0
45282026-08-27T23:16:31.632Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45292026-08-27T23:16:31.655Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45302026-08-27T23:16:31.752Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45312026-08-27T23:16:31.824Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45322026-08-27T23:16:31.948Z[verify-libraries] Compiling darling v0.21.3
45332026-08-27T23:16:32.124Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45342026-08-27T23:16:32.247Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45352026-08-27T23:16:32.285Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45362026-08-27T23:16:32.318Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45372026-08-27T23:16:32.430Z[verify-libraries] Compiling bit-vec v0.6.3
45382026-08-27T23:16:32.490Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45392026-08-27T23:16:32.545Z[verify-libraries] Compiling diff v0.1.13
45402026-08-27T23:16:32.637Z[verify-libraries] Compiling ascii-canvas v3.0.0
45412026-08-27T23:16:32.718Z[verify-libraries] Compiling bit-set v0.5.3
45422026-08-27T23:16:32.838Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45432026-08-27T23:16:32.845Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45442026-08-27T23:16:32.849Z[verify-libraries] Compiling itertools v0.10.5
45452026-08-27T23:16:32.868Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45462026-08-27T23:16:32.933Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45472026-08-27T23:16:32.990Z[verify-libraries] Compiling ena v0.14.4
45482026-08-27T23:16:33.095Z[verify-libraries] Compiling libloading v0.8.9
45492026-08-27T23:16:33.166Z[verify-libraries] Compiling bindgen v0.71.1
45502026-08-27T23:16:33.270Z[verify-libraries] Compiling regex-syntax v0.6.29
45512026-08-27T23:16:33.506Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45522026-08-27T23:16:33.589Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45532026-08-27T23:16:33.710Z[verify-libraries] Compiling cexpr v0.6.0
45542026-08-27T23:16:33.819Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45552026-08-27T23:16:33.878Z[ recovery-image] Aug 27 23:16:33.156 INFO O| Aug 27 23:16:33.155 INFO O| Startup: Refreshing catalog 'helios' ... Done
45562026-08-27T23:16:33.902Z[verify-libraries] Compiling rustc-hash v2.1.1
45572026-08-27T23:16:33.989Z[verify-libraries] Compiling rfc6979 v0.4.0
45582026-08-27T23:16:34.047Z[verify-libraries] Compiling libxml v0.3.3
45592026-08-27T23:16:34.136Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45602026-08-27T23:16:34.221Z[verify-libraries] Compiling ecdsa v0.16.9
45612026-08-27T23:16:34.303Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45622026-08-27T23:16:34.362Z[ recovery-image] Aug 27 23:16:33.640 INFO O| Aug 27 23:16:33.640 INFO O| Startup: Caching catalogs ... Done
45632026-08-27T23:16:34.394Z[verify-libraries] Compiling strum_macros v0.24.3
45642026-08-27T23:16:34.590Z[verify-libraries] Compiling primeorder v0.13.6
45652026-08-27T23:16:34.643Z[verify-libraries] Compiling lalrpop v0.19.12
45662026-08-27T23:16:34.681Z[verify-libraries] Compiling hashbrown v0.14.5
45672026-08-27T23:16:34.714Z[verify-libraries] Compiling hmac v0.13.0
45682026-08-27T23:16:34.798Z[verify-libraries] Compiling universal-hash v0.6.1
45692026-08-27T23:16:34.807Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45702026-08-27T23:16:35.071Z[verify-libraries] Compiling fxhash v0.2.1
45712026-08-27T23:16:35.243Z[ host-image] Aug 27 23:16:34.521 INFO O| Aug 27 23:16:34.521 INFO O| Actions: 23084/54182 actions (Installing new actions)
45722026-08-27T23:16:35.268Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45732026-08-27T23:16:35.389Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45742026-08-27T23:16:35.454Z[verify-libraries] Compiling salty v0.3.0
45752026-08-27T23:16:35.518Z[verify-libraries] Compiling indoc v1.0.9
45762026-08-27T23:16:35.650Z[verify-libraries] Compiling knus-derive v3.4.0
45772026-08-27T23:16:35.655Z[verify-libraries] Compiling chumsky v0.9.3
45782026-08-27T23:16:35.858Z[verify-libraries] Compiling p384 v0.13.1
45792026-08-27T23:16:36.110Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45802026-08-27T23:16:36.258Z[verify-libraries] Compiling progenitor-impl v0.13.0
45812026-08-27T23:16:37.292Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45822026-08-27T23:16:37.393Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45832026-08-27T23:16:37.449Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45842026-08-27T23:16:37.500Z[ recovery-image] Aug 27 23:16:36.778 INFO O| Aug 27 23:16:36.778 INFO O| Planning: Solver setup ... Done
45852026-08-27T23:16:37.584Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45862026-08-27T23:16:37.623Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-27T23:16:37.789Z[ recovery-image] Aug 27 23:16:37.065 INFO O| Aug 27 23:16:37.065 INFO O| Planning: Running solver ... Done
45882026-08-27T23:16:37.841Z[ recovery-image] Aug 27 23:16:37.119 INFO O| Aug 27 23:16:37.119 INFO O| Planning: Finding local manifests ... Done
45892026-08-27T23:16:37.882Z[ recovery-image] Aug 27 23:16:37.159 INFO O| Aug 27 23:16:37.159 INFO O| Planning: Fetching manifests: 0/130 0% complete
45902026-08-27T23:16:38.006Z[verify-libraries] Compiling oso-derive v0.27.3
45912026-08-27T23:16:38.296Z[ host-image] Aug 27 23:16:37.572 INFO O| Aug 27 23:16:37.572 INFO O| Actions: Completed 54182 actions in 8.05 seconds.
45922026-08-27T23:16:38.414Z[ host-image] Aug 27 23:16:37.692 INFO O| Aug 27 23:16:37.692 INFO O| Finalize: Updating package state database ... Done
45932026-08-27T23:16:38.414Z[ host-image] Aug 27 23:16:37.692 INFO O| Aug 27 23:16:37.692 INFO O| Finalize: Updating package cache ... Done
45942026-08-27T23:16:38.451Z[verify-libraries] Compiling quick-xml v0.37.5
45952026-08-27T23:16:38.563Z[ host-image] Aug 27 23:16:37.840 INFO O| Aug 27 23:16:37.840 INFO O| Finalize: Updating image state ... Done
45962026-08-27T23:16:38.693Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45972026-08-27T23:16:38.890Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45982026-08-27T23:16:39.106Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45992026-08-27T23:16:39.116Z[verify-libraries] Compiling diesel v2.3.7
46002026-08-27T23:16:39.124Z[verify-libraries] Compiling openssl-probe v0.1.6
46012026-08-27T23:16:39.444Z[verify-libraries] Compiling progenitor-macro v0.13.0
46022026-08-27T23:16:39.562Z[ host-image] Aug 27 23:16:38.839 INFO O| Aug 27 23:16:38.839 INFO O| Finalize: Creating fast lookup database ... Done
46032026-08-27T23:16:39.619Z[ host-image] Aug 27 23:16:38.897 INFO O| Aug 27 23:16:38.897 INFO O| Finalize: Reading search index ... Done
46042026-08-27T23:16:40.087Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46052026-08-27T23:16:40.470Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46062026-08-27T23:16:40.732Z[verify-libraries] Compiling knus v3.4.0
46072026-08-27T23:16:41.017Z[verify-libraries] Compiling polyval v0.7.1
46082026-08-27T23:16:41.368Z[verify-libraries] Compiling der v0.8.0
46092026-08-27T23:16:41.412Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46102026-08-27T23:16:41.440Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46112026-08-27T23:16:41.528Z[ recovery-image] Aug 27 23:16:40.806 INFO O| Aug 27 23:16:40.805 INFO O| Planning: Fetching manifests: 130/130 100% complete
46122026-08-27T23:16:41.925Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46132026-08-27T23:16:41.995Z[verify-libraries] Compiling progenitor-client v0.13.0
46142026-08-27T23:16:42.000Z[ recovery-image] Aug 27 23:16:41.276 INFO O| Aug 27 23:16:41.276 INFO O| Planning: Package planning ... Done
46152026-08-27T23:16:42.322Z[ recovery-image] Aug 27 23:16:41.599 INFO O| Aug 27 23:16:41.599 INFO O| Planning: Merging actions ... Done
46162026-08-27T23:16:42.388Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46172026-08-27T23:16:42.405Z[ recovery-image] Aug 27 23:16:41.679 INFO O| Aug 27 23:16:41.679 INFO O| Planning: Checking for conflicting actions ... Done
46182026-08-27T23:16:42.425Z[verify-libraries] Compiling git-stub v1.0.0
46192026-08-27T23:16:42.459Z[ recovery-image] Aug 27 23:16:41.737 INFO O| Aug 27 23:16:41.737 INFO O| Planning: Consolidating action changes ... Done
46202026-08-27T23:16:42.528Z[ host-image] Aug 27 23:16:41.805 INFO O| Aug 27 23:16:41.805 INFO O| Finalize: Building new search index ... Done
46212026-08-27T23:16:42.604Z[ recovery-image] Aug 27 23:16:41.881 INFO O| Aug 27 23:16:41.881 INFO O| Planning: Evaluating mediators ... Done
46222026-08-27T23:16:42.695Z[verify-libraries] Compiling kstat-rs v0.2.5
46232026-08-27T23:16:42.771Z[verify-libraries] Compiling trait-variant v0.1.2
46242026-08-27T23:16:42.879Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46252026-08-27T23:16:42.979Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46262026-08-27T23:16:43.031Z[ host-image] Aug 27 23:16:42.309 INFO O| Aug 27 23:16:42.309 INFO O| Finalize: Updating package cache ... Done
46272026-08-27T23:16:43.099Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46282026-08-27T23:16:43.182Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46292026-08-27T23:16:43.232Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46302026-08-27T23:16:43.295Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46312026-08-27T23:16:43.418Z[ host-image] Aug 27 23:16:42.674 INFO O| Aug 27 23:16:42.674 INFO STEP 11 (pkg_install) COMPLETE
46322026-08-27T23:16:43.418Z[ host-image] Aug 27 23:16:42.674 INFO O| Aug 27 23:16:42.674 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46332026-08-27T23:16:43.438Z[ host-image] Aug 27 23:16:42.686 INFO O| Aug 27 23:16:42.686 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"]
46342026-08-27T23:16:43.438Z[verify-libraries] Compiling ghash v0.6.0
46352026-08-27T23:16:43.481Z[verify-libraries] Compiling pbkdf2 v0.13.0
46362026-08-27T23:16:43.608Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46372026-08-27T23:16:43.675Z[verify-libraries] Compiling aes v0.9.1
46382026-08-27T23:16:43.720Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46392026-08-27T23:16:43.741Z[verify-libraries] Compiling crypto-bigint v0.7.5
46402026-08-27T23:16:43.746Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46412026-08-27T23:16:43.795Z[verify-libraries] Compiling ctr v0.10.1
46422026-08-27T23:16:44.070Z[ recovery-image] Aug 27 23:16:43.347 INFO O| Aug 27 23:16:43.347 INFO O| Planning: Planning completed in 9.69 seconds
46432026-08-27T23:16:44.073Z[ recovery-image] Aug 27 23:16:43.349 INFO O| Aug 27 23:16:43.349 INFO O| Packages to install: 130
46442026-08-27T23:16:44.073Z[ recovery-image] Aug 27 23:16:43.349 INFO O| Aug 27 23:16:43.349 INFO O| Mediators to change: 5
46452026-08-27T23:16:44.073Z[ recovery-image] Aug 27 23:16:43.349 INFO O| Aug 27 23:16:43.349 INFO O| Services to change: 5
46462026-08-27T23:16:44.100Z[ recovery-image] Aug 27 23:16:43.378 INFO O| Aug 27 23:16:43.378 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46472026-08-27T23:16:44.107Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46482026-08-27T23:16:44.156Z[verify-libraries] Compiling aead v0.6.1
46492026-08-27T23:16:44.292Z[verify-libraries] Compiling bb8 v0.8.6
46502026-08-27T23:16:44.412Z[verify-libraries] Compiling parking_lot_core v0.8.6
46512026-08-27T23:16:44.863Z[verify-libraries] Compiling aes-gcm v0.11.0
46522026-08-27T23:16:45.083Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46532026-08-27T23:16:45.149Z[verify-libraries] Compiling spki v0.8.0
46542026-08-27T23:16:45.210Z[verify-libraries] Compiling mime_guess v2.0.5
46552026-08-27T23:16:45.276Z[verify-libraries] Compiling progenitor v0.13.0
46562026-08-27T23:16:45.447Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46572026-08-27T23:16:45.579Z[verify-libraries] Compiling salsa20 v0.11.0
46582026-08-27T23:16:45.669Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46592026-08-27T23:16:45.814Z[verify-libraries] Compiling nanorand v0.7.0
46602026-08-27T23:16:45.851Z[verify-libraries] Compiling scrypt v0.12.0
46612026-08-27T23:16:46.127Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46622026-08-27T23:16:46.187Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46632026-08-27T23:16:46.311Z[verify-libraries] Compiling flume v0.11.1
46642026-08-27T23:16:46.357Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46652026-08-27T23:16:46.380Z[verify-libraries] Compiling cbc v0.2.1
46662026-08-27T23:16:46.392Z[ host-image] Aug 27 23:16:45.670 INFO O| Aug 27 23:16:45.670 INFO O| Startup: Refreshing catalog 'helios' ... Done
46672026-08-27T23:16:46.581Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46682026-08-27T23:16:46.631Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46692026-08-27T23:16:46.718Z[verify-libraries] Compiling nonempty v0.12.0
46702026-08-27T23:16:46.831Z[verify-libraries] Compiling http-range v0.1.5
46712026-08-27T23:16:46.858Z[verify-libraries] Compiling corncobs v0.1.4
46722026-08-27T23:16:46.893Z[ host-image] Aug 27 23:16:46.169 INFO O| Aug 27 23:16:46.169 INFO O| Startup: Caching catalogs ... Done
46732026-08-27T23:16:46.999Z[verify-libraries] Compiling pkcs5 v0.8.1
46742026-08-27T23:16:47.042Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46752026-08-27T23:16:47.074Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46762026-08-27T23:16:47.105Z[verify-libraries] Compiling parking_lot v0.11.2
46772026-08-27T23:16:47.176Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46782026-08-27T23:16:47.518Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46792026-08-27T23:16:47.580Z[ host-image] Aug 27 23:16:46.858 INFO O| Aug 27 23:16:46.858 INFO O| Planning: Solver setup ... Done
46802026-08-27T23:16:47.585Z[ host-image] Aug 27 23:16:46.863 INFO O| Aug 27 23:16:46.863 INFO O| Planning: Running solver ... Done
46812026-08-27T23:16:47.599Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46822026-08-27T23:16:47.603Z[ host-image] Aug 27 23:16:46.880 INFO O| Aug 27 23:16:46.880 INFO O| Planning: Finding local manifests ... Done
46832026-08-27T23:16:47.626Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46842026-08-27T23:16:47.629Z[ host-image] Aug 27 23:16:46.906 INFO O| Aug 27 23:16:46.903 INFO O| Planning: Fetching manifests: 0/6 0% complete
46852026-08-27T23:16:47.663Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46862026-08-27T23:16:47.687Z[ host-image] Aug 27 23:16:46.965 INFO O| Aug 27 23:16:46.965 INFO O| Planning: Fetching manifests: 6/6 100% complete
46872026-08-27T23:16:47.716Z[ host-image] Aug 27 23:16:46.989 INFO O| Aug 27 23:16:46.989 INFO O| Planning: Package planning ... Done
46882026-08-27T23:16:47.716Z[ host-image] Aug 27 23:16:46.991 INFO O| Aug 27 23:16:46.991 INFO O| Planning: Merging actions ... Done
46892026-08-27T23:16:47.770Z[ host-image] Aug 27 23:16:47.046 INFO O| Aug 27 23:16:47.046 INFO O| Planning: Checking for conflicting actions ... Done
46902026-08-27T23:16:47.770Z[ host-image] Aug 27 23:16:47.048 INFO O| Aug 27 23:16:47.048 INFO O| Planning: Consolidating action changes ... Done
46912026-08-27T23:16:47.812Z[verify-libraries] Compiling digest-io v0.1.0
46922026-08-27T23:16:47.874Z[verify-libraries] Compiling prefix-trie v0.7.0
46932026-08-27T23:16:47.961Z[ host-image] Aug 27 23:16:47.238 INFO O| Aug 27 23:16:47.238 INFO O| Planning: Evaluating mediators ... Done
46942026-08-27T23:16:47.964Z[ host-image] Aug 27 23:16:47.240 INFO O| Aug 27 23:16:47.240 INFO O| Planning: Planning completed in 1.05 seconds
46952026-08-27T23:16:47.964Z[ host-image] Aug 27 23:16:47.240 INFO O| Aug 27 23:16:47.240 INFO O| Packages to install: 6
46962026-08-27T23:16:47.964Z[ host-image] Aug 27 23:16:47.240 INFO O| Aug 27 23:16:47.240 INFO O| Services to change: 2
46972026-08-27T23:16:47.973Z[ host-image] Aug 27 23:16:47.251 INFO O| Aug 27 23:16:47.251 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46982026-08-27T23:16:47.988Z[verify-libraries] Compiling secrecy v0.8.0
46992026-08-27T23:16:48.171Z[ host-image] Aug 27 23:16:47.449 INFO O| Aug 27 23:16:47.449 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.9M/s)
47002026-08-27T23:16:48.206Z[verify-libraries] Compiling rawzip v0.4.4
47012026-08-27T23:16:48.227Z[ host-image] Aug 27 23:16:47.505 INFO O| Aug 27 23:16:47.504 INFO O| Actions: 1/391 actions (Installing new actions)
47022026-08-27T23:16:48.351Z[verify-libraries] Compiling hickory-server v0.25.2
47032026-08-27T23:16:48.378Z[ host-image] Aug 27 23:16:47.656 INFO O| Aug 27 23:16:47.656 INFO O| Actions: Completed 391 actions in 0.15 seconds.
47042026-08-27T23:16:48.431Z[ host-image] Aug 27 23:16:47.709 INFO O| Aug 27 23:16:47.709 INFO O| Finalize: Updating package state database ... Done
47052026-08-27T23:16:48.431Z[ host-image] Aug 27 23:16:47.709 INFO O| Aug 27 23:16:47.709 INFO O| Finalize: Updating package cache ... Done
47062026-08-27T23:16:48.534Z[ host-image] Aug 27 23:16:47.812 INFO O| Aug 27 23:16:47.812 INFO O| Finalize: Updating image state ... Done
47072026-08-27T23:16:48.574Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47082026-08-27T23:16:48.695Z[verify-libraries] Compiling pkcs8 v0.11.0
47092026-08-27T23:16:48.762Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47102026-08-27T23:16:48.929Z[verify-libraries] Compiling sled v0.34.7
47112026-08-27T23:16:49.119Z[ recovery-image] Aug 27 23:16:48.396 INFO O| Aug 27 23:16:48.396 INFO O| Download: 5908/16682 items 44.3/200.0MB 22% complete (8.9M/s)
47122026-08-27T23:16:49.133Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47132026-08-27T23:16:49.189Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47142026-08-27T23:16:49.300Z[verify-libraries] Compiling ignore v0.4.25
47152026-08-27T23:16:49.573Z[ host-image] Aug 27 23:16:48.851 INFO O| Aug 27 23:16:48.851 INFO O| Finalize: Creating fast lookup database ... Done
47162026-08-27T23:16:49.614Z[ host-image] Aug 27 23:16:48.891 INFO O| Aug 27 23:16:48.891 INFO O| Finalize: Reading search index ... Done
47172026-08-27T23:16:49.614Z[ host-image] Aug 27 23:16:48.892 INFO O| Aug 27 23:16:48.892 INFO O| Finalize: Updating search index ... Done
47182026-08-27T23:16:49.636Z[ host-image] Aug 27 23:16:48.914 INFO O| Aug 27 23:16:48.913 INFO O| Finalize: Updating package cache ... Done
47192026-08-27T23:16:49.710Z[verify-libraries] Compiling anstyle-parse v0.2.7
47202026-08-27T23:16:49.808Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47212026-08-27T23:16:49.852Z[verify-libraries] Compiling ff v0.14.0
47222026-08-27T23:16:49.977Z[ host-image] Aug 27 23:16:49.254 INFO O| Aug 27 23:16:49.254 INFO STEP 12 (pkg_install) COMPLETE
47232026-08-27T23:16:49.977Z[ host-image] Aug 27 23:16:49.254 INFO O| Aug 27 23:16:49.254 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47242026-08-27T23:16:49.986Z[ host-image] Aug 27 23:16:49.264 INFO O| Aug 27 23:16:49.264 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47252026-08-27T23:16:50.038Z[verify-libraries] Compiling anstream v0.6.21
47262026-08-27T23:16:50.076Z[verify-libraries] Compiling globwalk v0.9.1
47272026-08-27T23:16:50.173Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47282026-08-27T23:16:50.416Z[verify-libraries] Compiling predicates-tree v1.0.13
47292026-08-27T23:16:50.461Z[verify-libraries] Compiling libz-sys v1.1.24
47302026-08-27T23:16:50.569Z[verify-libraries] Compiling rand_seeder v0.4.0
47312026-08-27T23:16:50.714Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47322026-08-27T23:16:50.993Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47332026-08-27T23:16:51.197Z[verify-libraries] Compiling group v0.14.0
47342026-08-27T23:16:51.257Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47352026-08-27T23:16:51.388Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47362026-08-27T23:16:51.500Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47372026-08-27T23:16:51.543Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47382026-08-27T23:16:51.666Z[verify-libraries] Compiling signature v3.0.0
47392026-08-27T23:16:51.723Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47402026-08-27T23:16:51.958Z[verify-libraries] Compiling instability v0.3.11
47412026-08-27T23:16:52.054Z[verify-libraries] Compiling base16ct v1.0.0
47422026-08-27T23:16:52.263Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47432026-08-27T23:16:52.266Z[verify-libraries] Compiling sec1 v0.8.1
47442026-08-27T23:16:52.320Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47452026-08-27T23:16:52.352Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47462026-08-27T23:16:52.410Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47472026-08-27T23:16:52.482Z[ host-image] Aug 27 23:16:51.760 INFO O| Aug 27 23:16:51.759 INFO O| Startup: Refreshing catalog 'helios' ... Done
47482026-08-27T23:16:52.597Z[verify-libraries] Compiling hkdf v0.13.0
47492026-08-27T23:16:52.702Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47502026-08-27T23:16:52.814Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47512026-08-27T23:16:52.916Z[verify-libraries] Compiling scuffle v0.1.0
47522026-08-27T23:16:52.971Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47532026-08-27T23:16:53.009Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47542026-08-27T23:16:53.087Z[ host-image] Aug 27 23:16:52.364 INFO O| Aug 27 23:16:52.364 INFO O| Startup: Caching catalogs ... Done
47552026-08-27T23:16:53.247Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47562026-08-27T23:16:53.445Z[verify-libraries] Compiling castaway v0.2.4
47572026-08-27T23:16:53.536Z[verify-libraries] Compiling indoc v2.0.7
47582026-08-27T23:16:53.638Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47592026-08-27T23:16:53.676Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47602026-08-27T23:16:53.704Z[ host-image] Aug 27 23:16:52.981 INFO O| Aug 27 23:16:52.981 INFO O| Planning: Solver setup ... Done
47612026-08-27T23:16:53.707Z[ host-image] Aug 27 23:16:52.983 INFO O| Aug 27 23:16:52.983 INFO O| Planning: Running solver ... Done
47622026-08-27T23:16:53.722Z[ host-image] Aug 27 23:16:53.000 INFO O| Aug 27 23:16:53.000 INFO O| Planning: Finding local manifests ... Done
47632026-08-27T23:16:53.742Z[ host-image] Aug 27 23:16:53.020 INFO O| Aug 27 23:16:53.020 INFO O| Planning: Fetching manifests: 0/6 0% complete
47642026-08-27T23:16:53.818Z[ host-image] Aug 27 23:16:53.095 INFO O| Aug 27 23:16:53.095 INFO O| Planning: Fetching manifests: 6/6 100% complete
47652026-08-27T23:16:53.847Z[ host-image] Aug 27 23:16:53.124 INFO O| Aug 27 23:16:53.124 INFO O| Planning: Package planning ... Done
47662026-08-27T23:16:53.855Z[ host-image] Aug 27 23:16:53.133 INFO O| Aug 27 23:16:53.133 INFO O| Planning: Merging actions ... Done
47672026-08-27T23:16:53.896Z[verify-libraries] Compiling compact_str v0.8.1
47682026-08-27T23:16:53.904Z[ host-image] Aug 27 23:16:53.182 INFO O| Aug 27 23:16:53.182 INFO O| Planning: Checking for conflicting actions ... Done
47692026-08-27T23:16:53.908Z[ host-image] Aug 27 23:16:53.185 INFO O| Aug 27 23:16:53.185 INFO O| Planning: Consolidating action changes ... Done
47702026-08-27T23:16:54.050Z[ host-image] Aug 27 23:16:53.328 INFO O| Aug 27 23:16:53.328 INFO O| Planning: Evaluating mediators ... Done
47712026-08-27T23:16:54.053Z[ host-image] Aug 27 23:16:53.331 INFO O| Aug 27 23:16:53.331 INFO O| Planning: Planning completed in 0.95 seconds
47722026-08-27T23:16:54.053Z[ host-image] Aug 27 23:16:53.331 INFO O| Aug 27 23:16:53.331 INFO O| Packages to install: 6
47732026-08-27T23:16:54.053Z[ host-image] Aug 27 23:16:53.331 INFO O| Aug 27 23:16:53.331 INFO O| Mediators to change: 1
47742026-08-27T23:16:54.053Z[ host-image] Aug 27 23:16:53.331 INFO O| Aug 27 23:16:53.331 INFO O| Services to change: 1
47752026-08-27T23:16:54.063Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47762026-08-27T23:16:54.066Z[ host-image] Aug 27 23:16:53.343 INFO O| Aug 27 23:16:53.343 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47772026-08-27T23:16:54.119Z[ recovery-image] Aug 27 23:16:53.396 INFO O| Aug 27 23:16:53.396 INFO O| Download: 11195/16682 items 104.1/200.0MB 52% complete (10.4M/s)
47782026-08-27T23:16:54.199Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47792026-08-27T23:16:54.702Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47802026-08-27T23:16:54.722Z[ host-image] Aug 27 23:16:54.000 INFO O| Aug 27 23:16:54.000 INFO O| Download: Completed 7.84 MB in 0.66 seconds (11.9M/s)
47812026-08-27T23:16:54.815Z[ host-image] Aug 27 23:16:54.093 INFO O| Aug 27 23:16:54.093 INFO O| Actions: 1/1366 actions (Installing new actions)
47822026-08-27T23:16:54.862Z[verify-libraries] Compiling elliptic-curve v0.14.1
47832026-08-27T23:16:55.063Z[ host-image] Aug 27 23:16:54.340 INFO O| Aug 27 23:16:54.340 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
47842026-08-27T23:16:55.109Z[ host-image] Aug 27 23:16:54.387 INFO O| Aug 27 23:16:54.387 INFO O| Finalize: Updating package state database ... Done
47852026-08-27T23:16:55.109Z[ host-image] Aug 27 23:16:54.387 INFO O| Aug 27 23:16:54.387 INFO O| Finalize: Updating package cache ... Done
47862026-08-27T23:16:55.234Z[ host-image] Aug 27 23:16:54.510 INFO O| Aug 27 23:16:54.510 INFO O| Finalize: Updating image state ... Done
47872026-08-27T23:16:55.244Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47882026-08-27T23:16:55.345Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47892026-08-27T23:16:55.451Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47902026-08-27T23:16:55.633Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47912026-08-27T23:16:55.827Z[verify-libraries] Compiling lru v0.12.5
47922026-08-27T23:16:55.911Z[verify-libraries] Compiling unicode-truncate v1.1.0
47932026-08-27T23:16:56.035Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47942026-08-27T23:16:56.079Z[verify-libraries] Compiling arc-swap v1.8.2
47952026-08-27T23:16:56.135Z[verify-libraries] Compiling cassowary v0.3.0
47962026-08-27T23:16:56.157Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47972026-08-27T23:16:56.241Z[ host-image] Aug 27 23:16:55.517 INFO O| Aug 27 23:16:55.517 INFO O| Finalize: Creating fast lookup database ... Done
47982026-08-27T23:16:56.269Z[ host-image] Aug 27 23:16:55.547 INFO O| Aug 27 23:16:55.547 INFO O| Finalize: Reading search index ... Done
47992026-08-27T23:16:56.269Z[ host-image] Aug 27 23:16:55.547 INFO O| Aug 27 23:16:55.547 INFO O| Finalize: Updating search index ... Done
48002026-08-27T23:16:56.304Z[ host-image] Aug 27 23:16:55.582 INFO O| Aug 27 23:16:55.582 INFO O| Finalize: Updating package cache ... Done
48012026-08-27T23:16:56.474Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48022026-08-27T23:16:56.548Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48032026-08-27T23:16:56.611Z[ host-image] Aug 27 23:16:55.888 INFO O| Aug 27 23:16:55.888 INFO STEP 13 (pkg_install) COMPLETE
48042026-08-27T23:16:56.611Z[ host-image] Aug 27 23:16:55.888 INFO O| Aug 27 23:16:55.888 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48052026-08-27T23:16:56.626Z[ host-image] Aug 27 23:16:55.899 INFO O| Aug 27 23:16:55.899 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48062026-08-27T23:16:56.728Z[verify-libraries] Compiling ratatui v0.29.0
48072026-08-27T23:16:56.800Z[verify-libraries] Compiling slog-scope v4.4.1
48082026-08-27T23:16:57.026Z[verify-libraries] Compiling wnaf v0.14.0
48092026-08-27T23:16:57.138Z[verify-libraries] Compiling primefield v0.14.0
48102026-08-27T23:16:57.293Z[verify-libraries] Compiling rfc6979 v0.6.0
48112026-08-27T23:16:57.335Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48122026-08-27T23:16:57.476Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48132026-08-27T23:16:57.535Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48142026-08-27T23:16:57.631Z[verify-libraries] Compiling vergen-git2 v9.1.0
48152026-08-27T23:16:57.662Z[verify-libraries] Compiling strsim v0.10.0
48162026-08-27T23:16:57.742Z[verify-libraries] Compiling ecdsa v0.17.0
48172026-08-27T23:16:57.860Z[verify-libraries] Compiling primeorder v0.14.0
48182026-08-27T23:16:58.003Z[verify-libraries] Compiling darling_core v0.13.4
48192026-08-27T23:16:58.095Z[verify-libraries] Compiling slog-stdlog v4.1.1
48202026-08-27T23:16:58.209Z[ recovery-image] Aug 27 23:16:57.480 INFO O| Aug 27 23:16:57.480 INFO O| Download: Completed 200.00 MB in 14.10 seconds (14.1M/s)
48212026-08-27T23:16:58.262Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48222026-08-27T23:16:58.364Z[verify-libraries] Compiling tungstenite v0.23.0
48232026-08-27T23:16:58.438Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48242026-08-27T23:16:58.463Z[ recovery-image] Aug 27 23:16:57.741 INFO O| Aug 27 23:16:57.741 INFO O| Actions: 1/27580 actions (Installing new actions)
48252026-08-27T23:16:59.007Z[verify-libraries] Compiling console v0.16.2
48262026-08-27T23:16:59.052Z[verify-libraries] Compiling libsw-core v0.3.2
48272026-08-27T23:16:59.133Z[verify-libraries] Compiling unit-prefix v0.5.2
48282026-08-27T23:16:59.183Z[ host-image] Aug 27 23:16:58.459 INFO O| Aug 27 23:16:58.459 INFO O| Startup: Refreshing catalog 'helios' ... Done
48292026-08-27T23:16:59.306Z[verify-libraries] Compiling assert_matches v1.5.0
48302026-08-27T23:16:59.375Z[verify-libraries] Compiling void v1.0.2
48312026-08-27T23:16:59.436Z[verify-libraries] Compiling libsw v3.5.0
48322026-08-27T23:16:59.559Z[verify-libraries] Compiling lzss v0.8.2
48332026-08-27T23:16:59.649Z[verify-libraries] Compiling indicatif v0.18.4
48342026-08-27T23:16:59.672Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48352026-08-27T23:16:59.796Z[verify-libraries] Compiling slog-envlogger v2.2.0
48362026-08-27T23:16:59.802Z[verify-libraries] Compiling ssh-encoding v0.3.0
48372026-08-27T23:16:59.852Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48382026-08-27T23:16:59.883Z[ host-image] Aug 27 23:16:59.160 INFO O| Aug 27 23:16:59.160 INFO O| Startup: Caching catalogs ... Done
48392026-08-27T23:17:00.070Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48402026-08-27T23:17:00.172Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48412026-08-27T23:17:00.172Z[verify-libraries] Compiling darling_macro v0.13.4
48422026-08-27T23:17:00.253Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48432026-08-27T23:17:00.301Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48442026-08-27T23:17:00.408Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48452026-08-27T23:17:00.521Z[ host-image] Aug 27 23:16:59.797 INFO O| Aug 27 23:16:59.797 INFO O| Planning: Solver setup ... Done
48462026-08-27T23:17:00.526Z[ host-image] Aug 27 23:16:59.803 INFO O| Aug 27 23:16:59.803 INFO O| Planning: Running solver ... Done
48472026-08-27T23:17:00.543Z[ host-image] Aug 27 23:16:59.820 INFO O| Aug 27 23:16:59.820 INFO O| Planning: Finding local manifests ... Done
48482026-08-27T23:17:00.574Z[verify-libraries] Compiling nix v0.27.1
48492026-08-27T23:17:00.577Z[ host-image] Aug 27 23:16:59.853 INFO O| Aug 27 23:16:59.853 INFO O| Planning: Fetching manifests: 0/1 0% complete
48502026-08-27T23:17:00.593Z[ host-image] Aug 27 23:16:59.864 INFO O| Aug 27 23:16:59.864 INFO O| Planning: Fetching manifests: 1/1 100% complete
48512026-08-27T23:17:00.597Z[verify-libraries] Compiling colored v2.2.0
48522026-08-27T23:17:00.612Z[ host-image] Aug 27 23:16:59.890 INFO O| Aug 27 23:16:59.890 INFO O| Planning: Package planning ... Done
48532026-08-27T23:17:00.613Z[ host-image] Aug 27 23:16:59.890 INFO O| Aug 27 23:16:59.890 INFO O| Planning: Merging actions ... Done
48542026-08-27T23:17:00.654Z[ host-image] Aug 27 23:16:59.928 INFO O| Aug 27 23:16:59.928 INFO O| Planning: Checking for conflicting actions ... Done
48552026-08-27T23:17:00.654Z[ host-image] Aug 27 23:16:59.928 INFO O| Aug 27 23:16:59.928 INFO O| Planning: Consolidating action changes ... Done
48562026-08-27T23:17:00.658Z[verify-libraries] Compiling blake3 v1.8.5
48572026-08-27T23:17:00.746Z[verify-libraries] Compiling serde_bytes v0.11.19
48582026-08-27T23:17:00.782Z[ host-image] Aug 27 23:17:00.059 INFO O| Aug 27 23:17:00.059 INFO O| Planning: Evaluating mediators ... Done
48592026-08-27T23:17:00.785Z[ host-image] Aug 27 23:17:00.059 INFO O| Aug 27 23:17:00.059 INFO O| Planning: Planning completed in 0.88 seconds
48602026-08-27T23:17:00.785Z[ host-image] Aug 27 23:17:00.060 INFO O| Aug 27 23:17:00.060 INFO O| Packages to install: 1
48612026-08-27T23:17:00.795Z[ host-image] Aug 27 23:17:00.071 INFO O| Aug 27 23:17:00.070 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48622026-08-27T23:17:00.875Z[verify-libraries] Compiling keccak v0.2.0
48632026-08-27T23:17:00.937Z[ host-image] Aug 27 23:17:00.214 INFO O| Aug 27 23:17:00.214 INFO O| Download: Completed 13.27 MB in 0.14 seconds (92.3M/s)
48642026-08-27T23:17:00.962Z[ host-image] Aug 27 23:17:00.240 INFO O| Aug 27 23:17:00.240 INFO O| Actions: 1/22 actions (Installing new actions)
48652026-08-27T23:17:01.089Z[verify-libraries] Compiling shell-words v1.1.1
48662026-08-27T23:17:01.123Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48672026-08-27T23:17:01.208Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48682026-08-27T23:17:01.218Z[ host-image] Aug 27 23:17:00.496 INFO O| Aug 27 23:17:00.496 INFO O| Actions: Completed 22 actions in 0.26 seconds.
48692026-08-27T23:17:01.261Z[ host-image] Aug 27 23:17:00.539 INFO O| Aug 27 23:17:00.538 INFO O| Finalize: Updating package state database ... Done
48702026-08-27T23:17:01.261Z[ host-image] Aug 27 23:17:00.539 INFO O| Aug 27 23:17:00.538 INFO O| Finalize: Updating package cache ... Done
48712026-08-27T23:17:01.315Z[verify-libraries] Compiling darling v0.13.4
48722026-08-27T23:17:01.378Z[ host-image] Aug 27 23:17:00.656 INFO O| Aug 27 23:17:00.656 INFO O| Finalize: Updating image state ... Done
48732026-08-27T23:17:01.540Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48742026-08-27T23:17:01.742Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48752026-08-27T23:17:01.883Z[verify-libraries] Compiling ed25519 v3.0.0
48762026-08-27T23:17:02.117Z[verify-libraries] Compiling crypto-primes v0.7.2
48772026-08-27T23:17:02.168Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48782026-08-27T23:17:02.500Z[ host-image] Aug 27 23:17:01.778 INFO O| Aug 27 23:17:01.778 INFO O| Finalize: Creating fast lookup database ... Done
48792026-08-27T23:17:02.529Z[ host-image] Aug 27 23:17:01.806 INFO O| Aug 27 23:17:01.806 INFO O| Finalize: Reading search index ... Done
48802026-08-27T23:17:02.529Z[ host-image] Aug 27 23:17:01.807 INFO O| Aug 27 23:17:01.807 INFO O| Finalize: Updating search index ... Done
48812026-08-27T23:17:02.539Z[ host-image] Aug 27 23:17:01.817 INFO O| Aug 27 23:17:01.817 INFO O| Finalize: Updating package cache ... Done
48822026-08-27T23:17:02.723Z[verify-libraries] Compiling poly1305 v0.9.0
48832026-08-27T23:17:02.836Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO STEP 14 (pkg_install) COMPLETE
48842026-08-27T23:17:02.836Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48852026-08-27T23:17:02.836Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO skip step because feature "mbist" is not enabled
48862026-08-27T23:17:02.839Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48872026-08-27T23:17:02.839Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO skip step because feature "mfg" is not enabled
48882026-08-27T23:17:02.839Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-08-27T23:17:02.841Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO skip step because feature "compliance" is not enabled
48902026-08-27T23:17:02.841Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48912026-08-27T23:17:02.841Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO skip step because feature "stress" is not enabled
48922026-08-27T23:17:02.841Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48932026-08-27T23:17:02.841Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO skip step because feature "compliance" is not enabled
48942026-08-27T23:17:02.841Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48952026-08-27T23:17:02.841Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO skip step because feature "nfs" is not enabled
48962026-08-27T23:17:02.842Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48972026-08-27T23:17:02.842Z[ host-image] Aug 27 23:17:02.114 INFO O| Aug 27 23:17:02.114 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48982026-08-27T23:17:03.025Z[ host-image] Aug 27 23:17:02.303 INFO O| Aug 27 23:17:02.300 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48992026-08-27T23:17:03.158Z[ host-image] Aug 27 23:17:02.435 INFO O| Aug 27 23:17:02.435 INFO completed processing sled/ramdisk-01-os
49002026-08-27T23:17:03.161Z[ host-image] Aug 27 23:17:02.437 INFO omicron1 baseline generation...
49012026-08-27T23:17:03.161Z[ host-image] Aug 27 23:17:02.437 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49022026-08-27T23:17:03.360Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49032026-08-27T23:17:03.383Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49042026-08-27T23:17:03.388Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49052026-08-27T23:17:03.448Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49062026-08-27T23:17:03.464Z[ recovery-image] Aug 27 23:17:02.742 INFO O| Aug 27 23:17:02.742 INFO O| Actions: 19967/27580 actions (Installing new actions)
49072026-08-27T23:17:03.575Z[ host-image] Aug 27 23:17:02.852 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24217:20260827T182750Z
49082026-08-27T23:17:03.679Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49092026-08-27T23:17:03.728Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49102026-08-27T23:17:03.778Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49112026-08-27T23:17:03.778Z[verify-libraries] Compiling blowfish v0.10.0
49122026-08-27T23:17:03.945Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49132026-08-27T23:17:03.985Z[verify-libraries] Compiling petname v2.0.2
49142026-08-27T23:17:04.120Z[verify-libraries] Compiling constant_time_eq v0.4.2
49152026-08-27T23:17:04.191Z[verify-libraries] Compiling arrayref v0.3.9
49162026-08-27T23:17:04.250Z[verify-libraries] Compiling arrayvec v0.7.6
49172026-08-27T23:17:04.346Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49182026-08-27T23:17:04.577Z[ recovery-image] Aug 27 23:17:03.855 INFO O| Aug 27 23:17:03.855 INFO O| Actions: Completed 27580 actions in 6.11 seconds.
49192026-08-27T23:17:04.660Z[ recovery-image] Aug 27 23:17:03.937 INFO O| Aug 27 23:17:03.937 INFO O| Finalize: Updating package state database ... Done
49202026-08-27T23:17:04.660Z[ recovery-image] Aug 27 23:17:03.937 INFO O| Aug 27 23:17:03.937 INFO O| Finalize: Updating package cache ... Done
49212026-08-27T23:17:04.703Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49222026-08-27T23:17:04.811Z[ recovery-image] Aug 27 23:17:04.089 INFO O| Aug 27 23:17:04.089 INFO O| Finalize: Updating image state ... Done
49232026-08-27T23:17:04.815Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49242026-08-27T23:17:04.897Z[verify-libraries] Compiling ssh-cipher v0.3.0
49252026-08-27T23:17:04.897Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49262026-08-27T23:17:05.132Z[verify-libraries] Compiling serde_with_macros v1.5.2
49272026-08-27T23:17:05.160Z[verify-libraries] Compiling sha3 v0.11.0
49282026-08-27T23:17:05.207Z[verify-libraries] Compiling p521 v0.14.0
49292026-08-27T23:17:05.305Z[verify-libraries] Compiling p384 v0.14.0
49302026-08-27T23:17:05.513Z[verify-libraries] Compiling p256 v0.14.0
49312026-08-27T23:17:05.588Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49322026-08-27T23:17:05.644Z[ recovery-image] Aug 27 23:17:04.919 INFO O| Aug 27 23:17:04.919 INFO O| Finalize: Creating fast lookup database ... Done
49332026-08-27T23:17:05.662Z[ recovery-image] Aug 27 23:17:04.937 INFO O| Aug 27 23:17:04.936 INFO O| Finalize: Reading search index ... Done
49342026-08-27T23:17:05.678Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49352026-08-27T23:17:05.757Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49362026-08-27T23:17:06.029Z[verify-libraries] Compiling twox-hash v2.1.2
49372026-08-27T23:17:06.085Z[verify-libraries] Compiling kem v0.3.0
49382026-08-27T23:17:06.247Z[verify-libraries] Compiling module-lattice v0.2.3
49392026-08-27T23:17:06.406Z[verify-libraries] Compiling rtoolbox v0.0.3
49402026-08-27T23:17:06.490Z[verify-libraries] Compiling atty v0.2.14
49412026-08-27T23:17:06.655Z[verify-libraries] Compiling topological-sort v0.2.2
49422026-08-27T23:17:06.691Z[verify-libraries] Compiling sponge-cursor v0.1.0
49432026-08-27T23:17:06.773Z[verify-libraries] Compiling rpassword v7.5.4
49442026-08-27T23:17:06.819Z[verify-libraries] Compiling sha3 v0.12.0
49452026-08-27T23:17:06.941Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49462026-08-27T23:17:06.962Z[verify-libraries] Compiling ml-kem v0.3.2
49472026-08-27T23:17:06.962Z[verify-libraries] Compiling serde_with v1.14.0
49482026-08-27T23:17:07.459Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49492026-08-27T23:17:07.486Z[ recovery-image] Aug 27 23:17:06.764 INFO O| Aug 27 23:17:06.764 INFO O| Finalize: Building new search index ... Done
49502026-08-27T23:17:07.793Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49512026-08-27T23:17:07.819Z[ recovery-image] Aug 27 23:17:07.097 INFO O| Aug 27 23:17:07.097 INFO O| Finalize: Updating package cache ... Done
49522026-08-27T23:17:07.823Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49532026-08-27T23:17:07.871Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49542026-08-27T23:17:08.210Z[ recovery-image] Aug 27 23:17:07.486 INFO O| Aug 27 23:17:07.486 INFO STEP 11 (pkg_install) COMPLETE
49552026-08-27T23:17:08.210Z[ recovery-image] Aug 27 23:17:07.486 INFO O| Aug 27 23:17:07.486 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49562026-08-27T23:17:08.215Z[ recovery-image] Aug 27 23:17:07.486 INFO O| Aug 27 23:17:07.486 INFO skip step because feature "recovery" is enabled
49572026-08-27T23:17:08.215Z[ recovery-image] Aug 27 23:17:07.486 INFO O| Aug 27 23:17:07.486 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49582026-08-27T23:17:08.215Z[ recovery-image] Aug 27 23:17:07.486 INFO O| Aug 27 23:17:07.486 INFO skip step because feature "omicron1" is not enabled
49592026-08-27T23:17:08.215Z[ recovery-image] Aug 27 23:17:07.486 INFO O| Aug 27 23:17:07.486 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49602026-08-27T23:17:08.220Z[ recovery-image] Aug 27 23:17:07.498 INFO O| Aug 27 23:17:07.498 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49612026-08-27T23:17:08.338Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49622026-08-27T23:17:08.488Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
49632026-08-27T23:17:09.113Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49642026-08-27T23:17:09.798Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49652026-08-27T23:17:10.116Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49662026-08-27T23:17:11.117Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49672026-08-27T23:17:11.205Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
49682026-08-27T23:17:11.483Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
49692026-08-27T23:17:11.607Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
49702026-08-27T23:17:11.610Z[ recovery-image] Aug 27 23:17:10.886 INFO O| Aug 27 23:17:10.886 INFO O| Startup: Refreshing catalog 'helios' ... Done
49712026-08-27T23:17:12.135Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49722026-08-27T23:17:12.154Z[ recovery-image] Aug 27 23:17:11.432 INFO O| Aug 27 23:17:11.432 INFO O| Startup: Caching catalogs ... Done
49732026-08-27T23:17:12.204Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49742026-08-27T23:17:12.815Z[ recovery-image] Aug 27 23:17:12.091 INFO O| Aug 27 23:17:12.091 INFO O| Planning: Solver setup ... Done
49752026-08-27T23:17:12.819Z[ recovery-image] Aug 27 23:17:12.097 INFO O| Aug 27 23:17:12.097 INFO O| Planning: Running solver ... Done
49762026-08-27T23:17:12.844Z[ recovery-image] Aug 27 23:17:12.122 INFO O| Aug 27 23:17:12.122 INFO O| Planning: Finding local manifests ... Done
49772026-08-27T23:17:12.875Z[ recovery-image] Aug 27 23:17:12.150 INFO O| Aug 27 23:17:12.150 INFO O| Planning: Fetching manifests: 0/1 0% complete
49782026-08-27T23:17:12.881Z[ recovery-image] Aug 27 23:17:12.159 INFO O| Aug 27 23:17:12.159 INFO O| Planning: Fetching manifests: 1/1 100% complete
49792026-08-27T23:17:12.899Z[ recovery-image] Aug 27 23:17:12.176 INFO O| Aug 27 23:17:12.176 INFO O| Planning: Package planning ... Done
49802026-08-27T23:17:12.899Z[ recovery-image] Aug 27 23:17:12.177 INFO O| Aug 27 23:17:12.177 INFO O| Planning: Merging actions ... Done
49812026-08-27T23:17:12.924Z[ recovery-image] Aug 27 23:17:12.197 INFO O| Aug 27 23:17:12.197 INFO O| Planning: Checking for conflicting actions ... Done
49822026-08-27T23:17:12.927Z[ recovery-image] Aug 27 23:17:12.197 INFO O| Aug 27 23:17:12.197 INFO O| Planning: Consolidating action changes ... Done
49832026-08-27T23:17:13.017Z[ recovery-image] Aug 27 23:17:12.295 INFO O| Aug 27 23:17:12.294 INFO O| Planning: Evaluating mediators ... Done
49842026-08-27T23:17:13.021Z[ recovery-image] Aug 27 23:17:12.295 INFO O| Aug 27 23:17:12.295 INFO O| Planning: Planning completed in 0.85 seconds
49852026-08-27T23:17:13.021Z[ recovery-image] Aug 27 23:17:12.295 INFO O| Aug 27 23:17:12.295 INFO O| Packages to install: 1
49862026-08-27T23:17:13.033Z[ recovery-image] Aug 27 23:17:12.308 INFO O| Aug 27 23:17:12.308 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49872026-08-27T23:17:13.090Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
49882026-08-27T23:17:13.127Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
49892026-08-27T23:17:13.938Z[ recovery-image] Aug 27 23:17:12.762 INFO O| Aug 27 23:17:12.762 INFO O| Download: Completed 13.27 MB in 0.45 seconds (29.2M/s)
49902026-08-27T23:17:13.956Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49912026-08-27T23:17:13.956Z[ recovery-image] Aug 27 23:17:12.910 INFO O| Aug 27 23:17:12.910 INFO O| Actions: 1/22 actions (Installing new actions)
49922026-08-27T23:17:13.956Z[ recovery-image] Aug 27 23:17:13.144 INFO O| Aug 27 23:17:13.144 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49932026-08-27T23:17:13.956Z[ recovery-image] Aug 27 23:17:13.186 INFO O| Aug 27 23:17:13.186 INFO O| Finalize: Updating package state database ... Done
49942026-08-27T23:17:13.956Z[ recovery-image] Aug 27 23:17:13.186 INFO O| Aug 27 23:17:13.186 INFO O| Finalize: Updating package cache ... Done
49952026-08-27T23:17:14.006Z[ recovery-image] Aug 27 23:17:13.284 INFO O| Aug 27 23:17:13.284 INFO O| Finalize: Updating image state ... Done
49962026-08-27T23:17:16.111Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49972026-08-27T23:17:16.185Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49982026-08-27T23:17:16.185Z[ recovery-image] Aug 27 23:17:14.060 INFO O| Aug 27 23:17:14.060 INFO O| Finalize: Creating fast lookup database ... Done
49992026-08-27T23:17:16.185Z[ recovery-image] Aug 27 23:17:14.082 INFO O| Aug 27 23:17:14.082 INFO O| Finalize: Reading search index ... Done
50002026-08-27T23:17:16.185Z[ recovery-image] Aug 27 23:17:14.082 INFO O| Aug 27 23:17:14.082 INFO O| Finalize: Updating search index ... Done
50012026-08-27T23:17:16.185Z[ recovery-image] Aug 27 23:17:14.093 INFO O| Aug 27 23:17:14.093 INFO O| Finalize: Updating package cache ... Done
50022026-08-27T23:17:16.185Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50032026-08-27T23:17:16.185Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50042026-08-27T23:17:16.204Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO STEP 14 (pkg_install) COMPLETE
50052026-08-27T23:17:16.204Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50062026-08-27T23:17:16.204Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO skip step because feature "mbist" is not enabled
50072026-08-27T23:17:16.204Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50082026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO skip step because feature "mfg" is not enabled
50092026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50102026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO skip step because feature "compliance" is not enabled
50112026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50122026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO skip step because feature "stress" is not enabled
50132026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50142026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO skip step because feature "compliance" is not enabled
50152026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50162026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO skip step because feature "nfs" is not enabled
50172026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50182026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.402 INFO O| Aug 27 23:17:14.402 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50192026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.672 INFO O| Aug 27 23:17:14.672 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50202026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.792 INFO O| Aug 27 23:17:14.792 INFO completed processing sled/ramdisk-01-os
50212026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.795 INFO image builder template: ramdisk-02-trim...
50222026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.795 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/.tmpMUjC3W/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
50232026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.816 INFO O| Aug 27 23:17:14.816 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50242026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.821 INFO O| Aug 27 23:17:14.821 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50252026-08-27T23:17:16.205Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50262026-08-27T23:17:16.205Z[ recovery-image] Aug 27 23:17:14.942 INFO O| Aug 27 23:17:14.942 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50272026-08-27T23:17:16.205Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50282026-08-27T23:17:16.206Z[ recovery-image] Aug 27 23:17:15.026 INFO O| Aug 27 23:17:15.026 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50292026-08-27T23:17:16.206Z[ recovery-image] Aug 27 23:17:15.026 INFO O| Aug 27 23:17:15.026 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50302026-08-27T23:17:16.206Z[ recovery-image] Aug 27 23:17:15.032 INFO O| Aug 27 23:17:15.032 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50312026-08-27T23:17:16.206Z[ recovery-image] Aug 27 23:17:15.036 INFO O| Aug 27 23:17:15.036 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50322026-08-27T23:17:16.206Z[ recovery-image] Aug 27 23:17:15.041 INFO O| Aug 27 23:17:15.041 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50332026-08-27T23:17:16.206Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50342026-08-27T23:17:16.206Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
50352026-08-27T23:17:17.780Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50362026-08-27T23:17:17.825Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50372026-08-27T23:17:17.825Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
50382026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.842 INFO O| Aug 27 23:17:15.842 INFO rolled back to input snapshot; work may begin
50392026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.842 INFO O| Aug 27 23:17:15.842 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50402026-08-27T23:17:17.826Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
50412026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.846 INFO O| Aug 27 23:17:15.846 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.855 INFO O| Aug 27 23:17:15.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50432026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.899 INFO O| Aug 27 23:17:15.899 INFO STEP 0 (remove_files) COMPLETE
50442026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.899 INFO O| Aug 27 23:17:15.899 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.911 INFO O| Aug 27 23:17:15.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50462026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.912 INFO O| Aug 27 23:17:15.912 INFO STEP 1 (remove_files) COMPLETE
50472026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.912 INFO O| Aug 27 23:17:15.912 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.923 INFO O| Aug 27 23:17:15.922 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50492026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.937 INFO O| Aug 27 23:17:15.937 INFO STEP 2 (remove_files) COMPLETE
50502026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.937 INFO O| Aug 27 23:17:15.937 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.948 INFO O| Aug 27 23:17:15.948 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50522026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.949 INFO O| Aug 27 23:17:15.949 INFO STEP 3 (remove_files) COMPLETE
50532026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.950 INFO O| Aug 27 23:17:15.949 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-27T23:17:17.826Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
50552026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.959 INFO O| Aug 27 23:17:15.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50562026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.962 INFO O| Aug 27 23:17:15.962 INFO STEP 4 (remove_files) COMPLETE
50572026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.963 INFO O| Aug 27 23:17:15.962 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.972 INFO O| Aug 27 23:17:15.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50592026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.972 INFO O| Aug 27 23:17:15.972 INFO STEP 5 (remove_files) COMPLETE
50602026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.972 INFO O| Aug 27 23:17:15.972 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.981 INFO O| Aug 27 23:17:15.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50622026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO STEP 6 (remove_files) COMPLETE
50632026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO skip step because feature "heliosv2" is not enabled
50652026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO skip step because feature "recovery" is enabled
50672026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO skip step because feature "recovery" is enabled
50692026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO skip step because feature "recovery" is enabled
50712026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:15.993 INFO O| Aug 27 23:17:15.993 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-27T23:17:17.826Z[ recovery-image] Aug 27 23:17:16.003 INFO O| Aug 27 23:17:16.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50732026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.006 INFO O| Aug 27 23:17:16.006 INFO STEP 11 (remove_files) COMPLETE
50742026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.006 INFO O| Aug 27 23:17:16.006 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.016 INFO O| Aug 27 23:17:16.016 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50762026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.017 INFO O| Aug 27 23:17:16.017 INFO STEP 12 (remove_files) COMPLETE
50772026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.017 INFO O| Aug 27 23:17:16.017 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.026 INFO O| Aug 27 23:17:16.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50792026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.027 INFO O| Aug 27 23:17:16.027 INFO STEP 13 (remove_files) COMPLETE
50802026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.027 INFO O| Aug 27 23:17:16.027 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-27T23:17:17.827Z[verify-libraries] Compiling fatfs v0.3.6
50822026-08-27T23:17:17.827Z[verify-libraries] Compiling num-bigint v0.4.6
50832026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.094 INFO O| Aug 27 23:17:16.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50842026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.100 INFO O| Aug 27 23:17:16.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50852026-08-27T23:17:17.827Z[verify-libraries] Compiling generic-array v1.4.3
50862026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.218 INFO O| Aug 27 23:17:16.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50872026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.218 INFO O| Aug 27 23:17:16.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50882026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.218 INFO O| Aug 27 23:17:16.218 INFO STEP 14 (remove_files) COMPLETE
50892026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.218 INFO O| Aug 27 23:17:16.218 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.229 INFO O| Aug 27 23:17:16.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50912026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.230 INFO O| Aug 27 23:17:16.230 INFO STEP 15 (remove_files) COMPLETE
50922026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.230 INFO O| Aug 27 23:17:16.230 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.240 INFO O| Aug 27 23:17:16.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50942026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.247 INFO O| Aug 27 23:17:16.246 INFO STEP 16 (remove_files) COMPLETE
50952026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.247 INFO O| Aug 27 23:17:16.247 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.259 INFO O| Aug 27 23:17:16.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50972026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.259 INFO O| Aug 27 23:17:16.259 INFO STEP 17 (remove_files) COMPLETE
50982026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.259 INFO O| Aug 27 23:17:16.259 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.284 INFO O| Aug 27 23:17:16.284 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51002026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.285 INFO O| Aug 27 23:17:16.285 INFO STEP 18 (remove_files) COMPLETE
51012026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.285 INFO O| Aug 27 23:17:16.285 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.295 INFO O| Aug 27 23:17:16.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51032026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.295 INFO O| Aug 27 23:17:16.295 INFO STEP 19 (remove_files) COMPLETE
51042026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.295 INFO O| Aug 27 23:17:16.295 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.304 INFO O| Aug 27 23:17:16.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51062026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.304 INFO O| Aug 27 23:17:16.304 INFO STEP 20 (remove_files) COMPLETE
51072026-08-27T23:17:17.827Z[ recovery-image] Aug 27 23:17:16.304 INFO O| Aug 27 23:17:16.304 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.315 INFO O| Aug 27 23:17:16.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51092026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.315 INFO O| Aug 27 23:17:16.315 INFO STEP 21 (remove_files) COMPLETE
51102026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.315 INFO O| Aug 27 23:17:16.315 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.333 INFO O| Aug 27 23:17:16.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51122026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.333 INFO O| Aug 27 23:17:16.333 INFO STEP 22 (remove_files) COMPLETE
51132026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.333 INFO O| Aug 27 23:17:16.333 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-27T23:17:17.828Z[verify-libraries] Compiling russh-util v0.52.0
51152026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.344 INFO O| Aug 27 23:17:16.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51162026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.344 INFO O| Aug 27 23:17:16.344 INFO STEP 23 (remove_files) COMPLETE
51172026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.344 INFO O| Aug 27 23:17:16.344 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.354 INFO O| Aug 27 23:17:16.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51192026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.354 INFO O| Aug 27 23:17:16.354 INFO STEP 24 (remove_files) COMPLETE
51202026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.354 INFO O| Aug 27 23:17:16.354 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.364 INFO O| Aug 27 23:17:16.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51222026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.364 INFO O| Aug 27 23:17:16.364 INFO STEP 25 (remove_files) COMPLETE
51232026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.364 INFO O| Aug 27 23:17:16.364 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.377 INFO O| Aug 27 23:17:16.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51252026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.377 INFO O| Aug 27 23:17:16.377 INFO STEP 26 (remove_files) COMPLETE
51262026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.377 INFO O| Aug 27 23:17:16.377 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.386 INFO O| Aug 27 23:17:16.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51282026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.386 INFO O| Aug 27 23:17:16.386 INFO STEP 27 (remove_files) COMPLETE
51292026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.386 INFO O| Aug 27 23:17:16.386 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-27T23:17:17.828Z[verify-libraries] Compiling enum_dispatch v0.3.13
51312026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.399 INFO O| Aug 27 23:17:16.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51322026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.399 INFO O| Aug 27 23:17:16.399 INFO STEP 28 (remove_files) COMPLETE
51332026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.399 INFO O| Aug 27 23:17:16.399 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.417 INFO O| Aug 27 23:17:16.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51352026-08-27T23:17:17.828Z[ recovery-image] Aug 27 23:17:16.417 INFO O| Aug 27 23:17:16.417 INFO STEP 29 (remove_files) COMPLETE
51362026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.417 INFO O| Aug 27 23:17:16.417 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.427 INFO O| Aug 27 23:17:16.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51382026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.427 INFO O| Aug 27 23:17:16.427 INFO STEP 30 (remove_files) COMPLETE
51392026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.427 INFO O| Aug 27 23:17:16.427 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.436 INFO O| Aug 27 23:17:16.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51412026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.436 INFO O| Aug 27 23:17:16.436 INFO STEP 31 (remove_files) COMPLETE
51422026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.436 INFO O| Aug 27 23:17:16.436 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.444 INFO O| Aug 27 23:17:16.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51442026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.445 INFO O| Aug 27 23:17:16.445 INFO STEP 32 (remove_files) COMPLETE
51452026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.445 INFO O| Aug 27 23:17:16.445 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-27T23:17:17.921Z[verify-libraries] Compiling sapling-renderdag v0.1.0
51472026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.464 INFO O| Aug 27 23:17:16.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51482026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.464 INFO O| Aug 27 23:17:16.464 INFO STEP 33 (remove_files) COMPLETE
51492026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.464 INFO O| Aug 27 23:17:16.464 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.474 INFO O| Aug 27 23:17:16.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51512026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.474 INFO O| Aug 27 23:17:16.474 INFO STEP 34 (remove_files) COMPLETE
51522026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.474 INFO O| Aug 27 23:17:16.474 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.483 INFO O| Aug 27 23:17:16.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51542026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.483 INFO O| Aug 27 23:17:16.483 INFO STEP 35 (remove_files) COMPLETE
51552026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.483 INFO O| Aug 27 23:17:16.483 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.492 INFO O| Aug 27 23:17:16.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51572026-08-27T23:17:17.921Z[ recovery-image] Aug 27 23:17:16.492 INFO O| Aug 27 23:17:16.492 INFO STEP 36 (remove_files) COMPLETE
51582026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.492 INFO O| Aug 27 23:17:16.492 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.502 INFO O| Aug 27 23:17:16.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51602026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.502 INFO O| Aug 27 23:17:16.502 INFO STEP 37 (remove_files) COMPLETE
51612026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.502 INFO O| Aug 27 23:17:16.502 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.511 INFO O| Aug 27 23:17:16.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51632026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.511 INFO O| Aug 27 23:17:16.511 INFO STEP 38 (remove_files) COMPLETE
51642026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.511 INFO O| Aug 27 23:17:16.511 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.520 INFO O| Aug 27 23:17:16.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51662026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.520 INFO O| Aug 27 23:17:16.520 INFO STEP 39 (remove_files) COMPLETE
51672026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.520 INFO O| Aug 27 23:17:16.520 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.528 INFO O| Aug 27 23:17:16.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51692026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.528 INFO O| Aug 27 23:17:16.528 INFO STEP 40 (remove_files) COMPLETE
51702026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.529 INFO O| Aug 27 23:17:16.528 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.536 INFO O| Aug 27 23:17:16.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51722026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.537 INFO O| Aug 27 23:17:16.536 INFO STEP 41 (remove_files) COMPLETE
51732026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.537 INFO O| Aug 27 23:17:16.537 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.544 INFO O| Aug 27 23:17:16.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51752026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.545 INFO O| Aug 27 23:17:16.545 INFO STEP 42 (remove_files) COMPLETE
51762026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.545 INFO O| Aug 27 23:17:16.545 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.553 INFO O| Aug 27 23:17:16.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51782026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.553 INFO O| Aug 27 23:17:16.553 INFO STEP 43 (remove_files) COMPLETE
51792026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.553 INFO O| Aug 27 23:17:16.553 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.561 INFO O| Aug 27 23:17:16.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51812026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.561 INFO O| Aug 27 23:17:16.561 INFO STEP 44 (remove_files) COMPLETE
51822026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.561 INFO O| Aug 27 23:17:16.561 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.569 INFO O| Aug 27 23:17:16.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51842026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.570 INFO O| Aug 27 23:17:16.570 INFO STEP 45 (remove_files) COMPLETE
51852026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.570 INFO O| Aug 27 23:17:16.570 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.578 INFO O| Aug 27 23:17:16.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51872026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.578 INFO O| Aug 27 23:17:16.578 INFO STEP 46 (remove_files) COMPLETE
51882026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.578 INFO O| Aug 27 23:17:16.578 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-27T23:17:17.922Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
51902026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.586 INFO O| Aug 27 23:17:16.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51912026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.586 INFO O| Aug 27 23:17:16.586 INFO STEP 47 (remove_files) COMPLETE
51922026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.586 INFO O| Aug 27 23:17:16.586 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.607 INFO O| Aug 27 23:17:16.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51942026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.607 INFO O| Aug 27 23:17:16.607 INFO STEP 48 (remove_files) COMPLETE
51952026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.607 INFO O| Aug 27 23:17:16.607 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-08-27T23:17:17.922Z[ recovery-image] Aug 27 23:17:16.615 INFO O| Aug 27 23:17:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51972026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.615 INFO O| Aug 27 23:17:16.615 INFO STEP 49 (remove_files) COMPLETE
51982026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.616 INFO O| Aug 27 23:17:16.615 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.624 INFO O| Aug 27 23:17:16.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52002026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.624 INFO O| Aug 27 23:17:16.624 INFO STEP 50 (remove_files) COMPLETE
52012026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.624 INFO O| Aug 27 23:17:16.624 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.632 INFO O| Aug 27 23:17:16.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52032026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.632 INFO O| Aug 27 23:17:16.632 INFO STEP 51 (remove_files) COMPLETE
52042026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.632 INFO O| Aug 27 23:17:16.632 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.646 INFO O| Aug 27 23:17:16.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52062026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.646 INFO O| Aug 27 23:17:16.646 INFO STEP 52 (remove_files) COMPLETE
52072026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.646 INFO O| Aug 27 23:17:16.646 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.656 INFO O| Aug 27 23:17:16.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52092026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.656 INFO O| Aug 27 23:17:16.656 INFO STEP 53 (remove_files) COMPLETE
52102026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.656 INFO O| Aug 27 23:17:16.656 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.665 INFO O| Aug 27 23:17:16.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52122026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.665 INFO O| Aug 27 23:17:16.665 INFO STEP 54 (remove_files) COMPLETE
52132026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.665 INFO O| Aug 27 23:17:16.665 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-08-27T23:17:17.923Z[verify-libraries] Compiling delegate v0.13.5
52152026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.677 INFO O| Aug 27 23:17:16.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52162026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.677 INFO O| Aug 27 23:17:16.677 INFO STEP 55 (remove_files) COMPLETE
52172026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.677 INFO O| Aug 27 23:17:16.677 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-27T23:17:17.923Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52192026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.720 INFO O| Aug 27 23:17:16.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52202026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.720 INFO O| Aug 27 23:17:16.720 INFO STEP 56 (remove_files) COMPLETE
52212026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.720 INFO O| Aug 27 23:17:16.720 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.729 INFO O| Aug 27 23:17:16.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52232026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.729 INFO O| Aug 27 23:17:16.729 INFO STEP 57 (remove_files) COMPLETE
52242026-08-27T23:17:17.923Z[ recovery-image] Aug 27 23:17:16.729 INFO O| Aug 27 23:17:16.729 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.743 INFO O| Aug 27 23:17:16.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52262026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.743 INFO O| Aug 27 23:17:16.743 INFO STEP 58 (remove_files) COMPLETE
52272026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.743 INFO O| Aug 27 23:17:16.743 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52282026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52292026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52302026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52312026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52322026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52332026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52342026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO ok!
52352026-08-27T23:17:17.924Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO STEP 59 (ensure_file) COMPLETE
52362026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.772 INFO O| Aug 27 23:17:16.772 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.782 INFO O| Aug 27 23:17:16.782 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52382026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.782 INFO O| Aug 27 23:17:16.782 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52392026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.783 INFO O| Aug 27 23:17:16.783 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52402026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.783 INFO O| Aug 27 23:17:16.783 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52412026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.783 INFO O| Aug 27 23:17:16.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52422026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.783 INFO O| Aug 27 23:17:16.783 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52432026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.783 INFO O| Aug 27 23:17:16.783 INFO ok!
52442026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.783 INFO O| Aug 27 23:17:16.783 INFO STEP 60 (ensure_file) COMPLETE
52452026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.783 INFO O| Aug 27 23:17:16.783 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.793 INFO O| Aug 27 23:17:16.793 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52472026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.793 INFO O| Aug 27 23:17:16.793 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52482026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.793 INFO O| Aug 27 23:17:16.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52492026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.793 INFO O| Aug 27 23:17:16.793 INFO ok!
52502026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.793 INFO O| Aug 27 23:17:16.793 INFO STEP 61 (ensure_file) COMPLETE
52512026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.793 INFO O| Aug 27 23:17:16.793 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52522026-08-27T23:17:17.941Z[ recovery-image] Aug 27 23:17:16.803 INFO O| Aug 27 23:17:16.803 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52532026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.803 INFO O| Aug 27 23:17:16.803 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52542026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.803 INFO O| Aug 27 23:17:16.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52552026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.803 INFO O| Aug 27 23:17:16.803 INFO ok!
52562026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.803 INFO O| Aug 27 23:17:16.803 INFO STEP 62 (ensure_file) COMPLETE
52572026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.804 INFO O| Aug 27 23:17:16.803 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.814 INFO O| Aug 27 23:17:16.814 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52592026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.814 INFO O| Aug 27 23:17:16.814 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52602026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.814 INFO O| Aug 27 23:17:16.814 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52612026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.814 INFO O| Aug 27 23:17:16.814 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52622026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.814 INFO O| Aug 27 23:17:16.814 INFO ok!
52632026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.814 INFO O| Aug 27 23:17:16.814 INFO STEP 63 (ensure_file) COMPLETE
52642026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.814 INFO O| Aug 27 23:17:16.814 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.823 INFO O| Aug 27 23:17:16.823 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52662026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.823 INFO O| Aug 27 23:17:16.823 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52672026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.823 INFO O| Aug 27 23:17:16.823 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52682026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.823 INFO O| Aug 27 23:17:16.823 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52692026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.823 INFO O| Aug 27 23:17:16.823 INFO ok!
52702026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.823 INFO O| Aug 27 23:17:16.823 INFO STEP 64 (ensure_file) COMPLETE
52712026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.823 INFO O| Aug 27 23:17:16.823 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52722026-08-27T23:17:17.942Z[verify-libraries] Compiling hex-literal v1.1.0
52732026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.834 INFO O| Aug 27 23:17:16.834 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52742026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.834 INFO O| Aug 27 23:17:16.834 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52752026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.834 INFO O| Aug 27 23:17:16.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52762026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.834 INFO O| Aug 27 23:17:16.834 INFO ok!
52772026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.834 INFO O| Aug 27 23:17:16.834 INFO STEP 65 (assemble_files) COMPLETE
52782026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.834 INFO O| Aug 27 23:17:16.834 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52802026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52812026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52822026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52832026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO ok!
52842026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO STEP 66 (ensure_file) COMPLETE
52852026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52862026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO skip step because feature "omicron1" is not enabled
52872026-08-27T23:17:17.942Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52882026-08-27T23:17:17.943Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO skip step because feature "omicron1" is not enabled
52892026-08-27T23:17:17.943Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52902026-08-27T23:17:17.943Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO skip step because feature "omicron1" is not enabled
52912026-08-27T23:17:17.943Z[ recovery-image] Aug 27 23:17:16.878 INFO O| Aug 27 23:17:16.878 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52922026-08-27T23:17:17.943Z[verify-libraries] Compiling sync-ptr v0.1.4
52932026-08-27T23:17:17.943Z[ recovery-image] Aug 27 23:17:16.901 INFO O| Aug 27 23:17:16.901 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52942026-08-27T23:17:17.943Z[ recovery-image] Aug 27 23:17:16.901 INFO O| Aug 27 23:17:16.901 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52952026-08-27T23:17:17.943Z[verify-libraries] Compiling md5 v0.8.0
52962026-08-27T23:17:17.943Z[verify-libraries] Compiling seq-macro v0.3.6
52972026-08-27T23:17:18.001Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52982026-08-27T23:17:18.704Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52992026-08-27T23:17:18.713Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
53002026-08-27T23:17:18.713Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53012026-08-27T23:17:18.713Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53022026-08-27T23:17:18.713Z[verify-libraries] Compiling russh v0.62.4
53032026-08-27T23:17:19.721Z[ recovery-image] Aug 27 23:17:18.384 INFO O| Aug 27 23:17:18.384 INFO STEP 70 (pack_tar) COMPLETE
53042026-08-27T23:17:19.721Z[ recovery-image] Aug 27 23:17:18.384 INFO O| Aug 27 23:17:18.384 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53052026-08-27T23:17:19.781Z[ recovery-image] Aug 27 23:17:18.384 INFO O| Aug 27 23:17:18.384 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53062026-08-27T23:17:19.781Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53072026-08-27T23:17:19.781Z[ recovery-image] Aug 27 23:17:18.851 INFO O| Aug 27 23:17:18.851 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53082026-08-27T23:17:19.781Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
53092026-08-27T23:17:19.781Z[ recovery-image] Aug 27 23:17:18.972 INFO O| Aug 27 23:17:18.972 INFO completed processing sled/ramdisk-02-trim
53102026-08-27T23:17:19.781Z[ recovery-image] Aug 27 23:17:18.974 INFO image builder template: ramdisk-03-recovery-trim...
53112026-08-27T23:17:19.781Z[ recovery-image] Aug 27 23:17:18.974 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/.tmpMUjC3W/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
53122026-08-27T23:17:19.781Z[ recovery-image] Aug 27 23:17:18.979 INFO O| Aug 27 23:17:18.979 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53132026-08-27T23:17:19.781Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53142026-08-27T23:17:19.802Z[ recovery-image] Aug 27 23:17:19.054 INFO O| Aug 27 23:17:19.054 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53152026-08-27T23:17:19.802Z[ recovery-image] Aug 27 23:17:19.058 INFO O| Aug 27 23:17:19.058 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53162026-08-27T23:17:19.913Z[ recovery-image] Aug 27 23:17:19.191 INFO O| Aug 27 23:17:19.191 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53172026-08-27T23:17:20.067Z[verify-libraries] Compiling samael v0.0.19
53182026-08-27T23:17:20.071Z[ recovery-image] Aug 27 23:17:19.265 INFO O| Aug 27 23:17:19.265 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53192026-08-27T23:17:20.071Z[ recovery-image] Aug 27 23:17:19.265 INFO O| Aug 27 23:17:19.265 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53202026-08-27T23:17:20.071Z[ recovery-image] Aug 27 23:17:19.272 INFO O| Aug 27 23:17:19.271 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53212026-08-27T23:17:20.071Z[ recovery-image] Aug 27 23:17:19.275 INFO O| Aug 27 23:17:19.275 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53222026-08-27T23:17:20.079Z[ recovery-image] Aug 27 23:17:19.279 INFO O| Aug 27 23:17:19.279 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53232026-08-27T23:17:20.649Z[ recovery-image] Aug 27 23:17:19.911 INFO O| Aug 27 23:17:19.911 INFO rolled back to input snapshot; work may begin
53242026-08-27T23:17:20.649Z[ recovery-image] Aug 27 23:17:19.911 INFO O| Aug 27 23:17:19.911 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53252026-08-27T23:17:20.663Z[ recovery-image] Aug 27 23:17:19.916 INFO O| Aug 27 23:17:19.916 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-27T23:17:20.664Z[ recovery-image] Aug 27 23:17:19.924 INFO O| Aug 27 23:17:19.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53272026-08-27T23:17:20.664Z[ recovery-image] Aug 27 23:17:19.926 INFO O| Aug 27 23:17:19.926 INFO STEP 0 (remove_files) COMPLETE
53282026-08-27T23:17:20.664Z[ recovery-image] Aug 27 23:17:19.926 INFO O| Aug 27 23:17:19.926 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-27T23:17:20.667Z[ recovery-image] Aug 27 23:17:19.934 INFO O| Aug 27 23:17:19.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53302026-08-27T23:17:20.667Z[ recovery-image] Aug 27 23:17:19.936 INFO O| Aug 27 23:17:19.936 INFO STEP 1 (remove_files) COMPLETE
53312026-08-27T23:17:20.667Z[ recovery-image] Aug 27 23:17:19.936 INFO O| Aug 27 23:17:19.936 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-27T23:17:20.676Z[ recovery-image] Aug 27 23:17:19.947 INFO O| Aug 27 23:17:19.947 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53332026-08-27T23:17:20.680Z[ recovery-image] Aug 27 23:17:19.950 INFO O| Aug 27 23:17:19.950 INFO STEP 2 (remove_files) COMPLETE
53342026-08-27T23:17:20.680Z[ recovery-image] Aug 27 23:17:19.950 INFO O| Aug 27 23:17:19.950 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-27T23:17:20.688Z[ recovery-image] Aug 27 23:17:19.961 INFO O| Aug 27 23:17:19.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53362026-08-27T23:17:20.737Z[ recovery-image] Aug 27 23:17:20.013 INFO O| Aug 27 23:17:20.013 INFO STEP 3 (remove_files) COMPLETE
53372026-08-27T23:17:20.737Z[ recovery-image] Aug 27 23:17:20.013 INFO O| Aug 27 23:17:20.013 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-27T23:17:20.861Z[ recovery-image] Aug 27 23:17:20.024 INFO O| Aug 27 23:17:20.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53392026-08-27T23:17:20.873Z[ recovery-image] Aug 27 23:17:20.026 INFO O| Aug 27 23:17:20.026 INFO STEP 4 (remove_files) COMPLETE
53402026-08-27T23:17:20.873Z[ recovery-image] Aug 27 23:17:20.026 INFO O| Aug 27 23:17:20.026 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-27T23:17:20.873Z[ recovery-image] Aug 27 23:17:20.038 INFO O| Aug 27 23:17:20.038 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53422026-08-27T23:17:20.873Z[ recovery-image] Aug 27 23:17:20.080 INFO O| Aug 27 23:17:20.080 INFO STEP 5 (remove_files) COMPLETE
53432026-08-27T23:17:20.873Z[ recovery-image] Aug 27 23:17:20.080 INFO O| Aug 27 23:17:20.080 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.092 INFO O| Aug 27 23:17:20.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53452026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.102 INFO O| Aug 27 23:17:20.102 INFO STEP 6 (remove_files) COMPLETE
53462026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.102 INFO O| Aug 27 23:17:20.102 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.113 INFO O| Aug 27 23:17:20.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53482026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.115 INFO O| Aug 27 23:17:20.115 INFO STEP 7 (remove_files) COMPLETE
53492026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.115 INFO O| Aug 27 23:17:20.115 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.126 INFO O| Aug 27 23:17:20.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53512026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.127 INFO O| Aug 27 23:17:20.127 INFO STEP 8 (remove_files) COMPLETE
53522026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.127 INFO O| Aug 27 23:17:20.127 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-27T23:17:20.874Z[ recovery-image] Aug 27 23:17:20.138 INFO O| Aug 27 23:17:20.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53542026-08-27T23:17:20.879Z[ recovery-image] Aug 27 23:17:20.142 INFO O| Aug 27 23:17:20.142 INFO STEP 9 (remove_files) COMPLETE
53552026-08-27T23:17:20.879Z[ recovery-image] Aug 27 23:17:20.142 INFO O| Aug 27 23:17:20.142 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-27T23:17:20.879Z[ recovery-image] Aug 27 23:17:20.154 INFO O| Aug 27 23:17:20.154 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53572026-08-27T23:17:20.879Z[ recovery-image] Aug 27 23:17:20.154 INFO O| Aug 27 23:17:20.154 INFO STEP 10 (remove_files) COMPLETE
53582026-08-27T23:17:20.879Z[ recovery-image] Aug 27 23:17:20.154 INFO O| Aug 27 23:17:20.154 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-27T23:17:20.890Z[ recovery-image] Aug 27 23:17:20.165 INFO O| Aug 27 23:17:20.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53602026-08-27T23:17:20.895Z[ recovery-image] Aug 27 23:17:20.165 INFO O| Aug 27 23:17:20.165 INFO STEP 11 (remove_files) COMPLETE
53612026-08-27T23:17:20.895Z[ recovery-image] Aug 27 23:17:20.165 INFO O| Aug 27 23:17:20.165 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-27T23:17:20.903Z[ recovery-image] Aug 27 23:17:20.180 INFO O| Aug 27 23:17:20.180 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53632026-08-27T23:17:21.151Z[ recovery-image] Aug 27 23:17:20.245 INFO O| Aug 27 23:17:20.245 INFO STEP 12 (remove_files) COMPLETE
53642026-08-27T23:17:21.151Z[ recovery-image] Aug 27 23:17:20.245 INFO O| Aug 27 23:17:20.245 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.255 INFO O| Aug 27 23:17:20.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53662026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.258 INFO O| Aug 27 23:17:20.258 INFO STEP 13 (remove_files) COMPLETE
53672026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.258 INFO O| Aug 27 23:17:20.258 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.268 INFO O| Aug 27 23:17:20.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53692026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.271 INFO O| Aug 27 23:17:20.271 INFO STEP 14 (remove_files) COMPLETE
53702026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.271 INFO O| Aug 27 23:17:20.271 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.282 INFO O| Aug 27 23:17:20.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53722026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.283 INFO O| Aug 27 23:17:20.283 INFO STEP 15 (remove_files) COMPLETE
53732026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.283 INFO O| Aug 27 23:17:20.283 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.294 INFO O| Aug 27 23:17:20.294 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53752026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.295 INFO O| Aug 27 23:17:20.295 INFO STEP 16 (remove_files) COMPLETE
53762026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.295 INFO O| Aug 27 23:17:20.295 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.308 INFO O| Aug 27 23:17:20.308 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53782026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.327 INFO O| Aug 27 23:17:20.326 INFO STEP 17 (remove_files) COMPLETE
53792026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.327 INFO O| Aug 27 23:17:20.326 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.338 INFO O| Aug 27 23:17:20.338 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53812026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.338 INFO O| Aug 27 23:17:20.338 INFO STEP 18 (remove_files) COMPLETE
53822026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.338 INFO O| Aug 27 23:17:20.338 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.347 INFO O| Aug 27 23:17:20.347 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53842026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.348 INFO O| Aug 27 23:17:20.348 INFO STEP 19 (remove_files) COMPLETE
53852026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.348 INFO O| Aug 27 23:17:20.348 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-27T23:17:21.173Z[ recovery-image] Aug 27 23:17:20.360 INFO O| Aug 27 23:17:20.360 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53872026-08-27T23:17:21.178Z[ recovery-image] Aug 27 23:17:20.435 INFO O| Aug 27 23:17:20.435 INFO STEP 20 (remove_files) COMPLETE
53882026-08-27T23:17:21.178Z[ recovery-image] Aug 27 23:17:20.435 INFO O| Aug 27 23:17:20.435 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-27T23:17:21.178Z[ recovery-image] Aug 27 23:17:20.453 INFO O| Aug 27 23:17:20.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53902026-08-27T23:17:21.190Z[ recovery-image] Aug 27 23:17:20.456 INFO O| Aug 27 23:17:20.456 INFO STEP 21 (remove_files) COMPLETE
53912026-08-27T23:17:21.190Z[ recovery-image] Aug 27 23:17:20.456 INFO O| Aug 27 23:17:20.456 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-27T23:17:21.196Z[ recovery-image] Aug 27 23:17:20.466 INFO O| Aug 27 23:17:20.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53932026-08-27T23:17:21.196Z[ recovery-image] Aug 27 23:17:20.466 INFO O| Aug 27 23:17:20.466 INFO STEP 22 (remove_files) COMPLETE
53942026-08-27T23:17:21.196Z[ recovery-image] Aug 27 23:17:20.466 INFO O| Aug 27 23:17:20.466 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-27T23:17:21.199Z[ recovery-image] Aug 27 23:17:20.476 INFO O| Aug 27 23:17:20.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53962026-08-27T23:17:21.200Z[ recovery-image] Aug 27 23:17:20.477 INFO O| Aug 27 23:17:20.477 INFO STEP 23 (remove_files) COMPLETE
53972026-08-27T23:17:21.200Z[ recovery-image] Aug 27 23:17:20.477 INFO O| Aug 27 23:17:20.477 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-27T23:17:21.209Z[ recovery-image] Aug 27 23:17:20.486 INFO O| Aug 27 23:17:20.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53992026-08-27T23:17:21.220Z[ recovery-image] Aug 27 23:17:20.497 INFO O| Aug 27 23:17:20.497 INFO STEP 24 (remove_files) COMPLETE
54002026-08-27T23:17:21.220Z[ recovery-image] Aug 27 23:17:20.498 INFO O| Aug 27 23:17:20.497 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-27T23:17:21.237Z[ recovery-image] Aug 27 23:17:20.513 INFO O| Aug 27 23:17:20.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54022026-08-27T23:17:21.242Z[ recovery-image] Aug 27 23:17:20.514 INFO O| Aug 27 23:17:20.514 INFO STEP 25 (remove_files) COMPLETE
54032026-08-27T23:17:21.242Z[ recovery-image] Aug 27 23:17:20.514 INFO O| Aug 27 23:17:20.514 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-27T23:17:21.818Z[ recovery-image] Aug 27 23:17:20.535 INFO O| Aug 27 23:17:20.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54052026-08-27T23:17:21.818Z[ recovery-image] Aug 27 23:17:20.535 INFO O| Aug 27 23:17:20.535 INFO STEP 26 (remove_files) COMPLETE
54062026-08-27T23:17:21.818Z[ recovery-image] Aug 27 23:17:20.535 INFO O| Aug 27 23:17:20.535 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-27T23:17:21.850Z[ recovery-image] Aug 27 23:17:20.545 INFO O| Aug 27 23:17:20.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54082026-08-27T23:17:21.850Z[ recovery-image] Aug 27 23:17:20.546 INFO O| Aug 27 23:17:20.546 INFO STEP 27 (remove_files) COMPLETE
54092026-08-27T23:17:21.850Z[ recovery-image] Aug 27 23:17:20.546 INFO O| Aug 27 23:17:20.546 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-27T23:17:21.850Z[ recovery-image] Aug 27 23:17:20.557 INFO O| Aug 27 23:17:20.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54112026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.557 INFO O| Aug 27 23:17:20.557 INFO STEP 28 (remove_files) COMPLETE
54122026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.557 INFO O| Aug 27 23:17:20.557 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.571 INFO O| Aug 27 23:17:20.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54142026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.571 INFO O| Aug 27 23:17:20.571 INFO STEP 29 (remove_files) COMPLETE
54152026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.571 INFO O| Aug 27 23:17:20.571 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.583 INFO O| Aug 27 23:17:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54172026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.583 INFO O| Aug 27 23:17:20.583 INFO STEP 30 (remove_files) COMPLETE
54182026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.583 INFO O| Aug 27 23:17:20.583 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.600 INFO O| Aug 27 23:17:20.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54202026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.600 INFO O| Aug 27 23:17:20.600 INFO STEP 31 (remove_files) COMPLETE
54212026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.600 INFO O| Aug 27 23:17:20.600 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.613 INFO O| Aug 27 23:17:20.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54232026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.613 INFO O| Aug 27 23:17:20.613 INFO STEP 32 (remove_files) COMPLETE
54242026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.613 INFO O| Aug 27 23:17:20.613 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.626 INFO O| Aug 27 23:17:20.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54262026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.627 INFO O| Aug 27 23:17:20.627 INFO STEP 33 (remove_files) COMPLETE
54272026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.627 INFO O| Aug 27 23:17:20.627 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.638 INFO O| Aug 27 23:17:20.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54292026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.638 INFO O| Aug 27 23:17:20.638 INFO STEP 34 (remove_files) COMPLETE
54302026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.638 INFO O| Aug 27 23:17:20.638 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.648 INFO O| Aug 27 23:17:20.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54322026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.649 INFO O| Aug 27 23:17:20.649 INFO STEP 35 (remove_files) COMPLETE
54332026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.649 INFO O| Aug 27 23:17:20.649 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.666 INFO O| Aug 27 23:17:20.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54352026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.666 INFO O| Aug 27 23:17:20.666 INFO STEP 36 (remove_files) COMPLETE
54362026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.666 INFO O| Aug 27 23:17:20.666 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.679 INFO O| Aug 27 23:17:20.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54382026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.679 INFO O| Aug 27 23:17:20.679 INFO STEP 37 (remove_files) COMPLETE
54392026-08-27T23:17:21.851Z[ recovery-image] Aug 27 23:17:20.679 INFO O| Aug 27 23:17:20.679 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.690 INFO O| Aug 27 23:17:20.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54412026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.690 INFO O| Aug 27 23:17:20.690 INFO STEP 38 (remove_files) COMPLETE
54422026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.690 INFO O| Aug 27 23:17:20.690 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.704 INFO O| Aug 27 23:17:20.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54442026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.704 INFO O| Aug 27 23:17:20.704 INFO STEP 39 (remove_files) COMPLETE
54452026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.704 INFO O| Aug 27 23:17:20.704 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.719 INFO O| Aug 27 23:17:20.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54472026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.719 INFO O| Aug 27 23:17:20.719 INFO STEP 40 (remove_files) COMPLETE
54482026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.719 INFO O| Aug 27 23:17:20.719 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.729 INFO O| Aug 27 23:17:20.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54502026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.729 INFO O| Aug 27 23:17:20.729 INFO STEP 41 (remove_files) COMPLETE
54512026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.729 INFO O| Aug 27 23:17:20.729 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-27T23:17:21.852Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
54532026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.744 INFO O| Aug 27 23:17:20.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54542026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.744 INFO O| Aug 27 23:17:20.744 INFO STEP 42 (remove_files) COMPLETE
54552026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.744 INFO O| Aug 27 23:17:20.744 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.756 INFO O| Aug 27 23:17:20.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54572026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.756 INFO O| Aug 27 23:17:20.756 INFO STEP 43 (remove_files) COMPLETE
54582026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.756 INFO O| Aug 27 23:17:20.756 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.768 INFO O| Aug 27 23:17:20.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54602026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.769 INFO O| Aug 27 23:17:20.769 INFO STEP 44 (remove_files) COMPLETE
54612026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.769 INFO O| Aug 27 23:17:20.769 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.785 INFO O| Aug 27 23:17:20.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54632026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.789 INFO O| Aug 27 23:17:20.789 INFO STEP 45 (remove_files) COMPLETE
54642026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.789 INFO O| Aug 27 23:17:20.789 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.803 INFO O| Aug 27 23:17:20.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54662026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.803 INFO O| Aug 27 23:17:20.802 INFO STEP 46 (remove_files) COMPLETE
54672026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.803 INFO O| Aug 27 23:17:20.802 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.813 INFO O| Aug 27 23:17:20.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54692026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.813 INFO O| Aug 27 23:17:20.813 INFO STEP 47 (remove_files) COMPLETE
54702026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.813 INFO O| Aug 27 23:17:20.813 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.824 INFO O| Aug 27 23:17:20.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54722026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.824 INFO O| Aug 27 23:17:20.824 INFO STEP 48 (remove_files) COMPLETE
54732026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.824 INFO O| Aug 27 23:17:20.824 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.838 INFO O| Aug 27 23:17:20.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54752026-08-27T23:17:21.852Z[ recovery-image] Aug 27 23:17:20.838 INFO O| Aug 27 23:17:20.838 INFO STEP 49 (remove_files) COMPLETE
54762026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.838 INFO O| Aug 27 23:17:20.838 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.850 INFO O| Aug 27 23:17:20.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54782026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.850 INFO O| Aug 27 23:17:20.849 INFO STEP 50 (remove_files) COMPLETE
54792026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.850 INFO O| Aug 27 23:17:20.849 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.861 INFO O| Aug 27 23:17:20.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54812026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.861 INFO O| Aug 27 23:17:20.861 INFO STEP 51 (remove_files) COMPLETE
54822026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.861 INFO O| Aug 27 23:17:20.861 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.873 INFO O| Aug 27 23:17:20.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54842026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.873 INFO O| Aug 27 23:17:20.873 INFO STEP 52 (remove_files) COMPLETE
54852026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.873 INFO O| Aug 27 23:17:20.873 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.896 INFO O| Aug 27 23:17:20.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54872026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.896 INFO O| Aug 27 23:17:20.896 INFO STEP 53 (remove_files) COMPLETE
54882026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.896 INFO O| Aug 27 23:17:20.896 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.906 INFO O| Aug 27 23:17:20.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54902026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.906 INFO O| Aug 27 23:17:20.906 INFO STEP 54 (remove_files) COMPLETE
54912026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.906 INFO O| Aug 27 23:17:20.906 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.916 INFO O| Aug 27 23:17:20.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54932026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.916 INFO O| Aug 27 23:17:20.916 INFO STEP 55 (remove_files) COMPLETE
54942026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.916 INFO O| Aug 27 23:17:20.916 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.925 INFO O| Aug 27 23:17:20.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54962026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.925 INFO O| Aug 27 23:17:20.925 INFO STEP 56 (remove_files) COMPLETE
54972026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.925 INFO O| Aug 27 23:17:20.925 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.933 INFO O| Aug 27 23:17:20.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54992026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.933 INFO O| Aug 27 23:17:20.933 INFO STEP 57 (remove_files) COMPLETE
55002026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.933 INFO O| Aug 27 23:17:20.933 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.942 INFO O| Aug 27 23:17:20.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55022026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.942 INFO O| Aug 27 23:17:20.942 INFO STEP 58 (remove_files) COMPLETE
55032026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.942 INFO O| Aug 27 23:17:20.942 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.958 INFO O| Aug 27 23:17:20.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55052026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.958 INFO O| Aug 27 23:17:20.958 INFO STEP 59 (remove_files) COMPLETE
55062026-08-27T23:17:21.853Z[ recovery-image] Aug 27 23:17:20.959 INFO O| Aug 27 23:17:20.958 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.969 INFO O| Aug 27 23:17:20.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55082026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.969 INFO O| Aug 27 23:17:20.969 INFO STEP 60 (remove_files) COMPLETE
55092026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.969 INFO O| Aug 27 23:17:20.969 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-27T23:17:21.884Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
55112026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.982 INFO O| Aug 27 23:17:20.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55122026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.982 INFO O| Aug 27 23:17:20.982 INFO STEP 61 (remove_files) COMPLETE
55132026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.982 INFO O| Aug 27 23:17:20.982 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.992 INFO O| Aug 27 23:17:20.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55152026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.992 INFO O| Aug 27 23:17:20.992 INFO STEP 62 (remove_files) COMPLETE
55162026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:20.992 INFO O| Aug 27 23:17:20.992 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:21.045 INFO O| Aug 27 23:17:21.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55182026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:21.046 INFO O| Aug 27 23:17:21.045 INFO STEP 63 (remove_files) COMPLETE
55192026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:21.046 INFO O| Aug 27 23:17:21.045 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:21.055 INFO O| Aug 27 23:17:21.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55212026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:21.056 INFO O| Aug 27 23:17:21.056 INFO STEP 64 (remove_files) COMPLETE
55222026-08-27T23:17:21.884Z[ recovery-image] Aug 27 23:17:21.056 INFO O| Aug 27 23:17:21.056 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.066 INFO O| Aug 27 23:17:21.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55242026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.066 INFO O| Aug 27 23:17:21.066 INFO STEP 65 (remove_files) COMPLETE
55252026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.066 INFO O| Aug 27 23:17:21.066 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.078 INFO O| Aug 27 23:17:21.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55272026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.078 INFO O| Aug 27 23:17:21.078 INFO STEP 66 (remove_files) COMPLETE
55282026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.078 INFO O| Aug 27 23:17:21.078 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.087 INFO O| Aug 27 23:17:21.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55302026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.087 INFO O| Aug 27 23:17:21.087 INFO STEP 67 (remove_files) COMPLETE
55312026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.087 INFO O| Aug 27 23:17:21.087 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.096 INFO O| Aug 27 23:17:21.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55332026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.096 INFO O| Aug 27 23:17:21.096 INFO STEP 68 (remove_files) COMPLETE
55342026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.096 INFO O| Aug 27 23:17:21.096 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.105 INFO O| Aug 27 23:17:21.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55362026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.105 INFO O| Aug 27 23:17:21.105 INFO STEP 69 (remove_files) COMPLETE
55372026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.105 INFO O| Aug 27 23:17:21.105 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.117 INFO O| Aug 27 23:17:21.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55392026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.117 INFO O| Aug 27 23:17:21.117 INFO STEP 70 (remove_files) COMPLETE
55402026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.117 INFO O| Aug 27 23:17:21.117 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.127 INFO O| Aug 27 23:17:21.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55422026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.127 INFO O| Aug 27 23:17:21.127 INFO STEP 71 (remove_files) COMPLETE
55432026-08-27T23:17:21.885Z[ recovery-image] Aug 27 23:17:21.127 INFO O| Aug 27 23:17:21.127 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-27T23:17:21.885Z[verify-libraries] Compiling socket2 v0.5.10
55452026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.138 INFO O| Aug 27 23:17:21.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55462026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.138 INFO O| Aug 27 23:17:21.138 INFO STEP 72 (remove_files) COMPLETE
55472026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.138 INFO O| Aug 27 23:17:21.138 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.149 INFO O| Aug 27 23:17:21.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55492026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.149 INFO O| Aug 27 23:17:21.149 INFO STEP 73 (remove_files) COMPLETE
55502026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.149 INFO O| Aug 27 23:17:21.149 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.160 INFO O| Aug 27 23:17:21.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55522026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.160 INFO O| Aug 27 23:17:21.160 INFO STEP 74 (remove_files) COMPLETE
55532026-08-27T23:17:21.895Z[ recovery-image] Aug 27 23:17:21.160 INFO O| Aug 27 23:17:21.160 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-27T23:17:21.895Z[verify-libraries] Compiling fs-err v2.11.0
55552026-08-27T23:17:21.902Z[ recovery-image] Aug 27 23:17:21.171 INFO O| Aug 27 23:17:21.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55562026-08-27T23:17:21.902Z[ recovery-image] Aug 27 23:17:21.171 INFO O| Aug 27 23:17:21.171 INFO STEP 75 (remove_files) COMPLETE
55572026-08-27T23:17:21.902Z[ recovery-image] Aug 27 23:17:21.171 INFO O| Aug 27 23:17:21.171 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-27T23:17:21.912Z[ recovery-image] Aug 27 23:17:21.182 INFO O| Aug 27 23:17:21.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55592026-08-27T23:17:21.912Z[ recovery-image] Aug 27 23:17:21.182 INFO O| Aug 27 23:17:21.182 INFO STEP 76 (remove_files) COMPLETE
55602026-08-27T23:17:21.912Z[ recovery-image] Aug 27 23:17:21.182 INFO O| Aug 27 23:17:21.182 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-27T23:17:21.916Z[ recovery-image] Aug 27 23:17:21.192 INFO O| Aug 27 23:17:21.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55622026-08-27T23:17:21.916Z[ recovery-image] Aug 27 23:17:21.192 INFO O| Aug 27 23:17:21.192 INFO STEP 77 (remove_files) COMPLETE
55632026-08-27T23:17:21.916Z[ recovery-image] Aug 27 23:17:21.192 INFO O| Aug 27 23:17:21.192 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-27T23:17:22.314Z[ recovery-image] Aug 27 23:17:21.204 INFO O| Aug 27 23:17:21.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55652026-08-27T23:17:22.314Z[ recovery-image] Aug 27 23:17:21.204 INFO O| Aug 27 23:17:21.204 INFO STEP 78 (remove_files) COMPLETE
55662026-08-27T23:17:22.314Z[ recovery-image] Aug 27 23:17:21.204 INFO O| Aug 27 23:17:21.204 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.214 INFO O| Aug 27 23:17:21.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55682026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.214 INFO O| Aug 27 23:17:21.214 INFO STEP 79 (remove_files) COMPLETE
55692026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.214 INFO O| Aug 27 23:17:21.214 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.224 INFO O| Aug 27 23:17:21.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55712026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.224 INFO O| Aug 27 23:17:21.224 INFO STEP 80 (remove_files) COMPLETE
55722026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.224 INFO O| Aug 27 23:17:21.224 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.234 INFO O| Aug 27 23:17:21.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55742026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.235 INFO O| Aug 27 23:17:21.235 INFO STEP 81 (remove_files) COMPLETE
55752026-08-27T23:17:22.331Z[ recovery-image] Aug 27 23:17:21.235 INFO O| Aug 27 23:17:21.235 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.244 INFO O| Aug 27 23:17:21.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55772026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.244 INFO O| Aug 27 23:17:21.244 INFO STEP 82 (remove_files) COMPLETE
55782026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.244 INFO O| Aug 27 23:17:21.244 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.253 INFO O| Aug 27 23:17:21.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55802026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.253 INFO O| Aug 27 23:17:21.253 INFO STEP 83 (remove_files) COMPLETE
55812026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.253 INFO O| Aug 27 23:17:21.253 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.263 INFO O| Aug 27 23:17:21.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55832026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.263 INFO O| Aug 27 23:17:21.263 INFO STEP 84 (remove_files) COMPLETE
55842026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.263 INFO O| Aug 27 23:17:21.263 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.273 INFO O| Aug 27 23:17:21.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55862026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.273 INFO O| Aug 27 23:17:21.273 INFO STEP 85 (remove_files) COMPLETE
55872026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.273 INFO O| Aug 27 23:17:21.273 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.284 INFO O| Aug 27 23:17:21.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55892026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.284 INFO O| Aug 27 23:17:21.284 INFO STEP 86 (remove_files) COMPLETE
55902026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.284 INFO O| Aug 27 23:17:21.284 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.293 INFO O| Aug 27 23:17:21.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55922026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.293 INFO O| Aug 27 23:17:21.293 INFO STEP 87 (remove_files) COMPLETE
55932026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.293 INFO O| Aug 27 23:17:21.293 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-27T23:17:22.332Z[verify-libraries] Compiling internet-checksum v0.2.1
55952026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.304 INFO O| Aug 27 23:17:21.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55962026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.304 INFO O| Aug 27 23:17:21.304 INFO STEP 88 (remove_files) COMPLETE
55972026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.304 INFO O| Aug 27 23:17:21.304 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.313 INFO O| Aug 27 23:17:21.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55992026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.314 INFO O| Aug 27 23:17:21.314 INFO STEP 89 (remove_files) COMPLETE
56002026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.314 INFO O| Aug 27 23:17:21.314 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.324 INFO O| Aug 27 23:17:21.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56022026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.324 INFO O| Aug 27 23:17:21.324 INFO STEP 90 (remove_files) COMPLETE
56032026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.324 INFO O| Aug 27 23:17:21.324 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.333 INFO O| Aug 27 23:17:21.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56052026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.333 INFO O| Aug 27 23:17:21.333 INFO STEP 91 (remove_files) COMPLETE
56062026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.333 INFO O| Aug 27 23:17:21.333 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.342 INFO O| Aug 27 23:17:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56082026-08-27T23:17:22.332Z[ recovery-image] Aug 27 23:17:21.342 INFO O| Aug 27 23:17:21.342 INFO STEP 92 (remove_files) COMPLETE
56092026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.342 INFO O| Aug 27 23:17:21.342 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.354 INFO O| Aug 27 23:17:21.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56112026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.354 INFO O| Aug 27 23:17:21.354 INFO STEP 93 (remove_files) COMPLETE
56122026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.354 INFO O| Aug 27 23:17:21.354 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.364 INFO O| Aug 27 23:17:21.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56142026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.365 INFO O| Aug 27 23:17:21.365 INFO STEP 94 (remove_files) COMPLETE
56152026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.365 INFO O| Aug 27 23:17:21.365 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.376 INFO O| Aug 27 23:17:21.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56172026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.376 INFO O| Aug 27 23:17:21.376 INFO STEP 95 (remove_files) COMPLETE
56182026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.376 INFO O| Aug 27 23:17:21.376 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.386 INFO O| Aug 27 23:17:21.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56202026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.387 INFO O| Aug 27 23:17:21.387 INFO STEP 96 (remove_files) COMPLETE
56212026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.387 INFO O| Aug 27 23:17:21.387 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.398 INFO O| Aug 27 23:17:21.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56232026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.398 INFO O| Aug 27 23:17:21.398 INFO STEP 97 (remove_files) COMPLETE
56242026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.398 INFO O| Aug 27 23:17:21.398 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.409 INFO O| Aug 27 23:17:21.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56262026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.409 INFO O| Aug 27 23:17:21.409 INFO STEP 98 (remove_files) COMPLETE
56272026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.409 INFO O| Aug 27 23:17:21.409 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.420 INFO O| Aug 27 23:17:21.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56292026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.420 INFO O| Aug 27 23:17:21.420 INFO STEP 99 (remove_files) COMPLETE
56302026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.420 INFO O| Aug 27 23:17:21.420 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.431 INFO O| Aug 27 23:17:21.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56322026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.431 INFO O| Aug 27 23:17:21.431 INFO STEP 100 (remove_files) COMPLETE
56332026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.431 INFO O| Aug 27 23:17:21.431 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.441 INFO O| Aug 27 23:17:21.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56352026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.441 INFO O| Aug 27 23:17:21.441 INFO STEP 101 (remove_files) COMPLETE
56362026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.441 INFO O| Aug 27 23:17:21.441 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.452 INFO O| Aug 27 23:17:21.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56382026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.452 INFO O| Aug 27 23:17:21.452 INFO STEP 102 (remove_files) COMPLETE
56392026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.452 INFO O| Aug 27 23:17:21.452 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.466 INFO O| Aug 27 23:17:21.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56412026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.466 INFO O| Aug 27 23:17:21.466 INFO STEP 103 (remove_files) COMPLETE
56422026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.466 INFO O| Aug 27 23:17:21.466 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.476 INFO O| Aug 27 23:17:21.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56442026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.476 INFO O| Aug 27 23:17:21.476 INFO STEP 104 (remove_files) COMPLETE
56452026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.476 INFO O| Aug 27 23:17:21.476 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-27T23:17:22.333Z[ recovery-image] Aug 27 23:17:21.486 INFO O| Aug 27 23:17:21.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56472026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.486 INFO O| Aug 27 23:17:21.486 INFO STEP 105 (remove_files) COMPLETE
56482026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.486 INFO O| Aug 27 23:17:21.486 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.496 INFO O| Aug 27 23:17:21.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56502026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.497 INFO O| Aug 27 23:17:21.496 INFO STEP 106 (remove_files) COMPLETE
56512026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.497 INFO O| Aug 27 23:17:21.496 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-27T23:17:22.334Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
56532026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.507 INFO O| Aug 27 23:17:21.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56542026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.507 INFO O| Aug 27 23:17:21.507 INFO STEP 107 (remove_files) COMPLETE
56552026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.507 INFO O| Aug 27 23:17:21.507 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.518 INFO O| Aug 27 23:17:21.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56572026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.519 INFO O| Aug 27 23:17:21.519 INFO STEP 108 (remove_files) COMPLETE
56582026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.519 INFO O| Aug 27 23:17:21.519 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.528 INFO O| Aug 27 23:17:21.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56602026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.528 INFO O| Aug 27 23:17:21.528 INFO STEP 109 (remove_files) COMPLETE
56612026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.528 INFO O| Aug 27 23:17:21.528 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.538 INFO O| Aug 27 23:17:21.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56632026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.538 INFO O| Aug 27 23:17:21.538 INFO STEP 110 (remove_files) COMPLETE
56642026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.538 INFO O| Aug 27 23:17:21.538 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.547 INFO O| Aug 27 23:17:21.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56662026-08-27T23:17:22.334Z[ recovery-image] Aug 27 23:17:21.547 INFO O| Aug 27 23:17:21.547 INFO STEP 111 (remove_files) COMPLETE
56672026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.547 INFO O| Aug 27 23:17:21.547 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.557 INFO O| Aug 27 23:17:21.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56692026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.557 INFO O| Aug 27 23:17:21.557 INFO STEP 112 (remove_files) COMPLETE
56702026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.557 INFO O| Aug 27 23:17:21.557 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.567 INFO O| Aug 27 23:17:21.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56722026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.567 INFO O| Aug 27 23:17:21.567 INFO STEP 113 (remove_files) COMPLETE
56732026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.567 INFO O| Aug 27 23:17:21.567 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.577 INFO O| Aug 27 23:17:21.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56752026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.577 INFO O| Aug 27 23:17:21.577 INFO STEP 114 (remove_files) COMPLETE
56762026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.577 INFO O| Aug 27 23:17:21.577 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.588 INFO O| Aug 27 23:17:21.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56782026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.588 INFO O| Aug 27 23:17:21.588 INFO STEP 115 (remove_files) COMPLETE
56792026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.588 INFO O| Aug 27 23:17:21.588 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.598 INFO O| Aug 27 23:17:21.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56812026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.598 INFO O| Aug 27 23:17:21.598 INFO STEP 116 (remove_files) COMPLETE
56822026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.598 INFO O| Aug 27 23:17:21.598 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-27T23:17:22.356Z[ recovery-image] Aug 27 23:17:21.609 INFO O| Aug 27 23:17:21.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56842026-08-27T23:17:22.357Z[ recovery-image] Aug 27 23:17:21.610 INFO O| Aug 27 23:17:21.610 INFO STEP 117 (remove_files) COMPLETE
56852026-08-27T23:17:22.357Z[ recovery-image] Aug 27 23:17:21.610 INFO O| Aug 27 23:17:21.610 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-27T23:17:22.367Z[ recovery-image] Aug 27 23:17:21.621 INFO O| Aug 27 23:17:21.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56872026-08-27T23:17:22.367Z[ recovery-image] Aug 27 23:17:21.621 INFO O| Aug 27 23:17:21.621 INFO STEP 118 (remove_files) COMPLETE
56882026-08-27T23:17:22.367Z[ recovery-image] Aug 27 23:17:21.621 INFO O| Aug 27 23:17:21.621 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-27T23:17:22.367Z[ recovery-image] Aug 27 23:17:21.632 INFO O| Aug 27 23:17:21.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56902026-08-27T23:17:22.367Z[ recovery-image] Aug 27 23:17:21.632 INFO O| Aug 27 23:17:21.632 INFO STEP 119 (remove_files) COMPLETE
56912026-08-27T23:17:22.367Z[ recovery-image] Aug 27 23:17:21.632 INFO O| Aug 27 23:17:21.632 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-27T23:17:22.372Z[ recovery-image] Aug 27 23:17:21.643 INFO O| Aug 27 23:17:21.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56932026-08-27T23:17:22.372Z[ recovery-image] Aug 27 23:17:21.643 INFO O| Aug 27 23:17:21.643 INFO STEP 120 (remove_files) COMPLETE
56942026-08-27T23:17:22.372Z[ recovery-image] Aug 27 23:17:21.643 INFO O| Aug 27 23:17:21.643 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-27T23:17:22.377Z[ recovery-image] Aug 27 23:17:21.654 INFO O| Aug 27 23:17:21.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56962026-08-27T23:17:22.377Z[ recovery-image] Aug 27 23:17:21.654 INFO O| Aug 27 23:17:21.654 INFO STEP 121 (remove_files) COMPLETE
56972026-08-27T23:17:22.379Z[ recovery-image] Aug 27 23:17:21.654 INFO O| Aug 27 23:17:21.654 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-27T23:17:22.388Z[ recovery-image] Aug 27 23:17:21.664 INFO O| Aug 27 23:17:21.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56992026-08-27T23:17:22.388Z[ recovery-image] Aug 27 23:17:21.664 INFO O| Aug 27 23:17:21.664 INFO STEP 122 (remove_files) COMPLETE
57002026-08-27T23:17:22.388Z[ recovery-image] Aug 27 23:17:21.664 INFO O| Aug 27 23:17:21.664 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-27T23:17:22.396Z[ recovery-image] Aug 27 23:17:21.674 INFO O| Aug 27 23:17:21.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57022026-08-27T23:17:22.396Z[ recovery-image] Aug 27 23:17:21.674 INFO O| Aug 27 23:17:21.674 INFO STEP 123 (remove_files) COMPLETE
57032026-08-27T23:17:22.396Z[ recovery-image] Aug 27 23:17:21.674 INFO O| Aug 27 23:17:21.674 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-27T23:17:22.409Z[ recovery-image] Aug 27 23:17:21.684 INFO O| Aug 27 23:17:21.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57052026-08-27T23:17:22.409Z[ recovery-image] Aug 27 23:17:21.684 INFO O| Aug 27 23:17:21.684 INFO STEP 124 (remove_files) COMPLETE
57062026-08-27T23:17:22.409Z[ recovery-image] Aug 27 23:17:21.684 INFO O| Aug 27 23:17:21.684 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-27T23:17:22.462Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
57082026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.696 INFO O| Aug 27 23:17:21.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57092026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.696 INFO O| Aug 27 23:17:21.696 INFO STEP 125 (remove_files) COMPLETE
57102026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.696 INFO O| Aug 27 23:17:21.696 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.706 INFO O| Aug 27 23:17:21.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57122026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.706 INFO O| Aug 27 23:17:21.706 INFO STEP 126 (remove_files) COMPLETE
57132026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.706 INFO O| Aug 27 23:17:21.706 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.715 INFO O| Aug 27 23:17:21.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57152026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.715 INFO O| Aug 27 23:17:21.715 INFO STEP 127 (remove_files) COMPLETE
57162026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.715 INFO O| Aug 27 23:17:21.715 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.723 INFO O| Aug 27 23:17:21.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57182026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.723 INFO O| Aug 27 23:17:21.723 INFO STEP 128 (remove_files) COMPLETE
57192026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.723 INFO O| Aug 27 23:17:21.723 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.732 INFO O| Aug 27 23:17:21.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57212026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.732 INFO O| Aug 27 23:17:21.732 INFO STEP 129 (remove_files) COMPLETE
57222026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.732 INFO O| Aug 27 23:17:21.732 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-27T23:17:22.473Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
57242026-08-27T23:17:22.473Z[ recovery-image] Aug 27 23:17:21.741 INFO O| Aug 27 23:17:21.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57252026-08-27T23:17:22.474Z[ recovery-image] Aug 27 23:17:21.741 INFO O| Aug 27 23:17:21.741 INFO STEP 130 (remove_files) COMPLETE
57262026-08-27T23:17:22.474Z[ recovery-image] Aug 27 23:17:21.741 INFO O| Aug 27 23:17:21.741 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-27T23:17:22.480Z[ recovery-image] Aug 27 23:17:21.750 INFO O| Aug 27 23:17:21.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57282026-08-27T23:17:22.480Z[ recovery-image] Aug 27 23:17:21.750 INFO O| Aug 27 23:17:21.750 INFO STEP 131 (remove_files) COMPLETE
57292026-08-27T23:17:22.480Z[ recovery-image] Aug 27 23:17:21.750 INFO O| Aug 27 23:17:21.750 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-27T23:17:22.484Z[ recovery-image] Aug 27 23:17:21.759 INFO O| Aug 27 23:17:21.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57312026-08-27T23:17:22.484Z[ recovery-image] Aug 27 23:17:21.759 INFO O| Aug 27 23:17:21.759 INFO STEP 132 (remove_files) COMPLETE
57322026-08-27T23:17:22.484Z[ recovery-image] Aug 27 23:17:21.759 INFO O| Aug 27 23:17:21.759 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-27T23:17:22.493Z[ recovery-image] Aug 27 23:17:21.768 INFO O| Aug 27 23:17:21.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57342026-08-27T23:17:22.493Z[ recovery-image] Aug 27 23:17:21.768 INFO O| Aug 27 23:17:21.768 INFO STEP 133 (remove_files) COMPLETE
57352026-08-27T23:17:22.493Z[ recovery-image] Aug 27 23:17:21.768 INFO O| Aug 27 23:17:21.768 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-27T23:17:22.500Z[ recovery-image] Aug 27 23:17:21.777 INFO O| Aug 27 23:17:21.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57372026-08-27T23:17:22.500Z[ recovery-image] Aug 27 23:17:21.777 INFO O| Aug 27 23:17:21.777 INFO STEP 134 (remove_files) COMPLETE
57382026-08-27T23:17:22.503Z[ recovery-image] Aug 27 23:17:21.777 INFO O| Aug 27 23:17:21.777 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-27T23:17:22.510Z[ recovery-image] Aug 27 23:17:21.788 INFO O| Aug 27 23:17:21.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57402026-08-27T23:17:22.510Z[ recovery-image] Aug 27 23:17:21.788 INFO O| Aug 27 23:17:21.788 INFO STEP 135 (remove_files) COMPLETE
57412026-08-27T23:17:22.514Z[ recovery-image] Aug 27 23:17:21.788 INFO O| Aug 27 23:17:21.788 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-27T23:17:22.521Z[ recovery-image] Aug 27 23:17:21.799 INFO O| Aug 27 23:17:21.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57432026-08-27T23:17:22.521Z[ recovery-image] Aug 27 23:17:21.799 INFO O| Aug 27 23:17:21.799 INFO STEP 136 (remove_files) COMPLETE
57442026-08-27T23:17:22.525Z[ recovery-image] Aug 27 23:17:21.799 INFO O| Aug 27 23:17:21.799 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-27T23:17:22.532Z[ recovery-image] Aug 27 23:17:21.810 INFO O| Aug 27 23:17:21.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57462026-08-27T23:17:22.532Z[ recovery-image] Aug 27 23:17:21.810 INFO O| Aug 27 23:17:21.810 INFO STEP 137 (remove_files) COMPLETE
57472026-08-27T23:17:22.532Z[ recovery-image] Aug 27 23:17:21.810 INFO O| Aug 27 23:17:21.810 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-27T23:17:22.543Z[ recovery-image] Aug 27 23:17:21.820 INFO O| Aug 27 23:17:21.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57492026-08-27T23:17:22.547Z[ recovery-image] Aug 27 23:17:21.820 INFO O| Aug 27 23:17:21.820 INFO STEP 138 (remove_files) COMPLETE
57502026-08-27T23:17:22.547Z[ recovery-image] Aug 27 23:17:21.820 INFO O| Aug 27 23:17:21.820 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-27T23:17:22.552Z[ recovery-image] Aug 27 23:17:21.830 INFO O| Aug 27 23:17:21.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57522026-08-27T23:17:22.552Z[ recovery-image] Aug 27 23:17:21.830 INFO O| Aug 27 23:17:21.830 INFO STEP 139 (remove_files) COMPLETE
57532026-08-27T23:17:22.556Z[ recovery-image] Aug 27 23:17:21.830 INFO O| Aug 27 23:17:21.830 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-27T23:17:22.605Z[ recovery-image] Aug 27 23:17:21.842 INFO O| Aug 27 23:17:21.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57552026-08-27T23:17:22.605Z[ recovery-image] Aug 27 23:17:21.842 INFO O| Aug 27 23:17:21.842 INFO STEP 140 (remove_files) COMPLETE
57562026-08-27T23:17:22.605Z[ recovery-image] Aug 27 23:17:21.842 INFO O| Aug 27 23:17:21.842 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.853 INFO O| Aug 27 23:17:21.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57582026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.853 INFO O| Aug 27 23:17:21.853 INFO STEP 141 (remove_files) COMPLETE
57592026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.853 INFO O| Aug 27 23:17:21.853 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.863 INFO O| Aug 27 23:17:21.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57612026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.863 INFO O| Aug 27 23:17:21.863 INFO STEP 142 (remove_files) COMPLETE
57622026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.863 INFO O| Aug 27 23:17:21.863 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.874 INFO O| Aug 27 23:17:21.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57642026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.874 INFO O| Aug 27 23:17:21.874 INFO STEP 143 (remove_files) COMPLETE
57652026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.874 INFO O| Aug 27 23:17:21.874 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.884 INFO O| Aug 27 23:17:21.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57672026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.884 INFO O| Aug 27 23:17:21.884 INFO STEP 144 (remove_files) COMPLETE
57682026-08-27T23:17:22.646Z[ recovery-image] Aug 27 23:17:21.884 INFO O| Aug 27 23:17:21.884 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-27T23:17:22.652Z[ recovery-image] Aug 27 23:17:21.895 INFO O| Aug 27 23:17:21.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57702026-08-27T23:17:22.652Z[ recovery-image] Aug 27 23:17:21.895 INFO O| Aug 27 23:17:21.895 INFO STEP 145 (remove_files) COMPLETE
57712026-08-27T23:17:22.652Z[ recovery-image] Aug 27 23:17:21.895 INFO O| Aug 27 23:17:21.895 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-27T23:17:22.675Z[ recovery-image] Aug 27 23:17:21.953 INFO O| Aug 27 23:17:21.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57732026-08-27T23:17:22.675Z[ recovery-image] Aug 27 23:17:21.953 INFO O| Aug 27 23:17:21.953 INFO STEP 146 (remove_files) COMPLETE
57742026-08-27T23:17:22.675Z[ recovery-image] Aug 27 23:17:21.953 INFO O| Aug 27 23:17:21.953 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-27T23:17:22.685Z[ recovery-image] Aug 27 23:17:21.962 INFO O| Aug 27 23:17:21.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57762026-08-27T23:17:22.685Z[ recovery-image] Aug 27 23:17:21.962 INFO O| Aug 27 23:17:21.962 INFO STEP 147 (remove_files) COMPLETE
57772026-08-27T23:17:22.688Z[ recovery-image] Aug 27 23:17:21.962 INFO O| Aug 27 23:17:21.962 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-27T23:17:22.693Z[ recovery-image] Aug 27 23:17:21.971 INFO O| Aug 27 23:17:21.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57792026-08-27T23:17:22.694Z[ recovery-image] Aug 27 23:17:21.971 INFO O| Aug 27 23:17:21.971 INFO STEP 148 (remove_files) COMPLETE
57802026-08-27T23:17:22.694Z[ recovery-image] Aug 27 23:17:21.971 INFO O| Aug 27 23:17:21.971 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-27T23:17:22.789Z[ recovery-image] Aug 27 23:17:22.003 INFO O| Aug 27 23:17:22.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57822026-08-27T23:17:22.789Z[ recovery-image] Aug 27 23:17:22.003 INFO O| Aug 27 23:17:22.003 INFO STEP 149 (remove_files) COMPLETE
57832026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.003 INFO O| Aug 27 23:17:22.003 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.012 INFO O| Aug 27 23:17:22.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57852026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.012 INFO O| Aug 27 23:17:22.012 INFO STEP 150 (remove_files) COMPLETE
57862026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.012 INFO O| Aug 27 23:17:22.012 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.020 INFO O| Aug 27 23:17:22.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57882026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.020 INFO O| Aug 27 23:17:22.020 INFO STEP 151 (remove_files) COMPLETE
57892026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.020 INFO O| Aug 27 23:17:22.020 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.028 INFO O| Aug 27 23:17:22.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57912026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.028 INFO O| Aug 27 23:17:22.028 INFO STEP 152 (remove_files) COMPLETE
57922026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.028 INFO O| Aug 27 23:17:22.028 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.036 INFO O| Aug 27 23:17:22.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57942026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.037 INFO O| Aug 27 23:17:22.037 INFO STEP 153 (remove_files) COMPLETE
57952026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.037 INFO O| Aug 27 23:17:22.037 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.045 INFO O| Aug 27 23:17:22.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57972026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.045 INFO O| Aug 27 23:17:22.045 INFO STEP 154 (remove_files) COMPLETE
57982026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.045 INFO O| Aug 27 23:17:22.045 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.053 INFO O| Aug 27 23:17:22.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58002026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.053 INFO O| Aug 27 23:17:22.053 INFO STEP 155 (remove_files) COMPLETE
58012026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.053 INFO O| Aug 27 23:17:22.053 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-27T23:17:22.803Z[ recovery-image] Aug 27 23:17:22.062 INFO O| Aug 27 23:17:22.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58032026-08-27T23:17:22.804Z[ recovery-image] Aug 27 23:17:22.062 INFO O| Aug 27 23:17:22.062 INFO STEP 156 (remove_files) COMPLETE
58042026-08-27T23:17:22.804Z[ recovery-image] Aug 27 23:17:22.062 INFO O| Aug 27 23:17:22.062 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-27T23:17:22.810Z[ recovery-image] Aug 27 23:17:22.071 INFO O| Aug 27 23:17:22.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58062026-08-27T23:17:22.810Z[ recovery-image] Aug 27 23:17:22.071 INFO O| Aug 27 23:17:22.071 INFO STEP 157 (remove_files) COMPLETE
58072026-08-27T23:17:22.810Z[ recovery-image] Aug 27 23:17:22.071 INFO O| Aug 27 23:17:22.071 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-27T23:17:22.810Z[ recovery-image] Aug 27 23:17:22.080 INFO O| Aug 27 23:17:22.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58092026-08-27T23:17:22.810Z[ recovery-image] Aug 27 23:17:22.080 INFO O| Aug 27 23:17:22.080 INFO STEP 158 (remove_files) COMPLETE
58102026-08-27T23:17:22.810Z[ recovery-image] Aug 27 23:17:22.080 INFO O| Aug 27 23:17:22.080 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-27T23:17:22.818Z[ recovery-image] Aug 27 23:17:22.090 INFO O| Aug 27 23:17:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58122026-08-27T23:17:22.818Z[ recovery-image] Aug 27 23:17:22.090 INFO O| Aug 27 23:17:22.090 INFO STEP 159 (remove_files) COMPLETE
58132026-08-27T23:17:22.818Z[ recovery-image] Aug 27 23:17:22.090 INFO O| Aug 27 23:17:22.090 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-27T23:17:22.821Z[ recovery-image] Aug 27 23:17:22.099 INFO O| Aug 27 23:17:22.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58152026-08-27T23:17:22.822Z[ recovery-image] Aug 27 23:17:22.099 INFO O| Aug 27 23:17:22.099 INFO STEP 160 (remove_files) COMPLETE
58162026-08-27T23:17:22.825Z[ recovery-image] Aug 27 23:17:22.099 INFO O| Aug 27 23:17:22.099 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-27T23:17:22.834Z[ recovery-image] Aug 27 23:17:22.112 INFO O| Aug 27 23:17:22.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58182026-08-27T23:17:22.834Z[ recovery-image] Aug 27 23:17:22.112 INFO O| Aug 27 23:17:22.112 INFO STEP 161 (remove_files) COMPLETE
58192026-08-27T23:17:22.838Z[ recovery-image] Aug 27 23:17:22.112 INFO O| Aug 27 23:17:22.112 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-27T23:17:22.850Z[ recovery-image] Aug 27 23:17:22.124 INFO O| Aug 27 23:17:22.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58212026-08-27T23:17:22.850Z[ recovery-image] Aug 27 23:17:22.124 INFO O| Aug 27 23:17:22.124 INFO STEP 162 (remove_files) COMPLETE
58222026-08-27T23:17:22.853Z[ recovery-image] Aug 27 23:17:22.124 INFO O| Aug 27 23:17:22.124 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-27T23:17:22.858Z[ recovery-image] Aug 27 23:17:22.135 INFO O| Aug 27 23:17:22.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58242026-08-27T23:17:22.858Z[ recovery-image] Aug 27 23:17:22.135 INFO O| Aug 27 23:17:22.135 INFO STEP 163 (remove_files) COMPLETE
58252026-08-27T23:17:22.858Z[ recovery-image] Aug 27 23:17:22.135 INFO O| Aug 27 23:17:22.135 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-27T23:17:22.869Z[ recovery-image] Aug 27 23:17:22.146 INFO O| Aug 27 23:17:22.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58272026-08-27T23:17:22.869Z[ recovery-image] Aug 27 23:17:22.146 INFO O| Aug 27 23:17:22.146 INFO STEP 164 (remove_files) COMPLETE
58282026-08-27T23:17:22.869Z[ recovery-image] Aug 27 23:17:22.146 INFO O| Aug 27 23:17:22.146 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-27T23:17:22.879Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
58302026-08-27T23:17:22.886Z[ recovery-image] Aug 27 23:17:22.158 INFO O| Aug 27 23:17:22.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58312026-08-27T23:17:22.886Z[ recovery-image] Aug 27 23:17:22.158 INFO O| Aug 27 23:17:22.158 INFO STEP 165 (remove_files) COMPLETE
58322026-08-27T23:17:22.886Z[ recovery-image] Aug 27 23:17:22.158 INFO O| Aug 27 23:17:22.158 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-27T23:17:22.962Z[ recovery-image] Aug 27 23:17:22.168 INFO O| Aug 27 23:17:22.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58342026-08-27T23:17:22.962Z[ recovery-image] Aug 27 23:17:22.168 INFO O| Aug 27 23:17:22.168 INFO STEP 166 (remove_files) COMPLETE
58352026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.168 INFO O| Aug 27 23:17:22.168 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.177 INFO O| Aug 27 23:17:22.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58372026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.177 INFO O| Aug 27 23:17:22.177 INFO STEP 167 (remove_files) COMPLETE
58382026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.177 INFO O| Aug 27 23:17:22.177 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.186 INFO O| Aug 27 23:17:22.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58402026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.186 INFO O| Aug 27 23:17:22.186 INFO STEP 168 (remove_files) COMPLETE
58412026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.186 INFO O| Aug 27 23:17:22.186 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.195 INFO O| Aug 27 23:17:22.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58432026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.195 INFO O| Aug 27 23:17:22.195 INFO STEP 169 (remove_files) COMPLETE
58442026-08-27T23:17:22.979Z[ recovery-image] Aug 27 23:17:22.195 INFO O| Aug 27 23:17:22.195 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.206 INFO O| Aug 27 23:17:22.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58462026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.206 INFO O| Aug 27 23:17:22.206 INFO STEP 170 (remove_files) COMPLETE
58472026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.206 INFO O| Aug 27 23:17:22.206 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.218 INFO O| Aug 27 23:17:22.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58492026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.218 INFO O| Aug 27 23:17:22.218 INFO STEP 171 (remove_files) COMPLETE
58502026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.218 INFO O| Aug 27 23:17:22.218 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.229 INFO O| Aug 27 23:17:22.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58522026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.229 INFO O| Aug 27 23:17:22.229 INFO STEP 172 (remove_files) COMPLETE
58532026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.229 INFO O| Aug 27 23:17:22.229 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.240 INFO O| Aug 27 23:17:22.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58552026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.240 INFO O| Aug 27 23:17:22.240 INFO STEP 173 (remove_files) COMPLETE
58562026-08-27T23:17:22.980Z[ recovery-image] Aug 27 23:17:22.240 INFO O| Aug 27 23:17:22.240 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-27T23:17:23.013Z[ recovery-image] Aug 27 23:17:22.250 INFO O| Aug 27 23:17:22.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58582026-08-27T23:17:23.013Z[ recovery-image] Aug 27 23:17:22.250 INFO O| Aug 27 23:17:22.250 INFO STEP 174 (remove_files) COMPLETE
58592026-08-27T23:17:23.013Z[ recovery-image] Aug 27 23:17:22.250 INFO O| Aug 27 23:17:22.250 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-27T23:17:23.013Z[ recovery-image] Aug 27 23:17:22.261 INFO O| Aug 27 23:17:22.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58612026-08-27T23:17:23.013Z[ recovery-image] Aug 27 23:17:22.261 INFO O| Aug 27 23:17:22.261 INFO STEP 175 (remove_files) COMPLETE
58622026-08-27T23:17:23.013Z[ recovery-image] Aug 27 23:17:22.261 INFO O| Aug 27 23:17:22.261 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.272 INFO O| Aug 27 23:17:22.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58642026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.272 INFO O| Aug 27 23:17:22.272 INFO STEP 176 (remove_files) COMPLETE
58652026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.272 INFO O| Aug 27 23:17:22.272 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.284 INFO O| Aug 27 23:17:22.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58672026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.284 INFO O| Aug 27 23:17:22.284 INFO STEP 177 (remove_files) COMPLETE
58682026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.284 INFO O| Aug 27 23:17:22.284 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.294 INFO O| Aug 27 23:17:22.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58702026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.294 INFO O| Aug 27 23:17:22.294 INFO STEP 178 (remove_files) COMPLETE
58712026-08-27T23:17:23.019Z[ recovery-image] Aug 27 23:17:22.294 INFO O| Aug 27 23:17:22.294 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-27T23:17:23.024Z[ recovery-image] Aug 27 23:17:22.302 INFO O| Aug 27 23:17:22.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58732026-08-27T23:17:23.024Z[ recovery-image] Aug 27 23:17:22.302 INFO O| Aug 27 23:17:22.302 INFO STEP 179 (remove_files) COMPLETE
58742026-08-27T23:17:23.025Z[ recovery-image] Aug 27 23:17:22.302 INFO O| Aug 27 23:17:22.302 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-27T23:17:23.036Z[ recovery-image] Aug 27 23:17:22.311 INFO O| Aug 27 23:17:22.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58762026-08-27T23:17:23.036Z[ recovery-image] Aug 27 23:17:22.311 INFO O| Aug 27 23:17:22.311 INFO STEP 180 (remove_files) COMPLETE
58772026-08-27T23:17:23.041Z[ recovery-image] Aug 27 23:17:22.311 INFO O| Aug 27 23:17:22.311 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-27T23:17:23.047Z[ recovery-image] Aug 27 23:17:22.319 INFO O| Aug 27 23:17:22.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58792026-08-27T23:17:23.047Z[ recovery-image] Aug 27 23:17:22.319 INFO O| Aug 27 23:17:22.319 INFO STEP 181 (remove_files) COMPLETE
58802026-08-27T23:17:23.047Z[ recovery-image] Aug 27 23:17:22.319 INFO O| Aug 27 23:17:22.319 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-27T23:17:23.053Z[ recovery-image] Aug 27 23:17:22.327 INFO O| Aug 27 23:17:22.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58822026-08-27T23:17:23.053Z[ recovery-image] Aug 27 23:17:22.327 INFO O| Aug 27 23:17:22.327 INFO STEP 182 (remove_files) COMPLETE
58832026-08-27T23:17:23.053Z[ recovery-image] Aug 27 23:17:22.327 INFO O| Aug 27 23:17:22.327 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-27T23:17:23.211Z[ recovery-image] Aug 27 23:17:22.335 INFO O| Aug 27 23:17:22.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58852026-08-27T23:17:23.212Z[ recovery-image] Aug 27 23:17:22.335 INFO O| Aug 27 23:17:22.335 INFO STEP 183 (remove_files) COMPLETE
58862026-08-27T23:17:23.212Z[ recovery-image] Aug 27 23:17:22.335 INFO O| Aug 27 23:17:22.335 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-27T23:17:23.228Z[ recovery-image] Aug 27 23:17:22.343 INFO O| Aug 27 23:17:22.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58882026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.344 INFO O| Aug 27 23:17:22.343 INFO STEP 184 (remove_files) COMPLETE
58892026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.344 INFO O| Aug 27 23:17:22.344 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.352 INFO O| Aug 27 23:17:22.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58912026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.352 INFO O| Aug 27 23:17:22.352 INFO STEP 185 (remove_files) COMPLETE
58922026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.352 INFO O| Aug 27 23:17:22.352 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.374 INFO O| Aug 27 23:17:22.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58942026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.375 INFO O| Aug 27 23:17:22.375 INFO STEP 186 (remove_files) COMPLETE
58952026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.375 INFO O| Aug 27 23:17:22.375 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.385 INFO O| Aug 27 23:17:22.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58972026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.385 INFO O| Aug 27 23:17:22.385 INFO STEP 187 (remove_files) COMPLETE
58982026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.385 INFO O| Aug 27 23:17:22.385 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.394 INFO O| Aug 27 23:17:22.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59002026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.394 INFO O| Aug 27 23:17:22.394 INFO STEP 188 (remove_files) COMPLETE
59012026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.394 INFO O| Aug 27 23:17:22.394 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.403 INFO O| Aug 27 23:17:22.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59032026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.403 INFO O| Aug 27 23:17:22.403 INFO STEP 189 (remove_files) COMPLETE
59042026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.403 INFO O| Aug 27 23:17:22.403 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.413 INFO O| Aug 27 23:17:22.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59062026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.413 INFO O| Aug 27 23:17:22.413 INFO STEP 190 (remove_files) COMPLETE
59072026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.413 INFO O| Aug 27 23:17:22.413 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.423 INFO O| Aug 27 23:17:22.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59092026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.423 INFO O| Aug 27 23:17:22.423 INFO STEP 191 (remove_files) COMPLETE
59102026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.423 INFO O| Aug 27 23:17:22.423 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.433 INFO O| Aug 27 23:17:22.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59122026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.433 INFO O| Aug 27 23:17:22.433 INFO STEP 192 (remove_files) COMPLETE
59132026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.433 INFO O| Aug 27 23:17:22.433 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.443 INFO O| Aug 27 23:17:22.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59152026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.443 INFO O| Aug 27 23:17:22.443 INFO STEP 193 (remove_files) COMPLETE
59162026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.443 INFO O| Aug 27 23:17:22.443 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-27T23:17:23.229Z[ recovery-image] Aug 27 23:17:22.453 INFO O| Aug 27 23:17:22.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59182026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.453 INFO O| Aug 27 23:17:22.453 INFO STEP 194 (remove_files) COMPLETE
59192026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.453 INFO O| Aug 27 23:17:22.453 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.462 INFO O| Aug 27 23:17:22.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59212026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.462 INFO O| Aug 27 23:17:22.462 INFO STEP 195 (remove_files) COMPLETE
59222026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.462 INFO O| Aug 27 23:17:22.462 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.471 INFO O| Aug 27 23:17:22.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59242026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.471 INFO O| Aug 27 23:17:22.471 INFO STEP 196 (remove_files) COMPLETE
59252026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.471 INFO O| Aug 27 23:17:22.471 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.483 INFO O| Aug 27 23:17:22.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59272026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.483 INFO O| Aug 27 23:17:22.483 INFO STEP 197 (remove_files) COMPLETE
59282026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.483 INFO O| Aug 27 23:17:22.483 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.494 INFO O| Aug 27 23:17:22.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59302026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.494 INFO O| Aug 27 23:17:22.494 INFO STEP 198 (remove_files) COMPLETE
59312026-08-27T23:17:23.230Z[ recovery-image] Aug 27 23:17:22.494 INFO O| Aug 27 23:17:22.494 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-27T23:17:23.234Z[ recovery-image] Aug 27 23:17:22.504 INFO O| Aug 27 23:17:22.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59332026-08-27T23:17:23.234Z[ recovery-image] Aug 27 23:17:22.504 INFO O| Aug 27 23:17:22.504 INFO STEP 199 (remove_files) COMPLETE
59342026-08-27T23:17:23.234Z[ recovery-image] Aug 27 23:17:22.504 INFO O| Aug 27 23:17:22.504 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-27T23:17:23.237Z[ recovery-image] Aug 27 23:17:22.514 INFO O| Aug 27 23:17:22.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59362026-08-27T23:17:23.238Z[ recovery-image] Aug 27 23:17:22.514 INFO O| Aug 27 23:17:22.514 INFO STEP 200 (remove_files) COMPLETE
59372026-08-27T23:17:23.238Z[ recovery-image] Aug 27 23:17:22.514 INFO O| Aug 27 23:17:22.514 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-27T23:17:23.246Z[ recovery-image] Aug 27 23:17:22.524 INFO O| Aug 27 23:17:22.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59392026-08-27T23:17:23.246Z[ recovery-image] Aug 27 23:17:22.524 INFO O| Aug 27 23:17:22.524 INFO STEP 201 (remove_files) COMPLETE
59402026-08-27T23:17:23.246Z[ recovery-image] Aug 27 23:17:22.524 INFO O| Aug 27 23:17:22.524 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-27T23:17:23.257Z[ recovery-image] Aug 27 23:17:22.534 INFO O| Aug 27 23:17:22.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59422026-08-27T23:17:23.257Z[ recovery-image] Aug 27 23:17:22.534 INFO O| Aug 27 23:17:22.534 INFO STEP 202 (remove_files) COMPLETE
59432026-08-27T23:17:23.257Z[ recovery-image] Aug 27 23:17:22.534 INFO O| Aug 27 23:17:22.534 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-27T23:17:23.267Z[ recovery-image] Aug 27 23:17:22.545 INFO O| Aug 27 23:17:22.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59452026-08-27T23:17:23.267Z[ recovery-image] Aug 27 23:17:22.545 INFO O| Aug 27 23:17:22.545 INFO STEP 203 (remove_files) COMPLETE
59462026-08-27T23:17:23.267Z[ recovery-image] Aug 27 23:17:22.545 INFO O| Aug 27 23:17:22.545 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-27T23:17:23.278Z[ recovery-image] Aug 27 23:17:22.555 INFO O| Aug 27 23:17:22.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59482026-08-27T23:17:23.278Z[ recovery-image] Aug 27 23:17:22.555 INFO O| Aug 27 23:17:22.555 INFO STEP 204 (remove_files) COMPLETE
59492026-08-27T23:17:23.278Z[ recovery-image] Aug 27 23:17:22.555 INFO O| Aug 27 23:17:22.555 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-27T23:17:23.287Z[ recovery-image] Aug 27 23:17:22.564 INFO O| Aug 27 23:17:22.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59512026-08-27T23:17:23.287Z[ recovery-image] Aug 27 23:17:22.564 INFO O| Aug 27 23:17:22.564 INFO STEP 205 (remove_files) COMPLETE
59522026-08-27T23:17:23.287Z[ recovery-image] Aug 27 23:17:22.564 INFO O| Aug 27 23:17:22.564 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-27T23:17:23.296Z[ recovery-image] Aug 27 23:17:22.574 INFO O| Aug 27 23:17:22.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59542026-08-27T23:17:23.296Z[ recovery-image] Aug 27 23:17:22.574 INFO O| Aug 27 23:17:22.574 INFO STEP 206 (remove_files) COMPLETE
59552026-08-27T23:17:23.296Z[ recovery-image] Aug 27 23:17:22.574 INFO O| Aug 27 23:17:22.574 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-27T23:17:23.311Z[ recovery-image] Aug 27 23:17:22.583 INFO O| Aug 27 23:17:22.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59572026-08-27T23:17:23.311Z[ recovery-image] Aug 27 23:17:22.583 INFO O| Aug 27 23:17:22.583 INFO STEP 207 (remove_files) COMPLETE
59582026-08-27T23:17:23.316Z[ recovery-image] Aug 27 23:17:22.583 INFO O| Aug 27 23:17:22.583 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-27T23:17:26.733Z[ recovery-image] Aug 27 23:17:22.594 INFO O| Aug 27 23:17:22.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59602026-08-27T23:17:26.733Z[ recovery-image] Aug 27 23:17:22.594 INFO O| Aug 27 23:17:22.594 INFO STEP 208 (remove_files) COMPLETE
59612026-08-27T23:17:26.733Z[ recovery-image] Aug 27 23:17:22.594 INFO O| Aug 27 23:17:22.594 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.605 INFO O| Aug 27 23:17:22.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59632026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.605 INFO O| Aug 27 23:17:22.605 INFO STEP 209 (remove_files) COMPLETE
59642026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.605 INFO O| Aug 27 23:17:22.605 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.615 INFO O| Aug 27 23:17:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59662026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.615 INFO O| Aug 27 23:17:22.615 INFO STEP 210 (remove_files) COMPLETE
59672026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.615 INFO O| Aug 27 23:17:22.615 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.627 INFO O| Aug 27 23:17:22.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59692026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.627 INFO O| Aug 27 23:17:22.627 INFO STEP 211 (remove_files) COMPLETE
59702026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.627 INFO O| Aug 27 23:17:22.627 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.638 INFO O| Aug 27 23:17:22.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59722026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.638 INFO O| Aug 27 23:17:22.638 INFO STEP 212 (remove_files) COMPLETE
59732026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.638 INFO O| Aug 27 23:17:22.638 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.649 INFO O| Aug 27 23:17:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59752026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.649 INFO O| Aug 27 23:17:22.649 INFO STEP 213 (remove_files) COMPLETE
59762026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.649 INFO O| Aug 27 23:17:22.649 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.660 INFO O| Aug 27 23:17:22.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59782026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.660 INFO O| Aug 27 23:17:22.660 INFO STEP 214 (remove_files) COMPLETE
59792026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.660 INFO O| Aug 27 23:17:22.660 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.671 INFO O| Aug 27 23:17:22.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59812026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.671 INFO O| Aug 27 23:17:22.671 INFO STEP 215 (remove_files) COMPLETE
59822026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.671 INFO O| Aug 27 23:17:22.671 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.681 INFO O| Aug 27 23:17:22.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59842026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.682 INFO O| Aug 27 23:17:22.682 INFO STEP 216 (remove_files) COMPLETE
59852026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.682 INFO O| Aug 27 23:17:22.682 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.692 INFO O| Aug 27 23:17:22.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59872026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.692 INFO O| Aug 27 23:17:22.692 INFO STEP 217 (remove_files) COMPLETE
59882026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.692 INFO O| Aug 27 23:17:22.692 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.702 INFO O| Aug 27 23:17:22.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59902026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.702 INFO O| Aug 27 23:17:22.702 INFO STEP 218 (remove_files) COMPLETE
59912026-08-27T23:17:28.922Z[ recovery-image] Aug 27 23:17:22.702 INFO O| Aug 27 23:17:22.702 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.713 INFO O| Aug 27 23:17:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59932026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.713 INFO O| Aug 27 23:17:22.713 INFO STEP 219 (remove_files) COMPLETE
59942026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.713 INFO O| Aug 27 23:17:22.713 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.723 INFO O| Aug 27 23:17:22.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59962026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.723 INFO O| Aug 27 23:17:22.723 INFO STEP 220 (remove_files) COMPLETE
59972026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.723 INFO O| Aug 27 23:17:22.723 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.733 INFO O| Aug 27 23:17:22.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59992026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.733 INFO O| Aug 27 23:17:22.733 INFO STEP 221 (remove_files) COMPLETE
60002026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.733 INFO O| Aug 27 23:17:22.733 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.741 INFO O| Aug 27 23:17:22.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60022026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.742 INFO O| Aug 27 23:17:22.741 INFO STEP 222 (remove_files) COMPLETE
60032026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.742 INFO O| Aug 27 23:17:22.741 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.751 INFO O| Aug 27 23:17:22.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60052026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.752 INFO O| Aug 27 23:17:22.752 INFO STEP 223 (remove_files) COMPLETE
60062026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.752 INFO O| Aug 27 23:17:22.752 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.763 INFO O| Aug 27 23:17:22.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60082026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.763 INFO O| Aug 27 23:17:22.763 INFO STEP 224 (remove_files) COMPLETE
60092026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.763 INFO O| Aug 27 23:17:22.763 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.773 INFO O| Aug 27 23:17:22.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60112026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.773 INFO O| Aug 27 23:17:22.773 INFO STEP 225 (remove_files) COMPLETE
60122026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.773 INFO O| Aug 27 23:17:22.773 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.782 INFO O| Aug 27 23:17:22.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60142026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.783 INFO O| Aug 27 23:17:22.783 INFO STEP 226 (remove_files) COMPLETE
60152026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.783 INFO O| Aug 27 23:17:22.783 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.793 INFO O| Aug 27 23:17:22.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60172026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.793 INFO O| Aug 27 23:17:22.793 INFO STEP 227 (remove_files) COMPLETE
60182026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.793 INFO O| Aug 27 23:17:22.793 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.802 INFO O| Aug 27 23:17:22.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60202026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.802 INFO O| Aug 27 23:17:22.802 INFO STEP 228 (remove_files) COMPLETE
60212026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.802 INFO O| Aug 27 23:17:22.802 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.811 INFO O| Aug 27 23:17:22.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60232026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.811 INFO O| Aug 27 23:17:22.811 INFO STEP 229 (remove_files) COMPLETE
60242026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.811 INFO O| Aug 27 23:17:22.811 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.820 INFO O| Aug 27 23:17:22.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60262026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.821 INFO O| Aug 27 23:17:22.821 INFO STEP 230 (remove_files) COMPLETE
60272026-08-27T23:17:28.923Z[ recovery-image] Aug 27 23:17:22.821 INFO O| Aug 27 23:17:22.821 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.831 INFO O| Aug 27 23:17:22.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60292026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.831 INFO O| Aug 27 23:17:22.831 INFO STEP 231 (remove_files) COMPLETE
60302026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.831 INFO O| Aug 27 23:17:22.831 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.840 INFO O| Aug 27 23:17:22.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60322026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.840 INFO O| Aug 27 23:17:22.840 INFO STEP 232 (remove_files) COMPLETE
60332026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.840 INFO O| Aug 27 23:17:22.840 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.850 INFO O| Aug 27 23:17:22.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60352026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.850 INFO O| Aug 27 23:17:22.850 INFO STEP 233 (remove_files) COMPLETE
60362026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.850 INFO O| Aug 27 23:17:22.850 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.861 INFO O| Aug 27 23:17:22.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60382026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.862 INFO O| Aug 27 23:17:22.862 INFO STEP 234 (remove_files) COMPLETE
60392026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.862 INFO O| Aug 27 23:17:22.862 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.872 INFO O| Aug 27 23:17:22.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60412026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.872 INFO O| Aug 27 23:17:22.872 INFO STEP 235 (remove_files) COMPLETE
60422026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.872 INFO O| Aug 27 23:17:22.872 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.883 INFO O| Aug 27 23:17:22.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60442026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.883 INFO O| Aug 27 23:17:22.883 INFO STEP 236 (remove_files) COMPLETE
60452026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.883 INFO O| Aug 27 23:17:22.883 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.892 INFO O| Aug 27 23:17:22.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60472026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.892 INFO O| Aug 27 23:17:22.892 INFO STEP 237 (remove_files) COMPLETE
60482026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.892 INFO O| Aug 27 23:17:22.892 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.902 INFO O| Aug 27 23:17:22.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60502026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.902 INFO O| Aug 27 23:17:22.902 INFO STEP 238 (remove_files) COMPLETE
60512026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.902 INFO O| Aug 27 23:17:22.902 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.912 INFO O| Aug 27 23:17:22.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60532026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.912 INFO O| Aug 27 23:17:22.912 INFO STEP 239 (remove_files) COMPLETE
60542026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.912 INFO O| Aug 27 23:17:22.912 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-27T23:17:28.924Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
60562026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.923 INFO O| Aug 27 23:17:22.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60572026-08-27T23:17:28.924Z[ recovery-image] Aug 27 23:17:22.923 INFO O| Aug 27 23:17:22.923 INFO STEP 240 (remove_files) COMPLETE
60582026-08-27T23:17:28.925Z[ recovery-image] Aug 27 23:17:22.923 INFO O| Aug 27 23:17:22.923 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-27T23:17:28.925Z[ recovery-image] Aug 27 23:17:22.939 INFO O| Aug 27 23:17:22.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60602026-08-27T23:17:28.925Z[ recovery-image] Aug 27 23:17:22.939 INFO O| Aug 27 23:17:22.939 INFO STEP 241 (remove_files) COMPLETE
60612026-08-27T23:17:28.925Z[ recovery-image] Aug 27 23:17:22.939 INFO O| Aug 27 23:17:22.939 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.948 INFO O| Aug 27 23:17:22.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60632026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.949 INFO O| Aug 27 23:17:22.948 INFO STEP 242 (remove_files) COMPLETE
60642026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.949 INFO O| Aug 27 23:17:22.948 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.958 INFO O| Aug 27 23:17:22.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60662026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.958 INFO O| Aug 27 23:17:22.958 INFO STEP 243 (remove_files) COMPLETE
60672026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.958 INFO O| Aug 27 23:17:22.958 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.970 INFO O| Aug 27 23:17:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60692026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.970 INFO O| Aug 27 23:17:22.970 INFO STEP 244 (remove_files) COMPLETE
60702026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.970 INFO O| Aug 27 23:17:22.970 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.981 INFO O| Aug 27 23:17:22.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60722026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.982 INFO O| Aug 27 23:17:22.982 INFO STEP 245 (remove_files) COMPLETE
60732026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.982 INFO O| Aug 27 23:17:22.982 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.991 INFO O| Aug 27 23:17:22.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60752026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.992 INFO O| Aug 27 23:17:22.992 INFO STEP 246 (remove_files) COMPLETE
60762026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:22.992 INFO O| Aug 27 23:17:22.992 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.003 INFO O| Aug 27 23:17:23.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60782026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.003 INFO O| Aug 27 23:17:23.003 INFO STEP 247 (remove_files) COMPLETE
60792026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.003 INFO O| Aug 27 23:17:23.003 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.014 INFO O| Aug 27 23:17:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60812026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.015 INFO O| Aug 27 23:17:23.015 INFO STEP 248 (remove_files) COMPLETE
60822026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.015 INFO O| Aug 27 23:17:23.015 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.024 INFO O| Aug 27 23:17:23.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60842026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.024 INFO O| Aug 27 23:17:23.024 INFO STEP 249 (remove_files) COMPLETE
60852026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.024 INFO O| Aug 27 23:17:23.024 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-27T23:17:28.989Z[ recovery-image] Aug 27 23:17:23.046 INFO O| Aug 27 23:17:23.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60872026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.046 INFO O| Aug 27 23:17:23.046 INFO STEP 250 (remove_files) COMPLETE
60882026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.046 INFO O| Aug 27 23:17:23.046 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.056 INFO O| Aug 27 23:17:23.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60902026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.056 INFO O| Aug 27 23:17:23.056 INFO STEP 251 (remove_files) COMPLETE
60912026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.056 INFO O| Aug 27 23:17:23.056 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.066 INFO O| Aug 27 23:17:23.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60932026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.066 INFO O| Aug 27 23:17:23.066 INFO STEP 252 (remove_files) COMPLETE
60942026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.066 INFO O| Aug 27 23:17:23.066 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.075 INFO O| Aug 27 23:17:23.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60962026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.075 INFO O| Aug 27 23:17:23.075 INFO STEP 253 (remove_files) COMPLETE
60972026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.075 INFO O| Aug 27 23:17:23.075 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.086 INFO O| Aug 27 23:17:23.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60992026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.086 INFO O| Aug 27 23:17:23.086 INFO STEP 254 (remove_files) COMPLETE
61002026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.086 INFO O| Aug 27 23:17:23.086 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.095 INFO O| Aug 27 23:17:23.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61022026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.095 INFO O| Aug 27 23:17:23.095 INFO STEP 255 (remove_files) COMPLETE
61032026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.095 INFO O| Aug 27 23:17:23.095 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.104 INFO O| Aug 27 23:17:23.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61052026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.104 INFO O| Aug 27 23:17:23.104 INFO STEP 256 (remove_files) COMPLETE
61062026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.104 INFO O| Aug 27 23:17:23.104 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.114 INFO O| Aug 27 23:17:23.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61082026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.114 INFO O| Aug 27 23:17:23.114 INFO STEP 257 (remove_files) COMPLETE
61092026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.114 INFO O| Aug 27 23:17:23.114 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.123 INFO O| Aug 27 23:17:23.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61112026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.123 INFO O| Aug 27 23:17:23.123 INFO STEP 258 (remove_files) COMPLETE
61122026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.123 INFO O| Aug 27 23:17:23.123 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.134 INFO O| Aug 27 23:17:23.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61142026-08-27T23:17:28.990Z[ recovery-image] Aug 27 23:17:23.134 INFO O| Aug 27 23:17:23.134 INFO STEP 259 (remove_files) COMPLETE
61152026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.134 INFO O| Aug 27 23:17:23.134 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.144 INFO O| Aug 27 23:17:23.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61172026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.144 INFO O| Aug 27 23:17:23.144 INFO STEP 260 (remove_files) COMPLETE
61182026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.144 INFO O| Aug 27 23:17:23.144 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.153 INFO O| Aug 27 23:17:23.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61202026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.153 INFO O| Aug 27 23:17:23.153 INFO STEP 261 (remove_files) COMPLETE
61212026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.153 INFO O| Aug 27 23:17:23.153 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.162 INFO O| Aug 27 23:17:23.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61232026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.162 INFO O| Aug 27 23:17:23.162 INFO STEP 262 (remove_files) COMPLETE
61242026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.162 INFO O| Aug 27 23:17:23.162 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.172 INFO O| Aug 27 23:17:23.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61262026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.172 INFO O| Aug 27 23:17:23.172 INFO STEP 263 (remove_files) COMPLETE
61272026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.172 INFO O| Aug 27 23:17:23.172 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.182 INFO O| Aug 27 23:17:23.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61292026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.182 INFO O| Aug 27 23:17:23.182 INFO STEP 264 (remove_files) COMPLETE
61302026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.182 INFO O| Aug 27 23:17:23.182 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.192 INFO O| Aug 27 23:17:23.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61322026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.192 INFO O| Aug 27 23:17:23.192 INFO STEP 265 (remove_files) COMPLETE
61332026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.192 INFO O| Aug 27 23:17:23.192 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.203 INFO O| Aug 27 23:17:23.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61352026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.203 INFO O| Aug 27 23:17:23.203 INFO STEP 266 (remove_files) COMPLETE
61362026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.203 INFO O| Aug 27 23:17:23.203 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.213 INFO O| Aug 27 23:17:23.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61382026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.213 INFO O| Aug 27 23:17:23.213 INFO STEP 267 (remove_files) COMPLETE
61392026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.213 INFO O| Aug 27 23:17:23.213 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.222 INFO O| Aug 27 23:17:23.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61412026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.222 INFO O| Aug 27 23:17:23.222 INFO STEP 268 (remove_files) COMPLETE
61422026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.222 INFO O| Aug 27 23:17:23.222 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.235 INFO O| Aug 27 23:17:23.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61442026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.235 INFO O| Aug 27 23:17:23.235 INFO STEP 269 (remove_files) COMPLETE
61452026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.235 INFO O| Aug 27 23:17:23.235 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.246 INFO O| Aug 27 23:17:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61472026-08-27T23:17:28.991Z[ recovery-image] Aug 27 23:17:23.246 INFO O| Aug 27 23:17:23.246 INFO STEP 270 (remove_files) COMPLETE
61482026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.246 INFO O| Aug 27 23:17:23.246 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.255 INFO O| Aug 27 23:17:23.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61502026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.255 INFO O| Aug 27 23:17:23.255 INFO STEP 271 (remove_files) COMPLETE
61512026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.255 INFO O| Aug 27 23:17:23.255 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.264 INFO O| Aug 27 23:17:23.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61532026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.264 INFO O| Aug 27 23:17:23.264 INFO STEP 272 (remove_files) COMPLETE
61542026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.264 INFO O| Aug 27 23:17:23.264 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.273 INFO O| Aug 27 23:17:23.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61562026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.273 INFO O| Aug 27 23:17:23.273 INFO STEP 273 (remove_files) COMPLETE
61572026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.273 INFO O| Aug 27 23:17:23.273 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.283 INFO O| Aug 27 23:17:23.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61592026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.283 INFO O| Aug 27 23:17:23.283 INFO STEP 274 (remove_files) COMPLETE
61602026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.283 INFO O| Aug 27 23:17:23.283 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-27T23:17:28.992Z[ recovery-image] Aug 27 23:17:23.305 INFO O| Aug 27 23:17:23.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61622026-08-27T23:17:29.085Z[ recovery-image] Aug 27 23:17:23.305 INFO O| Aug 27 23:17:23.305 INFO STEP 275 (remove_files) COMPLETE
61632026-08-27T23:17:29.085Z[ recovery-image] Aug 27 23:17:23.305 INFO O| Aug 27 23:17:23.305 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.317 INFO O| Aug 27 23:17:23.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61652026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.317 INFO O| Aug 27 23:17:23.317 INFO STEP 276 (remove_files) COMPLETE
61662026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.317 INFO O| Aug 27 23:17:23.317 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.327 INFO O| Aug 27 23:17:23.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61682026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.327 INFO O| Aug 27 23:17:23.327 INFO STEP 277 (remove_files) COMPLETE
61692026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.327 INFO O| Aug 27 23:17:23.327 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.337 INFO O| Aug 27 23:17:23.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61712026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.337 INFO O| Aug 27 23:17:23.337 INFO STEP 278 (remove_files) COMPLETE
61722026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.337 INFO O| Aug 27 23:17:23.337 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.347 INFO O| Aug 27 23:17:23.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61742026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.347 INFO O| Aug 27 23:17:23.347 INFO STEP 279 (remove_files) COMPLETE
61752026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.347 INFO O| Aug 27 23:17:23.347 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.356 INFO O| Aug 27 23:17:23.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61772026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.356 INFO O| Aug 27 23:17:23.356 INFO STEP 280 (remove_files) COMPLETE
61782026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.356 INFO O| Aug 27 23:17:23.356 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.367 INFO O| Aug 27 23:17:23.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61802026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.367 INFO O| Aug 27 23:17:23.367 INFO STEP 281 (remove_files) COMPLETE
61812026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.367 INFO O| Aug 27 23:17:23.367 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.379 INFO O| Aug 27 23:17:23.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61832026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.379 INFO O| Aug 27 23:17:23.379 INFO STEP 282 (remove_files) COMPLETE
61842026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.379 INFO O| Aug 27 23:17:23.379 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.388 INFO O| Aug 27 23:17:23.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61862026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.388 INFO O| Aug 27 23:17:23.388 INFO STEP 283 (remove_files) COMPLETE
61872026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.388 INFO O| Aug 27 23:17:23.388 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-27T23:17:29.086Z[ recovery-image] Aug 27 23:17:23.396 INFO O| Aug 27 23:17:23.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61892026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.397 INFO O| Aug 27 23:17:23.397 INFO STEP 284 (remove_files) COMPLETE
61902026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.397 INFO O| Aug 27 23:17:23.397 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.406 INFO O| Aug 27 23:17:23.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61922026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.406 INFO O| Aug 27 23:17:23.406 INFO STEP 285 (remove_files) COMPLETE
61932026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.406 INFO O| Aug 27 23:17:23.406 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.415 INFO O| Aug 27 23:17:23.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61952026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.415 INFO O| Aug 27 23:17:23.415 INFO STEP 286 (remove_files) COMPLETE
61962026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.415 INFO O| Aug 27 23:17:23.415 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.424 INFO O| Aug 27 23:17:23.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61982026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.424 INFO O| Aug 27 23:17:23.424 INFO STEP 287 (remove_files) COMPLETE
61992026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.424 INFO O| Aug 27 23:17:23.424 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.432 INFO O| Aug 27 23:17:23.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62012026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.432 INFO O| Aug 27 23:17:23.432 INFO STEP 288 (remove_files) COMPLETE
62022026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.433 INFO O| Aug 27 23:17:23.432 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.467 INFO O| Aug 27 23:17:23.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62042026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.467 INFO O| Aug 27 23:17:23.467 INFO STEP 289 (remove_files) COMPLETE
62052026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.467 INFO O| Aug 27 23:17:23.467 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.478 INFO O| Aug 27 23:17:23.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62072026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.478 INFO O| Aug 27 23:17:23.478 INFO STEP 290 (remove_files) COMPLETE
62082026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.478 INFO O| Aug 27 23:17:23.478 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.488 INFO O| Aug 27 23:17:23.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62102026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.488 INFO O| Aug 27 23:17:23.488 INFO STEP 291 (remove_files) COMPLETE
62112026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.488 INFO O| Aug 27 23:17:23.488 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.498 INFO O| Aug 27 23:17:23.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62132026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.499 INFO O| Aug 27 23:17:23.499 INFO STEP 292 (remove_files) COMPLETE
62142026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.499 INFO O| Aug 27 23:17:23.499 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-27T23:17:29.087Z[ recovery-image] Aug 27 23:17:23.507 INFO O| Aug 27 23:17:23.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62162026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.508 INFO O| Aug 27 23:17:23.508 INFO STEP 293 (remove_files) COMPLETE
62172026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.508 INFO O| Aug 27 23:17:23.508 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.517 INFO O| Aug 27 23:17:23.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62192026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.517 INFO O| Aug 27 23:17:23.517 INFO STEP 294 (remove_files) COMPLETE
62202026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.517 INFO O| Aug 27 23:17:23.517 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.525 INFO O| Aug 27 23:17:23.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62222026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.525 INFO O| Aug 27 23:17:23.525 INFO STEP 295 (remove_files) COMPLETE
62232026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.525 INFO O| Aug 27 23:17:23.525 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.534 INFO O| Aug 27 23:17:23.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62252026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.534 INFO O| Aug 27 23:17:23.534 INFO STEP 296 (remove_files) COMPLETE
62262026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.534 INFO O| Aug 27 23:17:23.534 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.543 INFO O| Aug 27 23:17:23.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62282026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.543 INFO O| Aug 27 23:17:23.543 INFO STEP 297 (remove_files) COMPLETE
62292026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.543 INFO O| Aug 27 23:17:23.543 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.551 INFO O| Aug 27 23:17:23.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62312026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.551 INFO O| Aug 27 23:17:23.551 INFO STEP 298 (remove_files) COMPLETE
62322026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.551 INFO O| Aug 27 23:17:23.551 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.559 INFO O| Aug 27 23:17:23.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62342026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.559 INFO O| Aug 27 23:17:23.559 INFO STEP 299 (remove_files) COMPLETE
62352026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.559 INFO O| Aug 27 23:17:23.559 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.567 INFO O| Aug 27 23:17:23.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62372026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.567 INFO O| Aug 27 23:17:23.567 INFO STEP 300 (remove_files) COMPLETE
62382026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.567 INFO O| Aug 27 23:17:23.567 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.576 INFO O| Aug 27 23:17:23.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62402026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.576 INFO O| Aug 27 23:17:23.576 INFO STEP 301 (remove_files) COMPLETE
62412026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.576 INFO O| Aug 27 23:17:23.576 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-27T23:17:29.088Z[ recovery-image] Aug 27 23:17:23.584 INFO O| Aug 27 23:17:23.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62432026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.584 INFO O| Aug 27 23:17:23.584 INFO STEP 302 (remove_files) COMPLETE
62442026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.584 INFO O| Aug 27 23:17:23.584 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.593 INFO O| Aug 27 23:17:23.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62462026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.593 INFO O| Aug 27 23:17:23.593 INFO STEP 303 (remove_files) COMPLETE
62472026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.593 INFO O| Aug 27 23:17:23.593 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.601 INFO O| Aug 27 23:17:23.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62492026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.601 INFO O| Aug 27 23:17:23.601 INFO STEP 304 (remove_files) COMPLETE
62502026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.601 INFO O| Aug 27 23:17:23.601 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.610 INFO O| Aug 27 23:17:23.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62522026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.610 INFO O| Aug 27 23:17:23.610 INFO STEP 305 (remove_files) COMPLETE
62532026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.610 INFO O| Aug 27 23:17:23.610 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.618 INFO O| Aug 27 23:17:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62552026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.618 INFO O| Aug 27 23:17:23.618 INFO STEP 306 (remove_files) COMPLETE
62562026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.618 INFO O| Aug 27 23:17:23.618 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.626 INFO O| Aug 27 23:17:23.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62582026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.627 INFO O| Aug 27 23:17:23.627 INFO STEP 307 (remove_files) COMPLETE
62592026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.627 INFO O| Aug 27 23:17:23.627 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-27T23:17:29.089Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
62612026-08-27T23:17:29.089Z[ recovery-image] Aug 27 23:17:23.635 INFO O| Aug 27 23:17:23.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62622026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.635 INFO O| Aug 27 23:17:23.635 INFO STEP 308 (remove_files) COMPLETE
62632026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.635 INFO O| Aug 27 23:17:23.635 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.646 INFO O| Aug 27 23:17:23.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62652026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.646 INFO O| Aug 27 23:17:23.646 INFO STEP 309 (remove_files) COMPLETE
62662026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.646 INFO O| Aug 27 23:17:23.646 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.657 INFO O| Aug 27 23:17:23.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62682026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.657 INFO O| Aug 27 23:17:23.657 INFO STEP 310 (remove_files) COMPLETE
62692026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.657 INFO O| Aug 27 23:17:23.657 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.667 INFO O| Aug 27 23:17:23.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62712026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.667 INFO O| Aug 27 23:17:23.667 INFO STEP 311 (remove_files) COMPLETE
62722026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.667 INFO O| Aug 27 23:17:23.667 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.678 INFO O| Aug 27 23:17:23.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62742026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.678 INFO O| Aug 27 23:17:23.678 INFO STEP 312 (remove_files) COMPLETE
62752026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.678 INFO O| Aug 27 23:17:23.678 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.688 INFO O| Aug 27 23:17:23.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62772026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.689 INFO O| Aug 27 23:17:23.689 INFO STEP 313 (remove_files) COMPLETE
62782026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.689 INFO O| Aug 27 23:17:23.689 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.699 INFO O| Aug 27 23:17:23.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62802026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.699 INFO O| Aug 27 23:17:23.699 INFO STEP 314 (remove_files) COMPLETE
62812026-08-27T23:17:29.143Z[ recovery-image] Aug 27 23:17:23.699 INFO O| Aug 27 23:17:23.699 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.709 INFO O| Aug 27 23:17:23.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62832026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.709 INFO O| Aug 27 23:17:23.709 INFO STEP 315 (remove_files) COMPLETE
62842026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.709 INFO O| Aug 27 23:17:23.709 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.719 INFO O| Aug 27 23:17:23.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62862026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.719 INFO O| Aug 27 23:17:23.719 INFO STEP 316 (remove_files) COMPLETE
62872026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.719 INFO O| Aug 27 23:17:23.719 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.730 INFO O| Aug 27 23:17:23.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62892026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.730 INFO O| Aug 27 23:17:23.729 INFO STEP 317 (remove_files) COMPLETE
62902026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.730 INFO O| Aug 27 23:17:23.729 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.738 INFO O| Aug 27 23:17:23.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62922026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.738 INFO O| Aug 27 23:17:23.738 INFO STEP 318 (remove_files) COMPLETE
62932026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.738 INFO O| Aug 27 23:17:23.738 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.747 INFO O| Aug 27 23:17:23.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62952026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.747 INFO O| Aug 27 23:17:23.747 INFO STEP 319 (remove_files) COMPLETE
62962026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.747 INFO O| Aug 27 23:17:23.747 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.756 INFO O| Aug 27 23:17:23.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62982026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.756 INFO O| Aug 27 23:17:23.756 INFO STEP 320 (remove_files) COMPLETE
62992026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.756 INFO O| Aug 27 23:17:23.756 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.766 INFO O| Aug 27 23:17:23.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63012026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.766 INFO O| Aug 27 23:17:23.766 INFO STEP 321 (remove_files) COMPLETE
63022026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.766 INFO O| Aug 27 23:17:23.766 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.776 INFO O| Aug 27 23:17:23.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63042026-08-27T23:17:29.144Z[ recovery-image] Aug 27 23:17:23.776 INFO O| Aug 27 23:17:23.776 INFO STEP 322 (remove_files) COMPLETE
63052026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.776 INFO O| Aug 27 23:17:23.776 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.786 INFO O| Aug 27 23:17:23.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63072026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.787 INFO O| Aug 27 23:17:23.787 INFO STEP 323 (remove_files) COMPLETE
63082026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.787 INFO O| Aug 27 23:17:23.787 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.797 INFO O| Aug 27 23:17:23.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63102026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.797 INFO O| Aug 27 23:17:23.797 INFO STEP 324 (remove_files) COMPLETE
63112026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.797 INFO O| Aug 27 23:17:23.797 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.806 INFO O| Aug 27 23:17:23.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63132026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.806 INFO O| Aug 27 23:17:23.806 INFO STEP 325 (remove_files) COMPLETE
63142026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.806 INFO O| Aug 27 23:17:23.806 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.816 INFO O| Aug 27 23:17:23.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63162026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.816 INFO O| Aug 27 23:17:23.816 INFO STEP 326 (remove_files) COMPLETE
63172026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.816 INFO O| Aug 27 23:17:23.816 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.832 INFO O| Aug 27 23:17:23.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63192026-08-27T23:17:29.145Z[ recovery-image] Aug 27 23:17:23.832 INFO O| Aug 27 23:17:23.832 INFO STEP 327 (remove_files) COMPLETE
63202026-08-27T23:17:29.145Z[verify-libraries] Compiling git2 v0.20.4
63212026-08-27T23:17:29.145Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
63222026-08-27T23:17:29.145Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
63232026-08-27T23:17:29.145Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
63242026-08-27T23:17:29.146Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
63252026-08-27T23:17:29.146Z[verify-libraries] Compiling yansi v1.0.1
63262026-08-27T23:17:29.146Z[verify-libraries] Compiling pretty_assertions v1.4.1
63272026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.832 INFO O| Aug 27 23:17:23.832 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.863 INFO O| Aug 27 23:17:23.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63292026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.863 INFO O| Aug 27 23:17:23.863 INFO STEP 328 (remove_files) COMPLETE
63302026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.863 INFO O| Aug 27 23:17:23.863 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.874 INFO O| Aug 27 23:17:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63322026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.874 INFO O| Aug 27 23:17:23.874 INFO STEP 329 (remove_files) COMPLETE
63332026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.874 INFO O| Aug 27 23:17:23.874 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.884 INFO O| Aug 27 23:17:23.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63352026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.884 INFO O| Aug 27 23:17:23.884 INFO STEP 330 (remove_files) COMPLETE
63362026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.884 INFO O| Aug 27 23:17:23.884 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.894 INFO O| Aug 27 23:17:23.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63382026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.895 INFO O| Aug 27 23:17:23.895 INFO STEP 331 (remove_files) COMPLETE
63392026-08-27T23:17:29.146Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
63402026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.895 INFO O| Aug 27 23:17:23.895 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.904 INFO O| Aug 27 23:17:23.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63422026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.904 INFO O| Aug 27 23:17:23.904 INFO STEP 332 (remove_files) COMPLETE
63432026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.904 INFO O| Aug 27 23:17:23.904 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.914 INFO O| Aug 27 23:17:23.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63452026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.915 INFO O| Aug 27 23:17:23.914 INFO STEP 333 (remove_files) COMPLETE
63462026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.915 INFO O| Aug 27 23:17:23.914 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-27T23:17:29.146Z[ recovery-image] Aug 27 23:17:23.925 INFO O| Aug 27 23:17:23.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63482026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.925 INFO O| Aug 27 23:17:23.925 INFO STEP 334 (remove_files) COMPLETE
63492026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.925 INFO O| Aug 27 23:17:23.925 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.935 INFO O| Aug 27 23:17:23.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63512026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.935 INFO O| Aug 27 23:17:23.935 INFO STEP 335 (remove_files) COMPLETE
63522026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.935 INFO O| Aug 27 23:17:23.935 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.945 INFO O| Aug 27 23:17:23.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63542026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.945 INFO O| Aug 27 23:17:23.945 INFO STEP 336 (remove_files) COMPLETE
63552026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.945 INFO O| Aug 27 23:17:23.945 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.956 INFO O| Aug 27 23:17:23.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63572026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.956 INFO O| Aug 27 23:17:23.956 INFO STEP 337 (remove_files) COMPLETE
63582026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.956 INFO O| Aug 27 23:17:23.956 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.966 INFO O| Aug 27 23:17:23.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63602026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.966 INFO O| Aug 27 23:17:23.966 INFO STEP 338 (remove_files) COMPLETE
63612026-08-27T23:17:29.147Z[ recovery-image] Aug 27 23:17:23.966 INFO O| Aug 27 23:17:23.966 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-27T23:17:29.179Z[ recovery-image] Aug 27 23:17:23.976 INFO O| Aug 27 23:17:23.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63632026-08-27T23:17:29.179Z[ recovery-image] Aug 27 23:17:23.976 INFO O| Aug 27 23:17:23.976 INFO STEP 339 (remove_files) COMPLETE
63642026-08-27T23:17:29.179Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
63652026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:23.976 INFO O| Aug 27 23:17:23.976 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:23.986 INFO O| Aug 27 23:17:23.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63672026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:23.987 INFO O| Aug 27 23:17:23.987 INFO STEP 340 (remove_files) COMPLETE
63682026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:23.987 INFO O| Aug 27 23:17:23.987 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:23.996 INFO O| Aug 27 23:17:23.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63702026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:23.996 INFO O| Aug 27 23:17:23.996 INFO STEP 341 (remove_files) COMPLETE
63712026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:23.996 INFO O| Aug 27 23:17:23.996 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.007 INFO O| Aug 27 23:17:24.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63732026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.007 INFO O| Aug 27 23:17:24.007 INFO STEP 342 (remove_files) COMPLETE
63742026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.007 INFO O| Aug 27 23:17:24.007 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.018 INFO O| Aug 27 23:17:24.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63762026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.018 INFO O| Aug 27 23:17:24.018 INFO STEP 343 (remove_files) COMPLETE
63772026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.018 INFO O| Aug 27 23:17:24.018 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.030 INFO O| Aug 27 23:17:24.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63792026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.030 INFO O| Aug 27 23:17:24.030 INFO STEP 344 (remove_files) COMPLETE
63802026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.030 INFO O| Aug 27 23:17:24.030 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.041 INFO O| Aug 27 23:17:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63822026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.041 INFO O| Aug 27 23:17:24.041 INFO STEP 345 (remove_files) COMPLETE
63832026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.041 INFO O| Aug 27 23:17:24.041 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.051 INFO O| Aug 27 23:17:24.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63852026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.051 INFO O| Aug 27 23:17:24.051 INFO STEP 346 (remove_files) COMPLETE
63862026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.051 INFO O| Aug 27 23:17:24.051 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.061 INFO O| Aug 27 23:17:24.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63882026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.061 INFO O| Aug 27 23:17:24.061 INFO STEP 347 (remove_files) COMPLETE
63892026-08-27T23:17:29.180Z[ recovery-image] Aug 27 23:17:24.061 INFO O| Aug 27 23:17:24.061 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.070 INFO O| Aug 27 23:17:24.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63912026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.070 INFO O| Aug 27 23:17:24.070 INFO STEP 348 (remove_files) COMPLETE
63922026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.070 INFO O| Aug 27 23:17:24.070 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.079 INFO O| Aug 27 23:17:24.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63942026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.079 INFO O| Aug 27 23:17:24.079 INFO STEP 349 (remove_files) COMPLETE
63952026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.079 INFO O| Aug 27 23:17:24.079 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.090 INFO O| Aug 27 23:17:24.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63972026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.090 INFO O| Aug 27 23:17:24.090 INFO STEP 350 (remove_files) COMPLETE
63982026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.090 INFO O| Aug 27 23:17:24.090 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.099 INFO O| Aug 27 23:17:24.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64002026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.099 INFO O| Aug 27 23:17:24.099 INFO STEP 351 (remove_files) COMPLETE
64012026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.099 INFO O| Aug 27 23:17:24.099 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.111 INFO O| Aug 27 23:17:24.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64032026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.111 INFO O| Aug 27 23:17:24.111 INFO STEP 352 (remove_files) COMPLETE
64042026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.111 INFO O| Aug 27 23:17:24.111 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.121 INFO O| Aug 27 23:17:24.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64062026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.121 INFO O| Aug 27 23:17:24.121 INFO STEP 353 (remove_files) COMPLETE
64072026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.121 INFO O| Aug 27 23:17:24.121 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.131 INFO O| Aug 27 23:17:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64092026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.131 INFO O| Aug 27 23:17:24.131 INFO STEP 354 (remove_files) COMPLETE
64102026-08-27T23:17:29.181Z[ recovery-image] Aug 27 23:17:24.131 INFO O| Aug 27 23:17:24.131 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-27T23:17:29.187Z[ recovery-image] Aug 27 23:17:24.140 INFO O| Aug 27 23:17:24.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64122026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.140 INFO O| Aug 27 23:17:24.140 INFO STEP 355 (remove_files) COMPLETE
64132026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.140 INFO O| Aug 27 23:17:24.140 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.150 INFO O| Aug 27 23:17:24.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64152026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.150 INFO O| Aug 27 23:17:24.150 INFO STEP 356 (remove_files) COMPLETE
64162026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.150 INFO O| Aug 27 23:17:24.150 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.158 INFO O| Aug 27 23:17:24.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64182026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.158 INFO O| Aug 27 23:17:24.158 INFO STEP 357 (remove_files) COMPLETE
64192026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.158 INFO O| Aug 27 23:17:24.158 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-27T23:17:29.188Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64212026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.166 INFO O| Aug 27 23:17:24.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64222026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.166 INFO O| Aug 27 23:17:24.166 INFO STEP 358 (remove_files) COMPLETE
64232026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.166 INFO O| Aug 27 23:17:24.166 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-27T23:17:29.188Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
64252026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.176 INFO O| Aug 27 23:17:24.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64262026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.176 INFO O| Aug 27 23:17:24.176 INFO STEP 359 (remove_files) COMPLETE
64272026-08-27T23:17:29.188Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
64282026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.176 INFO O| Aug 27 23:17:24.176 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-27T23:17:29.188Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64302026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.184 INFO O| Aug 27 23:17:24.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64312026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.185 INFO O| Aug 27 23:17:24.185 INFO STEP 360 (remove_files) COMPLETE
64322026-08-27T23:17:29.188Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64332026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.185 INFO O| Aug 27 23:17:24.185 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-27T23:17:29.188Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
64352026-08-27T23:17:29.188Z[ recovery-image] Aug 27 23:17:24.194 INFO O| Aug 27 23:17:24.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64362026-08-27T23:17:29.189Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64372026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.194 INFO O| Aug 27 23:17:24.194 INFO STEP 361 (remove_files) COMPLETE
64382026-08-27T23:17:29.189Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
64392026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.194 INFO O| Aug 27 23:17:24.194 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-27T23:17:29.189Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64412026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.203 INFO O| Aug 27 23:17:24.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64422026-08-27T23:17:29.189Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
64432026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.204 INFO O| Aug 27 23:17:24.204 INFO STEP 362 (remove_files) COMPLETE
64442026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.204 INFO O| Aug 27 23:17:24.204 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.213 INFO O| Aug 27 23:17:24.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64462026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.213 INFO O| Aug 27 23:17:24.213 INFO STEP 363 (remove_files) COMPLETE
64472026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.213 INFO O| Aug 27 23:17:24.213 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.223 INFO O| Aug 27 23:17:24.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64492026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.223 INFO O| Aug 27 23:17:24.223 INFO STEP 364 (remove_files) COMPLETE
64502026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.223 INFO O| Aug 27 23:17:24.223 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.234 INFO O| Aug 27 23:17:24.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64522026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.234 INFO O| Aug 27 23:17:24.234 INFO STEP 365 (remove_files) COMPLETE
64532026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.234 INFO O| Aug 27 23:17:24.234 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.244 INFO O| Aug 27 23:17:24.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64552026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.244 INFO O| Aug 27 23:17:24.244 INFO STEP 366 (remove_files) COMPLETE
64562026-08-27T23:17:29.189Z[ recovery-image] Aug 27 23:17:24.244 INFO O| Aug 27 23:17:24.244 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-27T23:17:29.191Z[ recovery-image] Aug 27 23:17:24.253 INFO O| Aug 27 23:17:24.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64582026-08-27T23:17:29.191Z[ recovery-image] Aug 27 23:17:24.253 INFO O| Aug 27 23:17:24.253 INFO STEP 367 (remove_files) COMPLETE
64592026-08-27T23:17:29.191Z[ recovery-image] Aug 27 23:17:24.253 INFO O| Aug 27 23:17:24.253 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-27T23:17:29.191Z[ recovery-image] Aug 27 23:17:24.263 INFO O| Aug 27 23:17:24.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64612026-08-27T23:17:29.191Z[ recovery-image] Aug 27 23:17:24.263 INFO O| Aug 27 23:17:24.262 INFO STEP 368 (remove_files) COMPLETE
64622026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.263 INFO O| Aug 27 23:17:24.262 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.272 INFO O| Aug 27 23:17:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64642026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.272 INFO O| Aug 27 23:17:24.272 INFO STEP 369 (remove_files) COMPLETE
64652026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.272 INFO O| Aug 27 23:17:24.272 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.282 INFO O| Aug 27 23:17:24.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64672026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.282 INFO O| Aug 27 23:17:24.282 INFO STEP 370 (remove_files) COMPLETE
64682026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.282 INFO O| Aug 27 23:17:24.282 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.294 INFO O| Aug 27 23:17:24.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64702026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.294 INFO O| Aug 27 23:17:24.294 INFO STEP 371 (remove_files) COMPLETE
64712026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.294 INFO O| Aug 27 23:17:24.294 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.303 INFO O| Aug 27 23:17:24.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64732026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.304 INFO O| Aug 27 23:17:24.304 INFO STEP 372 (remove_files) COMPLETE
64742026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.304 INFO O| Aug 27 23:17:24.304 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.312 INFO O| Aug 27 23:17:24.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64762026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.313 INFO O| Aug 27 23:17:24.313 INFO STEP 373 (remove_files) COMPLETE
64772026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.313 INFO O| Aug 27 23:17:24.313 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.323 INFO O| Aug 27 23:17:24.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64792026-08-27T23:17:29.212Z[ recovery-image] Aug 27 23:17:24.323 INFO O| Aug 27 23:17:24.323 INFO STEP 374 (remove_files) COMPLETE
64802026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.323 INFO O| Aug 27 23:17:24.323 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.333 INFO O| Aug 27 23:17:24.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64822026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.334 INFO O| Aug 27 23:17:24.334 INFO STEP 375 (remove_files) COMPLETE
64832026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.334 INFO O| Aug 27 23:17:24.334 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.343 INFO O| Aug 27 23:17:24.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64852026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.343 INFO O| Aug 27 23:17:24.343 INFO STEP 376 (remove_files) COMPLETE
64862026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.343 INFO O| Aug 27 23:17:24.343 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.353 INFO O| Aug 27 23:17:24.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64882026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.353 INFO O| Aug 27 23:17:24.353 INFO STEP 377 (remove_files) COMPLETE
64892026-08-27T23:17:29.213Z[ recovery-image] Aug 27 23:17:24.353 INFO O| Aug 27 23:17:24.353 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.363 INFO O| Aug 27 23:17:24.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64912026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.364 INFO O| Aug 27 23:17:24.364 INFO STEP 378 (remove_files) COMPLETE
64922026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.364 INFO O| Aug 27 23:17:24.364 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.375 INFO O| Aug 27 23:17:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64942026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.375 INFO O| Aug 27 23:17:24.375 INFO STEP 379 (remove_files) COMPLETE
64952026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.375 INFO O| Aug 27 23:17:24.375 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.386 INFO O| Aug 27 23:17:24.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64972026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.386 INFO O| Aug 27 23:17:24.386 INFO STEP 380 (remove_files) COMPLETE
64982026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.386 INFO O| Aug 27 23:17:24.386 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.395 INFO O| Aug 27 23:17:24.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65002026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.395 INFO O| Aug 27 23:17:24.395 INFO STEP 381 (remove_files) COMPLETE
65012026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.395 INFO O| Aug 27 23:17:24.395 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.404 INFO O| Aug 27 23:17:24.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65032026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.405 INFO O| Aug 27 23:17:24.405 INFO STEP 382 (remove_files) COMPLETE
65042026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.405 INFO O| Aug 27 23:17:24.405 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.414 INFO O| Aug 27 23:17:24.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65062026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.414 INFO O| Aug 27 23:17:24.414 INFO STEP 383 (remove_files) COMPLETE
65072026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.414 INFO O| Aug 27 23:17:24.414 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.422 INFO O| Aug 27 23:17:24.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65092026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.422 INFO O| Aug 27 23:17:24.422 INFO STEP 384 (remove_files) COMPLETE
65102026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.422 INFO O| Aug 27 23:17:24.422 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.435 INFO O| Aug 27 23:17:24.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65122026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.435 INFO O| Aug 27 23:17:24.435 INFO STEP 385 (remove_files) COMPLETE
65132026-08-27T23:17:29.214Z[ recovery-image] Aug 27 23:17:24.435 INFO O| Aug 27 23:17:24.435 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.445 INFO O| Aug 27 23:17:24.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65152026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.445 INFO O| Aug 27 23:17:24.445 INFO STEP 386 (remove_files) COMPLETE
65162026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.445 INFO O| Aug 27 23:17:24.445 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.453 INFO O| Aug 27 23:17:24.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65182026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.453 INFO O| Aug 27 23:17:24.453 INFO STEP 387 (remove_files) COMPLETE
65192026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.453 INFO O| Aug 27 23:17:24.453 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-27T23:17:29.215Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
65212026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.462 INFO O| Aug 27 23:17:24.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65222026-08-27T23:17:29.215Z[ recovery-image] Aug 27 23:17:24.462 INFO O| Aug 27 23:17:24.462 INFO STEP 388 (remove_files) COMPLETE
65232026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.462 INFO O| Aug 27 23:17:24.462 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.470 INFO O| Aug 27 23:17:24.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65252026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.470 INFO O| Aug 27 23:17:24.470 INFO STEP 389 (remove_files) COMPLETE
65262026-08-27T23:17:29.216Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
65272026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.470 INFO O| Aug 27 23:17:24.470 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.478 INFO O| Aug 27 23:17:24.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65292026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.478 INFO O| Aug 27 23:17:24.478 INFO STEP 390 (remove_files) COMPLETE
65302026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.478 INFO O| Aug 27 23:17:24.478 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.488 INFO O| Aug 27 23:17:24.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65322026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.488 INFO O| Aug 27 23:17:24.488 INFO STEP 391 (remove_files) COMPLETE
65332026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.488 INFO O| Aug 27 23:17:24.488 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.497 INFO O| Aug 27 23:17:24.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65352026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.497 INFO O| Aug 27 23:17:24.497 INFO STEP 392 (remove_files) COMPLETE
65362026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.497 INFO O| Aug 27 23:17:24.497 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.509 INFO O| Aug 27 23:17:24.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65382026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.509 INFO O| Aug 27 23:17:24.509 INFO STEP 393 (remove_files) COMPLETE
65392026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.509 INFO O| Aug 27 23:17:24.509 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.532 INFO O| Aug 27 23:17:24.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65412026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.532 INFO O| Aug 27 23:17:24.532 INFO STEP 394 (remove_files) COMPLETE
65422026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.532 INFO O| Aug 27 23:17:24.532 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.543 INFO O| Aug 27 23:17:24.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65442026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.543 INFO O| Aug 27 23:17:24.543 INFO STEP 395 (remove_files) COMPLETE
65452026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.543 INFO O| Aug 27 23:17:24.543 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.553 INFO O| Aug 27 23:17:24.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65472026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.553 INFO O| Aug 27 23:17:24.553 INFO STEP 396 (remove_files) COMPLETE
65482026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.553 INFO O| Aug 27 23:17:24.553 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-27T23:17:29.216Z[ recovery-image] Aug 27 23:17:24.563 INFO O| Aug 27 23:17:24.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65502026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.563 INFO O| Aug 27 23:17:24.563 INFO STEP 397 (remove_files) COMPLETE
65512026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.563 INFO O| Aug 27 23:17:24.563 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.575 INFO O| Aug 27 23:17:24.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65532026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.575 INFO O| Aug 27 23:17:24.575 INFO STEP 398 (remove_files) COMPLETE
65542026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.575 INFO O| Aug 27 23:17:24.575 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.584 INFO O| Aug 27 23:17:24.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65562026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.585 INFO O| Aug 27 23:17:24.585 INFO STEP 399 (remove_files) COMPLETE
65572026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.585 INFO O| Aug 27 23:17:24.585 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.594 INFO O| Aug 27 23:17:24.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65592026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.594 INFO O| Aug 27 23:17:24.594 INFO STEP 400 (remove_files) COMPLETE
65602026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.594 INFO O| Aug 27 23:17:24.594 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-27T23:17:29.217Z[ recovery-image] Aug 27 23:17:24.604 INFO O| Aug 27 23:17:24.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65622026-08-27T23:17:30.008Z[ recovery-image] Aug 27 23:17:24.604 INFO O| Aug 27 23:17:24.604 INFO STEP 401 (remove_files) COMPLETE
65632026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.604 INFO O| Aug 27 23:17:24.604 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.613 INFO O| Aug 27 23:17:24.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65652026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.613 INFO O| Aug 27 23:17:24.613 INFO STEP 402 (remove_files) COMPLETE
65662026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.613 INFO O| Aug 27 23:17:24.613 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.622 INFO O| Aug 27 23:17:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65682026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.623 INFO O| Aug 27 23:17:24.623 INFO STEP 403 (remove_files) COMPLETE
65692026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.623 INFO O| Aug 27 23:17:24.623 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.634 INFO O| Aug 27 23:17:24.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65712026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.634 INFO O| Aug 27 23:17:24.634 INFO STEP 404 (remove_files) COMPLETE
65722026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.634 INFO O| Aug 27 23:17:24.634 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.644 INFO O| Aug 27 23:17:24.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65742026-08-27T23:17:30.009Z[ recovery-image] Aug 27 23:17:24.644 INFO O| Aug 27 23:17:24.644 INFO STEP 405 (remove_files) COMPLETE
65752026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.644 INFO O| Aug 27 23:17:24.644 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.654 INFO O| Aug 27 23:17:24.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65772026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.654 INFO O| Aug 27 23:17:24.654 INFO STEP 406 (remove_files) COMPLETE
65782026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.654 INFO O| Aug 27 23:17:24.654 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.664 INFO O| Aug 27 23:17:24.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65802026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.664 INFO O| Aug 27 23:17:24.664 INFO STEP 407 (remove_files) COMPLETE
65812026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.664 INFO O| Aug 27 23:17:24.664 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.674 INFO O| Aug 27 23:17:24.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65832026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.674 INFO O| Aug 27 23:17:24.674 INFO STEP 408 (remove_files) COMPLETE
65842026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.674 INFO O| Aug 27 23:17:24.674 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.685 INFO O| Aug 27 23:17:24.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65862026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.685 INFO O| Aug 27 23:17:24.685 INFO STEP 409 (remove_files) COMPLETE
65872026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.685 INFO O| Aug 27 23:17:24.685 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.695 INFO O| Aug 27 23:17:24.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65892026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.696 INFO O| Aug 27 23:17:24.696 INFO STEP 410 (remove_files) COMPLETE
65902026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:24.696 INFO O| Aug 27 23:17:24.696 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65922026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.704 INFO STEP 411 (remove_files) COMPLETE
65932026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.704 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65952026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.712 INFO STEP 412 (remove_files) COMPLETE
65962026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.712 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65982026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.720 INFO STEP 413 (remove_files) COMPLETE
65992026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.720 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66012026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.737 INFO STEP 414 (remove_files) COMPLETE
66022026-08-27T23:17:30.010Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.737 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66042026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.748 INFO STEP 415 (remove_files) COMPLETE
66052026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.748 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66072026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.758 INFO STEP 416 (remove_files) COMPLETE
66082026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.758 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66102026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.768 INFO STEP 417 (remove_files) COMPLETE
66112026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.768 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66132026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.779 INFO STEP 418 (remove_files) COMPLETE
66142026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.779 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66162026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.797 INFO STEP 419 (remove_files) COMPLETE
66172026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.797 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66192026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.836 INFO STEP 420 (remove_files) COMPLETE
66202026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.836 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66222026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.849 INFO STEP 421 (remove_files) COMPLETE
66232026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.849 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66252026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.861 INFO STEP 422 (remove_files) COMPLETE
66262026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.861 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66282026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.872 INFO STEP 423 (remove_files) COMPLETE
66292026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.872 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66312026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.882 INFO STEP 424 (remove_files) COMPLETE
66322026-08-27T23:17:30.011Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.882 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66342026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.892 INFO STEP 425 (remove_files) COMPLETE
66352026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.892 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66372026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.903 INFO STEP 426 (remove_files) COMPLETE
66382026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.903 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66402026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.912 INFO STEP 427 (remove_files) COMPLETE
66412026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.912 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66432026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.922 INFO STEP 428 (remove_files) COMPLETE
66442026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.922 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66462026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.933 INFO STEP 429 (remove_files) COMPLETE
66472026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.933 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66492026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.943 INFO STEP 430 (remove_files) COMPLETE
66502026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.943 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66522026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.954 INFO STEP 431 (remove_files) COMPLETE
66532026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.954 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66552026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.964 INFO STEP 432 (remove_files) COMPLETE
66562026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.017 INFO O| Aug 27 23:17:24.964 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66582026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.975 INFO STEP 433 (remove_files) COMPLETE
66592026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.975 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66612026-08-27T23:17:30.012Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.985 INFO STEP 434 (remove_files) COMPLETE
66622026-08-27T23:17:30.053Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.985 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66642026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.998 INFO STEP 435 (remove_files) COMPLETE
66652026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:24.998 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66672026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.010 INFO STEP 436 (remove_files) COMPLETE
66682026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.010 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66702026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.022 INFO STEP 437 (remove_files) COMPLETE
66712026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.022 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66732026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.033 INFO STEP 438 (remove_files) COMPLETE
66742026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.033 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66762026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.045 INFO STEP 439 (remove_files) COMPLETE
66772026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.045 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66792026-08-27T23:17:30.054Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.059 INFO STEP 440 (remove_files) COMPLETE
66802026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.059 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66822026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.070 INFO STEP 441 (remove_files) COMPLETE
66832026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.070 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66852026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.082 INFO STEP 442 (remove_files) COMPLETE
66862026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.082 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66882026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.095 INFO STEP 443 (remove_files) COMPLETE
66892026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.095 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66912026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.107 INFO STEP 444 (remove_files) COMPLETE
66922026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.107 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66942026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.119 INFO STEP 445 (remove_files) COMPLETE
66952026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.119 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66972026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.131 INFO STEP 446 (remove_files) COMPLETE
66982026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.131 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67002026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.142 INFO STEP 447 (remove_files) COMPLETE
67012026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.142 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67032026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.153 INFO STEP 448 (remove_files) COMPLETE
67042026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.153 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67062026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.163 INFO STEP 449 (remove_files) COMPLETE
67072026-08-27T23:17:30.055Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.163 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67092026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.174 INFO STEP 450 (remove_files) COMPLETE
67102026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.174 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67122026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.185 INFO STEP 451 (remove_files) COMPLETE
67132026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.185 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67152026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.197 INFO STEP 452 (remove_files) COMPLETE
67162026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.197 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67182026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.208 INFO STEP 453 (remove_files) COMPLETE
67192026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.208 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67212026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:26.110 INFO O| Aug 27 23:17:25.220 INFO STEP 454 (remove_files) COMPLETE
67222026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.220 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67242026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.230 INFO STEP 455 (remove_files) COMPLETE
67252026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.230 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67272026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.241 INFO STEP 456 (remove_files) COMPLETE
67282026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.241 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67302026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.254 INFO STEP 457 (remove_files) COMPLETE
67312026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.254 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67332026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.266 INFO STEP 458 (remove_files) COMPLETE
67342026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.266 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67362026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.275 INFO STEP 459 (remove_files) COMPLETE
67372026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.275 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67392026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.285 INFO STEP 460 (remove_files) COMPLETE
67402026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.285 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67422026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.299 INFO STEP 461 (remove_files) COMPLETE
67432026-08-27T23:17:30.056Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.299 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67452026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.310 INFO STEP 462 (remove_files) COMPLETE
67462026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.310 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67482026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.320 INFO STEP 463 (remove_files) COMPLETE
67492026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.320 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67512026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.330 INFO STEP 464 (remove_files) COMPLETE
67522026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.330 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67542026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.340 INFO STEP 465 (remove_files) COMPLETE
67552026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.340 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67572026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.349 INFO STEP 466 (remove_files) COMPLETE
67582026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:25.349 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67602026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.029 INFO STEP 467 (remove_files) COMPLETE
67612026-08-27T23:17:30.057Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.029 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-27T23:17:30.095Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67632026-08-27T23:17:30.095Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.038 INFO STEP 468 (remove_files) COMPLETE
67642026-08-27T23:17:30.095Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.038 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67662026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.049 INFO STEP 469 (remove_files) COMPLETE
67672026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.049 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67692026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.059 INFO STEP 470 (remove_files) COMPLETE
67702026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.059 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67722026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.070 INFO STEP 471 (remove_files) COMPLETE
67732026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.070 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67752026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.080 INFO STEP 472 (remove_files) COMPLETE
67762026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.080 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67782026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.089 INFO STEP 473 (remove_files) COMPLETE
67792026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.089 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67812026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.098 INFO STEP 474 (remove_files) COMPLETE
67822026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.098 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67842026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.108 INFO STEP 475 (remove_files) COMPLETE
67852026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.210 INFO O| Aug 27 23:17:26.108 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67872026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.120 INFO STEP 476 (remove_files) COMPLETE
67882026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.120 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67902026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.132 INFO STEP 477 (remove_files) COMPLETE
67912026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.132 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67932026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.143 INFO STEP 478 (remove_files) COMPLETE
67942026-08-27T23:17:30.096Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.143 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67962026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.153 INFO STEP 479 (remove_files) COMPLETE
67972026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.153 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67992026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.163 INFO STEP 480 (remove_files) COMPLETE
68002026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.163 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68022026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.172 INFO STEP 481 (remove_files) COMPLETE
68032026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.172 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68052026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.182 INFO STEP 482 (remove_files) COMPLETE
68062026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.182 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68082026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.192 INFO STEP 483 (remove_files) COMPLETE
68092026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.192 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68112026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.202 INFO STEP 484 (remove_files) COMPLETE
68122026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.202 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68142026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.213 INFO STEP 485 (remove_files) COMPLETE
68152026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.213 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68172026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.224 INFO STEP 486 (remove_files) COMPLETE
68182026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.224 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68202026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.235 INFO STEP 487 (remove_files) COMPLETE
68212026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.235 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68232026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.247 INFO STEP 488 (remove_files) COMPLETE
68242026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.247 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68262026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.259 INFO STEP 489 (remove_files) COMPLETE
68272026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.259 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-27T23:17:30.097Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68292026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.270 INFO STEP 490 (remove_files) COMPLETE
68302026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.270 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68322026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.280 INFO STEP 491 (remove_files) COMPLETE
68332026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.280 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68352026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.291 INFO STEP 492 (remove_files) COMPLETE
68362026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.291 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68382026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.301 INFO STEP 493 (remove_files) COMPLETE
68392026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.301 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68412026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.310 INFO STEP 494 (remove_files) COMPLETE
68422026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.310 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68442026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.318 INFO STEP 495 (remove_files) COMPLETE
68452026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.318 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68472026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.327 INFO STEP 496 (remove_files) COMPLETE
68482026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.327 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.213 INFO O| Aug 27 23:17:26.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68502026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.336 INFO STEP 497 (remove_files) COMPLETE
68512026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.336 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68532026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.345 INFO STEP 498 (remove_files) COMPLETE
68542026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.345 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68562026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.354 INFO STEP 499 (remove_files) COMPLETE
68572026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.354 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-27T23:17:30.098Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68592026-08-27T23:17:30.099Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.370 INFO STEP 500 (remove_files) COMPLETE
68602026-08-27T23:17:30.099Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.370 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-27T23:17:30.099Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68622026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.379 INFO STEP 501 (remove_files) COMPLETE
68632026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.379 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68652026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.388 INFO STEP 502 (remove_files) COMPLETE
68662026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.388 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68682026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.397 INFO STEP 503 (remove_files) COMPLETE
68692026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.397 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68712026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.406 INFO STEP 504 (remove_files) COMPLETE
68722026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.406 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68742026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.416 INFO STEP 505 (remove_files) COMPLETE
68752026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.416 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68772026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.427 INFO STEP 506 (remove_files) COMPLETE
68782026-08-27T23:17:30.112Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.427 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68802026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.439 INFO STEP 507 (remove_files) COMPLETE
68812026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.439 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68832026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.449 INFO STEP 508 (remove_files) COMPLETE
68842026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.449 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68862026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.458 INFO STEP 509 (remove_files) COMPLETE
68872026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.458 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68892026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.467 INFO STEP 510 (remove_files) COMPLETE
68902026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.467 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68922026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.476 INFO STEP 511 (remove_files) COMPLETE
68932026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.476 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68952026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.486 INFO STEP 512 (remove_files) COMPLETE
68962026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.486 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68982026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.495 INFO STEP 513 (remove_files) COMPLETE
68992026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.495 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69012026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.506 INFO STEP 514 (remove_files) COMPLETE
69022026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.506 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69042026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.516 INFO STEP 515 (remove_files) COMPLETE
69052026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.516 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69072026-08-27T23:17:30.113Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.525 INFO STEP 516 (remove_files) COMPLETE
69082026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.525 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69102026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.534 INFO STEP 517 (remove_files) COMPLETE
69112026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.534 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69132026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.328 INFO O| Aug 27 23:17:26.545 INFO STEP 518 (remove_files) COMPLETE
69142026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:26.545 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:26.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69162026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:26.554 INFO STEP 519 (remove_files) COMPLETE
69172026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:26.554 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:26.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69192026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:26.565 INFO STEP 520 (remove_files) COMPLETE
69202026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:26.565 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69222026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.222 INFO STEP 521 (remove_files) COMPLETE
69232026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.222 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69252026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.233 INFO STEP 522 (remove_files) COMPLETE
69262026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.233 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69282026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.243 INFO STEP 523 (remove_files) COMPLETE
69292026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.243 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69312026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.254 INFO STEP 524 (remove_files) COMPLETE
69322026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.254 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69342026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.264 INFO STEP 525 (remove_files) COMPLETE
69352026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.264 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69372026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.275 INFO STEP 526 (remove_files) COMPLETE
69382026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.275 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69402026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.287 INFO STEP 527 (remove_files) COMPLETE
69412026-08-27T23:17:30.114Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.287 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69432026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.297 INFO STEP 528 (remove_files) COMPLETE
69442026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.297 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69462026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.309 INFO STEP 529 (remove_files) COMPLETE
69472026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.309 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69492026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.319 INFO STEP 530 (remove_files) COMPLETE
69502026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.319 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69522026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.328 INFO STEP 531 (remove_files) COMPLETE
69532026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.328 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69552026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.339 INFO STEP 532 (remove_files) COMPLETE
69562026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.339 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69582026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.350 INFO STEP 533 (remove_files) COMPLETE
69592026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.350 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69612026-08-27T23:17:30.115Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.361 INFO STEP 534 (remove_files) COMPLETE
69622026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.361 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.398 INFO O| Aug 27 23:17:28.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69642026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.371 INFO STEP 535 (remove_files) COMPLETE
69652026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.371 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69672026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.381 INFO STEP 536 (remove_files) COMPLETE
69682026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.381 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69702026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.391 INFO STEP 537 (remove_files) COMPLETE
69712026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.399 INFO O| Aug 27 23:17:28.391 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.401 INFO O| Aug 27 23:17:28.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69732026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.401 INFO O| Aug 27 23:17:28.401 INFO STEP 538 (remove_files) COMPLETE
69742026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.401 INFO O| Aug 27 23:17:28.401 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.412 INFO O| Aug 27 23:17:28.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69762026-08-27T23:17:30.443Z[ recovery-image] Aug 27 23:17:28.412 INFO O| Aug 27 23:17:28.412 INFO STEP 539 (remove_files) COMPLETE
69772026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.412 INFO O| Aug 27 23:17:28.412 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.422 INFO O| Aug 27 23:17:28.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69792026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.422 INFO O| Aug 27 23:17:28.422 INFO STEP 540 (remove_files) COMPLETE
69802026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.422 INFO O| Aug 27 23:17:28.422 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.453 INFO O| Aug 27 23:17:28.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69822026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.454 INFO O| Aug 27 23:17:28.454 INFO STEP 541 (remove_files) COMPLETE
69832026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.454 INFO O| Aug 27 23:17:28.454 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.466 INFO O| Aug 27 23:17:28.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69852026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.466 INFO O| Aug 27 23:17:28.466 INFO STEP 542 (remove_files) COMPLETE
69862026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.466 INFO O| Aug 27 23:17:28.466 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.487 INFO O| Aug 27 23:17:28.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69882026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.487 INFO O| Aug 27 23:17:28.487 INFO STEP 543 (remove_files) COMPLETE
69892026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.487 INFO O| Aug 27 23:17:28.487 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.500 INFO O| Aug 27 23:17:28.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69912026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.500 INFO O| Aug 27 23:17:28.500 INFO STEP 544 (remove_files) COMPLETE
69922026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.500 INFO O| Aug 27 23:17:28.500 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.511 INFO O| Aug 27 23:17:28.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69942026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.511 INFO O| Aug 27 23:17:28.511 INFO STEP 545 (remove_files) COMPLETE
69952026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.511 INFO O| Aug 27 23:17:28.511 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.522 INFO O| Aug 27 23:17:28.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69972026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.522 INFO O| Aug 27 23:17:28.522 INFO STEP 546 (remove_files) COMPLETE
69982026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.522 INFO O| Aug 27 23:17:28.522 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.535 INFO O| Aug 27 23:17:28.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70002026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.535 INFO O| Aug 27 23:17:28.535 INFO STEP 547 (remove_files) COMPLETE
70012026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.535 INFO O| Aug 27 23:17:28.535 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.546 INFO O| Aug 27 23:17:28.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70032026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.546 INFO O| Aug 27 23:17:28.546 INFO STEP 548 (remove_files) COMPLETE
70042026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.546 INFO O| Aug 27 23:17:28.546 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-27T23:17:30.444Z[ recovery-image] Aug 27 23:17:28.557 INFO O| Aug 27 23:17:28.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70062026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.557 INFO O| Aug 27 23:17:28.557 INFO STEP 549 (remove_files) COMPLETE
70072026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.557 INFO O| Aug 27 23:17:28.557 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-27T23:17:30.445Z[verify-libraries] Compiling drift v0.2.0
70092026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.568 INFO O| Aug 27 23:17:28.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70102026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.568 INFO O| Aug 27 23:17:28.568 INFO STEP 550 (remove_files) COMPLETE
70112026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.568 INFO O| Aug 27 23:17:28.568 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.580 INFO O| Aug 27 23:17:28.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70132026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.580 INFO O| Aug 27 23:17:28.580 INFO STEP 551 (remove_files) COMPLETE
70142026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.580 INFO O| Aug 27 23:17:28.580 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.591 INFO O| Aug 27 23:17:28.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70162026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.591 INFO O| Aug 27 23:17:28.591 INFO STEP 552 (remove_files) COMPLETE
70172026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.591 INFO O| Aug 27 23:17:28.591 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.603 INFO O| Aug 27 23:17:28.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70192026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.603 INFO O| Aug 27 23:17:28.603 INFO STEP 553 (remove_files) COMPLETE
70202026-08-27T23:17:30.445Z[verify-libraries] Compiling uzers v0.12.2
70212026-08-27T23:17:30.445Z[verify-libraries] Compiling parse-size v1.1.0
70222026-08-27T23:17:30.445Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
70232026-08-27T23:17:30.445Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
70242026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.603 INFO O| Aug 27 23:17:28.603 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.615 INFO O| Aug 27 23:17:28.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70262026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.615 INFO O| Aug 27 23:17:28.615 INFO STEP 554 (remove_files) COMPLETE
70272026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.615 INFO O| Aug 27 23:17:28.615 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.626 INFO O| Aug 27 23:17:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70292026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.626 INFO O| Aug 27 23:17:28.626 INFO STEP 555 (remove_files) COMPLETE
70302026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.626 INFO O| Aug 27 23:17:28.626 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.638 INFO O| Aug 27 23:17:28.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70322026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.638 INFO O| Aug 27 23:17:28.638 INFO STEP 556 (remove_files) COMPLETE
70332026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.638 INFO O| Aug 27 23:17:28.638 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.649 INFO O| Aug 27 23:17:28.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70352026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.649 INFO O| Aug 27 23:17:28.649 INFO STEP 557 (remove_files) COMPLETE
70362026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.649 INFO O| Aug 27 23:17:28.649 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.661 INFO O| Aug 27 23:17:28.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70382026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.661 INFO O| Aug 27 23:17:28.661 INFO STEP 558 (remove_files) COMPLETE
70392026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.661 INFO O| Aug 27 23:17:28.661 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.672 INFO O| Aug 27 23:17:28.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70412026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.672 INFO O| Aug 27 23:17:28.672 INFO STEP 559 (remove_files) COMPLETE
70422026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.672 INFO O| Aug 27 23:17:28.672 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-27T23:17:30.445Z[ recovery-image] Aug 27 23:17:28.682 INFO O| Aug 27 23:17:28.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70442026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.682 INFO O| Aug 27 23:17:28.682 INFO STEP 560 (remove_files) COMPLETE
70452026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.682 INFO O| Aug 27 23:17:28.682 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.694 INFO O| Aug 27 23:17:28.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70472026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.694 INFO O| Aug 27 23:17:28.694 INFO STEP 561 (remove_files) COMPLETE
70482026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.694 INFO O| Aug 27 23:17:28.694 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.706 INFO O| Aug 27 23:17:28.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70502026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.706 INFO O| Aug 27 23:17:28.706 INFO STEP 562 (remove_files) COMPLETE
70512026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.706 INFO O| Aug 27 23:17:28.706 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.718 INFO O| Aug 27 23:17:28.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70532026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.718 INFO O| Aug 27 23:17:28.718 INFO STEP 563 (remove_files) COMPLETE
70542026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.718 INFO O| Aug 27 23:17:28.718 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.730 INFO O| Aug 27 23:17:28.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70562026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.730 INFO O| Aug 27 23:17:28.730 INFO STEP 564 (remove_files) COMPLETE
70572026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.730 INFO O| Aug 27 23:17:28.730 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.742 INFO O| Aug 27 23:17:28.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70592026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.742 INFO O| Aug 27 23:17:28.742 INFO STEP 565 (remove_files) COMPLETE
70602026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.742 INFO O| Aug 27 23:17:28.742 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-27T23:17:30.446Z[ recovery-image] Aug 27 23:17:28.752 INFO O| Aug 27 23:17:28.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70622026-08-27T23:17:30.477Z[ recovery-image] Aug 27 23:17:28.752 INFO O| Aug 27 23:17:28.752 INFO STEP 566 (remove_files) COMPLETE
70632026-08-27T23:17:30.477Z[ recovery-image] Aug 27 23:17:28.752 INFO O| Aug 27 23:17:28.752 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-27T23:17:30.477Z[ recovery-image] Aug 27 23:17:28.763 INFO O| Aug 27 23:17:28.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70652026-08-27T23:17:30.477Z[ recovery-image] Aug 27 23:17:28.763 INFO O| Aug 27 23:17:28.763 INFO STEP 567 (remove_files) COMPLETE
70662026-08-27T23:17:30.477Z[ recovery-image] Aug 27 23:17:28.763 INFO O| Aug 27 23:17:28.763 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.774 INFO O| Aug 27 23:17:28.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70682026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.774 INFO O| Aug 27 23:17:28.774 INFO STEP 568 (remove_files) COMPLETE
70692026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.774 INFO O| Aug 27 23:17:28.774 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.784 INFO O| Aug 27 23:17:28.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70712026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.785 INFO O| Aug 27 23:17:28.784 INFO STEP 569 (remove_files) COMPLETE
70722026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.785 INFO O| Aug 27 23:17:28.785 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.795 INFO O| Aug 27 23:17:28.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70742026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.795 INFO O| Aug 27 23:17:28.795 INFO STEP 570 (remove_files) COMPLETE
70752026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.796 INFO O| Aug 27 23:17:28.795 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.806 INFO O| Aug 27 23:17:28.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70772026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.806 INFO O| Aug 27 23:17:28.806 INFO STEP 571 (remove_files) COMPLETE
70782026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.806 INFO O| Aug 27 23:17:28.806 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.815 INFO O| Aug 27 23:17:28.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70802026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.815 INFO O| Aug 27 23:17:28.815 INFO STEP 572 (remove_files) COMPLETE
70812026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.815 INFO O| Aug 27 23:17:28.815 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.825 INFO O| Aug 27 23:17:28.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70832026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.825 INFO O| Aug 27 23:17:28.825 INFO STEP 573 (remove_files) COMPLETE
70842026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.825 INFO O| Aug 27 23:17:28.825 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.837 INFO O| Aug 27 23:17:28.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70862026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.837 INFO O| Aug 27 23:17:28.837 INFO STEP 574 (remove_files) COMPLETE
70872026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.837 INFO O| Aug 27 23:17:28.837 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.847 INFO O| Aug 27 23:17:28.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70892026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.847 INFO O| Aug 27 23:17:28.847 INFO STEP 575 (remove_files) COMPLETE
70902026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.847 INFO O| Aug 27 23:17:28.847 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.857 INFO O| Aug 27 23:17:28.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70922026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.857 INFO O| Aug 27 23:17:28.857 INFO STEP 576 (remove_files) COMPLETE
70932026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.857 INFO O| Aug 27 23:17:28.857 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.867 INFO O| Aug 27 23:17:28.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70952026-08-27T23:17:30.478Z[ recovery-image] Aug 27 23:17:28.867 INFO O| Aug 27 23:17:28.867 INFO STEP 577 (remove_files) COMPLETE
70962026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.867 INFO O| Aug 27 23:17:28.867 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.878 INFO O| Aug 27 23:17:28.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70982026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.878 INFO O| Aug 27 23:17:28.878 INFO STEP 578 (remove_files) COMPLETE
70992026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.878 INFO O| Aug 27 23:17:28.878 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.888 INFO O| Aug 27 23:17:28.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71012026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.888 INFO O| Aug 27 23:17:28.888 INFO STEP 579 (remove_files) COMPLETE
71022026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.888 INFO O| Aug 27 23:17:28.888 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.898 INFO O| Aug 27 23:17:28.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71042026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.898 INFO O| Aug 27 23:17:28.898 INFO STEP 580 (remove_files) COMPLETE
71052026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.898 INFO O| Aug 27 23:17:28.898 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.908 INFO O| Aug 27 23:17:28.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71072026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.908 INFO O| Aug 27 23:17:28.908 INFO STEP 581 (remove_files) COMPLETE
71082026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.908 INFO O| Aug 27 23:17:28.908 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.918 INFO O| Aug 27 23:17:28.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71102026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.918 INFO O| Aug 27 23:17:28.918 INFO STEP 582 (remove_files) COMPLETE
71112026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.918 INFO O| Aug 27 23:17:28.918 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.928 INFO O| Aug 27 23:17:28.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71132026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.928 INFO O| Aug 27 23:17:28.928 INFO STEP 583 (remove_files) COMPLETE
71142026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.928 INFO O| Aug 27 23:17:28.928 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.938 INFO O| Aug 27 23:17:28.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71162026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.938 INFO O| Aug 27 23:17:28.938 INFO STEP 584 (remove_files) COMPLETE
71172026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.938 INFO O| Aug 27 23:17:28.938 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.949 INFO O| Aug 27 23:17:28.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71192026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.949 INFO O| Aug 27 23:17:28.949 INFO STEP 585 (remove_files) COMPLETE
71202026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.949 INFO O| Aug 27 23:17:28.949 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.959 INFO O| Aug 27 23:17:28.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71222026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.959 INFO O| Aug 27 23:17:28.959 INFO STEP 586 (remove_files) COMPLETE
71232026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.959 INFO O| Aug 27 23:17:28.959 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.969 INFO O| Aug 27 23:17:28.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71252026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.969 INFO O| Aug 27 23:17:28.969 INFO STEP 587 (remove_files) COMPLETE
71262026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.969 INFO O| Aug 27 23:17:28.969 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-27T23:17:30.479Z[ recovery-image] Aug 27 23:17:28.978 INFO O| Aug 27 23:17:28.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71282026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.978 INFO O| Aug 27 23:17:28.978 INFO STEP 588 (remove_files) COMPLETE
71292026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.978 INFO O| Aug 27 23:17:28.978 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.987 INFO O| Aug 27 23:17:28.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71312026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.987 INFO O| Aug 27 23:17:28.987 INFO STEP 589 (remove_files) COMPLETE
71322026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.987 INFO O| Aug 27 23:17:28.987 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.997 INFO O| Aug 27 23:17:28.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71342026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.997 INFO O| Aug 27 23:17:28.997 INFO STEP 590 (remove_files) COMPLETE
71352026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:28.997 INFO O| Aug 27 23:17:28.997 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.006 INFO O| Aug 27 23:17:29.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71372026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.007 INFO O| Aug 27 23:17:29.007 INFO STEP 591 (remove_files) COMPLETE
71382026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.007 INFO O| Aug 27 23:17:29.007 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.017 INFO O| Aug 27 23:17:29.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71402026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.017 INFO O| Aug 27 23:17:29.017 INFO STEP 592 (remove_files) COMPLETE
71412026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.017 INFO O| Aug 27 23:17:29.017 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.026 INFO O| Aug 27 23:17:29.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71432026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.026 INFO O| Aug 27 23:17:29.026 INFO STEP 593 (remove_files) COMPLETE
71442026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.026 INFO O| Aug 27 23:17:29.026 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.036 INFO O| Aug 27 23:17:29.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71462026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.036 INFO O| Aug 27 23:17:29.036 INFO STEP 594 (remove_files) COMPLETE
71472026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.036 INFO O| Aug 27 23:17:29.036 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.046 INFO O| Aug 27 23:17:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71492026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.046 INFO O| Aug 27 23:17:29.046 INFO STEP 595 (remove_files) COMPLETE
71502026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.046 INFO O| Aug 27 23:17:29.046 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.064 INFO O| Aug 27 23:17:29.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71522026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.064 INFO O| Aug 27 23:17:29.064 INFO STEP 596 (remove_files) COMPLETE
71532026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.064 INFO O| Aug 27 23:17:29.064 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.075 INFO O| Aug 27 23:17:29.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71552026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.075 INFO O| Aug 27 23:17:29.075 INFO STEP 597 (remove_files) COMPLETE
71562026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.075 INFO O| Aug 27 23:17:29.075 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.084 INFO O| Aug 27 23:17:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71582026-08-27T23:17:30.480Z[ recovery-image] Aug 27 23:17:29.084 INFO O| Aug 27 23:17:29.084 INFO STEP 598 (remove_files) COMPLETE
71592026-08-27T23:17:30.481Z[ recovery-image] Aug 27 23:17:29.084 INFO O| Aug 27 23:17:29.084 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-27T23:17:30.481Z[ recovery-image] Aug 27 23:17:29.094 INFO O| Aug 27 23:17:29.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71612026-08-27T23:17:30.481Z[ recovery-image] Aug 27 23:17:29.095 INFO O| Aug 27 23:17:29.094 INFO STEP 599 (remove_files) COMPLETE
71622026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.095 INFO O| Aug 27 23:17:29.094 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.105 INFO O| Aug 27 23:17:29.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71642026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.105 INFO O| Aug 27 23:17:29.105 INFO STEP 600 (remove_files) COMPLETE
71652026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.105 INFO O| Aug 27 23:17:29.105 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.116 INFO O| Aug 27 23:17:29.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71672026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.116 INFO O| Aug 27 23:17:29.116 INFO STEP 601 (remove_files) COMPLETE
71682026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.116 INFO O| Aug 27 23:17:29.116 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.126 INFO O| Aug 27 23:17:29.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71702026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.126 INFO O| Aug 27 23:17:29.126 INFO STEP 602 (remove_files) COMPLETE
71712026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.126 INFO O| Aug 27 23:17:29.126 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.137 INFO O| Aug 27 23:17:29.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71732026-08-27T23:17:30.534Z[ recovery-image] Aug 27 23:17:29.137 INFO O| Aug 27 23:17:29.137 INFO STEP 603 (remove_files) COMPLETE
71742026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.137 INFO O| Aug 27 23:17:29.137 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.148 INFO O| Aug 27 23:17:29.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71762026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.148 INFO O| Aug 27 23:17:29.148 INFO STEP 604 (remove_files) COMPLETE
71772026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.148 INFO O| Aug 27 23:17:29.148 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.159 INFO O| Aug 27 23:17:29.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71792026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.159 INFO O| Aug 27 23:17:29.159 INFO STEP 605 (remove_files) COMPLETE
71802026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.159 INFO O| Aug 27 23:17:29.159 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.169 INFO O| Aug 27 23:17:29.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71822026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.169 INFO O| Aug 27 23:17:29.169 INFO STEP 606 (remove_files) COMPLETE
71832026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.170 INFO O| Aug 27 23:17:29.169 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.180 INFO O| Aug 27 23:17:29.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71852026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.180 INFO O| Aug 27 23:17:29.180 INFO STEP 607 (remove_files) COMPLETE
71862026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.180 INFO O| Aug 27 23:17:29.180 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.189 INFO O| Aug 27 23:17:29.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71882026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.189 INFO O| Aug 27 23:17:29.189 INFO STEP 608 (remove_files) COMPLETE
71892026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.189 INFO O| Aug 27 23:17:29.189 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.200 INFO O| Aug 27 23:17:29.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71912026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.200 INFO O| Aug 27 23:17:29.200 INFO STEP 609 (remove_files) COMPLETE
71922026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.200 INFO O| Aug 27 23:17:29.200 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.209 INFO O| Aug 27 23:17:29.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71942026-08-27T23:17:30.535Z[ recovery-image] Aug 27 23:17:29.209 INFO O| Aug 27 23:17:29.209 INFO STEP 610 (remove_files) COMPLETE
71952026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.209 INFO O| Aug 27 23:17:29.209 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.217 INFO O| Aug 27 23:17:29.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71972026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.217 INFO O| Aug 27 23:17:29.217 INFO STEP 611 (remove_files) COMPLETE
71982026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.217 INFO O| Aug 27 23:17:29.217 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.225 INFO O| Aug 27 23:17:29.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72002026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.225 INFO O| Aug 27 23:17:29.225 INFO STEP 612 (remove_files) COMPLETE
72012026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.225 INFO O| Aug 27 23:17:29.225 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.233 INFO O| Aug 27 23:17:29.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72032026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.234 INFO O| Aug 27 23:17:29.234 INFO STEP 613 (remove_files) COMPLETE
72042026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.234 INFO O| Aug 27 23:17:29.234 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.244 INFO O| Aug 27 23:17:29.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72062026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.244 INFO O| Aug 27 23:17:29.244 INFO STEP 614 (remove_files) COMPLETE
72072026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.244 INFO O| Aug 27 23:17:29.244 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.253 INFO O| Aug 27 23:17:29.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72092026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.253 INFO O| Aug 27 23:17:29.253 INFO STEP 615 (remove_files) COMPLETE
72102026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.253 INFO O| Aug 27 23:17:29.253 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.262 INFO O| Aug 27 23:17:29.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72122026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.263 INFO O| Aug 27 23:17:29.263 INFO STEP 616 (remove_files) COMPLETE
72132026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.263 INFO O| Aug 27 23:17:29.263 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.272 INFO O| Aug 27 23:17:29.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72152026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.272 INFO O| Aug 27 23:17:29.272 INFO STEP 617 (remove_files) COMPLETE
72162026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.272 INFO O| Aug 27 23:17:29.272 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.283 INFO O| Aug 27 23:17:29.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72182026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.283 INFO O| Aug 27 23:17:29.283 INFO STEP 618 (remove_files) COMPLETE
72192026-08-27T23:17:30.536Z[ recovery-image] Aug 27 23:17:29.283 INFO O| Aug 27 23:17:29.283 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.292 INFO O| Aug 27 23:17:29.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72212026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.292 INFO O| Aug 27 23:17:29.292 INFO STEP 619 (remove_files) COMPLETE
72222026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.292 INFO O| Aug 27 23:17:29.292 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.302 INFO O| Aug 27 23:17:29.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72242026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.302 INFO O| Aug 27 23:17:29.301 INFO STEP 620 (remove_files) COMPLETE
72252026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.302 INFO O| Aug 27 23:17:29.301 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.311 INFO O| Aug 27 23:17:29.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72272026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.311 INFO O| Aug 27 23:17:29.311 INFO STEP 621 (remove_files) COMPLETE
72282026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.311 INFO O| Aug 27 23:17:29.311 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.320 INFO O| Aug 27 23:17:29.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72302026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.320 INFO O| Aug 27 23:17:29.320 INFO STEP 622 (remove_files) COMPLETE
72312026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.320 INFO O| Aug 27 23:17:29.320 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.330 INFO O| Aug 27 23:17:29.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72332026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.330 INFO O| Aug 27 23:17:29.330 INFO STEP 623 (remove_files) COMPLETE
72342026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.330 INFO O| Aug 27 23:17:29.330 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.341 INFO O| Aug 27 23:17:29.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72362026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.341 INFO O| Aug 27 23:17:29.341 INFO STEP 624 (remove_files) COMPLETE
72372026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.341 INFO O| Aug 27 23:17:29.341 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.351 INFO O| Aug 27 23:17:29.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72392026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.351 INFO O| Aug 27 23:17:29.351 INFO STEP 625 (remove_files) COMPLETE
72402026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.351 INFO O| Aug 27 23:17:29.351 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.361 INFO O| Aug 27 23:17:29.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72422026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.361 INFO O| Aug 27 23:17:29.361 INFO STEP 626 (remove_files) COMPLETE
72432026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.361 INFO O| Aug 27 23:17:29.361 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.371 INFO O| Aug 27 23:17:29.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72452026-08-27T23:17:30.537Z[ recovery-image] Aug 27 23:17:29.371 INFO O| Aug 27 23:17:29.371 INFO STEP 627 (remove_files) COMPLETE
72462026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.371 INFO O| Aug 27 23:17:29.371 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.381 INFO O| Aug 27 23:17:29.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72482026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.382 INFO O| Aug 27 23:17:29.382 INFO STEP 628 (remove_files) COMPLETE
72492026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.382 INFO O| Aug 27 23:17:29.382 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.391 INFO O| Aug 27 23:17:29.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72512026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.392 INFO O| Aug 27 23:17:29.391 INFO STEP 629 (remove_files) COMPLETE
72522026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.392 INFO O| Aug 27 23:17:29.392 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.400 INFO O| Aug 27 23:17:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72542026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.400 INFO O| Aug 27 23:17:29.400 INFO STEP 630 (remove_files) COMPLETE
72552026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.400 INFO O| Aug 27 23:17:29.400 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.410 INFO O| Aug 27 23:17:29.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72572026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.410 INFO O| Aug 27 23:17:29.410 INFO STEP 631 (remove_files) COMPLETE
72582026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.410 INFO O| Aug 27 23:17:29.410 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.420 INFO O| Aug 27 23:17:29.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72602026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.420 INFO O| Aug 27 23:17:29.420 INFO STEP 632 (remove_files) COMPLETE
72612026-08-27T23:17:30.538Z[ recovery-image] Aug 27 23:17:29.420 INFO O| Aug 27 23:17:29.420 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-27T23:17:30.568Z[ recovery-image] Aug 27 23:17:29.431 INFO O| Aug 27 23:17:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72632026-08-27T23:17:30.568Z[ recovery-image] Aug 27 23:17:29.431 INFO O| Aug 27 23:17:29.431 INFO STEP 633 (remove_files) COMPLETE
72642026-08-27T23:17:30.568Z[ recovery-image] Aug 27 23:17:29.431 INFO O| Aug 27 23:17:29.431 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-27T23:17:30.568Z[ recovery-image] Aug 27 23:17:29.443 INFO O| Aug 27 23:17:29.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72662026-08-27T23:17:30.568Z[ recovery-image] Aug 27 23:17:29.443 INFO O| Aug 27 23:17:29.443 INFO STEP 634 (remove_files) COMPLETE
72672026-08-27T23:17:30.568Z[ recovery-image] Aug 27 23:17:29.443 INFO O| Aug 27 23:17:29.443 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.454 INFO O| Aug 27 23:17:29.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72692026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.454 INFO O| Aug 27 23:17:29.454 INFO STEP 635 (remove_files) COMPLETE
72702026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.454 INFO O| Aug 27 23:17:29.454 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.464 INFO O| Aug 27 23:17:29.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72722026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.464 INFO O| Aug 27 23:17:29.464 INFO STEP 636 (remove_files) COMPLETE
72732026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.464 INFO O| Aug 27 23:17:29.464 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.474 INFO O| Aug 27 23:17:29.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72752026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.474 INFO O| Aug 27 23:17:29.474 INFO STEP 637 (remove_files) COMPLETE
72762026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.474 INFO O| Aug 27 23:17:29.474 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.483 INFO O| Aug 27 23:17:29.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72782026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.483 INFO O| Aug 27 23:17:29.483 INFO STEP 638 (remove_files) COMPLETE
72792026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.483 INFO O| Aug 27 23:17:29.483 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.491 INFO O| Aug 27 23:17:29.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72812026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.491 INFO O| Aug 27 23:17:29.491 INFO STEP 639 (remove_files) COMPLETE
72822026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.491 INFO O| Aug 27 23:17:29.491 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.503 INFO O| Aug 27 23:17:29.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72842026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.503 INFO O| Aug 27 23:17:29.503 INFO STEP 640 (remove_files) COMPLETE
72852026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.503 INFO O| Aug 27 23:17:29.503 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.513 INFO O| Aug 27 23:17:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72872026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.513 INFO O| Aug 27 23:17:29.513 INFO STEP 641 (remove_files) COMPLETE
72882026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.513 INFO O| Aug 27 23:17:29.513 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.521 INFO O| Aug 27 23:17:29.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72902026-08-27T23:17:30.569Z[ recovery-image] Aug 27 23:17:29.521 INFO O| Aug 27 23:17:29.521 INFO STEP 642 (remove_files) COMPLETE
72912026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.521 INFO O| Aug 27 23:17:29.521 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.530 INFO O| Aug 27 23:17:29.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72932026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.530 INFO O| Aug 27 23:17:29.530 INFO STEP 643 (remove_files) COMPLETE
72942026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.530 INFO O| Aug 27 23:17:29.530 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.538 INFO O| Aug 27 23:17:29.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72962026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.538 INFO O| Aug 27 23:17:29.538 INFO STEP 644 (remove_files) COMPLETE
72972026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.538 INFO O| Aug 27 23:17:29.538 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.546 INFO O| Aug 27 23:17:29.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72992026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.546 INFO O| Aug 27 23:17:29.546 INFO STEP 645 (remove_files) COMPLETE
73002026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.546 INFO O| Aug 27 23:17:29.546 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.555 INFO O| Aug 27 23:17:29.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73022026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.555 INFO O| Aug 27 23:17:29.555 INFO STEP 646 (remove_files) COMPLETE
73032026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.555 INFO O| Aug 27 23:17:29.555 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.564 INFO O| Aug 27 23:17:29.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73052026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.564 INFO O| Aug 27 23:17:29.564 INFO STEP 647 (remove_files) COMPLETE
73062026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.564 INFO O| Aug 27 23:17:29.564 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.572 INFO O| Aug 27 23:17:29.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73082026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.573 INFO O| Aug 27 23:17:29.572 INFO STEP 648 (remove_files) COMPLETE
73092026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.573 INFO O| Aug 27 23:17:29.572 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.582 INFO O| Aug 27 23:17:29.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73112026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.583 INFO O| Aug 27 23:17:29.582 INFO STEP 649 (remove_files) COMPLETE
73122026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.583 INFO O| Aug 27 23:17:29.583 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-27T23:17:30.570Z[ recovery-image] Aug 27 23:17:29.592 INFO O| Aug 27 23:17:29.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73142026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.592 INFO O| Aug 27 23:17:29.592 INFO STEP 650 (remove_files) COMPLETE
73152026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.592 INFO O| Aug 27 23:17:29.592 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.602 INFO O| Aug 27 23:17:29.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73172026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.602 INFO O| Aug 27 23:17:29.602 INFO STEP 651 (remove_files) COMPLETE
73182026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.602 INFO O| Aug 27 23:17:29.602 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.612 INFO O| Aug 27 23:17:29.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73202026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.612 INFO O| Aug 27 23:17:29.612 INFO STEP 652 (remove_files) COMPLETE
73212026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.612 INFO O| Aug 27 23:17:29.612 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.622 INFO O| Aug 27 23:17:29.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73232026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.622 INFO O| Aug 27 23:17:29.622 INFO STEP 653 (remove_files) COMPLETE
73242026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.622 INFO O| Aug 27 23:17:29.622 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-27T23:17:30.571Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
73262026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.633 INFO O| Aug 27 23:17:29.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73272026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.633 INFO O| Aug 27 23:17:29.633 INFO STEP 654 (remove_files) COMPLETE
73282026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.633 INFO O| Aug 27 23:17:29.633 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.643 INFO O| Aug 27 23:17:29.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73302026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.643 INFO O| Aug 27 23:17:29.643 INFO STEP 655 (remove_files) COMPLETE
73312026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.643 INFO O| Aug 27 23:17:29.643 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.653 INFO O| Aug 27 23:17:29.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73332026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.653 INFO O| Aug 27 23:17:29.653 INFO STEP 656 (remove_files) COMPLETE
73342026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.653 INFO O| Aug 27 23:17:29.653 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.664 INFO O| Aug 27 23:17:29.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73362026-08-27T23:17:30.571Z[ recovery-image] Aug 27 23:17:29.664 INFO O| Aug 27 23:17:29.664 INFO STEP 657 (remove_files) COMPLETE
73372026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.664 INFO O| Aug 27 23:17:29.664 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.674 INFO O| Aug 27 23:17:29.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73392026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.675 INFO O| Aug 27 23:17:29.674 INFO STEP 658 (remove_files) COMPLETE
73402026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.675 INFO O| Aug 27 23:17:29.675 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.685 INFO O| Aug 27 23:17:29.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73422026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.685 INFO O| Aug 27 23:17:29.685 INFO STEP 659 (remove_files) COMPLETE
73432026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.685 INFO O| Aug 27 23:17:29.685 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.696 INFO O| Aug 27 23:17:29.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73452026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.696 INFO O| Aug 27 23:17:29.696 INFO STEP 660 (remove_files) COMPLETE
73462026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.696 INFO O| Aug 27 23:17:29.696 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.707 INFO O| Aug 27 23:17:29.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73482026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.707 INFO O| Aug 27 23:17:29.707 INFO STEP 661 (remove_files) COMPLETE
73492026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.707 INFO O| Aug 27 23:17:29.707 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.718 INFO O| Aug 27 23:17:29.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73512026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.718 INFO O| Aug 27 23:17:29.718 INFO STEP 662 (remove_files) COMPLETE
73522026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.718 INFO O| Aug 27 23:17:29.718 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.729 INFO O| Aug 27 23:17:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73542026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.729 INFO O| Aug 27 23:17:29.729 INFO STEP 663 (remove_files) COMPLETE
73552026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.729 INFO O| Aug 27 23:17:29.729 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.739 INFO O| Aug 27 23:17:29.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73572026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.739 INFO O| Aug 27 23:17:29.739 INFO STEP 664 (remove_files) COMPLETE
73582026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.739 INFO O| Aug 27 23:17:29.739 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.749 INFO O| Aug 27 23:17:29.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73602026-08-27T23:17:30.572Z[ recovery-image] Aug 27 23:17:29.750 INFO O| Aug 27 23:17:29.750 INFO STEP 665 (remove_files) COMPLETE
73612026-08-27T23:17:30.573Z[ recovery-image] Aug 27 23:17:29.750 INFO O| Aug 27 23:17:29.750 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.760 INFO O| Aug 27 23:17:29.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73632026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.760 INFO O| Aug 27 23:17:29.760 INFO STEP 666 (remove_files) COMPLETE
73642026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.760 INFO O| Aug 27 23:17:29.760 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.769 INFO O| Aug 27 23:17:29.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73662026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.769 INFO O| Aug 27 23:17:29.769 INFO STEP 667 (remove_files) COMPLETE
73672026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.769 INFO O| Aug 27 23:17:29.769 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.779 INFO O| Aug 27 23:17:29.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73692026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.779 INFO O| Aug 27 23:17:29.779 INFO STEP 668 (remove_files) COMPLETE
73702026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.779 INFO O| Aug 27 23:17:29.779 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.787 INFO O| Aug 27 23:17:29.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73722026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.787 INFO O| Aug 27 23:17:29.787 INFO STEP 669 (remove_files) COMPLETE
73732026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.787 INFO O| Aug 27 23:17:29.787 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-27T23:17:32.193Z[ recovery-image] Aug 27 23:17:29.796 INFO O| Aug 27 23:17:29.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73752026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.796 INFO O| Aug 27 23:17:29.796 INFO STEP 670 (remove_files) COMPLETE
73762026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.796 INFO O| Aug 27 23:17:29.796 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.805 INFO O| Aug 27 23:17:29.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73782026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.805 INFO O| Aug 27 23:17:29.805 INFO STEP 671 (remove_files) COMPLETE
73792026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.806 INFO O| Aug 27 23:17:29.805 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.815 INFO O| Aug 27 23:17:29.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73812026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.815 INFO O| Aug 27 23:17:29.815 INFO STEP 672 (remove_files) COMPLETE
73822026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.815 INFO O| Aug 27 23:17:29.815 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.826 INFO O| Aug 27 23:17:29.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73842026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.826 INFO O| Aug 27 23:17:29.826 INFO STEP 673 (remove_files) COMPLETE
73852026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.826 INFO O| Aug 27 23:17:29.826 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.835 INFO O| Aug 27 23:17:29.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73872026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.835 INFO O| Aug 27 23:17:29.835 INFO STEP 674 (remove_files) COMPLETE
73882026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.835 INFO O| Aug 27 23:17:29.835 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.846 INFO O| Aug 27 23:17:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73902026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.846 INFO O| Aug 27 23:17:29.846 INFO STEP 675 (remove_files) COMPLETE
73912026-08-27T23:17:32.194Z[ recovery-image] Aug 27 23:17:29.846 INFO O| Aug 27 23:17:29.846 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.858 INFO O| Aug 27 23:17:29.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73932026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.858 INFO O| Aug 27 23:17:29.858 INFO STEP 676 (remove_files) COMPLETE
73942026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.858 INFO O| Aug 27 23:17:29.858 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.869 INFO O| Aug 27 23:17:29.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73962026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.869 INFO O| Aug 27 23:17:29.869 INFO STEP 677 (remove_files) COMPLETE
73972026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.869 INFO O| Aug 27 23:17:29.869 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.883 INFO O| Aug 27 23:17:29.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73992026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.883 INFO O| Aug 27 23:17:29.883 INFO STEP 678 (remove_files) COMPLETE
74002026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.883 INFO O| Aug 27 23:17:29.883 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.893 INFO O| Aug 27 23:17:29.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74022026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.894 INFO O| Aug 27 23:17:29.894 INFO STEP 679 (remove_files) COMPLETE
74032026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.894 INFO O| Aug 27 23:17:29.894 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.903 INFO O| Aug 27 23:17:29.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74052026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.903 INFO O| Aug 27 23:17:29.903 INFO STEP 680 (remove_files) COMPLETE
74062026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.903 INFO O| Aug 27 23:17:29.903 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.912 INFO O| Aug 27 23:17:29.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74082026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.912 INFO O| Aug 27 23:17:29.912 INFO STEP 681 (remove_files) COMPLETE
74092026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.912 INFO O| Aug 27 23:17:29.912 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.923 INFO O| Aug 27 23:17:29.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74112026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.923 INFO O| Aug 27 23:17:29.923 INFO STEP 682 (remove_files) COMPLETE
74122026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.923 INFO O| Aug 27 23:17:29.923 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-27T23:17:32.203Z[ recovery-image] Aug 27 23:17:29.934 INFO O| Aug 27 23:17:29.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74142026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.934 INFO O| Aug 27 23:17:29.934 INFO STEP 683 (remove_files) COMPLETE
74152026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.934 INFO O| Aug 27 23:17:29.934 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.943 INFO O| Aug 27 23:17:29.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74172026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.943 INFO O| Aug 27 23:17:29.943 INFO STEP 684 (remove_files) COMPLETE
74182026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.943 INFO O| Aug 27 23:17:29.943 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.954 INFO O| Aug 27 23:17:29.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74202026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.954 INFO O| Aug 27 23:17:29.954 INFO STEP 685 (remove_files) COMPLETE
74212026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.954 INFO O| Aug 27 23:17:29.954 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.964 INFO O| Aug 27 23:17:29.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74232026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.964 INFO O| Aug 27 23:17:29.964 INFO STEP 686 (remove_files) COMPLETE
74242026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.964 INFO O| Aug 27 23:17:29.964 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.974 INFO O| Aug 27 23:17:29.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74262026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.974 INFO O| Aug 27 23:17:29.974 INFO STEP 687 (remove_files) COMPLETE
74272026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.974 INFO O| Aug 27 23:17:29.974 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-27T23:17:32.204Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
74292026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.984 INFO O| Aug 27 23:17:29.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74302026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.984 INFO O| Aug 27 23:17:29.984 INFO STEP 688 (remove_files) COMPLETE
74312026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.984 INFO O| Aug 27 23:17:29.984 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.996 INFO O| Aug 27 23:17:29.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74332026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.996 INFO O| Aug 27 23:17:29.996 INFO STEP 689 (remove_files) COMPLETE
74342026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:29.996 INFO O| Aug 27 23:17:29.996 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.008 INFO O| Aug 27 23:17:30.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74362026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.008 INFO O| Aug 27 23:17:30.008 INFO STEP 690 (remove_files) COMPLETE
74372026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.008 INFO O| Aug 27 23:17:30.008 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.018 INFO O| Aug 27 23:17:30.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74392026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.018 INFO O| Aug 27 23:17:30.018 INFO STEP 691 (remove_files) COMPLETE
74402026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.018 INFO O| Aug 27 23:17:30.018 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.028 INFO O| Aug 27 23:17:30.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74422026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.028 INFO O| Aug 27 23:17:30.028 INFO STEP 692 (remove_files) COMPLETE
74432026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.028 INFO O| Aug 27 23:17:30.028 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-27T23:17:32.204Z[ recovery-image] Aug 27 23:17:30.040 INFO O| Aug 27 23:17:30.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74452026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.040 INFO O| Aug 27 23:17:30.040 INFO STEP 693 (remove_files) COMPLETE
74462026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.040 INFO O| Aug 27 23:17:30.040 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.049 INFO O| Aug 27 23:17:30.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74482026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.049 INFO O| Aug 27 23:17:30.049 INFO STEP 694 (remove_files) COMPLETE
74492026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.049 INFO O| Aug 27 23:17:30.049 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.058 INFO O| Aug 27 23:17:30.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74512026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.059 INFO O| Aug 27 23:17:30.058 INFO STEP 695 (remove_files) COMPLETE
74522026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.059 INFO O| Aug 27 23:17:30.059 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.069 INFO O| Aug 27 23:17:30.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74542026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.069 INFO O| Aug 27 23:17:30.069 INFO STEP 696 (remove_files) COMPLETE
74552026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.069 INFO O| Aug 27 23:17:30.069 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.080 INFO O| Aug 27 23:17:30.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74572026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.080 INFO O| Aug 27 23:17:30.080 INFO STEP 697 (remove_files) COMPLETE
74582026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.080 INFO O| Aug 27 23:17:30.080 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.091 INFO O| Aug 27 23:17:30.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74602026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.091 INFO O| Aug 27 23:17:30.091 INFO STEP 698 (remove_files) COMPLETE
74612026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.091 INFO O| Aug 27 23:17:30.091 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.103 INFO O| Aug 27 23:17:30.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74632026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.103 INFO O| Aug 27 23:17:30.103 INFO STEP 699 (remove_files) COMPLETE
74642026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.103 INFO O| Aug 27 23:17:30.103 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.114 INFO O| Aug 27 23:17:30.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74662026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.114 INFO O| Aug 27 23:17:30.114 INFO STEP 700 (remove_files) COMPLETE
74672026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.114 INFO O| Aug 27 23:17:30.114 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.127 INFO O| Aug 27 23:17:30.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74692026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.127 INFO O| Aug 27 23:17:30.127 INFO STEP 701 (remove_files) COMPLETE
74702026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.127 INFO O| Aug 27 23:17:30.127 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.138 INFO O| Aug 27 23:17:30.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74722026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.138 INFO O| Aug 27 23:17:30.138 INFO STEP 702 (remove_files) COMPLETE
74732026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.138 INFO O| Aug 27 23:17:30.138 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.149 INFO O| Aug 27 23:17:30.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74752026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.149 INFO O| Aug 27 23:17:30.149 INFO STEP 703 (remove_files) COMPLETE
74762026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.149 INFO O| Aug 27 23:17:30.149 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.161 INFO O| Aug 27 23:17:30.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74782026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.161 INFO O| Aug 27 23:17:30.161 INFO STEP 704 (remove_files) COMPLETE
74792026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.161 INFO O| Aug 27 23:17:30.161 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-27T23:17:32.205Z[ recovery-image] Aug 27 23:17:30.172 INFO O| Aug 27 23:17:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74812026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.172 INFO O| Aug 27 23:17:30.172 INFO STEP 705 (remove_files) COMPLETE
74822026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.172 INFO O| Aug 27 23:17:30.172 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.183 INFO O| Aug 27 23:17:30.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74842026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.183 INFO O| Aug 27 23:17:30.183 INFO STEP 706 (remove_files) COMPLETE
74852026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.184 INFO O| Aug 27 23:17:30.183 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.195 INFO O| Aug 27 23:17:30.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74872026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.195 INFO O| Aug 27 23:17:30.195 INFO STEP 707 (remove_files) COMPLETE
74882026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.195 INFO O| Aug 27 23:17:30.195 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.205 INFO O| Aug 27 23:17:30.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74902026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.205 INFO O| Aug 27 23:17:30.205 INFO STEP 708 (remove_files) COMPLETE
74912026-08-27T23:17:32.206Z[ recovery-image] Aug 27 23:17:30.205 INFO O| Aug 27 23:17:30.205 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.217 INFO O| Aug 27 23:17:30.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74932026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.217 INFO O| Aug 27 23:17:30.217 INFO STEP 709 (remove_files) COMPLETE
74942026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.217 INFO O| Aug 27 23:17:30.217 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-27T23:17:32.283Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
74962026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.228 INFO O| Aug 27 23:17:30.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74972026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.228 INFO O| Aug 27 23:17:30.228 INFO STEP 710 (remove_files) COMPLETE
74982026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.228 INFO O| Aug 27 23:17:30.228 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.239 INFO O| Aug 27 23:17:30.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75002026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.239 INFO O| Aug 27 23:17:30.239 INFO STEP 711 (remove_files) COMPLETE
75012026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.239 INFO O| Aug 27 23:17:30.239 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.250 INFO O| Aug 27 23:17:30.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75032026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.250 INFO O| Aug 27 23:17:30.250 INFO STEP 712 (remove_files) COMPLETE
75042026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.250 INFO O| Aug 27 23:17:30.250 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.260 INFO O| Aug 27 23:17:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75062026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.260 INFO O| Aug 27 23:17:30.260 INFO STEP 713 (remove_files) COMPLETE
75072026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.260 INFO O| Aug 27 23:17:30.260 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.270 INFO O| Aug 27 23:17:30.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75092026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.270 INFO O| Aug 27 23:17:30.270 INFO STEP 714 (remove_files) COMPLETE
75102026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.270 INFO O| Aug 27 23:17:30.270 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.281 INFO O| Aug 27 23:17:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75122026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.281 INFO O| Aug 27 23:17:30.281 INFO STEP 715 (remove_files) COMPLETE
75132026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.281 INFO O| Aug 27 23:17:30.281 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.292 INFO O| Aug 27 23:17:30.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75152026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.294 INFO O| Aug 27 23:17:30.294 INFO STEP 716 (remove_files) COMPLETE
75162026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.294 INFO O| Aug 27 23:17:30.294 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.304 INFO O| Aug 27 23:17:30.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75182026-08-27T23:17:32.283Z[ recovery-image] Aug 27 23:17:30.305 INFO O| Aug 27 23:17:30.305 INFO STEP 717 (remove_files) COMPLETE
75192026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.305 INFO O| Aug 27 23:17:30.305 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.316 INFO O| Aug 27 23:17:30.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75212026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.316 INFO O| Aug 27 23:17:30.316 INFO STEP 718 (remove_files) COMPLETE
75222026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.316 INFO O| Aug 27 23:17:30.316 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.327 INFO O| Aug 27 23:17:30.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75242026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.327 INFO O| Aug 27 23:17:30.327 INFO STEP 719 (remove_files) COMPLETE
75252026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.327 INFO O| Aug 27 23:17:30.327 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.337 INFO O| Aug 27 23:17:30.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75272026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.337 INFO O| Aug 27 23:17:30.337 INFO STEP 720 (remove_files) COMPLETE
75282026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.337 INFO O| Aug 27 23:17:30.337 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.345 INFO O| Aug 27 23:17:30.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75302026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.346 INFO O| Aug 27 23:17:30.346 INFO STEP 721 (remove_files) COMPLETE
75312026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.346 INFO O| Aug 27 23:17:30.346 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.354 INFO O| Aug 27 23:17:30.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75332026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.354 INFO O| Aug 27 23:17:30.354 INFO STEP 722 (remove_files) COMPLETE
75342026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.354 INFO O| Aug 27 23:17:30.354 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.365 INFO O| Aug 27 23:17:30.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75362026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.366 INFO O| Aug 27 23:17:30.365 INFO STEP 723 (remove_files) COMPLETE
75372026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.366 INFO O| Aug 27 23:17:30.365 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.377 INFO O| Aug 27 23:17:30.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75392026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.377 INFO O| Aug 27 23:17:30.377 INFO STEP 724 (remove_files) COMPLETE
75402026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.377 INFO O| Aug 27 23:17:30.377 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.386 INFO O| Aug 27 23:17:30.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75422026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.386 INFO O| Aug 27 23:17:30.386 INFO STEP 725 (remove_files) COMPLETE
75432026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.386 INFO O| Aug 27 23:17:30.386 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.396 INFO O| Aug 27 23:17:30.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75452026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.396 INFO O| Aug 27 23:17:30.396 INFO STEP 726 (remove_files) COMPLETE
75462026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.396 INFO O| Aug 27 23:17:30.396 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.407 INFO O| Aug 27 23:17:30.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75482026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.407 INFO O| Aug 27 23:17:30.407 INFO STEP 727 (remove_files) COMPLETE
75492026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.407 INFO O| Aug 27 23:17:30.407 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.418 INFO O| Aug 27 23:17:30.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75512026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.418 INFO O| Aug 27 23:17:30.418 INFO STEP 728 (remove_files) COMPLETE
75522026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.418 INFO O| Aug 27 23:17:30.418 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-27T23:17:32.284Z[ recovery-image] Aug 27 23:17:30.428 INFO O| Aug 27 23:17:30.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75542026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.428 INFO O| Aug 27 23:17:30.428 INFO STEP 729 (remove_files) COMPLETE
75552026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.428 INFO O| Aug 27 23:17:30.428 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.438 INFO O| Aug 27 23:17:30.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75572026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.438 INFO O| Aug 27 23:17:30.438 INFO STEP 730 (remove_files) COMPLETE
75582026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.438 INFO O| Aug 27 23:17:30.438 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.447 INFO O| Aug 27 23:17:30.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75602026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.448 INFO O| Aug 27 23:17:30.448 INFO STEP 731 (remove_files) COMPLETE
75612026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.448 INFO O| Aug 27 23:17:30.448 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.456 INFO O| Aug 27 23:17:30.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75632026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.457 INFO O| Aug 27 23:17:30.457 INFO STEP 732 (remove_files) COMPLETE
75642026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.457 INFO O| Aug 27 23:17:30.457 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.466 INFO O| Aug 27 23:17:30.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75662026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.466 INFO O| Aug 27 23:17:30.466 INFO STEP 733 (remove_files) COMPLETE
75672026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.466 INFO O| Aug 27 23:17:30.466 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.476 INFO O| Aug 27 23:17:30.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75692026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.476 INFO O| Aug 27 23:17:30.476 INFO STEP 734 (remove_files) COMPLETE
75702026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.476 INFO O| Aug 27 23:17:30.476 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.486 INFO O| Aug 27 23:17:30.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75722026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.486 INFO O| Aug 27 23:17:30.486 INFO STEP 735 (remove_files) COMPLETE
75732026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.486 INFO O| Aug 27 23:17:30.486 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.496 INFO O| Aug 27 23:17:30.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75752026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.496 INFO O| Aug 27 23:17:30.496 INFO STEP 736 (remove_files) COMPLETE
75762026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.496 INFO O| Aug 27 23:17:30.496 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.508 INFO O| Aug 27 23:17:30.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75782026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.508 INFO O| Aug 27 23:17:30.508 INFO STEP 737 (remove_files) COMPLETE
75792026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.508 INFO O| Aug 27 23:17:30.508 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.519 INFO O| Aug 27 23:17:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75812026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.519 INFO O| Aug 27 23:17:30.519 INFO STEP 738 (remove_files) COMPLETE
75822026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.519 INFO O| Aug 27 23:17:30.519 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.530 INFO O| Aug 27 23:17:30.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75842026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.530 INFO O| Aug 27 23:17:30.530 INFO STEP 739 (remove_files) COMPLETE
75852026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.530 INFO O| Aug 27 23:17:30.530 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.541 INFO O| Aug 27 23:17:30.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75872026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.541 INFO O| Aug 27 23:17:30.541 INFO STEP 740 (remove_files) COMPLETE
75882026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.541 INFO O| Aug 27 23:17:30.541 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.552 INFO O| Aug 27 23:17:30.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75902026-08-27T23:17:32.285Z[ recovery-image] Aug 27 23:17:30.552 INFO O| Aug 27 23:17:30.552 INFO STEP 741 (remove_files) COMPLETE
75912026-08-27T23:17:32.286Z[ recovery-image] Aug 27 23:17:30.552 INFO O| Aug 27 23:17:30.552 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-27T23:17:32.629Z[ recovery-image] Aug 27 23:17:30.563 INFO O| Aug 27 23:17:30.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75932026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.563 INFO O| Aug 27 23:17:30.563 INFO STEP 742 (remove_files) COMPLETE
75942026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.563 INFO O| Aug 27 23:17:30.563 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.574 INFO O| Aug 27 23:17:30.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75962026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.574 INFO O| Aug 27 23:17:30.574 INFO STEP 743 (remove_files) COMPLETE
75972026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.574 INFO O| Aug 27 23:17:30.574 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.584 INFO O| Aug 27 23:17:30.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75992026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.584 INFO O| Aug 27 23:17:30.584 INFO STEP 744 (remove_files) COMPLETE
76002026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.584 INFO O| Aug 27 23:17:30.584 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.595 INFO O| Aug 27 23:17:30.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76022026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.605 INFO O| Aug 27 23:17:30.605 INFO STEP 745 (remove_files) COMPLETE
76032026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.605 INFO O| Aug 27 23:17:30.605 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.617 INFO O| Aug 27 23:17:30.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76052026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.617 INFO O| Aug 27 23:17:30.617 INFO STEP 746 (remove_files) COMPLETE
76062026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.617 INFO O| Aug 27 23:17:30.617 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.629 INFO O| Aug 27 23:17:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76082026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.629 INFO O| Aug 27 23:17:30.629 INFO STEP 747 (remove_files) COMPLETE
76092026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.629 INFO O| Aug 27 23:17:30.629 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.639 INFO O| Aug 27 23:17:30.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76112026-08-27T23:17:32.630Z[ recovery-image] Aug 27 23:17:30.639 INFO O| Aug 27 23:17:30.639 INFO STEP 748 (remove_files) COMPLETE
76122026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.639 INFO O| Aug 27 23:17:30.639 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.650 INFO O| Aug 27 23:17:30.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76142026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.650 INFO O| Aug 27 23:17:30.650 INFO STEP 749 (remove_files) COMPLETE
76152026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.650 INFO O| Aug 27 23:17:30.650 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.661 INFO O| Aug 27 23:17:30.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76172026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.661 INFO O| Aug 27 23:17:30.661 INFO STEP 750 (remove_files) COMPLETE
76182026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.661 INFO O| Aug 27 23:17:30.661 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.671 INFO O| Aug 27 23:17:30.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76202026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.671 INFO O| Aug 27 23:17:30.671 INFO STEP 751 (remove_files) COMPLETE
76212026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.671 INFO O| Aug 27 23:17:30.671 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.680 INFO O| Aug 27 23:17:30.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76232026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.681 INFO O| Aug 27 23:17:30.681 INFO STEP 752 (remove_files) COMPLETE
76242026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.681 INFO O| Aug 27 23:17:30.681 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.691 INFO O| Aug 27 23:17:30.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76262026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.692 INFO O| Aug 27 23:17:30.692 INFO STEP 753 (remove_files) COMPLETE
76272026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.692 INFO O| Aug 27 23:17:30.692 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.701 INFO O| Aug 27 23:17:30.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76292026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.702 INFO O| Aug 27 23:17:30.701 INFO STEP 754 (remove_files) COMPLETE
76302026-08-27T23:17:32.631Z[ recovery-image] Aug 27 23:17:30.702 INFO O| Aug 27 23:17:30.701 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.711 INFO O| Aug 27 23:17:30.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76322026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.711 INFO O| Aug 27 23:17:30.711 INFO STEP 755 (remove_files) COMPLETE
76332026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.711 INFO O| Aug 27 23:17:30.711 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.721 INFO O| Aug 27 23:17:30.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76352026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.721 INFO O| Aug 27 23:17:30.721 INFO STEP 756 (remove_files) COMPLETE
76362026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.721 INFO O| Aug 27 23:17:30.721 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.731 INFO O| Aug 27 23:17:30.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76382026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.731 INFO O| Aug 27 23:17:30.731 INFO STEP 757 (remove_files) COMPLETE
76392026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.731 INFO O| Aug 27 23:17:30.731 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.741 INFO O| Aug 27 23:17:30.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76412026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.741 INFO O| Aug 27 23:17:30.741 INFO STEP 758 (remove_files) COMPLETE
76422026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.741 INFO O| Aug 27 23:17:30.741 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.751 INFO O| Aug 27 23:17:30.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76442026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.751 INFO O| Aug 27 23:17:30.751 INFO STEP 759 (remove_files) COMPLETE
76452026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.751 INFO O| Aug 27 23:17:30.751 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.763 INFO O| Aug 27 23:17:30.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76472026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.763 INFO O| Aug 27 23:17:30.763 INFO STEP 760 (remove_files) COMPLETE
76482026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.763 INFO O| Aug 27 23:17:30.763 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.773 INFO O| Aug 27 23:17:30.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76502026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.773 INFO O| Aug 27 23:17:30.773 INFO STEP 761 (remove_files) COMPLETE
76512026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.773 INFO O| Aug 27 23:17:30.773 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.783 INFO O| Aug 27 23:17:30.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76532026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.783 INFO O| Aug 27 23:17:30.783 INFO STEP 762 (remove_files) COMPLETE
76542026-08-27T23:17:32.632Z[ recovery-image] Aug 27 23:17:30.783 INFO O| Aug 27 23:17:30.783 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.793 INFO O| Aug 27 23:17:30.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76562026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.793 INFO O| Aug 27 23:17:30.793 INFO STEP 763 (remove_files) COMPLETE
76572026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.793 INFO O| Aug 27 23:17:30.793 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.802 INFO O| Aug 27 23:17:30.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76592026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.802 INFO O| Aug 27 23:17:30.802 INFO STEP 764 (remove_files) COMPLETE
76602026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.802 INFO O| Aug 27 23:17:30.802 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.812 INFO O| Aug 27 23:17:30.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76622026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.812 INFO O| Aug 27 23:17:30.812 INFO STEP 765 (remove_files) COMPLETE
76632026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.812 INFO O| Aug 27 23:17:30.812 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.824 INFO O| Aug 27 23:17:30.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76652026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.824 INFO O| Aug 27 23:17:30.824 INFO STEP 766 (remove_files) COMPLETE
76662026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.824 INFO O| Aug 27 23:17:30.824 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.835 INFO O| Aug 27 23:17:30.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76682026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.835 INFO O| Aug 27 23:17:30.835 INFO STEP 767 (remove_files) COMPLETE
76692026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.835 INFO O| Aug 27 23:17:30.835 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.847 INFO O| Aug 27 23:17:30.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76712026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.847 INFO O| Aug 27 23:17:30.847 INFO STEP 768 (remove_files) COMPLETE
76722026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.847 INFO O| Aug 27 23:17:30.847 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.859 INFO O| Aug 27 23:17:30.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76742026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.859 INFO O| Aug 27 23:17:30.859 INFO STEP 769 (remove_files) COMPLETE
76752026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.859 INFO O| Aug 27 23:17:30.859 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.872 INFO O| Aug 27 23:17:30.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76772026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.872 INFO O| Aug 27 23:17:30.872 INFO STEP 770 (remove_files) COMPLETE
76782026-08-27T23:17:32.633Z[ recovery-image] Aug 27 23:17:30.872 INFO O| Aug 27 23:17:30.872 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.884 INFO O| Aug 27 23:17:30.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76802026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.884 INFO O| Aug 27 23:17:30.884 INFO STEP 771 (remove_files) COMPLETE
76812026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.884 INFO O| Aug 27 23:17:30.884 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.895 INFO O| Aug 27 23:17:30.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76832026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.895 INFO O| Aug 27 23:17:30.895 INFO STEP 772 (remove_files) COMPLETE
76842026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.895 INFO O| Aug 27 23:17:30.895 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.906 INFO O| Aug 27 23:17:30.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76862026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.906 INFO O| Aug 27 23:17:30.906 INFO STEP 773 (remove_files) COMPLETE
76872026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.906 INFO O| Aug 27 23:17:30.906 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.917 INFO O| Aug 27 23:17:30.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76892026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.917 INFO O| Aug 27 23:17:30.917 INFO STEP 774 (remove_files) COMPLETE
76902026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.917 INFO O| Aug 27 23:17:30.917 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-27T23:17:32.634Z[ recovery-image] Aug 27 23:17:30.928 INFO O| Aug 27 23:17:30.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76922026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.928 INFO O| Aug 27 23:17:30.928 INFO STEP 775 (remove_files) COMPLETE
76932026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.928 INFO O| Aug 27 23:17:30.928 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.939 INFO O| Aug 27 23:17:30.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76952026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.940 INFO O| Aug 27 23:17:30.940 INFO STEP 776 (remove_files) COMPLETE
76962026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.940 INFO O| Aug 27 23:17:30.940 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.949 INFO O| Aug 27 23:17:30.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76982026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.949 INFO O| Aug 27 23:17:30.949 INFO STEP 777 (remove_files) COMPLETE
76992026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.949 INFO O| Aug 27 23:17:30.949 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-27T23:17:32.678Z[ recovery-image] Aug 27 23:17:30.959 INFO O| Aug 27 23:17:30.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77012026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.959 INFO O| Aug 27 23:17:30.959 INFO STEP 778 (remove_files) COMPLETE
77022026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.959 INFO O| Aug 27 23:17:30.959 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.969 INFO O| Aug 27 23:17:30.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77042026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.969 INFO O| Aug 27 23:17:30.969 INFO STEP 779 (remove_files) COMPLETE
77052026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.969 INFO O| Aug 27 23:17:30.969 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.978 INFO O| Aug 27 23:17:30.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77072026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.978 INFO O| Aug 27 23:17:30.978 INFO STEP 780 (remove_files) COMPLETE
77082026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.978 INFO O| Aug 27 23:17:30.978 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.988 INFO O| Aug 27 23:17:30.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77102026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.988 INFO O| Aug 27 23:17:30.988 INFO STEP 781 (remove_files) COMPLETE
77112026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.988 INFO O| Aug 27 23:17:30.988 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.997 INFO O| Aug 27 23:17:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77132026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.997 INFO O| Aug 27 23:17:30.997 INFO STEP 782 (remove_files) COMPLETE
77142026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:30.997 INFO O| Aug 27 23:17:30.997 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.007 INFO O| Aug 27 23:17:31.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77162026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.007 INFO O| Aug 27 23:17:31.007 INFO STEP 783 (remove_files) COMPLETE
77172026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.007 INFO O| Aug 27 23:17:31.007 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.019 INFO O| Aug 27 23:17:31.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77192026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.019 INFO O| Aug 27 23:17:31.019 INFO STEP 784 (remove_files) COMPLETE
77202026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.019 INFO O| Aug 27 23:17:31.019 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.030 INFO O| Aug 27 23:17:31.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77222026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.030 INFO O| Aug 27 23:17:31.030 INFO STEP 785 (remove_files) COMPLETE
77232026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.030 INFO O| Aug 27 23:17:31.030 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.041 INFO O| Aug 27 23:17:31.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77252026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.041 INFO O| Aug 27 23:17:31.041 INFO STEP 786 (remove_files) COMPLETE
77262026-08-27T23:17:32.679Z[ recovery-image] Aug 27 23:17:31.041 INFO O| Aug 27 23:17:31.041 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.053 INFO O| Aug 27 23:17:31.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77282026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.053 INFO O| Aug 27 23:17:31.053 INFO STEP 787 (remove_files) COMPLETE
77292026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.053 INFO O| Aug 27 23:17:31.053 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.064 INFO O| Aug 27 23:17:31.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77312026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.064 INFO O| Aug 27 23:17:31.064 INFO STEP 788 (remove_files) COMPLETE
77322026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.064 INFO O| Aug 27 23:17:31.064 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.075 INFO O| Aug 27 23:17:31.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77342026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.075 INFO O| Aug 27 23:17:31.075 INFO STEP 789 (remove_files) COMPLETE
77352026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.075 INFO O| Aug 27 23:17:31.075 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-27T23:17:32.680Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
77372026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.087 INFO O| Aug 27 23:17:31.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77382026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.087 INFO O| Aug 27 23:17:31.087 INFO STEP 790 (remove_files) COMPLETE
77392026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.087 INFO O| Aug 27 23:17:31.087 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.097 INFO O| Aug 27 23:17:31.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77412026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.098 INFO O| Aug 27 23:17:31.098 INFO STEP 791 (remove_files) COMPLETE
77422026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.098 INFO O| Aug 27 23:17:31.098 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.107 INFO O| Aug 27 23:17:31.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77442026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.107 INFO O| Aug 27 23:17:31.107 INFO STEP 792 (remove_files) COMPLETE
77452026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.107 INFO O| Aug 27 23:17:31.107 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.117 INFO O| Aug 27 23:17:31.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77472026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.117 INFO O| Aug 27 23:17:31.117 INFO STEP 793 (remove_files) COMPLETE
77482026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.117 INFO O| Aug 27 23:17:31.117 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-27T23:17:32.680Z[ recovery-image] Aug 27 23:17:31.129 INFO O| Aug 27 23:17:31.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77502026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.129 INFO O| Aug 27 23:17:31.129 INFO STEP 794 (remove_files) COMPLETE
77512026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.129 INFO O| Aug 27 23:17:31.129 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.140 INFO O| Aug 27 23:17:31.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77532026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.140 INFO O| Aug 27 23:17:31.140 INFO STEP 795 (remove_files) COMPLETE
77542026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.140 INFO O| Aug 27 23:17:31.140 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.151 INFO O| Aug 27 23:17:31.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77562026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.151 INFO O| Aug 27 23:17:31.151 INFO STEP 796 (remove_files) COMPLETE
77572026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.151 INFO O| Aug 27 23:17:31.151 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.161 INFO O| Aug 27 23:17:31.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77592026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.161 INFO O| Aug 27 23:17:31.161 INFO STEP 797 (remove_files) COMPLETE
77602026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.161 INFO O| Aug 27 23:17:31.161 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.171 INFO O| Aug 27 23:17:31.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77622026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.171 INFO O| Aug 27 23:17:31.171 INFO STEP 798 (remove_files) COMPLETE
77632026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.171 INFO O| Aug 27 23:17:31.171 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.183 INFO O| Aug 27 23:17:31.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77652026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.183 INFO O| Aug 27 23:17:31.183 INFO STEP 799 (remove_files) COMPLETE
77662026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.183 INFO O| Aug 27 23:17:31.183 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.193 INFO O| Aug 27 23:17:31.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77682026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.193 INFO O| Aug 27 23:17:31.193 INFO STEP 800 (remove_files) COMPLETE
77692026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.193 INFO O| Aug 27 23:17:31.193 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.203 INFO O| Aug 27 23:17:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77712026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.203 INFO O| Aug 27 23:17:31.203 INFO STEP 801 (remove_files) COMPLETE
77722026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.203 INFO O| Aug 27 23:17:31.203 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.215 INFO O| Aug 27 23:17:31.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77742026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.215 INFO O| Aug 27 23:17:31.215 INFO STEP 802 (remove_files) COMPLETE
77752026-08-27T23:17:32.681Z[ recovery-image] Aug 27 23:17:31.215 INFO O| Aug 27 23:17:31.215 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.224 INFO O| Aug 27 23:17:31.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77772026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.225 INFO O| Aug 27 23:17:31.224 INFO STEP 803 (remove_files) COMPLETE
77782026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.225 INFO O| Aug 27 23:17:31.224 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.233 INFO O| Aug 27 23:17:31.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77802026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.233 INFO O| Aug 27 23:17:31.233 INFO STEP 804 (remove_files) COMPLETE
77812026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.233 INFO O| Aug 27 23:17:31.233 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.241 INFO O| Aug 27 23:17:31.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77832026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.241 INFO O| Aug 27 23:17:31.241 INFO STEP 805 (remove_files) COMPLETE
77842026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.242 INFO O| Aug 27 23:17:31.241 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.250 INFO O| Aug 27 23:17:31.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77862026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.250 INFO O| Aug 27 23:17:31.250 INFO STEP 806 (remove_files) COMPLETE
77872026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.250 INFO O| Aug 27 23:17:31.250 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.259 INFO O| Aug 27 23:17:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77892026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.259 INFO O| Aug 27 23:17:31.259 INFO STEP 807 (remove_files) COMPLETE
77902026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.259 INFO O| Aug 27 23:17:31.259 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-27T23:17:32.682Z[ recovery-image] Aug 27 23:17:31.268 INFO O| Aug 27 23:17:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77922026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.269 INFO O| Aug 27 23:17:31.269 INFO STEP 808 (remove_files) COMPLETE
77932026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.269 INFO O| Aug 27 23:17:31.269 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.277 INFO O| Aug 27 23:17:31.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77952026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.277 INFO O| Aug 27 23:17:31.277 INFO STEP 809 (remove_files) COMPLETE
77962026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.277 INFO O| Aug 27 23:17:31.277 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.286 INFO O| Aug 27 23:17:31.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77982026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.286 INFO O| Aug 27 23:17:31.286 INFO STEP 810 (remove_files) COMPLETE
77992026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.286 INFO O| Aug 27 23:17:31.286 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.297 INFO O| Aug 27 23:17:31.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78012026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.297 INFO O| Aug 27 23:17:31.297 INFO STEP 811 (remove_files) COMPLETE
78022026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.297 INFO O| Aug 27 23:17:31.297 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-27T23:17:32.688Z[ recovery-image] Aug 27 23:17:31.308 INFO O| Aug 27 23:17:31.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78042026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.308 INFO O| Aug 27 23:17:31.308 INFO STEP 812 (remove_files) COMPLETE
78052026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.308 INFO O| Aug 27 23:17:31.308 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.320 INFO O| Aug 27 23:17:31.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78072026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.320 INFO O| Aug 27 23:17:31.320 INFO STEP 813 (remove_files) COMPLETE
78082026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.320 INFO O| Aug 27 23:17:31.320 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.330 INFO O| Aug 27 23:17:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78102026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.330 INFO O| Aug 27 23:17:31.330 INFO STEP 814 (remove_files) COMPLETE
78112026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.330 INFO O| Aug 27 23:17:31.330 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.341 INFO O| Aug 27 23:17:31.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78132026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.341 INFO O| Aug 27 23:17:31.341 INFO STEP 815 (remove_files) COMPLETE
78142026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.341 INFO O| Aug 27 23:17:31.341 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.350 INFO O| Aug 27 23:17:31.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78162026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.351 INFO O| Aug 27 23:17:31.350 INFO STEP 816 (remove_files) COMPLETE
78172026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.351 INFO O| Aug 27 23:17:31.351 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.361 INFO O| Aug 27 23:17:31.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78192026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.361 INFO O| Aug 27 23:17:31.361 INFO STEP 817 (remove_files) COMPLETE
78202026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.361 INFO O| Aug 27 23:17:31.361 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.372 INFO O| Aug 27 23:17:31.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78222026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.372 INFO O| Aug 27 23:17:31.372 INFO STEP 818 (remove_files) COMPLETE
78232026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.372 INFO O| Aug 27 23:17:31.372 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.382 INFO O| Aug 27 23:17:31.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78252026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.382 INFO O| Aug 27 23:17:31.382 INFO STEP 819 (remove_files) COMPLETE
78262026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.382 INFO O| Aug 27 23:17:31.382 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.392 INFO O| Aug 27 23:17:31.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78282026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.392 INFO O| Aug 27 23:17:31.392 INFO STEP 820 (remove_files) COMPLETE
78292026-08-27T23:17:32.689Z[ recovery-image] Aug 27 23:17:31.392 INFO O| Aug 27 23:17:31.392 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.402 INFO O| Aug 27 23:17:31.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78312026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.402 INFO O| Aug 27 23:17:31.402 INFO STEP 821 (remove_files) COMPLETE
78322026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.402 INFO O| Aug 27 23:17:31.402 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.411 INFO O| Aug 27 23:17:31.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78342026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.411 INFO O| Aug 27 23:17:31.411 INFO STEP 822 (remove_files) COMPLETE
78352026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.411 INFO O| Aug 27 23:17:31.411 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.421 INFO O| Aug 27 23:17:31.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78372026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.422 INFO O| Aug 27 23:17:31.422 INFO STEP 823 (remove_files) COMPLETE
78382026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.422 INFO O| Aug 27 23:17:31.422 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.432 INFO O| Aug 27 23:17:31.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78402026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.432 INFO O| Aug 27 23:17:31.432 INFO STEP 824 (remove_files) COMPLETE
78412026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.432 INFO O| Aug 27 23:17:31.432 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.443 INFO O| Aug 27 23:17:31.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78432026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.443 INFO O| Aug 27 23:17:31.443 INFO STEP 825 (remove_files) COMPLETE
78442026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.443 INFO O| Aug 27 23:17:31.443 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.454 INFO O| Aug 27 23:17:31.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78462026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.454 INFO O| Aug 27 23:17:31.454 INFO STEP 826 (remove_files) COMPLETE
78472026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.454 INFO O| Aug 27 23:17:31.454 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.465 INFO O| Aug 27 23:17:31.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78492026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.465 INFO O| Aug 27 23:17:31.465 INFO STEP 827 (remove_files) COMPLETE
78502026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.465 INFO O| Aug 27 23:17:31.465 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.476 INFO O| Aug 27 23:17:31.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78522026-08-27T23:17:32.690Z[ recovery-image] Aug 27 23:17:31.476 INFO O| Aug 27 23:17:31.476 INFO STEP 828 (remove_files) COMPLETE
78532026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.476 INFO O| Aug 27 23:17:31.476 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.486 INFO O| Aug 27 23:17:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78552026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.486 INFO O| Aug 27 23:17:31.486 INFO STEP 829 (remove_files) COMPLETE
78562026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.486 INFO O| Aug 27 23:17:31.486 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.496 INFO O| Aug 27 23:17:31.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78582026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.496 INFO O| Aug 27 23:17:31.496 INFO STEP 830 (remove_files) COMPLETE
78592026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.496 INFO O| Aug 27 23:17:31.496 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.507 INFO O| Aug 27 23:17:31.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78612026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.507 INFO O| Aug 27 23:17:31.507 INFO STEP 831 (remove_files) COMPLETE
78622026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.507 INFO O| Aug 27 23:17:31.507 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.518 INFO O| Aug 27 23:17:31.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78642026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.518 INFO O| Aug 27 23:17:31.518 INFO STEP 832 (remove_files) COMPLETE
78652026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.518 INFO O| Aug 27 23:17:31.518 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.529 INFO O| Aug 27 23:17:31.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78672026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.529 INFO O| Aug 27 23:17:31.529 INFO STEP 833 (remove_files) COMPLETE
78682026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.529 INFO O| Aug 27 23:17:31.529 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.540 INFO O| Aug 27 23:17:31.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78702026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.540 INFO O| Aug 27 23:17:31.540 INFO STEP 834 (remove_files) COMPLETE
78712026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.540 INFO O| Aug 27 23:17:31.540 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-27T23:17:32.691Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
78732026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.551 INFO O| Aug 27 23:17:31.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78742026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.551 INFO O| Aug 27 23:17:31.551 INFO STEP 835 (remove_files) COMPLETE
78752026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.551 INFO O| Aug 27 23:17:31.551 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.562 INFO O| Aug 27 23:17:31.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78772026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.562 INFO O| Aug 27 23:17:31.562 INFO STEP 836 (remove_files) COMPLETE
78782026-08-27T23:17:32.691Z[ recovery-image] Aug 27 23:17:31.562 INFO O| Aug 27 23:17:31.562 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.574 INFO O| Aug 27 23:17:31.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78802026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.574 INFO O| Aug 27 23:17:31.574 INFO STEP 837 (remove_files) COMPLETE
78812026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.574 INFO O| Aug 27 23:17:31.574 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.584 INFO O| Aug 27 23:17:31.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78832026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.584 INFO O| Aug 27 23:17:31.584 INFO STEP 838 (remove_files) COMPLETE
78842026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.584 INFO O| Aug 27 23:17:31.584 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.594 INFO O| Aug 27 23:17:31.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78862026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.594 INFO O| Aug 27 23:17:31.594 INFO STEP 839 (remove_files) COMPLETE
78872026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.594 INFO O| Aug 27 23:17:31.594 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.603 INFO O| Aug 27 23:17:31.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78892026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.603 INFO O| Aug 27 23:17:31.603 INFO STEP 840 (remove_files) COMPLETE
78902026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.603 INFO O| Aug 27 23:17:31.603 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-27T23:17:32.692Z[ recovery-image] Aug 27 23:17:31.612 INFO O| Aug 27 23:17:31.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78922026-08-27T23:17:32.697Z[ recovery-image] Aug 27 23:17:31.612 INFO O| Aug 27 23:17:31.612 INFO STEP 841 (remove_files) COMPLETE
78932026-08-27T23:17:32.697Z[ recovery-image] Aug 27 23:17:31.613 INFO O| Aug 27 23:17:31.612 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-27T23:17:32.697Z[ recovery-image] Aug 27 23:17:31.622 INFO O| Aug 27 23:17:31.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78952026-08-27T23:17:32.697Z[ recovery-image] Aug 27 23:17:31.622 INFO O| Aug 27 23:17:31.622 INFO STEP 842 (remove_files) COMPLETE
78962026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.622 INFO O| Aug 27 23:17:31.622 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.632 INFO O| Aug 27 23:17:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78982026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.632 INFO O| Aug 27 23:17:31.632 INFO STEP 843 (remove_files) COMPLETE
78992026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.632 INFO O| Aug 27 23:17:31.632 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.642 INFO O| Aug 27 23:17:31.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79012026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.642 INFO O| Aug 27 23:17:31.642 INFO STEP 844 (remove_files) COMPLETE
79022026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.642 INFO O| Aug 27 23:17:31.642 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.652 INFO O| Aug 27 23:17:31.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79042026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.652 INFO O| Aug 27 23:17:31.652 INFO STEP 845 (remove_files) COMPLETE
79052026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.652 INFO O| Aug 27 23:17:31.652 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.662 INFO O| Aug 27 23:17:31.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79072026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.662 INFO O| Aug 27 23:17:31.662 INFO STEP 846 (remove_files) COMPLETE
79082026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.662 INFO O| Aug 27 23:17:31.662 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.672 INFO O| Aug 27 23:17:31.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79102026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.672 INFO O| Aug 27 23:17:31.672 INFO STEP 847 (remove_files) COMPLETE
79112026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.672 INFO O| Aug 27 23:17:31.672 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.682 INFO O| Aug 27 23:17:31.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79132026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.683 INFO O| Aug 27 23:17:31.682 INFO STEP 848 (remove_files) COMPLETE
79142026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.683 INFO O| Aug 27 23:17:31.683 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.693 INFO O| Aug 27 23:17:31.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79162026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.693 INFO O| Aug 27 23:17:31.693 INFO STEP 849 (remove_files) COMPLETE
79172026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.693 INFO O| Aug 27 23:17:31.693 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.704 INFO O| Aug 27 23:17:31.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79192026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.704 INFO O| Aug 27 23:17:31.704 INFO STEP 850 (remove_files) COMPLETE
79202026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.704 INFO O| Aug 27 23:17:31.704 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.714 INFO O| Aug 27 23:17:31.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79222026-08-27T23:17:32.698Z[ recovery-image] Aug 27 23:17:31.714 INFO O| Aug 27 23:17:31.714 INFO STEP 851 (remove_files) COMPLETE
79232026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.714 INFO O| Aug 27 23:17:31.714 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.724 INFO O| Aug 27 23:17:31.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79252026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.725 INFO O| Aug 27 23:17:31.725 INFO STEP 852 (remove_files) COMPLETE
79262026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.725 INFO O| Aug 27 23:17:31.725 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.735 INFO O| Aug 27 23:17:31.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79282026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.735 INFO O| Aug 27 23:17:31.735 INFO STEP 853 (remove_files) COMPLETE
79292026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.735 INFO O| Aug 27 23:17:31.735 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.747 INFO O| Aug 27 23:17:31.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79312026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.747 INFO O| Aug 27 23:17:31.747 INFO STEP 854 (remove_files) COMPLETE
79322026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.747 INFO O| Aug 27 23:17:31.747 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.756 INFO O| Aug 27 23:17:31.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79342026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.756 INFO O| Aug 27 23:17:31.756 INFO STEP 855 (remove_files) COMPLETE
79352026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.756 INFO O| Aug 27 23:17:31.756 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.766 INFO O| Aug 27 23:17:31.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79372026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.766 INFO O| Aug 27 23:17:31.766 INFO STEP 856 (remove_files) COMPLETE
79382026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.766 INFO O| Aug 27 23:17:31.766 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.777 INFO O| Aug 27 23:17:31.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79402026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.777 INFO O| Aug 27 23:17:31.777 INFO STEP 857 (remove_files) COMPLETE
79412026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.777 INFO O| Aug 27 23:17:31.777 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.787 INFO O| Aug 27 23:17:31.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79432026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.788 INFO O| Aug 27 23:17:31.788 INFO STEP 858 (remove_files) COMPLETE
79442026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.788 INFO O| Aug 27 23:17:31.788 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.798 INFO O| Aug 27 23:17:31.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79462026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.798 INFO O| Aug 27 23:17:31.798 INFO STEP 859 (remove_files) COMPLETE
79472026-08-27T23:17:32.699Z[ recovery-image] Aug 27 23:17:31.798 INFO O| Aug 27 23:17:31.798 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.809 INFO O| Aug 27 23:17:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79492026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.809 INFO O| Aug 27 23:17:31.809 INFO STEP 860 (remove_files) COMPLETE
79502026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.809 INFO O| Aug 27 23:17:31.809 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.820 INFO O| Aug 27 23:17:31.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79522026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.821 INFO O| Aug 27 23:17:31.821 INFO STEP 861 (remove_files) COMPLETE
79532026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.821 INFO O| Aug 27 23:17:31.821 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.832 INFO O| Aug 27 23:17:31.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79552026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.832 INFO O| Aug 27 23:17:31.832 INFO STEP 862 (remove_files) COMPLETE
79562026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.832 INFO O| Aug 27 23:17:31.832 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.842 INFO O| Aug 27 23:17:31.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79582026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.842 INFO O| Aug 27 23:17:31.842 INFO STEP 863 (remove_files) COMPLETE
79592026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.842 INFO O| Aug 27 23:17:31.842 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.852 INFO O| Aug 27 23:17:31.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79612026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.852 INFO O| Aug 27 23:17:31.852 INFO STEP 864 (remove_files) COMPLETE
79622026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.852 INFO O| Aug 27 23:17:31.852 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.863 INFO O| Aug 27 23:17:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79642026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.863 INFO O| Aug 27 23:17:31.863 INFO STEP 865 (remove_files) COMPLETE
79652026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.863 INFO O| Aug 27 23:17:31.863 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.873 INFO O| Aug 27 23:17:31.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79672026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.873 INFO O| Aug 27 23:17:31.873 INFO STEP 866 (remove_files) COMPLETE
79682026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.873 INFO O| Aug 27 23:17:31.873 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.883 INFO O| Aug 27 23:17:31.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79702026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.883 INFO O| Aug 27 23:17:31.883 INFO STEP 867 (remove_files) COMPLETE
79712026-08-27T23:17:32.700Z[ recovery-image] Aug 27 23:17:31.883 INFO O| Aug 27 23:17:31.883 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.894 INFO O| Aug 27 23:17:31.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79732026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.894 INFO O| Aug 27 23:17:31.894 INFO STEP 868 (remove_files) COMPLETE
79742026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.894 INFO O| Aug 27 23:17:31.894 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.907 INFO O| Aug 27 23:17:31.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79762026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.907 INFO O| Aug 27 23:17:31.907 INFO STEP 869 (remove_files) COMPLETE
79772026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.907 INFO O| Aug 27 23:17:31.907 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.918 INFO O| Aug 27 23:17:31.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79792026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.918 INFO O| Aug 27 23:17:31.918 INFO STEP 870 (remove_files) COMPLETE
79802026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.918 INFO O| Aug 27 23:17:31.918 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.929 INFO O| Aug 27 23:17:31.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79822026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.929 INFO O| Aug 27 23:17:31.929 INFO STEP 871 (remove_files) COMPLETE
79832026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.929 INFO O| Aug 27 23:17:31.929 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.941 INFO O| Aug 27 23:17:31.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79852026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.941 INFO O| Aug 27 23:17:31.941 INFO STEP 872 (remove_files) COMPLETE
79862026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.941 INFO O| Aug 27 23:17:31.941 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.952 INFO O| Aug 27 23:17:31.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79882026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.952 INFO O| Aug 27 23:17:31.952 INFO STEP 873 (remove_files) COMPLETE
79892026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.952 INFO O| Aug 27 23:17:31.952 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.962 INFO O| Aug 27 23:17:31.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79912026-08-27T23:17:32.701Z[ recovery-image] Aug 27 23:17:31.962 INFO O| Aug 27 23:17:31.962 INFO STEP 874 (remove_files) COMPLETE
79922026-08-27T23:17:32.709Z[ recovery-image] Aug 27 23:17:31.962 INFO O| Aug 27 23:17:31.962 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-27T23:17:32.709Z[ recovery-image] Aug 27 23:17:31.971 INFO O| Aug 27 23:17:31.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79942026-08-27T23:17:32.709Z[ recovery-image] Aug 27 23:17:31.971 INFO O| Aug 27 23:17:31.971 INFO STEP 875 (remove_files) COMPLETE
79952026-08-27T23:17:32.709Z[ recovery-image] Aug 27 23:17:31.971 INFO O| Aug 27 23:17:31.971 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-27T23:17:32.709Z[ recovery-image] Aug 27 23:17:31.980 INFO O| Aug 27 23:17:31.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79972026-08-27T23:17:32.710Z[ recovery-image] Aug 27 23:17:31.981 INFO O| Aug 27 23:17:31.980 INFO STEP 876 (remove_files) COMPLETE
79982026-08-27T23:17:32.710Z[ recovery-image] Aug 27 23:17:31.981 INFO O| Aug 27 23:17:31.981 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-27T23:17:32.719Z[ recovery-image] Aug 27 23:17:31.990 INFO O| Aug 27 23:17:31.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80002026-08-27T23:17:32.719Z[ recovery-image] Aug 27 23:17:31.990 INFO O| Aug 27 23:17:31.990 INFO STEP 877 (remove_files) COMPLETE
80012026-08-27T23:17:32.719Z[ recovery-image] Aug 27 23:17:31.990 INFO O| Aug 27 23:17:31.990 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-27T23:17:32.723Z[ recovery-image] Aug 27 23:17:31.998 INFO O| Aug 27 23:17:31.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80032026-08-27T23:17:32.723Z[ recovery-image] Aug 27 23:17:31.998 INFO O| Aug 27 23:17:31.998 INFO STEP 878 (remove_files) COMPLETE
80042026-08-27T23:17:32.723Z[ recovery-image] Aug 27 23:17:31.998 INFO O| Aug 27 23:17:31.998 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-27T23:17:32.753Z[ recovery-image] Aug 27 23:17:32.008 INFO O| Aug 27 23:17:32.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80062026-08-27T23:17:32.753Z[ recovery-image] Aug 27 23:17:32.008 INFO O| Aug 27 23:17:32.008 INFO STEP 879 (remove_files) COMPLETE
80072026-08-27T23:17:32.761Z[ recovery-image] Aug 27 23:17:32.008 INFO O| Aug 27 23:17:32.008 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-27T23:17:32.761Z[ recovery-image] Aug 27 23:17:32.018 INFO O| Aug 27 23:17:32.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80092026-08-27T23:17:32.761Z[ recovery-image] Aug 27 23:17:32.018 INFO O| Aug 27 23:17:32.018 INFO STEP 880 (remove_files) COMPLETE
80102026-08-27T23:17:32.761Z[ recovery-image] Aug 27 23:17:32.018 INFO O| Aug 27 23:17:32.018 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-27T23:17:32.761Z[ recovery-image] Aug 27 23:17:32.028 INFO O| Aug 27 23:17:32.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80122026-08-27T23:17:32.761Z[ recovery-image] Aug 27 23:17:32.028 INFO O| Aug 27 23:17:32.028 INFO STEP 881 (remove_files) COMPLETE
80132026-08-27T23:17:32.761Z[ recovery-image] Aug 27 23:17:32.028 INFO O| Aug 27 23:17:32.028 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-27T23:17:32.765Z[ recovery-image] Aug 27 23:17:32.038 INFO O| Aug 27 23:17:32.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80152026-08-27T23:17:32.765Z[ recovery-image] Aug 27 23:17:32.038 INFO O| Aug 27 23:17:32.038 INFO STEP 882 (remove_files) COMPLETE
80162026-08-27T23:17:32.765Z[ recovery-image] Aug 27 23:17:32.038 INFO O| Aug 27 23:17:32.038 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-27T23:17:32.770Z[ recovery-image] Aug 27 23:17:32.047 INFO O| Aug 27 23:17:32.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80182026-08-27T23:17:32.770Z[ recovery-image] Aug 27 23:17:32.047 INFO O| Aug 27 23:17:32.047 INFO STEP 883 (remove_files) COMPLETE
80192026-08-27T23:17:32.770Z[ recovery-image] Aug 27 23:17:32.047 INFO O| Aug 27 23:17:32.047 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-27T23:17:32.780Z[ recovery-image] Aug 27 23:17:32.058 INFO O| Aug 27 23:17:32.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80212026-08-27T23:17:32.780Z[ recovery-image] Aug 27 23:17:32.058 INFO O| Aug 27 23:17:32.058 INFO STEP 884 (remove_files) COMPLETE
80222026-08-27T23:17:32.781Z[ recovery-image] Aug 27 23:17:32.058 INFO O| Aug 27 23:17:32.058 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-27T23:17:32.790Z[ recovery-image] Aug 27 23:17:32.067 INFO O| Aug 27 23:17:32.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80242026-08-27T23:17:32.790Z[ recovery-image] Aug 27 23:17:32.067 INFO O| Aug 27 23:17:32.067 INFO STEP 885 (remove_files) COMPLETE
80252026-08-27T23:17:32.794Z[ recovery-image] Aug 27 23:17:32.067 INFO O| Aug 27 23:17:32.067 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-27T23:17:32.798Z[ recovery-image] Aug 27 23:17:32.076 INFO O| Aug 27 23:17:32.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80272026-08-27T23:17:32.799Z[ recovery-image] Aug 27 23:17:32.076 INFO O| Aug 27 23:17:32.076 INFO STEP 886 (remove_files) COMPLETE
80282026-08-27T23:17:32.802Z[ recovery-image] Aug 27 23:17:32.076 INFO O| Aug 27 23:17:32.076 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-27T23:17:32.809Z[ recovery-image] Aug 27 23:17:32.086 INFO O| Aug 27 23:17:32.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80302026-08-27T23:17:32.809Z[ recovery-image] Aug 27 23:17:32.086 INFO O| Aug 27 23:17:32.086 INFO STEP 887 (remove_files) COMPLETE
80312026-08-27T23:17:32.809Z[ recovery-image] Aug 27 23:17:32.086 INFO O| Aug 27 23:17:32.086 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-27T23:17:32.818Z[ recovery-image] Aug 27 23:17:32.095 INFO O| Aug 27 23:17:32.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80332026-08-27T23:17:32.818Z[ recovery-image] Aug 27 23:17:32.095 INFO O| Aug 27 23:17:32.095 INFO STEP 888 (remove_files) COMPLETE
80342026-08-27T23:17:32.818Z[ recovery-image] Aug 27 23:17:32.095 INFO O| Aug 27 23:17:32.095 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-27T23:17:32.831Z[ recovery-image] Aug 27 23:17:32.107 INFO O| Aug 27 23:17:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80362026-08-27T23:17:32.831Z[ recovery-image] Aug 27 23:17:32.107 INFO O| Aug 27 23:17:32.107 INFO STEP 889 (remove_files) COMPLETE
80372026-08-27T23:17:32.831Z[ recovery-image] Aug 27 23:17:32.107 INFO O| Aug 27 23:17:32.107 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-27T23:17:32.840Z[ recovery-image] Aug 27 23:17:32.117 INFO O| Aug 27 23:17:32.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80392026-08-27T23:17:32.840Z[ recovery-image] Aug 27 23:17:32.117 INFO O| Aug 27 23:17:32.117 INFO STEP 890 (remove_files) COMPLETE
80402026-08-27T23:17:32.840Z[ recovery-image] Aug 27 23:17:32.117 INFO O| Aug 27 23:17:32.117 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-27T23:17:32.855Z[ recovery-image] Aug 27 23:17:32.129 INFO O| Aug 27 23:17:32.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80422026-08-27T23:17:32.855Z[ recovery-image] Aug 27 23:17:32.129 INFO O| Aug 27 23:17:32.129 INFO STEP 891 (remove_files) COMPLETE
80432026-08-27T23:17:32.855Z[ recovery-image] Aug 27 23:17:32.129 INFO O| Aug 27 23:17:32.129 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-27T23:17:32.867Z[ recovery-image] Aug 27 23:17:32.141 INFO O| Aug 27 23:17:32.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80452026-08-27T23:17:32.867Z[ recovery-image] Aug 27 23:17:32.142 INFO O| Aug 27 23:17:32.142 INFO STEP 892 (remove_files) COMPLETE
80462026-08-27T23:17:32.871Z[ recovery-image] Aug 27 23:17:32.142 INFO O| Aug 27 23:17:32.142 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-27T23:17:32.875Z[ recovery-image] Aug 27 23:17:32.152 INFO O| Aug 27 23:17:32.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80482026-08-27T23:17:32.875Z[ recovery-image] Aug 27 23:17:32.152 INFO O| Aug 27 23:17:32.152 INFO STEP 893 (remove_files) COMPLETE
80492026-08-27T23:17:32.875Z[ recovery-image] Aug 27 23:17:32.153 INFO O| Aug 27 23:17:32.152 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-27T23:17:32.885Z[ recovery-image] Aug 27 23:17:32.163 INFO O| Aug 27 23:17:32.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80512026-08-27T23:17:32.899Z[ recovery-image] Aug 27 23:17:32.163 INFO O| Aug 27 23:17:32.163 INFO STEP 894 (remove_files) COMPLETE
80522026-08-27T23:17:32.899Z[ recovery-image] Aug 27 23:17:32.163 INFO O| Aug 27 23:17:32.163 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-27T23:17:32.903Z[ recovery-image] Aug 27 23:17:32.174 INFO O| Aug 27 23:17:32.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80542026-08-27T23:17:32.903Z[ recovery-image] Aug 27 23:17:32.174 INFO O| Aug 27 23:17:32.174 INFO STEP 895 (remove_files) COMPLETE
80552026-08-27T23:17:32.903Z[ recovery-image] Aug 27 23:17:32.174 INFO O| Aug 27 23:17:32.174 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-27T23:17:32.907Z[ recovery-image] Aug 27 23:17:32.185 INFO O| Aug 27 23:17:32.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80572026-08-27T23:17:32.907Z[ recovery-image] Aug 27 23:17:32.185 INFO O| Aug 27 23:17:32.185 INFO STEP 896 (remove_files) COMPLETE
80582026-08-27T23:17:32.907Z[ recovery-image] Aug 27 23:17:32.185 INFO O| Aug 27 23:17:32.185 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-27T23:17:32.930Z[ recovery-image] Aug 27 23:17:32.195 INFO O| Aug 27 23:17:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80602026-08-27T23:17:32.930Z[ recovery-image] Aug 27 23:17:32.195 INFO O| Aug 27 23:17:32.195 INFO STEP 897 (remove_files) COMPLETE
80612026-08-27T23:17:32.930Z[ recovery-image] Aug 27 23:17:32.195 INFO O| Aug 27 23:17:32.195 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-27T23:17:32.934Z[ recovery-image] Aug 27 23:17:32.205 INFO O| Aug 27 23:17:32.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80632026-08-27T23:17:32.934Z[ recovery-image] Aug 27 23:17:32.205 INFO O| Aug 27 23:17:32.205 INFO STEP 898 (remove_files) COMPLETE
80642026-08-27T23:17:32.934Z[ recovery-image] Aug 27 23:17:32.205 INFO O| Aug 27 23:17:32.205 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-27T23:17:32.941Z[ recovery-image] Aug 27 23:17:32.216 INFO O| Aug 27 23:17:32.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80662026-08-27T23:17:32.941Z[ recovery-image] Aug 27 23:17:32.217 INFO O| Aug 27 23:17:32.217 INFO STEP 899 (remove_files) COMPLETE
80672026-08-27T23:17:32.941Z[ recovery-image] Aug 27 23:17:32.217 INFO O| Aug 27 23:17:32.217 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-27T23:17:32.949Z[ recovery-image] Aug 27 23:17:32.226 INFO O| Aug 27 23:17:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80692026-08-27T23:17:32.949Z[ recovery-image] Aug 27 23:17:32.226 INFO O| Aug 27 23:17:32.226 INFO STEP 900 (remove_files) COMPLETE
80702026-08-27T23:17:32.949Z[ recovery-image] Aug 27 23:17:32.226 INFO O| Aug 27 23:17:32.226 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-27T23:17:32.959Z[ recovery-image] Aug 27 23:17:32.236 INFO O| Aug 27 23:17:32.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80722026-08-27T23:17:32.959Z[ recovery-image] Aug 27 23:17:32.236 INFO O| Aug 27 23:17:32.236 INFO STEP 901 (remove_files) COMPLETE
80732026-08-27T23:17:32.959Z[ recovery-image] Aug 27 23:17:32.236 INFO O| Aug 27 23:17:32.236 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-27T23:17:32.971Z[ recovery-image] Aug 27 23:17:32.247 INFO O| Aug 27 23:17:32.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80752026-08-27T23:17:32.971Z[ recovery-image] Aug 27 23:17:32.248 INFO O| Aug 27 23:17:32.248 INFO STEP 902 (remove_files) COMPLETE
80762026-08-27T23:17:32.971Z[ recovery-image] Aug 27 23:17:32.248 INFO O| Aug 27 23:17:32.248 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-27T23:17:32.982Z[ recovery-image] Aug 27 23:17:32.259 INFO O| Aug 27 23:17:32.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80782026-08-27T23:17:32.982Z[ recovery-image] Aug 27 23:17:32.259 INFO O| Aug 27 23:17:32.259 INFO STEP 903 (remove_files) COMPLETE
80792026-08-27T23:17:32.982Z[ recovery-image] Aug 27 23:17:32.259 INFO O| Aug 27 23:17:32.259 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-27T23:17:32.993Z[ recovery-image] Aug 27 23:17:32.270 INFO O| Aug 27 23:17:32.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80812026-08-27T23:17:32.993Z[ recovery-image] Aug 27 23:17:32.270 INFO O| Aug 27 23:17:32.270 INFO STEP 904 (remove_files) COMPLETE
80822026-08-27T23:17:33.000Z[ recovery-image] Aug 27 23:17:32.270 INFO O| Aug 27 23:17:32.270 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-27T23:17:33.005Z[ recovery-image] Aug 27 23:17:32.281 INFO O| Aug 27 23:17:32.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80842026-08-27T23:17:33.005Z[ recovery-image] Aug 27 23:17:32.281 INFO O| Aug 27 23:17:32.281 INFO STEP 905 (remove_files) COMPLETE
80852026-08-27T23:17:33.005Z[ recovery-image] Aug 27 23:17:32.281 INFO O| Aug 27 23:17:32.281 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-27T23:17:33.017Z[ recovery-image] Aug 27 23:17:32.294 INFO O| Aug 27 23:17:32.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80872026-08-27T23:17:33.017Z[ recovery-image] Aug 27 23:17:32.294 INFO O| Aug 27 23:17:32.294 INFO STEP 906 (remove_files) COMPLETE
80882026-08-27T23:17:33.017Z[ recovery-image] Aug 27 23:17:32.294 INFO O| Aug 27 23:17:32.294 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-27T23:17:33.028Z[ recovery-image] Aug 27 23:17:32.305 INFO O| Aug 27 23:17:32.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80902026-08-27T23:17:33.028Z[ recovery-image] Aug 27 23:17:32.305 INFO O| Aug 27 23:17:32.305 INFO STEP 907 (remove_files) COMPLETE
80912026-08-27T23:17:33.028Z[ recovery-image] Aug 27 23:17:32.305 INFO O| Aug 27 23:17:32.305 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-27T23:17:33.040Z[ recovery-image] Aug 27 23:17:32.317 INFO O| Aug 27 23:17:32.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80932026-08-27T23:17:33.040Z[ recovery-image] Aug 27 23:17:32.317 INFO O| Aug 27 23:17:32.317 INFO STEP 908 (remove_files) COMPLETE
80942026-08-27T23:17:33.041Z[ recovery-image] Aug 27 23:17:32.317 INFO O| Aug 27 23:17:32.317 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-27T23:17:33.051Z[ recovery-image] Aug 27 23:17:32.329 INFO O| Aug 27 23:17:32.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80962026-08-27T23:17:33.051Z[ recovery-image] Aug 27 23:17:32.329 INFO O| Aug 27 23:17:32.329 INFO STEP 909 (remove_files) COMPLETE
80972026-08-27T23:17:33.051Z[ recovery-image] Aug 27 23:17:32.329 INFO O| Aug 27 23:17:32.329 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-27T23:17:33.063Z[ recovery-image] Aug 27 23:17:32.341 INFO O| Aug 27 23:17:32.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80992026-08-27T23:17:33.064Z[ recovery-image] Aug 27 23:17:32.341 INFO O| Aug 27 23:17:32.341 INFO STEP 910 (remove_files) COMPLETE
81002026-08-27T23:17:33.064Z[ recovery-image] Aug 27 23:17:32.341 INFO O| Aug 27 23:17:32.341 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-27T23:17:33.076Z[ recovery-image] Aug 27 23:17:32.353 INFO O| Aug 27 23:17:32.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81022026-08-27T23:17:33.076Z[ recovery-image] Aug 27 23:17:32.353 INFO O| Aug 27 23:17:32.353 INFO STEP 911 (remove_files) COMPLETE
81032026-08-27T23:17:33.076Z[ recovery-image] Aug 27 23:17:32.353 INFO O| Aug 27 23:17:32.353 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-27T23:17:33.088Z[ recovery-image] Aug 27 23:17:32.365 INFO O| Aug 27 23:17:32.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81052026-08-27T23:17:33.088Z[ recovery-image] Aug 27 23:17:32.365 INFO O| Aug 27 23:17:32.365 INFO STEP 912 (remove_files) COMPLETE
81062026-08-27T23:17:33.088Z[ recovery-image] Aug 27 23:17:32.365 INFO O| Aug 27 23:17:32.365 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-27T23:17:33.100Z[ recovery-image] Aug 27 23:17:32.377 INFO O| Aug 27 23:17:32.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81082026-08-27T23:17:33.100Z[ recovery-image] Aug 27 23:17:32.377 INFO O| Aug 27 23:17:32.377 INFO STEP 913 (remove_files) COMPLETE
81092026-08-27T23:17:33.100Z[ recovery-image] Aug 27 23:17:32.377 INFO O| Aug 27 23:17:32.377 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-27T23:17:33.111Z[ recovery-image] Aug 27 23:17:32.389 INFO O| Aug 27 23:17:32.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81112026-08-27T23:17:33.111Z[ recovery-image] Aug 27 23:17:32.389 INFO O| Aug 27 23:17:32.389 INFO STEP 914 (remove_files) COMPLETE
81122026-08-27T23:17:33.111Z[ recovery-image] Aug 27 23:17:32.389 INFO O| Aug 27 23:17:32.389 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-27T23:17:33.121Z[ recovery-image] Aug 27 23:17:32.399 INFO O| Aug 27 23:17:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81142026-08-27T23:17:33.122Z[ recovery-image] Aug 27 23:17:32.399 INFO O| Aug 27 23:17:32.399 INFO STEP 915 (remove_files) COMPLETE
81152026-08-27T23:17:33.122Z[ recovery-image] Aug 27 23:17:32.399 INFO O| Aug 27 23:17:32.399 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-27T23:17:33.132Z[ recovery-image] Aug 27 23:17:32.409 INFO O| Aug 27 23:17:32.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81172026-08-27T23:17:33.132Z[ recovery-image] Aug 27 23:17:32.410 INFO O| Aug 27 23:17:32.410 INFO STEP 916 (remove_files) COMPLETE
81182026-08-27T23:17:33.137Z[ recovery-image] Aug 27 23:17:32.410 INFO O| Aug 27 23:17:32.410 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-27T23:17:33.142Z[ recovery-image] Aug 27 23:17:32.419 INFO O| Aug 27 23:17:32.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81202026-08-27T23:17:33.145Z[ recovery-image] Aug 27 23:17:32.419 INFO O| Aug 27 23:17:32.419 INFO STEP 917 (remove_files) COMPLETE
81212026-08-27T23:17:33.145Z[ recovery-image] Aug 27 23:17:32.419 INFO O| Aug 27 23:17:32.419 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-27T23:17:33.152Z[ recovery-image] Aug 27 23:17:32.429 INFO O| Aug 27 23:17:32.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81232026-08-27T23:17:33.152Z[ recovery-image] Aug 27 23:17:32.430 INFO O| Aug 27 23:17:32.430 INFO STEP 918 (remove_files) COMPLETE
81242026-08-27T23:17:33.152Z[ recovery-image] Aug 27 23:17:32.430 INFO O| Aug 27 23:17:32.430 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-27T23:17:33.162Z[ recovery-image] Aug 27 23:17:32.439 INFO O| Aug 27 23:17:32.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81262026-08-27T23:17:33.162Z[ recovery-image] Aug 27 23:17:32.439 INFO O| Aug 27 23:17:32.439 INFO STEP 919 (remove_files) COMPLETE
81272026-08-27T23:17:33.162Z[ recovery-image] Aug 27 23:17:32.439 INFO O| Aug 27 23:17:32.439 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-27T23:17:33.171Z[ recovery-image] Aug 27 23:17:32.449 INFO O| Aug 27 23:17:32.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81292026-08-27T23:17:33.171Z[ recovery-image] Aug 27 23:17:32.449 INFO O| Aug 27 23:17:32.449 INFO STEP 920 (remove_files) COMPLETE
81302026-08-27T23:17:33.171Z[ recovery-image] Aug 27 23:17:32.449 INFO O| Aug 27 23:17:32.449 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-27T23:17:33.181Z[ recovery-image] Aug 27 23:17:32.459 INFO O| Aug 27 23:17:32.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81322026-08-27T23:17:33.181Z[ recovery-image] Aug 27 23:17:32.459 INFO O| Aug 27 23:17:32.459 INFO STEP 921 (remove_files) COMPLETE
81332026-08-27T23:17:33.185Z[ recovery-image] Aug 27 23:17:32.459 INFO O| Aug 27 23:17:32.459 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-27T23:17:33.190Z[ recovery-image] Aug 27 23:17:32.467 INFO O| Aug 27 23:17:32.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81352026-08-27T23:17:33.190Z[ recovery-image] Aug 27 23:17:32.468 INFO O| Aug 27 23:17:32.468 INFO STEP 922 (remove_files) COMPLETE
81362026-08-27T23:17:33.190Z[ recovery-image] Aug 27 23:17:32.468 INFO O| Aug 27 23:17:32.468 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-27T23:17:33.201Z[ recovery-image] Aug 27 23:17:32.479 INFO O| Aug 27 23:17:32.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81382026-08-27T23:17:33.201Z[ recovery-image] Aug 27 23:17:32.479 INFO O| Aug 27 23:17:32.479 INFO STEP 923 (remove_files) COMPLETE
81392026-08-27T23:17:33.201Z[ recovery-image] Aug 27 23:17:32.479 INFO O| Aug 27 23:17:32.479 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-27T23:17:33.214Z[ recovery-image] Aug 27 23:17:32.488 INFO O| Aug 27 23:17:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81412026-08-27T23:17:33.214Z[ recovery-image] Aug 27 23:17:32.488 INFO O| Aug 27 23:17:32.488 INFO STEP 924 (remove_files) COMPLETE
81422026-08-27T23:17:33.214Z[ recovery-image] Aug 27 23:17:32.488 INFO O| Aug 27 23:17:32.488 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-27T23:17:33.220Z[ recovery-image] Aug 27 23:17:32.497 INFO O| Aug 27 23:17:32.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81442026-08-27T23:17:33.220Z[ recovery-image] Aug 27 23:17:32.497 INFO O| Aug 27 23:17:32.497 INFO STEP 925 (remove_files) COMPLETE
81452026-08-27T23:17:33.220Z[ recovery-image] Aug 27 23:17:32.497 INFO O| Aug 27 23:17:32.497 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-27T23:17:33.225Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
81472026-08-27T23:17:33.229Z[ recovery-image] Aug 27 23:17:32.507 INFO O| Aug 27 23:17:32.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81482026-08-27T23:17:33.229Z[ recovery-image] Aug 27 23:17:32.507 INFO O| Aug 27 23:17:32.507 INFO STEP 926 (remove_files) COMPLETE
81492026-08-27T23:17:33.232Z[ recovery-image] Aug 27 23:17:32.507 INFO O| Aug 27 23:17:32.507 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-27T23:17:33.238Z[ recovery-image] Aug 27 23:17:32.516 INFO O| Aug 27 23:17:32.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81512026-08-27T23:17:33.238Z[ recovery-image] Aug 27 23:17:32.516 INFO O| Aug 27 23:17:32.516 INFO STEP 927 (remove_files) COMPLETE
81522026-08-27T23:17:33.238Z[ recovery-image] Aug 27 23:17:32.516 INFO O| Aug 27 23:17:32.516 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-27T23:17:33.248Z[ recovery-image] Aug 27 23:17:32.526 INFO O| Aug 27 23:17:32.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81542026-08-27T23:17:33.248Z[ recovery-image] Aug 27 23:17:32.526 INFO O| Aug 27 23:17:32.526 INFO STEP 928 (remove_files) COMPLETE
81552026-08-27T23:17:33.248Z[ recovery-image] Aug 27 23:17:32.526 INFO O| Aug 27 23:17:32.526 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-27T23:17:33.264Z[ recovery-image] Aug 27 23:17:32.541 INFO O| Aug 27 23:17:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81572026-08-27T23:17:33.264Z[ recovery-image] Aug 27 23:17:32.541 INFO O| Aug 27 23:17:32.541 INFO STEP 929 (remove_files) COMPLETE
81582026-08-27T23:17:33.264Z[ recovery-image] Aug 27 23:17:32.541 INFO O| Aug 27 23:17:32.541 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-27T23:17:33.273Z[ recovery-image] Aug 27 23:17:32.550 INFO O| Aug 27 23:17:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81602026-08-27T23:17:33.273Z[ recovery-image] Aug 27 23:17:32.550 INFO O| Aug 27 23:17:32.550 INFO STEP 930 (remove_files) COMPLETE
81612026-08-27T23:17:33.273Z[ recovery-image] Aug 27 23:17:32.550 INFO O| Aug 27 23:17:32.550 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-27T23:17:33.282Z[ recovery-image] Aug 27 23:17:32.559 INFO O| Aug 27 23:17:32.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81632026-08-27T23:17:33.282Z[ recovery-image] Aug 27 23:17:32.559 INFO O| Aug 27 23:17:32.559 INFO STEP 931 (remove_files) COMPLETE
81642026-08-27T23:17:33.282Z[ recovery-image] Aug 27 23:17:32.559 INFO O| Aug 27 23:17:32.559 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-27T23:17:33.294Z[ recovery-image] Aug 27 23:17:32.571 INFO O| Aug 27 23:17:32.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81662026-08-27T23:17:33.294Z[ recovery-image] Aug 27 23:17:32.571 INFO O| Aug 27 23:17:32.571 INFO STEP 932 (remove_files) COMPLETE
81672026-08-27T23:17:33.294Z[ recovery-image] Aug 27 23:17:32.571 INFO O| Aug 27 23:17:32.571 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-27T23:17:33.305Z[ recovery-image] Aug 27 23:17:32.582 INFO O| Aug 27 23:17:32.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81692026-08-27T23:17:33.308Z[ recovery-image] Aug 27 23:17:32.582 INFO O| Aug 27 23:17:32.582 INFO STEP 933 (remove_files) COMPLETE
81702026-08-27T23:17:33.308Z[ recovery-image] Aug 27 23:17:32.582 INFO O| Aug 27 23:17:32.582 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-27T23:17:33.316Z[ recovery-image] Aug 27 23:17:32.593 INFO O| Aug 27 23:17:32.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81722026-08-27T23:17:33.316Z[ recovery-image] Aug 27 23:17:32.593 INFO O| Aug 27 23:17:32.593 INFO STEP 934 (remove_files) COMPLETE
81732026-08-27T23:17:33.316Z[ recovery-image] Aug 27 23:17:32.593 INFO O| Aug 27 23:17:32.593 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-27T23:17:33.327Z[ recovery-image] Aug 27 23:17:32.604 INFO O| Aug 27 23:17:32.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81752026-08-27T23:17:33.327Z[ recovery-image] Aug 27 23:17:32.604 INFO O| Aug 27 23:17:32.604 INFO STEP 935 (remove_files) COMPLETE
81762026-08-27T23:17:33.331Z[ recovery-image] Aug 27 23:17:32.604 INFO O| Aug 27 23:17:32.604 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-27T23:17:33.336Z[ recovery-image] Aug 27 23:17:32.614 INFO O| Aug 27 23:17:32.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81782026-08-27T23:17:33.336Z[ recovery-image] Aug 27 23:17:32.614 INFO O| Aug 27 23:17:32.614 INFO STEP 936 (remove_files) COMPLETE
81792026-08-27T23:17:33.339Z[ recovery-image] Aug 27 23:17:32.614 INFO O| Aug 27 23:17:32.614 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-27T23:17:33.346Z[ recovery-image] Aug 27 23:17:32.623 INFO O| Aug 27 23:17:32.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81812026-08-27T23:17:33.346Z[ recovery-image] Aug 27 23:17:32.623 INFO O| Aug 27 23:17:32.623 INFO STEP 937 (remove_files) COMPLETE
81822026-08-27T23:17:33.346Z[ recovery-image] Aug 27 23:17:32.623 INFO O| Aug 27 23:17:32.623 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-27T23:17:33.355Z[ recovery-image] Aug 27 23:17:32.633 INFO O| Aug 27 23:17:32.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81842026-08-27T23:17:33.355Z[ recovery-image] Aug 27 23:17:32.633 INFO O| Aug 27 23:17:32.633 INFO STEP 938 (remove_files) COMPLETE
81852026-08-27T23:17:33.355Z[ recovery-image] Aug 27 23:17:32.633 INFO O| Aug 27 23:17:32.633 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-27T23:17:33.365Z[ recovery-image] Aug 27 23:17:32.643 INFO O| Aug 27 23:17:32.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81872026-08-27T23:17:33.365Z[ recovery-image] Aug 27 23:17:32.643 INFO O| Aug 27 23:17:32.643 INFO STEP 939 (remove_files) COMPLETE
81882026-08-27T23:17:33.369Z[ recovery-image] Aug 27 23:17:32.643 INFO O| Aug 27 23:17:32.643 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-27T23:17:33.375Z[ recovery-image] Aug 27 23:17:32.652 INFO O| Aug 27 23:17:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81902026-08-27T23:17:33.375Z[ recovery-image] Aug 27 23:17:32.652 INFO O| Aug 27 23:17:32.652 INFO STEP 940 (remove_files) COMPLETE
81912026-08-27T23:17:33.378Z[ recovery-image] Aug 27 23:17:32.652 INFO O| Aug 27 23:17:32.652 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-27T23:17:33.384Z[ recovery-image] Aug 27 23:17:32.662 INFO O| Aug 27 23:17:32.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81932026-08-27T23:17:33.387Z[ recovery-image] Aug 27 23:17:32.662 INFO O| Aug 27 23:17:32.662 INFO STEP 941 (remove_files) COMPLETE
81942026-08-27T23:17:33.388Z[ recovery-image] Aug 27 23:17:32.662 INFO O| Aug 27 23:17:32.662 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-27T23:17:33.394Z[ recovery-image] Aug 27 23:17:32.672 INFO O| Aug 27 23:17:32.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81962026-08-27T23:17:33.394Z[ recovery-image] Aug 27 23:17:32.672 INFO O| Aug 27 23:17:32.672 INFO STEP 942 (remove_files) COMPLETE
81972026-08-27T23:17:33.394Z[ recovery-image] Aug 27 23:17:32.672 INFO O| Aug 27 23:17:32.672 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-27T23:17:33.404Z[ recovery-image] Aug 27 23:17:32.681 INFO O| Aug 27 23:17:32.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81992026-08-27T23:17:33.404Z[ recovery-image] Aug 27 23:17:32.681 INFO O| Aug 27 23:17:32.681 INFO STEP 943 (remove_files) COMPLETE
82002026-08-27T23:17:33.407Z[ recovery-image] Aug 27 23:17:32.681 INFO O| Aug 27 23:17:32.681 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-27T23:17:33.413Z[ recovery-image] Aug 27 23:17:32.691 INFO O| Aug 27 23:17:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82022026-08-27T23:17:33.413Z[ recovery-image] Aug 27 23:17:32.691 INFO O| Aug 27 23:17:32.691 INFO STEP 944 (remove_files) COMPLETE
82032026-08-27T23:17:33.416Z[ recovery-image] Aug 27 23:17:32.691 INFO O| Aug 27 23:17:32.691 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-27T23:17:33.422Z[ recovery-image] Aug 27 23:17:32.700 INFO O| Aug 27 23:17:32.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82052026-08-27T23:17:33.422Z[ recovery-image] Aug 27 23:17:32.700 INFO O| Aug 27 23:17:32.700 INFO STEP 945 (remove_files) COMPLETE
82062026-08-27T23:17:33.422Z[ recovery-image] Aug 27 23:17:32.700 INFO O| Aug 27 23:17:32.700 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-27T23:17:33.432Z[ recovery-image] Aug 27 23:17:32.710 INFO O| Aug 27 23:17:32.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82082026-08-27T23:17:33.432Z[ recovery-image] Aug 27 23:17:32.710 INFO O| Aug 27 23:17:32.710 INFO STEP 946 (remove_files) COMPLETE
82092026-08-27T23:17:33.436Z[ recovery-image] Aug 27 23:17:32.710 INFO O| Aug 27 23:17:32.710 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-27T23:17:33.442Z[ recovery-image] Aug 27 23:17:32.720 INFO O| Aug 27 23:17:32.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82112026-08-27T23:17:33.442Z[ recovery-image] Aug 27 23:17:32.720 INFO O| Aug 27 23:17:32.720 INFO STEP 947 (remove_files) COMPLETE
82122026-08-27T23:17:33.442Z[ recovery-image] Aug 27 23:17:32.720 INFO O| Aug 27 23:17:32.720 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-27T23:17:33.451Z[ recovery-image] Aug 27 23:17:32.729 INFO O| Aug 27 23:17:32.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82142026-08-27T23:17:33.451Z[ recovery-image] Aug 27 23:17:32.729 INFO O| Aug 27 23:17:32.729 INFO STEP 948 (remove_files) COMPLETE
82152026-08-27T23:17:33.451Z[ recovery-image] Aug 27 23:17:32.729 INFO O| Aug 27 23:17:32.729 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-27T23:17:33.460Z[ recovery-image] Aug 27 23:17:32.738 INFO O| Aug 27 23:17:32.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82172026-08-27T23:17:33.460Z[ recovery-image] Aug 27 23:17:32.738 INFO O| Aug 27 23:17:32.738 INFO STEP 949 (remove_files) COMPLETE
82182026-08-27T23:17:33.460Z[ recovery-image] Aug 27 23:17:32.738 INFO O| Aug 27 23:17:32.738 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-27T23:17:33.470Z[ recovery-image] Aug 27 23:17:32.747 INFO O| Aug 27 23:17:32.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82202026-08-27T23:17:33.470Z[ recovery-image] Aug 27 23:17:32.747 INFO O| Aug 27 23:17:32.747 INFO STEP 950 (remove_files) COMPLETE
82212026-08-27T23:17:33.470Z[ recovery-image] Aug 27 23:17:32.747 INFO O| Aug 27 23:17:32.747 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-27T23:17:33.479Z[ recovery-image] Aug 27 23:17:32.757 INFO O| Aug 27 23:17:32.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82232026-08-27T23:17:33.479Z[ recovery-image] Aug 27 23:17:32.757 INFO O| Aug 27 23:17:32.757 INFO STEP 951 (remove_files) COMPLETE
82242026-08-27T23:17:33.479Z[ recovery-image] Aug 27 23:17:32.757 INFO O| Aug 27 23:17:32.757 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-27T23:17:33.489Z[ recovery-image] Aug 27 23:17:32.767 INFO O| Aug 27 23:17:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82262026-08-27T23:17:33.490Z[ recovery-image] Aug 27 23:17:32.767 INFO O| Aug 27 23:17:32.767 INFO STEP 952 (remove_files) COMPLETE
82272026-08-27T23:17:33.490Z[ recovery-image] Aug 27 23:17:32.767 INFO O| Aug 27 23:17:32.767 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-27T23:17:33.500Z[ recovery-image] Aug 27 23:17:32.777 INFO O| Aug 27 23:17:32.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82292026-08-27T23:17:33.500Z[ recovery-image] Aug 27 23:17:32.777 INFO O| Aug 27 23:17:32.777 INFO STEP 953 (remove_files) COMPLETE
82302026-08-27T23:17:33.500Z[ recovery-image] Aug 27 23:17:32.777 INFO O| Aug 27 23:17:32.777 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-27T23:17:33.509Z[ recovery-image] Aug 27 23:17:32.787 INFO O| Aug 27 23:17:32.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82322026-08-27T23:17:33.509Z[ recovery-image] Aug 27 23:17:32.787 INFO O| Aug 27 23:17:32.787 INFO STEP 954 (remove_files) COMPLETE
82332026-08-27T23:17:33.509Z[ recovery-image] Aug 27 23:17:32.787 INFO O| Aug 27 23:17:32.787 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-27T23:17:33.519Z[ recovery-image] Aug 27 23:17:32.796 INFO O| Aug 27 23:17:32.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82352026-08-27T23:17:33.519Z[ recovery-image] Aug 27 23:17:32.797 INFO O| Aug 27 23:17:32.797 INFO STEP 955 (remove_files) COMPLETE
82362026-08-27T23:17:33.519Z[ recovery-image] Aug 27 23:17:32.797 INFO O| Aug 27 23:17:32.797 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-27T23:17:33.528Z[ recovery-image] Aug 27 23:17:32.806 INFO O| Aug 27 23:17:32.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82382026-08-27T23:17:33.528Z[ recovery-image] Aug 27 23:17:32.806 INFO O| Aug 27 23:17:32.806 INFO STEP 956 (remove_files) COMPLETE
82392026-08-27T23:17:33.531Z[ recovery-image] Aug 27 23:17:32.806 INFO O| Aug 27 23:17:32.806 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-27T23:17:33.536Z[ recovery-image] Aug 27 23:17:32.814 INFO O| Aug 27 23:17:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82412026-08-27T23:17:33.536Z[ recovery-image] Aug 27 23:17:32.814 INFO O| Aug 27 23:17:32.814 INFO STEP 957 (remove_files) COMPLETE
82422026-08-27T23:17:33.536Z[ recovery-image] Aug 27 23:17:32.814 INFO O| Aug 27 23:17:32.814 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-27T23:17:33.543Z[ recovery-image] Aug 27 23:17:32.821 INFO O| Aug 27 23:17:32.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82442026-08-27T23:17:33.544Z[ recovery-image] Aug 27 23:17:32.821 INFO O| Aug 27 23:17:32.821 INFO STEP 958 (remove_files) COMPLETE
82452026-08-27T23:17:33.547Z[ recovery-image] Aug 27 23:17:32.821 INFO O| Aug 27 23:17:32.821 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-27T23:17:33.552Z[ recovery-image] Aug 27 23:17:32.829 INFO O| Aug 27 23:17:32.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82472026-08-27T23:17:33.552Z[ recovery-image] Aug 27 23:17:32.829 INFO O| Aug 27 23:17:32.829 INFO STEP 959 (remove_files) COMPLETE
82482026-08-27T23:17:33.552Z[ recovery-image] Aug 27 23:17:32.829 INFO O| Aug 27 23:17:32.829 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-27T23:17:33.560Z[ recovery-image] Aug 27 23:17:32.838 INFO O| Aug 27 23:17:32.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82502026-08-27T23:17:33.560Z[ recovery-image] Aug 27 23:17:32.838 INFO O| Aug 27 23:17:32.838 INFO STEP 960 (remove_files) COMPLETE
82512026-08-27T23:17:33.560Z[ recovery-image] Aug 27 23:17:32.838 INFO O| Aug 27 23:17:32.838 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-27T23:17:33.568Z[ recovery-image] Aug 27 23:17:32.846 INFO O| Aug 27 23:17:32.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82532026-08-27T23:17:33.568Z[ recovery-image] Aug 27 23:17:32.846 INFO O| Aug 27 23:17:32.846 INFO STEP 961 (remove_files) COMPLETE
82542026-08-27T23:17:33.568Z[ recovery-image] Aug 27 23:17:32.846 INFO O| Aug 27 23:17:32.846 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-27T23:17:33.577Z[ recovery-image] Aug 27 23:17:32.855 INFO O| Aug 27 23:17:32.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82562026-08-27T23:17:33.577Z[ recovery-image] Aug 27 23:17:32.855 INFO O| Aug 27 23:17:32.855 INFO STEP 962 (remove_files) COMPLETE
82572026-08-27T23:17:33.577Z[ recovery-image] Aug 27 23:17:32.855 INFO O| Aug 27 23:17:32.855 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-27T23:17:33.586Z[ recovery-image] Aug 27 23:17:32.863 INFO O| Aug 27 23:17:32.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82592026-08-27T23:17:33.586Z[ recovery-image] Aug 27 23:17:32.863 INFO O| Aug 27 23:17:32.863 INFO STEP 963 (remove_files) COMPLETE
82602026-08-27T23:17:33.586Z[ recovery-image] Aug 27 23:17:32.863 INFO O| Aug 27 23:17:32.863 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-27T23:17:33.595Z[ recovery-image] Aug 27 23:17:32.872 INFO O| Aug 27 23:17:32.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82622026-08-27T23:17:33.595Z[ recovery-image] Aug 27 23:17:32.872 INFO O| Aug 27 23:17:32.872 INFO STEP 964 (remove_files) COMPLETE
82632026-08-27T23:17:33.595Z[ recovery-image] Aug 27 23:17:32.872 INFO O| Aug 27 23:17:32.872 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-27T23:17:33.604Z[ recovery-image] Aug 27 23:17:32.881 INFO O| Aug 27 23:17:32.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82652026-08-27T23:17:33.604Z[ recovery-image] Aug 27 23:17:32.881 INFO O| Aug 27 23:17:32.881 INFO STEP 965 (remove_files) COMPLETE
82662026-08-27T23:17:33.604Z[ recovery-image] Aug 27 23:17:32.881 INFO O| Aug 27 23:17:32.881 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-27T23:17:33.615Z[ recovery-image] Aug 27 23:17:32.890 INFO O| Aug 27 23:17:32.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82682026-08-27T23:17:33.615Z[ recovery-image] Aug 27 23:17:32.891 INFO O| Aug 27 23:17:32.891 INFO STEP 966 (remove_files) COMPLETE
82692026-08-27T23:17:33.619Z[ recovery-image] Aug 27 23:17:32.891 INFO O| Aug 27 23:17:32.891 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-27T23:17:33.622Z[ recovery-image] Aug 27 23:17:32.900 INFO O| Aug 27 23:17:32.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82712026-08-27T23:17:33.622Z[ recovery-image] Aug 27 23:17:32.900 INFO O| Aug 27 23:17:32.900 INFO STEP 967 (remove_files) COMPLETE
82722026-08-27T23:17:33.622Z[ recovery-image] Aug 27 23:17:32.900 INFO O| Aug 27 23:17:32.900 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-27T23:17:33.632Z[ recovery-image] Aug 27 23:17:32.909 INFO O| Aug 27 23:17:32.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82742026-08-27T23:17:33.632Z[ recovery-image] Aug 27 23:17:32.909 INFO O| Aug 27 23:17:32.909 INFO STEP 968 (remove_files) COMPLETE
82752026-08-27T23:17:33.635Z[ recovery-image] Aug 27 23:17:32.910 INFO O| Aug 27 23:17:32.909 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-27T23:17:33.641Z[ recovery-image] Aug 27 23:17:32.919 INFO O| Aug 27 23:17:32.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82772026-08-27T23:17:33.641Z[ recovery-image] Aug 27 23:17:32.919 INFO O| Aug 27 23:17:32.919 INFO STEP 969 (remove_files) COMPLETE
82782026-08-27T23:17:33.641Z[ recovery-image] Aug 27 23:17:32.919 INFO O| Aug 27 23:17:32.919 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-27T23:17:33.650Z[ recovery-image] Aug 27 23:17:32.928 INFO O| Aug 27 23:17:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82802026-08-27T23:17:33.650Z[ recovery-image] Aug 27 23:17:32.928 INFO O| Aug 27 23:17:32.928 INFO STEP 970 (remove_files) COMPLETE
82812026-08-27T23:17:33.650Z[ recovery-image] Aug 27 23:17:32.928 INFO O| Aug 27 23:17:32.928 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-27T23:17:33.659Z[ recovery-image] Aug 27 23:17:32.937 INFO O| Aug 27 23:17:32.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82832026-08-27T23:17:33.659Z[ recovery-image] Aug 27 23:17:32.937 INFO O| Aug 27 23:17:32.937 INFO STEP 971 (remove_files) COMPLETE
82842026-08-27T23:17:33.659Z[ recovery-image] Aug 27 23:17:32.937 INFO O| Aug 27 23:17:32.937 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-27T23:17:33.668Z[ recovery-image] Aug 27 23:17:32.946 INFO O| Aug 27 23:17:32.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82862026-08-27T23:17:33.669Z[ recovery-image] Aug 27 23:17:32.946 INFO O| Aug 27 23:17:32.946 INFO STEP 972 (remove_files) COMPLETE
82872026-08-27T23:17:33.669Z[ recovery-image] Aug 27 23:17:32.946 INFO O| Aug 27 23:17:32.946 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-27T23:17:33.677Z[ recovery-image] Aug 27 23:17:32.955 INFO O| Aug 27 23:17:32.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82892026-08-27T23:17:33.677Z[ recovery-image] Aug 27 23:17:32.955 INFO O| Aug 27 23:17:32.955 INFO STEP 973 (remove_files) COMPLETE
82902026-08-27T23:17:33.677Z[ recovery-image] Aug 27 23:17:32.955 INFO O| Aug 27 23:17:32.955 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-27T23:17:33.687Z[ recovery-image] Aug 27 23:17:32.964 INFO O| Aug 27 23:17:32.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82922026-08-27T23:17:33.687Z[ recovery-image] Aug 27 23:17:32.964 INFO O| Aug 27 23:17:32.964 INFO STEP 974 (remove_files) COMPLETE
82932026-08-27T23:17:33.690Z[ recovery-image] Aug 27 23:17:32.964 INFO O| Aug 27 23:17:32.964 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-27T23:17:33.696Z[ recovery-image] Aug 27 23:17:32.974 INFO O| Aug 27 23:17:32.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82952026-08-27T23:17:33.696Z[ recovery-image] Aug 27 23:17:32.974 INFO O| Aug 27 23:17:32.974 INFO STEP 975 (remove_files) COMPLETE
82962026-08-27T23:17:33.696Z[ recovery-image] Aug 27 23:17:32.974 INFO O| Aug 27 23:17:32.974 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-27T23:17:33.706Z[ recovery-image] Aug 27 23:17:32.984 INFO O| Aug 27 23:17:32.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82982026-08-27T23:17:33.706Z[ recovery-image] Aug 27 23:17:32.984 INFO O| Aug 27 23:17:32.984 INFO STEP 976 (remove_files) COMPLETE
82992026-08-27T23:17:33.706Z[ recovery-image] Aug 27 23:17:32.984 INFO O| Aug 27 23:17:32.984 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-27T23:17:33.717Z[ recovery-image] Aug 27 23:17:32.994 INFO O| Aug 27 23:17:32.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83012026-08-27T23:17:33.717Z[ recovery-image] Aug 27 23:17:32.994 INFO O| Aug 27 23:17:32.994 INFO STEP 977 (remove_files) COMPLETE
83022026-08-27T23:17:33.717Z[ recovery-image] Aug 27 23:17:32.994 INFO O| Aug 27 23:17:32.994 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-27T23:17:33.728Z[ recovery-image] Aug 27 23:17:33.005 INFO O| Aug 27 23:17:33.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83042026-08-27T23:17:33.728Z[ recovery-image] Aug 27 23:17:33.005 INFO O| Aug 27 23:17:33.005 INFO STEP 978 (remove_files) COMPLETE
83052026-08-27T23:17:33.732Z[ recovery-image] Aug 27 23:17:33.005 INFO O| Aug 27 23:17:33.005 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-27T23:17:33.738Z[ recovery-image] Aug 27 23:17:33.015 INFO O| Aug 27 23:17:33.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83072026-08-27T23:17:33.738Z[ recovery-image] Aug 27 23:17:33.016 INFO O| Aug 27 23:17:33.016 INFO STEP 979 (remove_files) COMPLETE
83082026-08-27T23:17:33.738Z[ recovery-image] Aug 27 23:17:33.016 INFO O| Aug 27 23:17:33.016 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-27T23:17:33.748Z[ recovery-image] Aug 27 23:17:33.026 INFO O| Aug 27 23:17:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83102026-08-27T23:17:33.752Z[ recovery-image] Aug 27 23:17:33.027 INFO O| Aug 27 23:17:33.027 INFO STEP 980 (remove_files) COMPLETE
83112026-08-27T23:17:33.752Z[ recovery-image] Aug 27 23:17:33.027 INFO O| Aug 27 23:17:33.027 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-27T23:17:33.760Z[ recovery-image] Aug 27 23:17:33.038 INFO O| Aug 27 23:17:33.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83132026-08-27T23:17:33.760Z[ recovery-image] Aug 27 23:17:33.038 INFO O| Aug 27 23:17:33.038 INFO STEP 981 (remove_files) COMPLETE
83142026-08-27T23:17:33.760Z[ recovery-image] Aug 27 23:17:33.038 INFO O| Aug 27 23:17:33.038 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-27T23:17:33.778Z[ recovery-image] Aug 27 23:17:33.055 INFO O| Aug 27 23:17:33.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83162026-08-27T23:17:33.778Z[ recovery-image] Aug 27 23:17:33.056 INFO O| Aug 27 23:17:33.056 INFO STEP 982 (remove_files) COMPLETE
83172026-08-27T23:17:33.778Z[ recovery-image] Aug 27 23:17:33.056 INFO O| Aug 27 23:17:33.056 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-27T23:17:33.790Z[ recovery-image] Aug 27 23:17:33.067 INFO O| Aug 27 23:17:33.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83192026-08-27T23:17:33.790Z[ recovery-image] Aug 27 23:17:33.067 INFO O| Aug 27 23:17:33.067 INFO STEP 983 (remove_files) COMPLETE
83202026-08-27T23:17:33.790Z[ recovery-image] Aug 27 23:17:33.067 INFO O| Aug 27 23:17:33.067 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-27T23:17:33.800Z[ recovery-image] Aug 27 23:17:33.078 INFO O| Aug 27 23:17:33.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83222026-08-27T23:17:33.800Z[ recovery-image] Aug 27 23:17:33.078 INFO O| Aug 27 23:17:33.078 INFO STEP 984 (remove_files) COMPLETE
83232026-08-27T23:17:33.800Z[ recovery-image] Aug 27 23:17:33.078 INFO O| Aug 27 23:17:33.078 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-27T23:17:33.812Z[ recovery-image] Aug 27 23:17:33.090 INFO O| Aug 27 23:17:33.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83252026-08-27T23:17:33.812Z[ recovery-image] Aug 27 23:17:33.090 INFO O| Aug 27 23:17:33.090 INFO STEP 985 (remove_files) COMPLETE
83262026-08-27T23:17:33.812Z[ recovery-image] Aug 27 23:17:33.090 INFO O| Aug 27 23:17:33.090 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-27T23:17:33.824Z[ recovery-image] Aug 27 23:17:33.101 INFO O| Aug 27 23:17:33.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83282026-08-27T23:17:33.824Z[ recovery-image] Aug 27 23:17:33.102 INFO O| Aug 27 23:17:33.102 INFO STEP 986 (remove_files) COMPLETE
83292026-08-27T23:17:33.824Z[ recovery-image] Aug 27 23:17:33.102 INFO O| Aug 27 23:17:33.102 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-27T23:17:33.835Z[ recovery-image] Aug 27 23:17:33.113 INFO O| Aug 27 23:17:33.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83312026-08-27T23:17:33.835Z[ recovery-image] Aug 27 23:17:33.113 INFO O| Aug 27 23:17:33.113 INFO STEP 987 (remove_files) COMPLETE
83322026-08-27T23:17:33.835Z[ recovery-image] Aug 27 23:17:33.113 INFO O| Aug 27 23:17:33.113 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-27T23:17:33.845Z[ recovery-image] Aug 27 23:17:33.123 INFO O| Aug 27 23:17:33.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83342026-08-27T23:17:33.845Z[ recovery-image] Aug 27 23:17:33.123 INFO O| Aug 27 23:17:33.123 INFO STEP 988 (remove_files) COMPLETE
83352026-08-27T23:17:33.845Z[ recovery-image] Aug 27 23:17:33.123 INFO O| Aug 27 23:17:33.123 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-27T23:17:33.856Z[ recovery-image] Aug 27 23:17:33.133 INFO O| Aug 27 23:17:33.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83372026-08-27T23:17:33.856Z[ recovery-image] Aug 27 23:17:33.133 INFO O| Aug 27 23:17:33.133 INFO STEP 989 (remove_files) COMPLETE
83382026-08-27T23:17:33.856Z[ recovery-image] Aug 27 23:17:33.133 INFO O| Aug 27 23:17:33.133 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-27T23:17:33.866Z[ recovery-image] Aug 27 23:17:33.143 INFO O| Aug 27 23:17:33.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83402026-08-27T23:17:33.866Z[ recovery-image] Aug 27 23:17:33.143 INFO O| Aug 27 23:17:33.143 INFO STEP 990 (remove_files) COMPLETE
83412026-08-27T23:17:33.866Z[ recovery-image] Aug 27 23:17:33.143 INFO O| Aug 27 23:17:33.143 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-27T23:17:33.875Z[ recovery-image] Aug 27 23:17:33.152 INFO O| Aug 27 23:17:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83432026-08-27T23:17:33.875Z[ recovery-image] Aug 27 23:17:33.152 INFO O| Aug 27 23:17:33.152 INFO STEP 991 (remove_files) COMPLETE
83442026-08-27T23:17:33.875Z[ recovery-image] Aug 27 23:17:33.152 INFO O| Aug 27 23:17:33.152 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-27T23:17:33.884Z[ recovery-image] Aug 27 23:17:33.162 INFO O| Aug 27 23:17:33.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83462026-08-27T23:17:33.884Z[ recovery-image] Aug 27 23:17:33.162 INFO O| Aug 27 23:17:33.162 INFO STEP 992 (remove_files) COMPLETE
83472026-08-27T23:17:33.884Z[ recovery-image] Aug 27 23:17:33.162 INFO O| Aug 27 23:17:33.162 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-27T23:17:33.894Z[ recovery-image] Aug 27 23:17:33.171 INFO O| Aug 27 23:17:33.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83492026-08-27T23:17:33.894Z[ recovery-image] Aug 27 23:17:33.171 INFO O| Aug 27 23:17:33.171 INFO STEP 993 (remove_files) COMPLETE
83502026-08-27T23:17:33.894Z[ recovery-image] Aug 27 23:17:33.171 INFO O| Aug 27 23:17:33.171 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-27T23:17:33.904Z[ recovery-image] Aug 27 23:17:33.181 INFO O| Aug 27 23:17:33.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83522026-08-27T23:17:33.904Z[ recovery-image] Aug 27 23:17:33.181 INFO O| Aug 27 23:17:33.181 INFO STEP 994 (remove_files) COMPLETE
83532026-08-27T23:17:33.904Z[ recovery-image] Aug 27 23:17:33.181 INFO O| Aug 27 23:17:33.181 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-27T23:17:33.913Z[ recovery-image] Aug 27 23:17:33.190 INFO O| Aug 27 23:17:33.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83552026-08-27T23:17:33.913Z[ recovery-image] Aug 27 23:17:33.190 INFO O| Aug 27 23:17:33.190 INFO STEP 995 (remove_files) COMPLETE
83562026-08-27T23:17:33.916Z[ recovery-image] Aug 27 23:17:33.190 INFO O| Aug 27 23:17:33.190 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-27T23:17:33.921Z[ recovery-image] Aug 27 23:17:33.199 INFO O| Aug 27 23:17:33.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83582026-08-27T23:17:33.921Z[ recovery-image] Aug 27 23:17:33.199 INFO O| Aug 27 23:17:33.199 INFO STEP 996 (remove_files) COMPLETE
83592026-08-27T23:17:33.921Z[ recovery-image] Aug 27 23:17:33.199 INFO O| Aug 27 23:17:33.199 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-27T23:17:33.930Z[ recovery-image] Aug 27 23:17:33.207 INFO O| Aug 27 23:17:33.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83612026-08-27T23:17:33.933Z[ recovery-image] Aug 27 23:17:33.208 INFO O| Aug 27 23:17:33.208 INFO STEP 997 (remove_files) COMPLETE
83622026-08-27T23:17:33.933Z[ recovery-image] Aug 27 23:17:33.208 INFO O| Aug 27 23:17:33.208 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-27T23:17:33.940Z[ recovery-image] Aug 27 23:17:33.218 INFO O| Aug 27 23:17:33.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83642026-08-27T23:17:33.940Z[ recovery-image] Aug 27 23:17:33.218 INFO O| Aug 27 23:17:33.218 INFO STEP 998 (remove_files) COMPLETE
83652026-08-27T23:17:33.940Z[ recovery-image] Aug 27 23:17:33.218 INFO O| Aug 27 23:17:33.218 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-27T23:17:33.950Z[ recovery-image] Aug 27 23:17:33.227 INFO O| Aug 27 23:17:33.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83672026-08-27T23:17:33.950Z[ recovery-image] Aug 27 23:17:33.227 INFO O| Aug 27 23:17:33.227 INFO STEP 999 (remove_files) COMPLETE
83682026-08-27T23:17:33.953Z[ recovery-image] Aug 27 23:17:33.227 INFO O| Aug 27 23:17:33.227 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-27T23:17:33.958Z[ recovery-image] Aug 27 23:17:33.236 INFO O| Aug 27 23:17:33.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83702026-08-27T23:17:33.958Z[ recovery-image] Aug 27 23:17:33.236 INFO O| Aug 27 23:17:33.236 INFO STEP 1000 (remove_files) COMPLETE
83712026-08-27T23:17:33.958Z[ recovery-image] Aug 27 23:17:33.236 INFO O| Aug 27 23:17:33.236 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-27T23:17:33.967Z[ recovery-image] Aug 27 23:17:33.245 INFO O| Aug 27 23:17:33.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83732026-08-27T23:17:33.967Z[ recovery-image] Aug 27 23:17:33.245 INFO O| Aug 27 23:17:33.245 INFO STEP 1001 (remove_files) COMPLETE
83742026-08-27T23:17:33.967Z[ recovery-image] Aug 27 23:17:33.245 INFO O| Aug 27 23:17:33.245 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-27T23:17:33.975Z[ recovery-image] Aug 27 23:17:33.253 INFO O| Aug 27 23:17:33.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83762026-08-27T23:17:33.975Z[ recovery-image] Aug 27 23:17:33.253 INFO O| Aug 27 23:17:33.253 INFO STEP 1002 (remove_files) COMPLETE
83772026-08-27T23:17:33.976Z[ recovery-image] Aug 27 23:17:33.253 INFO O| Aug 27 23:17:33.253 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-27T23:17:33.984Z[ recovery-image] Aug 27 23:17:33.261 INFO O| Aug 27 23:17:33.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83792026-08-27T23:17:33.984Z[ recovery-image] Aug 27 23:17:33.262 INFO O| Aug 27 23:17:33.262 INFO STEP 1003 (remove_files) COMPLETE
83802026-08-27T23:17:33.984Z[ recovery-image] Aug 27 23:17:33.262 INFO O| Aug 27 23:17:33.262 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-27T23:17:34.004Z[ recovery-image] Aug 27 23:17:33.270 INFO O| Aug 27 23:17:33.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83822026-08-27T23:17:34.004Z[ recovery-image] Aug 27 23:17:33.270 INFO O| Aug 27 23:17:33.270 INFO STEP 1004 (remove_files) COMPLETE
83832026-08-27T23:17:34.004Z[ recovery-image] Aug 27 23:17:33.270 INFO O| Aug 27 23:17:33.270 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-27T23:17:34.008Z[ recovery-image] Aug 27 23:17:33.280 INFO O| Aug 27 23:17:33.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83852026-08-27T23:17:34.008Z[ recovery-image] Aug 27 23:17:33.280 INFO O| Aug 27 23:17:33.280 INFO STEP 1005 (remove_files) COMPLETE
83862026-08-27T23:17:34.008Z[ recovery-image] Aug 27 23:17:33.280 INFO O| Aug 27 23:17:33.280 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-27T23:17:34.011Z[ recovery-image] Aug 27 23:17:33.288 INFO O| Aug 27 23:17:33.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83882026-08-27T23:17:34.011Z[ recovery-image] Aug 27 23:17:33.288 INFO O| Aug 27 23:17:33.288 INFO STEP 1006 (remove_files) COMPLETE
83892026-08-27T23:17:34.011Z[ recovery-image] Aug 27 23:17:33.288 INFO O| Aug 27 23:17:33.288 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-27T23:17:34.021Z[ recovery-image] Aug 27 23:17:33.299 INFO O| Aug 27 23:17:33.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83912026-08-27T23:17:34.021Z[ recovery-image] Aug 27 23:17:33.299 INFO O| Aug 27 23:17:33.299 INFO STEP 1007 (remove_files) COMPLETE
83922026-08-27T23:17:34.021Z[ recovery-image] Aug 27 23:17:33.299 INFO O| Aug 27 23:17:33.299 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-27T23:17:34.031Z[ recovery-image] Aug 27 23:17:33.308 INFO O| Aug 27 23:17:33.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83942026-08-27T23:17:34.031Z[ recovery-image] Aug 27 23:17:33.308 INFO O| Aug 27 23:17:33.308 INFO STEP 1008 (remove_files) COMPLETE
83952026-08-27T23:17:34.031Z[ recovery-image] Aug 27 23:17:33.308 INFO O| Aug 27 23:17:33.308 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-27T23:17:34.042Z[ recovery-image] Aug 27 23:17:33.320 INFO O| Aug 27 23:17:33.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83972026-08-27T23:17:34.042Z[ recovery-image] Aug 27 23:17:33.320 INFO O| Aug 27 23:17:33.320 INFO STEP 1009 (remove_files) COMPLETE
83982026-08-27T23:17:34.042Z[ recovery-image] Aug 27 23:17:33.320 INFO O| Aug 27 23:17:33.320 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-27T23:17:34.053Z[ recovery-image] Aug 27 23:17:33.330 INFO O| Aug 27 23:17:33.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84002026-08-27T23:17:34.053Z[ recovery-image] Aug 27 23:17:33.330 INFO O| Aug 27 23:17:33.330 INFO STEP 1010 (remove_files) COMPLETE
84012026-08-27T23:17:34.053Z[ recovery-image] Aug 27 23:17:33.330 INFO O| Aug 27 23:17:33.330 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-27T23:17:34.062Z[ recovery-image] Aug 27 23:17:33.340 INFO O| Aug 27 23:17:33.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84032026-08-27T23:17:34.062Z[ recovery-image] Aug 27 23:17:33.340 INFO O| Aug 27 23:17:33.340 INFO STEP 1011 (remove_files) COMPLETE
84042026-08-27T23:17:34.062Z[ recovery-image] Aug 27 23:17:33.340 INFO O| Aug 27 23:17:33.340 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-27T23:17:34.071Z[ recovery-image] Aug 27 23:17:33.349 INFO O| Aug 27 23:17:33.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84062026-08-27T23:17:34.072Z[ recovery-image] Aug 27 23:17:33.349 INFO O| Aug 27 23:17:33.349 INFO STEP 1012 (remove_files) COMPLETE
84072026-08-27T23:17:34.072Z[ recovery-image] Aug 27 23:17:33.349 INFO O| Aug 27 23:17:33.349 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-27T23:17:34.080Z[ recovery-image] Aug 27 23:17:33.357 INFO O| Aug 27 23:17:33.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84092026-08-27T23:17:34.083Z[ recovery-image] Aug 27 23:17:33.358 INFO O| Aug 27 23:17:33.358 INFO STEP 1013 (remove_files) COMPLETE
84102026-08-27T23:17:34.083Z[ recovery-image] Aug 27 23:17:33.358 INFO O| Aug 27 23:17:33.358 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-27T23:17:34.089Z[ recovery-image] Aug 27 23:17:33.367 INFO O| Aug 27 23:17:33.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84122026-08-27T23:17:34.089Z[ recovery-image] Aug 27 23:17:33.367 INFO O| Aug 27 23:17:33.367 INFO STEP 1014 (remove_files) COMPLETE
84132026-08-27T23:17:34.089Z[ recovery-image] Aug 27 23:17:33.367 INFO O| Aug 27 23:17:33.367 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-27T23:17:34.098Z[ recovery-image] Aug 27 23:17:33.376 INFO O| Aug 27 23:17:33.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84152026-08-27T23:17:34.102Z[ recovery-image] Aug 27 23:17:33.377 INFO O| Aug 27 23:17:33.377 INFO STEP 1015 (remove_files) COMPLETE
84162026-08-27T23:17:34.102Z[ recovery-image] Aug 27 23:17:33.377 INFO O| Aug 27 23:17:33.377 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-27T23:17:34.108Z[ recovery-image] Aug 27 23:17:33.386 INFO O| Aug 27 23:17:33.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84182026-08-27T23:17:34.108Z[ recovery-image] Aug 27 23:17:33.386 INFO O| Aug 27 23:17:33.386 INFO STEP 1016 (remove_files) COMPLETE
84192026-08-27T23:17:34.111Z[ recovery-image] Aug 27 23:17:33.386 INFO O| Aug 27 23:17:33.386 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-27T23:17:34.120Z[ recovery-image] Aug 27 23:17:33.397 INFO O| Aug 27 23:17:33.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84212026-08-27T23:17:34.120Z[ recovery-image] Aug 27 23:17:33.397 INFO O| Aug 27 23:17:33.397 INFO STEP 1017 (remove_files) COMPLETE
84222026-08-27T23:17:34.120Z[ recovery-image] Aug 27 23:17:33.397 INFO O| Aug 27 23:17:33.397 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-27T23:17:34.132Z[ recovery-image] Aug 27 23:17:33.409 INFO O| Aug 27 23:17:33.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84242026-08-27T23:17:34.132Z[ recovery-image] Aug 27 23:17:33.409 INFO O| Aug 27 23:17:33.409 INFO STEP 1018 (remove_files) COMPLETE
84252026-08-27T23:17:34.132Z[ recovery-image] Aug 27 23:17:33.409 INFO O| Aug 27 23:17:33.409 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-27T23:17:34.141Z[ recovery-image] Aug 27 23:17:33.419 INFO O| Aug 27 23:17:33.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84272026-08-27T23:17:34.142Z[ recovery-image] Aug 27 23:17:33.419 INFO O| Aug 27 23:17:33.419 INFO STEP 1019 (remove_files) COMPLETE
84282026-08-27T23:17:34.142Z[ recovery-image] Aug 27 23:17:33.419 INFO O| Aug 27 23:17:33.419 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-27T23:17:34.153Z[ recovery-image] Aug 27 23:17:33.429 INFO O| Aug 27 23:17:33.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84302026-08-27T23:17:34.153Z[ recovery-image] Aug 27 23:17:33.429 INFO O| Aug 27 23:17:33.429 INFO STEP 1020 (remove_files) COMPLETE
84312026-08-27T23:17:34.153Z[ recovery-image] Aug 27 23:17:33.429 INFO O| Aug 27 23:17:33.429 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-27T23:17:34.158Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
84332026-08-27T23:17:34.192Z[ recovery-image] Aug 27 23:17:33.463 INFO O| Aug 27 23:17:33.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84342026-08-27T23:17:34.192Z[ recovery-image] Aug 27 23:17:33.463 INFO O| Aug 27 23:17:33.462 INFO STEP 1021 (remove_files) COMPLETE
84352026-08-27T23:17:34.192Z[ recovery-image] Aug 27 23:17:33.463 INFO O| Aug 27 23:17:33.462 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-27T23:17:34.198Z[ recovery-image] Aug 27 23:17:33.475 INFO O| Aug 27 23:17:33.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84372026-08-27T23:17:34.198Z[ recovery-image] Aug 27 23:17:33.475 INFO O| Aug 27 23:17:33.475 INFO STEP 1022 (remove_files) COMPLETE
84382026-08-27T23:17:34.198Z[ recovery-image] Aug 27 23:17:33.475 INFO O| Aug 27 23:17:33.475 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-27T23:17:34.208Z[ recovery-image] Aug 27 23:17:33.485 INFO O| Aug 27 23:17:33.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84402026-08-27T23:17:34.208Z[ recovery-image] Aug 27 23:17:33.486 INFO O| Aug 27 23:17:33.486 INFO STEP 1023 (remove_files) COMPLETE
84412026-08-27T23:17:34.208Z[ recovery-image] Aug 27 23:17:33.486 INFO O| Aug 27 23:17:33.486 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-27T23:17:34.218Z[ recovery-image] Aug 27 23:17:33.496 INFO O| Aug 27 23:17:33.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84432026-08-27T23:17:34.218Z[ recovery-image] Aug 27 23:17:33.496 INFO O| Aug 27 23:17:33.496 INFO STEP 1024 (remove_files) COMPLETE
84442026-08-27T23:17:34.218Z[ recovery-image] Aug 27 23:17:33.496 INFO O| Aug 27 23:17:33.496 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-27T23:17:34.231Z[ recovery-image] Aug 27 23:17:33.507 INFO O| Aug 27 23:17:33.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84462026-08-27T23:17:34.231Z[ recovery-image] Aug 27 23:17:33.507 INFO O| Aug 27 23:17:33.507 INFO STEP 1025 (remove_files) COMPLETE
84472026-08-27T23:17:34.231Z[ recovery-image] Aug 27 23:17:33.507 INFO O| Aug 27 23:17:33.507 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-27T23:17:34.241Z[ recovery-image] Aug 27 23:17:33.518 INFO O| Aug 27 23:17:33.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84492026-08-27T23:17:34.241Z[ recovery-image] Aug 27 23:17:33.519 INFO O| Aug 27 23:17:33.519 INFO STEP 1026 (remove_files) COMPLETE
84502026-08-27T23:17:34.241Z[ recovery-image] Aug 27 23:17:33.519 INFO O| Aug 27 23:17:33.519 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-27T23:17:34.252Z[ recovery-image] Aug 27 23:17:33.529 INFO O| Aug 27 23:17:33.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84522026-08-27T23:17:34.252Z[ recovery-image] Aug 27 23:17:33.529 INFO O| Aug 27 23:17:33.529 INFO STEP 1027 (remove_files) COMPLETE
84532026-08-27T23:17:34.252Z[ recovery-image] Aug 27 23:17:33.529 INFO O| Aug 27 23:17:33.529 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-27T23:17:34.262Z[ recovery-image] Aug 27 23:17:33.539 INFO O| Aug 27 23:17:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84552026-08-27T23:17:34.262Z[ recovery-image] Aug 27 23:17:33.539 INFO O| Aug 27 23:17:33.539 INFO STEP 1028 (remove_files) COMPLETE
84562026-08-27T23:17:34.262Z[ recovery-image] Aug 27 23:17:33.539 INFO O| Aug 27 23:17:33.539 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-27T23:17:34.273Z[ recovery-image] Aug 27 23:17:33.551 INFO O| Aug 27 23:17:33.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84582026-08-27T23:17:34.273Z[ recovery-image] Aug 27 23:17:33.551 INFO O| Aug 27 23:17:33.551 INFO STEP 1029 (remove_files) COMPLETE
84592026-08-27T23:17:34.273Z[ recovery-image] Aug 27 23:17:33.551 INFO O| Aug 27 23:17:33.551 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-27T23:17:34.284Z[ recovery-image] Aug 27 23:17:33.561 INFO O| Aug 27 23:17:33.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84612026-08-27T23:17:34.284Z[ recovery-image] Aug 27 23:17:33.562 INFO O| Aug 27 23:17:33.562 INFO STEP 1030 (remove_files) COMPLETE
84622026-08-27T23:17:34.284Z[ recovery-image] Aug 27 23:17:33.562 INFO O| Aug 27 23:17:33.562 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-27T23:17:34.293Z[ recovery-image] Aug 27 23:17:33.570 INFO O| Aug 27 23:17:33.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84642026-08-27T23:17:34.293Z[ recovery-image] Aug 27 23:17:33.570 INFO O| Aug 27 23:17:33.570 INFO STEP 1031 (remove_files) COMPLETE
84652026-08-27T23:17:34.293Z[ recovery-image] Aug 27 23:17:33.570 INFO O| Aug 27 23:17:33.570 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-27T23:17:34.301Z[ recovery-image] Aug 27 23:17:33.579 INFO O| Aug 27 23:17:33.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84672026-08-27T23:17:34.302Z[ recovery-image] Aug 27 23:17:33.579 INFO O| Aug 27 23:17:33.579 INFO STEP 1032 (remove_files) COMPLETE
84682026-08-27T23:17:34.302Z[ recovery-image] Aug 27 23:17:33.579 INFO O| Aug 27 23:17:33.579 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-27T23:17:34.312Z[ recovery-image] Aug 27 23:17:33.590 INFO O| Aug 27 23:17:33.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84702026-08-27T23:17:34.313Z[ recovery-image] Aug 27 23:17:33.590 INFO O| Aug 27 23:17:33.590 INFO STEP 1033 (remove_files) COMPLETE
84712026-08-27T23:17:34.313Z[ recovery-image] Aug 27 23:17:33.590 INFO O| Aug 27 23:17:33.590 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-27T23:17:34.322Z[ recovery-image] Aug 27 23:17:33.600 INFO O| Aug 27 23:17:33.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84732026-08-27T23:17:34.323Z[ recovery-image] Aug 27 23:17:33.600 INFO O| Aug 27 23:17:33.600 INFO STEP 1034 (remove_files) COMPLETE
84742026-08-27T23:17:34.323Z[ recovery-image] Aug 27 23:17:33.600 INFO O| Aug 27 23:17:33.600 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-27T23:17:34.332Z[ recovery-image] Aug 27 23:17:33.609 INFO O| Aug 27 23:17:33.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84762026-08-27T23:17:34.332Z[ recovery-image] Aug 27 23:17:33.609 INFO O| Aug 27 23:17:33.609 INFO STEP 1035 (remove_files) COMPLETE
84772026-08-27T23:17:34.332Z[ recovery-image] Aug 27 23:17:33.609 INFO O| Aug 27 23:17:33.609 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-27T23:17:34.342Z[ recovery-image] Aug 27 23:17:33.620 INFO O| Aug 27 23:17:33.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84792026-08-27T23:17:34.342Z[ recovery-image] Aug 27 23:17:33.620 INFO O| Aug 27 23:17:33.620 INFO STEP 1036 (remove_files) COMPLETE
84802026-08-27T23:17:34.342Z[ recovery-image] Aug 27 23:17:33.620 INFO O| Aug 27 23:17:33.620 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-27T23:17:34.353Z[ recovery-image] Aug 27 23:17:33.631 INFO O| Aug 27 23:17:33.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84822026-08-27T23:17:34.353Z[ recovery-image] Aug 27 23:17:33.631 INFO O| Aug 27 23:17:33.631 INFO STEP 1037 (remove_files) COMPLETE
84832026-08-27T23:17:34.353Z[ recovery-image] Aug 27 23:17:33.631 INFO O| Aug 27 23:17:33.631 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-27T23:17:34.363Z[ recovery-image] Aug 27 23:17:33.640 INFO O| Aug 27 23:17:33.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84852026-08-27T23:17:34.367Z[ recovery-image] Aug 27 23:17:33.641 INFO O| Aug 27 23:17:33.641 INFO STEP 1038 (remove_files) COMPLETE
84862026-08-27T23:17:34.367Z[ recovery-image] Aug 27 23:17:33.641 INFO O| Aug 27 23:17:33.641 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-27T23:17:34.374Z[ recovery-image] Aug 27 23:17:33.652 INFO O| Aug 27 23:17:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84882026-08-27T23:17:34.374Z[ recovery-image] Aug 27 23:17:33.652 INFO O| Aug 27 23:17:33.652 INFO STEP 1039 (remove_files) COMPLETE
84892026-08-27T23:17:34.374Z[ recovery-image] Aug 27 23:17:33.652 INFO O| Aug 27 23:17:33.652 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-27T23:17:34.384Z[ recovery-image] Aug 27 23:17:33.662 INFO O| Aug 27 23:17:33.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84912026-08-27T23:17:34.384Z[ recovery-image] Aug 27 23:17:33.662 INFO O| Aug 27 23:17:33.662 INFO STEP 1040 (remove_files) COMPLETE
84922026-08-27T23:17:34.384Z[ recovery-image] Aug 27 23:17:33.662 INFO O| Aug 27 23:17:33.662 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-27T23:17:34.394Z[ recovery-image] Aug 27 23:17:33.672 INFO O| Aug 27 23:17:33.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84942026-08-27T23:17:34.394Z[ recovery-image] Aug 27 23:17:33.672 INFO O| Aug 27 23:17:33.672 INFO STEP 1041 (remove_files) COMPLETE
84952026-08-27T23:17:34.394Z[ recovery-image] Aug 27 23:17:33.672 INFO O| Aug 27 23:17:33.672 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-27T23:17:34.404Z[ recovery-image] Aug 27 23:17:33.682 INFO O| Aug 27 23:17:33.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84972026-08-27T23:17:34.404Z[ recovery-image] Aug 27 23:17:33.682 INFO O| Aug 27 23:17:33.682 INFO STEP 1042 (remove_files) COMPLETE
84982026-08-27T23:17:34.404Z[ recovery-image] Aug 27 23:17:33.682 INFO O| Aug 27 23:17:33.682 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-27T23:17:34.416Z[ recovery-image] Aug 27 23:17:33.692 INFO O| Aug 27 23:17:33.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85002026-08-27T23:17:34.416Z[ recovery-image] Aug 27 23:17:33.692 INFO O| Aug 27 23:17:33.692 INFO STEP 1043 (remove_files) COMPLETE
85012026-08-27T23:17:34.416Z[ recovery-image] Aug 27 23:17:33.692 INFO O| Aug 27 23:17:33.692 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-27T23:17:34.423Z[ recovery-image] Aug 27 23:17:33.701 INFO O| Aug 27 23:17:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85032026-08-27T23:17:34.423Z[ recovery-image] Aug 27 23:17:33.701 INFO O| Aug 27 23:17:33.701 INFO STEP 1044 (remove_files) COMPLETE
85042026-08-27T23:17:34.423Z[ recovery-image] Aug 27 23:17:33.701 INFO O| Aug 27 23:17:33.701 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-27T23:17:34.433Z[ recovery-image] Aug 27 23:17:33.710 INFO O| Aug 27 23:17:33.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85062026-08-27T23:17:34.433Z[ recovery-image] Aug 27 23:17:33.710 INFO O| Aug 27 23:17:33.710 INFO STEP 1045 (remove_files) COMPLETE
85072026-08-27T23:17:34.433Z[ recovery-image] Aug 27 23:17:33.710 INFO O| Aug 27 23:17:33.710 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-27T23:17:34.442Z[ recovery-image] Aug 27 23:17:33.720 INFO O| Aug 27 23:17:33.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85092026-08-27T23:17:34.442Z[ recovery-image] Aug 27 23:17:33.720 INFO O| Aug 27 23:17:33.720 INFO STEP 1046 (remove_files) COMPLETE
85102026-08-27T23:17:34.442Z[ recovery-image] Aug 27 23:17:33.720 INFO O| Aug 27 23:17:33.720 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-27T23:17:34.452Z[ recovery-image] Aug 27 23:17:33.730 INFO O| Aug 27 23:17:33.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85122026-08-27T23:17:34.452Z[ recovery-image] Aug 27 23:17:33.730 INFO O| Aug 27 23:17:33.730 INFO STEP 1047 (remove_files) COMPLETE
85132026-08-27T23:17:34.452Z[ recovery-image] Aug 27 23:17:33.730 INFO O| Aug 27 23:17:33.730 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-27T23:17:34.461Z[ recovery-image] Aug 27 23:17:33.739 INFO O| Aug 27 23:17:33.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85152026-08-27T23:17:34.461Z[ recovery-image] Aug 27 23:17:33.739 INFO O| Aug 27 23:17:33.739 INFO STEP 1048 (remove_files) COMPLETE
85162026-08-27T23:17:34.462Z[ recovery-image] Aug 27 23:17:33.739 INFO O| Aug 27 23:17:33.739 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-27T23:17:34.471Z[ recovery-image] Aug 27 23:17:33.748 INFO O| Aug 27 23:17:33.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85182026-08-27T23:17:34.471Z[ recovery-image] Aug 27 23:17:33.749 INFO O| Aug 27 23:17:33.749 INFO STEP 1049 (remove_files) COMPLETE
85192026-08-27T23:17:34.471Z[ recovery-image] Aug 27 23:17:33.749 INFO O| Aug 27 23:17:33.749 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-27T23:17:34.480Z[ recovery-image] Aug 27 23:17:33.758 INFO O| Aug 27 23:17:33.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85212026-08-27T23:17:34.483Z[ recovery-image] Aug 27 23:17:33.758 INFO O| Aug 27 23:17:33.758 INFO STEP 1050 (remove_files) COMPLETE
85222026-08-27T23:17:34.483Z[ recovery-image] Aug 27 23:17:33.758 INFO O| Aug 27 23:17:33.758 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-27T23:17:34.490Z[ recovery-image] Aug 27 23:17:33.768 INFO O| Aug 27 23:17:33.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85242026-08-27T23:17:34.490Z[ recovery-image] Aug 27 23:17:33.768 INFO O| Aug 27 23:17:33.768 INFO STEP 1051 (remove_files) COMPLETE
85252026-08-27T23:17:34.490Z[ recovery-image] Aug 27 23:17:33.768 INFO O| Aug 27 23:17:33.768 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-27T23:17:34.500Z[ recovery-image] Aug 27 23:17:33.778 INFO O| Aug 27 23:17:33.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85272026-08-27T23:17:34.500Z[ recovery-image] Aug 27 23:17:33.778 INFO O| Aug 27 23:17:33.778 INFO STEP 1052 (remove_files) COMPLETE
85282026-08-27T23:17:34.500Z[ recovery-image] Aug 27 23:17:33.778 INFO O| Aug 27 23:17:33.778 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-27T23:17:34.512Z[ recovery-image] Aug 27 23:17:33.789 INFO O| Aug 27 23:17:33.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85302026-08-27T23:17:34.512Z[ recovery-image] Aug 27 23:17:33.789 INFO O| Aug 27 23:17:33.789 INFO STEP 1053 (remove_files) COMPLETE
85312026-08-27T23:17:34.515Z[ recovery-image] Aug 27 23:17:33.789 INFO O| Aug 27 23:17:33.789 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-27T23:17:34.521Z[ recovery-image] Aug 27 23:17:33.799 INFO O| Aug 27 23:17:33.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85332026-08-27T23:17:34.521Z[ recovery-image] Aug 27 23:17:33.799 INFO O| Aug 27 23:17:33.799 INFO STEP 1054 (remove_files) COMPLETE
85342026-08-27T23:17:34.521Z[ recovery-image] Aug 27 23:17:33.799 INFO O| Aug 27 23:17:33.799 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-27T23:17:34.532Z[ recovery-image] Aug 27 23:17:33.810 INFO O| Aug 27 23:17:33.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85362026-08-27T23:17:34.532Z[ recovery-image] Aug 27 23:17:33.810 INFO O| Aug 27 23:17:33.810 INFO STEP 1055 (remove_files) COMPLETE
85372026-08-27T23:17:34.532Z[ recovery-image] Aug 27 23:17:33.810 INFO O| Aug 27 23:17:33.810 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-27T23:17:34.543Z[ recovery-image] Aug 27 23:17:33.820 INFO O| Aug 27 23:17:33.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85392026-08-27T23:17:34.543Z[ recovery-image] Aug 27 23:17:33.821 INFO O| Aug 27 23:17:33.821 INFO STEP 1056 (remove_files) COMPLETE
85402026-08-27T23:17:34.543Z[ recovery-image] Aug 27 23:17:33.821 INFO O| Aug 27 23:17:33.821 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-27T23:17:34.553Z[ recovery-image] Aug 27 23:17:33.831 INFO O| Aug 27 23:17:33.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85422026-08-27T23:17:34.553Z[ recovery-image] Aug 27 23:17:33.831 INFO O| Aug 27 23:17:33.831 INFO STEP 1057 (remove_files) COMPLETE
85432026-08-27T23:17:34.553Z[ recovery-image] Aug 27 23:17:33.831 INFO O| Aug 27 23:17:33.831 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-27T23:17:34.563Z[ recovery-image] Aug 27 23:17:33.841 INFO O| Aug 27 23:17:33.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85452026-08-27T23:17:34.563Z[ recovery-image] Aug 27 23:17:33.841 INFO O| Aug 27 23:17:33.841 INFO STEP 1058 (remove_files) COMPLETE
85462026-08-27T23:17:34.567Z[ recovery-image] Aug 27 23:17:33.841 INFO O| Aug 27 23:17:33.841 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-27T23:17:34.576Z[ recovery-image] Aug 27 23:17:33.851 INFO O| Aug 27 23:17:33.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85482026-08-27T23:17:34.576Z[ recovery-image] Aug 27 23:17:33.851 INFO O| Aug 27 23:17:33.851 INFO STEP 1059 (remove_files) COMPLETE
85492026-08-27T23:17:34.576Z[ recovery-image] Aug 27 23:17:33.851 INFO O| Aug 27 23:17:33.851 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-27T23:17:34.584Z[ recovery-image] Aug 27 23:17:33.862 INFO O| Aug 27 23:17:33.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85512026-08-27T23:17:34.584Z[ recovery-image] Aug 27 23:17:33.862 INFO O| Aug 27 23:17:33.862 INFO STEP 1060 (remove_files) COMPLETE
85522026-08-27T23:17:34.584Z[ recovery-image] Aug 27 23:17:33.862 INFO O| Aug 27 23:17:33.862 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-27T23:17:34.595Z[ recovery-image] Aug 27 23:17:33.872 INFO O| Aug 27 23:17:33.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85542026-08-27T23:17:34.595Z[ recovery-image] Aug 27 23:17:33.872 INFO O| Aug 27 23:17:33.872 INFO STEP 1061 (remove_files) COMPLETE
85552026-08-27T23:17:34.598Z[ recovery-image] Aug 27 23:17:33.872 INFO O| Aug 27 23:17:33.872 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-27T23:17:34.605Z[ recovery-image] Aug 27 23:17:33.882 INFO O| Aug 27 23:17:33.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85572026-08-27T23:17:34.605Z[ recovery-image] Aug 27 23:17:33.882 INFO O| Aug 27 23:17:33.882 INFO STEP 1062 (remove_files) COMPLETE
85582026-08-27T23:17:34.605Z[ recovery-image] Aug 27 23:17:33.882 INFO O| Aug 27 23:17:33.882 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-27T23:17:34.615Z[ recovery-image] Aug 27 23:17:33.892 INFO O| Aug 27 23:17:33.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85602026-08-27T23:17:34.615Z[ recovery-image] Aug 27 23:17:33.892 INFO O| Aug 27 23:17:33.892 INFO STEP 1063 (remove_files) COMPLETE
85612026-08-27T23:17:34.615Z[ recovery-image] Aug 27 23:17:33.892 INFO O| Aug 27 23:17:33.892 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-27T23:17:34.627Z[ recovery-image] Aug 27 23:17:33.903 INFO O| Aug 27 23:17:33.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85632026-08-27T23:17:34.627Z[ recovery-image] Aug 27 23:17:33.904 INFO O| Aug 27 23:17:33.904 INFO STEP 1064 (remove_files) COMPLETE
85642026-08-27T23:17:34.627Z[ recovery-image] Aug 27 23:17:33.904 INFO O| Aug 27 23:17:33.904 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-27T23:17:34.644Z[ recovery-image] Aug 27 23:17:33.922 INFO O| Aug 27 23:17:33.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85662026-08-27T23:17:34.645Z[ recovery-image] Aug 27 23:17:33.922 INFO O| Aug 27 23:17:33.922 INFO STEP 1065 (remove_files) COMPLETE
85672026-08-27T23:17:34.645Z[ recovery-image] Aug 27 23:17:33.922 INFO O| Aug 27 23:17:33.922 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-27T23:17:34.657Z[ recovery-image] Aug 27 23:17:33.933 INFO O| Aug 27 23:17:33.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85692026-08-27T23:17:34.657Z[ recovery-image] Aug 27 23:17:33.933 INFO O| Aug 27 23:17:33.933 INFO STEP 1066 (remove_files) COMPLETE
85702026-08-27T23:17:34.657Z[ recovery-image] Aug 27 23:17:33.933 INFO O| Aug 27 23:17:33.933 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-27T23:17:34.666Z[ recovery-image] Aug 27 23:17:33.944 INFO O| Aug 27 23:17:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85722026-08-27T23:17:34.666Z[ recovery-image] Aug 27 23:17:33.944 INFO O| Aug 27 23:17:33.944 INFO STEP 1067 (remove_files) COMPLETE
85732026-08-27T23:17:34.666Z[ recovery-image] Aug 27 23:17:33.944 INFO O| Aug 27 23:17:33.944 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-27T23:17:34.676Z[ recovery-image] Aug 27 23:17:33.953 INFO O| Aug 27 23:17:33.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85752026-08-27T23:17:34.677Z[ recovery-image] Aug 27 23:17:33.953 INFO O| Aug 27 23:17:33.953 INFO STEP 1068 (remove_files) COMPLETE
85762026-08-27T23:17:34.677Z[ recovery-image] Aug 27 23:17:33.953 INFO O| Aug 27 23:17:33.953 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-27T23:17:34.685Z[ recovery-image] Aug 27 23:17:33.963 INFO O| Aug 27 23:17:33.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85782026-08-27T23:17:34.685Z[ recovery-image] Aug 27 23:17:33.963 INFO O| Aug 27 23:17:33.963 INFO STEP 1069 (remove_files) COMPLETE
85792026-08-27T23:17:34.685Z[ recovery-image] Aug 27 23:17:33.963 INFO O| Aug 27 23:17:33.963 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-27T23:17:34.697Z[ recovery-image] Aug 27 23:17:33.973 INFO O| Aug 27 23:17:33.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85812026-08-27T23:17:34.697Z[ recovery-image] Aug 27 23:17:33.973 INFO O| Aug 27 23:17:33.973 INFO STEP 1070 (remove_files) COMPLETE
85822026-08-27T23:17:34.697Z[ recovery-image] Aug 27 23:17:33.973 INFO O| Aug 27 23:17:33.973 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-27T23:17:34.704Z[ recovery-image] Aug 27 23:17:33.982 INFO O| Aug 27 23:17:33.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85842026-08-27T23:17:34.704Z[ recovery-image] Aug 27 23:17:33.982 INFO O| Aug 27 23:17:33.982 INFO STEP 1071 (remove_files) COMPLETE
85852026-08-27T23:17:34.709Z[ recovery-image] Aug 27 23:17:33.982 INFO O| Aug 27 23:17:33.982 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-27T23:17:34.713Z[ recovery-image] Aug 27 23:17:33.991 INFO O| Aug 27 23:17:33.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85872026-08-27T23:17:34.713Z[ recovery-image] Aug 27 23:17:33.991 INFO O| Aug 27 23:17:33.991 INFO STEP 1072 (remove_files) COMPLETE
85882026-08-27T23:17:34.717Z[ recovery-image] Aug 27 23:17:33.991 INFO O| Aug 27 23:17:33.991 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-27T23:17:34.723Z[ recovery-image] Aug 27 23:17:34.000 INFO O| Aug 27 23:17:34.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85902026-08-27T23:17:34.723Z[ recovery-image] Aug 27 23:17:34.000 INFO O| Aug 27 23:17:34.000 INFO STEP 1073 (remove_files) COMPLETE
85912026-08-27T23:17:34.723Z[ recovery-image] Aug 27 23:17:34.000 INFO O| Aug 27 23:17:34.000 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-27T23:17:34.737Z[ recovery-image] Aug 27 23:17:34.012 INFO O| Aug 27 23:17:34.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85932026-08-27T23:17:34.737Z[ recovery-image] Aug 27 23:17:34.012 INFO O| Aug 27 23:17:34.012 INFO STEP 1074 (remove_files) COMPLETE
85942026-08-27T23:17:34.737Z[ recovery-image] Aug 27 23:17:34.012 INFO O| Aug 27 23:17:34.012 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-27T23:17:34.745Z[ recovery-image] Aug 27 23:17:34.022 INFO O| Aug 27 23:17:34.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85962026-08-27T23:17:34.748Z[ recovery-image] Aug 27 23:17:34.022 INFO O| Aug 27 23:17:34.022 INFO STEP 1075 (remove_files) COMPLETE
85972026-08-27T23:17:34.748Z[ recovery-image] Aug 27 23:17:34.022 INFO O| Aug 27 23:17:34.022 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-27T23:17:34.760Z[ recovery-image] Aug 27 23:17:34.033 INFO O| Aug 27 23:17:34.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85992026-08-27T23:17:34.760Z[ recovery-image] Aug 27 23:17:34.033 INFO O| Aug 27 23:17:34.033 INFO STEP 1076 (remove_files) COMPLETE
86002026-08-27T23:17:34.760Z[ recovery-image] Aug 27 23:17:34.033 INFO O| Aug 27 23:17:34.033 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-27T23:17:34.766Z[ recovery-image] Aug 27 23:17:34.043 INFO O| Aug 27 23:17:34.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86022026-08-27T23:17:34.766Z[ recovery-image] Aug 27 23:17:34.043 INFO O| Aug 27 23:17:34.043 INFO STEP 1077 (remove_files) COMPLETE
86032026-08-27T23:17:34.770Z[ recovery-image] Aug 27 23:17:34.043 INFO O| Aug 27 23:17:34.043 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-27T23:17:34.775Z[ recovery-image] Aug 27 23:17:34.053 INFO O| Aug 27 23:17:34.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86052026-08-27T23:17:34.775Z[ recovery-image] Aug 27 23:17:34.053 INFO O| Aug 27 23:17:34.053 INFO STEP 1078 (remove_files) COMPLETE
86062026-08-27T23:17:34.775Z[ recovery-image] Aug 27 23:17:34.053 INFO O| Aug 27 23:17:34.053 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-27T23:17:34.787Z[ recovery-image] Aug 27 23:17:34.062 INFO O| Aug 27 23:17:34.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86082026-08-27T23:17:34.787Z[ recovery-image] Aug 27 23:17:34.062 INFO O| Aug 27 23:17:34.062 INFO STEP 1079 (remove_files) COMPLETE
86092026-08-27T23:17:34.787Z[ recovery-image] Aug 27 23:17:34.063 INFO O| Aug 27 23:17:34.062 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-27T23:17:34.794Z[ recovery-image] Aug 27 23:17:34.071 INFO O| Aug 27 23:17:34.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86112026-08-27T23:17:34.794Z[ recovery-image] Aug 27 23:17:34.072 INFO O| Aug 27 23:17:34.072 INFO STEP 1080 (remove_files) COMPLETE
86122026-08-27T23:17:34.798Z[ recovery-image] Aug 27 23:17:34.072 INFO O| Aug 27 23:17:34.072 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-27T23:17:34.802Z[ recovery-image] Aug 27 23:17:34.080 INFO O| Aug 27 23:17:34.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86142026-08-27T23:17:34.802Z[ recovery-image] Aug 27 23:17:34.080 INFO O| Aug 27 23:17:34.080 INFO STEP 1081 (remove_files) COMPLETE
86152026-08-27T23:17:34.802Z[ recovery-image] Aug 27 23:17:34.080 INFO O| Aug 27 23:17:34.080 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-27T23:17:34.814Z[ recovery-image] Aug 27 23:17:34.091 INFO O| Aug 27 23:17:34.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86172026-08-27T23:17:34.817Z[ recovery-image] Aug 27 23:17:34.092 INFO O| Aug 27 23:17:34.091 INFO STEP 1082 (remove_files) COMPLETE
86182026-08-27T23:17:34.817Z[ recovery-image] Aug 27 23:17:34.092 INFO O| Aug 27 23:17:34.091 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-27T23:17:34.825Z[ recovery-image] Aug 27 23:17:34.103 INFO O| Aug 27 23:17:34.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86202026-08-27T23:17:34.825Z[ recovery-image] Aug 27 23:17:34.103 INFO O| Aug 27 23:17:34.103 INFO STEP 1083 (remove_files) COMPLETE
86212026-08-27T23:17:34.825Z[ recovery-image] Aug 27 23:17:34.103 INFO O| Aug 27 23:17:34.103 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-27T23:17:34.836Z[ recovery-image] Aug 27 23:17:34.113 INFO O| Aug 27 23:17:34.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86232026-08-27T23:17:34.836Z[ recovery-image] Aug 27 23:17:34.113 INFO O| Aug 27 23:17:34.113 INFO STEP 1084 (remove_files) COMPLETE
86242026-08-27T23:17:34.836Z[ recovery-image] Aug 27 23:17:34.113 INFO O| Aug 27 23:17:34.113 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-27T23:17:34.846Z[ recovery-image] Aug 27 23:17:34.124 INFO O| Aug 27 23:17:34.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86262026-08-27T23:17:34.846Z[ recovery-image] Aug 27 23:17:34.124 INFO O| Aug 27 23:17:34.124 INFO STEP 1085 (remove_files) COMPLETE
86272026-08-27T23:17:34.846Z[ recovery-image] Aug 27 23:17:34.124 INFO O| Aug 27 23:17:34.124 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-27T23:17:34.858Z[ recovery-image] Aug 27 23:17:34.135 INFO O| Aug 27 23:17:34.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86292026-08-27T23:17:34.858Z[ recovery-image] Aug 27 23:17:34.135 INFO O| Aug 27 23:17:34.135 INFO STEP 1086 (remove_files) COMPLETE
86302026-08-27T23:17:34.858Z[ recovery-image] Aug 27 23:17:34.135 INFO O| Aug 27 23:17:34.135 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-27T23:17:34.868Z[ recovery-image] Aug 27 23:17:34.145 INFO O| Aug 27 23:17:34.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86322026-08-27T23:17:34.868Z[ recovery-image] Aug 27 23:17:34.146 INFO O| Aug 27 23:17:34.145 INFO STEP 1087 (remove_files) COMPLETE
86332026-08-27T23:17:34.868Z[ recovery-image] Aug 27 23:17:34.146 INFO O| Aug 27 23:17:34.146 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-27T23:17:34.879Z[ recovery-image] Aug 27 23:17:34.157 INFO O| Aug 27 23:17:34.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86352026-08-27T23:17:34.879Z[ recovery-image] Aug 27 23:17:34.157 INFO O| Aug 27 23:17:34.157 INFO STEP 1088 (remove_files) COMPLETE
86362026-08-27T23:17:34.879Z[ recovery-image] Aug 27 23:17:34.157 INFO O| Aug 27 23:17:34.157 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-27T23:17:34.890Z[ recovery-image] Aug 27 23:17:34.168 INFO O| Aug 27 23:17:34.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86382026-08-27T23:17:34.890Z[ recovery-image] Aug 27 23:17:34.168 INFO O| Aug 27 23:17:34.168 INFO STEP 1089 (remove_files) COMPLETE
86392026-08-27T23:17:34.890Z[ recovery-image] Aug 27 23:17:34.168 INFO O| Aug 27 23:17:34.168 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-27T23:17:34.899Z[ recovery-image] Aug 27 23:17:34.177 INFO O| Aug 27 23:17:34.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86412026-08-27T23:17:34.900Z[ recovery-image] Aug 27 23:17:34.177 INFO O| Aug 27 23:17:34.177 INFO STEP 1090 (remove_files) COMPLETE
86422026-08-27T23:17:34.903Z[ recovery-image] Aug 27 23:17:34.177 INFO O| Aug 27 23:17:34.177 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-27T23:17:34.909Z[ recovery-image] Aug 27 23:17:34.187 INFO O| Aug 27 23:17:34.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86442026-08-27T23:17:34.910Z[ recovery-image] Aug 27 23:17:34.187 INFO O| Aug 27 23:17:34.187 INFO STEP 1091 (remove_files) COMPLETE
86452026-08-27T23:17:34.910Z[ recovery-image] Aug 27 23:17:34.187 INFO O| Aug 27 23:17:34.187 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-27T23:17:34.921Z[ recovery-image] Aug 27 23:17:34.198 INFO O| Aug 27 23:17:34.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86472026-08-27T23:17:34.921Z[ recovery-image] Aug 27 23:17:34.198 INFO O| Aug 27 23:17:34.198 INFO STEP 1092 (remove_files) COMPLETE
86482026-08-27T23:17:34.921Z[ recovery-image] Aug 27 23:17:34.198 INFO O| Aug 27 23:17:34.198 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-27T23:17:34.931Z[ recovery-image] Aug 27 23:17:34.209 INFO O| Aug 27 23:17:34.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86502026-08-27T23:17:34.931Z[ recovery-image] Aug 27 23:17:34.209 INFO O| Aug 27 23:17:34.209 INFO STEP 1093 (remove_files) COMPLETE
86512026-08-27T23:17:34.931Z[ recovery-image] Aug 27 23:17:34.209 INFO O| Aug 27 23:17:34.209 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-27T23:17:34.941Z[ recovery-image] Aug 27 23:17:34.218 INFO O| Aug 27 23:17:34.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86532026-08-27T23:17:34.941Z[ recovery-image] Aug 27 23:17:34.218 INFO O| Aug 27 23:17:34.218 INFO STEP 1094 (remove_files) COMPLETE
86542026-08-27T23:17:34.941Z[ recovery-image] Aug 27 23:17:34.218 INFO O| Aug 27 23:17:34.218 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-27T23:17:34.953Z[ recovery-image] Aug 27 23:17:34.230 INFO O| Aug 27 23:17:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86562026-08-27T23:17:34.953Z[ recovery-image] Aug 27 23:17:34.230 INFO O| Aug 27 23:17:34.230 INFO STEP 1095 (remove_files) COMPLETE
86572026-08-27T23:17:34.953Z[ recovery-image] Aug 27 23:17:34.230 INFO O| Aug 27 23:17:34.230 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-27T23:17:34.963Z[ recovery-image] Aug 27 23:17:34.240 INFO O| Aug 27 23:17:34.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86592026-08-27T23:17:34.963Z[ recovery-image] Aug 27 23:17:34.241 INFO O| Aug 27 23:17:34.241 INFO STEP 1096 (remove_files) COMPLETE
86602026-08-27T23:17:34.967Z[ recovery-image] Aug 27 23:17:34.241 INFO O| Aug 27 23:17:34.241 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-27T23:17:34.973Z[ recovery-image] Aug 27 23:17:34.251 INFO O| Aug 27 23:17:34.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86622026-08-27T23:17:34.973Z[ recovery-image] Aug 27 23:17:34.251 INFO O| Aug 27 23:17:34.251 INFO STEP 1097 (remove_files) COMPLETE
86632026-08-27T23:17:34.973Z[ recovery-image] Aug 27 23:17:34.251 INFO O| Aug 27 23:17:34.251 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-27T23:17:34.985Z[ recovery-image] Aug 27 23:17:34.262 INFO O| Aug 27 23:17:34.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86652026-08-27T23:17:34.985Z[ recovery-image] Aug 27 23:17:34.262 INFO O| Aug 27 23:17:34.262 INFO STEP 1098 (remove_files) COMPLETE
86662026-08-27T23:17:34.988Z[ recovery-image] Aug 27 23:17:34.262 INFO O| Aug 27 23:17:34.262 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-27T23:17:34.995Z[ recovery-image] Aug 27 23:17:34.273 INFO O| Aug 27 23:17:34.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86682026-08-27T23:17:34.995Z[ recovery-image] Aug 27 23:17:34.273 INFO O| Aug 27 23:17:34.273 INFO STEP 1099 (remove_files) COMPLETE
86692026-08-27T23:17:34.995Z[ recovery-image] Aug 27 23:17:34.273 INFO O| Aug 27 23:17:34.273 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-27T23:17:35.005Z[ recovery-image] Aug 27 23:17:34.283 INFO O| Aug 27 23:17:34.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86712026-08-27T23:17:35.005Z[ recovery-image] Aug 27 23:17:34.283 INFO O| Aug 27 23:17:34.283 INFO STEP 1100 (remove_files) COMPLETE
86722026-08-27T23:17:35.009Z[ recovery-image] Aug 27 23:17:34.283 INFO O| Aug 27 23:17:34.283 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-27T23:17:35.015Z[ recovery-image] Aug 27 23:17:34.293 INFO O| Aug 27 23:17:34.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86742026-08-27T23:17:35.015Z[ recovery-image] Aug 27 23:17:34.293 INFO O| Aug 27 23:17:34.293 INFO STEP 1101 (remove_files) COMPLETE
86752026-08-27T23:17:35.015Z[ recovery-image] Aug 27 23:17:34.293 INFO O| Aug 27 23:17:34.293 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-27T23:17:35.028Z[ recovery-image] Aug 27 23:17:34.305 INFO O| Aug 27 23:17:34.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86772026-08-27T23:17:35.028Z[ recovery-image] Aug 27 23:17:34.305 INFO O| Aug 27 23:17:34.305 INFO STEP 1102 (remove_files) COMPLETE
86782026-08-27T23:17:35.028Z[ recovery-image] Aug 27 23:17:34.305 INFO O| Aug 27 23:17:34.305 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-27T23:17:35.040Z[ recovery-image] Aug 27 23:17:34.318 INFO O| Aug 27 23:17:34.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86802026-08-27T23:17:35.040Z[ recovery-image] Aug 27 23:17:34.318 INFO O| Aug 27 23:17:34.318 INFO STEP 1103 (remove_files) COMPLETE
86812026-08-27T23:17:35.044Z[ recovery-image] Aug 27 23:17:34.318 INFO O| Aug 27 23:17:34.318 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-27T23:17:35.051Z[ recovery-image] Aug 27 23:17:34.329 INFO O| Aug 27 23:17:34.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86832026-08-27T23:17:35.051Z[ recovery-image] Aug 27 23:17:34.329 INFO O| Aug 27 23:17:34.329 INFO STEP 1104 (remove_files) COMPLETE
86842026-08-27T23:17:35.056Z[ recovery-image] Aug 27 23:17:34.329 INFO O| Aug 27 23:17:34.329 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-27T23:17:35.061Z[ recovery-image] Aug 27 23:17:34.339 INFO O| Aug 27 23:17:34.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86862026-08-27T23:17:35.061Z[ recovery-image] Aug 27 23:17:34.339 INFO O| Aug 27 23:17:34.339 INFO STEP 1105 (remove_files) COMPLETE
86872026-08-27T23:17:35.064Z[ recovery-image] Aug 27 23:17:34.339 INFO O| Aug 27 23:17:34.339 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-27T23:17:35.069Z[ recovery-image] Aug 27 23:17:34.347 INFO O| Aug 27 23:17:34.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86892026-08-27T23:17:35.069Z[ recovery-image] Aug 27 23:17:34.347 INFO O| Aug 27 23:17:34.347 INFO STEP 1106 (remove_files) COMPLETE
86902026-08-27T23:17:35.069Z[ recovery-image] Aug 27 23:17:34.347 INFO O| Aug 27 23:17:34.347 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-27T23:17:35.081Z[ recovery-image] Aug 27 23:17:34.359 INFO O| Aug 27 23:17:34.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86922026-08-27T23:17:35.085Z[ recovery-image] Aug 27 23:17:34.359 INFO O| Aug 27 23:17:34.359 INFO STEP 1107 (remove_files) COMPLETE
86932026-08-27T23:17:35.085Z[ recovery-image] Aug 27 23:17:34.359 INFO O| Aug 27 23:17:34.359 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-27T23:17:35.093Z[ recovery-image] Aug 27 23:17:34.370 INFO O| Aug 27 23:17:34.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86952026-08-27T23:17:35.093Z[ recovery-image] Aug 27 23:17:34.370 INFO O| Aug 27 23:17:34.370 INFO STEP 1108 (remove_files) COMPLETE
86962026-08-27T23:17:35.093Z[ recovery-image] Aug 27 23:17:34.370 INFO O| Aug 27 23:17:34.370 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-08-27T23:17:35.104Z[ recovery-image] Aug 27 23:17:34.382 INFO O| Aug 27 23:17:34.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86982026-08-27T23:17:35.104Z[ recovery-image] Aug 27 23:17:34.382 INFO O| Aug 27 23:17:34.382 INFO STEP 1109 (remove_files) COMPLETE
86992026-08-27T23:17:35.108Z[ recovery-image] Aug 27 23:17:34.382 INFO O| Aug 27 23:17:34.382 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-08-27T23:17:35.115Z[ recovery-image] Aug 27 23:17:34.393 INFO O| Aug 27 23:17:34.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87012026-08-27T23:17:35.115Z[ recovery-image] Aug 27 23:17:34.393 INFO O| Aug 27 23:17:34.393 INFO STEP 1110 (remove_files) COMPLETE
87022026-08-27T23:17:35.115Z[ recovery-image] Aug 27 23:17:34.393 INFO O| Aug 27 23:17:34.393 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-08-27T23:17:35.125Z[ recovery-image] Aug 27 23:17:34.403 INFO O| Aug 27 23:17:34.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87042026-08-27T23:17:35.125Z[ recovery-image] Aug 27 23:17:34.403 INFO O| Aug 27 23:17:34.403 INFO STEP 1111 (remove_files) COMPLETE
87052026-08-27T23:17:35.125Z[ recovery-image] Aug 27 23:17:34.403 INFO O| Aug 27 23:17:34.403 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-08-27T23:17:35.135Z[ recovery-image] Aug 27 23:17:34.413 INFO O| Aug 27 23:17:34.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87072026-08-27T23:17:35.135Z[ recovery-image] Aug 27 23:17:34.413 INFO O| Aug 27 23:17:34.413 INFO STEP 1112 (remove_files) COMPLETE
87082026-08-27T23:17:35.136Z[ recovery-image] Aug 27 23:17:34.413 INFO O| Aug 27 23:17:34.413 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-08-27T23:17:35.147Z[ recovery-image] Aug 27 23:17:34.425 INFO O| Aug 27 23:17:34.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87102026-08-27T23:17:35.147Z[ recovery-image] Aug 27 23:17:34.425 INFO O| Aug 27 23:17:34.425 INFO STEP 1113 (remove_files) COMPLETE
87112026-08-27T23:17:35.147Z[ recovery-image] Aug 27 23:17:34.425 INFO O| Aug 27 23:17:34.425 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-08-27T23:17:35.157Z[ recovery-image] Aug 27 23:17:34.435 INFO O| Aug 27 23:17:34.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87132026-08-27T23:17:35.157Z[ recovery-image] Aug 27 23:17:34.435 INFO O| Aug 27 23:17:34.435 INFO STEP 1114 (remove_files) COMPLETE
87142026-08-27T23:17:35.157Z[ recovery-image] Aug 27 23:17:34.435 INFO O| Aug 27 23:17:34.435 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-08-27T23:17:35.167Z[ recovery-image] Aug 27 23:17:34.444 INFO O| Aug 27 23:17:34.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87162026-08-27T23:17:35.170Z[ recovery-image] Aug 27 23:17:34.444 INFO O| Aug 27 23:17:34.444 INFO STEP 1115 (remove_files) COMPLETE
87172026-08-27T23:17:35.170Z[ recovery-image] Aug 27 23:17:34.444 INFO O| Aug 27 23:17:34.444 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-08-27T23:17:35.178Z[ recovery-image] Aug 27 23:17:34.455 INFO O| Aug 27 23:17:34.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87192026-08-27T23:17:35.178Z[ recovery-image] Aug 27 23:17:34.455 INFO O| Aug 27 23:17:34.455 INFO STEP 1116 (remove_files) COMPLETE
87202026-08-27T23:17:35.178Z[ recovery-image] Aug 27 23:17:34.455 INFO O| Aug 27 23:17:34.455 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-08-27T23:17:35.188Z[ recovery-image] Aug 27 23:17:34.465 INFO O| Aug 27 23:17:34.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87222026-08-27T23:17:35.188Z[ recovery-image] Aug 27 23:17:34.465 INFO O| Aug 27 23:17:34.465 INFO STEP 1117 (remove_files) COMPLETE
87232026-08-27T23:17:35.188Z[ recovery-image] Aug 27 23:17:34.465 INFO O| Aug 27 23:17:34.465 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87242026-08-27T23:17:35.203Z[ recovery-image] Aug 27 23:17:34.480 INFO O| Aug 27 23:17:34.480 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87252026-08-27T23:17:35.203Z[ recovery-image] Aug 27 23:17:34.480 INFO O| Aug 27 23:17:34.480 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87262026-08-27T23:17:35.592Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87272026-08-27T23:17:35.664Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87282026-08-27T23:17:35.838Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87292026-08-27T23:17:35.890Z[ recovery-image] Aug 27 23:17:35.168 INFO O| Aug 27 23:17:35.168 INFO STEP 1118 (pack_tar) COMPLETE
87302026-08-27T23:17:35.890Z[ recovery-image] Aug 27 23:17:35.168 INFO O| Aug 27 23:17:35.168 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87312026-08-27T23:17:35.895Z[ recovery-image] Aug 27 23:17:35.168 INFO O| Aug 27 23:17:35.168 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87322026-08-27T23:17:36.230Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87332026-08-27T23:17:36.266Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87342026-08-27T23:17:36.471Z[ recovery-image] Aug 27 23:17:35.748 INFO O| Aug 27 23:17:35.748 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87352026-08-27T23:17:36.478Z[verify-libraries] Compiling multimap v0.10.1
87362026-08-27T23:17:36.585Z[verify-libraries] Compiling termios v0.3.3
87372026-08-27T23:17:36.585Z[ recovery-image] Aug 27 23:17:35.863 INFO O| Aug 27 23:17:35.863 INFO completed processing sled/ramdisk-03-recovery-trim
87382026-08-27T23:17:36.590Z[ recovery-image] Aug 27 23:17:35.866 INFO image builder template: zfs-recovery...
87392026-08-27T23:17:36.590Z[ recovery-image] Aug 27 23:17:35.866 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/.tmpMUjC3W/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
87402026-08-27T23:17:36.616Z[ recovery-image] Aug 27 23:17:35.894 INFO O| Aug 27 23:17:35.894 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87412026-08-27T23:17:36.620Z[ recovery-image] Aug 27 23:17:35.898 INFO O| Aug 27 23:17:35.898 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87422026-08-27T23:17:36.730Z[ recovery-image] Aug 27 23:17:36.007 INFO O| Aug 27 23:17:36.007 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87432026-08-27T23:17:36.781Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87442026-08-27T23:17:36.807Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87452026-08-27T23:17:36.825Z[ recovery-image] Aug 27 23:17:36.102 INFO O| Aug 27 23:17:36.102 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87462026-08-27T23:17:36.825Z[ recovery-image] Aug 27 23:17:36.103 INFO O| Aug 27 23:17:36.102 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87472026-08-27T23:17:36.830Z[ recovery-image] Aug 27 23:17:36.108 INFO O| Aug 27 23:17:36.108 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87482026-08-27T23:17:36.865Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87492026-08-27T23:17:36.925Z[ recovery-image] Aug 27 23:17:36.202 INFO O| Aug 27 23:17:36.202 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87502026-08-27T23:17:36.997Z[ recovery-image] Aug 27 23:17:36.275 INFO O| Aug 27 23:17:36.274 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87512026-08-27T23:17:37.009Z[ recovery-image] Aug 27 23:17:36.285 INFO O| Aug 27 23:17:36.285 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87522026-08-27T23:17:37.013Z[ recovery-image] Aug 27 23:17:36.290 INFO O| Aug 27 23:17:36.290 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87532026-08-27T23:17:37.017Z[ recovery-image] Aug 27 23:17:36.292 INFO O| Aug 27 23:17:36.292 INFO no lofi found
87542026-08-27T23:17:37.017Z[ recovery-image] Aug 27 23:17:36.292 INFO O| Aug 27 23:17:36.292 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87552026-08-27T23:17:37.017Z[ recovery-image] Aug 27 23:17:36.292 INFO O| Aug 27 23:17:36.292 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87562026-08-27T23:17:38.723Z[ recovery-image] Aug 27 23:17:38.001 INFO O| Aug 27 23:17:38.001 INFO lofi device = /dev/dsk/c2t1d0p0
87572026-08-27T23:17:38.724Z[ recovery-image] Aug 27 23:17:38.001 INFO O| Aug 27 23:17:38.001 INFO pool device = /dev/dsk/c2t1d0p0
87582026-08-27T23:17:38.724Z[ recovery-image] Aug 27 23:17:38.001 INFO O| Aug 27 23:17:38.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"]
87592026-08-27T23:17:38.929Z[ recovery-image] Aug 27 23:17:38.207 INFO O| Aug 27 23:17:38.207 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87602026-08-27T23:17:38.929Z[ recovery-image] Aug 27 23:17:38.207 INFO O| Aug 27 23:17:38.207 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87612026-08-27T23:17:38.953Z[ recovery-image] Aug 27 23:17:38.231 INFO O| Aug 27 23:17:38.230 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87622026-08-27T23:17:39.128Z[ recovery-image] Aug 27 23:17:38.406 INFO O| Aug 27 23:17:38.405 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87632026-08-27T23:17:39.163Z[ recovery-image] Aug 27 23:17:38.441 INFO O| Aug 27 23:17:38.441 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87642026-08-27T23:17:39.186Z[ recovery-image] Aug 27 23:17:38.463 INFO O| Aug 27 23:17:38.463 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87652026-08-27T23:17:39.203Z[ recovery-image] Aug 27 23:17:38.480 INFO O| Aug 27 23:17:38.480 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87662026-08-27T23:17:39.254Z[ recovery-image] Aug 27 23:17:38.525 INFO O| Aug 27 23:17:38.525 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87672026-08-27T23:17:39.254Z[ recovery-image] Aug 27 23:17:38.525 INFO O| Aug 27 23:17:38.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87682026-08-27T23:17:39.254Z[ recovery-image] Aug 27 23:17:38.525 INFO O| Aug 27 23:17:38.525 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87692026-08-27T23:17:39.298Z[ recovery-image] Aug 27 23:17:38.576 INFO O| Aug 27 23:17:38.575 INFO boot environment UUID: 93fa439f-7303-4caf-87b6-23862a194574
87702026-08-27T23:17:39.298Z[ recovery-image] Aug 27 23:17:38.576 INFO O| Aug 27 23:17:38.575 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 93fa439f-7303-4caf-87b6-23862a194574
87712026-08-27T23:17:39.316Z[ recovery-image] Aug 27 23:17:38.594 INFO O| Aug 27 23:17:38.594 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87722026-08-27T23:17:39.335Z[ recovery-image] Aug 27 23:17:38.612 INFO O| Aug 27 23:17:38.612 INFO STEP 0 (create_be) COMPLETE
87732026-08-27T23:17:39.335Z[ recovery-image] Aug 27 23:17:38.612 INFO O| Aug 27 23:17:38.612 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87742026-08-27T23:17:39.351Z[ recovery-image] Aug 27 23:17:38.629 INFO O| Aug 27 23:17:38.629 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"]
87752026-08-27T23:17:40.589Z[verify-libraries] Compiling polar-core v0.27.3
87762026-08-27T23:17:48.256Z[ recovery-image] Aug 27 23:17:47.530 INFO O| Aug 27 23:17:47.523 INFO STEP 1 (unpack_tar) COMPLETE
87772026-08-27T23:17:48.260Z[ recovery-image] Aug 27 23:17:47.530 INFO O| Aug 27 23:17:47.523 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-27T23:17:48.263Z[ recovery-image] Aug 27 23:17:47.539 INFO O| Aug 27 23:17:47.537 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87792026-08-27T23:17:48.987Z[verify-libraries] Compiling oso v0.27.3
87802026-08-27T23:17:49.530Z[ recovery-image] Aug 27 23:17:48.807 INFO O| Aug 27 23:17:48.807 INFO STEP 2 (devfsadm) COMPLETE
87812026-08-27T23:17:49.530Z[ recovery-image] Aug 27 23:17:48.807 INFO O| Aug 27 23:17:48.807 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-27T23:17:49.558Z[ recovery-image] Aug 27 23:17:48.835 INFO O| Aug 27 23:17:48.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87832026-08-27T23:17:49.558Z[ recovery-image] Aug 27 23:17:48.835 INFO O| Aug 27 23:17:48.835 INFO STEP 3 (ensure_dir) COMPLETE
87842026-08-27T23:17:49.558Z[ recovery-image] Aug 27 23:17:48.835 INFO O| Aug 27 23:17:48.835 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-27T23:17:49.574Z[ recovery-image] Aug 27 23:17:48.851 INFO O| Aug 27 23:17:48.851 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87862026-08-27T23:17:49.574Z[ recovery-image] Aug 27 23:17:48.851 INFO O| Aug 27 23:17:48.851 INFO STEP 4 (ensure_dir) COMPLETE
87872026-08-27T23:17:49.578Z[ recovery-image] Aug 27 23:17:48.851 INFO O| Aug 27 23:17:48.851 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-27T23:17:49.587Z[ recovery-image] Aug 27 23:17:48.864 INFO O| Aug 27 23:17:48.864 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87892026-08-27T23:17:49.587Z[ recovery-image] Aug 27 23:17:48.865 INFO O| Aug 27 23:17:48.864 INFO STEP 5 (ensure_dir) COMPLETE
87902026-08-27T23:17:49.591Z[ recovery-image] Aug 27 23:17:48.865 INFO O| Aug 27 23:17:48.864 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-27T23:17:49.600Z[ recovery-image] Aug 27 23:17:48.877 INFO O| Aug 27 23:17:48.877 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87922026-08-27T23:17:49.600Z[ recovery-image] Aug 27 23:17:48.878 INFO O| Aug 27 23:17:48.877 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87932026-08-27T23:17:49.604Z[ recovery-image] Aug 27 23:17:48.878 INFO O| Aug 27 23:17:48.878 INFO STEP 6 (ensure_dir) COMPLETE
87942026-08-27T23:17:49.604Z[ recovery-image] Aug 27 23:17:48.878 INFO O| Aug 27 23:17:48.878 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-27T23:17:49.619Z[ recovery-image] Aug 27 23:17:48.892 INFO O| Aug 27 23:17:48.892 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87962026-08-27T23:17:49.619Z[ recovery-image] Aug 27 23:17:48.892 INFO O| Aug 27 23:17:48.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87972026-08-27T23:17:49.619Z[ recovery-image] Aug 27 23:17:48.892 INFO O| Aug 27 23:17:48.892 INFO STEP 7 (ensure_dir) COMPLETE
87982026-08-27T23:17:49.619Z[ recovery-image] Aug 27 23:17:48.892 INFO O| Aug 27 23:17:48.892 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-08-27T23:17:49.628Z[ recovery-image] Aug 27 23:17:48.905 INFO O| Aug 27 23:17:48.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88002026-08-27T23:17:49.631Z[ recovery-image] Aug 27 23:17:48.905 INFO O| Aug 27 23:17:48.905 INFO STEP 8 (remove_files) COMPLETE
88012026-08-27T23:17:49.631Z[ recovery-image] Aug 27 23:17:48.905 INFO O| Aug 27 23:17:48.905 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-08-27T23:17:49.639Z[ recovery-image] Aug 27 23:17:48.916 INFO O| Aug 27 23:17:48.916 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88032026-08-27T23:17:49.642Z[ recovery-image] Aug 27 23:17:48.917 INFO O| Aug 27 23:17:48.917 INFO STEP 9 (remove_files) COMPLETE
88042026-08-27T23:17:49.642Z[ recovery-image] Aug 27 23:17:48.917 INFO O| Aug 27 23:17:48.917 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-08-27T23:17:49.649Z[ recovery-image] Aug 27 23:17:48.926 INFO O| Aug 27 23:17:48.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88062026-08-27T23:17:49.652Z[ recovery-image] Aug 27 23:17:48.927 INFO O| Aug 27 23:17:48.927 INFO STEP 10 (remove_files) COMPLETE
88072026-08-27T23:17:49.652Z[ recovery-image] Aug 27 23:17:48.927 INFO O| Aug 27 23:17:48.927 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-08-27T23:17:49.659Z[ recovery-image] Aug 27 23:17:48.937 INFO O| Aug 27 23:17:48.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88092026-08-27T23:17:49.659Z[ recovery-image] Aug 27 23:17:48.937 INFO O| Aug 27 23:17:48.937 INFO STEP 11 (remove_files) COMPLETE
88102026-08-27T23:17:49.663Z[ recovery-image] Aug 27 23:17:48.937 INFO O| Aug 27 23:17:48.937 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-08-27T23:17:49.688Z[ recovery-image] Aug 27 23:17:48.961 INFO O| Aug 27 23:17:48.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88122026-08-27T23:17:49.688Z[ recovery-image] Aug 27 23:17:48.962 INFO O| Aug 27 23:17:48.962 INFO STEP 12 (remove_files) COMPLETE
88132026-08-27T23:17:49.688Z[ recovery-image] Aug 27 23:17:48.962 INFO O| Aug 27 23:17:48.962 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-08-27T23:17:49.704Z[ recovery-image] Aug 27 23:17:48.973 INFO O| Aug 27 23:17:48.973 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88152026-08-27T23:17:49.704Z[ recovery-image] Aug 27 23:17:48.973 INFO O| Aug 27 23:17:48.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88162026-08-27T23:17:49.704Z[ recovery-image] Aug 27 23:17:48.974 INFO O| Aug 27 23:17:48.973 INFO STEP 13 (ensure_dir) COMPLETE
88172026-08-27T23:17:49.704Z[ recovery-image] Aug 27 23:17:48.974 INFO O| Aug 27 23:17:48.974 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-08-27T23:17:49.709Z[ recovery-image] Aug 27 23:17:48.987 INFO O| Aug 27 23:17:48.987 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88192026-08-27T23:17:49.709Z[ recovery-image] Aug 27 23:17:48.987 INFO O| Aug 27 23:17:48.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88202026-08-27T23:17:49.709Z[ recovery-image] Aug 27 23:17:48.987 INFO O| Aug 27 23:17:48.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88212026-08-27T23:17:49.713Z[ recovery-image] Aug 27 23:17:48.987 INFO O| Aug 27 23:17:48.987 INFO STEP 14 (ensure_dir) COMPLETE
88222026-08-27T23:17:49.713Z[ recovery-image] Aug 27 23:17:48.987 INFO O| Aug 27 23:17:48.987 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232026-08-27T23:17:49.720Z[ recovery-image] Aug 27 23:17:48.998 INFO O| Aug 27 23:17:48.997 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88242026-08-27T23:17:49.720Z[ recovery-image] Aug 27 23:17:48.998 INFO O| Aug 27 23:17:48.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88252026-08-27T23:17:49.723Z[ recovery-image] Aug 27 23:17:48.998 INFO O| Aug 27 23:17:48.998 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88262026-08-27T23:17:49.723Z[ recovery-image] Aug 27 23:17:48.998 INFO O| Aug 27 23:17:48.998 INFO STEP 15 (ensure_dir) COMPLETE
88272026-08-27T23:17:49.723Z[ recovery-image] Aug 27 23:17:48.998 INFO O| Aug 27 23:17:48.998 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282026-08-27T23:17:49.733Z[ recovery-image] Aug 27 23:17:49.010 INFO O| Aug 27 23:17:49.010 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88292026-08-27T23:17:49.733Z[ recovery-image] Aug 27 23:17:49.010 INFO O| Aug 27 23:17:49.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88302026-08-27T23:17:49.733Z[ recovery-image] Aug 27 23:17:49.010 INFO O| Aug 27 23:17:49.010 INFO STEP 16 (ensure_dir) COMPLETE
88312026-08-27T23:17:49.736Z[ recovery-image] Aug 27 23:17:49.010 INFO O| Aug 27 23:17:49.010 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88322026-08-27T23:17:49.744Z[ recovery-image] Aug 27 23:17:49.022 INFO O| Aug 27 23:17:49.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88332026-08-27T23:17:49.744Z[ recovery-image] Aug 27 23:17:49.022 INFO O| Aug 27 23:17:49.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88342026-08-27T23:17:49.744Z[ recovery-image] Aug 27 23:17:49.022 INFO O| Aug 27 23:17:49.022 INFO STEP 17 (ensure_dir) COMPLETE
88352026-08-27T23:17:49.748Z[ recovery-image] Aug 27 23:17:49.022 INFO O| Aug 27 23:17:49.022 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88362026-08-27T23:17:49.757Z[ recovery-image] Aug 27 23:17:49.034 INFO O| Aug 27 23:17:49.034 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88372026-08-27T23:17:49.757Z[ recovery-image] Aug 27 23:17:49.034 INFO O| Aug 27 23:17:49.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88382026-08-27T23:17:49.757Z[ recovery-image] Aug 27 23:17:49.034 INFO O| Aug 27 23:17:49.034 INFO ok!
88392026-08-27T23:17:49.760Z[ recovery-image] Aug 27 23:17:49.034 INFO O| Aug 27 23:17:49.034 INFO STEP 18 (ensure_symlink) COMPLETE
88402026-08-27T23:17:49.760Z[ recovery-image] Aug 27 23:17:49.034 INFO O| Aug 27 23:17:49.034 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412026-08-27T23:17:49.768Z[ recovery-image] Aug 27 23:17:49.046 INFO O| Aug 27 23:17:49.046 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88422026-08-27T23:17:49.768Z[ recovery-image] Aug 27 23:17:49.046 INFO O| Aug 27 23:17:49.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88432026-08-27T23:17:49.772Z[ recovery-image] Aug 27 23:17:49.046 INFO O| Aug 27 23:17:49.046 INFO ok!
88442026-08-27T23:17:49.772Z[ recovery-image] Aug 27 23:17:49.046 INFO O| Aug 27 23:17:49.046 INFO STEP 19 (ensure_file) COMPLETE
88452026-08-27T23:17:49.772Z[ recovery-image] Aug 27 23:17:49.046 INFO O| Aug 27 23:17:49.046 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-27T23:17:49.778Z[ recovery-image] Aug 27 23:17:49.056 INFO O| Aug 27 23:17:49.056 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88472026-08-27T23:17:49.778Z[ recovery-image] Aug 27 23:17:49.056 INFO O| Aug 27 23:17:49.056 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88482026-08-27T23:17:49.778Z[ recovery-image] Aug 27 23:17:49.056 INFO O| Aug 27 23:17:49.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88492026-08-27T23:17:49.784Z[ recovery-image] Aug 27 23:17:49.056 INFO O| Aug 27 23:17:49.056 INFO ok!
88502026-08-27T23:17:49.784Z[ recovery-image] Aug 27 23:17:49.056 INFO O| Aug 27 23:17:49.056 INFO STEP 20 (ensure_symlink) COMPLETE
88512026-08-27T23:17:49.784Z[ recovery-image] Aug 27 23:17:49.056 INFO O| Aug 27 23:17:49.056 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88522026-08-27T23:17:49.790Z[ recovery-image] Aug 27 23:17:49.068 INFO O| Aug 27 23:17:49.068 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88532026-08-27T23:17:49.790Z[ recovery-image] Aug 27 23:17:49.068 INFO O| Aug 27 23:17:49.068 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88542026-08-27T23:17:49.790Z[ recovery-image] Aug 27 23:17:49.068 INFO O| Aug 27 23:17:49.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88552026-08-27T23:17:49.794Z[ recovery-image] Aug 27 23:17:49.068 INFO O| Aug 27 23:17:49.068 INFO ok!
88562026-08-27T23:17:49.794Z[ recovery-image] Aug 27 23:17:49.068 INFO O| Aug 27 23:17:49.068 INFO STEP 21 (ensure_symlink) COMPLETE
88572026-08-27T23:17:49.794Z[ recovery-image] Aug 27 23:17:49.068 INFO O| Aug 27 23:17:49.068 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-08-27T23:17:49.801Z[ recovery-image] Aug 27 23:17:49.079 INFO O| Aug 27 23:17:49.079 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88592026-08-27T23:17:49.801Z[ recovery-image] Aug 27 23:17:49.079 INFO O| Aug 27 23:17:49.079 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88602026-08-27T23:17:49.801Z[ recovery-image] Aug 27 23:17:49.079 INFO O| Aug 27 23:17:49.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88612026-08-27T23:17:49.801Z[ recovery-image] Aug 27 23:17:49.079 INFO O| Aug 27 23:17:49.079 INFO ok!
88622026-08-27T23:17:49.805Z[ recovery-image] Aug 27 23:17:49.079 INFO O| Aug 27 23:17:49.079 INFO STEP 22 (ensure_symlink) COMPLETE
88632026-08-27T23:17:49.805Z[ recovery-image] Aug 27 23:17:49.079 INFO O| Aug 27 23:17:49.079 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642026-08-27T23:17:49.813Z[ recovery-image] Aug 27 23:17:49.091 INFO O| Aug 27 23:17:49.091 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88652026-08-27T23:17:49.813Z[ recovery-image] Aug 27 23:17:49.091 INFO O| Aug 27 23:17:49.091 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88662026-08-27T23:17:49.813Z[ recovery-image] Aug 27 23:17:49.091 INFO O| Aug 27 23:17:49.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88672026-08-27T23:17:49.817Z[ recovery-image] Aug 27 23:17:49.091 INFO O| Aug 27 23:17:49.091 INFO ok!
88682026-08-27T23:17:49.817Z[ recovery-image] Aug 27 23:17:49.091 INFO O| Aug 27 23:17:49.091 INFO STEP 23 (ensure_symlink) COMPLETE
88692026-08-27T23:17:49.817Z[ recovery-image] Aug 27 23:17:49.091 INFO O| Aug 27 23:17:49.091 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-08-27T23:17:49.825Z[ recovery-image] Aug 27 23:17:49.103 INFO O| Aug 27 23:17:49.103 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88712026-08-27T23:17:49.825Z[ recovery-image] Aug 27 23:17:49.103 INFO O| Aug 27 23:17:49.103 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 ...
88722026-08-27T23:17:49.829Z[ recovery-image] Aug 27 23:17:49.103 INFO O| Aug 27 23:17:49.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88732026-08-27T23:17:49.829Z[ recovery-image] Aug 27 23:17:49.103 INFO O| Aug 27 23:17:49.103 INFO ok!
88742026-08-27T23:17:49.829Z[ recovery-image] Aug 27 23:17:49.103 INFO O| Aug 27 23:17:49.103 INFO STEP 24 (ensure_file) COMPLETE
88752026-08-27T23:17:49.829Z[ recovery-image] Aug 27 23:17:49.103 INFO O| Aug 27 23:17:49.103 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762026-08-27T23:17:49.838Z[ recovery-image] Aug 27 23:17:49.115 INFO O| Aug 27 23:17:49.115 INFO updating shadow file
88772026-08-27T23:17:49.838Z[ recovery-image] Aug 27 23:17:49.115 INFO O| Aug 27 23:17:49.115 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88782026-08-27T23:17:49.838Z[ recovery-image] Aug 27 23:17:49.115 INFO O| Aug 27 23:17:49.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88792026-08-27T23:17:49.841Z[ recovery-image] Aug 27 23:17:49.115 INFO O| Aug 27 23:17:49.115 INFO STEP 25 (shadow) COMPLETE
88802026-08-27T23:17:49.841Z[ recovery-image] Aug 27 23:17:49.115 INFO O| Aug 27 23:17:49.115 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812026-08-27T23:17:49.880Z[ recovery-image] Aug 27 23:17:49.155 INFO O| Aug 27 23:17:49.154 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88822026-08-27T23:17:49.880Z[ recovery-image] Aug 27 23:17:49.155 INFO O| Aug 27 23:17:49.155 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88832026-08-27T23:17:49.880Z[ recovery-image] Aug 27 23:17:49.155 INFO O| Aug 27 23:17:49.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88842026-08-27T23:17:49.883Z[ recovery-image] Aug 27 23:17:49.155 INFO O| Aug 27 23:17:49.155 INFO ok!
88852026-08-27T23:17:49.883Z[ recovery-image] Aug 27 23:17:49.155 INFO O| Aug 27 23:17:49.155 INFO STEP 26 (ensure_file) COMPLETE
88862026-08-27T23:17:49.883Z[ recovery-image] Aug 27 23:17:49.155 INFO O| Aug 27 23:17:49.155 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-08-27T23:17:49.892Z[ recovery-image] Aug 27 23:17:49.170 INFO O| Aug 27 23:17:49.170 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88882026-08-27T23:17:49.892Z[ recovery-image] Aug 27 23:17:49.170 INFO O| Aug 27 23:17:49.170 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88892026-08-27T23:17:49.892Z[ recovery-image] Aug 27 23:17:49.170 INFO O| Aug 27 23:17:49.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88902026-08-27T23:17:49.896Z[ recovery-image] Aug 27 23:17:49.170 INFO O| Aug 27 23:17:49.170 INFO ok!
88912026-08-27T23:17:49.896Z[ recovery-image] Aug 27 23:17:49.170 INFO O| Aug 27 23:17:49.170 INFO STEP 27 (ensure_file) COMPLETE
88922026-08-27T23:17:49.896Z[ recovery-image] Aug 27 23:17:49.170 INFO O| Aug 27 23:17:49.170 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88932026-08-27T23:17:49.905Z[ recovery-image] Aug 27 23:17:49.182 INFO O| Aug 27 23:17:49.182 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88942026-08-27T23:17:49.905Z[ recovery-image] Aug 27 23:17:49.182 INFO O| Aug 27 23:17:49.182 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88952026-08-27T23:17:49.908Z[ recovery-image] Aug 27 23:17:49.182 INFO O| Aug 27 23:17:49.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88962026-08-27T23:17:49.908Z[ recovery-image] Aug 27 23:17:49.182 INFO O| Aug 27 23:17:49.182 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88972026-08-27T23:17:49.908Z[ recovery-image] Aug 27 23:17:49.182 INFO O| Aug 27 23:17:49.182 INFO ok!
88982026-08-27T23:17:49.908Z[ recovery-image] Aug 27 23:17:49.182 INFO O| Aug 27 23:17:49.182 INFO STEP 28 (ensure_file) COMPLETE
88992026-08-27T23:17:49.908Z[ recovery-image] Aug 27 23:17:49.182 INFO O| Aug 27 23:17:49.182 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-08-27T23:17:49.918Z[ recovery-image] Aug 27 23:17:49.194 INFO O| Aug 27 23:17:49.194 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89012026-08-27T23:17:49.918Z[ recovery-image] Aug 27 23:17:49.194 INFO O| Aug 27 23:17:49.194 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89022026-08-27T23:17:49.918Z[ recovery-image] Aug 27 23:17:49.194 INFO O| Aug 27 23:17:49.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89032026-08-27T23:17:49.918Z[ recovery-image] Aug 27 23:17:49.194 INFO O| Aug 27 23:17:49.194 INFO ok!
89042026-08-27T23:17:49.918Z[ recovery-image] Aug 27 23:17:49.194 INFO O| Aug 27 23:17:49.194 INFO STEP 29 (ensure_file) COMPLETE
89052026-08-27T23:17:49.918Z[ recovery-image] Aug 27 23:17:49.195 INFO O| Aug 27 23:17:49.194 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89062026-08-27T23:17:49.929Z[ recovery-image] Aug 27 23:17:49.207 INFO O| Aug 27 23:17:49.206 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89072026-08-27T23:17:49.930Z[ recovery-image] Aug 27 23:17:49.207 INFO O| Aug 27 23:17:49.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89082026-08-27T23:17:49.930Z[ recovery-image] Aug 27 23:17:49.207 INFO O| Aug 27 23:17:49.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89092026-08-27T23:17:49.933Z[ recovery-image] Aug 27 23:17:49.207 INFO O| Aug 27 23:17:49.207 INFO STEP 30 (ensure_dir) COMPLETE
89102026-08-27T23:17:49.933Z[ recovery-image] Aug 27 23:17:49.207 INFO O| Aug 27 23:17:49.207 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112026-08-27T23:17:49.966Z[ recovery-image] Aug 27 23:17:49.219 INFO O| Aug 27 23:17:49.219 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89122026-08-27T23:17:49.966Z[ recovery-image] Aug 27 23:17:49.219 INFO O| Aug 27 23:17:49.219 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 ...
89132026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.219 INFO O| Aug 27 23:17:49.219 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
89142026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.219 INFO O| Aug 27 23:17:49.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89152026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.219 INFO O| Aug 27 23:17:49.219 INFO ok!
89162026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.219 INFO O| Aug 27 23:17:49.219 INFO STEP 31 (ensure_file) COMPLETE
89172026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.219 INFO O| Aug 27 23:17:49.219 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89182026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.231 INFO O| Aug 27 23:17:49.231 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89192026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.231 INFO O| Aug 27 23:17:49.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89202026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.231 INFO O| Aug 27 23:17:49.231 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89212026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.231 INFO O| Aug 27 23:17:49.231 INFO STEP 32 (ensure_dir) COMPLETE
89222026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.231 INFO O| Aug 27 23:17:49.231 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89232026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.242 INFO O| Aug 27 23:17:49.242 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89242026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.242 INFO O| Aug 27 23:17:49.242 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 ...
89252026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.242 INFO O| Aug 27 23:17:49.242 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
89262026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.242 INFO O| Aug 27 23:17:49.242 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89272026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.242 INFO O| Aug 27 23:17:49.242 INFO ok!
89282026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.243 INFO O| Aug 27 23:17:49.242 INFO STEP 33 (ensure_file) COMPLETE
89292026-08-27T23:17:49.973Z[ recovery-image] Aug 27 23:17:49.243 INFO O| Aug 27 23:17:49.243 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-08-27T23:17:49.978Z[ recovery-image] Aug 27 23:17:49.253 INFO O| Aug 27 23:17:49.253 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89312026-08-27T23:17:49.978Z[ recovery-image] Aug 27 23:17:49.253 INFO O| Aug 27 23:17:49.253 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89322026-08-27T23:17:49.978Z[ recovery-image] Aug 27 23:17:49.253 INFO O| Aug 27 23:17:49.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89332026-08-27T23:17:49.978Z[ recovery-image] Aug 27 23:17:49.253 INFO O| Aug 27 23:17:49.253 INFO ok!
89342026-08-27T23:17:49.978Z[ recovery-image] Aug 27 23:17:49.253 INFO O| Aug 27 23:17:49.253 INFO STEP 34 (ensure_file) COMPLETE
89352026-08-27T23:17:49.978Z[ recovery-image] Aug 27 23:17:49.253 INFO O| Aug 27 23:17:49.253 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-27T23:17:49.987Z[ recovery-image] Aug 27 23:17:49.265 INFO O| Aug 27 23:17:49.264 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89372026-08-27T23:17:49.987Z[ recovery-image] Aug 27 23:17:49.265 INFO O| Aug 27 23:17:49.265 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89382026-08-27T23:17:49.987Z[ recovery-image] Aug 27 23:17:49.265 INFO O| Aug 27 23:17:49.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89392026-08-27T23:17:49.991Z[ recovery-image] Aug 27 23:17:49.265 INFO O| Aug 27 23:17:49.265 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89402026-08-27T23:17:49.991Z[ recovery-image] Aug 27 23:17:49.265 INFO O| Aug 27 23:17:49.265 INFO ok!
89412026-08-27T23:17:49.991Z[ recovery-image] Aug 27 23:17:49.265 INFO O| Aug 27 23:17:49.265 INFO STEP 35 (ensure_file) COMPLETE
89422026-08-27T23:17:49.991Z[ recovery-image] Aug 27 23:17:49.265 INFO O| Aug 27 23:17:49.265 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89432026-08-27T23:17:49.998Z[ recovery-image] Aug 27 23:17:49.276 INFO O| Aug 27 23:17:49.275 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89442026-08-27T23:17:49.998Z[ recovery-image] Aug 27 23:17:49.276 INFO O| Aug 27 23:17:49.276 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89452026-08-27T23:17:50.011Z[ recovery-image] Aug 27 23:17:49.276 INFO O| Aug 27 23:17:49.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89462026-08-27T23:17:50.011Z[ recovery-image] Aug 27 23:17:49.276 INFO O| Aug 27 23:17:49.276 INFO ok!
89472026-08-27T23:17:50.011Z[ recovery-image] Aug 27 23:17:49.276 INFO O| Aug 27 23:17:49.276 INFO STEP 36 (ensure_file) COMPLETE
89482026-08-27T23:17:50.011Z[ recovery-image] Aug 27 23:17:49.276 INFO O| Aug 27 23:17:49.276 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-08-27T23:17:50.015Z[ recovery-image] Aug 27 23:17:49.291 INFO O| Aug 27 23:17:49.291 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89502026-08-27T23:17:50.015Z[ recovery-image] Aug 27 23:17:49.291 INFO O| Aug 27 23:17:49.291 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89512026-08-27T23:17:50.016Z[ recovery-image] Aug 27 23:17:49.291 INFO O| Aug 27 23:17:49.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89522026-08-27T23:17:50.019Z[ recovery-image] Aug 27 23:17:49.291 INFO O| Aug 27 23:17:49.291 INFO ok!
89532026-08-27T23:17:50.019Z[ recovery-image] Aug 27 23:17:49.291 INFO O| Aug 27 23:17:49.291 INFO STEP 37 (ensure_file) COMPLETE
89542026-08-27T23:17:50.019Z[ recovery-image] Aug 27 23:17:49.291 INFO O| Aug 27 23:17:49.291 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89552026-08-27T23:17:50.024Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89562026-08-27T23:17:50.024Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89572026-08-27T23:17:50.028Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89582026-08-27T23:17:50.028Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89592026-08-27T23:17:50.028Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89602026-08-27T23:17:50.028Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89612026-08-27T23:17:50.028Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO ok!
89622026-08-27T23:17:50.028Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO STEP 38 (ensure_file) COMPLETE
89632026-08-27T23:17:50.028Z[ recovery-image] Aug 27 23:17:49.301 INFO O| Aug 27 23:17:49.301 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89642026-08-27T23:17:50.038Z[ recovery-image] Aug 27 23:17:49.315 INFO O| Aug 27 23:17:49.315 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89652026-08-27T23:17:50.038Z[ recovery-image] Aug 27 23:17:49.315 INFO O| Aug 27 23:17:49.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89662026-08-27T23:17:50.038Z[ recovery-image] Aug 27 23:17:49.315 INFO O| Aug 27 23:17:49.315 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89672026-08-27T23:17:50.041Z[ recovery-image] Aug 27 23:17:49.315 INFO O| Aug 27 23:17:49.315 INFO STEP 39 (ensure_dir) COMPLETE
89682026-08-27T23:17:50.041Z[ recovery-image] Aug 27 23:17:49.315 INFO O| Aug 27 23:17:49.315 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89692026-08-27T23:17:50.051Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 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
89702026-08-27T23:17:50.051Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 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 ...
89712026-08-27T23:17:50.055Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 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
89722026-08-27T23:17:50.055Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 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
89732026-08-27T23:17:50.055Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 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
89742026-08-27T23:17:50.055Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 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
89752026-08-27T23:17:50.055Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 INFO ok!
89762026-08-27T23:17:50.055Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 INFO STEP 40 (ensure_file) COMPLETE
89772026-08-27T23:17:50.055Z[ recovery-image] Aug 27 23:17:49.328 INFO O| Aug 27 23:17:49.328 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89782026-08-27T23:17:50.062Z[ recovery-image] Aug 27 23:17:49.339 INFO O| Aug 27 23:17:49.339 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89792026-08-27T23:17:50.062Z[ recovery-image] Aug 27 23:17:49.339 INFO O| Aug 27 23:17:49.339 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 ...
89802026-08-27T23:17:50.062Z[ recovery-image] Aug 27 23:17:49.339 INFO O| Aug 27 23:17:49.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89812026-08-27T23:17:50.065Z[ recovery-image] Aug 27 23:17:49.339 INFO O| Aug 27 23:17:49.339 INFO ok!
89822026-08-27T23:17:50.065Z[ recovery-image] Aug 27 23:17:49.339 INFO O| Aug 27 23:17:49.339 INFO STEP 41 (ensure_symlink) COMPLETE
89832026-08-27T23:17:50.065Z[ recovery-image] Aug 27 23:17:49.339 INFO O| Aug 27 23:17:49.339 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89842026-08-27T23:17:50.075Z[ recovery-image] Aug 27 23:17:49.352 INFO O| Aug 27 23:17:49.352 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89852026-08-27T23:17:50.075Z[ recovery-image] Aug 27 23:17:49.352 INFO O| Aug 27 23:17:49.352 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89862026-08-27T23:17:50.075Z[ recovery-image] Aug 27 23:17:49.352 INFO O| Aug 27 23:17:49.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89872026-08-27T23:17:50.075Z[ recovery-image] Aug 27 23:17:49.352 INFO O| Aug 27 23:17:49.352 INFO ok!
89882026-08-27T23:17:50.075Z[ recovery-image] Aug 27 23:17:49.352 INFO O| Aug 27 23:17:49.352 INFO STEP 42 (ensure_symlink) COMPLETE
89892026-08-27T23:17:50.075Z[ recovery-image] Aug 27 23:17:49.352 INFO O| Aug 27 23:17:49.352 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89902026-08-27T23:17:50.086Z[ recovery-image] Aug 27 23:17:49.363 INFO O| Aug 27 23:17:49.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89912026-08-27T23:17:50.086Z[ recovery-image] Aug 27 23:17:49.363 INFO O| Aug 27 23:17:49.363 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89922026-08-27T23:17:50.086Z[ recovery-image] Aug 27 23:17:49.364 INFO O| Aug 27 23:17:49.363 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89932026-08-27T23:17:50.090Z[ recovery-image] Aug 27 23:17:49.364 INFO O| Aug 27 23:17:49.364 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89942026-08-27T23:17:50.090Z[ recovery-image] Aug 27 23:17:49.364 INFO O| Aug 27 23:17:49.364 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89952026-08-27T23:17:50.090Z[ recovery-image] Aug 27 23:17:49.364 INFO O| Aug 27 23:17:49.364 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89962026-08-27T23:17:50.090Z[ recovery-image] Aug 27 23:17:49.364 INFO O| Aug 27 23:17:49.364 INFO ok!
89972026-08-27T23:17:50.090Z[ recovery-image] Aug 27 23:17:49.364 INFO O| Aug 27 23:17:49.364 INFO STEP 43 (ensure_file) COMPLETE
89982026-08-27T23:17:50.090Z[ recovery-image] Aug 27 23:17:49.364 INFO O| Aug 27 23:17:49.364 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89992026-08-27T23:17:50.097Z[ recovery-image] Aug 27 23:17:49.374 INFO O| Aug 27 23:17:49.374 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90002026-08-27T23:17:50.097Z[ recovery-image] Aug 27 23:17:49.374 INFO O| Aug 27 23:17:49.374 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 ...
90012026-08-27T23:17:50.097Z[ recovery-image] Aug 27 23:17:49.374 INFO O| Aug 27 23:17:49.374 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
90022026-08-27T23:17:50.100Z[ recovery-image] Aug 27 23:17:49.374 INFO O| Aug 27 23:17:49.374 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90032026-08-27T23:17:50.100Z[ recovery-image] Aug 27 23:17:49.374 INFO O| Aug 27 23:17:49.374 INFO ok!
90042026-08-27T23:17:50.100Z[ recovery-image] Aug 27 23:17:49.374 INFO O| Aug 27 23:17:49.374 INFO STEP 44 (ensure_file) COMPLETE
90052026-08-27T23:17:50.100Z[ recovery-image] Aug 27 23:17:49.374 INFO O| Aug 27 23:17:49.374 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90062026-08-27T23:17:50.108Z[ recovery-image] Aug 27 23:17:49.385 INFO O| Aug 27 23:17:49.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90072026-08-27T23:17:50.108Z[ recovery-image] Aug 27 23:17:49.385 INFO O| Aug 27 23:17:49.385 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90082026-08-27T23:17:50.108Z[ recovery-image] Aug 27 23:17:49.385 INFO O| Aug 27 23:17:49.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90092026-08-27T23:17:50.112Z[ recovery-image] Aug 27 23:17:49.385 INFO O| Aug 27 23:17:49.385 INFO ok!
90102026-08-27T23:17:50.112Z[ recovery-image] Aug 27 23:17:49.386 INFO O| Aug 27 23:17:49.385 INFO STEP 45 (ensure_file) COMPLETE
90112026-08-27T23:17:50.112Z[ recovery-image] Aug 27 23:17:49.386 INFO O| Aug 27 23:17:49.385 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90122026-08-27T23:17:50.120Z[ recovery-image] Aug 27 23:17:49.397 INFO O| Aug 27 23:17:49.397 INFO updating shadow file
90132026-08-27T23:17:50.120Z[ recovery-image] Aug 27 23:17:49.397 INFO O| Aug 27 23:17:49.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90142026-08-27T23:17:50.120Z[ recovery-image] Aug 27 23:17:49.397 INFO O| Aug 27 23:17:49.397 INFO STEP 46 (shadow) COMPLETE
90152026-08-27T23:17:50.124Z[ recovery-image] Aug 27 23:17:49.397 INFO O| Aug 27 23:17:49.397 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90162026-08-27T23:17:50.131Z[ recovery-image] Aug 27 23:17:49.408 INFO O| Aug 27 23:17:49.408 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90172026-08-27T23:17:50.131Z[ recovery-image] Aug 27 23:17:49.408 INFO O| Aug 27 23:17:49.408 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90182026-08-27T23:17:50.135Z[ recovery-image] Aug 27 23:17:49.408 INFO O| Aug 27 23:17:49.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90192026-08-27T23:17:50.135Z[ recovery-image] Aug 27 23:17:49.408 INFO O| Aug 27 23:17:49.408 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90202026-08-27T23:17:50.135Z[ recovery-image] Aug 27 23:17:49.408 INFO O| Aug 27 23:17:49.408 INFO ok!
90212026-08-27T23:17:50.135Z[ recovery-image] Aug 27 23:17:49.408 INFO O| Aug 27 23:17:49.408 INFO STEP 47 (ensure_file) COMPLETE
90222026-08-27T23:17:50.135Z[ recovery-image] Aug 27 23:17:49.408 INFO O| Aug 27 23:17:49.408 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-27T23:17:50.143Z[ recovery-image] Aug 27 23:17:49.420 INFO O| Aug 27 23:17:49.420 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90242026-08-27T23:17:50.143Z[ recovery-image] Aug 27 23:17:49.420 INFO O| Aug 27 23:17:49.420 INFO STEP 48 (ensure_dir) COMPLETE
90252026-08-27T23:17:50.146Z[ recovery-image] Aug 27 23:17:49.420 INFO O| Aug 27 23:17:49.420 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-08-27T23:17:50.164Z[ recovery-image] Aug 27 23:17:49.441 INFO O| Aug 27 23:17:49.441 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90272026-08-27T23:17:50.164Z[ recovery-image] Aug 27 23:17:49.441 INFO O| Aug 27 23:17:49.441 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90282026-08-27T23:17:50.169Z[ recovery-image] Aug 27 23:17:49.441 INFO O| Aug 27 23:17:49.441 INFO STEP 49 (ensure_dir) COMPLETE
90292026-08-27T23:17:50.169Z[ recovery-image] Aug 27 23:17:49.441 INFO O| Aug 27 23:17:49.441 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-27T23:17:50.176Z[ recovery-image] Aug 27 23:17:49.452 INFO O| Aug 27 23:17:49.452 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90312026-08-27T23:17:50.176Z[ recovery-image] Aug 27 23:17:49.452 INFO O| Aug 27 23:17:49.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90322026-08-27T23:17:50.179Z[ recovery-image] Aug 27 23:17:49.452 INFO O| Aug 27 23:17:49.452 INFO STEP 50 (ensure_dir) COMPLETE
90332026-08-27T23:17:50.179Z[ recovery-image] Aug 27 23:17:49.452 INFO O| Aug 27 23:17:49.452 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-08-27T23:17:50.188Z[ recovery-image] Aug 27 23:17:49.464 INFO O| Aug 27 23:17:49.464 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90352026-08-27T23:17:50.188Z[ recovery-image] Aug 27 23:17:49.464 INFO O| Aug 27 23:17:49.464 INFO copying /tmp/.tmpMUjC3W/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90362026-08-27T23:17:50.221Z[ recovery-image] Aug 27 23:17:49.499 INFO O| Aug 27 23:17:49.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90372026-08-27T23:17:50.221Z[ recovery-image] Aug 27 23:17:49.499 INFO O| Aug 27 23:17:49.499 INFO ok!
90382026-08-27T23:17:50.225Z[ recovery-image] Aug 27 23:17:49.499 INFO O| Aug 27 23:17:49.499 INFO STEP 51 (ensure_file) COMPLETE
90392026-08-27T23:17:50.225Z[ recovery-image] Aug 27 23:17:49.499 INFO O| Aug 27 23:17:49.499 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-27T23:17:50.236Z[ recovery-image] Aug 27 23:17:49.511 INFO O| Aug 27 23:17:49.511 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90412026-08-27T23:17:50.236Z[ recovery-image] Aug 27 23:17:49.511 INFO O| Aug 27 23:17:49.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90422026-08-27T23:17:50.236Z[ recovery-image] Aug 27 23:17:49.511 INFO O| Aug 27 23:17:49.511 INFO STEP 52 (ensure_dir) COMPLETE
90432026-08-27T23:17:50.236Z[ recovery-image] Aug 27 23:17:49.511 INFO O| Aug 27 23:17:49.511 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-27T23:17:50.245Z[ recovery-image] Aug 27 23:17:49.522 INFO O| Aug 27 23:17:49.522 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90452026-08-27T23:17:50.245Z[ recovery-image] Aug 27 23:17:49.522 INFO O| Aug 27 23:17:49.522 INFO copying /tmp/.tmpMUjC3W/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90462026-08-27T23:17:50.245Z[ recovery-image] Aug 27 23:17:49.522 INFO O| Aug 27 23:17:49.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90472026-08-27T23:17:50.245Z[ recovery-image] Aug 27 23:17:49.522 INFO O| Aug 27 23:17:49.522 INFO ok!
90482026-08-27T23:17:50.248Z[ recovery-image] Aug 27 23:17:49.522 INFO O| Aug 27 23:17:49.522 INFO STEP 53 (ensure_file) COMPLETE
90492026-08-27T23:17:50.248Z[ recovery-image] Aug 27 23:17:49.522 INFO O| Aug 27 23:17:49.522 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-27T23:17:50.256Z[ recovery-image] Aug 27 23:17:49.533 INFO O| Aug 27 23:17:49.533 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90512026-08-27T23:17:50.256Z[ recovery-image] Aug 27 23:17:49.533 INFO O| Aug 27 23:17:49.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90522026-08-27T23:17:50.259Z[ recovery-image] Aug 27 23:17:49.533 INFO O| Aug 27 23:17:49.533 INFO STEP 54 (ensure_dir) COMPLETE
90532026-08-27T23:17:50.259Z[ recovery-image] Aug 27 23:17:49.533 INFO O| Aug 27 23:17:49.533 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-27T23:17:50.266Z[ recovery-image] Aug 27 23:17:49.544 INFO O| Aug 27 23:17:49.544 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90552026-08-27T23:17:50.266Z[ recovery-image] Aug 27 23:17:49.544 INFO O| Aug 27 23:17:49.544 INFO copying /tmp/.tmpMUjC3W/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90562026-08-27T23:17:52.260Z[ recovery-image] Aug 27 23:17:51.537 INFO O| Aug 27 23:17:51.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90572026-08-27T23:17:52.260Z[ recovery-image] Aug 27 23:17:51.537 INFO O| Aug 27 23:17:51.537 INFO ok!
90582026-08-27T23:17:52.260Z[ recovery-image] Aug 27 23:17:51.537 INFO O| Aug 27 23:17:51.537 INFO STEP 55 (ensure_file) COMPLETE
90592026-08-27T23:17:52.264Z[ recovery-image] Aug 27 23:17:51.537 INFO O| Aug 27 23:17:51.537 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-27T23:17:52.273Z[ recovery-image] Aug 27 23:17:51.550 INFO O| Aug 27 23:17:51.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90612026-08-27T23:17:52.273Z[ recovery-image] Aug 27 23:17:51.550 INFO O| Aug 27 23:17:51.550 INFO copying /tmp/.tmpMUjC3W/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90622026-08-27T23:17:54.298Z[ recovery-image] Aug 27 23:17:53.575 INFO O| Aug 27 23:17:53.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90632026-08-27T23:17:54.298Z[ recovery-image] Aug 27 23:17:53.575 INFO O| Aug 27 23:17:53.575 INFO ok!
90642026-08-27T23:17:54.298Z[ recovery-image] Aug 27 23:17:53.575 INFO O| Aug 27 23:17:53.575 INFO STEP 56 (ensure_file) COMPLETE
90652026-08-27T23:17:54.301Z[ recovery-image] Aug 27 23:17:53.575 INFO O| Aug 27 23:17:53.575 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-27T23:17:54.312Z[ recovery-image] Aug 27 23:17:53.587 INFO O| Aug 27 23:17:53.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90672026-08-27T23:17:54.312Z[ recovery-image] Aug 27 23:17:53.587 INFO O| Aug 27 23:17:53.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90682026-08-27T23:17:54.312Z[ recovery-image] Aug 27 23:17:53.587 INFO O| Aug 27 23:17:53.587 INFO STEP 57 (ensure_dir) COMPLETE
90692026-08-27T23:17:54.315Z[ recovery-image] Aug 27 23:17:53.587 INFO O| Aug 27 23:17:53.587 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-27T23:17:54.321Z[ recovery-image] Aug 27 23:17:53.599 INFO O| Aug 27 23:17:53.598 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90712026-08-27T23:17:54.321Z[ recovery-image] Aug 27 23:17:53.599 INFO O| Aug 27 23:17:53.598 INFO copying /tmp/.tmpMUjC3W/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 ...
90722026-08-27T23:17:54.321Z[ recovery-image] Aug 27 23:17:53.599 INFO O| Aug 27 23:17:53.599 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
90732026-08-27T23:17:54.325Z[ recovery-image] Aug 27 23:17:53.599 INFO O| Aug 27 23:17:53.599 INFO ok!
90742026-08-27T23:17:54.325Z[ recovery-image] Aug 27 23:17:53.599 INFO O| Aug 27 23:17:53.599 INFO STEP 58 (ensure_file) COMPLETE
90752026-08-27T23:17:54.325Z[ recovery-image] Aug 27 23:17:53.599 INFO O| Aug 27 23:17:53.599 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-27T23:17:54.332Z[ recovery-image] Aug 27 23:17:53.609 INFO O| Aug 27 23:17:53.609 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90772026-08-27T23:17:54.332Z[ recovery-image] Aug 27 23:17:53.609 INFO O| Aug 27 23:17:53.609 INFO copying /tmp/.tmpMUjC3W/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 ...
90782026-08-27T23:17:54.336Z[ recovery-image] Aug 27 23:17:53.609 INFO O| Aug 27 23:17:53.609 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
90792026-08-27T23:17:54.339Z[ recovery-image] Aug 27 23:17:53.609 INFO O| Aug 27 23:17:53.609 INFO ok!
90802026-08-27T23:17:54.339Z[ recovery-image] Aug 27 23:17:53.609 INFO O| Aug 27 23:17:53.609 INFO STEP 59 (ensure_file) COMPLETE
90812026-08-27T23:17:54.339Z[ recovery-image] Aug 27 23:17:53.609 INFO O| Aug 27 23:17:53.609 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90822026-08-27T23:17:54.343Z[ recovery-image] Aug 27 23:17:53.620 INFO O| Aug 27 23:17:53.620 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90832026-08-27T23:17:54.343Z[ recovery-image] Aug 27 23:17:53.620 INFO O| Aug 27 23:17:53.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90842026-08-27T23:17:54.343Z[ recovery-image] Aug 27 23:17:53.620 INFO O| Aug 27 23:17:53.620 INFO STEP 60 (ensure_dir) COMPLETE
90852026-08-27T23:17:54.343Z[ recovery-image] Aug 27 23:17:53.620 INFO O| Aug 27 23:17:53.620 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-27T23:17:54.355Z[ recovery-image] Aug 27 23:17:53.632 INFO O| Aug 27 23:17:53.632 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90872026-08-27T23:17:54.355Z[ recovery-image] Aug 27 23:17:53.632 INFO O| Aug 27 23:17:53.632 INFO copying /tmp/.tmpMUjC3W/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 ...
90882026-08-27T23:17:54.355Z[ recovery-image] Aug 27 23:17:53.632 INFO O| Aug 27 23:17:53.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90892026-08-27T23:17:54.355Z[ recovery-image] Aug 27 23:17:53.632 INFO O| Aug 27 23:17:53.632 INFO ok!
90902026-08-27T23:17:54.355Z[ recovery-image] Aug 27 23:17:53.632 INFO O| Aug 27 23:17:53.632 INFO STEP 61 (ensure_file) COMPLETE
90912026-08-27T23:17:54.363Z[ recovery-image] Aug 27 23:17:53.632 INFO O| Aug 27 23:17:53.632 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-27T23:17:54.370Z[ recovery-image] Aug 27 23:17:53.646 INFO O| Aug 27 23:17:53.645 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90932026-08-27T23:17:54.370Z[ recovery-image] Aug 27 23:17:53.646 INFO O| Aug 27 23:17:53.646 INFO copying /tmp/.tmpMUjC3W/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 ...
90942026-08-27T23:17:54.370Z[ recovery-image] Aug 27 23:17:53.646 INFO O| Aug 27 23:17:53.646 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
90952026-08-27T23:17:54.370Z[ recovery-image] Aug 27 23:17:53.646 INFO O| Aug 27 23:17:53.646 INFO ok!
90962026-08-27T23:17:54.370Z[ recovery-image] Aug 27 23:17:53.646 INFO O| Aug 27 23:17:53.646 INFO STEP 62 (ensure_file) COMPLETE
90972026-08-27T23:17:54.370Z[ recovery-image] Aug 27 23:17:53.646 INFO O| Aug 27 23:17:53.646 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-27T23:17:54.381Z[ recovery-image] Aug 27 23:17:53.658 INFO O| Aug 27 23:17:53.658 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90992026-08-27T23:17:54.381Z[ recovery-image] Aug 27 23:17:53.658 INFO O| Aug 27 23:17:53.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91002026-08-27T23:17:54.381Z[ recovery-image] Aug 27 23:17:53.658 INFO O| Aug 27 23:17:53.658 INFO STEP 63 (ensure_dir) COMPLETE
91012026-08-27T23:17:54.381Z[ recovery-image] Aug 27 23:17:53.658 INFO O| Aug 27 23:17:53.658 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-27T23:17:54.394Z[ recovery-image] Aug 27 23:17:53.671 INFO O| Aug 27 23:17:53.671 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91032026-08-27T23:17:54.394Z[ recovery-image] Aug 27 23:17:53.671 INFO O| Aug 27 23:17:53.671 INFO copying /tmp/.tmpMUjC3W/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 ...
91042026-08-27T23:17:54.394Z[ recovery-image] Aug 27 23:17:53.671 INFO O| Aug 27 23:17:53.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91052026-08-27T23:17:54.398Z[ recovery-image] Aug 27 23:17:53.671 INFO O| Aug 27 23:17:53.671 INFO ok!
91062026-08-27T23:17:54.398Z[ recovery-image] Aug 27 23:17:53.671 INFO O| Aug 27 23:17:53.671 INFO STEP 64 (ensure_file) COMPLETE
91072026-08-27T23:17:54.398Z[ recovery-image] Aug 27 23:17:53.671 INFO O| Aug 27 23:17:53.671 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-08-27T23:17:54.405Z[ recovery-image] Aug 27 23:17:53.683 INFO O| Aug 27 23:17:53.683 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91092026-08-27T23:17:54.405Z[ recovery-image] Aug 27 23:17:53.683 INFO O| Aug 27 23:17:53.683 INFO copying /tmp/.tmpMUjC3W/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91102026-08-27T23:17:54.410Z[ recovery-image] Aug 27 23:17:53.683 INFO O| Aug 27 23:17:53.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91112026-08-27T23:17:54.410Z[ recovery-image] Aug 27 23:17:53.683 INFO O| Aug 27 23:17:53.683 INFO ok!
91122026-08-27T23:17:54.410Z[ recovery-image] Aug 27 23:17:53.683 INFO O| Aug 27 23:17:53.683 INFO STEP 65 (ensure_file) COMPLETE
91132026-08-27T23:17:54.410Z[ recovery-image] Aug 27 23:17:53.683 INFO O| Aug 27 23:17:53.683 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-08-27T23:17:54.417Z[ recovery-image] Aug 27 23:17:53.694 INFO O| Aug 27 23:17:53.694 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91152026-08-27T23:17:54.417Z[ recovery-image] Aug 27 23:17:53.694 INFO O| Aug 27 23:17:53.694 INFO STEP 66 (ensure_dir) COMPLETE
91162026-08-27T23:17:54.417Z[ recovery-image] Aug 27 23:17:53.694 INFO O| Aug 27 23:17:53.694 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-08-27T23:17:54.429Z[ recovery-image] Aug 27 23:17:53.706 INFO O| Aug 27 23:17:53.706 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91182026-08-27T23:17:54.429Z[ recovery-image] Aug 27 23:17:53.706 INFO O| Aug 27 23:17:53.706 INFO STEP 67 (ensure_dir) COMPLETE
91192026-08-27T23:17:54.433Z[ recovery-image] Aug 27 23:17:53.706 INFO O| Aug 27 23:17:53.706 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-08-27T23:17:54.441Z[ recovery-image] Aug 27 23:17:53.718 INFO O| Aug 27 23:17:53.718 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91212026-08-27T23:17:54.441Z[ recovery-image] Aug 27 23:17:53.718 INFO O| Aug 27 23:17:53.718 INFO STEP 68 (ensure_dir) COMPLETE
91222026-08-27T23:17:54.441Z[ recovery-image] Aug 27 23:17:53.718 INFO O| Aug 27 23:17:53.718 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-08-27T23:17:54.458Z[ recovery-image] Aug 27 23:17:53.732 INFO O| Aug 27 23:17:53.729 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91242026-08-27T23:17:54.458Z[ recovery-image] Aug 27 23:17:53.732 INFO O| Aug 27 23:17:53.730 INFO STEP 69 (ensure_dir) COMPLETE
91252026-08-27T23:17:54.458Z[ recovery-image] Aug 27 23:17:53.732 INFO O| Aug 27 23:17:53.730 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-08-27T23:17:54.463Z[ recovery-image] Aug 27 23:17:53.741 INFO O| Aug 27 23:17:53.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91272026-08-27T23:17:54.463Z[ recovery-image] Aug 27 23:17:53.741 INFO O| Aug 27 23:17:53.741 INFO copying /tmp/.tmpMUjC3W/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91282026-08-27T23:17:54.463Z[ recovery-image] Aug 27 23:17:53.741 INFO O| Aug 27 23:17:53.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91292026-08-27T23:17:54.469Z[ recovery-image] Aug 27 23:17:53.741 INFO O| Aug 27 23:17:53.741 INFO ok!
91302026-08-27T23:17:54.469Z[ recovery-image] Aug 27 23:17:53.741 INFO O| Aug 27 23:17:53.741 INFO STEP 70 (ensure_file) COMPLETE
91312026-08-27T23:17:54.469Z[ recovery-image] Aug 27 23:17:53.741 INFO O| Aug 27 23:17:53.741 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-27T23:17:54.477Z[ recovery-image] Aug 27 23:17:53.755 INFO O| Aug 27 23:17:53.755 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91332026-08-27T23:17:54.481Z[ recovery-image] Aug 27 23:17:53.755 INFO O| Aug 27 23:17:53.755 INFO STEP 71 (remove_files) COMPLETE
91342026-08-27T23:17:54.481Z[ recovery-image] Aug 27 23:17:53.755 INFO O| Aug 27 23:17:53.755 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-27T23:17:54.490Z[ recovery-image] Aug 27 23:17:53.768 INFO O| Aug 27 23:17:53.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91362026-08-27T23:17:54.490Z[ recovery-image] Aug 27 23:17:53.768 INFO O| Aug 27 23:17:53.768 INFO STEP 72 (remove_files) COMPLETE
91372026-08-27T23:17:54.494Z[ recovery-image] Aug 27 23:17:53.768 INFO O| Aug 27 23:17:53.768 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-27T23:17:54.503Z[ recovery-image] Aug 27 23:17:53.780 INFO O| Aug 27 23:17:53.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91392026-08-27T23:17:54.503Z[ recovery-image] Aug 27 23:17:53.780 INFO O| Aug 27 23:17:53.780 INFO STEP 73 (remove_files) COMPLETE
91402026-08-27T23:17:54.507Z[ recovery-image] Aug 27 23:17:53.780 INFO O| Aug 27 23:17:53.780 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-27T23:17:54.514Z[ recovery-image] Aug 27 23:17:53.791 INFO O| Aug 27 23:17:53.791 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91422026-08-27T23:17:54.517Z[ recovery-image] Aug 27 23:17:53.792 INFO O| Aug 27 23:17:53.792 INFO STEP 74 (remove_files) COMPLETE
91432026-08-27T23:17:54.517Z[ recovery-image] Aug 27 23:17:53.792 INFO O| Aug 27 23:17:53.792 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-27T23:17:54.526Z[ recovery-image] Aug 27 23:17:53.803 INFO O| Aug 27 23:17:53.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91452026-08-27T23:17:54.526Z[ recovery-image] Aug 27 23:17:53.803 INFO O| Aug 27 23:17:53.803 INFO STEP 75 (remove_files) COMPLETE
91462026-08-27T23:17:54.526Z[ recovery-image] Aug 27 23:17:53.803 INFO O| Aug 27 23:17:53.803 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-27T23:17:54.537Z[ recovery-image] Aug 27 23:17:53.815 INFO O| Aug 27 23:17:53.815 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91482026-08-27T23:17:54.537Z[ recovery-image] Aug 27 23:17:53.815 INFO O| Aug 27 23:17:53.815 INFO STEP 76 (remove_files) COMPLETE
91492026-08-27T23:17:54.541Z[ recovery-image] Aug 27 23:17:53.815 INFO O| Aug 27 23:17:53.815 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-27T23:17:54.547Z[ recovery-image] Aug 27 23:17:53.824 INFO O| Aug 27 23:17:53.824 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91512026-08-27T23:17:54.547Z[ recovery-image] Aug 27 23:17:53.825 INFO O| Aug 27 23:17:53.825 INFO STEP 77 (remove_files) COMPLETE
91522026-08-27T23:17:54.550Z[ recovery-image] Aug 27 23:17:53.825 INFO O| Aug 27 23:17:53.825 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-27T23:17:54.558Z[ recovery-image] Aug 27 23:17:53.836 INFO O| Aug 27 23:17:53.836 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91542026-08-27T23:17:54.559Z[ recovery-image] Aug 27 23:17:53.836 INFO O| Aug 27 23:17:53.836 INFO STEP 78 (remove_files) COMPLETE
91552026-08-27T23:17:54.559Z[ recovery-image] Aug 27 23:17:53.836 INFO O| Aug 27 23:17:53.836 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-27T23:17:54.568Z[ recovery-image] Aug 27 23:17:53.845 INFO O| Aug 27 23:17:53.845 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91572026-08-27T23:17:54.568Z[ recovery-image] Aug 27 23:17:53.846 INFO O| Aug 27 23:17:53.846 INFO STEP 79 (remove_files) COMPLETE
91582026-08-27T23:17:54.568Z[ recovery-image] Aug 27 23:17:53.846 INFO O| Aug 27 23:17:53.846 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-27T23:17:54.578Z[ recovery-image] Aug 27 23:17:53.855 INFO O| Aug 27 23:17:53.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91602026-08-27T23:17:54.578Z[ recovery-image] Aug 27 23:17:53.855 INFO O| Aug 27 23:17:53.855 INFO STEP 80 (remove_files) COMPLETE
91612026-08-27T23:17:54.582Z[ recovery-image] Aug 27 23:17:53.855 INFO O| Aug 27 23:17:53.855 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-27T23:17:54.588Z[ recovery-image] Aug 27 23:17:53.865 INFO O| Aug 27 23:17:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91632026-08-27T23:17:54.588Z[ recovery-image] Aug 27 23:17:53.865 INFO O| Aug 27 23:17:53.865 INFO STEP 81 (remove_files) COMPLETE
91642026-08-27T23:17:54.591Z[ recovery-image] Aug 27 23:17:53.865 INFO O| Aug 27 23:17:53.865 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-27T23:17:54.599Z[ recovery-image] Aug 27 23:17:53.877 INFO O| Aug 27 23:17:53.877 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91662026-08-27T23:17:54.603Z[ recovery-image] Aug 27 23:17:53.877 INFO O| Aug 27 23:17:53.877 INFO STEP 82 (remove_files) COMPLETE
91672026-08-27T23:17:54.603Z[ recovery-image] Aug 27 23:17:53.877 INFO O| Aug 27 23:17:53.877 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-27T23:17:54.608Z[ recovery-image] Aug 27 23:17:53.886 INFO O| Aug 27 23:17:53.886 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91692026-08-27T23:17:54.612Z[ recovery-image] Aug 27 23:17:53.886 INFO O| Aug 27 23:17:53.886 INFO STEP 83 (remove_files) COMPLETE
91702026-08-27T23:17:54.612Z[ recovery-image] Aug 27 23:17:53.886 INFO O| Aug 27 23:17:53.886 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-27T23:17:54.620Z[ recovery-image] Aug 27 23:17:53.898 INFO O| Aug 27 23:17:53.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91722026-08-27T23:17:54.620Z[ recovery-image] Aug 27 23:17:53.898 INFO O| Aug 27 23:17:53.898 INFO STEP 84 (remove_files) COMPLETE
91732026-08-27T23:17:54.620Z[ recovery-image] Aug 27 23:17:53.898 INFO O| Aug 27 23:17:53.898 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-27T23:17:54.632Z[ recovery-image] Aug 27 23:17:53.910 INFO O| Aug 27 23:17:53.910 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91752026-08-27T23:17:54.632Z[ recovery-image] Aug 27 23:17:53.910 INFO O| Aug 27 23:17:53.910 INFO STEP 85 (remove_files) COMPLETE
91762026-08-27T23:17:54.632Z[ recovery-image] Aug 27 23:17:53.910 INFO O| Aug 27 23:17:53.910 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-27T23:17:54.645Z[ recovery-image] Aug 27 23:17:53.922 INFO O| Aug 27 23:17:53.922 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91782026-08-27T23:17:54.645Z[ recovery-image] Aug 27 23:17:53.922 INFO O| Aug 27 23:17:53.922 INFO STEP 86 (remove_files) COMPLETE
91792026-08-27T23:17:54.645Z[ recovery-image] Aug 27 23:17:53.922 INFO O| Aug 27 23:17:53.922 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-27T23:17:54.655Z[ recovery-image] Aug 27 23:17:53.932 INFO O| Aug 27 23:17:53.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91812026-08-27T23:17:54.655Z[ recovery-image] Aug 27 23:17:53.932 INFO O| Aug 27 23:17:53.932 INFO STEP 87 (remove_files) COMPLETE
91822026-08-27T23:17:54.655Z[ recovery-image] Aug 27 23:17:53.932 INFO O| Aug 27 23:17:53.932 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-27T23:17:54.664Z[ recovery-image] Aug 27 23:17:53.942 INFO O| Aug 27 23:17:53.942 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91842026-08-27T23:17:54.664Z[ recovery-image] Aug 27 23:17:53.942 INFO O| Aug 27 23:17:53.942 INFO STEP 88 (remove_files) COMPLETE
91852026-08-27T23:17:54.668Z[ recovery-image] Aug 27 23:17:53.942 INFO O| Aug 27 23:17:53.942 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-27T23:17:54.675Z[ recovery-image] Aug 27 23:17:53.953 INFO O| Aug 27 23:17:53.953 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91872026-08-27T23:17:54.675Z[ recovery-image] Aug 27 23:17:53.953 INFO O| Aug 27 23:17:53.953 INFO STEP 89 (remove_files) COMPLETE
91882026-08-27T23:17:54.675Z[ recovery-image] Aug 27 23:17:53.953 INFO O| Aug 27 23:17:53.953 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-27T23:17:54.686Z[ recovery-image] Aug 27 23:17:53.964 INFO O| Aug 27 23:17:53.964 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91902026-08-27T23:17:54.691Z[ recovery-image] Aug 27 23:17:53.964 INFO O| Aug 27 23:17:53.964 INFO STEP 90 (remove_files) COMPLETE
91912026-08-27T23:17:54.691Z[ recovery-image] Aug 27 23:17:53.964 INFO O| Aug 27 23:17:53.964 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-27T23:17:54.697Z[ recovery-image] Aug 27 23:17:53.975 INFO O| Aug 27 23:17:53.975 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91932026-08-27T23:17:54.701Z[ recovery-image] Aug 27 23:17:53.975 INFO O| Aug 27 23:17:53.975 INFO STEP 91 (remove_files) COMPLETE
91942026-08-27T23:17:54.701Z[ recovery-image] Aug 27 23:17:53.975 INFO O| Aug 27 23:17:53.975 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-27T23:17:54.712Z[ recovery-image] Aug 27 23:17:53.985 INFO O| Aug 27 23:17:53.985 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91962026-08-27T23:17:54.712Z[ recovery-image] Aug 27 23:17:53.985 INFO O| Aug 27 23:17:53.985 INFO STEP 92 (remove_files) COMPLETE
91972026-08-27T23:17:54.712Z[ recovery-image] Aug 27 23:17:53.985 INFO O| Aug 27 23:17:53.985 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-27T23:17:54.720Z[ recovery-image] Aug 27 23:17:53.997 INFO O| Aug 27 23:17:53.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91992026-08-27T23:17:54.720Z[ recovery-image] Aug 27 23:17:53.997 INFO O| Aug 27 23:17:53.997 INFO STEP 93 (remove_files) COMPLETE
92002026-08-27T23:17:54.720Z[ recovery-image] Aug 27 23:17:53.997 INFO O| Aug 27 23:17:53.997 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-27T23:17:54.732Z[ recovery-image] Aug 27 23:17:54.009 INFO O| Aug 27 23:17:54.009 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92022026-08-27T23:17:54.732Z[ recovery-image] Aug 27 23:17:54.010 INFO O| Aug 27 23:17:54.010 INFO STEP 94 (remove_files) COMPLETE
92032026-08-27T23:17:54.732Z[ recovery-image] Aug 27 23:17:54.010 INFO O| Aug 27 23:17:54.010 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-08-27T23:17:54.743Z[ recovery-image] Aug 27 23:17:54.021 INFO O| Aug 27 23:17:54.021 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92052026-08-27T23:17:54.743Z[ recovery-image] Aug 27 23:17:54.021 INFO O| Aug 27 23:17:54.021 INFO STEP 95 (remove_files) COMPLETE
92062026-08-27T23:17:54.747Z[ recovery-image] Aug 27 23:17:54.021 INFO O| Aug 27 23:17:54.021 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-08-27T23:17:54.763Z[ recovery-image] Aug 27 23:17:54.040 INFO O| Aug 27 23:17:54.040 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92082026-08-27T23:17:54.763Z[ recovery-image] Aug 27 23:17:54.040 INFO O| Aug 27 23:17:54.040 INFO STEP 96 (remove_files) COMPLETE
92092026-08-27T23:17:54.767Z[ recovery-image] Aug 27 23:17:54.040 INFO O| Aug 27 23:17:54.040 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-08-27T23:17:54.783Z[ recovery-image] Aug 27 23:17:54.059 INFO O| Aug 27 23:17:54.059 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92112026-08-27T23:17:54.783Z[ recovery-image] Aug 27 23:17:54.059 INFO O| Aug 27 23:17:54.059 INFO STEP 97 (remove_files) COMPLETE
92122026-08-27T23:17:54.783Z[ recovery-image] Aug 27 23:17:54.059 INFO O| Aug 27 23:17:54.059 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-08-27T23:17:54.794Z[ recovery-image] Aug 27 23:17:54.071 INFO O| Aug 27 23:17:54.071 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92142026-08-27T23:17:54.794Z[ recovery-image] Aug 27 23:17:54.071 INFO O| Aug 27 23:17:54.071 INFO STEP 98 (remove_files) COMPLETE
92152026-08-27T23:17:54.799Z[ recovery-image] Aug 27 23:17:54.071 INFO O| Aug 27 23:17:54.071 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-08-27T23:17:54.823Z[ recovery-image] Aug 27 23:17:54.100 INFO O| Aug 27 23:17:54.100 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92172026-08-27T23:17:54.823Z[ recovery-image] Aug 27 23:17:54.100 INFO O| Aug 27 23:17:54.100 INFO STEP 99 (remove_files) COMPLETE
92182026-08-27T23:17:54.827Z[ recovery-image] Aug 27 23:17:54.100 INFO O| Aug 27 23:17:54.100 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92192026-08-27T23:17:54.841Z[ recovery-image] Aug 27 23:17:54.118 INFO O| Aug 27 23:17:54.118 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92202026-08-27T23:17:54.841Z[ recovery-image] Aug 27 23:17:54.118 INFO O| Aug 27 23:17:54.118 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92212026-08-27T23:17:55.901Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92222026-08-27T23:17:56.219Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92232026-08-27T23:18:00.188Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24217:20260827T182804Z
92242026-08-27T23:18:00.188Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24217:20260827T182804Z
92252026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92262026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92272026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92282026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92292026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92302026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.465 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92312026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.466 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260827T225845Z
92322026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.466 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92332026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.466 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92342026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.466 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24217:20260827T182804Z
92352026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.466 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24217:20260827T182804Z
92362026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24217:20260827T182805Z
92372026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24217:20260827T182805Z
92382026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92392026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24217:20260827T182805Z
92402026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24217:20260827T182805Z
92412026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24217:20260827T182805Z
92422026-08-27T23:18:00.195Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24217:20260827T182805Z
92432026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24217:20260827T182805Z
92442026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.467 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24217:20260827T182805Z
92452026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24217:20260827T182805Z
92462026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24217:20260827T182805Z
92472026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24217:20260827T182806Z
92482026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24217:20260827T182806Z
92492026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24217:20260827T182806Z
92502026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24217:20260827T182806Z
92512026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24217:20260827T182807Z
92522026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24217:20260827T182807Z
92532026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24217:20260827T182807Z
92542026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92552026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24217:20260827T182808Z
92562026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24217:20260827T182809Z
92572026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24217:20260827T182809Z
92582026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24217:20260827T182809Z
92592026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24217:20260827T182810Z
92602026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24217:20260827T182810Z
92612026-08-27T23:18:00.196Z[ host-image] Aug 27 23:17:59.468 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24217:20260827T182810Z
92622026-08-27T23:18:00.200Z[ host-image] Aug 27 23:17:59.471 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92632026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.471 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24217:20260827T182810Z
92642026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.471 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92652026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.471 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92662026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.472 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92672026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.472 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92682026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.472 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24217:20260827T182810Z
92692026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.472 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92702026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.472 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92712026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.472 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92722026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.472 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92732026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.476 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92742026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.476 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92752026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.476 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92762026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.476 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92772026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.476 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92782026-08-27T23:18:00.201Z[ host-image] Aug 27 23:17:59.476 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92792026-08-27T23:18:00.212Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92802026-08-27T23:18:00.212Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92812026-08-27T23:18:00.216Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92822026-08-27T23:18:00.216Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24217:20260827T182811Z
92832026-08-27T23:18:00.216Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24217:20260827T182814Z
92842026-08-27T23:18:00.216Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92852026-08-27T23:18:00.216Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24217:20260827T182814Z
92862026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92872026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92882026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92892026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92902026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24217:20260827T182814Z
92912026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.489 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92922026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.490 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92932026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.490 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92942026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.490 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92952026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.490 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24217:20260827T182814Z
92962026-08-27T23:18:00.217Z[ host-image] Aug 27 23:17:59.490 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92972026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.494 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92982026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.494 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24217:20260827T182814Z
92992026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.495 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24217:20260827T182815Z
93002026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.495 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24217:20260827T182815Z
93012026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.495 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93022026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.495 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24217:20260827T182815Z
93032026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.495 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24217:20260827T182815Z
93042026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.495 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24217:20260827T182815Z
93052026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.496 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24217:20260827T182815Z
93062026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93072026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24217:20260827T182816Z
93082026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24217:20260827T182816Z
93092026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93102026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24217:20260827T182816Z
93112026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24217:20260827T182816Z
93122026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24217:20260827T182816Z
93132026-08-27T23:18:00.222Z[ host-image] Aug 27 23:17:59.497 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24217:20260827T182816Z
93142026-08-27T23:18:00.227Z[ host-image] Aug 27 23:17:59.499 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24217:20260827T182816Z
93152026-08-27T23:18:00.227Z[ host-image] Aug 27 23:17:59.499 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93162026-08-27T23:18:00.227Z[ host-image] Aug 27 23:17:59.500 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24217:20260827T182816Z
93172026-08-27T23:18:00.227Z[ host-image] Aug 27 23:17:59.500 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24217:20260827T182816Z
93182026-08-27T23:18:00.227Z[ host-image] Aug 27 23:17:59.500 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24217:20260827T182817Z
93192026-08-27T23:18:00.227Z[ host-image] Aug 27 23:17:59.500 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24217:20260827T182817Z
93202026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.500 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24217:20260827T182817Z
93212026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.501 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24217:20260827T182817Z
93222026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.501 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24217:20260827T182817Z
93232026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.501 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24217:20260827T182817Z
93242026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.503 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24217:20260827T182818Z
93252026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.504 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24217:20260827T182817Z
93262026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.504 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24217:20260827T182817Z
93272026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.504 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24217:20260827T182817Z
93282026-08-27T23:18:00.228Z[ host-image] Aug 27 23:17:59.504 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24217:20260827T182818Z
93292026-08-27T23:18:00.233Z[ host-image] Aug 27 23:17:59.510 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24217:20260827T182819Z
93302026-08-27T23:18:00.233Z[ host-image] Aug 27 23:17:59.510 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24217:20260827T182818Z
93312026-08-27T23:18:00.233Z[ host-image] Aug 27 23:17:59.510 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24217:20260827T182818Z
93322026-08-27T23:18:00.237Z[ host-image] Aug 27 23:17:59.510 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93332026-08-27T23:18:00.237Z[ host-image] Aug 27 23:17:59.510 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93342026-08-27T23:18:00.243Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24217:20260827T182818Z
93352026-08-27T23:18:00.243Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93362026-08-27T23:18:00.246Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24217:20260827T182818Z
93372026-08-27T23:18:00.246Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24217:20260827T182818Z
93382026-08-27T23:18:00.246Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24217:20260827T182818Z
93392026-08-27T23:18:00.246Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93402026-08-27T23:18:00.246Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93412026-08-27T23:18:00.246Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24217:20260827T182819Z
93422026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24217:20260827T182819Z
93432026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.519 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24217:20260827T182819Z
93442026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.520 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24217:20260827T182819Z
93452026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.520 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24217:20260827T182819Z
93462026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.520 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24217:20260827T182819Z
93472026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.520 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93482026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.520 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24217:20260827T182819Z
93492026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24217:20260827T182819Z
93502026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24217:20260827T182819Z
93512026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24217:20260827T182820Z
93522026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24217:20260827T182820Z
93532026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24217:20260827T182820Z
93542026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93552026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93562026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.521 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24217:20260827T182821Z
93572026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.522 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24217:20260827T182821Z
93582026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.522 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93592026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.522 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93602026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.522 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93612026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.522 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93622026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.522 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93632026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.522 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93642026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.523 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93652026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.523 INFO O| tempdir @ "/tmp/.tmp1nko30/tmp"
93662026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.523 INFO O| image root @ "/tmp/.tmp1nko30/tmp/root"
93672026-08-27T23:18:00.247Z[ host-image] Aug 27 23:17:59.523 INFO O| creating image...
93682026-08-27T23:18:00.387Z[ recovery-image] Aug 27 23:17:59.663 INFO O| Aug 27 23:17:59.662 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
93692026-08-27T23:18:00.388Z[ recovery-image] Aug 27 23:17:59.663 INFO O| Aug 27 23:17:59.663 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93702026-08-27T23:18:00.444Z[ recovery-image] Aug 27 23:17:59.720 INFO O| Aug 27 23:17:59.720 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93712026-08-27T23:18:00.542Z[ recovery-image] Aug 27 23:17:59.818 INFO O| Aug 27 23:17:59.818 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93722026-08-27T23:18:00.597Z[ recovery-image] Aug 27 23:17:59.874 INFO O| Aug 27 23:17:59.874 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93732026-08-27T23:18:00.663Z[ recovery-image] Aug 27 23:17:59.941 INFO O| Aug 27 23:17:59.940 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93742026-08-27T23:18:00.663Z[ recovery-image] Aug 27 23:17:59.941 INFO O| Aug 27 23:17:59.941 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 ...
93752026-08-27T23:18:00.705Z[ recovery-image] Aug 27 23:17:59.942 INFO O| Aug 27 23:17:59.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93762026-08-27T23:18:00.705Z[ recovery-image] Aug 27 23:17:59.942 INFO O| Aug 27 23:17:59.942 INFO ok!
93772026-08-27T23:18:00.705Z[ recovery-image] Aug 27 23:17:59.942 INFO O| Aug 27 23:17:59.942 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93782026-08-27T23:18:00.705Z[ recovery-image] Aug 27 23:17:59.942 INFO O| Aug 27 23:17:59.942 INFO STEP 100 (seed_smf) COMPLETE
93792026-08-27T23:18:00.705Z[ recovery-image] Aug 27 23:17:59.942 INFO O| Aug 27 23:17:59.942 INFO steps complete; finalising image!
93802026-08-27T23:18:00.705Z[ recovery-image] Aug 27 23:17:59.942 INFO O| Aug 27 23:17:59.942 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93812026-08-27T23:18:00.733Z[ recovery-image] Aug 27 23:18:00.010 INFO O| Aug 27 23:18:00.009 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu Aug 27 23:17:59 2026)
93822026-08-27T23:18:00.939Z[ recovery-image] Aug 27 23:18:00.216 INFO O| Aug 27 23:18:00.216 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93832026-08-27T23:18:01.148Z[ recovery-image] Aug 27 23:18:00.423 INFO O| Aug 27 23:18:00.423 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93842026-08-27T23:18:01.354Z[ recovery-image] Aug 27 23:18:00.630 INFO O| Aug 27 23:18:00.630 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93852026-08-27T23:18:01.561Z[ recovery-image] Aug 27 23:18:00.836 INFO O| Aug 27 23:18:00.836 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93862026-08-27T23:18:01.766Z[ recovery-image] Aug 27 23:18:01.043 INFO O| Aug 27 23:18:01.043 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93872026-08-27T23:18:01.974Z[ recovery-image] Aug 27 23:18:01.251 INFO O| Aug 27 23:18:01.251 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93882026-08-27T23:18:02.182Z[ recovery-image] Aug 27 23:18:01.459 INFO O| Aug 27 23:18:01.459 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93892026-08-27T23:18:03.024Z[ recovery-image] Aug 27 23:18:01.666 INFO O| Aug 27 23:18:01.666 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93902026-08-27T23:18:03.044Z[ recovery-image] Aug 27 23:18:01.872 INFO O| Aug 27 23:18:01.872 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu Aug 27 23:17:59 2026)
93912026-08-27T23:18:03.048Z[ recovery-image] Aug 27 23:18:02.309 INFO O| Aug 27 23:18:02.309 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 27 23:17:59 2026)
93922026-08-27T23:18:03.257Z[ recovery-image] Aug 27 23:18:02.535 INFO O| Aug 27 23:18:02.534 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
93932026-08-27T23:18:03.257Z[ recovery-image] Aug 27 23:18:02.535 INFO O| Aug 27 23:18:02.535 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93942026-08-27T23:18:03.880Z[ recovery-image] Aug 27 23:18:03.158 INFO O| Aug 27 23:18:03.157 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
93952026-08-27T23:18:03.881Z[ recovery-image] Aug 27 23:18:03.158 INFO O| Aug 27 23:18:03.158 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93962026-08-27T23:18:03.954Z[ host-image] Aug 27 23:18:03.231 INFO O| copying publishers...
93972026-08-27T23:18:05.979Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93982026-08-27T23:18:06.453Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93992026-08-27T23:18:06.493Z[ recovery-image] Aug 27 23:18:05.770 INFO O| Aug 27 23:18:05.770 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94002026-08-27T23:18:06.493Z[ recovery-image] Aug 27 23:18:05.770 INFO O| Aug 27 23:18:05.770 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94012026-08-27T23:18:06.497Z[ recovery-image] Aug 27 23:18:05.770 INFO O| Aug 27 23:18:05.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94022026-08-27T23:18:06.497Z[ recovery-image] Aug 27 23:18:05.770 INFO O| Aug 27 23:18:05.770 INFO completed processing sled/zfs-recovery
94032026-08-27T23:18:06.497Z[ recovery-image] Aug 27 23:18:05.770 INFO O| Aug 27 23:18:05.770 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94042026-08-27T23:18:09.462Z[ host-image] Aug 27 23:18:08.740 INFO O| adding properties...
94052026-08-27T23:18:09.933Z[ recovery-image] Aug 27 23:18:09.210 INFO O| Aug 27 23:18:09.210 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94062026-08-27T23:18:10.017Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94072026-08-27T23:18:10.104Z[ recovery-image] Aug 27 23:18:09.379 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
94082026-08-27T23:18:10.104Z[ recovery-image] Aug 27 23:18:09.379 INFO expanded image name: "recovery 954f157/${os_short_commit} 2026-08-27 22:58" -> "recovery 954f157/e73f257 2026-08-27 22:58"
94092026-08-27T23:18:10.104Z[ recovery-image] Aug 27 23:18:09.379 INFO output artefacts stored in: "/work/os-recovery"
94102026-08-27T23:18:10.104Z[ recovery-image] Aug 27 23:18:09.380 INFO collecting git info from project "pinprick"...
94112026-08-27T23:18:10.110Z[ recovery-image] Aug 27 23:18:09.388 INFO collecting git info from project "dmar-report"...
94122026-08-27T23:18:10.121Z[ recovery-image] Aug 27 23:18:09.398 INFO collecting git info from project "phbl"...
94132026-08-27T23:18:10.130Z[ recovery-image] Aug 27 23:18:09.407 INFO collecting git info from project "amd-firmware"...
94142026-08-27T23:18:10.216Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94152026-08-27T23:18:10.453Z[ recovery-image] Aug 27 23:18:09.724 INFO collecting git info from project "pilot"...
94162026-08-27T23:18:10.458Z[ recovery-image] Aug 27 23:18:09.735 INFO collecting git info from project "chelsio-t6-roms"...
94172026-08-27T23:18:10.478Z[ recovery-image] Aug 27 23:18:09.755 INFO collecting git info from project "bootserver"...
94182026-08-27T23:18:10.486Z[ recovery-image] Aug 27 23:18:09.763 INFO collecting git info from project "amd-host-image-builder"...
94192026-08-27T23:18:10.530Z[ recovery-image] Aug 27 23:18:09.806 INFO collecting git info from project "image-builder"...
94202026-08-27T23:18:10.538Z[ recovery-image] Aug 27 23:18:09.815 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94212026-08-27T23:18:10.739Z[ host-image] Aug 27 23:18:10.015 INFO O| installing packages...
94222026-08-27T23:18:11.275Z[ recovery-image] Aug 27 23:18:10.533 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94232026-08-27T23:18:11.687Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94242026-08-27T23:18:11.705Z[ recovery-image] Aug 27 23:18:10.982 INFO creating Oxide boot image...
94252026-08-27T23:18:11.705Z[ recovery-image] Aug 27 23:18:10.982 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 954f157/e73f257 2026-08-27 22:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94262026-08-27T23:18:13.314Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94272026-08-27T23:18:16.412Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94282026-08-27T23:18:17.530Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94292026-08-27T23:18:17.798Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94302026-08-27T23:18:23.814Z[ host-image] Aug 27 23:18:23.087 INFO O| seeding SMF database...
94312026-08-27T23:18:26.531Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94322026-08-27T23:18:28.479Z[ host-image] Aug 27 23:18:27.756 INFO O| configuring SMF profile...
94332026-08-27T23:18:28.479Z[ host-image] Aug 27 23:18:27.757 INFO O| modifying shadow(5)...
94342026-08-27T23:18:28.483Z[ host-image] Aug 27 23:18:27.757 INFO O| loading user and group database...
94352026-08-27T23:18:28.483Z[ host-image] Aug 27 23:18:27.757 INFO O| loading facet selections...
94362026-08-27T23:18:28.850Z[ host-image] Aug 27 23:18:28.127 INFO O| devel -> true
94372026-08-27T23:18:28.850Z[ host-image] Aug 27 23:18:28.127 INFO O| doc.man -> true
94382026-08-27T23:18:28.850Z[ host-image] Aug 27 23:18:28.127 INFO O| version-lock.shell/ksh93 -> true
94392026-08-27T23:18:28.851Z[ host-image] Aug 27 23:18:28.127 INFO O| version-lock.system/data/hardware-registry -> true
94402026-08-27T23:18:28.851Z[ host-image] Aug 27 23:18:28.127 INFO O| version-lock.system/data/zoneinfo -> true
94412026-08-27T23:18:28.851Z[ host-image] Aug 27 23:18:28.127 INFO O| version-lock.system/microcode/amd -> true
94422026-08-27T23:18:28.854Z[ host-image] Aug 27 23:18:28.127 INFO O| version-lock.system/microcode/intel -> true
94432026-08-27T23:18:28.854Z[ host-image] Aug 27 23:18:28.127 INFO O| version-lock.system/microcode/oxide -> true
94442026-08-27T23:18:28.854Z[ host-image] Aug 27 23:18:28.127 INFO O| assessing packaged files...
94452026-08-27T23:18:30.533Z[ host-image] Aug 27 23:18:29.810 INFO O| creating archive...
94462026-08-27T23:18:30.553Z[ host-image] Aug 27 23:18:29.831 INFO O| missing from packaging:
94472026-08-27T23:18:30.553Z[ host-image] Aug 27 23:18:29.831 INFO O| "etc/.pwd.lock"
94482026-08-27T23:18:30.557Z[ host-image] Aug 27 23:18:29.831 INFO O| "etc/bash"
94492026-08-27T23:18:30.557Z[ host-image] Aug 27 23:18:29.834 INFO O| "etc/svc/profile/generic.xml"
94502026-08-27T23:18:30.557Z[ host-image] Aug 27 23:18:29.834 INFO O| "etc/svc/profile/inetd_services.xml"
94512026-08-27T23:18:30.557Z[ host-image] Aug 27 23:18:29.834 INFO O| "etc/svc/profile/name_service.xml"
94522026-08-27T23:18:30.557Z[ host-image] Aug 27 23:18:29.834 INFO O| "etc/svc/profile/platform.xml"
94532026-08-27T23:18:30.557Z[ host-image] Aug 27 23:18:29.834 INFO O| "etc/svc/profile/platform_omicron1.xml"
94542026-08-27T23:18:30.557Z[ host-image] Aug 27 23:18:29.834 INFO O| "etc/svc/repository.db"
94552026-08-27T23:18:30.563Z[ host-image] Aug 27 23:18:29.840 INFO O| "opt/ooce/share"
94562026-08-27T23:18:30.563Z[ host-image] Aug 27 23:18:29.840 INFO O| "opt/ooce/share/man"
94572026-08-27T23:18:30.563Z[ host-image] Aug 27 23:18:29.840 INFO O| "opt/ooce/share/man/man1"
94582026-08-27T23:18:30.571Z[ host-image] Aug 27 23:18:29.849 INFO O| finishing archive...
94592026-08-27T23:18:31.624Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94602026-08-27T23:18:32.938Z[ host-image] Aug 27 23:18:32.214 INFO O| creating gzonly manifest...
94612026-08-27T23:18:32.945Z[ host-image] Aug 27 23:18:32.221 INFO O| ok
94622026-08-27T23:18:33.066Z[ host-image] Aug 27 23:18:32.343 INFO image builder template: ramdisk-02-trim...
94632026-08-27T23:18:33.067Z[ host-image] Aug 27 23:18:32.343 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/.tmpMUjC3W/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94642026-08-27T23:18:33.088Z[ host-image] Aug 27 23:18:32.364 INFO O| Aug 27 23:18:32.364 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94652026-08-27T23:18:33.092Z[ host-image] Aug 27 23:18:32.369 INFO O| Aug 27 23:18:32.369 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94662026-08-27T23:18:33.569Z[ host-image] Aug 27 23:18:32.846 INFO O| Aug 27 23:18:32.846 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94672026-08-27T23:18:33.711Z[ host-image] Aug 27 23:18:32.988 INFO O| Aug 27 23:18:32.988 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94682026-08-27T23:18:33.711Z[ host-image] Aug 27 23:18:32.988 INFO O| Aug 27 23:18:32.988 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94692026-08-27T23:18:33.717Z[ host-image] Aug 27 23:18:32.994 INFO O| Aug 27 23:18:32.994 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94702026-08-27T23:18:33.721Z[ host-image] Aug 27 23:18:32.998 INFO O| Aug 27 23:18:32.998 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94712026-08-27T23:18:33.727Z[ host-image] Aug 27 23:18:33.004 INFO O| Aug 27 23:18:33.004 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94722026-08-27T23:18:34.799Z[ host-image] Aug 27 23:18:34.076 INFO O| Aug 27 23:18:34.076 INFO rolled back to input snapshot; work may begin
94732026-08-27T23:18:34.799Z[ host-image] Aug 27 23:18:34.076 INFO O| Aug 27 23:18:34.076 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94742026-08-27T23:18:34.805Z[ host-image] Aug 27 23:18:34.082 INFO O| Aug 27 23:18:34.082 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-27T23:18:34.815Z[ host-image] Aug 27 23:18:34.092 INFO O| Aug 27 23:18:34.092 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94762026-08-27T23:18:34.853Z[ host-image] Aug 27 23:18:34.131 INFO O| Aug 27 23:18:34.131 INFO STEP 0 (remove_files) COMPLETE
94772026-08-27T23:18:34.853Z[ host-image] Aug 27 23:18:34.131 INFO O| Aug 27 23:18:34.131 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-27T23:18:34.865Z[ host-image] Aug 27 23:18:34.143 INFO O| Aug 27 23:18:34.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94792026-08-27T23:18:34.868Z[ host-image] Aug 27 23:18:34.144 INFO O| Aug 27 23:18:34.144 INFO STEP 1 (remove_files) COMPLETE
94802026-08-27T23:18:34.869Z[ host-image] Aug 27 23:18:34.144 INFO O| Aug 27 23:18:34.144 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-27T23:18:34.877Z[ host-image] Aug 27 23:18:34.154 INFO O| Aug 27 23:18:34.154 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94822026-08-27T23:18:34.889Z[ host-image] Aug 27 23:18:34.167 INFO O| Aug 27 23:18:34.167 INFO STEP 2 (remove_files) COMPLETE
94832026-08-27T23:18:34.889Z[ host-image] Aug 27 23:18:34.167 INFO O| Aug 27 23:18:34.167 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-27T23:18:34.899Z[ host-image] Aug 27 23:18:34.177 INFO O| Aug 27 23:18:34.177 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94852026-08-27T23:18:34.903Z[ host-image] Aug 27 23:18:34.178 INFO O| Aug 27 23:18:34.178 INFO STEP 3 (remove_files) COMPLETE
94862026-08-27T23:18:34.903Z[ host-image] Aug 27 23:18:34.178 INFO O| Aug 27 23:18:34.178 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-27T23:18:34.912Z[ host-image] Aug 27 23:18:34.190 INFO O| Aug 27 23:18:34.190 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94882026-08-27T23:18:34.916Z[ host-image] Aug 27 23:18:34.192 INFO O| Aug 27 23:18:34.192 INFO STEP 4 (remove_files) COMPLETE
94892026-08-27T23:18:34.916Z[ host-image] Aug 27 23:18:34.192 INFO O| Aug 27 23:18:34.192 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-27T23:18:34.925Z[ host-image] Aug 27 23:18:34.202 INFO O| Aug 27 23:18:34.202 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94912026-08-27T23:18:34.928Z[ host-image] Aug 27 23:18:34.204 INFO O| Aug 27 23:18:34.204 INFO STEP 5 (remove_files) COMPLETE
94922026-08-27T23:18:34.928Z[ host-image] Aug 27 23:18:34.204 INFO O| Aug 27 23:18:34.204 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-27T23:18:34.936Z[ host-image] Aug 27 23:18:34.214 INFO O| Aug 27 23:18:34.214 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94942026-08-27T23:18:34.946Z[ host-image] Aug 27 23:18:34.223 INFO O| Aug 27 23:18:34.223 INFO STEP 6 (remove_files) COMPLETE
94952026-08-27T23:18:34.946Z[ host-image] Aug 27 23:18:34.223 INFO O| Aug 27 23:18:34.223 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-27T23:18:34.949Z[ host-image] Aug 27 23:18:34.223 INFO O| Aug 27 23:18:34.223 INFO skip step because feature "heliosv2" is not enabled
94972026-08-27T23:18:34.950Z[ host-image] Aug 27 23:18:34.223 INFO O| Aug 27 23:18:34.223 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-27T23:18:34.955Z[ host-image] Aug 27 23:18:34.233 INFO O| Aug 27 23:18:34.233 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94992026-08-27T23:18:34.967Z[ host-image] Aug 27 23:18:34.244 INFO O| Aug 27 23:18:34.244 INFO STEP 8 (remove_files) COMPLETE
95002026-08-27T23:18:34.967Z[ host-image] Aug 27 23:18:34.244 INFO O| Aug 27 23:18:34.244 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-27T23:18:34.977Z[ host-image] Aug 27 23:18:34.254 INFO O| Aug 27 23:18:34.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95022026-08-27T23:18:35.043Z[ host-image] Aug 27 23:18:34.321 INFO O| Aug 27 23:18:34.321 INFO STEP 9 (remove_files) COMPLETE
95032026-08-27T23:18:35.047Z[ host-image] Aug 27 23:18:34.321 INFO O| Aug 27 23:18:34.321 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-27T23:18:35.052Z[ host-image] Aug 27 23:18:34.330 INFO O| Aug 27 23:18:34.330 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95052026-08-27T23:18:35.137Z[ host-image] Aug 27 23:18:34.414 INFO O| Aug 27 23:18:34.414 INFO STEP 10 (remove_files) COMPLETE
95062026-08-27T23:18:35.138Z[ host-image] Aug 27 23:18:34.414 INFO O| Aug 27 23:18:34.414 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-27T23:18:35.150Z[ host-image] Aug 27 23:18:34.427 INFO O| Aug 27 23:18:34.426 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95082026-08-27T23:18:35.154Z[ host-image] Aug 27 23:18:34.430 INFO O| Aug 27 23:18:34.430 INFO STEP 11 (remove_files) COMPLETE
95092026-08-27T23:18:35.154Z[ host-image] Aug 27 23:18:34.430 INFO O| Aug 27 23:18:34.430 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-27T23:18:35.168Z[ host-image] Aug 27 23:18:34.441 INFO O| Aug 27 23:18:34.441 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95112026-08-27T23:18:35.171Z[ host-image] Aug 27 23:18:34.442 INFO O| Aug 27 23:18:34.442 INFO STEP 12 (remove_files) COMPLETE
95122026-08-27T23:18:35.171Z[ host-image] Aug 27 23:18:34.442 INFO O| Aug 27 23:18:34.442 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-27T23:18:35.176Z[ host-image] Aug 27 23:18:34.453 INFO O| Aug 27 23:18:34.453 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95142026-08-27T23:18:35.180Z[ host-image] Aug 27 23:18:34.454 INFO O| Aug 27 23:18:34.454 INFO STEP 13 (remove_files) COMPLETE
95152026-08-27T23:18:35.180Z[ host-image] Aug 27 23:18:34.454 INFO O| Aug 27 23:18:34.454 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-08-27T23:18:35.204Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95172026-08-27T23:18:35.207Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95182026-08-27T23:18:35.207Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95192026-08-27T23:18:35.207Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95202026-08-27T23:18:35.207Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95212026-08-27T23:18:35.207Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95222026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95232026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95242026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95252026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95262026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.481 INFO O| Aug 27 23:18:34.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95272026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.482 INFO O| Aug 27 23:18:34.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95282026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.482 INFO O| Aug 27 23:18:34.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95292026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.482 INFO O| Aug 27 23:18:34.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95302026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.482 INFO O| Aug 27 23:18:34.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95312026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.482 INFO O| Aug 27 23:18:34.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95322026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.482 INFO O| Aug 27 23:18:34.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95332026-08-27T23:18:35.208Z[ host-image] Aug 27 23:18:34.482 INFO O| Aug 27 23:18:34.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95342026-08-27T23:18:35.400Z[ host-image] Aug 27 23:18:34.676 INFO O| Aug 27 23:18:34.676 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95352026-08-27T23:18:35.404Z[ host-image] Aug 27 23:18:34.680 INFO O| Aug 27 23:18:34.680 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95362026-08-27T23:18:35.448Z[ host-image] Aug 27 23:18:34.724 INFO O| Aug 27 23:18:34.724 INFO STEP 14 (remove_files) COMPLETE
95372026-08-27T23:18:35.448Z[ host-image] Aug 27 23:18:34.724 INFO O| Aug 27 23:18:34.724 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-27T23:18:35.457Z[ host-image] Aug 27 23:18:34.734 INFO O| Aug 27 23:18:34.734 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95392026-08-27T23:18:35.460Z[ host-image] Aug 27 23:18:34.735 INFO O| Aug 27 23:18:34.735 INFO STEP 15 (remove_files) COMPLETE
95402026-08-27T23:18:35.460Z[ host-image] Aug 27 23:18:34.735 INFO O| Aug 27 23:18:34.735 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-27T23:18:35.466Z[ host-image] Aug 27 23:18:34.744 INFO O| Aug 27 23:18:34.744 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95422026-08-27T23:18:35.473Z[ host-image] Aug 27 23:18:34.750 INFO O| Aug 27 23:18:34.750 INFO STEP 16 (remove_files) COMPLETE
95432026-08-27T23:18:35.473Z[ host-image] Aug 27 23:18:34.750 INFO O| Aug 27 23:18:34.750 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-27T23:18:35.486Z[ host-image] Aug 27 23:18:34.763 INFO O| Aug 27 23:18:34.763 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95452026-08-27T23:18:35.489Z[ host-image] Aug 27 23:18:34.763 INFO O| Aug 27 23:18:34.763 INFO STEP 17 (remove_files) COMPLETE
95462026-08-27T23:18:35.489Z[ host-image] Aug 27 23:18:34.763 INFO O| Aug 27 23:18:34.763 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-27T23:18:35.497Z[ host-image] Aug 27 23:18:34.774 INFO O| Aug 27 23:18:34.774 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95482026-08-27T23:18:35.500Z[ host-image] Aug 27 23:18:34.775 INFO O| Aug 27 23:18:34.775 INFO STEP 18 (remove_files) COMPLETE
95492026-08-27T23:18:35.500Z[ host-image] Aug 27 23:18:34.775 INFO O| Aug 27 23:18:34.775 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-27T23:18:35.508Z[ host-image] Aug 27 23:18:34.786 INFO O| Aug 27 23:18:34.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95512026-08-27T23:18:35.508Z[ host-image] Aug 27 23:18:34.786 INFO O| Aug 27 23:18:34.786 INFO STEP 19 (remove_files) COMPLETE
95522026-08-27T23:18:35.508Z[ host-image] Aug 27 23:18:34.786 INFO O| Aug 27 23:18:34.786 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-27T23:18:35.525Z[ host-image] Aug 27 23:18:34.803 INFO O| Aug 27 23:18:34.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95542026-08-27T23:18:35.525Z[ host-image] Aug 27 23:18:34.803 INFO O| Aug 27 23:18:34.803 INFO STEP 20 (remove_files) COMPLETE
95552026-08-27T23:18:35.526Z[ host-image] Aug 27 23:18:34.803 INFO O| Aug 27 23:18:34.803 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-27T23:18:35.542Z[ host-image] Aug 27 23:18:34.819 INFO O| Aug 27 23:18:34.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95572026-08-27T23:18:35.542Z[ host-image] Aug 27 23:18:34.819 INFO O| Aug 27 23:18:34.819 INFO STEP 21 (remove_files) COMPLETE
95582026-08-27T23:18:35.542Z[ host-image] Aug 27 23:18:34.819 INFO O| Aug 27 23:18:34.819 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-27T23:18:35.554Z[ host-image] Aug 27 23:18:34.831 INFO O| Aug 27 23:18:34.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95602026-08-27T23:18:35.554Z[ host-image] Aug 27 23:18:34.831 INFO O| Aug 27 23:18:34.831 INFO STEP 22 (remove_files) COMPLETE
95612026-08-27T23:18:35.557Z[ host-image] Aug 27 23:18:34.831 INFO O| Aug 27 23:18:34.831 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-27T23:18:35.565Z[ host-image] Aug 27 23:18:34.842 INFO O| Aug 27 23:18:34.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95632026-08-27T23:18:35.565Z[ host-image] Aug 27 23:18:34.842 INFO O| Aug 27 23:18:34.842 INFO STEP 23 (remove_files) COMPLETE
95642026-08-27T23:18:35.565Z[ host-image] Aug 27 23:18:34.842 INFO O| Aug 27 23:18:34.842 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-27T23:18:35.581Z[ host-image] Aug 27 23:18:34.858 INFO O| Aug 27 23:18:34.858 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95662026-08-27T23:18:35.581Z[ host-image] Aug 27 23:18:34.858 INFO O| Aug 27 23:18:34.858 INFO STEP 24 (remove_files) COMPLETE
95672026-08-27T23:18:35.581Z[ host-image] Aug 27 23:18:34.858 INFO O| Aug 27 23:18:34.858 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-27T23:18:35.591Z[ host-image] Aug 27 23:18:34.868 INFO O| Aug 27 23:18:34.868 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95692026-08-27T23:18:35.591Z[ host-image] Aug 27 23:18:34.868 INFO O| Aug 27 23:18:34.868 INFO STEP 25 (remove_files) COMPLETE
95702026-08-27T23:18:35.591Z[ host-image] Aug 27 23:18:34.868 INFO O| Aug 27 23:18:34.868 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-27T23:18:35.613Z[ host-image] Aug 27 23:18:34.890 INFO O| Aug 27 23:18:34.890 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95722026-08-27T23:18:35.613Z[ host-image] Aug 27 23:18:34.890 INFO O| Aug 27 23:18:34.890 INFO STEP 26 (remove_files) COMPLETE
95732026-08-27T23:18:35.613Z[ host-image] Aug 27 23:18:34.890 INFO O| Aug 27 23:18:34.890 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-27T23:18:35.623Z[ host-image] Aug 27 23:18:34.901 INFO O| Aug 27 23:18:34.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95752026-08-27T23:18:35.623Z[ host-image] Aug 27 23:18:34.901 INFO O| Aug 27 23:18:34.901 INFO STEP 27 (remove_files) COMPLETE
95762026-08-27T23:18:35.627Z[ host-image] Aug 27 23:18:34.901 INFO O| Aug 27 23:18:34.901 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-27T23:18:35.638Z[ host-image] Aug 27 23:18:34.914 INFO O| Aug 27 23:18:34.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95782026-08-27T23:18:35.638Z[ host-image] Aug 27 23:18:34.914 INFO O| Aug 27 23:18:34.914 INFO STEP 28 (remove_files) COMPLETE
95792026-08-27T23:18:35.638Z[ host-image] Aug 27 23:18:34.914 INFO O| Aug 27 23:18:34.914 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-27T23:18:35.648Z[ host-image] Aug 27 23:18:34.925 INFO O| Aug 27 23:18:34.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95812026-08-27T23:18:35.648Z[ host-image] Aug 27 23:18:34.925 INFO O| Aug 27 23:18:34.925 INFO STEP 29 (remove_files) COMPLETE
95822026-08-27T23:18:35.648Z[ host-image] Aug 27 23:18:34.925 INFO O| Aug 27 23:18:34.925 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-27T23:18:35.658Z[ host-image] Aug 27 23:18:34.935 INFO O| Aug 27 23:18:34.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95842026-08-27T23:18:35.658Z[ host-image] Aug 27 23:18:34.935 INFO O| Aug 27 23:18:34.935 INFO STEP 30 (remove_files) COMPLETE
95852026-08-27T23:18:35.658Z[ host-image] Aug 27 23:18:34.935 INFO O| Aug 27 23:18:34.935 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-27T23:18:35.668Z[ host-image] Aug 27 23:18:34.945 INFO O| Aug 27 23:18:34.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95872026-08-27T23:18:35.668Z[ host-image] Aug 27 23:18:34.945 INFO O| Aug 27 23:18:34.945 INFO STEP 31 (remove_files) COMPLETE
95882026-08-27T23:18:35.671Z[ host-image] Aug 27 23:18:34.945 INFO O| Aug 27 23:18:34.945 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-27T23:18:35.678Z[ host-image] Aug 27 23:18:34.954 INFO O| Aug 27 23:18:34.954 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95902026-08-27T23:18:35.678Z[ host-image] Aug 27 23:18:34.954 INFO O| Aug 27 23:18:34.954 INFO STEP 32 (remove_files) COMPLETE
95912026-08-27T23:18:35.678Z[ host-image] Aug 27 23:18:34.954 INFO O| Aug 27 23:18:34.954 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-27T23:18:35.687Z[ host-image] Aug 27 23:18:34.964 INFO O| Aug 27 23:18:34.964 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95932026-08-27T23:18:35.687Z[ host-image] Aug 27 23:18:34.964 INFO O| Aug 27 23:18:34.964 INFO STEP 33 (remove_files) COMPLETE
95942026-08-27T23:18:35.687Z[ host-image] Aug 27 23:18:34.964 INFO O| Aug 27 23:18:34.964 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-27T23:18:35.697Z[ host-image] Aug 27 23:18:34.974 INFO O| Aug 27 23:18:34.974 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95962026-08-27T23:18:35.697Z[ host-image] Aug 27 23:18:34.974 INFO O| Aug 27 23:18:34.974 INFO STEP 34 (remove_files) COMPLETE
95972026-08-27T23:18:35.702Z[ host-image] Aug 27 23:18:34.974 INFO O| Aug 27 23:18:34.974 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-27T23:18:35.708Z[ host-image] Aug 27 23:18:34.986 INFO O| Aug 27 23:18:34.986 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95992026-08-27T23:18:35.708Z[ host-image] Aug 27 23:18:34.986 INFO O| Aug 27 23:18:34.986 INFO STEP 35 (remove_files) COMPLETE
96002026-08-27T23:18:35.712Z[ host-image] Aug 27 23:18:34.986 INFO O| Aug 27 23:18:34.986 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-27T23:18:35.718Z[ host-image] Aug 27 23:18:34.995 INFO O| Aug 27 23:18:34.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96022026-08-27T23:18:35.718Z[ host-image] Aug 27 23:18:34.995 INFO O| Aug 27 23:18:34.995 INFO STEP 36 (remove_files) COMPLETE
96032026-08-27T23:18:35.718Z[ host-image] Aug 27 23:18:34.995 INFO O| Aug 27 23:18:34.995 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-27T23:18:35.727Z[ host-image] Aug 27 23:18:35.004 INFO O| Aug 27 23:18:35.004 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96052026-08-27T23:18:35.727Z[ host-image] Aug 27 23:18:35.005 INFO O| Aug 27 23:18:35.005 INFO STEP 37 (remove_files) COMPLETE
96062026-08-27T23:18:35.727Z[ host-image] Aug 27 23:18:35.005 INFO O| Aug 27 23:18:35.005 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-27T23:18:35.738Z[ host-image] Aug 27 23:18:35.015 INFO O| Aug 27 23:18:35.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96082026-08-27T23:18:35.738Z[ host-image] Aug 27 23:18:35.015 INFO O| Aug 27 23:18:35.015 INFO STEP 38 (remove_files) COMPLETE
96092026-08-27T23:18:35.742Z[ host-image] Aug 27 23:18:35.015 INFO O| Aug 27 23:18:35.015 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-27T23:18:35.751Z[ host-image] Aug 27 23:18:35.028 INFO O| Aug 27 23:18:35.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96112026-08-27T23:18:35.751Z[ host-image] Aug 27 23:18:35.028 INFO O| Aug 27 23:18:35.028 INFO STEP 39 (remove_files) COMPLETE
96122026-08-27T23:18:35.751Z[ host-image] Aug 27 23:18:35.028 INFO O| Aug 27 23:18:35.028 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-27T23:18:35.762Z[ host-image] Aug 27 23:18:35.040 INFO O| Aug 27 23:18:35.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96142026-08-27T23:18:35.763Z[ host-image] Aug 27 23:18:35.040 INFO O| Aug 27 23:18:35.040 INFO STEP 40 (remove_files) COMPLETE
96152026-08-27T23:18:35.763Z[ host-image] Aug 27 23:18:35.040 INFO O| Aug 27 23:18:35.040 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-27T23:18:35.774Z[ host-image] Aug 27 23:18:35.051 INFO O| Aug 27 23:18:35.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96172026-08-27T23:18:35.774Z[ host-image] Aug 27 23:18:35.051 INFO O| Aug 27 23:18:35.051 INFO STEP 41 (remove_files) COMPLETE
96182026-08-27T23:18:35.774Z[ host-image] Aug 27 23:18:35.051 INFO O| Aug 27 23:18:35.051 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-27T23:18:35.785Z[ host-image] Aug 27 23:18:35.062 INFO O| Aug 27 23:18:35.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96202026-08-27T23:18:35.785Z[ host-image] Aug 27 23:18:35.062 INFO O| Aug 27 23:18:35.062 INFO STEP 42 (remove_files) COMPLETE
96212026-08-27T23:18:35.785Z[ host-image] Aug 27 23:18:35.062 INFO O| Aug 27 23:18:35.062 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-27T23:18:35.794Z[ host-image] Aug 27 23:18:35.071 INFO O| Aug 27 23:18:35.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96232026-08-27T23:18:35.794Z[ host-image] Aug 27 23:18:35.071 INFO O| Aug 27 23:18:35.071 INFO STEP 43 (remove_files) COMPLETE
96242026-08-27T23:18:35.794Z[ host-image] Aug 27 23:18:35.071 INFO O| Aug 27 23:18:35.071 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-27T23:18:35.806Z[ host-image] Aug 27 23:18:35.083 INFO O| Aug 27 23:18:35.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96262026-08-27T23:18:35.806Z[ host-image] Aug 27 23:18:35.083 INFO O| Aug 27 23:18:35.083 INFO STEP 44 (remove_files) COMPLETE
96272026-08-27T23:18:35.806Z[ host-image] Aug 27 23:18:35.083 INFO O| Aug 27 23:18:35.083 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-27T23:18:35.816Z[ host-image] Aug 27 23:18:35.093 INFO O| Aug 27 23:18:35.093 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96292026-08-27T23:18:35.816Z[ host-image] Aug 27 23:18:35.093 INFO O| Aug 27 23:18:35.093 INFO STEP 45 (remove_files) COMPLETE
96302026-08-27T23:18:35.816Z[ host-image] Aug 27 23:18:35.093 INFO O| Aug 27 23:18:35.093 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-27T23:18:35.826Z[ host-image] Aug 27 23:18:35.103 INFO O| Aug 27 23:18:35.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96322026-08-27T23:18:35.826Z[ host-image] Aug 27 23:18:35.103 INFO O| Aug 27 23:18:35.103 INFO STEP 46 (remove_files) COMPLETE
96332026-08-27T23:18:35.829Z[ host-image] Aug 27 23:18:35.103 INFO O| Aug 27 23:18:35.103 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-27T23:18:35.835Z[ host-image] Aug 27 23:18:35.113 INFO O| Aug 27 23:18:35.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96352026-08-27T23:18:35.835Z[ host-image] Aug 27 23:18:35.113 INFO O| Aug 27 23:18:35.113 INFO STEP 47 (remove_files) COMPLETE
96362026-08-27T23:18:35.836Z[ host-image] Aug 27 23:18:35.113 INFO O| Aug 27 23:18:35.113 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-27T23:18:35.847Z[ host-image] Aug 27 23:18:35.122 INFO O| Aug 27 23:18:35.122 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96382026-08-27T23:18:35.847Z[ host-image] Aug 27 23:18:35.122 INFO O| Aug 27 23:18:35.122 INFO STEP 48 (remove_files) COMPLETE
96392026-08-27T23:18:35.847Z[ host-image] Aug 27 23:18:35.122 INFO O| Aug 27 23:18:35.122 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-27T23:18:35.857Z[ host-image] Aug 27 23:18:35.133 INFO O| Aug 27 23:18:35.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96412026-08-27T23:18:35.857Z[ host-image] Aug 27 23:18:35.133 INFO O| Aug 27 23:18:35.133 INFO STEP 49 (remove_files) COMPLETE
96422026-08-27T23:18:35.857Z[ host-image] Aug 27 23:18:35.133 INFO O| Aug 27 23:18:35.133 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-27T23:18:35.866Z[ host-image] Aug 27 23:18:35.143 INFO O| Aug 27 23:18:35.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96442026-08-27T23:18:35.866Z[ host-image] Aug 27 23:18:35.143 INFO O| Aug 27 23:18:35.143 INFO STEP 50 (remove_files) COMPLETE
96452026-08-27T23:18:35.866Z[ host-image] Aug 27 23:18:35.143 INFO O| Aug 27 23:18:35.143 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-27T23:18:35.877Z[ host-image] Aug 27 23:18:35.154 INFO O| Aug 27 23:18:35.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96472026-08-27T23:18:35.877Z[ host-image] Aug 27 23:18:35.154 INFO O| Aug 27 23:18:35.154 INFO STEP 51 (remove_files) COMPLETE
96482026-08-27T23:18:35.877Z[ host-image] Aug 27 23:18:35.154 INFO O| Aug 27 23:18:35.154 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-27T23:18:35.887Z[ host-image] Aug 27 23:18:35.165 INFO O| Aug 27 23:18:35.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96502026-08-27T23:18:35.888Z[ host-image] Aug 27 23:18:35.165 INFO O| Aug 27 23:18:35.165 INFO STEP 52 (remove_files) COMPLETE
96512026-08-27T23:18:35.891Z[ host-image] Aug 27 23:18:35.165 INFO O| Aug 27 23:18:35.165 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-27T23:18:35.898Z[ host-image] Aug 27 23:18:35.176 INFO O| Aug 27 23:18:35.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96532026-08-27T23:18:35.899Z[ host-image] Aug 27 23:18:35.176 INFO O| Aug 27 23:18:35.176 INFO STEP 53 (remove_files) COMPLETE
96542026-08-27T23:18:35.902Z[ host-image] Aug 27 23:18:35.176 INFO O| Aug 27 23:18:35.176 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-27T23:18:35.910Z[ host-image] Aug 27 23:18:35.187 INFO O| Aug 27 23:18:35.187 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96562026-08-27T23:18:35.910Z[ host-image] Aug 27 23:18:35.187 INFO O| Aug 27 23:18:35.187 INFO STEP 54 (remove_files) COMPLETE
96572026-08-27T23:18:35.915Z[ host-image] Aug 27 23:18:35.187 INFO O| Aug 27 23:18:35.187 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-27T23:18:35.920Z[ host-image] Aug 27 23:18:35.198 INFO O| Aug 27 23:18:35.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96592026-08-27T23:18:35.920Z[ host-image] Aug 27 23:18:35.198 INFO O| Aug 27 23:18:35.198 INFO STEP 55 (remove_files) COMPLETE
96602026-08-27T23:18:35.924Z[ host-image] Aug 27 23:18:35.198 INFO O| Aug 27 23:18:35.198 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-27T23:18:35.931Z[ host-image] Aug 27 23:18:35.208 INFO O| Aug 27 23:18:35.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96622026-08-27T23:18:35.931Z[ host-image] Aug 27 23:18:35.208 INFO O| Aug 27 23:18:35.208 INFO STEP 56 (remove_files) COMPLETE
96632026-08-27T23:18:35.935Z[ host-image] Aug 27 23:18:35.208 INFO O| Aug 27 23:18:35.208 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-27T23:18:35.941Z[ host-image] Aug 27 23:18:35.219 INFO O| Aug 27 23:18:35.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96652026-08-27T23:18:35.941Z[ host-image] Aug 27 23:18:35.219 INFO O| Aug 27 23:18:35.219 INFO STEP 57 (remove_files) COMPLETE
96662026-08-27T23:18:35.945Z[ host-image] Aug 27 23:18:35.219 INFO O| Aug 27 23:18:35.219 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-27T23:18:35.952Z[ host-image] Aug 27 23:18:35.229 INFO O| Aug 27 23:18:35.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96682026-08-27T23:18:35.952Z[ host-image] Aug 27 23:18:35.229 INFO O| Aug 27 23:18:35.229 INFO STEP 58 (remove_files) COMPLETE
96692026-08-27T23:18:35.952Z[ host-image] Aug 27 23:18:35.229 INFO O| Aug 27 23:18:35.229 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-27T23:18:35.962Z[ host-image] Aug 27 23:18:35.239 INFO O| Aug 27 23:18:35.239 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96712026-08-27T23:18:35.962Z[ host-image] Aug 27 23:18:35.239 INFO O| Aug 27 23:18:35.239 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96722026-08-27T23:18:35.966Z[ host-image] Aug 27 23:18:35.239 INFO O| Aug 27 23:18:35.239 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96732026-08-27T23:18:35.966Z[ host-image] Aug 27 23:18:35.240 INFO O| Aug 27 23:18:35.239 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96742026-08-27T23:18:35.966Z[ host-image] Aug 27 23:18:35.240 INFO O| Aug 27 23:18:35.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96752026-08-27T23:18:35.966Z[ host-image] Aug 27 23:18:35.240 INFO O| Aug 27 23:18:35.240 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96762026-08-27T23:18:35.966Z[ host-image] Aug 27 23:18:35.240 INFO O| Aug 27 23:18:35.240 INFO ok!
96772026-08-27T23:18:35.966Z[ host-image] Aug 27 23:18:35.240 INFO O| Aug 27 23:18:35.240 INFO STEP 59 (ensure_file) COMPLETE
96782026-08-27T23:18:35.966Z[ host-image] Aug 27 23:18:35.240 INFO O| Aug 27 23:18:35.240 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96802026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96812026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96822026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96832026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96842026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96852026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO ok!
96862026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO STEP 60 (ensure_file) COMPLETE
96872026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.251 INFO O| Aug 27 23:18:35.251 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.262 INFO O| Aug 27 23:18:35.262 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96892026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.262 INFO O| Aug 27 23:18:35.262 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96902026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.262 INFO O| Aug 27 23:18:35.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96912026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.262 INFO O| Aug 27 23:18:35.262 INFO ok!
96922026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.262 INFO O| Aug 27 23:18:35.262 INFO STEP 61 (ensure_file) COMPLETE
96932026-08-27T23:18:35.992Z[ host-image] Aug 27 23:18:35.262 INFO O| Aug 27 23:18:35.262 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-08-27T23:18:35.997Z[ host-image] Aug 27 23:18:35.271 INFO O| Aug 27 23:18:35.271 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96952026-08-27T23:18:35.997Z[ host-image] Aug 27 23:18:35.271 INFO O| Aug 27 23:18:35.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96962026-08-27T23:18:35.997Z[ host-image] Aug 27 23:18:35.271 INFO O| Aug 27 23:18:35.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96972026-08-27T23:18:35.997Z[ host-image] Aug 27 23:18:35.271 INFO O| Aug 27 23:18:35.271 INFO ok!
96982026-08-27T23:18:35.997Z[ host-image] Aug 27 23:18:35.271 INFO O| Aug 27 23:18:35.271 INFO STEP 62 (ensure_file) COMPLETE
96992026-08-27T23:18:35.997Z[ host-image] Aug 27 23:18:35.271 INFO O| Aug 27 23:18:35.271 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-08-27T23:18:36.004Z[ host-image] Aug 27 23:18:35.280 INFO O| Aug 27 23:18:35.280 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97012026-08-27T23:18:36.004Z[ host-image] Aug 27 23:18:35.280 INFO O| Aug 27 23:18:35.280 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97022026-08-27T23:18:36.007Z[ host-image] Aug 27 23:18:35.280 INFO O| Aug 27 23:18:35.280 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97032026-08-27T23:18:36.007Z[ host-image] Aug 27 23:18:35.280 INFO O| Aug 27 23:18:35.280 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97042026-08-27T23:18:36.007Z[ host-image] Aug 27 23:18:35.280 INFO O| Aug 27 23:18:35.280 INFO ok!
97052026-08-27T23:18:36.007Z[ host-image] Aug 27 23:18:35.280 INFO O| Aug 27 23:18:35.280 INFO STEP 63 (ensure_file) COMPLETE
97062026-08-27T23:18:36.007Z[ host-image] Aug 27 23:18:35.280 INFO O| Aug 27 23:18:35.280 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-08-27T23:18:36.013Z[ host-image] Aug 27 23:18:35.291 INFO O| Aug 27 23:18:35.291 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97082026-08-27T23:18:36.013Z[ host-image] Aug 27 23:18:35.291 INFO O| Aug 27 23:18:35.291 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97092026-08-27T23:18:36.017Z[ host-image] Aug 27 23:18:35.291 INFO O| Aug 27 23:18:35.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97102026-08-27T23:18:36.017Z[ host-image] Aug 27 23:18:35.291 INFO O| Aug 27 23:18:35.291 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97112026-08-27T23:18:36.017Z[ host-image] Aug 27 23:18:35.291 INFO O| Aug 27 23:18:35.291 INFO ok!
97122026-08-27T23:18:36.017Z[ host-image] Aug 27 23:18:35.291 INFO O| Aug 27 23:18:35.291 INFO STEP 64 (ensure_file) COMPLETE
97132026-08-27T23:18:36.017Z[ host-image] Aug 27 23:18:35.291 INFO O| Aug 27 23:18:35.291 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97142026-08-27T23:18:36.024Z[ host-image] Aug 27 23:18:35.301 INFO O| Aug 27 23:18:35.301 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97152026-08-27T23:18:36.024Z[ host-image] Aug 27 23:18:35.301 INFO O| Aug 27 23:18:35.301 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97162026-08-27T23:18:36.024Z[ host-image] Aug 27 23:18:35.302 INFO O| Aug 27 23:18:35.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97172026-08-27T23:18:36.024Z[ host-image] Aug 27 23:18:35.302 INFO O| Aug 27 23:18:35.302 INFO ok!
97182026-08-27T23:18:36.027Z[ host-image] Aug 27 23:18:35.302 INFO O| Aug 27 23:18:35.302 INFO STEP 65 (assemble_files) COMPLETE
97192026-08-27T23:18:36.028Z[ host-image] Aug 27 23:18:35.302 INFO O| Aug 27 23:18:35.302 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97202026-08-27T23:18:36.034Z[ host-image] Aug 27 23:18:35.312 INFO O| Aug 27 23:18:35.312 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97212026-08-27T23:18:36.038Z[ host-image] Aug 27 23:18:35.312 INFO O| Aug 27 23:18:35.312 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97222026-08-27T23:18:36.038Z[ host-image] Aug 27 23:18:35.312 INFO O| Aug 27 23:18:35.312 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97232026-08-27T23:18:36.038Z[ host-image] Aug 27 23:18:35.312 INFO O| Aug 27 23:18:35.312 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97242026-08-27T23:18:36.038Z[ host-image] Aug 27 23:18:35.312 INFO O| Aug 27 23:18:35.312 INFO ok!
97252026-08-27T23:18:36.038Z[ host-image] Aug 27 23:18:35.312 INFO O| Aug 27 23:18:35.312 INFO STEP 66 (ensure_file) COMPLETE
97262026-08-27T23:18:36.038Z[ host-image] Aug 27 23:18:35.312 INFO O| Aug 27 23:18:35.312 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97272026-08-27T23:18:36.044Z[ host-image] Aug 27 23:18:35.321 INFO O| Aug 27 23:18:35.321 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97282026-08-27T23:18:36.044Z[ host-image] Aug 27 23:18:35.322 INFO O| Aug 27 23:18:35.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97292026-08-27T23:18:36.044Z[ host-image] Aug 27 23:18:35.322 INFO O| Aug 27 23:18:35.322 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97302026-08-27T23:18:36.048Z[ host-image] Aug 27 23:18:35.322 INFO O| Aug 27 23:18:35.322 INFO STEP 67 (ensure_dir) COMPLETE
97312026-08-27T23:18:36.048Z[ host-image] Aug 27 23:18:35.322 INFO O| Aug 27 23:18:35.322 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97322026-08-27T23:18:36.054Z[ host-image] Aug 27 23:18:35.332 INFO O| Aug 27 23:18:35.332 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97332026-08-27T23:18:36.054Z[ host-image] Aug 27 23:18:35.332 INFO O| Aug 27 23:18:35.332 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 ...
97342026-08-27T23:18:36.065Z[ host-image] Aug 27 23:18:35.342 INFO O| Aug 27 23:18:35.342 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
97352026-08-27T23:18:36.065Z[ host-image] Aug 27 23:18:35.342 INFO O| Aug 27 23:18:35.342 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97362026-08-27T23:18:36.068Z[ host-image] Aug 27 23:18:35.342 INFO O| Aug 27 23:18:35.342 INFO ok!
97372026-08-27T23:18:36.068Z[ host-image] Aug 27 23:18:35.342 INFO O| Aug 27 23:18:35.342 INFO STEP 68 (ensure_file) COMPLETE
97382026-08-27T23:18:36.068Z[ host-image] Aug 27 23:18:35.342 INFO O| Aug 27 23:18:35.342 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97392026-08-27T23:18:36.079Z[ host-image] Aug 27 23:18:35.355 INFO O| Aug 27 23:18:35.354 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97402026-08-27T23:18:36.079Z[ host-image] Aug 27 23:18:35.355 INFO O| Aug 27 23:18:35.355 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 ...
97412026-08-27T23:18:36.082Z[ host-image] Aug 27 23:18:35.355 INFO O| Aug 27 23:18:35.355 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
97422026-08-27T23:18:36.082Z[ host-image] Aug 27 23:18:35.355 INFO O| Aug 27 23:18:35.355 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97432026-08-27T23:18:36.082Z[ host-image] Aug 27 23:18:35.355 INFO O| Aug 27 23:18:35.355 INFO ok!
97442026-08-27T23:18:36.082Z[ host-image] Aug 27 23:18:35.355 INFO O| Aug 27 23:18:35.355 INFO STEP 69 (ensure_file) COMPLETE
97452026-08-27T23:18:36.083Z[ host-image] Aug 27 23:18:35.355 INFO O| Aug 27 23:18:35.355 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97462026-08-27T23:18:36.092Z[ host-image] Aug 27 23:18:35.369 INFO O| Aug 27 23:18:35.369 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97472026-08-27T23:18:36.092Z[ host-image] Aug 27 23:18:35.369 INFO O| Aug 27 23:18:35.369 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97482026-08-27T23:18:37.720Z[ host-image] Aug 27 23:18:36.997 INFO O| Aug 27 23:18:36.997 INFO STEP 70 (pack_tar) COMPLETE
97492026-08-27T23:18:37.720Z[ host-image] Aug 27 23:18:36.997 INFO O| Aug 27 23:18:36.997 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97502026-08-27T23:18:37.720Z[ host-image] Aug 27 23:18:36.997 INFO O| Aug 27 23:18:36.997 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97512026-08-27T23:18:38.323Z[ host-image] Aug 27 23:18:37.601 INFO O| Aug 27 23:18:37.600 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97522026-08-27T23:18:38.462Z[ host-image] Aug 27 23:18:37.739 INFO O| Aug 27 23:18:37.739 INFO completed processing sled/ramdisk-02-trim
97532026-08-27T23:18:38.466Z[ host-image] Aug 27 23:18:37.741 INFO image builder template: zfs...
97542026-08-27T23:18:38.466Z[ host-image] Aug 27 23:18:37.741 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/.tmpMUjC3W/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97552026-08-27T23:18:38.476Z[ host-image] Aug 27 23:18:37.754 INFO O| Aug 27 23:18:37.754 INFO skip include "stress" because feature "stress" is not enabled
97562026-08-27T23:18:38.476Z[ host-image] Aug 27 23:18:37.754 INFO O| Aug 27 23:18:37.754 INFO skip include "stress" because feature "compliance" is not enabled
97572026-08-27T23:18:38.506Z[ host-image] Aug 27 23:18:37.784 INFO O| Aug 27 23:18:37.784 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97582026-08-27T23:18:38.511Z[ host-image] Aug 27 23:18:37.789 INFO O| Aug 27 23:18:37.789 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97592026-08-27T23:18:39.029Z[ host-image] Aug 27 23:18:38.306 INFO O| Aug 27 23:18:38.306 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97602026-08-27T23:18:39.693Z[ host-image] Aug 27 23:18:38.970 INFO O| Aug 27 23:18:38.969 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97612026-08-27T23:18:39.693Z[ host-image] Aug 27 23:18:38.970 INFO O| Aug 27 23:18:38.970 INFO work dataset: rpool/images/build/host/work/sled/zfs
97622026-08-27T23:18:39.697Z[ host-image] Aug 27 23:18:38.973 INFO O| Aug 27 23:18:38.973 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97632026-08-27T23:18:39.966Z[ host-image] Aug 27 23:18:39.243 INFO O| Aug 27 23:18:39.243 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97642026-08-27T23:18:40.675Z[ host-image] Aug 27 23:18:39.948 INFO O| Aug 27 23:18:39.948 INFO DESTROY POOL: TEMPORARY-sled-zfs
97652026-08-27T23:18:40.683Z[ host-image] Aug 27 23:18:39.957 INFO O| Aug 27 23:18:39.957 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97662026-08-27T23:18:40.688Z[ host-image] Aug 27 23:18:39.961 INFO O| Aug 27 23:18:39.961 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97672026-08-27T23:18:40.688Z[ host-image] Aug 27 23:18:39.961 INFO O| Aug 27 23:18:39.961 INFO no lofi found
97682026-08-27T23:18:40.688Z[ host-image] Aug 27 23:18:39.962 INFO O| Aug 27 23:18:39.962 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97692026-08-27T23:18:40.688Z[ host-image] Aug 27 23:18:39.962 INFO O| Aug 27 23:18:39.962 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97702026-08-27T23:18:42.724Z[ host-image] Aug 27 23:18:42.001 INFO O| Aug 27 23:18:42.001 INFO lofi device = /dev/dsk/c2t1d0p0
97712026-08-27T23:18:42.724Z[ host-image] Aug 27 23:18:42.001 INFO O| Aug 27 23:18:42.001 INFO pool device = /dev/dsk/c2t1d0p0
97722026-08-27T23:18:42.724Z[ host-image] Aug 27 23:18:42.001 INFO O| Aug 27 23:18:42.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"]
97732026-08-27T23:18:42.784Z[ host-image] Aug 27 23:18:42.061 INFO O| Aug 27 23:18:42.061 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97742026-08-27T23:18:42.784Z[ host-image] Aug 27 23:18:42.061 INFO O| Aug 27 23:18:42.061 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97752026-08-27T23:18:42.798Z[ host-image] Aug 27 23:18:42.075 INFO O| Aug 27 23:18:42.075 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97762026-08-27T23:18:42.841Z[ host-image] Aug 27 23:18:42.118 INFO O| Aug 27 23:18:42.118 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97772026-08-27T23:18:42.866Z[ host-image] Aug 27 23:18:42.143 INFO O| Aug 27 23:18:42.143 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97782026-08-27T23:18:42.877Z[ host-image] Aug 27 23:18:42.154 INFO O| Aug 27 23:18:42.154 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97792026-08-27T23:18:42.886Z[ host-image] Aug 27 23:18:42.163 INFO O| Aug 27 23:18:42.163 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97802026-08-27T23:18:42.916Z[ host-image] Aug 27 23:18:42.193 INFO O| Aug 27 23:18:42.193 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97812026-08-27T23:18:42.916Z[ host-image] Aug 27 23:18:42.193 INFO O| Aug 27 23:18:42.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97822026-08-27T23:18:42.919Z[ host-image] Aug 27 23:18:42.193 INFO O| Aug 27 23:18:42.193 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97832026-08-27T23:18:42.924Z[ host-image] Aug 27 23:18:42.202 INFO O| Aug 27 23:18:42.202 INFO boot environment UUID: e3ee3912-74c1-46ba-abaa-72ef45f14e3a
97842026-08-27T23:18:42.924Z[ host-image] Aug 27 23:18:42.202 INFO O| Aug 27 23:18:42.202 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e3ee3912-74c1-46ba-abaa-72ef45f14e3a
97852026-08-27T23:18:42.931Z[ host-image] Aug 27 23:18:42.208 INFO O| Aug 27 23:18:42.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97862026-08-27T23:18:42.938Z[ host-image] Aug 27 23:18:42.216 INFO O| Aug 27 23:18:42.216 INFO STEP 0 (create_be) COMPLETE
97872026-08-27T23:18:42.938Z[ host-image] Aug 27 23:18:42.216 INFO O| Aug 27 23:18:42.216 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97882026-08-27T23:18:42.950Z[ host-image] Aug 27 23:18:42.226 INFO O| Aug 27 23:18:42.226 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97892026-08-27T23:18:51.368Z[ host-image] Aug 27 23:18:50.644 INFO O| Aug 27 23:18:50.644 INFO STEP 1 (unpack_tar) COMPLETE
97902026-08-27T23:18:51.368Z[ host-image] Aug 27 23:18:50.644 INFO O| Aug 27 23:18:50.644 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-08-27T23:18:51.378Z[ host-image] Aug 27 23:18:50.653 INFO O| Aug 27 23:18:50.653 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97922026-08-27T23:18:51.627Z[ host-image] Aug 27 23:18:50.904 INFO O| Aug 27 23:18:50.904 INFO STEP 2 (devfsadm) COMPLETE
97932026-08-27T23:18:51.627Z[ host-image] Aug 27 23:18:50.904 INFO O| Aug 27 23:18:50.904 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-08-27T23:18:51.635Z[ host-image] Aug 27 23:18:50.912 INFO O| Aug 27 23:18:50.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97952026-08-27T23:18:51.635Z[ host-image] Aug 27 23:18:50.912 INFO O| Aug 27 23:18:50.912 INFO STEP 3 (ensure_dir) COMPLETE
97962026-08-27T23:18:51.639Z[ host-image] Aug 27 23:18:50.912 INFO O| Aug 27 23:18:50.912 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-08-27T23:18:51.644Z[ host-image] Aug 27 23:18:50.920 INFO O| Aug 27 23:18:50.920 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97982026-08-27T23:18:51.644Z[ host-image] Aug 27 23:18:50.920 INFO O| Aug 27 23:18:50.920 INFO STEP 4 (ensure_dir) COMPLETE
97992026-08-27T23:18:51.647Z[ host-image] Aug 27 23:18:50.920 INFO O| Aug 27 23:18:50.920 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98002026-08-27T23:18:51.650Z[ host-image] Aug 27 23:18:50.926 INFO O| Aug 27 23:18:50.926 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98012026-08-27T23:18:51.650Z[ host-image] Aug 27 23:18:50.926 INFO O| Aug 27 23:18:50.926 INFO STEP 5 (ensure_dir) COMPLETE
98022026-08-27T23:18:51.650Z[ host-image] Aug 27 23:18:50.926 INFO O| Aug 27 23:18:50.926 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-27T23:18:51.656Z[ host-image] Aug 27 23:18:50.933 INFO O| Aug 27 23:18:50.933 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98042026-08-27T23:18:51.660Z[ host-image] Aug 27 23:18:50.933 INFO O| Aug 27 23:18:50.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98052026-08-27T23:18:51.660Z[ host-image] Aug 27 23:18:50.933 INFO O| Aug 27 23:18:50.933 INFO STEP 6 (ensure_dir) COMPLETE
98062026-08-27T23:18:51.661Z[ host-image] Aug 27 23:18:50.933 INFO O| Aug 27 23:18:50.933 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-08-27T23:18:51.664Z[ host-image] Aug 27 23:18:50.939 INFO O| Aug 27 23:18:50.939 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98082026-08-27T23:18:51.664Z[ host-image] Aug 27 23:18:50.939 INFO O| Aug 27 23:18:50.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98092026-08-27T23:18:51.664Z[ host-image] Aug 27 23:18:50.939 INFO O| Aug 27 23:18:50.939 INFO STEP 7 (ensure_dir) COMPLETE
98102026-08-27T23:18:51.664Z[ host-image] Aug 27 23:18:50.939 INFO O| Aug 27 23:18:50.939 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-27T23:18:51.668Z[ host-image] Aug 27 23:18:50.945 INFO O| Aug 27 23:18:50.945 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98122026-08-27T23:18:51.671Z[ host-image] Aug 27 23:18:50.946 INFO O| Aug 27 23:18:50.946 INFO STEP 8 (remove_files) COMPLETE
98132026-08-27T23:18:51.671Z[ host-image] Aug 27 23:18:50.946 INFO O| Aug 27 23:18:50.946 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-27T23:18:51.674Z[ host-image] Aug 27 23:18:50.952 INFO O| Aug 27 23:18:50.952 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98152026-08-27T23:18:51.677Z[ host-image] Aug 27 23:18:50.952 INFO O| Aug 27 23:18:50.952 INFO STEP 9 (remove_files) COMPLETE
98162026-08-27T23:18:51.678Z[ host-image] Aug 27 23:18:50.952 INFO O| Aug 27 23:18:50.952 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98172026-08-27T23:18:51.682Z[ host-image] Aug 27 23:18:50.958 INFO O| Aug 27 23:18:50.958 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98182026-08-27T23:18:51.687Z[ host-image] Aug 27 23:18:50.959 INFO O| Aug 27 23:18:50.959 INFO STEP 10 (remove_files) COMPLETE
98192026-08-27T23:18:51.687Z[ host-image] Aug 27 23:18:50.959 INFO O| Aug 27 23:18:50.959 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-08-27T23:18:51.694Z[ host-image] Aug 27 23:18:50.964 INFO O| Aug 27 23:18:50.964 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98212026-08-27T23:18:51.694Z[ host-image] Aug 27 23:18:50.964 INFO O| Aug 27 23:18:50.964 INFO STEP 11 (remove_files) COMPLETE
98222026-08-27T23:18:51.694Z[ host-image] Aug 27 23:18:50.964 INFO O| Aug 27 23:18:50.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-27T23:18:51.697Z[ host-image] Aug 27 23:18:50.970 INFO O| Aug 27 23:18:50.970 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98242026-08-27T23:18:51.697Z[ host-image] Aug 27 23:18:50.970 INFO O| Aug 27 23:18:50.970 INFO STEP 12 (remove_files) COMPLETE
98252026-08-27T23:18:51.697Z[ host-image] Aug 27 23:18:50.970 INFO O| Aug 27 23:18:50.970 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-27T23:18:51.701Z[ host-image] Aug 27 23:18:50.975 INFO O| Aug 27 23:18:50.975 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98272026-08-27T23:18:51.701Z[ host-image] Aug 27 23:18:50.975 INFO O| Aug 27 23:18:50.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98282026-08-27T23:18:51.701Z[ host-image] Aug 27 23:18:50.975 INFO O| Aug 27 23:18:50.975 INFO STEP 13 (ensure_dir) COMPLETE
98292026-08-27T23:18:51.701Z[ host-image] Aug 27 23:18:50.975 INFO O| Aug 27 23:18:50.975 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-08-27T23:18:51.704Z[ host-image] Aug 27 23:18:50.981 INFO O| Aug 27 23:18:50.981 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98312026-08-27T23:18:51.704Z[ host-image] Aug 27 23:18:50.981 INFO O| Aug 27 23:18:50.981 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98322026-08-27T23:18:51.704Z[ host-image] Aug 27 23:18:50.981 INFO O| Aug 27 23:18:50.981 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98332026-08-27T23:18:51.704Z[ host-image] Aug 27 23:18:50.981 INFO O| Aug 27 23:18:50.981 INFO STEP 14 (ensure_dir) COMPLETE
98342026-08-27T23:18:51.704Z[ host-image] Aug 27 23:18:50.981 INFO O| Aug 27 23:18:50.981 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-27T23:18:51.709Z[ host-image] Aug 27 23:18:50.987 INFO O| Aug 27 23:18:50.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98362026-08-27T23:18:51.713Z[ host-image] Aug 27 23:18:50.987 INFO O| Aug 27 23:18:50.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98372026-08-27T23:18:51.713Z[ host-image] Aug 27 23:18:50.987 INFO O| Aug 27 23:18:50.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98382026-08-27T23:18:51.713Z[ host-image] Aug 27 23:18:50.987 INFO O| Aug 27 23:18:50.987 INFO STEP 15 (ensure_dir) COMPLETE
98392026-08-27T23:18:51.713Z[ host-image] Aug 27 23:18:50.987 INFO O| Aug 27 23:18:50.987 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98402026-08-27T23:18:51.719Z[ host-image] Aug 27 23:18:50.996 INFO O| Aug 27 23:18:50.996 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98412026-08-27T23:18:51.719Z[ host-image] Aug 27 23:18:50.996 INFO O| Aug 27 23:18:50.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98422026-08-27T23:18:51.725Z[ host-image] Aug 27 23:18:50.996 INFO O| Aug 27 23:18:50.996 INFO STEP 16 (ensure_dir) COMPLETE
98432026-08-27T23:18:51.725Z[ host-image] Aug 27 23:18:50.996 INFO O| Aug 27 23:18:50.996 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-27T23:18:51.730Z[ host-image] Aug 27 23:18:51.004 INFO O| Aug 27 23:18:51.004 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98452026-08-27T23:18:51.730Z[ host-image] Aug 27 23:18:51.004 INFO O| Aug 27 23:18:51.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98462026-08-27T23:18:51.730Z[ host-image] Aug 27 23:18:51.004 INFO O| Aug 27 23:18:51.004 INFO STEP 17 (ensure_dir) COMPLETE
98472026-08-27T23:18:51.730Z[ host-image] Aug 27 23:18:51.004 INFO O| Aug 27 23:18:51.004 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-27T23:18:51.735Z[ host-image] Aug 27 23:18:51.013 INFO O| Aug 27 23:18:51.013 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98492026-08-27T23:18:51.735Z[ host-image] Aug 27 23:18:51.013 INFO O| Aug 27 23:18:51.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98502026-08-27T23:18:51.739Z[ host-image] Aug 27 23:18:51.013 INFO O| Aug 27 23:18:51.013 INFO ok!
98512026-08-27T23:18:51.739Z[ host-image] Aug 27 23:18:51.013 INFO O| Aug 27 23:18:51.013 INFO STEP 18 (ensure_symlink) COMPLETE
98522026-08-27T23:18:51.739Z[ host-image] Aug 27 23:18:51.013 INFO O| Aug 27 23:18:51.013 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98532026-08-27T23:18:51.744Z[ host-image] Aug 27 23:18:51.021 INFO O| Aug 27 23:18:51.021 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98542026-08-27T23:18:51.744Z[ host-image] Aug 27 23:18:51.021 INFO O| Aug 27 23:18:51.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98552026-08-27T23:18:51.748Z[ host-image] Aug 27 23:18:51.021 INFO O| Aug 27 23:18:51.021 INFO ok!
98562026-08-27T23:18:51.748Z[ host-image] Aug 27 23:18:51.021 INFO O| Aug 27 23:18:51.021 INFO STEP 19 (ensure_file) COMPLETE
98572026-08-27T23:18:51.748Z[ host-image] Aug 27 23:18:51.021 INFO O| Aug 27 23:18:51.021 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98582026-08-27T23:18:51.752Z[ host-image] Aug 27 23:18:51.027 INFO O| Aug 27 23:18:51.027 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98592026-08-27T23:18:51.752Z[ host-image] Aug 27 23:18:51.027 INFO O| Aug 27 23:18:51.027 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98602026-08-27T23:18:51.752Z[ host-image] Aug 27 23:18:51.027 INFO O| Aug 27 23:18:51.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98612026-08-27T23:18:51.752Z[ host-image] Aug 27 23:18:51.027 INFO O| Aug 27 23:18:51.027 INFO ok!
98622026-08-27T23:18:51.752Z[ host-image] Aug 27 23:18:51.027 INFO O| Aug 27 23:18:51.027 INFO STEP 20 (ensure_symlink) COMPLETE
98632026-08-27T23:18:51.752Z[ host-image] Aug 27 23:18:51.027 INFO O| Aug 27 23:18:51.027 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98642026-08-27T23:18:51.760Z[ host-image] Aug 27 23:18:51.036 INFO O| Aug 27 23:18:51.036 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98652026-08-27T23:18:51.760Z[ host-image] Aug 27 23:18:51.036 INFO O| Aug 27 23:18:51.036 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98662026-08-27T23:18:51.766Z[ host-image] Aug 27 23:18:51.036 INFO O| Aug 27 23:18:51.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98672026-08-27T23:18:51.766Z[ host-image] Aug 27 23:18:51.036 INFO O| Aug 27 23:18:51.036 INFO ok!
98682026-08-27T23:18:51.766Z[ host-image] Aug 27 23:18:51.036 INFO O| Aug 27 23:18:51.036 INFO STEP 21 (ensure_symlink) COMPLETE
98692026-08-27T23:18:51.766Z[ host-image] Aug 27 23:18:51.036 INFO O| Aug 27 23:18:51.036 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98702026-08-27T23:18:51.769Z[ host-image] Aug 27 23:18:51.042 INFO O| Aug 27 23:18:51.042 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98712026-08-27T23:18:51.769Z[ host-image] Aug 27 23:18:51.042 INFO O| Aug 27 23:18:51.042 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98722026-08-27T23:18:51.769Z[ host-image] Aug 27 23:18:51.042 INFO O| Aug 27 23:18:51.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98732026-08-27T23:18:51.769Z[ host-image] Aug 27 23:18:51.042 INFO O| Aug 27 23:18:51.042 INFO ok!
98742026-08-27T23:18:51.769Z[ host-image] Aug 27 23:18:51.042 INFO O| Aug 27 23:18:51.042 INFO STEP 22 (ensure_symlink) COMPLETE
98752026-08-27T23:18:51.769Z[ host-image] Aug 27 23:18:51.042 INFO O| Aug 27 23:18:51.042 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-08-27T23:18:51.773Z[ host-image] Aug 27 23:18:51.050 INFO O| Aug 27 23:18:51.050 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98772026-08-27T23:18:51.773Z[ host-image] Aug 27 23:18:51.050 INFO O| Aug 27 23:18:51.050 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98782026-08-27T23:18:51.773Z[ host-image] Aug 27 23:18:51.050 INFO O| Aug 27 23:18:51.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98792026-08-27T23:18:51.773Z[ host-image] Aug 27 23:18:51.050 INFO O| Aug 27 23:18:51.050 INFO ok!
98802026-08-27T23:18:51.773Z[ host-image] Aug 27 23:18:51.050 INFO O| Aug 27 23:18:51.050 INFO STEP 23 (ensure_symlink) COMPLETE
98812026-08-27T23:18:51.773Z[ host-image] Aug 27 23:18:51.050 INFO O| Aug 27 23:18:51.050 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98822026-08-27T23:18:51.780Z[ host-image] Aug 27 23:18:51.057 INFO O| Aug 27 23:18:51.057 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98832026-08-27T23:18:51.780Z[ host-image] Aug 27 23:18:51.057 INFO O| Aug 27 23:18:51.057 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98842026-08-27T23:18:51.780Z[ host-image] Aug 27 23:18:51.057 INFO O| Aug 27 23:18:51.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98852026-08-27T23:18:51.784Z[ host-image] Aug 27 23:18:51.057 INFO O| Aug 27 23:18:51.057 INFO ok!
98862026-08-27T23:18:51.784Z[ host-image] Aug 27 23:18:51.057 INFO O| Aug 27 23:18:51.057 INFO STEP 24 (ensure_file) COMPLETE
98872026-08-27T23:18:51.784Z[ host-image] Aug 27 23:18:51.057 INFO O| Aug 27 23:18:51.057 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-08-27T23:18:51.787Z[ host-image] Aug 27 23:18:51.064 INFO O| Aug 27 23:18:51.064 INFO updating shadow file
98892026-08-27T23:18:51.787Z[ host-image] Aug 27 23:18:51.064 INFO O| Aug 27 23:18:51.064 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98902026-08-27T23:18:51.787Z[ host-image] Aug 27 23:18:51.064 INFO O| Aug 27 23:18:51.064 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98912026-08-27T23:18:51.791Z[ host-image] Aug 27 23:18:51.064 INFO O| Aug 27 23:18:51.064 INFO STEP 25 (shadow) COMPLETE
98922026-08-27T23:18:51.791Z[ host-image] Aug 27 23:18:51.064 INFO O| Aug 27 23:18:51.064 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98932026-08-27T23:18:51.794Z[ host-image] Aug 27 23:18:51.071 INFO O| Aug 27 23:18:51.071 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98942026-08-27T23:18:51.794Z[ host-image] Aug 27 23:18:51.071 INFO O| Aug 27 23:18:51.071 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98952026-08-27T23:18:51.794Z[ host-image] Aug 27 23:18:51.071 INFO O| Aug 27 23:18:51.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98962026-08-27T23:18:51.794Z[ host-image] Aug 27 23:18:51.071 INFO O| Aug 27 23:18:51.071 INFO ok!
98972026-08-27T23:18:51.794Z[ host-image] Aug 27 23:18:51.071 INFO O| Aug 27 23:18:51.071 INFO STEP 26 (ensure_file) COMPLETE
98982026-08-27T23:18:51.794Z[ host-image] Aug 27 23:18:51.071 INFO O| Aug 27 23:18:51.071 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98992026-08-27T23:18:51.800Z[ host-image] Aug 27 23:18:51.078 INFO O| Aug 27 23:18:51.078 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99002026-08-27T23:18:51.800Z[ host-image] Aug 27 23:18:51.078 INFO O| Aug 27 23:18:51.078 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99012026-08-27T23:18:51.804Z[ host-image] Aug 27 23:18:51.078 INFO O| Aug 27 23:18:51.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99022026-08-27T23:18:51.804Z[ host-image] Aug 27 23:18:51.078 INFO O| Aug 27 23:18:51.078 INFO ok!
99032026-08-27T23:18:51.804Z[ host-image] Aug 27 23:18:51.078 INFO O| Aug 27 23:18:51.078 INFO STEP 27 (ensure_file) COMPLETE
99042026-08-27T23:18:51.804Z[ host-image] Aug 27 23:18:51.078 INFO O| Aug 27 23:18:51.078 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99052026-08-27T23:18:51.808Z[ host-image] Aug 27 23:18:51.085 INFO O| Aug 27 23:18:51.085 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99062026-08-27T23:18:51.808Z[ host-image] Aug 27 23:18:51.085 INFO O| Aug 27 23:18:51.085 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99072026-08-27T23:18:51.811Z[ host-image] Aug 27 23:18:51.085 INFO O| Aug 27 23:18:51.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99082026-08-27T23:18:51.811Z[ host-image] Aug 27 23:18:51.085 INFO O| Aug 27 23:18:51.085 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99092026-08-27T23:18:51.811Z[ host-image] Aug 27 23:18:51.085 INFO O| Aug 27 23:18:51.085 INFO ok!
99102026-08-27T23:18:51.811Z[ host-image] Aug 27 23:18:51.085 INFO O| Aug 27 23:18:51.085 INFO STEP 28 (ensure_file) COMPLETE
99112026-08-27T23:18:51.811Z[ host-image] Aug 27 23:18:51.085 INFO O| Aug 27 23:18:51.085 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-08-27T23:18:51.815Z[ host-image] Aug 27 23:18:51.091 INFO O| Aug 27 23:18:51.091 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99132026-08-27T23:18:51.815Z[ host-image] Aug 27 23:18:51.091 INFO O| Aug 27 23:18:51.091 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99142026-08-27T23:18:51.815Z[ host-image] Aug 27 23:18:51.091 INFO O| Aug 27 23:18:51.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99152026-08-27T23:18:51.815Z[ host-image] Aug 27 23:18:51.091 INFO O| Aug 27 23:18:51.091 INFO ok!
99162026-08-27T23:18:51.815Z[ host-image] Aug 27 23:18:51.091 INFO O| Aug 27 23:18:51.091 INFO STEP 29 (ensure_file) COMPLETE
99172026-08-27T23:18:51.815Z[ host-image] Aug 27 23:18:51.091 INFO O| Aug 27 23:18:51.091 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-08-27T23:18:51.821Z[ host-image] Aug 27 23:18:51.099 INFO O| Aug 27 23:18:51.098 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99192026-08-27T23:18:51.821Z[ host-image] Aug 27 23:18:51.099 INFO O| Aug 27 23:18:51.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99202026-08-27T23:18:51.825Z[ host-image] Aug 27 23:18:51.099 INFO O| Aug 27 23:18:51.099 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99212026-08-27T23:18:51.825Z[ host-image] Aug 27 23:18:51.099 INFO O| Aug 27 23:18:51.099 INFO STEP 30 (ensure_dir) COMPLETE
99222026-08-27T23:18:51.825Z[ host-image] Aug 27 23:18:51.099 INFO O| Aug 27 23:18:51.099 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-08-27T23:18:51.829Z[ host-image] Aug 27 23:18:51.106 INFO O| Aug 27 23:18:51.106 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99242026-08-27T23:18:51.829Z[ host-image] Aug 27 23:18:51.106 INFO O| Aug 27 23:18:51.106 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99252026-08-27T23:18:51.830Z[ host-image] Aug 27 23:18:51.106 INFO O| Aug 27 23:18:51.106 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99262026-08-27T23:18:51.833Z[ host-image] Aug 27 23:18:51.106 INFO O| Aug 27 23:18:51.106 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99272026-08-27T23:18:51.833Z[ host-image] Aug 27 23:18:51.106 INFO O| Aug 27 23:18:51.106 INFO ok!
99282026-08-27T23:18:51.833Z[ host-image] Aug 27 23:18:51.106 INFO O| Aug 27 23:18:51.106 INFO STEP 31 (ensure_file) COMPLETE
99292026-08-27T23:18:51.833Z[ host-image] Aug 27 23:18:51.106 INFO O| Aug 27 23:18:51.106 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-08-27T23:18:51.836Z[ host-image] Aug 27 23:18:51.111 INFO O| Aug 27 23:18:51.111 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99312026-08-27T23:18:51.836Z[ host-image] Aug 27 23:18:51.111 INFO O| Aug 27 23:18:51.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99322026-08-27T23:18:51.836Z[ host-image] Aug 27 23:18:51.111 INFO O| Aug 27 23:18:51.111 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99332026-08-27T23:18:51.836Z[ host-image] Aug 27 23:18:51.111 INFO O| Aug 27 23:18:51.111 INFO STEP 32 (ensure_dir) COMPLETE
99342026-08-27T23:18:51.836Z[ host-image] Aug 27 23:18:51.111 INFO O| Aug 27 23:18:51.111 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99352026-08-27T23:18:51.841Z[ host-image] Aug 27 23:18:51.118 INFO O| Aug 27 23:18:51.118 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99362026-08-27T23:18:51.841Z[ host-image] Aug 27 23:18:51.118 INFO O| Aug 27 23:18:51.118 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 ...
99372026-08-27T23:18:51.841Z[ host-image] Aug 27 23:18:51.118 INFO O| Aug 27 23:18:51.118 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
99382026-08-27T23:18:51.844Z[ host-image] Aug 27 23:18:51.118 INFO O| Aug 27 23:18:51.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99392026-08-27T23:18:51.844Z[ host-image] Aug 27 23:18:51.118 INFO O| Aug 27 23:18:51.118 INFO ok!
99402026-08-27T23:18:51.844Z[ host-image] Aug 27 23:18:51.118 INFO O| Aug 27 23:18:51.118 INFO STEP 33 (ensure_file) COMPLETE
99412026-08-27T23:18:51.844Z[ host-image] Aug 27 23:18:51.118 INFO O| Aug 27 23:18:51.118 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99422026-08-27T23:18:51.848Z[ host-image] Aug 27 23:18:51.123 INFO O| Aug 27 23:18:51.123 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99432026-08-27T23:18:51.848Z[ host-image] Aug 27 23:18:51.123 INFO O| Aug 27 23:18:51.123 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99442026-08-27T23:18:51.848Z[ host-image] Aug 27 23:18:51.123 INFO O| Aug 27 23:18:51.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99452026-08-27T23:18:51.848Z[ host-image] Aug 27 23:18:51.123 INFO O| Aug 27 23:18:51.123 INFO ok!
99462026-08-27T23:18:51.848Z[ host-image] Aug 27 23:18:51.123 INFO O| Aug 27 23:18:51.123 INFO STEP 34 (ensure_file) COMPLETE
99472026-08-27T23:18:51.848Z[ host-image] Aug 27 23:18:51.123 INFO O| Aug 27 23:18:51.123 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99482026-08-27T23:18:51.851Z[ host-image] Aug 27 23:18:51.129 INFO O| Aug 27 23:18:51.129 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99492026-08-27T23:18:51.851Z[ host-image] Aug 27 23:18:51.129 INFO O| Aug 27 23:18:51.129 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99502026-08-27T23:18:51.851Z[ host-image] Aug 27 23:18:51.129 INFO O| Aug 27 23:18:51.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99512026-08-27T23:18:51.855Z[ host-image] Aug 27 23:18:51.129 INFO O| Aug 27 23:18:51.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99522026-08-27T23:18:51.855Z[ host-image] Aug 27 23:18:51.129 INFO O| Aug 27 23:18:51.129 INFO ok!
99532026-08-27T23:18:51.855Z[ host-image] Aug 27 23:18:51.129 INFO O| Aug 27 23:18:51.129 INFO STEP 35 (ensure_file) COMPLETE
99542026-08-27T23:18:51.855Z[ host-image] Aug 27 23:18:51.129 INFO O| Aug 27 23:18:51.129 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99552026-08-27T23:18:51.858Z[ host-image] Aug 27 23:18:51.134 INFO O| Aug 27 23:18:51.134 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99562026-08-27T23:18:51.858Z[ host-image] Aug 27 23:18:51.134 INFO O| Aug 27 23:18:51.134 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99572026-08-27T23:18:51.858Z[ host-image] Aug 27 23:18:51.134 INFO O| Aug 27 23:18:51.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99582026-08-27T23:18:51.858Z[ host-image] Aug 27 23:18:51.134 INFO O| Aug 27 23:18:51.134 INFO ok!
99592026-08-27T23:18:51.858Z[ host-image] Aug 27 23:18:51.134 INFO O| Aug 27 23:18:51.134 INFO STEP 36 (ensure_file) COMPLETE
99602026-08-27T23:18:51.858Z[ host-image] Aug 27 23:18:51.134 INFO O| Aug 27 23:18:51.134 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99612026-08-27T23:18:51.862Z[ host-image] Aug 27 23:18:51.140 INFO O| Aug 27 23:18:51.140 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99622026-08-27T23:18:51.866Z[ host-image] Aug 27 23:18:51.140 INFO O| Aug 27 23:18:51.140 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99632026-08-27T23:18:51.866Z[ host-image] Aug 27 23:18:51.140 INFO O| Aug 27 23:18:51.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99642026-08-27T23:18:51.866Z[ host-image] Aug 27 23:18:51.140 INFO O| Aug 27 23:18:51.140 INFO ok!
99652026-08-27T23:18:51.866Z[ host-image] Aug 27 23:18:51.140 INFO O| Aug 27 23:18:51.140 INFO STEP 37 (ensure_file) COMPLETE
99662026-08-27T23:18:51.866Z[ host-image] Aug 27 23:18:51.140 INFO O| Aug 27 23:18:51.140 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-08-27T23:18:51.870Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99682026-08-27T23:18:51.870Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99692026-08-27T23:18:51.870Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99702026-08-27T23:18:51.870Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99712026-08-27T23:18:51.871Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99722026-08-27T23:18:51.871Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99732026-08-27T23:18:51.871Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO ok!
99742026-08-27T23:18:51.871Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO STEP 38 (ensure_file) COMPLETE
99752026-08-27T23:18:51.871Z[ host-image] Aug 27 23:18:51.145 INFO O| Aug 27 23:18:51.145 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99762026-08-27T23:18:51.874Z[ host-image] Aug 27 23:18:51.150 INFO O| Aug 27 23:18:51.150 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99772026-08-27T23:18:51.874Z[ host-image] Aug 27 23:18:51.150 INFO O| Aug 27 23:18:51.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99782026-08-27T23:18:51.874Z[ host-image] Aug 27 23:18:51.151 INFO O| Aug 27 23:18:51.151 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99792026-08-27T23:18:51.874Z[ host-image] Aug 27 23:18:51.151 INFO O| Aug 27 23:18:51.151 INFO STEP 39 (ensure_dir) COMPLETE
99802026-08-27T23:18:51.874Z[ host-image] Aug 27 23:18:51.151 INFO O| Aug 27 23:18:51.151 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99812026-08-27T23:18:51.878Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 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
99822026-08-27T23:18:51.878Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 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 ...
99832026-08-27T23:18:51.878Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 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
99842026-08-27T23:18:51.882Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 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
99852026-08-27T23:18:51.882Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 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
99862026-08-27T23:18:51.882Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 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
99872026-08-27T23:18:51.882Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 INFO ok!
99882026-08-27T23:18:51.882Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 INFO STEP 40 (ensure_file) COMPLETE
99892026-08-27T23:18:51.882Z[ host-image] Aug 27 23:18:51.156 INFO O| Aug 27 23:18:51.156 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99902026-08-27T23:18:51.886Z[ host-image] Aug 27 23:18:51.163 INFO O| Aug 27 23:18:51.163 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99912026-08-27T23:18:51.886Z[ host-image] Aug 27 23:18:51.163 INFO O| Aug 27 23:18:51.163 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 ...
99922026-08-27T23:18:51.886Z[ host-image] Aug 27 23:18:51.163 INFO O| Aug 27 23:18:51.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99932026-08-27T23:18:51.890Z[ host-image] Aug 27 23:18:51.163 INFO O| Aug 27 23:18:51.163 INFO ok!
99942026-08-27T23:18:51.890Z[ host-image] Aug 27 23:18:51.163 INFO O| Aug 27 23:18:51.163 INFO STEP 41 (ensure_symlink) COMPLETE
99952026-08-27T23:18:51.890Z[ host-image] Aug 27 23:18:51.163 INFO O| Aug 27 23:18:51.163 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99962026-08-27T23:18:51.893Z[ host-image] Aug 27 23:18:51.169 INFO O| Aug 27 23:18:51.169 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99972026-08-27T23:18:51.893Z[ host-image] Aug 27 23:18:51.169 INFO O| Aug 27 23:18:51.169 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99982026-08-27T23:18:51.893Z[ host-image] Aug 27 23:18:51.169 INFO O| Aug 27 23:18:51.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99992026-08-27T23:18:51.893Z[ host-image] Aug 27 23:18:51.169 INFO O| Aug 27 23:18:51.169 INFO ok!
100002026-08-27T23:18:51.893Z[ host-image] Aug 27 23:18:51.169 INFO O| Aug 27 23:18:51.169 INFO STEP 42 (ensure_symlink) COMPLETE
100012026-08-27T23:18:51.893Z[ host-image] Aug 27 23:18:51.169 INFO O| Aug 27 23:18:51.169 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100022026-08-27T23:18:51.900Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100032026-08-27T23:18:51.900Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100042026-08-27T23:18:51.905Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100052026-08-27T23:18:51.905Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100062026-08-27T23:18:51.905Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100072026-08-27T23:18:51.905Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100082026-08-27T23:18:51.905Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO ok!
100092026-08-27T23:18:51.905Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO STEP 43 (ensure_file) COMPLETE
100102026-08-27T23:18:51.905Z[ host-image] Aug 27 23:18:51.177 INFO O| Aug 27 23:18:51.177 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100112026-08-27T23:18:51.909Z[ host-image] Aug 27 23:18:51.183 INFO O| Aug 27 23:18:51.183 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100122026-08-27T23:18:51.909Z[ host-image] Aug 27 23:18:51.183 INFO O| Aug 27 23:18:51.183 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 ...
100132026-08-27T23:18:51.909Z[ host-image] Aug 27 23:18:51.183 INFO O| Aug 27 23:18:51.183 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
100142026-08-27T23:18:51.909Z[ host-image] Aug 27 23:18:51.183 INFO O| Aug 27 23:18:51.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100152026-08-27T23:18:51.909Z[ host-image] Aug 27 23:18:51.183 INFO O| Aug 27 23:18:51.183 INFO ok!
100162026-08-27T23:18:51.909Z[ host-image] Aug 27 23:18:51.183 INFO O| Aug 27 23:18:51.183 INFO STEP 44 (ensure_file) COMPLETE
100172026-08-27T23:18:51.909Z[ host-image] Aug 27 23:18:51.183 INFO O| Aug 27 23:18:51.183 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100182026-08-27T23:18:51.912Z[ host-image] Aug 27 23:18:51.189 INFO O| Aug 27 23:18:51.189 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100192026-08-27T23:18:51.912Z[ host-image] Aug 27 23:18:51.189 INFO O| Aug 27 23:18:51.189 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100202026-08-27T23:18:51.912Z[ host-image] Aug 27 23:18:51.189 INFO O| Aug 27 23:18:51.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100212026-08-27T23:18:51.912Z[ host-image] Aug 27 23:18:51.189 INFO O| Aug 27 23:18:51.189 INFO ok!
100222026-08-27T23:18:51.912Z[ host-image] Aug 27 23:18:51.189 INFO O| Aug 27 23:18:51.189 INFO STEP 45 (ensure_file) COMPLETE
100232026-08-27T23:18:51.912Z[ host-image] Aug 27 23:18:51.189 INFO O| Aug 27 23:18:51.189 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100242026-08-27T23:18:51.919Z[ host-image] Aug 27 23:18:51.196 INFO O| Aug 27 23:18:51.196 INFO updating shadow file
100252026-08-27T23:18:51.919Z[ host-image] Aug 27 23:18:51.197 INFO O| Aug 27 23:18:51.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100262026-08-27T23:18:51.922Z[ host-image] Aug 27 23:18:51.197 INFO O| Aug 27 23:18:51.197 INFO STEP 46 (shadow) COMPLETE
100272026-08-27T23:18:51.923Z[ host-image] Aug 27 23:18:51.197 INFO O| Aug 27 23:18:51.197 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100282026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100292026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100302026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100312026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100322026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO ok!
100332026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO STEP 47 (ensure_file) COMPLETE
100342026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100352026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO skip step because feature "mfg" is not enabled
100362026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100372026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO skip step because feature "mfg" is not enabled
100382026-08-27T23:18:51.926Z[ host-image] Aug 27 23:18:51.203 INFO O| Aug 27 23:18:51.203 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100392026-08-27T23:18:51.931Z[ host-image] Aug 27 23:18:51.209 INFO O| Aug 27 23:18:51.209 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100402026-08-27T23:18:51.935Z[ host-image] Aug 27 23:18:51.209 INFO O| Aug 27 23:18:51.209 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100412026-08-27T23:18:51.954Z[ host-image] Aug 27 23:18:51.231 INFO O| Aug 27 23:18:51.231 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100422026-08-27T23:18:51.954Z[ host-image] Aug 27 23:18:51.231 INFO O| Aug 27 23:18:51.231 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100432026-08-27T23:18:51.958Z[ host-image] Aug 27 23:18:51.231 INFO O| Aug 27 23:18:51.231 INFO ok!
100442026-08-27T23:18:51.958Z[ host-image] Aug 27 23:18:51.231 INFO O| Aug 27 23:18:51.231 INFO STEP 50 (ensure_file) COMPLETE
100452026-08-27T23:18:51.958Z[ host-image] Aug 27 23:18:51.231 INFO O| Aug 27 23:18:51.231 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100462026-08-27T23:18:51.958Z[ host-image] Aug 27 23:18:51.231 INFO O| Aug 27 23:18:51.231 INFO skip step because feature "compliance" is not enabled
100472026-08-27T23:18:51.958Z[ host-image] Aug 27 23:18:51.231 INFO O| Aug 27 23:18:51.231 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100482026-08-27T23:18:51.961Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100492026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100502026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100512026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100522026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100532026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100542026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO ok!
100552026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO STEP 52 (ensure_file) COMPLETE
100562026-08-27T23:18:51.962Z[ host-image] Aug 27 23:18:51.238 INFO O| Aug 27 23:18:51.238 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-08-27T23:18:51.969Z[ host-image] Aug 27 23:18:51.246 INFO O| Aug 27 23:18:51.246 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100582026-08-27T23:18:51.969Z[ host-image] Aug 27 23:18:51.246 INFO O| Aug 27 23:18:51.246 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 ...
100592026-08-27T23:18:51.969Z[ host-image] Aug 27 23:18:51.246 INFO O| Aug 27 23:18:51.246 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
100602026-08-27T23:18:51.969Z[ host-image] Aug 27 23:18:51.246 INFO O| Aug 27 23:18:51.246 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100612026-08-27T23:18:51.972Z[ host-image] Aug 27 23:18:51.246 INFO O| Aug 27 23:18:51.246 INFO ok!
100622026-08-27T23:18:51.972Z[ host-image] Aug 27 23:18:51.246 INFO O| Aug 27 23:18:51.246 INFO STEP 53 (ensure_file) COMPLETE
100632026-08-27T23:18:51.972Z[ host-image] Aug 27 23:18:51.246 INFO O| Aug 27 23:18:51.246 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-08-27T23:18:51.976Z[ host-image] Aug 27 23:18:51.251 INFO O| Aug 27 23:18:51.251 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100652026-08-27T23:18:51.976Z[ host-image] Aug 27 23:18:51.251 INFO O| Aug 27 23:18:51.251 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 ...
100662026-08-27T23:18:51.976Z[ host-image] Aug 27 23:18:51.251 INFO O| Aug 27 23:18:51.251 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100672026-08-27T23:18:51.976Z[ host-image] Aug 27 23:18:51.251 INFO O| Aug 27 23:18:51.251 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100682026-08-27T23:18:51.976Z[ host-image] Aug 27 23:18:51.251 INFO O| Aug 27 23:18:51.251 INFO ok!
100692026-08-27T23:18:51.976Z[ host-image] Aug 27 23:18:51.251 INFO O| Aug 27 23:18:51.251 INFO STEP 54 (ensure_file) COMPLETE
100702026-08-27T23:18:51.976Z[ host-image] Aug 27 23:18:51.252 INFO O| Aug 27 23:18:51.251 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-08-27T23:18:51.982Z[ host-image] Aug 27 23:18:51.259 INFO O| Aug 27 23:18:51.259 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100722026-08-27T23:18:51.982Z[ host-image] Aug 27 23:18:51.259 INFO O| Aug 27 23:18:51.259 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 ...
100732026-08-27T23:18:51.985Z[ host-image] Aug 27 23:18:51.259 INFO O| Aug 27 23:18:51.259 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
100742026-08-27T23:18:51.985Z[ host-image] Aug 27 23:18:51.259 INFO O| Aug 27 23:18:51.259 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100752026-08-27T23:18:51.985Z[ host-image] Aug 27 23:18:51.259 INFO O| Aug 27 23:18:51.259 INFO ok!
100762026-08-27T23:18:51.985Z[ host-image] Aug 27 23:18:51.259 INFO O| Aug 27 23:18:51.259 INFO STEP 55 (ensure_file) COMPLETE
100772026-08-27T23:18:51.985Z[ host-image] Aug 27 23:18:51.259 INFO O| Aug 27 23:18:51.259 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100782026-08-27T23:18:51.990Z[ host-image] Aug 27 23:18:51.267 INFO O| Aug 27 23:18:51.267 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100792026-08-27T23:18:51.994Z[ host-image] Aug 27 23:18:51.267 INFO O| Aug 27 23:18:51.267 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 ...
100802026-08-27T23:18:51.994Z[ host-image] Aug 27 23:18:51.267 INFO O| Aug 27 23:18:51.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100812026-08-27T23:18:51.994Z[ host-image] Aug 27 23:18:51.267 INFO O| Aug 27 23:18:51.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100822026-08-27T23:18:51.994Z[ host-image] Aug 27 23:18:51.267 INFO O| Aug 27 23:18:51.267 INFO ok!
100832026-08-27T23:18:51.994Z[ host-image] Aug 27 23:18:51.267 INFO O| Aug 27 23:18:51.267 INFO STEP 56 (ensure_file) COMPLETE
100842026-08-27T23:18:51.994Z[ host-image] Aug 27 23:18:51.267 INFO O| Aug 27 23:18:51.267 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100852026-08-27T23:18:51.997Z[ host-image] Aug 27 23:18:51.274 INFO O| Aug 27 23:18:51.274 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100862026-08-27T23:18:51.997Z[ host-image] Aug 27 23:18:51.274 INFO O| Aug 27 23:18:51.274 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 ...
100872026-08-27T23:18:51.997Z[ host-image] Aug 27 23:18:51.274 INFO O| Aug 27 23:18:51.274 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
100882026-08-27T23:18:51.997Z[ host-image] Aug 27 23:18:51.274 INFO O| Aug 27 23:18:51.274 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100892026-08-27T23:18:51.997Z[ host-image] Aug 27 23:18:51.274 INFO O| Aug 27 23:18:51.274 INFO ok!
100902026-08-27T23:18:51.997Z[ host-image] Aug 27 23:18:51.274 INFO O| Aug 27 23:18:51.274 INFO STEP 57 (ensure_file) COMPLETE
100912026-08-27T23:18:51.997Z[ host-image] Aug 27 23:18:51.274 INFO O| Aug 27 23:18:51.274 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-08-27T23:18:52.004Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100932026-08-27T23:18:52.004Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 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 ...
100942026-08-27T23:18:52.008Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100952026-08-27T23:18:52.008Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100962026-08-27T23:18:52.008Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100972026-08-27T23:18:52.008Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100982026-08-27T23:18:52.008Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO ok!
100992026-08-27T23:18:52.008Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO STEP 58 (ensure_file) COMPLETE
101002026-08-27T23:18:52.008Z[ host-image] Aug 27 23:18:51.281 INFO O| Aug 27 23:18:51.281 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-08-27T23:18:52.012Z[ host-image] Aug 27 23:18:51.289 INFO O| Aug 27 23:18:51.289 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101022026-08-27T23:18:52.012Z[ host-image] Aug 27 23:18:51.289 INFO O| Aug 27 23:18:51.289 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 ...
101032026-08-27T23:18:52.016Z[ host-image] Aug 27 23:18:51.289 INFO O| Aug 27 23:18:51.289 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
101042026-08-27T23:18:52.016Z[ host-image] Aug 27 23:18:51.289 INFO O| Aug 27 23:18:51.289 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101052026-08-27T23:18:52.016Z[ host-image] Aug 27 23:18:51.289 INFO O| Aug 27 23:18:51.289 INFO ok!
101062026-08-27T23:18:52.016Z[ host-image] Aug 27 23:18:51.289 INFO O| Aug 27 23:18:51.289 INFO STEP 59 (ensure_file) COMPLETE
101072026-08-27T23:18:52.016Z[ host-image] Aug 27 23:18:51.289 INFO O| Aug 27 23:18:51.289 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101082026-08-27T23:18:52.020Z[ host-image] Aug 27 23:18:51.296 INFO O| Aug 27 23:18:51.296 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101092026-08-27T23:18:52.020Z[ host-image] Aug 27 23:18:51.296 INFO O| Aug 27 23:18:51.296 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101102026-08-27T23:18:52.020Z[ host-image] Aug 27 23:18:51.296 INFO O| Aug 27 23:18:51.296 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101112026-08-27T23:18:52.021Z[ host-image] Aug 27 23:18:51.296 INFO O| Aug 27 23:18:51.296 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101122026-08-27T23:18:52.021Z[ host-image] Aug 27 23:18:51.296 INFO O| Aug 27 23:18:51.296 INFO ok!
101132026-08-27T23:18:52.021Z[ host-image] Aug 27 23:18:51.296 INFO O| Aug 27 23:18:51.296 INFO STEP 60 (ensure_file) COMPLETE
101142026-08-27T23:18:52.021Z[ host-image] Aug 27 23:18:51.296 INFO O| Aug 27 23:18:51.296 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101152026-08-27T23:18:52.034Z[ host-image] Aug 27 23:18:51.303 INFO O| Aug 27 23:18:51.303 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101162026-08-27T23:18:52.034Z[ host-image] Aug 27 23:18:51.303 INFO O| Aug 27 23:18:51.303 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 ...
101172026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.303 INFO O| Aug 27 23:18:51.303 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
101182026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.303 INFO O| Aug 27 23:18:51.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101192026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.303 INFO O| Aug 27 23:18:51.303 INFO ok!
101202026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.303 INFO O| Aug 27 23:18:51.303 INFO STEP 61 (ensure_file) COMPLETE
101212026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.303 INFO O| Aug 27 23:18:51.303 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101222026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.310 INFO O| Aug 27 23:18:51.310 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101232026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.310 INFO O| Aug 27 23:18:51.310 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101242026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.311 INFO O| Aug 27 23:18:51.311 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101252026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.311 INFO O| Aug 27 23:18:51.311 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101262026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.311 INFO O| Aug 27 23:18:51.311 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101272026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.311 INFO O| Aug 27 23:18:51.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101282026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.311 INFO O| Aug 27 23:18:51.311 INFO ok!
101292026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.311 INFO O| Aug 27 23:18:51.311 INFO STEP 62 (ensure_file) COMPLETE
101302026-08-27T23:18:52.040Z[ host-image] Aug 27 23:18:51.311 INFO O| Aug 27 23:18:51.311 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101312026-08-27T23:18:52.044Z[ host-image] Aug 27 23:18:51.316 INFO O| Aug 27 23:18:51.316 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101322026-08-27T23:18:52.044Z[ host-image] Aug 27 23:18:51.316 INFO O| Aug 27 23:18:51.316 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 ...
101332026-08-27T23:18:52.044Z[ host-image] Aug 27 23:18:51.316 INFO O| Aug 27 23:18:51.316 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
101342026-08-27T23:18:52.044Z[ host-image] Aug 27 23:18:51.316 INFO O| Aug 27 23:18:51.316 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101352026-08-27T23:18:52.044Z[ host-image] Aug 27 23:18:51.316 INFO O| Aug 27 23:18:51.316 INFO ok!
101362026-08-27T23:18:52.044Z[ host-image] Aug 27 23:18:51.316 INFO O| Aug 27 23:18:51.316 INFO STEP 63 (ensure_file) COMPLETE
101372026-08-27T23:18:52.044Z[ host-image] Aug 27 23:18:51.316 INFO O| Aug 27 23:18:51.316 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101382026-08-27T23:18:52.048Z[ host-image] Aug 27 23:18:51.322 INFO O| Aug 27 23:18:51.322 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101392026-08-27T23:18:52.048Z[ host-image] Aug 27 23:18:51.322 INFO O| Aug 27 23:18:51.322 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 ...
101402026-08-27T23:18:52.048Z[ host-image] Aug 27 23:18:51.323 INFO O| Aug 27 23:18:51.323 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
101412026-08-27T23:18:52.048Z[ host-image] Aug 27 23:18:51.323 INFO O| Aug 27 23:18:51.323 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101422026-08-27T23:18:52.048Z[ host-image] Aug 27 23:18:51.323 INFO O| Aug 27 23:18:51.323 INFO ok!
101432026-08-27T23:18:52.048Z[ host-image] Aug 27 23:18:51.323 INFO O| Aug 27 23:18:51.323 INFO STEP 64 (ensure_file) COMPLETE
101442026-08-27T23:18:52.048Z[ host-image] Aug 27 23:18:51.323 INFO O| Aug 27 23:18:51.323 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101452026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101462026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 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 ...
101472026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 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
101482026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101492026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 INFO ok!
101502026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 INFO STEP 65 (ensure_file) COMPLETE
101512026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101522026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 INFO skip step because feature "mbist" is not enabled
101532026-08-27T23:18:52.052Z[ host-image] Aug 27 23:18:51.328 INFO O| Aug 27 23:18:51.328 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-08-27T23:18:52.057Z[ host-image] Aug 27 23:18:51.335 INFO O| Aug 27 23:18:51.335 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101552026-08-27T23:18:52.058Z[ host-image] Aug 27 23:18:51.335 INFO O| Aug 27 23:18:51.335 INFO STEP 67 (ensure_dir) COMPLETE
101562026-08-27T23:18:52.061Z[ host-image] Aug 27 23:18:51.335 INFO O| Aug 27 23:18:51.335 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-27T23:18:52.065Z[ host-image] Aug 27 23:18:51.340 INFO O| Aug 27 23:18:51.340 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101582026-08-27T23:18:52.065Z[ host-image] Aug 27 23:18:51.340 INFO O| Aug 27 23:18:51.340 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101592026-08-27T23:18:52.065Z[ host-image] Aug 27 23:18:51.340 INFO O| Aug 27 23:18:51.340 INFO STEP 68 (ensure_dir) COMPLETE
101602026-08-27T23:18:52.065Z[ host-image] Aug 27 23:18:51.340 INFO O| Aug 27 23:18:51.340 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-27T23:18:52.069Z[ host-image] Aug 27 23:18:51.347 INFO O| Aug 27 23:18:51.347 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101622026-08-27T23:18:52.073Z[ host-image] Aug 27 23:18:51.347 INFO O| Aug 27 23:18:51.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101632026-08-27T23:18:52.073Z[ host-image] Aug 27 23:18:51.347 INFO O| Aug 27 23:18:51.347 INFO STEP 69 (ensure_dir) COMPLETE
101642026-08-27T23:18:52.073Z[ host-image] Aug 27 23:18:51.347 INFO O| Aug 27 23:18:51.347 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-27T23:18:52.076Z[ host-image] Aug 27 23:18:51.353 INFO O| Aug 27 23:18:51.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101662026-08-27T23:18:52.076Z[ host-image] Aug 27 23:18:51.353 INFO O| Aug 27 23:18:51.353 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101672026-08-27T23:18:52.375Z[ host-image] Aug 27 23:18:51.652 INFO O| Aug 27 23:18:51.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101682026-08-27T23:18:52.375Z[ host-image] Aug 27 23:18:51.652 INFO O| Aug 27 23:18:51.652 INFO ok!
101692026-08-27T23:18:52.378Z[ host-image] Aug 27 23:18:51.652 INFO O| Aug 27 23:18:51.652 INFO STEP 70 (ensure_file) COMPLETE
101702026-08-27T23:18:52.378Z[ host-image] Aug 27 23:18:51.652 INFO O| Aug 27 23:18:51.652 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-08-27T23:18:52.384Z[ host-image] Aug 27 23:18:51.661 INFO O| Aug 27 23:18:51.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101722026-08-27T23:18:52.384Z[ host-image] Aug 27 23:18:51.661 INFO O| Aug 27 23:18:51.661 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101732026-08-27T23:18:52.908Z[ host-image] Aug 27 23:18:52.185 INFO O| Aug 27 23:18:52.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101742026-08-27T23:18:52.908Z[ host-image] Aug 27 23:18:52.185 INFO O| Aug 27 23:18:52.185 INFO ok!
101752026-08-27T23:18:52.908Z[ host-image] Aug 27 23:18:52.185 INFO O| Aug 27 23:18:52.185 INFO STEP 71 (ensure_file) COMPLETE
101762026-08-27T23:18:52.912Z[ host-image] Aug 27 23:18:52.185 INFO O| Aug 27 23:18:52.185 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-27T23:18:52.917Z[ host-image] Aug 27 23:18:52.194 INFO O| Aug 27 23:18:52.194 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101782026-08-27T23:18:52.917Z[ host-image] Aug 27 23:18:52.194 INFO O| Aug 27 23:18:52.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101792026-08-27T23:18:52.917Z[ host-image] Aug 27 23:18:52.194 INFO O| Aug 27 23:18:52.194 INFO STEP 72 (ensure_dir) COMPLETE
101802026-08-27T23:18:52.920Z[ host-image] Aug 27 23:18:52.194 INFO O| Aug 27 23:18:52.194 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-27T23:18:52.923Z[ host-image] Aug 27 23:18:52.201 INFO O| Aug 27 23:18:52.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101822026-08-27T23:18:52.924Z[ host-image] Aug 27 23:18:52.201 INFO O| Aug 27 23:18:52.201 INFO copying /tmp/.tmpMUjC3W/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 ...
101832026-08-27T23:18:52.924Z[ host-image] Aug 27 23:18:52.201 INFO O| Aug 27 23:18:52.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101842026-08-27T23:18:52.924Z[ host-image] Aug 27 23:18:52.201 INFO O| Aug 27 23:18:52.201 INFO ok!
101852026-08-27T23:18:52.924Z[ host-image] Aug 27 23:18:52.201 INFO O| Aug 27 23:18:52.201 INFO STEP 73 (ensure_file) COMPLETE
101862026-08-27T23:18:52.924Z[ host-image] Aug 27 23:18:52.201 INFO O| Aug 27 23:18:52.201 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-27T23:18:52.929Z[ host-image] Aug 27 23:18:52.207 INFO O| Aug 27 23:18:52.207 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101882026-08-27T23:18:52.929Z[ host-image] Aug 27 23:18:52.207 INFO O| Aug 27 23:18:52.207 INFO copying /tmp/.tmpMUjC3W/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 ...
101892026-08-27T23:18:52.933Z[ host-image] Aug 27 23:18:52.207 INFO O| Aug 27 23:18:52.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101902026-08-27T23:18:52.933Z[ host-image] Aug 27 23:18:52.207 INFO O| Aug 27 23:18:52.207 INFO ok!
101912026-08-27T23:18:52.933Z[ host-image] Aug 27 23:18:52.207 INFO O| Aug 27 23:18:52.207 INFO STEP 74 (ensure_file) COMPLETE
101922026-08-27T23:18:52.933Z[ host-image] Aug 27 23:18:52.207 INFO O| Aug 27 23:18:52.207 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-27T23:18:52.937Z[ host-image] Aug 27 23:18:52.213 INFO O| Aug 27 23:18:52.213 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101942026-08-27T23:18:52.937Z[ host-image] Aug 27 23:18:52.213 INFO O| Aug 27 23:18:52.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101952026-08-27T23:18:52.937Z[ host-image] Aug 27 23:18:52.213 INFO O| Aug 27 23:18:52.213 INFO STEP 75 (ensure_dir) COMPLETE
101962026-08-27T23:18:52.937Z[ host-image] Aug 27 23:18:52.213 INFO O| Aug 27 23:18:52.213 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-27T23:18:52.944Z[ host-image] Aug 27 23:18:52.221 INFO O| Aug 27 23:18:52.221 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101982026-08-27T23:18:52.944Z[ host-image] Aug 27 23:18:52.221 INFO O| Aug 27 23:18:52.221 INFO copying /tmp/.tmpMUjC3W/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 ...
101992026-08-27T23:18:52.947Z[ host-image] Aug 27 23:18:52.221 INFO O| Aug 27 23:18:52.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102002026-08-27T23:18:52.947Z[ host-image] Aug 27 23:18:52.221 INFO O| Aug 27 23:18:52.221 INFO ok!
102012026-08-27T23:18:52.947Z[ host-image] Aug 27 23:18:52.221 INFO O| Aug 27 23:18:52.221 INFO STEP 76 (ensure_file) COMPLETE
102022026-08-27T23:18:52.947Z[ host-image] Aug 27 23:18:52.221 INFO O| Aug 27 23:18:52.221 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-08-27T23:18:52.951Z[ host-image] Aug 27 23:18:52.228 INFO O| Aug 27 23:18:52.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102042026-08-27T23:18:52.951Z[ host-image] Aug 27 23:18:52.228 INFO O| Aug 27 23:18:52.228 INFO copying /tmp/.tmpMUjC3W/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 ...
102052026-08-27T23:18:52.951Z[ host-image] Aug 27 23:18:52.228 INFO O| Aug 27 23:18:52.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102062026-08-27T23:18:52.951Z[ host-image] Aug 27 23:18:52.228 INFO O| Aug 27 23:18:52.228 INFO ok!
102072026-08-27T23:18:52.951Z[ host-image] Aug 27 23:18:52.228 INFO O| Aug 27 23:18:52.228 INFO STEP 77 (ensure_file) COMPLETE
102082026-08-27T23:18:52.951Z[ host-image] Aug 27 23:18:52.228 INFO O| Aug 27 23:18:52.228 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-27T23:18:52.957Z[ host-image] Aug 27 23:18:52.234 INFO O| Aug 27 23:18:52.234 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102102026-08-27T23:18:52.957Z[ host-image] Aug 27 23:18:52.234 INFO O| Aug 27 23:18:52.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102112026-08-27T23:18:52.957Z[ host-image] Aug 27 23:18:52.234 INFO O| Aug 27 23:18:52.234 INFO STEP 78 (ensure_dir) COMPLETE
102122026-08-27T23:18:52.960Z[ host-image] Aug 27 23:18:52.234 INFO O| Aug 27 23:18:52.234 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-08-27T23:18:52.963Z[ host-image] Aug 27 23:18:52.240 INFO O| Aug 27 23:18:52.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102142026-08-27T23:18:52.963Z[ host-image] Aug 27 23:18:52.240 INFO O| Aug 27 23:18:52.240 INFO copying /tmp/.tmpMUjC3W/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 ...
102152026-08-27T23:18:52.963Z[ host-image] Aug 27 23:18:52.240 INFO O| Aug 27 23:18:52.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102162026-08-27T23:18:52.963Z[ host-image] Aug 27 23:18:52.240 INFO O| Aug 27 23:18:52.240 INFO ok!
102172026-08-27T23:18:52.963Z[ host-image] Aug 27 23:18:52.240 INFO O| Aug 27 23:18:52.240 INFO STEP 79 (ensure_file) COMPLETE
102182026-08-27T23:18:52.963Z[ host-image] Aug 27 23:18:52.240 INFO O| Aug 27 23:18:52.240 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-08-27T23:18:52.970Z[ host-image] Aug 27 23:18:52.247 INFO O| Aug 27 23:18:52.247 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102202026-08-27T23:18:52.970Z[ host-image] Aug 27 23:18:52.247 INFO O| Aug 27 23:18:52.247 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102212026-08-27T23:18:52.973Z[ host-image] Aug 27 23:18:52.247 INFO O| Aug 27 23:18:52.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102222026-08-27T23:18:52.973Z[ host-image] Aug 27 23:18:52.247 INFO O| Aug 27 23:18:52.247 INFO ok!
102232026-08-27T23:18:52.973Z[ host-image] Aug 27 23:18:52.247 INFO O| Aug 27 23:18:52.247 INFO STEP 80 (ensure_file) COMPLETE
102242026-08-27T23:18:52.973Z[ host-image] Aug 27 23:18:52.247 INFO O| Aug 27 23:18:52.247 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-27T23:18:52.977Z[ host-image] Aug 27 23:18:52.253 INFO O| Aug 27 23:18:52.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102262026-08-27T23:18:52.977Z[ host-image] Aug 27 23:18:52.253 INFO O| Aug 27 23:18:52.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102272026-08-27T23:18:52.977Z[ host-image] Aug 27 23:18:52.253 INFO O| Aug 27 23:18:52.253 INFO STEP 81 (ensure_dir) COMPLETE
102282026-08-27T23:18:52.977Z[ host-image] Aug 27 23:18:52.253 INFO O| Aug 27 23:18:52.253 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-08-27T23:18:52.982Z[ host-image] Aug 27 23:18:52.260 INFO O| Aug 27 23:18:52.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102302026-08-27T23:18:52.982Z[ host-image] Aug 27 23:18:52.260 INFO O| Aug 27 23:18:52.260 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102312026-08-27T23:18:53.187Z[ recovery-image] Aug 27 23:18:52.463 INFO O| ok, image written!
102322026-08-27T23:18:53.187Z[ recovery-image] Aug 27 23:18:52.463 INFO O| ok, boot_image_csum file written!
102332026-08-27T23:18:53.192Z[ recovery-image] Aug 27 23:18:52.466 INFO creating boot archive (CPIO)...
102342026-08-27T23:18:53.192Z[ recovery-image] Aug 27 23:18:52.466 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
102352026-08-27T23:18:53.198Z[ recovery-image] Aug 27 23:18:52.472 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102362026-08-27T23:18:53.198Z[ recovery-image] Aug 27 23:18:52.472 INFO E| + outfile=/work/os-recovery/cpio
102372026-08-27T23:18:53.198Z[ recovery-image] Aug 27 23:18:52.472 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102382026-08-27T23:18:53.202Z[ recovery-image] Aug 27 23:18:52.473 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102392026-08-27T23:18:53.202Z[ recovery-image] Aug 27 23:18:52.474 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102402026-08-27T23:18:53.228Z[ recovery-image] Aug 27 23:18:52.505 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102412026-08-27T23:18:53.228Z[ recovery-image] Aug 27 23:18:52.505 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102422026-08-27T23:18:53.234Z[ recovery-image] Aug 27 23:18:52.511 INFO creating compressed cpio/unix for dev loaders...
102432026-08-27T23:18:53.234Z[ recovery-image] Aug 27 23:18:52.511 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
102442026-08-27T23:18:53.478Z[ recovery-image] Aug 27 23:18:52.755 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102452026-08-27T23:18:53.508Z[ host-image] Aug 27 23:18:52.785 INFO O| Aug 27 23:18:52.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102462026-08-27T23:18:53.508Z[ host-image] Aug 27 23:18:52.785 INFO O| Aug 27 23:18:52.785 INFO ok!
102472026-08-27T23:18:53.512Z[ host-image] Aug 27 23:18:52.785 INFO O| Aug 27 23:18:52.785 INFO STEP 82 (ensure_file) COMPLETE
102482026-08-27T23:18:53.512Z[ host-image] Aug 27 23:18:52.785 INFO O| Aug 27 23:18:52.785 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-27T23:18:53.516Z[ host-image] Aug 27 23:18:52.794 INFO O| Aug 27 23:18:52.794 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102502026-08-27T23:18:53.520Z[ host-image] Aug 27 23:18:52.794 INFO O| Aug 27 23:18:52.794 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102512026-08-27T23:18:53.771Z[ host-image] Aug 27 23:18:53.047 INFO O| Aug 27 23:18:53.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102522026-08-27T23:18:53.772Z[ host-image] Aug 27 23:18:53.047 INFO O| Aug 27 23:18:53.047 INFO ok!
102532026-08-27T23:18:53.772Z[ host-image] Aug 27 23:18:53.047 INFO O| Aug 27 23:18:53.047 INFO STEP 83 (ensure_file) COMPLETE
102542026-08-27T23:18:53.775Z[ host-image] Aug 27 23:18:53.047 INFO O| Aug 27 23:18:53.047 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-27T23:18:53.778Z[ host-image] Aug 27 23:18:53.055 INFO O| Aug 27 23:18:53.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102562026-08-27T23:18:53.778Z[ host-image] Aug 27 23:18:53.055 INFO O| Aug 27 23:18:53.055 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102572026-08-27T23:18:54.982Z[ host-image] Aug 27 23:18:54.259 INFO O| Aug 27 23:18:54.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102582026-08-27T23:18:54.982Z[ host-image] Aug 27 23:18:54.259 INFO O| Aug 27 23:18:54.259 INFO ok!
102592026-08-27T23:18:54.982Z[ host-image] Aug 27 23:18:54.259 INFO O| Aug 27 23:18:54.259 INFO STEP 84 (ensure_file) COMPLETE
102602026-08-27T23:18:54.986Z[ host-image] Aug 27 23:18:54.259 INFO O| Aug 27 23:18:54.259 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-27T23:18:54.993Z[ host-image] Aug 27 23:18:54.268 INFO O| Aug 27 23:18:54.268 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102622026-08-27T23:18:54.993Z[ host-image] Aug 27 23:18:54.268 INFO O| Aug 27 23:18:54.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102632026-08-27T23:18:54.996Z[ host-image] Aug 27 23:18:54.268 INFO O| Aug 27 23:18:54.268 INFO STEP 85 (ensure_dir) COMPLETE
102642026-08-27T23:18:54.996Z[ host-image] Aug 27 23:18:54.268 INFO O| Aug 27 23:18:54.268 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-27T23:18:55.000Z[ host-image] Aug 27 23:18:54.276 INFO O| Aug 27 23:18:54.276 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102662026-08-27T23:18:55.000Z[ host-image] Aug 27 23:18:54.276 INFO O| Aug 27 23:18:54.276 INFO copying /tmp/.tmpMUjC3W/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 ...
102672026-08-27T23:18:55.000Z[ host-image] Aug 27 23:18:54.276 INFO O| Aug 27 23:18:54.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102682026-08-27T23:18:55.000Z[ host-image] Aug 27 23:18:54.276 INFO O| Aug 27 23:18:54.276 INFO ok!
102692026-08-27T23:18:55.000Z[ host-image] Aug 27 23:18:54.276 INFO O| Aug 27 23:18:54.276 INFO STEP 86 (ensure_file) COMPLETE
102702026-08-27T23:18:55.000Z[ host-image] Aug 27 23:18:54.276 INFO O| Aug 27 23:18:54.276 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-27T23:18:55.007Z[ host-image] Aug 27 23:18:54.282 INFO O| Aug 27 23:18:54.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102722026-08-27T23:18:55.007Z[ host-image] Aug 27 23:18:54.282 INFO O| Aug 27 23:18:54.282 INFO copying /tmp/.tmpMUjC3W/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 ...
102732026-08-27T23:18:55.007Z[ host-image] Aug 27 23:18:54.282 INFO O| Aug 27 23:18:54.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102742026-08-27T23:18:55.007Z[ host-image] Aug 27 23:18:54.282 INFO O| Aug 27 23:18:54.282 INFO ok!
102752026-08-27T23:18:55.007Z[ host-image] Aug 27 23:18:54.282 INFO O| Aug 27 23:18:54.282 INFO STEP 87 (ensure_file) COMPLETE
102762026-08-27T23:18:55.007Z[ host-image] Aug 27 23:18:54.282 INFO O| Aug 27 23:18:54.282 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-27T23:18:55.012Z[ host-image] Aug 27 23:18:54.290 INFO O| Aug 27 23:18:54.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102782026-08-27T23:18:55.016Z[ host-image] Aug 27 23:18:54.290 INFO O| Aug 27 23:18:54.290 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102792026-08-27T23:18:55.016Z[ host-image] Aug 27 23:18:54.290 INFO O| Aug 27 23:18:54.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102802026-08-27T23:18:55.016Z[ host-image] Aug 27 23:18:54.290 INFO O| Aug 27 23:18:54.290 INFO ok!
102812026-08-27T23:18:55.016Z[ host-image] Aug 27 23:18:54.290 INFO O| Aug 27 23:18:54.290 INFO STEP 88 (ensure_file) COMPLETE
102822026-08-27T23:18:55.016Z[ host-image] Aug 27 23:18:54.290 INFO O| Aug 27 23:18:54.290 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-27T23:18:55.019Z[ host-image] Aug 27 23:18:54.296 INFO O| Aug 27 23:18:54.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102842026-08-27T23:18:55.019Z[ host-image] Aug 27 23:18:54.296 INFO O| Aug 27 23:18:54.296 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102852026-08-27T23:18:55.019Z[ host-image] Aug 27 23:18:54.296 INFO O| Aug 27 23:18:54.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102862026-08-27T23:18:55.019Z[ host-image] Aug 27 23:18:54.296 INFO O| Aug 27 23:18:54.296 INFO ok!
102872026-08-27T23:18:55.019Z[ host-image] Aug 27 23:18:54.296 INFO O| Aug 27 23:18:54.296 INFO STEP 89 (ensure_file) COMPLETE
102882026-08-27T23:18:55.019Z[ host-image] Aug 27 23:18:54.296 INFO O| Aug 27 23:18:54.296 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-27T23:18:55.024Z[ host-image] Aug 27 23:18:54.301 INFO O| Aug 27 23:18:54.301 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102902026-08-27T23:18:55.024Z[ host-image] Aug 27 23:18:54.301 INFO O| Aug 27 23:18:54.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102912026-08-27T23:18:55.027Z[ host-image] Aug 27 23:18:54.301 INFO O| Aug 27 23:18:54.301 INFO STEP 90 (ensure_dir) COMPLETE
102922026-08-27T23:18:55.028Z[ host-image] Aug 27 23:18:54.301 INFO O| Aug 27 23:18:54.301 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-27T23:18:55.031Z[ host-image] Aug 27 23:18:54.307 INFO O| Aug 27 23:18:54.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102942026-08-27T23:18:55.031Z[ host-image] Aug 27 23:18:54.307 INFO O| Aug 27 23:18:54.307 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102952026-08-27T23:18:55.171Z[ host-image] Aug 27 23:18:54.448 INFO O| Aug 27 23:18:54.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102962026-08-27T23:18:55.171Z[ host-image] Aug 27 23:18:54.448 INFO O| Aug 27 23:18:54.448 INFO ok!
102972026-08-27T23:18:55.171Z[ host-image] Aug 27 23:18:54.448 INFO O| Aug 27 23:18:54.448 INFO STEP 91 (ensure_file) COMPLETE
102982026-08-27T23:18:55.175Z[ host-image] Aug 27 23:18:54.448 INFO O| Aug 27 23:18:54.448 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-27T23:18:55.178Z[ host-image] Aug 27 23:18:54.456 INFO O| Aug 27 23:18:54.456 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103002026-08-27T23:18:55.178Z[ host-image] Aug 27 23:18:54.456 INFO O| Aug 27 23:18:54.456 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103012026-08-27T23:18:55.182Z[ host-image] Aug 27 23:18:54.456 INFO O| Aug 27 23:18:54.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103022026-08-27T23:18:55.182Z[ host-image] Aug 27 23:18:54.456 INFO O| Aug 27 23:18:54.456 INFO ok!
103032026-08-27T23:18:55.182Z[ host-image] Aug 27 23:18:54.456 INFO O| Aug 27 23:18:54.456 INFO STEP 92 (ensure_file) COMPLETE
103042026-08-27T23:18:55.182Z[ host-image] Aug 27 23:18:54.456 INFO O| Aug 27 23:18:54.456 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-27T23:18:55.185Z[ host-image] Aug 27 23:18:54.463 INFO O| Aug 27 23:18:54.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103062026-08-27T23:18:55.185Z[ host-image] Aug 27 23:18:54.463 INFO O| Aug 27 23:18:54.463 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103072026-08-27T23:18:55.503Z[ host-image] Aug 27 23:18:54.779 INFO O| Aug 27 23:18:54.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103082026-08-27T23:18:55.503Z[ host-image] Aug 27 23:18:54.780 INFO O| Aug 27 23:18:54.779 INFO ok!
103092026-08-27T23:18:55.503Z[ host-image] Aug 27 23:18:54.780 INFO O| Aug 27 23:18:54.779 INFO STEP 93 (ensure_file) COMPLETE
103102026-08-27T23:18:55.503Z[ host-image] Aug 27 23:18:54.780 INFO O| Aug 27 23:18:54.779 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-27T23:18:55.512Z[ host-image] Aug 27 23:18:54.789 INFO O| Aug 27 23:18:54.789 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103122026-08-27T23:18:55.515Z[ host-image] Aug 27 23:18:54.789 INFO O| Aug 27 23:18:54.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103132026-08-27T23:18:55.516Z[ host-image] Aug 27 23:18:54.789 INFO O| Aug 27 23:18:54.789 INFO STEP 94 (ensure_dir) COMPLETE
103142026-08-27T23:18:55.516Z[ host-image] Aug 27 23:18:54.789 INFO O| Aug 27 23:18:54.789 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-27T23:18:55.520Z[ host-image] Aug 27 23:18:54.797 INFO O| Aug 27 23:18:54.797 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103162026-08-27T23:18:55.520Z[ host-image] Aug 27 23:18:54.797 INFO O| Aug 27 23:18:54.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103172026-08-27T23:18:55.520Z[ host-image] Aug 27 23:18:54.797 INFO O| Aug 27 23:18:54.797 INFO STEP 95 (ensure_dir) COMPLETE
103182026-08-27T23:18:55.524Z[ host-image] Aug 27 23:18:54.797 INFO O| Aug 27 23:18:54.797 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-27T23:18:55.529Z[ host-image] Aug 27 23:18:54.805 INFO O| Aug 27 23:18:54.805 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103202026-08-27T23:18:55.532Z[ host-image] Aug 27 23:18:54.805 INFO O| Aug 27 23:18:54.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103212026-08-27T23:18:55.532Z[ host-image] Aug 27 23:18:54.805 INFO O| Aug 27 23:18:54.805 INFO STEP 96 (ensure_dir) COMPLETE
103222026-08-27T23:18:55.533Z[ host-image] Aug 27 23:18:54.805 INFO O| Aug 27 23:18:54.805 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-27T23:18:55.536Z[ host-image] Aug 27 23:18:54.812 INFO O| Aug 27 23:18:54.812 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103242026-08-27T23:18:55.536Z[ host-image] Aug 27 23:18:54.812 INFO O| Aug 27 23:18:54.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103252026-08-27T23:18:55.536Z[ host-image] Aug 27 23:18:54.812 INFO O| Aug 27 23:18:54.812 INFO STEP 97 (ensure_dir) COMPLETE
103262026-08-27T23:18:55.536Z[ host-image] Aug 27 23:18:54.812 INFO O| Aug 27 23:18:54.812 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-08-27T23:18:55.542Z[ host-image] Aug 27 23:18:54.820 INFO O| Aug 27 23:18:54.820 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103282026-08-27T23:18:55.546Z[ host-image] Aug 27 23:18:54.820 INFO O| Aug 27 23:18:54.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103292026-08-27T23:18:55.546Z[ host-image] Aug 27 23:18:54.820 INFO O| Aug 27 23:18:54.820 INFO STEP 98 (ensure_dir) COMPLETE
103302026-08-27T23:18:55.546Z[ host-image] Aug 27 23:18:54.820 INFO O| Aug 27 23:18:54.820 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-27T23:18:55.549Z[ host-image] Aug 27 23:18:54.826 INFO O| Aug 27 23:18:54.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103322026-08-27T23:18:55.549Z[ host-image] Aug 27 23:18:54.827 INFO O| Aug 27 23:18:54.826 INFO copying /tmp/.tmpMUjC3W/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 ...
103332026-08-27T23:18:55.549Z[ host-image] Aug 27 23:18:54.827 INFO O| Aug 27 23:18:54.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103342026-08-27T23:18:55.549Z[ host-image] Aug 27 23:18:54.827 INFO O| Aug 27 23:18:54.827 INFO ok!
103352026-08-27T23:18:55.550Z[ host-image] Aug 27 23:18:54.827 INFO O| Aug 27 23:18:54.827 INFO STEP 99 (ensure_file) COMPLETE
103362026-08-27T23:18:55.550Z[ host-image] Aug 27 23:18:54.827 INFO O| Aug 27 23:18:54.827 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-27T23:18:55.555Z[ host-image] Aug 27 23:18:54.833 INFO O| Aug 27 23:18:54.833 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103382026-08-27T23:18:55.559Z[ host-image] Aug 27 23:18:54.833 INFO O| Aug 27 23:18:54.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103392026-08-27T23:18:55.559Z[ host-image] Aug 27 23:18:54.833 INFO O| Aug 27 23:18:54.833 INFO STEP 100 (ensure_dir) COMPLETE
103402026-08-27T23:18:55.559Z[ host-image] Aug 27 23:18:54.833 INFO O| Aug 27 23:18:54.833 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-27T23:18:55.562Z[ host-image] Aug 27 23:18:54.840 INFO O| Aug 27 23:18:54.840 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103422026-08-27T23:18:55.562Z[ host-image] Aug 27 23:18:54.840 INFO O| Aug 27 23:18:54.840 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103432026-08-27T23:18:55.571Z[ host-image] Aug 27 23:18:54.849 INFO O| Aug 27 23:18:54.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103442026-08-27T23:18:55.571Z[ host-image] Aug 27 23:18:54.849 INFO O| Aug 27 23:18:54.849 INFO ok!
103452026-08-27T23:18:55.574Z[ host-image] Aug 27 23:18:54.849 INFO O| Aug 27 23:18:54.849 INFO STEP 101 (ensure_file) COMPLETE
103462026-08-27T23:18:55.574Z[ host-image] Aug 27 23:18:54.849 INFO O| Aug 27 23:18:54.849 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-27T23:18:55.578Z[ host-image] Aug 27 23:18:54.856 INFO O| Aug 27 23:18:54.856 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103482026-08-27T23:18:55.582Z[ host-image] Aug 27 23:18:54.856 INFO O| Aug 27 23:18:54.856 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103492026-08-27T23:18:55.582Z[ host-image] Aug 27 23:18:54.856 INFO O| Aug 27 23:18:54.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103502026-08-27T23:18:55.582Z[ host-image] Aug 27 23:18:54.856 INFO O| Aug 27 23:18:54.856 INFO ok!
103512026-08-27T23:18:55.582Z[ host-image] Aug 27 23:18:54.856 INFO O| Aug 27 23:18:54.856 INFO STEP 102 (ensure_file) COMPLETE
103522026-08-27T23:18:55.582Z[ host-image] Aug 27 23:18:54.856 INFO O| Aug 27 23:18:54.856 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-27T23:18:55.585Z[ host-image] Aug 27 23:18:54.863 INFO O| Aug 27 23:18:54.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103542026-08-27T23:18:55.585Z[ host-image] Aug 27 23:18:54.863 INFO O| Aug 27 23:18:54.863 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103552026-08-27T23:18:55.862Z[ host-image] Aug 27 23:18:55.139 INFO O| Aug 27 23:18:55.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103562026-08-27T23:18:55.862Z[ host-image] Aug 27 23:18:55.139 INFO O| Aug 27 23:18:55.139 INFO ok!
103572026-08-27T23:18:55.862Z[ host-image] Aug 27 23:18:55.139 INFO O| Aug 27 23:18:55.139 INFO STEP 103 (ensure_file) COMPLETE
103582026-08-27T23:18:55.865Z[ host-image] Aug 27 23:18:55.139 INFO O| Aug 27 23:18:55.139 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-27T23:18:55.871Z[ host-image] Aug 27 23:18:55.149 INFO O| Aug 27 23:18:55.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103602026-08-27T23:18:55.871Z[ host-image] Aug 27 23:18:55.149 INFO O| Aug 27 23:18:55.149 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103612026-08-27T23:18:55.875Z[ host-image] Aug 27 23:18:55.149 INFO O| Aug 27 23:18:55.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103622026-08-27T23:18:55.875Z[ host-image] Aug 27 23:18:55.149 INFO O| Aug 27 23:18:55.149 INFO ok!
103632026-08-27T23:18:55.875Z[ host-image] Aug 27 23:18:55.149 INFO O| Aug 27 23:18:55.149 INFO STEP 104 (ensure_file) COMPLETE
103642026-08-27T23:18:55.875Z[ host-image] Aug 27 23:18:55.149 INFO O| Aug 27 23:18:55.149 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-27T23:18:55.880Z[ host-image] Aug 27 23:18:55.157 INFO O| Aug 27 23:18:55.157 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103662026-08-27T23:18:55.883Z[ host-image] Aug 27 23:18:55.157 INFO O| Aug 27 23:18:55.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103672026-08-27T23:18:55.883Z[ host-image] Aug 27 23:18:55.157 INFO O| Aug 27 23:18:55.157 INFO STEP 105 (ensure_dir) COMPLETE
103682026-08-27T23:18:55.883Z[ host-image] Aug 27 23:18:55.157 INFO O| Aug 27 23:18:55.157 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-08-27T23:18:55.886Z[ host-image] Aug 27 23:18:55.163 INFO O| Aug 27 23:18:55.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103702026-08-27T23:18:55.886Z[ host-image] Aug 27 23:18:55.163 INFO O| Aug 27 23:18:55.163 INFO copying /tmp/.tmpMUjC3W/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 ...
103712026-08-27T23:18:56.159Z[ host-image] Aug 27 23:18:55.436 INFO O| Aug 27 23:18:55.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103722026-08-27T23:18:56.159Z[ host-image] Aug 27 23:18:55.436 INFO O| Aug 27 23:18:55.436 INFO ok!
103732026-08-27T23:18:56.163Z[ host-image] Aug 27 23:18:55.436 INFO O| Aug 27 23:18:55.436 INFO STEP 106 (ensure_file) COMPLETE
103742026-08-27T23:18:56.163Z[ host-image] Aug 27 23:18:55.436 INFO O| Aug 27 23:18:55.436 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-08-27T23:18:56.167Z[ host-image] Aug 27 23:18:55.444 INFO O| Aug 27 23:18:55.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103762026-08-27T23:18:56.167Z[ host-image] Aug 27 23:18:55.445 INFO O| Aug 27 23:18:55.444 INFO copying /tmp/.tmpMUjC3W/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 ...
103772026-08-27T23:18:56.167Z[ host-image] Aug 27 23:18:55.445 INFO O| Aug 27 23:18:55.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103782026-08-27T23:18:56.167Z[ host-image] Aug 27 23:18:55.445 INFO O| Aug 27 23:18:55.445 INFO ok!
103792026-08-27T23:18:56.171Z[ host-image] Aug 27 23:18:55.445 INFO O| Aug 27 23:18:55.445 INFO STEP 107 (ensure_file) COMPLETE
103802026-08-27T23:18:56.171Z[ host-image] Aug 27 23:18:55.445 INFO O| Aug 27 23:18:55.445 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-08-27T23:18:56.175Z[ host-image] Aug 27 23:18:55.453 INFO O| Aug 27 23:18:55.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103822026-08-27T23:18:56.175Z[ host-image] Aug 27 23:18:55.453 INFO O| Aug 27 23:18:55.453 INFO copying /tmp/.tmpMUjC3W/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 ...
103832026-08-27T23:18:56.179Z[ host-image] Aug 27 23:18:55.453 INFO O| Aug 27 23:18:55.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103842026-08-27T23:18:56.179Z[ host-image] Aug 27 23:18:55.453 INFO O| Aug 27 23:18:55.453 INFO ok!
103852026-08-27T23:18:56.179Z[ host-image] Aug 27 23:18:55.453 INFO O| Aug 27 23:18:55.453 INFO STEP 108 (ensure_file) COMPLETE
103862026-08-27T23:18:56.179Z[ host-image] Aug 27 23:18:55.453 INFO O| Aug 27 23:18:55.453 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-08-27T23:18:56.182Z[ host-image] Aug 27 23:18:55.459 INFO O| Aug 27 23:18:55.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103882026-08-27T23:18:56.182Z[ host-image] Aug 27 23:18:55.459 INFO O| Aug 27 23:18:55.459 INFO copying /tmp/.tmpMUjC3W/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 ...
103892026-08-27T23:18:56.182Z[ host-image] Aug 27 23:18:55.459 INFO O| Aug 27 23:18:55.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103902026-08-27T23:18:56.182Z[ host-image] Aug 27 23:18:55.459 INFO O| Aug 27 23:18:55.459 INFO ok!
103912026-08-27T23:18:56.183Z[ host-image] Aug 27 23:18:55.459 INFO O| Aug 27 23:18:55.459 INFO STEP 109 (ensure_file) COMPLETE
103922026-08-27T23:18:56.183Z[ host-image] Aug 27 23:18:55.459 INFO O| Aug 27 23:18:55.459 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-08-27T23:18:56.187Z[ host-image] Aug 27 23:18:55.464 INFO O| Aug 27 23:18:55.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103942026-08-27T23:18:56.187Z[ host-image] Aug 27 23:18:55.464 INFO O| Aug 27 23:18:55.464 INFO copying /tmp/.tmpMUjC3W/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 ...
103952026-08-27T23:18:56.190Z[ host-image] Aug 27 23:18:55.464 INFO O| Aug 27 23:18:55.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103962026-08-27T23:18:56.190Z[ host-image] Aug 27 23:18:55.464 INFO O| Aug 27 23:18:55.464 INFO ok!
103972026-08-27T23:18:56.190Z[ host-image] Aug 27 23:18:55.464 INFO O| Aug 27 23:18:55.464 INFO STEP 110 (ensure_file) COMPLETE
103982026-08-27T23:18:56.190Z[ host-image] Aug 27 23:18:55.464 INFO O| Aug 27 23:18:55.464 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-08-27T23:18:56.194Z[ host-image] Aug 27 23:18:55.469 INFO O| Aug 27 23:18:55.469 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104002026-08-27T23:18:56.194Z[ host-image] Aug 27 23:18:55.469 INFO O| Aug 27 23:18:55.469 INFO copying /tmp/.tmpMUjC3W/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 ...
104012026-08-27T23:18:56.194Z[ host-image] Aug 27 23:18:55.469 INFO O| Aug 27 23:18:55.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104022026-08-27T23:18:56.194Z[ host-image] Aug 27 23:18:55.469 INFO O| Aug 27 23:18:55.469 INFO ok!
104032026-08-27T23:18:56.194Z[ host-image] Aug 27 23:18:55.469 INFO O| Aug 27 23:18:55.469 INFO STEP 111 (ensure_file) COMPLETE
104042026-08-27T23:18:56.194Z[ host-image] Aug 27 23:18:55.469 INFO O| Aug 27 23:18:55.469 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-08-27T23:18:56.197Z[ host-image] Aug 27 23:18:55.475 INFO O| Aug 27 23:18:55.474 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104062026-08-27T23:18:56.197Z[ host-image] Aug 27 23:18:55.475 INFO O| Aug 27 23:18:55.474 INFO copying /tmp/.tmpMUjC3W/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 ...
104072026-08-27T23:18:56.197Z[ host-image] Aug 27 23:18:55.475 INFO O| Aug 27 23:18:55.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104082026-08-27T23:18:56.197Z[ host-image] Aug 27 23:18:55.475 INFO O| Aug 27 23:18:55.475 INFO ok!
104092026-08-27T23:18:56.197Z[ host-image] Aug 27 23:18:55.475 INFO O| Aug 27 23:18:55.475 INFO STEP 112 (ensure_file) COMPLETE
104102026-08-27T23:18:56.197Z[ host-image] Aug 27 23:18:55.475 INFO O| Aug 27 23:18:55.475 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-08-27T23:18:56.203Z[ host-image] Aug 27 23:18:55.480 INFO O| Aug 27 23:18:55.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104122026-08-27T23:18:56.203Z[ host-image] Aug 27 23:18:55.480 INFO O| Aug 27 23:18:55.480 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104132026-08-27T23:18:56.206Z[ host-image] Aug 27 23:18:55.480 INFO O| Aug 27 23:18:55.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104142026-08-27T23:18:56.206Z[ host-image] Aug 27 23:18:55.480 INFO O| Aug 27 23:18:55.480 INFO ok!
104152026-08-27T23:18:56.206Z[ host-image] Aug 27 23:18:55.480 INFO O| Aug 27 23:18:55.480 INFO STEP 113 (ensure_file) COMPLETE
104162026-08-27T23:18:56.206Z[ host-image] Aug 27 23:18:55.480 INFO O| Aug 27 23:18:55.480 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-08-27T23:18:56.209Z[ host-image] Aug 27 23:18:55.486 INFO O| Aug 27 23:18:55.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104182026-08-27T23:18:56.210Z[ host-image] Aug 27 23:18:55.486 INFO O| Aug 27 23:18:55.486 INFO copying /tmp/.tmpMUjC3W/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 ...
104192026-08-27T23:18:56.210Z[ host-image] Aug 27 23:18:55.486 INFO O| Aug 27 23:18:55.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104202026-08-27T23:18:56.210Z[ host-image] Aug 27 23:18:55.486 INFO O| Aug 27 23:18:55.486 INFO ok!
104212026-08-27T23:18:56.210Z[ host-image] Aug 27 23:18:55.486 INFO O| Aug 27 23:18:55.486 INFO STEP 114 (ensure_file) COMPLETE
104222026-08-27T23:18:56.210Z[ host-image] Aug 27 23:18:55.486 INFO O| Aug 27 23:18:55.486 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-08-27T23:18:56.214Z[ host-image] Aug 27 23:18:55.491 INFO O| Aug 27 23:18:55.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104242026-08-27T23:18:56.214Z[ host-image] Aug 27 23:18:55.491 INFO O| Aug 27 23:18:55.491 INFO copying /tmp/.tmpMUjC3W/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 ...
104252026-08-27T23:18:56.217Z[ host-image] Aug 27 23:18:55.491 INFO O| Aug 27 23:18:55.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104262026-08-27T23:18:56.217Z[ host-image] Aug 27 23:18:55.491 INFO O| Aug 27 23:18:55.491 INFO ok!
104272026-08-27T23:18:56.217Z[ host-image] Aug 27 23:18:55.491 INFO O| Aug 27 23:18:55.491 INFO STEP 115 (ensure_file) COMPLETE
104282026-08-27T23:18:56.217Z[ host-image] Aug 27 23:18:55.491 INFO O| Aug 27 23:18:55.491 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-08-27T23:18:56.222Z[ host-image] Aug 27 23:18:55.496 INFO O| Aug 27 23:18:55.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104302026-08-27T23:18:56.222Z[ host-image] Aug 27 23:18:55.496 INFO O| Aug 27 23:18:55.496 INFO copying /tmp/.tmpMUjC3W/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 ...
104312026-08-27T23:18:56.222Z[ host-image] Aug 27 23:18:55.496 INFO O| Aug 27 23:18:55.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104322026-08-27T23:18:56.222Z[ host-image] Aug 27 23:18:55.496 INFO O| Aug 27 23:18:55.496 INFO ok!
104332026-08-27T23:18:56.222Z[ host-image] Aug 27 23:18:55.496 INFO O| Aug 27 23:18:55.496 INFO STEP 116 (ensure_file) COMPLETE
104342026-08-27T23:18:56.222Z[ host-image] Aug 27 23:18:55.496 INFO O| Aug 27 23:18:55.496 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-08-27T23:18:56.227Z[ host-image] Aug 27 23:18:55.501 INFO O| Aug 27 23:18:55.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104362026-08-27T23:18:56.227Z[ host-image] Aug 27 23:18:55.501 INFO O| Aug 27 23:18:55.501 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104372026-08-27T23:18:56.227Z[ host-image] Aug 27 23:18:55.501 INFO O| Aug 27 23:18:55.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104382026-08-27T23:18:56.227Z[ host-image] Aug 27 23:18:55.501 INFO O| Aug 27 23:18:55.501 INFO ok!
104392026-08-27T23:18:56.227Z[ host-image] Aug 27 23:18:55.501 INFO O| Aug 27 23:18:55.501 INFO STEP 117 (ensure_file) COMPLETE
104402026-08-27T23:18:56.227Z[ host-image] Aug 27 23:18:55.501 INFO O| Aug 27 23:18:55.501 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-08-27T23:18:56.231Z[ host-image] Aug 27 23:18:55.507 INFO O| Aug 27 23:18:55.507 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104422026-08-27T23:18:56.231Z[ host-image] Aug 27 23:18:55.507 INFO O| Aug 27 23:18:55.507 INFO copying /tmp/.tmpMUjC3W/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 ...
104432026-08-27T23:18:56.231Z[ host-image] Aug 27 23:18:55.507 INFO O| Aug 27 23:18:55.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104442026-08-27T23:18:56.231Z[ host-image] Aug 27 23:18:55.507 INFO O| Aug 27 23:18:55.507 INFO ok!
104452026-08-27T23:18:56.231Z[ host-image] Aug 27 23:18:55.507 INFO O| Aug 27 23:18:55.507 INFO STEP 118 (ensure_file) COMPLETE
104462026-08-27T23:18:56.231Z[ host-image] Aug 27 23:18:55.507 INFO O| Aug 27 23:18:55.507 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-08-27T23:18:56.238Z[ host-image] Aug 27 23:18:55.515 INFO O| Aug 27 23:18:55.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104482026-08-27T23:18:56.242Z[ host-image] Aug 27 23:18:55.515 INFO O| Aug 27 23:18:55.515 INFO copying /tmp/.tmpMUjC3W/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 ...
104492026-08-27T23:18:56.242Z[ host-image] Aug 27 23:18:55.515 INFO O| Aug 27 23:18:55.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104502026-08-27T23:18:56.242Z[ host-image] Aug 27 23:18:55.515 INFO O| Aug 27 23:18:55.515 INFO ok!
104512026-08-27T23:18:56.242Z[ host-image] Aug 27 23:18:55.515 INFO O| Aug 27 23:18:55.515 INFO STEP 119 (ensure_file) COMPLETE
104522026-08-27T23:18:56.242Z[ host-image] Aug 27 23:18:55.515 INFO O| Aug 27 23:18:55.515 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-08-27T23:18:56.246Z[ host-image] Aug 27 23:18:55.521 INFO O| Aug 27 23:18:55.521 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104542026-08-27T23:18:56.246Z[ host-image] Aug 27 23:18:55.521 INFO O| Aug 27 23:18:55.521 INFO copying /tmp/.tmpMUjC3W/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 ...
104552026-08-27T23:18:56.246Z[ host-image] Aug 27 23:18:55.522 INFO O| Aug 27 23:18:55.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104562026-08-27T23:18:56.246Z[ host-image] Aug 27 23:18:55.522 INFO O| Aug 27 23:18:55.522 INFO ok!
104572026-08-27T23:18:56.246Z[ host-image] Aug 27 23:18:55.522 INFO O| Aug 27 23:18:55.522 INFO STEP 120 (ensure_file) COMPLETE
104582026-08-27T23:18:56.246Z[ host-image] Aug 27 23:18:55.522 INFO O| Aug 27 23:18:55.522 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-08-27T23:18:56.250Z[ host-image] Aug 27 23:18:55.528 INFO O| Aug 27 23:18:55.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104602026-08-27T23:18:56.250Z[ host-image] Aug 27 23:18:55.528 INFO O| Aug 27 23:18:55.527 INFO copying /tmp/.tmpMUjC3W/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 ...
104612026-08-27T23:18:56.254Z[ host-image] Aug 27 23:18:55.528 INFO O| Aug 27 23:18:55.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104622026-08-27T23:18:56.254Z[ host-image] Aug 27 23:18:55.528 INFO O| Aug 27 23:18:55.528 INFO ok!
104632026-08-27T23:18:56.254Z[ host-image] Aug 27 23:18:55.528 INFO O| Aug 27 23:18:55.528 INFO STEP 121 (ensure_file) COMPLETE
104642026-08-27T23:18:56.254Z[ host-image] Aug 27 23:18:55.528 INFO O| Aug 27 23:18:55.528 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-08-27T23:18:56.257Z[ host-image] Aug 27 23:18:55.534 INFO O| Aug 27 23:18:55.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104662026-08-27T23:18:56.258Z[ host-image] Aug 27 23:18:55.534 INFO O| Aug 27 23:18:55.534 INFO copying /tmp/.tmpMUjC3W/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 ...
104672026-08-27T23:18:56.258Z[ host-image] Aug 27 23:18:55.534 INFO O| Aug 27 23:18:55.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104682026-08-27T23:18:56.258Z[ host-image] Aug 27 23:18:55.534 INFO O| Aug 27 23:18:55.534 INFO ok!
104692026-08-27T23:18:56.258Z[ host-image] Aug 27 23:18:55.534 INFO O| Aug 27 23:18:55.534 INFO STEP 122 (ensure_file) COMPLETE
104702026-08-27T23:18:56.258Z[ host-image] Aug 27 23:18:55.534 INFO O| Aug 27 23:18:55.534 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-08-27T23:18:56.264Z[ host-image] Aug 27 23:18:55.540 INFO O| Aug 27 23:18:55.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104722026-08-27T23:18:56.268Z[ host-image] Aug 27 23:18:55.540 INFO O| Aug 27 23:18:55.540 INFO copying /tmp/.tmpMUjC3W/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 ...
104732026-08-27T23:18:56.268Z[ host-image] Aug 27 23:18:55.540 INFO O| Aug 27 23:18:55.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104742026-08-27T23:18:56.268Z[ host-image] Aug 27 23:18:55.540 INFO O| Aug 27 23:18:55.540 INFO ok!
104752026-08-27T23:18:56.269Z[ host-image] Aug 27 23:18:55.540 INFO O| Aug 27 23:18:55.540 INFO STEP 123 (ensure_file) COMPLETE
104762026-08-27T23:18:56.269Z[ host-image] Aug 27 23:18:55.540 INFO O| Aug 27 23:18:55.540 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-08-27T23:18:56.272Z[ host-image] Aug 27 23:18:55.545 INFO O| Aug 27 23:18:55.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104782026-08-27T23:18:56.272Z[ host-image] Aug 27 23:18:55.545 INFO O| Aug 27 23:18:55.545 INFO copying /tmp/.tmpMUjC3W/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 ...
104792026-08-27T23:18:56.272Z[ host-image] Aug 27 23:18:55.545 INFO O| Aug 27 23:18:55.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104802026-08-27T23:18:56.272Z[ host-image] Aug 27 23:18:55.545 INFO O| Aug 27 23:18:55.545 INFO ok!
104812026-08-27T23:18:56.272Z[ host-image] Aug 27 23:18:55.545 INFO O| Aug 27 23:18:55.545 INFO STEP 124 (ensure_file) COMPLETE
104822026-08-27T23:18:56.272Z[ host-image] Aug 27 23:18:55.545 INFO O| Aug 27 23:18:55.545 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-08-27T23:18:56.276Z[ host-image] Aug 27 23:18:55.552 INFO O| Aug 27 23:18:55.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104842026-08-27T23:18:56.276Z[ host-image] Aug 27 23:18:55.552 INFO O| Aug 27 23:18:55.552 INFO copying /tmp/.tmpMUjC3W/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 ...
104852026-08-27T23:18:56.276Z[ host-image] Aug 27 23:18:55.552 INFO O| Aug 27 23:18:55.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104862026-08-27T23:18:56.276Z[ host-image] Aug 27 23:18:55.552 INFO O| Aug 27 23:18:55.552 INFO ok!
104872026-08-27T23:18:56.276Z[ host-image] Aug 27 23:18:55.552 INFO O| Aug 27 23:18:55.552 INFO STEP 125 (ensure_file) COMPLETE
104882026-08-27T23:18:56.276Z[ host-image] Aug 27 23:18:55.552 INFO O| Aug 27 23:18:55.552 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-08-27T23:18:56.280Z[ host-image] Aug 27 23:18:55.558 INFO O| Aug 27 23:18:55.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104902026-08-27T23:18:56.284Z[ host-image] Aug 27 23:18:55.558 INFO O| Aug 27 23:18:55.558 INFO copying /tmp/.tmpMUjC3W/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 ...
104912026-08-27T23:18:56.284Z[ host-image] Aug 27 23:18:55.558 INFO O| Aug 27 23:18:55.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104922026-08-27T23:18:56.284Z[ host-image] Aug 27 23:18:55.558 INFO O| Aug 27 23:18:55.558 INFO ok!
104932026-08-27T23:18:56.284Z[ host-image] Aug 27 23:18:55.558 INFO O| Aug 27 23:18:55.558 INFO STEP 126 (ensure_file) COMPLETE
104942026-08-27T23:18:56.284Z[ host-image] Aug 27 23:18:55.558 INFO O| Aug 27 23:18:55.558 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-08-27T23:18:56.288Z[ host-image] Aug 27 23:18:55.564 INFO O| Aug 27 23:18:55.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104962026-08-27T23:18:56.288Z[ host-image] Aug 27 23:18:55.564 INFO O| Aug 27 23:18:55.563 INFO copying /tmp/.tmpMUjC3W/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 ...
104972026-08-27T23:18:56.288Z[ host-image] Aug 27 23:18:55.564 INFO O| Aug 27 23:18:55.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104982026-08-27T23:18:56.288Z[ host-image] Aug 27 23:18:55.564 INFO O| Aug 27 23:18:55.564 INFO ok!
104992026-08-27T23:18:56.288Z[ host-image] Aug 27 23:18:55.564 INFO O| Aug 27 23:18:55.564 INFO STEP 127 (ensure_file) COMPLETE
105002026-08-27T23:18:56.288Z[ host-image] Aug 27 23:18:55.564 INFO O| Aug 27 23:18:55.564 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-08-27T23:18:56.294Z[ host-image] Aug 27 23:18:55.569 INFO O| Aug 27 23:18:55.569 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105022026-08-27T23:18:56.294Z[ host-image] Aug 27 23:18:55.569 INFO O| Aug 27 23:18:55.569 INFO copying /tmp/.tmpMUjC3W/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 ...
105032026-08-27T23:18:56.294Z[ host-image] Aug 27 23:18:55.569 INFO O| Aug 27 23:18:55.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105042026-08-27T23:18:56.294Z[ host-image] Aug 27 23:18:55.569 INFO O| Aug 27 23:18:55.569 INFO ok!
105052026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.569 INFO O| Aug 27 23:18:55.569 INFO STEP 128 (ensure_file) COMPLETE
105062026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.569 INFO O| Aug 27 23:18:55.569 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.575 INFO O| Aug 27 23:18:55.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105082026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.575 INFO O| Aug 27 23:18:55.575 INFO copying /tmp/.tmpMUjC3W/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 ...
105092026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.575 INFO O| Aug 27 23:18:55.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105102026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.575 INFO O| Aug 27 23:18:55.575 INFO ok!
105112026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.575 INFO O| Aug 27 23:18:55.575 INFO STEP 129 (ensure_file) COMPLETE
105122026-08-27T23:18:56.299Z[ host-image] Aug 27 23:18:55.575 INFO O| Aug 27 23:18:55.575 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-08-27T23:18:56.302Z[ host-image] Aug 27 23:18:55.580 INFO O| Aug 27 23:18:55.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105142026-08-27T23:18:56.302Z[ host-image] Aug 27 23:18:55.580 INFO O| Aug 27 23:18:55.580 INFO copying /tmp/.tmpMUjC3W/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 ...
105152026-08-27T23:18:56.306Z[ host-image] Aug 27 23:18:55.580 INFO O| Aug 27 23:18:55.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105162026-08-27T23:18:56.306Z[ host-image] Aug 27 23:18:55.580 INFO O| Aug 27 23:18:55.580 INFO ok!
105172026-08-27T23:18:56.306Z[ host-image] Aug 27 23:18:55.580 INFO O| Aug 27 23:18:55.580 INFO STEP 130 (ensure_file) COMPLETE
105182026-08-27T23:18:56.306Z[ host-image] Aug 27 23:18:55.580 INFO O| Aug 27 23:18:55.580 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-08-27T23:18:56.310Z[ host-image] Aug 27 23:18:55.587 INFO O| Aug 27 23:18:55.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105202026-08-27T23:18:56.310Z[ host-image] Aug 27 23:18:55.587 INFO O| Aug 27 23:18:55.587 INFO copying /tmp/.tmpMUjC3W/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 ...
105212026-08-27T23:18:56.310Z[ host-image] Aug 27 23:18:55.587 INFO O| Aug 27 23:18:55.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105222026-08-27T23:18:56.313Z[ host-image] Aug 27 23:18:55.587 INFO O| Aug 27 23:18:55.587 INFO ok!
105232026-08-27T23:18:56.313Z[ host-image] Aug 27 23:18:55.587 INFO O| Aug 27 23:18:55.587 INFO STEP 131 (ensure_file) COMPLETE
105242026-08-27T23:18:56.313Z[ host-image] Aug 27 23:18:55.587 INFO O| Aug 27 23:18:55.587 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-08-27T23:18:56.317Z[ host-image] Aug 27 23:18:55.593 INFO O| Aug 27 23:18:55.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105262026-08-27T23:18:56.317Z[ host-image] Aug 27 23:18:55.593 INFO O| Aug 27 23:18:55.593 INFO copying /tmp/.tmpMUjC3W/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 ...
105272026-08-27T23:18:56.317Z[ host-image] Aug 27 23:18:55.593 INFO O| Aug 27 23:18:55.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105282026-08-27T23:18:56.317Z[ host-image] Aug 27 23:18:55.593 INFO O| Aug 27 23:18:55.593 INFO ok!
105292026-08-27T23:18:56.317Z[ host-image] Aug 27 23:18:55.593 INFO O| Aug 27 23:18:55.593 INFO STEP 132 (ensure_file) COMPLETE
105302026-08-27T23:18:56.317Z[ host-image] Aug 27 23:18:55.593 INFO O| Aug 27 23:18:55.593 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-08-27T23:18:56.321Z[ host-image] Aug 27 23:18:55.598 INFO O| Aug 27 23:18:55.598 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105322026-08-27T23:18:56.321Z[ host-image] Aug 27 23:18:55.598 INFO O| Aug 27 23:18:55.598 INFO copying /tmp/.tmpMUjC3W/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 ...
105332026-08-27T23:18:56.324Z[ host-image] Aug 27 23:18:55.598 INFO O| Aug 27 23:18:55.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105342026-08-27T23:18:56.324Z[ host-image] Aug 27 23:18:55.598 INFO O| Aug 27 23:18:55.598 INFO ok!
105352026-08-27T23:18:56.324Z[ host-image] Aug 27 23:18:55.598 INFO O| Aug 27 23:18:55.598 INFO STEP 133 (ensure_file) COMPLETE
105362026-08-27T23:18:56.324Z[ host-image] Aug 27 23:18:55.598 INFO O| Aug 27 23:18:55.598 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-08-27T23:18:56.328Z[ host-image] Aug 27 23:18:55.604 INFO O| Aug 27 23:18:55.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105382026-08-27T23:18:56.328Z[ host-image] Aug 27 23:18:55.604 INFO O| Aug 27 23:18:55.604 INFO copying /tmp/.tmpMUjC3W/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 ...
105392026-08-27T23:18:56.328Z[ host-image] Aug 27 23:18:55.604 INFO O| Aug 27 23:18:55.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105402026-08-27T23:18:56.328Z[ host-image] Aug 27 23:18:55.604 INFO O| Aug 27 23:18:55.604 INFO ok!
105412026-08-27T23:18:56.328Z[ host-image] Aug 27 23:18:55.604 INFO O| Aug 27 23:18:55.604 INFO STEP 134 (ensure_file) COMPLETE
105422026-08-27T23:18:56.328Z[ host-image] Aug 27 23:18:55.604 INFO O| Aug 27 23:18:55.604 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-27T23:18:56.333Z[ host-image] Aug 27 23:18:55.611 INFO O| Aug 27 23:18:55.611 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105442026-08-27T23:18:56.333Z[ host-image] Aug 27 23:18:55.611 INFO O| Aug 27 23:18:55.611 INFO copying /tmp/.tmpMUjC3W/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 ...
105452026-08-27T23:18:56.337Z[ host-image] Aug 27 23:18:55.611 INFO O| Aug 27 23:18:55.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105462026-08-27T23:18:56.337Z[ host-image] Aug 27 23:18:55.611 INFO O| Aug 27 23:18:55.611 INFO ok!
105472026-08-27T23:18:56.337Z[ host-image] Aug 27 23:18:55.611 INFO O| Aug 27 23:18:55.611 INFO STEP 135 (ensure_file) COMPLETE
105482026-08-27T23:18:56.337Z[ host-image] Aug 27 23:18:55.611 INFO O| Aug 27 23:18:55.611 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-27T23:18:56.341Z[ host-image] Aug 27 23:18:55.616 INFO O| Aug 27 23:18:55.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105502026-08-27T23:18:56.341Z[ host-image] Aug 27 23:18:55.616 INFO O| Aug 27 23:18:55.616 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105512026-08-27T23:18:56.341Z[ host-image] Aug 27 23:18:55.617 INFO O| Aug 27 23:18:55.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105522026-08-27T23:18:56.341Z[ host-image] Aug 27 23:18:55.617 INFO O| Aug 27 23:18:55.617 INFO ok!
105532026-08-27T23:18:56.341Z[ host-image] Aug 27 23:18:55.617 INFO O| Aug 27 23:18:55.617 INFO STEP 136 (ensure_file) COMPLETE
105542026-08-27T23:18:56.341Z[ host-image] Aug 27 23:18:55.617 INFO O| Aug 27 23:18:55.617 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-08-27T23:18:56.346Z[ host-image] Aug 27 23:18:55.623 INFO O| Aug 27 23:18:55.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105562026-08-27T23:18:56.346Z[ host-image] Aug 27 23:18:55.623 INFO O| Aug 27 23:18:55.623 INFO copying /tmp/.tmpMUjC3W/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 ...
105572026-08-27T23:18:56.349Z[ host-image] Aug 27 23:18:55.623 INFO O| Aug 27 23:18:55.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105582026-08-27T23:18:56.349Z[ host-image] Aug 27 23:18:55.623 INFO O| Aug 27 23:18:55.623 INFO ok!
105592026-08-27T23:18:56.349Z[ host-image] Aug 27 23:18:55.623 INFO O| Aug 27 23:18:55.623 INFO STEP 137 (ensure_file) COMPLETE
105602026-08-27T23:18:56.349Z[ host-image] Aug 27 23:18:55.623 INFO O| Aug 27 23:18:55.623 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-27T23:18:56.353Z[ host-image] Aug 27 23:18:55.628 INFO O| Aug 27 23:18:55.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105622026-08-27T23:18:56.353Z[ host-image] Aug 27 23:18:55.628 INFO O| Aug 27 23:18:55.628 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105632026-08-27T23:18:56.353Z[ host-image] Aug 27 23:18:55.628 INFO O| Aug 27 23:18:55.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105642026-08-27T23:18:56.353Z[ host-image] Aug 27 23:18:55.628 INFO O| Aug 27 23:18:55.628 INFO ok!
105652026-08-27T23:18:56.353Z[ host-image] Aug 27 23:18:55.628 INFO O| Aug 27 23:18:55.628 INFO STEP 138 (ensure_file) COMPLETE
105662026-08-27T23:18:56.353Z[ host-image] Aug 27 23:18:55.628 INFO O| Aug 27 23:18:55.628 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-08-27T23:18:56.357Z[ host-image] Aug 27 23:18:55.634 INFO O| Aug 27 23:18:55.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105682026-08-27T23:18:56.357Z[ host-image] Aug 27 23:18:55.634 INFO O| Aug 27 23:18:55.634 INFO copying /tmp/.tmpMUjC3W/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105692026-08-27T23:18:57.188Z[ recovery-image] Aug 27 23:18:56.465 INFO creating reset image...
105702026-08-27T23:18:57.188Z[ recovery-image] Aug 27 23:18:56.465 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")
105712026-08-27T23:18:57.464Z[ recovery-image] Aug 27 23:18:56.741 INFO E| Updating crates.io index
105722026-08-27T23:18:57.759Z[ recovery-image] Aug 27 23:18:57.036 INFO E| Downloading crates ...
105732026-08-27T23:18:57.802Z[ recovery-image] Aug 27 23:18:57.079 INFO E| Downloaded clap_lex v1.1.0
105742026-08-27T23:18:57.808Z[ recovery-image] Aug 27 23:18:57.085 INFO E| Downloaded duct v1.1.1
105752026-08-27T23:18:57.811Z[ recovery-image] Aug 27 23:18:57.087 INFO E| Downloaded os_pipe v1.2.3
105762026-08-27T23:18:57.811Z[ recovery-image] Aug 27 23:18:57.088 INFO E| Downloaded shared_child v1.1.1
105772026-08-27T23:18:57.814Z[ recovery-image] Aug 27 23:18:57.089 INFO E| Downloaded shared_thread v0.2.0
105782026-08-27T23:18:57.814Z[ recovery-image] Aug 27 23:18:57.090 INFO E| Downloaded sigchld v0.2.4
105792026-08-27T23:18:57.814Z[ recovery-image] Aug 27 23:18:57.091 INFO E| Downloaded colorchoice v1.0.5
105802026-08-27T23:18:57.858Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling libc v0.2.186
105812026-08-27T23:18:57.858Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling proc-macro2 v1.0.106
105822026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling unicode-ident v1.0.24
105832026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling signal-hook v0.3.18
105842026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling quote v1.0.45
105852026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling utf8parse v0.2.2
105862026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling anstyle v1.0.14
105872026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling anstyle-query v1.1.5
105882026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling is_terminal_polyfill v1.70.2
105892026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling colorchoice v1.0.5
105902026-08-27T23:18:57.865Z[ recovery-image] Aug 27 23:18:57.136 INFO E| Compiling heck v0.5.0
105912026-08-27T23:18:57.877Z[ recovery-image] Aug 27 23:18:57.155 INFO E| Compiling clap_lex v1.1.0
105922026-08-27T23:18:57.880Z[ recovery-image] Aug 27 23:18:57.155 INFO E| Compiling strsim v0.11.1
105932026-08-27T23:18:57.881Z[ recovery-image] Aug 27 23:18:57.155 INFO E| Compiling shared_thread v0.2.0
105942026-08-27T23:18:58.023Z[ recovery-image] Aug 27 23:18:57.300 INFO E| Compiling anstyle-parse v1.0.0
105952026-08-27T23:18:58.174Z[ recovery-image] Aug 27 23:18:57.451 INFO E| Compiling anstream v1.0.0
105962026-08-27T23:18:58.398Z[ recovery-image] Aug 27 23:18:57.673 INFO E| Compiling clap_builder v4.6.0
105972026-08-27T23:18:58.722Z[ recovery-image] Aug 27 23:18:58.000 INFO E| Compiling errno v0.3.14
105982026-08-27T23:18:58.722Z[ recovery-image] Aug 27 23:18:58.000 INFO E| Compiling os_pipe v1.2.3
105992026-08-27T23:18:58.830Z[ recovery-image] Aug 27 23:18:58.107 INFO E| Compiling signal-hook-registry v1.4.8
106002026-08-27T23:18:59.066Z[ recovery-image] Aug 27 23:18:58.343 INFO E| Compiling syn v2.0.117
106012026-08-27T23:18:59.127Z[ recovery-image] Aug 27 23:18:58.404 INFO E| Compiling sigchld v0.2.4
106022026-08-27T23:18:59.234Z[ recovery-image] Aug 27 23:18:58.511 INFO E| Compiling shared_child v1.1.1
106032026-08-27T23:18:59.358Z[ recovery-image] Aug 27 23:18:58.635 INFO E| Compiling duct v1.1.1
106042026-08-27T23:19:01.478Z[ recovery-image] Aug 27 23:19:00.755 INFO E| Compiling clap_derive v4.6.1
106052026-08-27T23:19:03.029Z[ recovery-image] Aug 27 23:19:02.306 INFO E| Compiling clap v4.6.1
106062026-08-27T23:19:03.108Z[ recovery-image] Aug 27 23:19:02.384 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106072026-08-27T23:19:03.310Z[ host-image] Aug 27 23:19:02.586 INFO O| Aug 27 23:19:02.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106082026-08-27T23:19:03.310Z[ host-image] Aug 27 23:19:02.586 INFO O| Aug 27 23:19:02.586 INFO ok!
106092026-08-27T23:19:03.310Z[ host-image] Aug 27 23:19:02.586 INFO O| Aug 27 23:19:02.586 INFO STEP 139 (ensure_file) COMPLETE
106102026-08-27T23:19:03.314Z[ host-image] Aug 27 23:19:02.586 INFO O| Aug 27 23:19:02.586 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-08-27T23:19:03.317Z[ host-image] Aug 27 23:19:02.594 INFO O| Aug 27 23:19:02.594 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106122026-08-27T23:19:03.317Z[ host-image] Aug 27 23:19:02.594 INFO O| Aug 27 23:19:02.594 INFO STEP 140 (ensure_dir) COMPLETE
106132026-08-27T23:19:03.317Z[ host-image] Aug 27 23:19:02.594 INFO O| Aug 27 23:19:02.594 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-08-27T23:19:03.324Z[ host-image] Aug 27 23:19:02.601 INFO O| Aug 27 23:19:02.601 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106152026-08-27T23:19:03.324Z[ host-image] Aug 27 23:19:02.601 INFO O| Aug 27 23:19:02.601 INFO STEP 141 (ensure_dir) COMPLETE
106162026-08-27T23:19:03.331Z[ host-image] Aug 27 23:19:02.601 INFO O| Aug 27 23:19:02.601 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-08-27T23:19:03.334Z[ host-image] Aug 27 23:19:02.610 INFO O| Aug 27 23:19:02.610 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106182026-08-27T23:19:03.334Z[ host-image] Aug 27 23:19:02.610 INFO O| Aug 27 23:19:02.610 INFO STEP 142 (ensure_dir) COMPLETE
106192026-08-27T23:19:03.334Z[ host-image] Aug 27 23:19:02.610 INFO O| Aug 27 23:19:02.610 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-08-27T23:19:03.339Z[ host-image] Aug 27 23:19:02.616 INFO O| Aug 27 23:19:02.616 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106212026-08-27T23:19:03.339Z[ host-image] Aug 27 23:19:02.616 INFO O| Aug 27 23:19:02.616 INFO STEP 143 (ensure_dir) COMPLETE
106222026-08-27T23:19:03.342Z[ host-image] Aug 27 23:19:02.616 INFO O| Aug 27 23:19:02.616 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-08-27T23:19:03.347Z[ host-image] Aug 27 23:19:02.622 INFO O| Aug 27 23:19:02.622 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106242026-08-27T23:19:03.347Z[ host-image] Aug 27 23:19:02.622 INFO O| Aug 27 23:19:02.622 INFO copying /tmp/.tmpMUjC3W/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 ...
106252026-08-27T23:19:03.348Z[ host-image] Aug 27 23:19:02.622 INFO O| Aug 27 23:19:02.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106262026-08-27T23:19:03.348Z[ host-image] Aug 27 23:19:02.622 INFO O| Aug 27 23:19:02.622 INFO ok!
106272026-08-27T23:19:03.348Z[ host-image] Aug 27 23:19:02.622 INFO O| Aug 27 23:19:02.622 INFO STEP 144 (ensure_file) COMPLETE
106282026-08-27T23:19:03.348Z[ host-image] Aug 27 23:19:02.622 INFO O| Aug 27 23:19:02.622 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-08-27T23:19:03.352Z[ host-image] Aug 27 23:19:02.628 INFO O| Aug 27 23:19:02.628 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106302026-08-27T23:19:03.352Z[ host-image] Aug 27 23:19:02.628 INFO O| Aug 27 23:19:02.628 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106312026-08-27T23:19:03.353Z[ host-image] Aug 27 23:19:02.628 INFO O| Aug 27 23:19:02.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106322026-08-27T23:19:03.353Z[ host-image] Aug 27 23:19:02.628 INFO O| Aug 27 23:19:02.628 INFO STEP 145 (ensure_dir) COMPLETE
106332026-08-27T23:19:03.353Z[ host-image] Aug 27 23:19:02.628 INFO O| Aug 27 23:19:02.628 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106342026-08-27T23:19:03.356Z[ host-image] Aug 27 23:19:02.634 INFO O| Aug 27 23:19:02.634 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106352026-08-27T23:19:03.356Z[ host-image] Aug 27 23:19:02.634 INFO O| Aug 27 23:19:02.634 INFO copying /tmp/.tmpMUjC3W/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106362026-08-27T23:19:03.363Z[ host-image] Aug 27 23:19:02.634 INFO O| Aug 27 23:19:02.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106372026-08-27T23:19:03.363Z[ host-image] Aug 27 23:19:02.634 INFO O| Aug 27 23:19:02.634 INFO ok!
106382026-08-27T23:19:03.363Z[ host-image] Aug 27 23:19:02.634 INFO O| Aug 27 23:19:02.634 INFO STEP 146 (ensure_file) COMPLETE
106392026-08-27T23:19:03.363Z[ host-image] Aug 27 23:19:02.634 INFO O| Aug 27 23:19:02.634 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-27T23:19:03.366Z[ host-image] Aug 27 23:19:02.640 INFO O| Aug 27 23:19:02.640 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106412026-08-27T23:19:03.366Z[ host-image] Aug 27 23:19:02.640 INFO O| Aug 27 23:19:02.640 INFO STEP 147 (remove_files) COMPLETE
106422026-08-27T23:19:03.366Z[ host-image] Aug 27 23:19:02.640 INFO O| Aug 27 23:19:02.640 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-27T23:19:03.370Z[ host-image] Aug 27 23:19:02.646 INFO O| Aug 27 23:19:02.646 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106442026-08-27T23:19:03.370Z[ host-image] Aug 27 23:19:02.646 INFO O| Aug 27 23:19:02.646 INFO STEP 148 (remove_files) COMPLETE
106452026-08-27T23:19:03.370Z[ host-image] Aug 27 23:19:02.646 INFO O| Aug 27 23:19:02.646 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-27T23:19:03.380Z[ host-image] Aug 27 23:19:02.653 INFO O| Aug 27 23:19:02.653 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106472026-08-27T23:19:03.380Z[ host-image] Aug 27 23:19:02.653 INFO O| Aug 27 23:19:02.653 INFO STEP 149 (remove_files) COMPLETE
106482026-08-27T23:19:03.383Z[ host-image] Aug 27 23:19:02.653 INFO O| Aug 27 23:19:02.653 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-27T23:19:03.386Z[ host-image] Aug 27 23:19:02.661 INFO O| Aug 27 23:19:02.661 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106502026-08-27T23:19:03.387Z[ host-image] Aug 27 23:19:02.662 INFO O| Aug 27 23:19:02.662 INFO STEP 150 (remove_files) COMPLETE
106512026-08-27T23:19:03.387Z[ host-image] Aug 27 23:19:02.662 INFO O| Aug 27 23:19:02.662 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-27T23:19:03.393Z[ host-image] Aug 27 23:19:02.669 INFO O| Aug 27 23:19:02.669 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106532026-08-27T23:19:03.396Z[ host-image] Aug 27 23:19:02.669 INFO O| Aug 27 23:19:02.669 INFO STEP 151 (remove_files) COMPLETE
106542026-08-27T23:19:03.396Z[ host-image] Aug 27 23:19:02.669 INFO O| Aug 27 23:19:02.669 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-27T23:19:03.400Z[ host-image] Aug 27 23:19:02.676 INFO O| Aug 27 23:19:02.675 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106562026-08-27T23:19:03.400Z[ host-image] Aug 27 23:19:02.676 INFO O| Aug 27 23:19:02.676 INFO STEP 152 (remove_files) COMPLETE
106572026-08-27T23:19:03.400Z[ host-image] Aug 27 23:19:02.676 INFO O| Aug 27 23:19:02.676 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-27T23:19:03.408Z[ host-image] Aug 27 23:19:02.682 INFO O| Aug 27 23:19:02.682 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106592026-08-27T23:19:03.408Z[ host-image] Aug 27 23:19:02.682 INFO O| Aug 27 23:19:02.682 INFO STEP 153 (remove_files) COMPLETE
106602026-08-27T23:19:03.408Z[ host-image] Aug 27 23:19:02.682 INFO O| Aug 27 23:19:02.682 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-27T23:19:03.412Z[ host-image] Aug 27 23:19:02.690 INFO O| Aug 27 23:19:02.690 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106622026-08-27T23:19:03.415Z[ host-image] Aug 27 23:19:02.690 INFO O| Aug 27 23:19:02.690 INFO STEP 154 (remove_files) COMPLETE
106632026-08-27T23:19:03.416Z[ host-image] Aug 27 23:19:02.690 INFO O| Aug 27 23:19:02.690 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-27T23:19:03.420Z[ host-image] Aug 27 23:19:02.697 INFO O| Aug 27 23:19:02.697 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106652026-08-27T23:19:03.423Z[ host-image] Aug 27 23:19:02.697 INFO O| Aug 27 23:19:02.697 INFO STEP 155 (remove_files) COMPLETE
106662026-08-27T23:19:03.423Z[ host-image] Aug 27 23:19:02.697 INFO O| Aug 27 23:19:02.697 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-27T23:19:03.427Z[ host-image] Aug 27 23:19:02.704 INFO O| Aug 27 23:19:02.704 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106682026-08-27T23:19:03.427Z[ host-image] Aug 27 23:19:02.704 INFO O| Aug 27 23:19:02.704 INFO STEP 156 (remove_files) COMPLETE
106692026-08-27T23:19:03.427Z[ host-image] Aug 27 23:19:02.704 INFO O| Aug 27 23:19:02.704 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-27T23:19:03.434Z[ host-image] Aug 27 23:19:02.711 INFO O| Aug 27 23:19:02.711 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106712026-08-27T23:19:03.434Z[ host-image] Aug 27 23:19:02.711 INFO O| Aug 27 23:19:02.711 INFO STEP 157 (remove_files) COMPLETE
106722026-08-27T23:19:03.434Z[ host-image] Aug 27 23:19:02.711 INFO O| Aug 27 23:19:02.711 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-27T23:19:03.440Z[ host-image] Aug 27 23:19:02.717 INFO O| Aug 27 23:19:02.717 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106742026-08-27T23:19:03.443Z[ host-image] Aug 27 23:19:02.717 INFO O| Aug 27 23:19:02.717 INFO STEP 158 (remove_files) COMPLETE
106752026-08-27T23:19:03.443Z[ host-image] Aug 27 23:19:02.717 INFO O| Aug 27 23:19:02.717 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-27T23:19:03.448Z[ host-image] Aug 27 23:19:02.725 INFO O| Aug 27 23:19:02.725 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106772026-08-27T23:19:03.448Z[ host-image] Aug 27 23:19:02.725 INFO O| Aug 27 23:19:02.725 INFO STEP 159 (remove_files) COMPLETE
106782026-08-27T23:19:03.448Z[ host-image] Aug 27 23:19:02.725 INFO O| Aug 27 23:19:02.725 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-27T23:19:03.454Z[ host-image] Aug 27 23:19:02.732 INFO O| Aug 27 23:19:02.732 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106802026-08-27T23:19:03.454Z[ host-image] Aug 27 23:19:02.732 INFO O| Aug 27 23:19:02.732 INFO STEP 160 (remove_files) COMPLETE
106812026-08-27T23:19:03.454Z[ host-image] Aug 27 23:19:02.732 INFO O| Aug 27 23:19:02.732 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-27T23:19:03.460Z[ host-image] Aug 27 23:19:02.738 INFO O| Aug 27 23:19:02.738 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106832026-08-27T23:19:03.460Z[ host-image] Aug 27 23:19:02.738 INFO O| Aug 27 23:19:02.738 INFO STEP 161 (remove_files) COMPLETE
106842026-08-27T23:19:03.460Z[ host-image] Aug 27 23:19:02.738 INFO O| Aug 27 23:19:02.738 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-27T23:19:03.467Z[ host-image] Aug 27 23:19:02.744 INFO O| Aug 27 23:19:02.744 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106862026-08-27T23:19:03.467Z[ host-image] Aug 27 23:19:02.744 INFO O| Aug 27 23:19:02.744 INFO STEP 162 (remove_files) COMPLETE
106872026-08-27T23:19:03.471Z[ host-image] Aug 27 23:19:02.744 INFO O| Aug 27 23:19:02.744 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-27T23:19:03.474Z[ host-image] Aug 27 23:19:02.750 INFO O| Aug 27 23:19:02.750 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106892026-08-27T23:19:03.474Z[ host-image] Aug 27 23:19:02.750 INFO O| Aug 27 23:19:02.750 INFO STEP 163 (remove_files) COMPLETE
106902026-08-27T23:19:03.474Z[ host-image] Aug 27 23:19:02.750 INFO O| Aug 27 23:19:02.750 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-27T23:19:03.479Z[ host-image] Aug 27 23:19:02.756 INFO O| Aug 27 23:19:02.756 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106922026-08-27T23:19:03.479Z[ host-image] Aug 27 23:19:02.756 INFO O| Aug 27 23:19:02.756 INFO STEP 164 (remove_files) COMPLETE
106932026-08-27T23:19:03.479Z[ host-image] Aug 27 23:19:02.756 INFO O| Aug 27 23:19:02.756 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-27T23:19:03.486Z[ host-image] Aug 27 23:19:02.763 INFO O| Aug 27 23:19:02.763 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106952026-08-27T23:19:03.486Z[ host-image] Aug 27 23:19:02.763 INFO O| Aug 27 23:19:02.763 INFO STEP 165 (remove_files) COMPLETE
106962026-08-27T23:19:03.489Z[ host-image] Aug 27 23:19:02.763 INFO O| Aug 27 23:19:02.763 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-27T23:19:03.494Z[ host-image] Aug 27 23:19:02.770 INFO O| Aug 27 23:19:02.770 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106982026-08-27T23:19:03.497Z[ host-image] Aug 27 23:19:02.770 INFO O| Aug 27 23:19:02.770 INFO STEP 166 (remove_files) COMPLETE
106992026-08-27T23:19:03.497Z[ host-image] Aug 27 23:19:02.770 INFO O| Aug 27 23:19:02.770 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-08-27T23:19:03.500Z[ host-image] Aug 27 23:19:02.778 INFO O| Aug 27 23:19:02.777 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107012026-08-27T23:19:03.501Z[ host-image] Aug 27 23:19:02.778 INFO O| Aug 27 23:19:02.778 INFO STEP 167 (remove_files) COMPLETE
107022026-08-27T23:19:03.501Z[ host-image] Aug 27 23:19:02.778 INFO O| Aug 27 23:19:02.778 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-08-27T23:19:03.506Z[ host-image] Aug 27 23:19:02.784 INFO O| Aug 27 23:19:02.784 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107042026-08-27T23:19:03.510Z[ host-image] Aug 27 23:19:02.784 INFO O| Aug 27 23:19:02.784 INFO STEP 168 (remove_files) COMPLETE
107052026-08-27T23:19:03.510Z[ host-image] Aug 27 23:19:02.784 INFO O| Aug 27 23:19:02.784 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-27T23:19:03.513Z[ host-image] Aug 27 23:19:02.790 INFO O| Aug 27 23:19:02.790 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107072026-08-27T23:19:03.513Z[ host-image] Aug 27 23:19:02.790 INFO O| Aug 27 23:19:02.790 INFO STEP 169 (remove_files) COMPLETE
107082026-08-27T23:19:03.513Z[ host-image] Aug 27 23:19:02.790 INFO O| Aug 27 23:19:02.790 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-08-27T23:19:03.518Z[ host-image] Aug 27 23:19:02.796 INFO O| Aug 27 23:19:02.796 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107102026-08-27T23:19:03.523Z[ host-image] Aug 27 23:19:02.796 INFO O| Aug 27 23:19:02.796 INFO STEP 170 (remove_files) COMPLETE
107112026-08-27T23:19:03.523Z[ host-image] Aug 27 23:19:02.796 INFO O| Aug 27 23:19:02.796 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-08-27T23:19:03.529Z[ host-image] Aug 27 23:19:02.802 INFO O| Aug 27 23:19:02.802 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107132026-08-27T23:19:03.529Z[ host-image] Aug 27 23:19:02.802 INFO O| Aug 27 23:19:02.802 INFO STEP 171 (remove_files) COMPLETE
107142026-08-27T23:19:03.529Z[ host-image] Aug 27 23:19:02.802 INFO O| Aug 27 23:19:02.802 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-08-27T23:19:03.532Z[ host-image] Aug 27 23:19:02.808 INFO O| Aug 27 23:19:02.808 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107162026-08-27T23:19:03.532Z[ host-image] Aug 27 23:19:02.808 INFO O| Aug 27 23:19:02.808 INFO STEP 172 (remove_files) COMPLETE
107172026-08-27T23:19:03.532Z[ host-image] Aug 27 23:19:02.808 INFO O| Aug 27 23:19:02.808 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-08-27T23:19:03.536Z[ host-image] Aug 27 23:19:02.814 INFO O| Aug 27 23:19:02.814 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107192026-08-27T23:19:03.536Z[ host-image] Aug 27 23:19:02.814 INFO O| Aug 27 23:19:02.814 INFO STEP 173 (remove_files) COMPLETE
107202026-08-27T23:19:03.540Z[ host-image] Aug 27 23:19:02.814 INFO O| Aug 27 23:19:02.814 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-08-27T23:19:03.545Z[ host-image] Aug 27 23:19:02.822 INFO O| Aug 27 23:19:02.822 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107222026-08-27T23:19:03.545Z[ host-image] Aug 27 23:19:02.822 INFO O| Aug 27 23:19:02.822 INFO STEP 174 (remove_files) COMPLETE
107232026-08-27T23:19:03.549Z[ host-image] Aug 27 23:19:02.822 INFO O| Aug 27 23:19:02.822 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-08-27T23:19:03.552Z[ host-image] Aug 27 23:19:02.828 INFO O| Aug 27 23:19:02.828 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107252026-08-27T23:19:03.552Z[ host-image] Aug 27 23:19:02.828 INFO O| Aug 27 23:19:02.828 INFO STEP 175 (remove_files) COMPLETE
107262026-08-27T23:19:03.553Z[ host-image] Aug 27 23:19:02.828 INFO O| Aug 27 23:19:02.828 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107272026-08-27T23:19:03.562Z[ host-image] Aug 27 23:19:02.839 INFO O| Aug 27 23:19:02.839 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107282026-08-27T23:19:03.562Z[ host-image] Aug 27 23:19:02.840 INFO O| Aug 27 23:19:02.839 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_CHECKHASH": "1"}
107292026-08-27T23:19:03.935Z[ recovery-image] Aug 27 23:19:03.212 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
107302026-08-27T23:19:03.941Z[ recovery-image] Aug 27 23:19:03.218 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107312026-08-27T23:19:04.127Z[ recovery-image] Aug 27 23:19:03.404 INFO E| Downloading crates ...
107322026-08-27T23:19:04.168Z[ recovery-image] Aug 27 23:19:03.445 INFO E| Downloaded bitstruct v0.1.1
107332026-08-27T23:19:04.177Z[ recovery-image] Aug 27 23:19:03.454 INFO E| Downloaded bit_field v0.10.3
107342026-08-27T23:19:04.184Z[ recovery-image] Aug 27 23:19:03.461 INFO E| Downloaded miniz_oxide v0.9.1
107352026-08-27T23:19:04.187Z[ recovery-image] Aug 27 23:19:03.463 INFO E| Downloaded bitstruct_derive v0.1.0
107362026-08-27T23:19:04.198Z[ recovery-image] Aug 27 23:19:03.475 INFO E| Downloaded cpio_reader v0.1.2
107372026-08-27T23:19:04.201Z[ recovery-image] Aug 27 23:19:03.476 INFO E| Downloaded bitflags v2.13.0
107382026-08-27T23:19:04.205Z[ recovery-image] Aug 27 23:19:03.480 INFO E| Downloaded log v0.4.32
107392026-08-27T23:19:04.205Z[ recovery-image] Aug 27 23:19:03.481 INFO E| Downloaded raw-cpuid v10.7.0
107402026-08-27T23:19:04.226Z[ recovery-image] Aug 27 23:19:03.504 INFO E| Downloaded goblin v0.10.7
107412026-08-27T23:19:04.333Z[ recovery-image] Aug 27 23:19:03.610 INFO E| Downloaded x86 v0.52.0
107422026-08-27T23:19:04.373Z[ recovery-image] Aug 27 23:19:03.650 INFO E| Updating crates.io index
107432026-08-27T23:19:04.420Z[ recovery-image] Aug 27 23:19:03.698 INFO E| Downloading crates ...
107442026-08-27T23:19:04.441Z[ recovery-image] Aug 27 23:19:03.718 INFO E| Downloaded hashbrown v0.17.1
107452026-08-27T23:19:04.445Z[ recovery-image] Aug 27 23:19:03.722 INFO E| Downloaded rustc-literal-escaper v0.0.7
107462026-08-27T23:19:04.484Z[ recovery-image] Aug 27 23:19:03.761 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)
107472026-08-27T23:19:04.484Z[ recovery-image] Aug 27 23:19:03.761 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)
107482026-08-27T23:19:04.487Z[ recovery-image] Aug 27 23:19:03.761 INFO E| Compiling proc-macro2 v1.0.106
107492026-08-27T23:19:04.487Z[ recovery-image] Aug 27 23:19:03.762 INFO E| Compiling unicode-ident v1.0.24
107502026-08-27T23:19:04.487Z[ recovery-image] Aug 27 23:19:03.762 INFO E| Compiling quote v1.0.45
107512026-08-27T23:19:04.487Z[ recovery-image] Aug 27 23:19:03.762 INFO E| Compiling syn v1.0.109
107522026-08-27T23:19:04.487Z[ recovery-image] Aug 27 23:19:03.762 INFO E| Compiling x86 v0.52.0
107532026-08-27T23:19:04.487Z[ recovery-image] Aug 27 23:19:03.762 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107542026-08-27T23:19:04.496Z[ recovery-image] Aug 27 23:19:03.773 INFO E| Compiling seq-macro v0.3.6
107552026-08-27T23:19:05.414Z[ recovery-image] Aug 27 23:19:04.691 INFO E| Compiling syn v2.0.117
107562026-08-27T23:19:06.685Z[ recovery-image] Aug 27 23:19:05.962 INFO E| Compiling scroll_derive v0.13.1
107572026-08-27T23:19:07.638Z[ recovery-image] Aug 27 23:19:06.915 INFO E| Compiling bitstruct_derive v0.1.0
107582026-08-27T23:19:10.073Z[ host-image] Aug 27 23:19:09.349 INFO O| Aug 27 23:19:09.349 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
107592026-08-27T23:19:10.073Z[ host-image] Aug 27 23:19:09.349 INFO O| Aug 27 23:19:09.349 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107602026-08-27T23:19:10.086Z[ host-image] Aug 27 23:19:09.362 INFO O| Aug 27 23:19:09.362 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"}
107612026-08-27T23:19:10.183Z[ host-image] Aug 27 23:19:09.459 INFO O| Aug 27 23:19:09.459 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107622026-08-27T23:19:10.238Z[ host-image] Aug 27 23:19:09.514 INFO O| Aug 27 23:19:09.514 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1"}
107632026-08-27T23:19:10.298Z[ host-image] Aug 27 23:19:09.575 INFO O| Aug 27 23:19:09.575 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107642026-08-27T23:19:10.298Z[ host-image] Aug 27 23:19:09.575 INFO O| Aug 27 23:19:09.575 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107652026-08-27T23:19:10.303Z[ host-image] Aug 27 23:19:09.577 INFO O| Aug 27 23:19:09.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107662026-08-27T23:19:10.303Z[ host-image] Aug 27 23:19:09.577 INFO O| Aug 27 23:19:09.577 INFO ok!
107672026-08-27T23:19:10.303Z[ host-image] Aug 27 23:19:09.577 INFO O| Aug 27 23:19:09.577 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107682026-08-27T23:19:10.303Z[ host-image] Aug 27 23:19:09.577 INFO O| Aug 27 23:19:09.577 INFO STEP 176 (seed_smf) COMPLETE
107692026-08-27T23:19:10.303Z[ host-image] Aug 27 23:19:09.577 INFO O| Aug 27 23:19:09.577 INFO steps complete; finalising image!
107702026-08-27T23:19:10.303Z[ host-image] Aug 27 23:19:09.577 INFO O| Aug 27 23:19:09.577 INFO TRIM POOL: TEMPORARY-sled-zfs
107712026-08-27T23:19:10.374Z[ host-image] Aug 27 23:19:09.650 INFO O| Aug 27 23:19:09.650 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Thu Aug 27 23:19:09 2026)
107722026-08-27T23:19:10.588Z[ host-image] Aug 27 23:19:09.865 INFO O| Aug 27 23:19:09.865 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107732026-08-27T23:19:10.588Z[ host-image] Aug 27 23:19:09.865 INFO O| Aug 27 23:19:09.865 INFO EXPORT POOL: TEMPORARY-sled-zfs
107742026-08-27T23:19:10.934Z[ host-image] Aug 27 23:19:10.211 INFO O| Aug 27 23:19:10.211 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107752026-08-27T23:19:10.934Z[ host-image] Aug 27 23:19:10.211 INFO O| Aug 27 23:19:10.211 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107762026-08-27T23:19:11.742Z[ host-image] Aug 27 23:19:11.019 INFO O| Aug 27 23:19:11.019 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107772026-08-27T23:19:11.742Z[ host-image] Aug 27 23:19:11.019 INFO O| Aug 27 23:19:11.019 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107782026-08-27T23:19:11.743Z[ host-image] Aug 27 23:19:11.019 INFO O| Aug 27 23:19:11.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107792026-08-27T23:19:11.749Z[ host-image] Aug 27 23:19:11.019 INFO O| Aug 27 23:19:11.019 INFO completed processing sled/zfs
107802026-08-27T23:19:11.749Z[ host-image] Aug 27 23:19:11.019 INFO O| Aug 27 23:19:11.019 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107812026-08-27T23:19:16.729Z[ recovery-image] Aug 27 23:19:16.005 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)
107822026-08-27T23:19:19.000Z[ recovery-image] Aug 27 23:19:18.273 INFO E| Compiling bitflags v1.3.2
107832026-08-27T23:19:19.002Z[ recovery-image] Aug 27 23:19:18.273 INFO E| Compiling plain v0.2.3
107842026-08-27T23:19:19.002Z[ recovery-image] Aug 27 23:19:18.273 INFO E| Compiling bit_field v0.10.3
107852026-08-27T23:19:19.028Z[ recovery-image] Aug 27 23:19:18.273 INFO E| Compiling adler2 v2.0.1
107862026-08-27T23:19:19.028Z[ recovery-image] Aug 27 23:19:18.274 INFO E| Compiling scroll v0.13.0
107872026-08-27T23:19:19.028Z[ recovery-image] Aug 27 23:19:18.274 INFO E| Compiling bitflags v2.13.0
107882026-08-27T23:19:19.028Z[ recovery-image] Aug 27 23:19:18.274 INFO E| Compiling log v0.4.32
107892026-08-27T23:19:19.028Z[ recovery-image] Aug 27 23:19:18.274 INFO E| Compiling bitstruct v0.1.1
107902026-08-27T23:19:19.028Z[ recovery-image] Aug 27 23:19:18.274 INFO E| Compiling static_assertions v1.1.0
107912026-08-27T23:19:19.064Z[ recovery-image] Aug 27 23:19:18.335 INFO E| Compiling raw-cpuid v10.7.0
107922026-08-27T23:19:19.121Z[ recovery-image] Aug 27 23:19:18.393 INFO E| Compiling miniz_oxide v0.9.1
107932026-08-27T23:19:19.229Z[ recovery-image] Aug 27 23:19:18.499 INFO E| Compiling cpio_reader v0.1.2
107942026-08-27T23:19:19.246Z[ recovery-image] Aug 27 23:19:18.521 INFO E| Compiling goblin v0.10.7
107952026-08-27T23:19:22.569Z[ recovery-image] Aug 27 23:19:21.845 INFO E| Finished `release` profile [optimized] target(s) in 18.61s
107962026-08-27T23:19:22.588Z[ recovery-image] Aug 27 23:19:21.865 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107972026-08-27T23:19:22.588Z[ recovery-image] Aug 27 23:19:21.865 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107982026-08-27T23:19:22.596Z[ recovery-image] Aug 27 23:19:21.865 INFO building ROM for gimlet
107992026-08-27T23:19:22.596Z[ recovery-image] Aug 27 23:19:21.865 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")
108002026-08-27T23:19:22.686Z[ recovery-image] Aug 27 23:19:21.960 INFO E| Downloading crates ...
108012026-08-27T23:19:22.731Z[ recovery-image] Aug 27 23:19:22.005 INFO E| Downloaded anstyle-parse v0.2.6
108022026-08-27T23:19:22.735Z[ recovery-image] Aug 27 23:19:22.007 INFO E| Downloaded colorchoice v1.0.3
108032026-08-27T23:19:22.735Z[ recovery-image] Aug 27 23:19:22.010 INFO E| Downloaded anstyle v1.0.10
108042026-08-27T23:19:22.735Z[ recovery-image] Aug 27 23:19:22.011 INFO E| Downloaded serde_spanned v0.6.8
108052026-08-27T23:19:22.739Z[ recovery-image] Aug 27 23:19:22.013 INFO E| Downloaded clap_derive v4.5.32
108062026-08-27T23:19:22.743Z[ recovery-image] Aug 27 23:19:22.018 INFO E| Downloaded shared_child v1.0.1
108072026-08-27T23:19:22.743Z[ recovery-image] Aug 27 23:19:22.019 INFO E| Downloaded clap_lex v0.7.4
108082026-08-27T23:19:22.757Z[ recovery-image] Aug 27 23:19:22.019 INFO E| Downloaded is_terminal_polyfill v1.70.1
108092026-08-27T23:19:22.757Z[ recovery-image] Aug 27 23:19:22.020 INFO E| Downloaded toml_datetime v0.6.9
108102026-08-27T23:19:22.757Z[ recovery-image] Aug 27 23:19:22.021 INFO E| Downloaded anstyle-query v1.1.2
108112026-08-27T23:19:22.757Z[ recovery-image] Aug 27 23:19:22.023 INFO E| Downloaded os_pipe v1.2.1
108122026-08-27T23:19:22.757Z[ recovery-image] Aug 27 23:19:22.024 INFO E| Downloaded duct v0.13.7
108132026-08-27T23:19:22.757Z[ recovery-image] Aug 27 23:19:22.027 INFO E| Downloaded toml_write v0.1.1
108142026-08-27T23:19:22.757Z[ recovery-image] Aug 27 23:19:22.030 INFO E| Downloaded anstream v0.6.18
108152026-08-27T23:19:22.766Z[ recovery-image] Aug 27 23:19:22.043 INFO E| Downloaded clap v4.5.37
108162026-08-27T23:19:22.787Z[ recovery-image] Aug 27 23:19:22.053 INFO E| Downloaded toml v0.8.22
108172026-08-27T23:19:22.796Z[ recovery-image] Aug 27 23:19:22.072 INFO E| Downloaded cc v1.2.20
108182026-08-27T23:19:22.815Z[ recovery-image] Aug 27 23:19:22.074 INFO E| Downloaded toml_edit v0.22.26
108192026-08-27T23:19:22.830Z[ recovery-image] Aug 27 23:19:22.094 INFO E| Downloaded clap_builder v4.5.37
108202026-08-27T23:19:22.846Z[ recovery-image] Aug 27 23:19:22.098 INFO E| Downloaded winnow v0.7.7
108212026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.114 INFO E| Compiling libc v0.2.172
108222026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.114 INFO E| Compiling utf8parse v0.2.2
108232026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.114 INFO E| Compiling anstyle-query v1.1.2
108242026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.114 INFO E| Compiling colorchoice v1.0.3
108252026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.114 INFO E| Compiling once_cell v1.21.3
108262026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.114 INFO E| Compiling equivalent v1.0.2
108272026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.114 INFO E| Compiling hashbrown v0.15.2
108282026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.115 INFO E| Compiling anstyle v1.0.10
108292026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.115 INFO E| Compiling shlex v1.3.0
108302026-08-27T23:19:22.852Z[ recovery-image] Aug 27 23:19:22.115 INFO E| Compiling is_terminal_polyfill v1.70.1
108312026-08-27T23:19:22.865Z[ recovery-image] Aug 27 23:19:22.132 INFO E| Compiling anyhow v1.0.98
108322026-08-27T23:19:22.865Z[ recovery-image] Aug 27 23:19:22.132 INFO E| Compiling toml_write v0.1.1
108332026-08-27T23:19:22.865Z[ recovery-image] Aug 27 23:19:22.132 INFO E| Compiling winnow v0.7.7
108342026-08-27T23:19:22.880Z[ recovery-image] Aug 27 23:19:22.140 INFO E| Compiling strsim v0.11.1
108352026-08-27T23:19:22.880Z[ recovery-image] Aug 27 23:19:22.144 INFO E| Compiling syn v2.0.101
108362026-08-27T23:19:22.880Z[ recovery-image] Aug 27 23:19:22.144 INFO E| Compiling clap_lex v0.7.4
108372026-08-27T23:19:23.083Z[ recovery-image] Aug 27 23:19:22.360 INFO E| Compiling anstyle-parse v0.2.6
108382026-08-27T23:19:23.124Z[ recovery-image] Aug 27 23:19:22.398 INFO E| Compiling cc v1.2.20
108392026-08-27T23:19:23.248Z[ recovery-image] Aug 27 23:19:22.524 INFO E| Compiling anstream v0.6.18
108402026-08-27T23:19:23.387Z[ recovery-image] Aug 27 23:19:22.663 INFO E| Compiling indexmap v2.9.0
108412026-08-27T23:19:23.507Z[ recovery-image] Aug 27 23:19:22.749 INFO E| Compiling clap_builder v4.5.37
108422026-08-27T23:19:23.623Z[ recovery-image] Aug 27 23:19:22.897 INFO E| Compiling os_pipe v1.2.1
108432026-08-27T23:19:23.623Z[ recovery-image] Aug 27 23:19:22.897 INFO E| Compiling shared_child v1.0.1
108442026-08-27T23:19:23.741Z[ recovery-image] Aug 27 23:19:23.018 INFO E| Compiling duct v0.13.7
108452026-08-27T23:19:24.252Z[ recovery-image] Aug 27 23:19:23.525 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108462026-08-27T23:19:25.143Z[ recovery-image] Aug 27 23:19:24.354 INFO E| Compiling serde_derive v1.0.219
108472026-08-27T23:19:25.143Z[ recovery-image] Aug 27 23:19:24.354 INFO E| Compiling clap_derive v4.5.32
108482026-08-27T23:19:26.483Z[ recovery-image] Aug 27 23:19:25.760 INFO E| Compiling clap v4.5.37
108492026-08-27T23:19:27.256Z[ recovery-image] Aug 27 23:19:26.532 INFO E| Compiling serde v1.0.219
108502026-08-27T23:19:29.033Z[ recovery-image] Aug 27 23:19:28.302 INFO E| Compiling toml_datetime v0.6.9
108512026-08-27T23:19:29.033Z[ recovery-image] Aug 27 23:19:28.302 INFO E| Compiling serde_spanned v0.6.8
108522026-08-27T23:19:29.362Z[ recovery-image] Aug 27 23:19:28.460 INFO E| Compiling toml_edit v0.22.26
108532026-08-27T23:19:30.384Z[ recovery-image] Aug 27 23:19:29.646 INFO E| Compiling toml v0.8.22
108542026-08-27T23:19:32.430Z[ recovery-image] Aug 27 23:19:31.707 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.79s
108552026-08-27T23:19:32.441Z[ recovery-image] Aug 27 23:19:31.716 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`
108562026-08-27T23:19:32.454Z[ recovery-image] Aug 27 23:19:31.731 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108572026-08-27T23:19:32.529Z[ recovery-image] Aug 27 23:19:31.806 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108582026-08-27T23:19:32.542Z[ recovery-image] Aug 27 23:19:31.809 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`
108592026-08-27T23:19:32.695Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108602026-08-27T23:19:32.695Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108612026-08-27T23:19:32.707Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108622026-08-27T23:19:32.707Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108632026-08-27T23:19:32.707Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108642026-08-27T23:19:32.707Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108652026-08-27T23:19:32.707Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108662026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108672026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108682026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108692026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108702026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108712026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108722026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108732026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108742026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.925 INFO O| Info: ABL version: 0x100f5010
108752026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.925 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108762026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108772026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108782026-08-27T23:19:32.708Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108792026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108802026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108812026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108822026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108832026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108842026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108852026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108862026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108872026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108882026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108892026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108902026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108912026-08-27T23:19:32.709Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108922026-08-27T23:19:32.710Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108932026-08-27T23:19:32.710Z[ recovery-image] Aug 27 23:19:31.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108942026-08-27T23:19:32.710Z[ recovery-image] Aug 27 23:19:31.963 INFO building ROM for cosmo
108952026-08-27T23:19:32.710Z[ recovery-image] Aug 27 23:19:31.963 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")
108962026-08-27T23:19:32.784Z[ recovery-image] Aug 27 23:19:32.057 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108972026-08-27T23:19:32.811Z[ recovery-image] Aug 27 23:19:32.059 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`
108982026-08-27T23:19:32.811Z[ recovery-image] Aug 27 23:19:32.072 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108992026-08-27T23:19:32.886Z[ recovery-image] Aug 27 23:19:32.142 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109002026-08-27T23:19:32.899Z[ recovery-image] Aug 27 23:19:32.145 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`
109012026-08-27T23:19:33.081Z[ recovery-image] Aug 27 23:19:32.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109022026-08-27T23:19:33.081Z[ recovery-image] Aug 27 23:19:32.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109032026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109042026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109052026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109062026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109072026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109082026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109092026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109102026-08-27T23:19:33.095Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109112026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109122026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109132026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109142026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109152026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109162026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109172026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109182026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109192026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109202026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109212026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109222026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109232026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109242026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109252026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109262026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109272026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109282026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109292026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109302026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109312026-08-27T23:19:33.096Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109322026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109332026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109342026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109352026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109362026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109372026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109382026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109392026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109402026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109412026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109422026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109432026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109442026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109452026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109462026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109472026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109482026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109492026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109502026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109512026-08-27T23:19:33.097Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109522026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109532026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109542026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO O| Info: ABL version: 0x100af010
109552026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109562026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109572026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109582026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109592026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109602026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109612026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109622026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109632026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109642026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109652026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109662026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109672026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109682026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109692026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109702026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109712026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109722026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109732026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109742026-08-27T23:19:33.098Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109752026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109762026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109772026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109782026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109792026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109802026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109812026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109822026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109832026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109842026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109852026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109862026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109872026-08-27T23:19:33.099Z[ recovery-image] Aug 27 23:19:32.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109882026-08-27T23:19:33.119Z[ recovery-image] Aug 27 23:19:32.395 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109892026-08-27T23:19:33.198Z[ host-image] Aug 27 23:19:32.474 INFO O| Aug 27 23:19:32.474 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109902026-08-27T23:19:33.289Z[ host-image] Aug 27 23:19:32.562 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
109912026-08-27T23:19:33.289Z[ host-image] Aug 27 23:19:32.562 INFO expanded image name: "ci 954f157/${os_short_commit} 2026-08-27 22:58" -> "ci 954f157/e73f257 2026-08-27 22:58"
109922026-08-27T23:19:33.300Z[ host-image] Aug 27 23:19:32.562 INFO output artefacts stored in: "/work/os-host"
109932026-08-27T23:19:33.300Z[ host-image] Aug 27 23:19:32.563 INFO collecting git info from project "pinprick"...
109942026-08-27T23:19:33.300Z[ host-image] Aug 27 23:19:32.568 INFO collecting git info from project "dmar-report"...
109952026-08-27T23:19:33.300Z[ host-image] Aug 27 23:19:32.572 INFO collecting git info from project "phbl"...
109962026-08-27T23:19:33.306Z[ host-image] Aug 27 23:19:32.576 INFO collecting git info from project "amd-firmware"...
109972026-08-27T23:19:33.313Z[ host-image] Aug 27 23:19:32.586 INFO collecting git info from project "pilot"...
109982026-08-27T23:19:33.319Z[ host-image] Aug 27 23:19:32.590 INFO collecting git info from project "chelsio-t6-roms"...
109992026-08-27T23:19:33.319Z[ host-image] Aug 27 23:19:32.594 INFO collecting git info from project "bootserver"...
110002026-08-27T23:19:33.325Z[ host-image] Aug 27 23:19:32.598 INFO collecting git info from project "amd-host-image-builder"...
110012026-08-27T23:19:33.329Z[ host-image] Aug 27 23:19:32.602 INFO collecting git info from project "image-builder"...
110022026-08-27T23:19:33.329Z[ host-image] Aug 27 23:19:32.606 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110032026-08-27T23:19:33.643Z[ host-image] Aug 27 23:19:32.907 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110042026-08-27T23:19:33.915Z[ host-image] Aug 27 23:19:33.191 INFO creating Oxide boot image...
110052026-08-27T23:19:33.915Z[ host-image] Aug 27 23:19:33.191 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 954f157/e73f257 2026-08-27 22:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110062026-08-27T23:19:34.310Z[ recovery-image] Aug 27 23:19:33.582 INFO image complete! materials are in "/work/os-recovery"
110072026-08-27T23:19:34.319Z[ recovery-image]
110082026-08-27T23:19:34.319Z[ recovery-image] real 3:27.496936315
110092026-08-27T23:19:34.319Z[ recovery-image] user 2:41.009208333
110102026-08-27T23:19:34.320Z[ recovery-image] sys 39.951628698
110112026-08-27T23:19:34.320Z[ recovery-image] trap 0.137994756
110122026-08-27T23:19:34.320Z[ recovery-image] tflt 0.572270955
110132026-08-27T23:19:34.320Z[ recovery-image] dflt 0.826278205
110142026-08-27T23:19:34.320Z[ recovery-image] kflt 0.000206100
110152026-08-27T23:19:34.320Z[ recovery-image] lock 7:57.367763338
110162026-08-27T23:19:34.320Z[ recovery-image] slp 18:32.456894651
110172026-08-27T23:19:34.320Z[ recovery-image] lat 34.917059936
110182026-08-27T23:19:34.320Z[ recovery-image] stop 9.511650034
110192026-08-27T23:19:34.320ZAug 27 23:19:33.586 INFO [recovery-image] process exited with exit status: 0 (207.502208176s)
110202026-08-27T23:19:34.320ZAug 27 23:19:33.586 INFO [tuf-v2-recovery] running task
110212026-08-27T23:19:34.320ZAug 27 23:19:33.587 INFO [tuf-v2-recovery] task succeeded (807.69µs)
110222026-08-27T23:19:34.684Z[ host-image] Aug 27 23:19:33.960 INFO O| ok, image written!
110232026-08-27T23:19:34.684Z[ host-image] Aug 27 23:19:33.960 INFO O| ok, boot_image_csum file written!
110242026-08-27T23:19:34.717Z[ host-image] Aug 27 23:19:33.962 INFO creating boot archive (CPIO)...
110252026-08-27T23:19:34.717Z[ host-image] Aug 27 23:19:33.962 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
110262026-08-27T23:19:34.717Z[ host-image] Aug 27 23:19:33.966 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110272026-08-27T23:19:34.717Z[ host-image] Aug 27 23:19:33.966 INFO E| + outfile=/work/os-host/cpio
110282026-08-27T23:19:34.717Z[ host-image] Aug 27 23:19:33.966 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110292026-08-27T23:19:34.717Z[ host-image] Aug 27 23:19:33.968 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110302026-08-27T23:19:34.717Z[ host-image] Aug 27 23:19:33.968 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110312026-08-27T23:19:34.737Z[ host-image] Aug 27 23:19:33.995 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110322026-08-27T23:19:34.745Z[ host-image] Aug 27 23:19:33.995 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110332026-08-27T23:19:34.745Z[ host-image] Aug 27 23:19:34.002 INFO creating compressed cpio/unix for dev loaders...
110342026-08-27T23:19:34.745Z[ host-image] Aug 27 23:19:34.002 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
110352026-08-27T23:19:34.948Z[ host-image] Aug 27 23:19:34.225 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110362026-08-27T23:19:41.960Z[ host-image] Aug 27 23:19:37.442 INFO creating reset image...
110372026-08-27T23:19:41.960Z[ host-image] Aug 27 23:19:37.442 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")
110382026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.508 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110392026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.510 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110402026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.755 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)
110412026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.755 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)
110422026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.755 INFO E| Compiling proc-macro2 v1.0.106
110432026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.755 INFO E| Compiling quote v1.0.45
110442026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.755 INFO E| Compiling unicode-ident v1.0.24
110452026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.755 INFO E| Compiling syn v1.0.109
110462026-08-27T23:19:42.018Z[ host-image] Aug 27 23:19:37.755 INFO E| Compiling x86 v0.52.0
110472026-08-27T23:19:42.019Z[ host-image] Aug 27 23:19:37.755 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110482026-08-27T23:19:42.019Z[ host-image] Aug 27 23:19:37.756 INFO E| Compiling seq-macro v0.3.6
110492026-08-27T23:19:42.019Z[ host-image] Aug 27 23:19:38.708 INFO E| Compiling syn v2.0.117
110502026-08-27T23:19:42.114Z[ host-image] Aug 27 23:19:39.998 INFO E| Compiling scroll_derive v0.13.1
110512026-08-27T23:19:42.114Z[ host-image] Aug 27 23:19:40.989 INFO E| Compiling bitstruct_derive v0.1.0
110522026-08-27T23:19:50.705Z[ host-image] Aug 27 23:19:49.982 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)
110532026-08-27T23:19:52.776Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling bitflags v1.3.2
110542026-08-27T23:19:52.776Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling plain v0.2.3
110552026-08-27T23:19:52.780Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling bitflags v2.13.0
110562026-08-27T23:19:52.780Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling log v0.4.32
110572026-08-27T23:19:52.780Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling scroll v0.13.0
110582026-08-27T23:19:52.780Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling adler2 v2.0.1
110592026-08-27T23:19:52.780Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling bit_field v0.10.3
110602026-08-27T23:19:52.780Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling static_assertions v1.1.0
110612026-08-27T23:19:52.780Z[ host-image] Aug 27 23:19:52.052 INFO E| Compiling bitstruct v0.1.1
110622026-08-27T23:19:52.823Z[ host-image] Aug 27 23:19:52.099 INFO E| Compiling raw-cpuid v10.7.0
110632026-08-27T23:19:52.870Z[ host-image] Aug 27 23:19:52.147 INFO E| Compiling miniz_oxide v0.9.1
110642026-08-27T23:19:52.942Z[ host-image] Aug 27 23:19:52.219 INFO E| Compiling cpio_reader v0.1.2
110652026-08-27T23:19:52.986Z[ host-image] Aug 27 23:19:52.261 INFO E| Compiling goblin v0.10.7
110662026-08-27T23:19:55.741Z[ host-image] Aug 27 23:19:55.018 INFO E| Finished `release` profile [optimized] target(s) in 17.49s
110672026-08-27T23:19:55.754Z[ host-image] Aug 27 23:19:55.029 INFO building ROM for cosmo
110682026-08-27T23:19:55.754Z[ host-image] Aug 27 23:19:55.029 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")
110692026-08-27T23:19:55.848Z[ host-image] Aug 27 23:19:55.123 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110702026-08-27T23:19:55.852Z[ host-image] Aug 27 23:19:55.126 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`
110712026-08-27T23:19:55.861Z[ host-image] Aug 27 23:19:55.138 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110722026-08-27T23:19:55.929Z[ host-image] Aug 27 23:19:55.206 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110732026-08-27T23:19:55.933Z[ host-image] Aug 27 23:19:55.209 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`
110742026-08-27T23:19:56.135Z[ host-image] Aug 27 23:19:55.411 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110752026-08-27T23:19:56.135Z[ host-image] Aug 27 23:19:55.411 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110762026-08-27T23:19:56.135Z[ host-image] Aug 27 23:19:55.411 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110772026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.411 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110782026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.411 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110792026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110802026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110812026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110822026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110832026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110842026-08-27T23:19:56.141Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110852026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110862026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110872026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110882026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110892026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110902026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110912026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110922026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110932026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110942026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110952026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110962026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110972026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110982026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110992026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111002026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111012026-08-27T23:19:56.142Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111022026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111032026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111042026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111052026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111062026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111072026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111082026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111092026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111102026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.412 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111112026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111122026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111132026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111142026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111152026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111162026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111172026-08-27T23:19:56.143Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111182026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111192026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111202026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111212026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111222026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111232026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111242026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111252026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111262026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111272026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO O| Info: ABL version: 0x100af010
111282026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111292026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111302026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111312026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111322026-08-27T23:19:56.144Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111332026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111342026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111352026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111362026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111372026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111382026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111392026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111402026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111412026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111422026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111432026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111442026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111452026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111462026-08-27T23:19:56.145Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111472026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111482026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111492026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111502026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111512026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111522026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111532026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111542026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111552026-08-27T23:19:56.146Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111562026-08-27T23:19:56.147Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111572026-08-27T23:19:56.147Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111582026-08-27T23:19:56.147Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111592026-08-27T23:19:56.147Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111602026-08-27T23:19:56.148Z[ host-image] Aug 27 23:19:55.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111612026-08-27T23:19:56.168Z[ host-image] Aug 27 23:19:55.444 INFO building ROM for gimlet
111622026-08-27T23:19:56.171Z[ host-image] Aug 27 23:19:55.444 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")
111632026-08-27T23:19:56.250Z[ host-image] Aug 27 23:19:55.527 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111642026-08-27T23:19:56.254Z[ host-image] Aug 27 23:19:55.529 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`
111652026-08-27T23:19:56.263Z[ host-image] Aug 27 23:19:55.539 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111662026-08-27T23:19:56.332Z[ host-image] Aug 27 23:19:55.608 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111672026-08-27T23:19:56.336Z[ host-image] Aug 27 23:19:55.612 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`
111682026-08-27T23:19:56.447Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111692026-08-27T23:19:56.448Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111702026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111712026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111722026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111732026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111742026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111752026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111762026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111772026-08-27T23:19:56.452Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111782026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111792026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111802026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111812026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111822026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111832026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO O| Info: ABL version: 0x100f5010
111842026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111852026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111862026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111872026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111882026-08-27T23:19:56.453Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111892026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111902026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111912026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111922026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111932026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111942026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111952026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111962026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111972026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111982026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111992026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112002026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112012026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112022026-08-27T23:19:56.454Z[ host-image] Aug 27 23:19:55.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112032026-08-27T23:19:56.483Z[ host-image] Aug 27 23:19:55.759 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112042026-08-27T23:19:56.483Z[ host-image] Aug 27 23:19:55.759 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112052026-08-27T23:19:56.487Z[ host-image] Aug 27 23:19:55.759 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112062026-08-27T23:20:08.697Z[ host-image] Aug 27 23:20:07.973 INFO image complete! materials are in "/work/os-host"
112072026-08-27T23:20:08.701Z[ host-image]
112082026-08-27T23:20:08.701Z[ host-image] real 4:11.224146278
112092026-08-27T23:20:08.701Z[ host-image] user 2:51.788334850
112102026-08-27T23:20:08.701Z[ host-image] sys 38.173642754
112112026-08-27T23:20:08.701Z[ host-image] trap 0.141400293
112122026-08-27T23:20:08.701Z[ host-image] tflt 0.330616155
112132026-08-27T23:20:08.702Z[ host-image] dflt 0.299384435
112142026-08-27T23:20:08.702Z[ host-image] kflt 0.000324170
112152026-08-27T23:20:08.702Z[ host-image] lock 4:51.168473243
112162026-08-27T23:20:08.702Z[ host-image] slp 21:15.826587195
112172026-08-27T23:20:08.702Z[ host-image] lat 25.813194969
112182026-08-27T23:20:08.702Z[ host-image] stop 1.551700058
112192026-08-27T23:20:08.702ZAug 27 23:20:07.977 INFO [host-image] process exited with exit status: 0 (251.22923644s)
112202026-08-27T23:20:08.702ZAug 27 23:20:07.977 INFO [tuf-v2-host] running task
112212026-08-27T23:20:08.702ZAug 27 23:20:07.977 INFO [tuf-repo] running task
112222026-08-27T23:20:08.702ZAug 27 23:20:07.978 INFO [tuf-v2-host] task succeeded (566.41µs)
112232026-08-27T23:20:08.702ZAug 27 23:20:07.978 INFO [tuf-v2-repo] running task
112242026-08-27T23:20:30.463ZAug 27 23:20:29.740 INFO [tuf-v2-repo] task succeeded (21.762897206s)
112252026-08-27T23:20:30.738ZAug 27 23:20:30.015 INFO assembling repository in `/tmp/tufaceousDcC3cn`, component: OmicronRepoAssembler
112262026-08-27T23:20:39.495ZAug 27 23:20:38.764 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112272026-08-27T23:20:39.823ZAug 27 23:20:39.029 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112282026-08-27T23:20:42.036ZAug 27 23:20:41.312 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112292026-08-27T23:20:42.094ZAug 27 23:20:41.369 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112302026-08-27T23:20:42.141ZAug 27 23:20:41.416 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112312026-08-27T23:20:42.191ZAug 27 23:20:41.468 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112322026-08-27T23:20:42.239ZAug 27 23:20:41.516 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112332026-08-27T23:20:42.297ZAug 27 23:20:41.573 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112342026-08-27T23:20:42.350ZAug 27 23:20:41.625 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112352026-08-27T23:20:52.765ZAug 27 23:20:52.042 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
112362026-08-27T23:20:52.771ZAug 27 23:20:52.048 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
112372026-08-27T23:20:52.795ZAug 27 23:20:52.072 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
112382026-08-27T23:20:52.860ZAug 27 23:20:52.137 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112392026-08-27T23:20:52.915ZAug 27 23:20:52.192 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112402026-08-27T23:20:52.976ZAug 27 23:20:52.253 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112412026-08-27T23:20:53.039ZAug 27 23:20:52.316 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
112422026-08-27T23:20:53.045ZAug 27 23:20:52.322 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
112432026-08-27T23:20:53.069ZAug 27 23:20:52.346 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
112442026-08-27T23:20:54.906ZAug 27 23:20:54.182 INFO [tuf-repo] task succeeded (46.205122271s)
112452026-08-27T23:23:16.590Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
112462026-08-27T23:23:16.594Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112472026-08-27T23:23:16.594Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112482026-08-27T23:23:19.259ZAug 27 23:23:18.535 INFO [verify-libraries] process exited with exit status: 0 (432.716404514s)
112492026-08-27T23:23:19.260ZAug 27 23:23:18.535 INFO all jobs completed in 1478.987132029s
112502026-08-27T23:23:20.471Zprocess exited: duration 1703324 ms, exit code 0
 
112512026-08-27T23:23:20.487Zfound 41 output files
112522026-08-27T23:23:20.487Zuploading: /work/manifest.toml (17334 bytes)
112532026-08-27T23:23:21.504Zuploaded: /work/manifest.toml
112542026-08-27T23:23:21.504Zuploading: /work/repo.zip (3296692742 bytes)
112552026-08-27T23:24:59.696Zuploaded: /work/repo.zip
112562026-08-27T23:24:59.696Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112572026-08-27T23:25:02.873Zuploaded: /work/repo.zip.sha256.txt
112582026-08-27T23:25:02.880Zuploading: /work/helios.json (647 bytes)
112592026-08-27T23:25:03.892Zuploaded: /work/helios.json
112602026-08-27T23:25:03.892Zuploading: /work/incorporation.p5m (113590 bytes)
112612026-08-27T23:25:04.910Zuploaded: /work/incorporation.p5m
112622026-08-27T23:25:04.910Zuploading: /work/incorporation.p5p (133120 bytes)
112632026-08-27T23:25:05.924Zuploaded: /work/incorporation.p5p
112642026-08-27T23:25:05.924Zuploading: /work/helios-incorp.log (522 bytes)
112652026-08-27T23:25:06.935Zuploaded: /work/helios-incorp.log
112662026-08-27T23:25:06.935Zuploading: /work/helios-setup.log (57093 bytes)
112672026-08-27T23:25:07.949Zuploaded: /work/helios-setup.log
112682026-08-27T23:25:07.949Zuploading: /work/host-image.log (233349 bytes)
112692026-08-27T23:25:08.966Zuploaded: /work/host-image.log
112702026-08-27T23:25:08.966Zuploading: /work/host-package.log (33790 bytes)
112712026-08-27T23:25:10.011Zuploaded: /work/host-package.log
112722026-08-27T23:25:10.011Zuploading: /work/host-target.log (101 bytes)
112732026-08-27T23:25:11.026Zuploaded: /work/host-target.log
112742026-08-27T23:25:11.026Zuploading: /work/incorp-create.log (0 bytes)
112752026-08-27T23:25:12.036Zuploaded: /work/incorp-create.log
112762026-08-27T23:25:12.036Zuploading: /work/incorp-fmt.log (0 bytes)
112772026-08-27T23:25:13.044Zuploaded: /work/incorp-fmt.log
112782026-08-27T23:25:13.044Zuploading: /work/incorp-pkgsend.log (108 bytes)
112792026-08-27T23:25:14.058Zuploaded: /work/incorp-pkgsend.log
112802026-08-27T23:25:14.058Zuploading: /work/incorp-publisher.log (0 bytes)
112812026-08-27T23:25:15.066Zuploaded: /work/incorp-publisher.log
112822026-08-27T23:25:15.066Zuploading: /work/omicron-package.log (10430 bytes)
112832026-08-27T23:25:16.080Zuploaded: /work/omicron-package.log
112842026-08-27T23:25:16.080Zuploading: /work/recovery-image.log (590127 bytes)
112852026-08-27T23:25:17.105Zuploaded: /work/recovery-image.log
112862026-08-27T23:25:17.105Zuploading: /work/recovery-package.log (321 bytes)
112872026-08-27T23:25:18.114Zuploaded: /work/recovery-package.log
112882026-08-27T23:25:18.114Zuploading: /work/recovery-target.log (98 bytes)
112892026-08-27T23:25:19.123Zuploaded: /work/recovery-target.log
112902026-08-27T23:25:19.123Zuploading: /work/stamp-clickhouse.log (117 bytes)
112912026-08-27T23:25:20.133Zuploaded: /work/stamp-clickhouse.log
112922026-08-27T23:25:20.134Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112932026-08-27T23:25:21.144Zuploaded: /work/stamp-clickhouse_keeper.log
112942026-08-27T23:25:21.144Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112952026-08-27T23:25:22.154Zuploaded: /work/stamp-clickhouse_server.log
112962026-08-27T23:25:22.154Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112972026-08-27T23:25:23.165Zuploaded: /work/stamp-cockroachdb.log
112982026-08-27T23:25:23.165Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112992026-08-27T23:25:24.174Zuploaded: /work/stamp-crucible-pantry-zone.log
113002026-08-27T23:25:24.174Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113012026-08-27T23:25:25.183Zuploaded: /work/stamp-crucible-utils.log
113022026-08-27T23:25:25.183Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113032026-08-27T23:25:26.194Zuploaded: /work/stamp-crucible-zone.log
113042026-08-27T23:25:26.194Zuploading: /work/stamp-external-dns.log (119 bytes)
113052026-08-27T23:25:27.204Zuploaded: /work/stamp-external-dns.log
113062026-08-27T23:25:27.204Zuploading: /work/stamp-installinator.log (103 bytes)
113072026-08-27T23:25:28.216Zuploaded: /work/stamp-installinator.log
113082026-08-27T23:25:28.216Zuploading: /work/stamp-internal-dns.log (119 bytes)
113092026-08-27T23:25:29.228Zuploaded: /work/stamp-internal-dns.log
113102026-08-27T23:25:29.229Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113112026-08-27T23:25:30.238Zuploaded: /work/stamp-mg-ddm-gz.log
113122026-08-27T23:25:30.238Zuploading: /work/stamp-nexus.log (112 bytes)
113132026-08-27T23:25:31.247Zuploaded: /work/stamp-nexus.log
113142026-08-27T23:25:31.247Zuploading: /work/stamp-ntp.log (110 bytes)
113152026-08-27T23:25:32.257Zuploaded: /work/stamp-ntp.log
113162026-08-27T23:25:32.257Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113172026-08-27T23:25:33.267Zuploaded: /work/stamp-omicron-sled-agent.log
113182026-08-27T23:25:33.267Zuploading: /work/stamp-overlay.log (114 bytes)
113192026-08-27T23:25:34.277Zuploaded: /work/stamp-overlay.log
113202026-08-27T23:25:34.277Zuploading: /work/stamp-oximeter.log (115 bytes)
113212026-08-27T23:25:35.287Zuploaded: /work/stamp-oximeter.log
113222026-08-27T23:25:35.287Zuploading: /work/stamp-oxlog.log (109 bytes)
113232026-08-27T23:25:36.296Zuploaded: /work/stamp-oxlog.log
113242026-08-27T23:25:36.296Zuploading: /work/stamp-probe.log (112 bytes)
113252026-08-27T23:25:37.309Zuploaded: /work/stamp-probe.log
113262026-08-27T23:25:37.309Zuploading: /work/stamp-propolis-server.log (122 bytes)
113272026-08-27T23:25:38.319Zuploaded: /work/stamp-propolis-server.log
113282026-08-27T23:25:38.319Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113292026-08-27T23:25:39.330Zuploaded: /work/stamp-pumpkind-gz.log
113302026-08-27T23:25:39.330Zuploading: /work/stamp-switch-asic.log (118 bytes)
113312026-08-27T23:25:40.342Zuploaded: /work/stamp-switch-asic.log
113322026-08-27T23:25:40.342Zuploading: /work/verify-libraries.log (50737 bytes)
113332026-08-27T23:25:41.356Zuploaded: /work/verify-libraries.log