01M1QB1WZ9E3GRK1A3QH5X6W48: 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: 01M1QB2C4HH48M1QMK07DT2DEG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T23:12:28.424Zjob assigned to worker 01M1QB2FGKGQZNE4AM8NH2JFP4 [factory aws, i-09ff76b2f399e8837] (queued for 47 s)
 
22026-09-04T23:12:35.496Zstarting task 0: "setup"
32026-09-04T23:12:35.501Z++ uname -s
42026-09-04T23:12:35.504Z+ kern=SunOS
52026-09-04T23:12:35.504Z+ build_user=build
62026-09-04T23:12:35.504Z+ build_uid=12345
72026-09-04T23:12:35.504Z+ work_dir=/work
82026-09-04T23:12:35.504Z+ input_dir=/input
92026-09-04T23:12:35.504Z+ [[ 0 == 12345 ]]
102026-09-04T23:12:35.504Z+ case "$kern" in
112026-09-04T23:12:35.504Z+ groupadd -g 12345 build
122026-09-04T23:12:35.508Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T23:12:37.514Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T23:12:37.580Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T23:12:37.584Z+ home_fs=zfs
162026-09-04T23:12:37.584Z+ [[ zfs == autofs ]]
172026-09-04T23:12:37.584Z+ mkdir -p /home/build
182026-09-04T23:12:37.587Z+ chown build:build /home/build /work
192026-09-04T23:12:39.587Z+ chmod 0700 /home/build /work
202026-09-04T23:12:39.590Zprocess exited: duration 4097 ms, exit code 0
 
212026-09-04T23:12:39.596Zstarting task 1: "rust-toolchain"
222026-09-04T23:12:39.602Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-04T23:12:39.602Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-04T23:12:39.602Z * rust toolchain channel = "1.97.1"
252026-09-04T23:12:39.602Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-04T23:12:39.602Z * rust toolchain profile = "default"
272026-09-04T23:12:39.602Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T23:12:39.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T23:12:39.605Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-04T23:12:39.694Zinfo: downloading installer
312026-09-04T23:12:41.254Zinfo: profile set to default
322026-09-04T23:12:41.254Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T23:12:41.257Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-04T23:12:41.401Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-04T23:12:41.405Zinfo: downloading 6 components
362026-09-04T23:12:55.910Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-04T23:12:55.910Z
382026-09-04T23:12:55.939Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-04T23:12:55.940Z
402026-09-04T23:12:55.944Z
412026-09-04T23:12:55.944ZRust is installed now. Great!
422026-09-04T23:12:55.944Z
432026-09-04T23:12:55.944ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T23:12:55.944Zenvironment variable. This has not been done automatically.
452026-09-04T23:12:55.944Z
462026-09-04T23:12:55.944ZTo configure your current shell, you need to source
472026-09-04T23:12:55.944Zthe corresponding env file under $HOME/.cargo.
482026-09-04T23:12:55.944Z
492026-09-04T23:12:55.944ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T23:12:55.944Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T23:12:55.944Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T23:12:55.945ZCC_x86_64-unknown-illumos = None
532026-09-04T23:12:55.945Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T23:12:55.945ZCC_x86_64_unknown_illumos = None
552026-09-04T23:12:55.945Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T23:12:55.945ZHOST_CC = None
572026-09-04T23:12:55.945Zcargo:rerun-if-env-changed=CC
582026-09-04T23:12:55.945ZCC = None
592026-09-04T23:12:55.945Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T23:12:56.124Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T23:12:56.124ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T23:12:56.124Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T23:12:56.124ZCFLAGS = None
642026-09-04T23:12:56.124Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T23:12:56.124ZHOST_CFLAGS = None
662026-09-04T23:12:56.124Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T23:12:56.124ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T23:12:56.124Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T23:12:56.124ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T23:12:56.237Z+ rustup --version
712026-09-04T23:12:56.241Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T23:12:56.244Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T23:12:56.263Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-04T23:12:56.266Z+ cargo --version
752026-09-04T23:12:56.274Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-04T23:12:56.277Z+ rustc --version
772026-09-04T23:12:56.295Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-04T23:12:56.298Zprocess exited: duration 16700 ms, exit code 0
 
792026-09-04T23:12:56.304Zstarting task 2: "authentication"
802026-09-04T23:12:56.322Zprocess exited: duration 17 ms, exit code 0
 
812026-09-04T23:12:56.329Zstarting task 3: "clone repository"
822026-09-04T23:12:56.334Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-04T23:12:56.337Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-04T23:12:56.370ZCloning into '/work/oxidecomputer/omicron'...
852026-09-04T23:13:16.961Z+ cd /work/oxidecomputer/omicron
862026-09-04T23:13:16.961Z+ git fetch origin bdb5ffd9b0a5a57ec4dd1e846ae30e844152b6a7
872026-09-04T23:13:17.334ZFrom https://github.com/oxidecomputer/omicron
882026-09-04T23:13:17.334Z * branch bdb5ffd9b0a5a57ec4dd1e846ae30e844152b6a7 -> FETCH_HEAD
892026-09-04T23:13:17.348Z+ [[ -n sunshowers/spr/9n-reconfigurator-initialize-rendezvous_sled_bp_availability-during-rss-and-tests ]]
902026-09-04T23:13:17.351Z++ git branch --show-current
912026-09-04T23:13:17.354Z+ current=main
922026-09-04T23:13:17.354Z+ [[ main != sunshowers/spr/9n-reconfigurator-initialize-rendezvous_sled_bp_availability-during-rss-and-tests ]]
932026-09-04T23:13:17.354Z+ git branch -f sunshowers/spr/9n-reconfigurator-initialize-rendezvous_sled_bp_availability-during-rss-and-tests bdb5ffd9b0a5a57ec4dd1e846ae30e844152b6a7
942026-09-04T23:13:17.358Z+ git checkout -f sunshowers/spr/9n-reconfigurator-initialize-rendezvous_sled_bp_availability-during-rss-and-tests
952026-09-04T23:13:17.609ZSwitched to branch 'sunshowers/spr/9n-reconfigurator-initialize-rendezvous_sled_bp_availability-during-rss-and-tests'
962026-09-04T23:13:17.613Z+ git reset --hard bdb5ffd9b0a5a57ec4dd1e846ae30e844152b6a7
972026-09-04T23:13:17.627ZHEAD is now at bdb5ffd9b rebase on main, review feedback
982026-09-04T23:13:17.630Zprocess exited: duration 21299 ms, exit code 0
 
992026-09-04T23:13:17.637Zstarting task 4: "build"
1002026-09-04T23:13:17.642Z+ source .github/buildomat/ci-env.sh
1012026-09-04T23:13:17.643Z++ export CARGO_TERM_COLOR=always
1022026-09-04T23:13:17.643Z++ CARGO_TERM_COLOR=always
1032026-09-04T23:13:17.646Z+++ uname -s
1042026-09-04T23:13:17.646Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-04T23:13:17.646Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-04T23:13:17.649Z+ cargo --version
1072026-09-04T23:13:17.657Zcargo 1.97.1 (c980f4866 2026-06-30)
1082026-09-04T23:13:17.659Z+ rustc --version
1092026-09-04T23:13:17.680Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1102026-09-04T23:13:17.683Z+ cargo tree --locked
1112026-09-04T23:13:17.861Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-04T23:13:18.212Z Updating crates.io index
1132026-09-04T23:13:18.215Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-04T23:13:18.518Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-04T23:13:18.909Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-04T23:13:19.194Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-04T23:13:20.510Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-04T23:13:21.132Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-04T23:13:23.117Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-04T23:13:24.210Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-04T23:13:24.520Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-04T23:13:24.896Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-04T23:13:26.309Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-04T23:13:26.632Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-04T23:13:27.081Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-04T23:13:27.366Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-04T23:13:27.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-04T23:13:27.932Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-04T23:13:28.235Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-04T23:13:28.501Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-04T23:13:28.827Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-04T23:13:29.273Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-04T23:13:29.783Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-04T23:13:30.073Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-04T23:13:30.626Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-04T23:13:30.989Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-04T23:13:31.289Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-04T23:13:31.703Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-04T23:13:31.985Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-04T23:13:32.412Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-04T23:13:33.222Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-04T23:13:33.540Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-04T23:13:33.868Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-04T23:13:34.261Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-04T23:13:34.849Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-04T23:13:35.126Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-04T23:13:35.399Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-04T23:13:35.745Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-04T23:13:36.100Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-04T23:13:36.378Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-04T23:13:36.662Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-04T23:13:36.960Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-04T23:13:37.235Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-04T23:13:37.636Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-04T23:13:40.534Z Downloading crates ...
1562026-09-04T23:13:40.607Z Downloaded addr2line v0.25.1
1572026-09-04T23:13:40.611Z Downloaded colored v3.1.1
1582026-09-04T23:13:40.615Z Downloaded corncobs v0.1.4
1592026-09-04T23:13:40.618Z Downloaded cobs v0.3.0
1602026-09-04T23:13:40.622Z Downloaded crc v3.4.0
1612026-09-04T23:13:40.625Z Downloaded concurrent-queue v2.5.0
1622026-09-04T23:13:40.628Z Downloaded crc32fast v1.5.0
1632026-09-04T23:13:40.628Z Downloaded crypto-bigint v0.5.5
1642026-09-04T23:13:40.631Z Downloaded hash32 v0.3.1
1652026-09-04T23:13:40.634Z Downloaded constant_time_eq v0.4.2
1662026-09-04T23:13:40.634Z Downloaded crossbeam-channel v0.5.15
1672026-09-04T23:13:40.637Z Downloaded crossbeam-utils v0.8.21
1682026-09-04T23:13:40.639Z Downloaded hex v0.4.3
1692026-09-04T23:13:40.640Z Downloaded cmake v0.1.57
1702026-09-04T23:13:40.640Z Downloaded clap_lex v1.0.0
1712026-09-04T23:13:40.642Z Downloaded cpubits v0.1.1
1722026-09-04T23:13:40.642Z Downloaded constant_time_eq v0.3.1
1732026-09-04T23:13:40.645Z Downloaded half v1.8.3
1742026-09-04T23:13:40.648Z Downloaded hyper-rustls v0.27.7
1752026-09-04T23:13:40.648Z Downloaded crossbeam-deque v0.8.6
1762026-09-04T23:13:40.648Z Downloaded cipher v0.5.2
1772026-09-04T23:13:40.651Z Downloaded http-range v0.1.5
1782026-09-04T23:13:40.654Z Downloaded is-terminal v0.4.17
1792026-09-04T23:13:40.654Z Downloaded diesel_table_macro_syntax v0.3.0
1802026-09-04T23:13:40.654Z Downloaded convert_case v0.10.0
1812026-09-04T23:13:40.657Z Downloaded critical-section v1.2.0
1822026-09-04T23:13:40.657Z Downloaded compression-core v0.4.31
1832026-09-04T23:13:40.657Z Downloaded cpufeatures v0.2.17
1842026-09-04T23:13:40.660Z Downloaded crc-catalog v2.4.0
1852026-09-04T23:13:40.660Z Downloaded headers-core v0.3.0
1862026-09-04T23:13:40.664Z Downloaded http v1.4.2
1872026-09-04T23:13:40.664Z Downloaded ipnet v2.12.0
1882026-09-04T23:13:40.667Z Downloaded colorchoice v1.0.4
1892026-09-04T23:13:40.667Z Downloaded crucible-workspace-hack v0.1.0
1902026-09-04T23:13:40.670Z Downloaded crc8 v0.1.1
1912026-09-04T23:13:40.670Z Downloaded crunchy v0.2.4
1922026-09-04T23:13:40.670Z Downloaded defmt v0.3.100
1932026-09-04T23:13:40.670Z Downloaded clang-sys v1.8.1
1942026-09-04T23:13:40.673Z Downloaded compression-codecs v0.4.37
1952026-09-04T23:13:40.673Z Downloaded hex-literal v0.4.1
1962026-09-04T23:13:40.674Z Downloaded home v0.5.12
1972026-09-04T23:13:40.676Z Downloaded hostname v0.3.1
1982026-09-04T23:13:40.677Z Downloaded iana-time-zone v0.1.65
1992026-09-04T23:13:40.677Z Downloaded criterion-plot v0.6.0
2002026-09-04T23:13:40.679Z Downloaded hostname v0.4.2
2012026-09-04T23:13:40.682Z Downloaded convert_case v0.4.0
2022026-09-04T23:13:40.682Z Downloaded crypto-common v0.1.7
2032026-09-04T23:13:40.682Z Downloaded darling_macro v0.20.11
2042026-09-04T23:13:40.685Z Downloaded debug-ignore v1.0.5
2052026-09-04T23:13:40.686Z Downloaded heapless v0.7.17
2062026-09-04T23:13:40.688Z Downloaded headers v0.4.1
2072026-09-04T23:13:40.691Z Downloaded crypto-common v0.2.2
2082026-09-04T23:13:40.691Z Downloaded guppy-workspace-hack v0.1.0
2092026-09-04T23:13:40.691Z Downloaded derive_builder_macro v0.20.2
2102026-09-04T23:13:40.691Z Downloaded cstr-argument v0.1.2
2112026-09-04T23:13:40.691Z Downloaded httpdate v1.0.3
2122026-09-04T23:13:40.694Z Downloaded httptest v0.16.4
2132026-09-04T23:13:40.697Z Downloaded curve25519-dalek-derive v0.1.1
2142026-09-04T23:13:40.700Z Downloaded hubpack_derive v0.1.1
2152026-09-04T23:13:40.700Z Downloaded darling_macro v0.21.3
2162026-09-04T23:13:40.700Z Downloaded indent_write v2.2.0
2172026-09-04T23:13:40.703Z Downloaded http-body v1.0.1
2182026-09-04T23:13:40.706Z Downloaded hubpack v0.1.2
2192026-09-04T23:13:40.706Z Downloaded idna_adapter v1.2.1
2202026-09-04T23:13:40.709Z Downloaded darling_macro v0.13.4
2212026-09-04T23:13:40.709Z Downloaded instability v0.3.11
2222026-09-04T23:13:40.709Z Downloaded internet-checksum v0.2.1
2232026-09-04T23:13:40.709Z Downloaded is_ci v1.2.0
2242026-09-04T23:13:40.712Z Downloaded clap v4.6.1
2252026-09-04T23:13:40.715Z Downloaded crossbeam-epoch v0.9.18
2262026-09-04T23:13:40.718Z Downloaded cpufeatures v0.3.0
2272026-09-04T23:13:40.718Z Downloaded inout v0.1.4
2282026-09-04T23:13:40.718Z Downloaded hyper-tls v0.6.0
2292026-09-04T23:13:40.721Z Downloaded const_format_proc_macros v0.2.34
2302026-09-04T23:13:40.721Z Downloaded inout v0.2.2
2312026-09-04T23:13:40.721Z Downloaded hex-literal v1.1.0
2322026-09-04T23:13:40.724Z Downloaded darling_macro v0.23.0
2332026-09-04T23:13:40.727Z Downloaded colored v2.2.0
2342026-09-04T23:13:40.731Z Downloaded cookie v0.18.1
2352026-09-04T23:13:40.731Z Downloaded highway v1.3.0
2362026-09-04T23:13:40.734Z Downloaded crc-any v2.5.0
2372026-09-04T23:13:40.734Z Downloaded half v2.7.1
2382026-09-04T23:13:40.734Z Downloaded ident_case v1.0.1
2392026-09-04T23:13:40.737Z Downloaded assert_matches v1.5.0
2402026-09-04T23:13:40.737Z Downloaded bit-set v0.5.3
2412026-09-04T23:13:40.737Z Downloaded bitfield-macros v0.19.4
2422026-09-04T23:13:40.740Z Downloaded cfg_aliases v0.2.1
2432026-09-04T23:13:40.743Z Downloaded ciborium-io v0.2.2
2442026-09-04T23:13:40.743Z Downloaded ciborium-ll v0.2.2
2452026-09-04T23:13:40.746Z Downloaded itoa v1.0.17
2462026-09-04T23:13:40.746Z Downloaded parking v2.2.1
2472026-09-04T23:13:40.749Z Downloaded delegate v0.13.5
2482026-09-04T23:13:40.749Z Downloaded is_terminal_polyfill v1.70.2
2492026-09-04T23:13:40.749Z Downloaded jiff-static v0.2.34
2502026-09-04T23:13:40.749Z Downloaded defmt-parser v1.0.0
2512026-09-04T23:13:40.752Z Downloaded derive-ex v0.1.8
2522026-09-04T23:13:40.755Z Downloaded defmt v1.0.1
2532026-09-04T23:13:40.758Z Downloaded hash32 v0.2.1
2542026-09-04T23:13:40.758Z Downloaded csv-core v0.1.13
2552026-09-04T23:13:40.758Z Downloaded deranged v0.5.8
2562026-09-04T23:13:40.760Z Downloaded daft v0.1.8
2572026-09-04T23:13:40.760Z Downloaded daft-derive v0.1.8
2582026-09-04T23:13:40.764Z Downloaded illumos-nvpair v0.3.0
2592026-09-04T23:13:40.767Z Downloaded illumos-nvpair-sys v0.2.0
2602026-09-04T23:13:40.767Z Downloaded instant v0.1.13
2612026-09-04T23:13:40.767Z Downloaded derive_builder_core v0.20.2
2622026-09-04T23:13:40.767Z Downloaded data-encoding v2.10.0
2632026-09-04T23:13:40.770Z Downloaded diesel-dtrace v0.5.0
2642026-09-04T23:13:40.770Z Downloaded darling v0.13.4
2652026-09-04T23:13:40.770Z Downloaded bb8 v0.8.6
2662026-09-04T23:13:40.773Z Downloaded cast v0.3.0
2672026-09-04T23:13:40.773Z Downloaded openssl-probe v0.1.6
2682026-09-04T23:13:40.773Z Downloaded parse-size v1.1.0
2692026-09-04T23:13:40.773Z Downloaded heck v0.4.1
2702026-09-04T23:13:40.777Z Downloaded hickory-client v0.25.2
2712026-09-04T23:13:40.777Z Downloaded plotters-svg v0.3.7
2722026-09-04T23:13:40.777Z Downloaded console v0.15.11
2732026-09-04T23:13:40.780Z Downloaded console v0.16.2
2742026-09-04T23:13:40.780Z Downloaded cookie_store v0.22.1
2752026-09-04T23:13:40.780Z Downloaded indoc v1.0.9
2762026-09-04T23:13:40.783Z Downloaded cmov v0.5.4
2772026-09-04T23:13:40.783Z Downloaded ctr v0.10.1
2782026-09-04T23:13:40.786Z Downloaded humantime v2.3.0
2792026-09-04T23:13:40.789Z Downloaded ipnetwork v0.21.1
2802026-09-04T23:13:40.789Z Downloaded argon2 v0.5.3
2812026-09-04T23:13:40.792Z Downloaded oso-derive v0.27.3
2822026-09-04T23:13:40.792Z Downloaded darling v0.21.3
2832026-09-04T23:13:40.795Z Downloaded autocfg v1.5.0
2842026-09-04T23:13:40.795Z Downloaded arrayvec v0.7.6
2852026-09-04T23:13:40.795Z Downloaded http-body-util v0.1.3
2862026-09-04T23:13:40.798Z Downloaded hybrid-array v0.4.13
2872026-09-04T23:13:40.798Z Downloaded impl-trait-for-tuples v0.2.3
2882026-09-04T23:13:40.801Z Downloaded bitfield v0.19.4
2892026-09-04T23:13:40.801Z Downloaded byteorder v1.5.0
2902026-09-04T23:13:40.801Z Downloaded progenitor-macro v0.13.0
2912026-09-04T23:13:40.801Z Downloaded rfc6979 v0.4.0
2922026-09-04T23:13:40.803Z Downloaded progenitor-client v0.14.0
2932026-09-04T23:13:40.804Z Downloaded rfc6979 v0.6.0
2942026-09-04T23:13:40.804Z Downloaded chacha20 v0.9.1
2952026-09-04T23:13:40.807Z Downloaded clap_derive v4.6.1
2962026-09-04T23:13:40.807Z Downloaded rand_pcg v0.10.2
2972026-09-04T23:13:40.810Z Downloaded cipher v0.4.4
2982026-09-04T23:13:40.810Z Downloaded ref-cast v1.0.25
2992026-09-04T23:13:40.810Z Downloaded ref-cast-impl v1.0.25
3002026-09-04T23:13:40.813Z Downloaded russh-util v0.52.0
3012026-09-04T23:13:40.813Z Downloaded rustc_version v0.1.7
3022026-09-04T23:13:40.813Z Downloaded const-oid v0.9.6
3032026-09-04T23:13:40.813Z Downloaded ctutils v0.4.2
3042026-09-04T23:13:40.816Z Downloaded datatest-stable v0.3.3
3052026-09-04T23:13:40.819Z Downloaded heck v0.5.0
3062026-09-04T23:13:40.819Z Downloaded ingot-types v0.2.0
3072026-09-04T23:13:40.819Z Downloaded hyper-staticfile v0.10.1
3082026-09-04T23:13:40.822Z Downloaded defmt-macros v1.0.1
3092026-09-04T23:13:40.822Z Downloaded indoc v2.0.7
3102026-09-04T23:13:40.825Z Downloaded darling v0.20.11
3112026-09-04T23:13:40.828Z Downloaded der_derive v0.7.3
3122026-09-04T23:13:40.828Z Downloaded anstyle v1.0.14
3132026-09-04T23:13:40.828Z Downloaded des v0.9.0
3142026-09-04T23:13:40.831Z Downloaded oxide-update-engine v0.1.2
3152026-09-04T23:13:40.831Z Downloaded serde_plain v1.0.2
3162026-09-04T23:13:40.831Z Downloaded block-padding v0.4.2
3172026-09-04T23:13:40.831Z Downloaded serde_spanned v1.1.1
3182026-09-04T23:13:40.834Z Downloaded partial-io v0.5.4
3192026-09-04T23:13:40.834Z Downloaded pkcs8 v0.10.2
3202026-09-04T23:13:40.834Z Downloaded pem v3.0.6
3212026-09-04T23:13:40.837Z Downloaded blowfish v0.10.0
3222026-09-04T23:13:40.837Z Downloaded cexpr v0.6.0
3232026-09-04T23:13:40.837Z Downloaded scroll_derive v0.13.1
3242026-09-04T23:13:40.843Z Downloaded hmac v0.12.1
3252026-09-04T23:13:40.846Z Downloaded signal-hook-mio v0.2.5
3262026-09-04T23:13:40.846Z Downloaded hmac v0.13.0
3272026-09-04T23:13:40.848Z Downloaded httparse v1.10.1
3282026-09-04T23:13:40.848Z Downloaded proc-macro-error v1.0.4
3292026-09-04T23:13:40.851Z Downloaded signature v3.0.0
3302026-09-04T23:13:40.851Z Downloaded slog-envlogger v2.2.0
3312026-09-04T23:13:40.855Z Downloaded ingot v0.2.1
3322026-09-04T23:13:40.855Z Downloaded owo-colors v3.5.0
3332026-09-04T23:13:40.858Z Downloaded ingot-macros v0.2.0
3342026-09-04T23:13:40.858Z Downloaded password-hash v0.5.0
3352026-09-04T23:13:40.858Z Downloaded supports-unicode v2.1.0
3362026-09-04T23:13:40.858Z Downloaded async-bb8-diesel v0.2.1
3372026-09-04T23:13:40.861Z Downloaded backon v1.6.0
3382026-09-04T23:13:40.861Z Downloaded supports-hyperlinks v3.2.0
3392026-09-04T23:13:40.864Z Downloaded blake2b_simd v1.0.4
3402026-09-04T23:13:40.864Z Downloaded pin-project-lite v0.2.17
3412026-09-04T23:13:40.867Z Downloaded psm v0.1.30
3422026-09-04T23:13:40.867Z Downloaded quote v1.0.45
3432026-09-04T23:13:40.870Z Downloaded poly1305 v0.8.0
3442026-09-04T23:13:40.870Z Downloaded similar-asserts v1.7.0
3452026-09-04T23:13:40.873Z Downloaded stable_deref_trait v1.2.1
3462026-09-04T23:13:40.873Z Downloaded thread-id v4.2.2
3472026-09-04T23:13:40.873Z Downloaded thread-id v5.1.0
3482026-09-04T23:13:40.873Z Downloaded predicates v3.1.4
3492026-09-04T23:13:40.875Z Downloaded strip-ansi-escapes v0.2.1
3502026-09-04T23:13:40.876Z Downloaded primeorder v0.13.6
3512026-09-04T23:13:40.876Z Downloaded rand_chacha v0.9.0
3522026-09-04T23:13:40.879Z Downloaded derive_builder v0.20.2
3532026-09-04T23:13:40.881Z Downloaded sec1 v0.8.1
3542026-09-04T23:13:40.881Z Downloaded strsim v0.11.1
3552026-09-04T23:13:40.881Z Downloaded tabled_derive v0.7.0
3562026-09-04T23:13:40.882Z Downloaded target-triple v1.0.0
3572026-09-04T23:13:40.884Z Downloaded termtree v0.5.1
3582026-09-04T23:13:40.884Z Downloaded derive-where v1.6.0
3592026-09-04T23:13:40.887Z Downloaded phf v0.13.1
3602026-09-04T23:13:40.890Z Downloaded unicode-truncate v1.1.0
3612026-09-04T23:13:40.893Z Downloaded const-oid v0.10.2
3622026-09-04T23:13:40.896Z Downloaded darling_core v0.23.0
3632026-09-04T23:13:40.899Z Downloaded async-trait v0.1.89
3642026-09-04T23:13:40.902Z Downloaded anyhow v1.0.104
3652026-09-04T23:13:40.902Z Downloaded darling_core v0.13.4
3662026-09-04T23:13:40.905Z Downloaded derive_more v0.99.20
3672026-09-04T23:13:40.908Z Downloaded allocator-api2 v0.2.21
3682026-09-04T23:13:40.910Z Downloaded pkcs8 v0.11.0
3692026-09-04T23:13:40.910Z Downloaded serdect v0.4.3
3702026-09-04T23:13:40.913Z Downloaded tower-service v0.3.3
3712026-09-04T23:13:40.914Z Downloaded cancel-safe-futures v0.1.5
3722026-09-04T23:13:40.914Z Downloaded usdt-macro v0.6.0
3732026-09-04T23:13:40.914Z Downloaded serde-hex v0.1.0
3742026-09-04T23:13:40.917Z Downloaded slog-dtrace v0.3.0
3752026-09-04T23:13:40.917Z Downloaded smf v0.2.3
3762026-09-04T23:13:40.917Z Downloaded universal-hash v0.6.1
3772026-09-04T23:13:40.917Z Downloaded usdt-attr-macro v0.6.0
3782026-09-04T23:13:40.917Z Downloaded version_check v0.9.5
3792026-09-04T23:13:40.920Z Downloaded zerofrom-derive v0.1.6
3802026-09-04T23:13:40.920Z Downloaded document-features v0.2.12
3812026-09-04T23:13:40.920Z Downloaded dtrace-parser v0.3.0
3822026-09-04T23:13:40.920Z Downloaded digest-io v0.1.0
3832026-09-04T23:13:40.920Z Downloaded bzip2 v0.6.1
3842026-09-04T23:13:40.923Z Downloaded support-bundle-viewer v0.1.2
3852026-09-04T23:13:40.926Z Downloaded icu_provider v2.1.1
3862026-09-04T23:13:40.926Z Downloaded termcolor v1.4.1
3872026-09-04T23:13:40.926Z Downloaded thiserror-impl v2.0.18
3882026-09-04T23:13:40.929Z Downloaded const_format v0.2.35
3892026-09-04T23:13:40.932Z Downloaded embedded-io v0.4.0
3902026-09-04T23:13:40.932Z Downloaded papergrid v0.11.0
3912026-09-04T23:13:40.936Z Downloaded xshell-macros v0.2.7
3922026-09-04T23:13:40.936Z Downloaded tokio-tungstenite v0.21.0
3932026-09-04T23:13:40.936Z Downloaded darling_core v0.21.3
3942026-09-04T23:13:40.939Z Downloaded zone v0.3.1
3952026-09-04T23:13:40.939Z Downloaded darling v0.23.0
3962026-09-04T23:13:40.942Z Downloaded darling_core v0.20.11
3972026-09-04T23:13:40.944Z Downloaded snafu-derive v0.8.9
3982026-09-04T23:13:40.948Z Downloaded papergrid v0.18.0
3992026-09-04T23:13:40.948Z Downloaded hashbrown v0.14.5
4002026-09-04T23:13:40.951Z Downloaded rusty-fork v0.3.1
4012026-09-04T23:13:40.954Z Downloaded strsim v0.10.0
4022026-09-04T23:13:40.954Z Downloaded foreign-types v0.5.0
4032026-09-04T23:13:40.954Z Downloaded kstat-rs v0.2.5
4042026-09-04T23:13:40.954Z Downloaded embedded-io v0.6.1
4052026-09-04T23:13:40.957Z Downloaded fd-lock v4.0.4
4062026-09-04T23:13:40.957Z Downloaded generic-array v0.14.7
4072026-09-04T23:13:40.957Z Downloaded compact_str v0.8.1
4082026-09-04T23:13:40.960Z Downloaded form_urlencoded v1.2.2
4092026-09-04T23:13:40.960Z Downloaded fnv v1.0.7
4102026-09-04T23:13:40.960Z Downloaded prefix-trie v0.7.0
4112026-09-04T23:13:40.963Z Downloaded lzss v0.8.2
4122026-09-04T23:13:40.963Z Downloaded match_cfg v0.1.0
4132026-09-04T23:13:40.963Z Downloaded linkme-impl v0.3.35
4142026-09-04T23:13:40.966Z Downloaded der v0.7.10
4152026-09-04T23:13:40.969Z Downloaded ignore v0.4.25
4162026-09-04T23:13:40.972Z Downloaded derive_more v2.1.1
4172026-09-04T23:13:40.977Z Downloaded spin v0.9.8
4182026-09-04T23:13:40.979Z Downloaded yoke v0.8.1
4192026-09-04T23:13:40.979Z Downloaded spki v0.7.3
4202026-09-04T23:13:40.983Z Downloaded displaydoc v0.2.5
4212026-09-04T23:13:40.983Z Downloaded equivalent v1.0.2
4222026-09-04T23:13:40.983Z Downloaded indexmap v1.9.3
4232026-09-04T23:13:40.986Z Downloaded thread_local v1.1.9
4242026-09-04T23:13:40.986Z Downloaded env_logger v0.11.11
4252026-09-04T23:13:40.989Z Downloaded adler2 v2.0.1
4262026-09-04T23:13:40.989Z Downloaded anstyle-query v1.1.5
4272026-09-04T23:13:40.989Z Downloaded nested v0.1.1
4282026-09-04T23:13:40.989Z Downloaded async-stream-impl v0.3.6
4292026-09-04T23:13:40.989Z Downloaded atomic-waker v1.1.2
4302026-09-04T23:13:40.992Z Downloaded async-object-pool v0.2.0
4312026-09-04T23:13:40.992Z Downloaded backtrace-ext v0.2.1
4322026-09-04T23:13:40.992Z Downloaded num v0.4.3
4332026-09-04T23:13:40.992Z Downloaded num-conv v0.2.0
4342026-09-04T23:13:40.992Z Downloaded num-derive v0.4.2
4352026-09-04T23:13:40.995Z Downloaded whoami v1.6.1
4362026-09-04T23:13:40.995Z Downloaded zerovec-derive v0.11.2
4372026-09-04T23:13:40.998Z Downloaded semver v1.0.28
4382026-09-04T23:13:40.998Z Downloaded schemars v0.8.22
4392026-09-04T23:13:41.005Z Downloaded serde_core v1.0.228
4402026-09-04T23:13:41.008Z Downloaded toml_parser v1.1.2+spec-1.1.0
4412026-09-04T23:13:41.008Z Downloaded futures-task v0.3.32
4422026-09-04T23:13:41.011Z Downloaded whoami v2.1.0
4432026-09-04T23:13:41.011Z Downloaded pathdiff v0.2.3
4442026-09-04T23:13:41.011Z Downloaded futures-executor v0.3.32
4452026-09-04T23:13:41.014Z Downloaded icu_normalizer v2.1.1
4462026-09-04T23:13:41.014Z Downloaded indicatif v0.18.4
4472026-09-04T23:13:41.017Z Downloaded assert-json-diff v2.0.2
4482026-09-04T23:13:41.017Z Downloaded group v0.14.0
4492026-09-04T23:13:41.020Z Downloaded knus-derive v3.4.0
4502026-09-04T23:13:41.020Z Downloaded libsw v3.5.0
4512026-09-04T23:13:41.020Z Downloaded fallible-iterator v0.2.0
4522026-09-04T23:13:41.023Z Downloaded hashbrown v0.12.3
4532026-09-04T23:13:41.023Z Downloaded serde_yaml v0.9.34+deprecated
4542026-09-04T23:13:41.026Z Downloaded wait-timeout v0.2.1
4552026-09-04T23:13:41.026Z Downloaded vergen v9.1.0
4562026-09-04T23:13:41.029Z Downloaded rustls-platform-verifier v0.6.2
4572026-09-04T23:13:41.029Z Downloaded ff v0.13.1
4582026-09-04T23:13:41.032Z Downloaded fs-err v2.11.0
4592026-09-04T23:13:41.032Z Downloaded peg-runtime v0.8.5
4602026-09-04T23:13:41.032Z Downloaded globset v0.4.18
4612026-09-04T23:13:41.032Z Downloaded password-hash v0.6.1
4622026-09-04T23:13:41.036Z Downloaded proc-macro2 v1.0.106
4632026-09-04T23:13:41.036Z Downloaded diff v0.1.13
4642026-09-04T23:13:41.039Z Downloaded cargo-platform v0.3.2
4652026-09-04T23:13:41.039Z Downloaded ecdsa v0.16.9
4662026-09-04T23:13:41.039Z Downloaded oxide-generation-macros v0.2.0
4672026-09-04T23:13:41.041Z Downloaded phf_shared v0.12.1
4682026-09-04T23:13:41.041Z Downloaded plain v0.2.3
4692026-09-04T23:13:41.041Z Downloaded pretty-hex v0.4.1
4702026-09-04T23:13:41.045Z Downloaded backtrace v0.3.76
4712026-09-04T23:13:41.047Z Downloaded rcgen v0.12.1
4722026-09-04T23:13:41.047Z Downloaded rstest_macros v0.25.0
4732026-09-04T23:13:41.050Z Downloaded anstream v0.6.21
4742026-09-04T23:13:41.050Z Downloaded quick-error v1.2.3
4752026-09-04T23:13:41.053Z Downloaded bit-vec v0.6.3
4762026-09-04T23:13:41.053Z Downloaded icu_locale_core v2.1.1
4772026-09-04T23:13:41.056Z Downloaded rustc_version v0.4.1
4782026-09-04T23:13:41.056Z Downloaded same-file v1.0.6
4792026-09-04T23:13:41.056Z Downloaded diesel_derives v2.3.7
4802026-09-04T23:13:41.059Z Downloaded icu_normalizer_data v2.1.1
4812026-09-04T23:13:41.062Z Downloaded p384 v0.14.0
4822026-09-04T23:13:41.062Z Downloaded derive_more-impl v2.1.1
4832026-09-04T23:13:41.065Z Downloaded icu_properties v2.1.2
4842026-09-04T23:13:41.068Z Downloaded toml v0.8.23
4852026-09-04T23:13:41.068Z Downloaded bit-vec v0.8.0
4862026-09-04T23:13:41.071Z Downloaded newtype-uuid-macros v0.1.0
4872026-09-04T23:13:41.071Z Downloaded proc-macro-error-attr2 v2.0.0
4882026-09-04T23:13:41.071Z Downloaded oorandom v11.1.5
4892026-09-04T23:13:41.071Z Downloaded oxnet v0.1.6
4902026-09-04T23:13:41.071Z Downloaded camino-tempfile v1.4.1
4912026-09-04T23:13:41.074Z Downloaded packed_struct v0.10.1
4922026-09-04T23:13:41.074Z Downloaded secrecy v0.10.3
4932026-09-04T23:13:41.074Z Downloaded semver v0.1.20
4942026-09-04T23:13:41.074Z Downloaded secrecy v0.8.0
4952026-09-04T23:13:41.074Z Downloaded num-integer v0.1.46
4962026-09-04T23:13:41.077Z Downloaded icu_collections v2.1.1
4972026-09-04T23:13:41.080Z Downloaded pest_meta v2.8.6
4982026-09-04T23:13:41.080Z Downloaded tungstenite v0.21.0
4992026-09-04T23:13:41.083Z Downloaded uuid v1.23.4
5002026-09-04T23:13:41.083Z Downloaded litemap v0.8.1
5012026-09-04T23:13:41.086Z Downloaded pem-rfc7468 v0.7.0
5022026-09-04T23:13:41.086Z Downloaded sha1 v0.10.6
5032026-09-04T23:13:41.086Z Downloaded hashbrown v0.17.0
5042026-09-04T23:13:41.089Z Downloaded hickory-resolver v0.25.2
5052026-09-04T23:13:41.093Z Downloaded slog v2.8.2
5062026-09-04T23:13:41.093Z Downloaded serde_regex v1.1.0
5072026-09-04T23:13:41.096Z Downloaded siphasher v1.0.2
5082026-09-04T23:13:41.096Z Downloaded supports-color v3.0.2
5092026-09-04T23:13:41.096Z Downloaded signature v2.2.0
5102026-09-04T23:13:41.096Z Downloaded pem-rfc7468 v1.0.0
5112026-09-04T23:13:41.099Z Downloaded test-strategy v0.4.5
5122026-09-04T23:13:41.099Z Downloaded bytecount v0.6.9
5132026-09-04T23:13:41.099Z Downloaded rand_distr v0.5.1
5142026-09-04T23:13:41.102Z Downloaded postgres-protocol v0.6.10
5152026-09-04T23:13:41.102Z Downloaded primeorder v0.14.0
5162026-09-04T23:13:41.105Z Downloaded jobserver v0.1.34
5172026-09-04T23:13:41.105Z Downloaded camino-tempfile-ext v0.3.3
5182026-09-04T23:13:41.105Z Downloaded base64ct v1.8.3
5192026-09-04T23:13:41.108Z Downloaded sync_wrapper v1.0.2
5202026-09-04T23:13:41.108Z Downloaded sponge-cursor v0.1.0
5212026-09-04T23:13:41.108Z Downloaded terminal_size v0.1.17
5222026-09-04T23:13:41.108Z Downloaded time-core v0.1.8
5232026-09-04T23:13:41.108Z Downloaded tinyvec_macros v0.1.1
5242026-09-04T23:13:41.111Z Downloaded trait-variant v0.1.2
5252026-09-04T23:13:41.111Z Downloaded rustls-pemfile v2.2.0
5262026-09-04T23:13:41.111Z Downloaded progenitor-client v0.13.0
5272026-09-04T23:13:41.114Z Downloaded der v0.8.0
5282026-09-04T23:13:41.117Z Downloaded samael v0.0.19
5292026-09-04T23:13:41.120Z Downloaded schemars v0.9.0
5302026-09-04T23:13:41.124Z Downloaded hickory-resolver v0.24.4
5312026-09-04T23:13:41.127Z Downloaded scopeguard v1.2.0
5322026-09-04T23:13:41.127Z Downloaded camino v1.2.5
5332026-09-04T23:13:41.130Z Downloaded once_cell v1.21.3
5342026-09-04T23:13:41.130Z Downloaded schemars_derive v0.8.22
5352026-09-04T23:13:41.130Z Downloaded unit-prefix v0.5.2
5362026-09-04T23:13:41.133Z Downloaded utf8_iter v1.0.4
5372026-09-04T23:13:41.133Z Downloaded shlex v1.3.0
5382026-09-04T23:13:41.133Z Downloaded criterion v0.7.0
5392026-09-04T23:13:41.138Z Downloaded toml v1.1.2+spec-1.1.0
5402026-09-04T23:13:41.140Z Downloaded typify v0.6.2
5412026-09-04T23:13:41.140Z Downloaded ml-kem v0.3.2
5422026-09-04T23:13:41.143Z Downloaded serde_tokenstream v0.3.0
5432026-09-04T23:13:41.143Z Downloaded slog-async v2.8.0
5442026-09-04T23:13:41.144Z Downloaded zeroize_derive v1.5.0
5452026-09-04T23:13:41.144Z Downloaded difflib v0.4.0
5462026-09-04T23:13:41.144Z Downloaded downcast-rs v2.0.2
5472026-09-04T23:13:41.147Z Downloaded dirs-sys-next v0.1.2
5482026-09-04T23:13:41.147Z Downloaded dyn-clone v1.0.20
5492026-09-04T23:13:41.147Z Downloaded slog-term v2.9.2
5502026-09-04T23:13:41.147Z Downloaded smallvec v0.6.14
5512026-09-04T23:13:41.150Z Downloaded hickory-server v0.25.2
5522026-09-04T23:13:41.150Z Downloaded rand_core v0.9.5
5532026-09-04T23:13:41.153Z Downloaded heapless v0.8.0
5542026-09-04T23:13:41.153Z Downloaded pkcs1 v0.7.5
5552026-09-04T23:13:41.156Z Downloaded postgres-types v0.2.12
5562026-09-04T23:13:41.156Z Downloaded hashbrown v0.13.2
5572026-09-04T23:13:41.159Z Downloaded escape8259 v0.5.3
5582026-09-04T23:13:41.159Z Downloaded futures-io v0.3.32
5592026-09-04T23:13:41.159Z Downloaded futures-macro v0.3.32
5602026-09-04T23:13:41.159Z Downloaded ghash v0.6.0
5612026-09-04T23:13:41.162Z Downloaded kem v0.3.0
5622026-09-04T23:13:41.162Z Downloaded lalrpop-util v0.19.12
5632026-09-04T23:13:41.162Z Downloaded argon2 v0.6.0-rc.8
5642026-09-04T23:13:41.162Z Downloaded synstructure v0.13.2
5652026-09-04T23:13:41.162Z Downloaded untrusted v0.7.1
5662026-09-04T23:13:41.165Z Downloaded untrusted v0.9.0
5672026-09-04T23:13:41.165Z Downloaded tls_codec v0.4.2
5682026-09-04T23:13:41.165Z Downloaded tls_codec_derive v0.4.2
5692026-09-04T23:13:41.165Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5702026-09-04T23:13:41.169Z Downloaded void v1.0.2
5712026-09-04T23:13:41.169Z Downloaded maybe-uninit v2.0.0
5722026-09-04T23:13:41.169Z Downloaded mime v0.3.17
5732026-09-04T23:13:41.169Z Downloaded rand v0.8.6
5742026-09-04T23:13:41.172Z Downloaded omicron-zone-package v0.12.3
5752026-09-04T23:13:41.172Z Downloaded tracing-core v0.1.36
5762026-09-04T23:13:41.172Z Downloaded getrandom v0.3.4
5772026-09-04T23:13:41.175Z Downloaded normalize-line-endings v0.3.0
5782026-09-04T23:13:41.175Z Downloaded ascii-canvas v3.0.0
5792026-09-04T23:13:41.175Z Downloaded walkdir v2.5.0
5802026-09-04T23:13:41.178Z Downloaded num_threads v0.1.7
5812026-09-04T23:13:41.178Z Downloaded poly1305 v0.9.0
5822026-09-04T23:13:41.178Z Downloaded spki v0.8.0
5832026-09-04T23:13:41.178Z Downloaded async-recursion v1.1.1
5842026-09-04T23:13:41.181Z Downloaded serde_with_macros v3.21.0
5852026-09-04T23:13:41.181Z Downloaded stringmetrics v2.2.2
5862026-09-04T23:13:41.185Z Downloaded stringprep v0.1.5
5872026-09-04T23:13:41.185Z Downloaded strum_macros v0.27.2
5882026-09-04T23:13:41.185Z Downloaded url v2.5.8
5892026-09-04T23:13:41.188Z Downloaded zeroize v1.9.0
5902026-09-04T23:13:41.189Z Downloaded foreign-types-shared v0.1.1
5912026-09-04T23:13:41.189Z Downloaded foreign-types-shared v0.3.1
5922026-09-04T23:13:41.189Z Downloaded libscf-sys v1.2.0
5932026-09-04T23:13:41.189Z Downloaded parking_lot_core v0.8.6
5942026-09-04T23:13:41.192Z Downloaded bitfield-struct v0.6.2
5952026-09-04T23:13:41.192Z Downloaded ena v0.14.4
5962026-09-04T23:13:41.192Z Downloaded foldhash v0.1.5
5972026-09-04T23:13:41.195Z Downloaded openssl-macros v0.1.1
5982026-09-04T23:13:41.202Z Downloaded progenitor-extras v0.2.0
5992026-09-04T23:13:41.205Z Downloaded time-macros v0.2.27
6002026-09-04T23:13:41.219Z Downloaded parse-display v0.10.0
6012026-09-04T23:13:41.219Z Downloaded base16ct v1.0.0
6022026-09-04T23:13:41.219Z Downloaded plotters-backend v0.3.7
6032026-09-04T23:13:41.219Z Downloaded lock_api v0.4.14
6042026-09-04T23:13:41.219Z Downloaded crossterm v0.28.1
6052026-09-04T23:13:41.219Z Downloaded hyper-util v0.1.20
6062026-09-04T23:13:41.223Z Downloaded psl-types v2.0.11
6072026-09-04T23:13:41.226Z Downloaded recursive-proc-macro-impl v0.1.1
6082026-09-04T23:13:41.226Z Downloaded unicode-segmentation v1.12.0
6092026-09-04T23:13:41.231Z Downloaded crossterm v0.29.0
6102026-09-04T23:13:41.236Z Downloaded serde_with v1.14.0
6112026-09-04T23:13:41.239Z Downloaded memchr v2.8.0
6122026-09-04T23:13:41.239Z Downloaded miette v5.10.0
6132026-09-04T23:13:41.242Z Downloaded olpc-cjson v0.1.4
6142026-09-04T23:13:41.242Z Downloaded packed_struct_codegen v0.10.1
6152026-09-04T23:13:41.242Z Downloaded precomputed-hash v0.1.1
6162026-09-04T23:13:41.242Z Downloaded predicates-core v1.0.10
6172026-09-04T23:13:41.242Z Downloaded proc-macro-error-attr v1.0.4
6182026-09-04T23:13:41.242Z Downloaded enum_dispatch v0.3.13
6192026-09-04T23:13:41.245Z Downloaded ff v0.14.0
6202026-09-04T23:13:41.245Z Downloaded filetime v0.2.27
6212026-09-04T23:13:41.248Z Downloaded progenitor-macro v0.14.0
6222026-09-04T23:13:41.248Z Downloaded recursive v0.1.1
6232026-09-04T23:13:41.248Z Downloaded serde_bytes v0.11.19
6242026-09-04T23:13:41.248Z Downloaded getrandom v0.4.3
6252026-09-04T23:13:41.251Z Downloaded libefi-sys v0.1.0
6262026-09-04T23:13:41.251Z Downloaded signal-hook-tokio v0.3.1
6272026-09-04T23:13:41.251Z Downloaded target-spec v3.5.7
6282026-09-04T23:13:41.251Z Downloaded module-lattice v0.2.3
6292026-09-04T23:13:41.254Z Downloaded newtype-uuid v1.3.2
6302026-09-04T23:13:41.255Z Downloaded buf-list v1.1.2
6312026-09-04T23:13:41.255Z Downloaded subtle v2.6.1
6322026-09-04T23:13:41.255Z Downloaded ucd-trie v0.1.7
6332026-09-04T23:13:41.258Z Downloaded swrite v0.1.0
6342026-09-04T23:13:41.258Z Downloaded internal-russh-num-bigint v0.5.0
6352026-09-04T23:13:41.261Z Downloaded tabwriter v1.4.1
6362026-09-04T23:13:41.261Z Downloaded event-listener v5.4.1
6372026-09-04T23:13:41.261Z Downloaded getrandom v0.2.17
6382026-09-04T23:13:41.263Z Downloaded indexmap v2.14.0
6392026-09-04T23:13:41.266Z Downloaded itertools v0.10.5
6402026-09-04T23:13:41.269Z Downloaded tokio-postgres v0.7.16
6412026-09-04T23:13:41.272Z Downloaded owo-colors v4.3.0
6422026-09-04T23:13:41.272Z Downloaded textwrap v0.15.2
6432026-09-04T23:13:41.272Z Downloaded tungstenite v0.23.0
6442026-09-04T23:13:41.275Z Downloaded parse-display-derive v0.10.0
6452026-09-04T23:13:41.275Z Downloaded paste v1.0.15
6462026-09-04T23:13:41.278Z Downloaded testing_table v0.3.0
6472026-09-04T23:13:41.278Z Downloaded typify-macro v0.6.2
6482026-09-04T23:13:41.278Z Downloaded tokio-test v0.4.5
6492026-09-04T23:13:41.278Z Downloaded num_enum v0.5.11
6502026-09-04T23:13:41.281Z Downloaded anstream v1.0.0
6512026-09-04T23:13:41.281Z Downloaded anstyle-parse v0.2.7
6522026-09-04T23:13:41.284Z Downloaded memmap2 v0.9.10
6532026-09-04T23:13:41.284Z Downloaded polyval v0.7.1
6542026-09-04T23:13:41.285Z Downloaded yasna v0.5.2
6552026-09-04T23:13:41.288Z Downloaded nu-ansi-term v0.50.3
6562026-09-04T23:13:41.291Z Downloaded clap_builder v4.6.0
6572026-09-04T23:13:41.294Z Downloaded cargo_metadata v0.23.1
6582026-09-04T23:13:41.294Z Downloaded resolv-conf v0.7.6
6592026-09-04T23:13:41.297Z Downloaded serde_derive_internals v0.29.1
6602026-09-04T23:13:41.300Z Downloaded serde_tokenstream v0.2.3
6612026-09-04T23:13:41.300Z Downloaded jiff-core v0.1.0
6622026-09-04T23:13:41.300Z Downloaded sha1 v0.11.0
6632026-09-04T23:13:41.303Z Downloaded env_filter v2.0.0
6642026-09-04T23:13:41.306Z Downloaded bcs v0.1.6
6652026-09-04T23:13:41.306Z Downloaded usdt v0.6.0
6662026-09-04T23:13:41.309Z Downloaded bzip2 v0.4.4
6672026-09-04T23:13:41.309Z Downloaded slab v0.4.12
6682026-09-04T23:13:41.312Z Downloaded slog-scope v4.4.1
6692026-09-04T23:13:41.312Z Downloaded slog-stdlog v4.1.1
6702026-09-04T23:13:41.312Z Downloaded yoke-derive v0.8.1
6712026-09-04T23:13:41.312Z Downloaded stacker v0.1.23
6722026-09-04T23:13:41.315Z Downloaded static_assertions v1.1.0
6732026-09-04T23:13:41.315Z Downloaded funty v2.0.0
6742026-09-04T23:13:41.315Z Downloaded foreign-types v0.3.2
6752026-09-04T23:13:41.315Z Downloaded flate2 v1.1.9
6762026-09-04T23:13:41.319Z Downloaded chumsky v0.9.3
6772026-09-04T23:13:41.319Z Downloaded socket2 v0.6.3
6782026-09-04T23:13:41.322Z Downloaded rustversion v1.0.22
6792026-09-04T23:13:41.322Z Downloaded rustc-demangle v0.1.27
6802026-09-04T23:13:41.322Z Downloaded dof v0.4.0
6812026-09-04T23:13:41.322Z Downloaded ed25519-dalek v3.0.0
6822026-09-04T23:13:41.325Z Downloaded log v0.4.33
6832026-09-04T23:13:41.325Z Downloaded lru v0.12.5
6842026-09-04T23:13:41.328Z Downloaded float-cmp v0.10.0
6852026-09-04T23:13:41.328Z Downloaded miette-derive v5.10.0
6862026-09-04T23:13:41.328Z Downloaded num_enum_derive v0.5.11
6872026-09-04T23:13:41.328Z Downloaded tinytemplate v1.2.1
6882026-09-04T23:13:41.328Z Downloaded tui-tree-widget v0.23.1
6892026-09-04T23:13:41.331Z Downloaded nibble_vec v0.1.0
6902026-09-04T23:13:41.331Z Downloaded nonempty v0.12.0
6912026-09-04T23:13:41.331Z Downloaded sec1 v0.7.3
6922026-09-04T23:13:41.331Z Downloaded sqlformat v0.3.5
6932026-09-04T23:13:41.334Z Downloaded pkcs1 v0.8.0-rc.4
6942026-09-04T23:13:41.338Z Downloaded vergen-git2 v9.1.0
6952026-09-04T23:13:41.342Z Downloaded digest v0.11.3
6962026-09-04T23:13:41.345Z Downloaded cfg_aliases v0.1.1
6972026-09-04T23:13:41.348Z Downloaded cfg-if v1.0.4
6982026-09-04T23:13:41.348Z Downloaded unicode-ident v1.0.24
6992026-09-04T23:13:41.348Z Downloaded zerotrie v0.2.3
7002026-09-04T23:13:41.350Z Downloaded blake2 v0.11.0-rc.6
7012026-09-04T23:13:41.351Z Downloaded miette v7.6.0
7022026-09-04T23:13:41.353Z Downloaded thiserror-no-std v2.0.2
7032026-09-04T23:13:41.356Z Downloaded tokio-tungstenite v0.23.1
7042026-09-04T23:13:41.356Z Downloaded rustls-pki-types v1.14.0
7052026-09-04T23:13:41.360Z Downloaded ed25519 v2.2.3
7062026-09-04T23:13:41.360Z Downloaded atty v0.2.14
7072026-09-04T23:13:41.363Z Downloaded approx v0.5.1
7082026-09-04T23:13:41.363Z Downloaded openssl-probe v0.2.1
7092026-09-04T23:13:41.363Z Downloaded rayon-core v1.13.0
7102026-09-04T23:13:41.366Z Downloaded serde_with_macros v1.5.2
7112026-09-04T23:13:41.366Z Downloaded typenum v1.20.1
7122026-09-04T23:13:41.366Z Downloaded unicode-properties v0.1.4
7132026-09-04T23:13:41.369Z Downloaded hashbrown v0.16.1
7142026-09-04T23:13:41.372Z Downloaded vergen-lib v0.1.6
7152026-09-04T23:13:41.372Z Downloaded wyz v0.5.1
7162026-09-04T23:13:41.372Z Downloaded ssh-encoding v0.3.0
7172026-09-04T23:13:41.375Z Downloaded hashbrown v0.15.5
7182026-09-04T23:13:41.378Z Downloaded ssh-key v0.7.0-rc.11
7192026-09-04T23:13:41.381Z Downloaded term v1.2.1
7202026-09-04T23:13:41.384Z Downloaded group v0.13.0
7212026-09-04T23:13:41.384Z Downloaded qorb v0.4.1
7222026-09-04T23:13:41.387Z Downloaded oxide-update-engine-types v0.1.2
7232026-09-04T23:13:41.387Z Downloaded dropshot_endpoint v0.17.1
7242026-09-04T23:13:41.390Z Downloaded textwrap v0.16.2
7252026-09-04T23:13:41.390Z Downloaded rust-argon2 v2.1.0
7262026-09-04T23:13:41.393Z Downloaded seq-macro v0.3.6
7272026-09-04T23:13:41.393Z Downloaded miette-derive v7.6.0
7282026-09-04T23:13:41.395Z Downloaded sapling-renderdag v0.1.0
7292026-09-04T23:13:41.396Z Downloaded serde_spanned v0.6.9
7302026-09-04T23:13:41.396Z Downloaded tokio-stream v0.1.18
7312026-09-04T23:13:41.399Z Downloaded usdt-impl v0.6.0
7322026-09-04T23:13:41.399Z Downloaded knuffel-derive v3.2.0
7332026-09-04T23:13:41.399Z Downloaded supports-unicode v3.0.0
7342026-09-04T23:13:41.402Z Downloaded unarray v0.1.4
7352026-09-04T23:13:41.402Z Downloaded linkme v0.3.35
7362026-09-04T23:13:41.405Z Downloaded anes v0.1.6
7372026-09-04T23:13:41.408Z Downloaded sqlparser_derive v0.5.0
7382026-09-04T23:13:41.408Z Downloaded itertools v0.13.0
7392026-09-04T23:13:41.411Z Downloaded tagptr v0.2.0
7402026-09-04T23:13:41.411Z Downloaded thiserror-impl-no-std v2.0.2
7412026-09-04T23:13:41.411Z Downloaded take_mut v0.2.2
7422026-09-04T23:13:41.411Z Downloaded unicode-xid v0.2.6
7432026-09-04T23:13:41.414Z Downloaded itertools v0.12.1
7442026-09-04T23:13:41.417Z Downloaded nom v7.1.3
7452026-09-04T23:13:41.420Z Downloaded progenitor-impl v0.13.0
7462026-09-04T23:13:41.420Z Downloaded toml_edit v0.22.27
7472026-09-04T23:13:41.423Z Downloaded byte-wrapper v0.1.0
7482026-09-04T23:13:41.426Z Downloaded mime_guess v2.0.5
7492026-09-04T23:13:41.426Z Downloaded peg v0.8.5
7502026-09-04T23:13:41.429Z Downloaded primefield v0.14.0
7512026-09-04T23:13:41.429Z Downloaded usdt v0.5.0
7522026-09-04T23:13:41.429Z Downloaded vergen-gitcl v1.0.8
7532026-09-04T23:13:41.429Z Downloaded aead v0.6.1
7542026-09-04T23:13:41.433Z Downloaded display-error-chain v0.2.2
7552026-09-04T23:13:41.433Z Downloaded endian-type v0.1.2
7562026-09-04T23:13:41.433Z Downloaded tokio-macros v2.7.0
7572026-09-04T23:13:41.433Z Downloaded tower-layer v0.3.3
7582026-09-04T23:13:41.433Z Downloaded dtrace-parser v0.2.0
7592026-09-04T23:13:41.436Z Downloaded bitflags v1.3.2
7602026-09-04T23:13:41.436Z Downloaded cbc v0.2.1
7612026-09-04T23:13:41.438Z Downloaded rsa v0.9.10
7622026-09-04T23:13:41.438Z Downloaded pkg-config v0.3.32
7632026-09-04T23:13:41.441Z Downloaded progenitor v0.13.0
7642026-09-04T23:13:41.442Z Downloaded idna v1.1.0
7652026-09-04T23:13:41.445Z Downloaded git-stub v1.0.0
7662026-09-04T23:13:41.447Z Downloaded rpassword v7.5.4
7672026-09-04T23:13:41.448Z Downloaded rustls-native-certs v0.8.3
7682026-09-04T23:13:41.451Z Downloaded dsl_auto_type v0.2.0
7692026-09-04T23:13:41.451Z Downloaded sha2 v0.10.9
7702026-09-04T23:13:41.453Z Downloaded fixedbitset v0.4.2
7712026-09-04T23:13:41.453Z Downloaded managed v0.8.0
7722026-09-04T23:13:41.457Z Downloaded maplit v1.0.2
7732026-09-04T23:13:41.457Z Downloaded num-iter v0.1.45
7742026-09-04T23:13:41.460Z Downloaded r2d2 v0.8.10
7752026-09-04T23:13:41.460Z Downloaded crypto-primes v0.7.2
7762026-09-04T23:13:41.463Z Downloaded litrs v1.0.0
7772026-09-04T23:13:41.466Z Downloaded tinyvec v1.10.0
7782026-09-04T23:13:41.466Z Downloaded globwalk v0.9.1
7792026-09-04T23:13:41.469Z Downloaded new_debug_unreachable v1.0.6
7802026-09-04T23:13:41.469Z Downloaded newline-converter v0.3.0
7812026-09-04T23:13:41.469Z Downloaded base16ct v0.2.0
7822026-09-04T23:13:41.472Z Downloaded thiserror v1.0.69
7832026-09-04T23:13:41.475Z Downloaded block-buffer v0.12.1
7842026-09-04T23:13:41.475Z Downloaded path-slash v0.1.5
7852026-09-04T23:13:41.475Z Downloaded progenitor-impl v0.14.0
7862026-09-04T23:13:41.478Z Downloaded goblin v0.8.2
7872026-09-04T23:13:41.481Z Downloaded pest_derive v2.8.6
7882026-09-04T23:13:41.484Z Downloaded itertools v0.14.0
7892026-09-04T23:13:41.487Z Downloaded iri-string v0.7.10
7902026-09-04T23:13:41.490Z Downloaded guppy v0.17.25
7912026-09-04T23:13:41.493Z Downloaded pest_generator v2.8.6
7922026-09-04T23:13:41.496Z Downloaded ppv-lite86 v0.2.21
7932026-09-04T23:13:41.496Z Downloaded potential_utf v0.1.4
7942026-09-04T23:13:41.496Z Downloaded mio v1.2.0
7952026-09-04T23:13:41.499Z Downloaded anstyle-parse v1.0.0
7962026-09-04T23:13:41.499Z Downloaded tokio-native-tls v0.3.1
7972026-09-04T23:13:41.499Z Downloaded toml_writer v1.1.1+spec-1.1.0
7982026-09-04T23:13:41.502Z Downloaded utf-8 v0.7.6
7992026-09-04T23:13:41.502Z Downloaded futures v0.3.32
8002026-09-04T23:13:41.505Z Downloaded percent-encoding v2.3.2
8012026-09-04T23:13:41.505Z Downloaded phf_shared v0.11.3
8022026-09-04T23:13:41.505Z Downloaded rustc-hash v2.1.1
8032026-09-04T23:13:41.505Z Downloaded event-listener-strategy v0.5.4
8042026-09-04T23:13:41.505Z Downloaded shell-words v1.1.1
8052026-09-04T23:13:41.508Z Downloaded russh-cryptovec v0.62.0
8062026-09-04T23:13:41.508Z Downloaded bitflags v2.11.0
8072026-09-04T23:13:41.508Z Downloaded supports-color v2.1.0
8082026-09-04T23:13:41.512Z Downloaded vergen-lib v9.1.0
8092026-09-04T23:13:41.512Z Downloaded generic-array v1.4.3
8102026-09-04T23:13:41.512Z Downloaded zerovec v0.11.5
8112026-09-04T23:13:41.515Z Downloaded fs_extra v1.3.0
8122026-09-04T23:13:41.518Z Downloaded futures-timer v3.0.3
8132026-09-04T23:13:41.518Z Downloaded quinn-udp v0.5.14
8142026-09-04T23:13:41.518Z Downloaded num-rational v0.4.2
8152026-09-04T23:13:41.518Z Downloaded strum v0.27.2
8162026-09-04T23:13:41.521Z Downloaded terminal_size v0.4.3
8172026-09-04T23:13:41.521Z Downloaded unicode-linebreak v0.1.5
8182026-09-04T23:13:41.521Z Downloaded utf8parse v0.2.2
8192026-09-04T23:13:41.524Z Downloaded try-lock v0.2.5
8202026-09-04T23:13:41.524Z Downloaded usdt-macro v0.5.0
8212026-09-04T23:13:41.524Z Downloaded xattr v1.6.1
8222026-09-04T23:13:41.527Z Downloaded regex v1.12.3
8232026-09-04T23:13:41.530Z Downloaded drift v0.2.0
8242026-09-04T23:13:41.534Z Downloaded elliptic-curve v0.14.1
8252026-09-04T23:13:41.537Z Downloaded libsw-core v0.3.2
8262026-09-04T23:13:41.537Z Downloaded parking_lot v0.12.5
8272026-09-04T23:13:41.540Z Downloaded oxide-update-engine-display v0.1.2
8282026-09-04T23:13:41.543Z Downloaded futures-core v0.3.32
8292026-09-04T23:13:41.543Z Downloaded zone_cfg_derive v0.3.1
8302026-09-04T23:13:41.543Z Downloaded dunce v1.0.5
8312026-09-04T23:13:41.543Z Downloaded zerocopy-derive v0.7.35
8322026-09-04T23:13:41.546Z Downloaded toml_edit v0.19.15
8332026-09-04T23:13:41.553Z Downloaded dropshot-api-manager-types v0.8.0
8342026-09-04T23:13:41.556Z Downloaded gethostname v0.5.0
8352026-09-04T23:13:41.556Z Downloaded linked-hash-map v0.5.6
8362026-09-04T23:13:41.556Z Downloaded h2 v0.4.15
8372026-09-04T23:13:41.559Z Downloaded hkdf v0.13.0
8382026-09-04T23:13:41.562Z Downloaded cassowary v0.3.0
8392026-09-04T23:13:41.562Z Downloaded md-5 v0.10.6
8402026-09-04T23:13:41.562Z Downloaded memoffset v0.9.1
8412026-09-04T23:13:41.562Z Downloaded ed25519-dalek v2.2.0
8422026-09-04T23:13:41.565Z Downloaded async-stream v0.3.6
8432026-09-04T23:13:41.565Z Downloaded rand_core v0.10.0
8442026-09-04T23:13:41.565Z Downloaded zstd-safe v7.2.4
8452026-09-04T23:13:41.568Z Downloaded hkdf v0.12.4
8462026-09-04T23:13:41.568Z Downloaded itertools v0.15.0
8472026-09-04T23:13:41.571Z Downloaded icu_properties_data v2.1.2
8482026-09-04T23:13:41.575Z Downloaded tar v0.4.46
8492026-09-04T23:13:41.579Z Downloaded pkcs5 v0.8.1
8502026-09-04T23:13:41.583Z Downloaded array-init v0.0.4
8512026-09-04T23:13:41.583Z Downloaded bit-set v0.8.0
8522026-09-04T23:13:41.583Z Downloaded rand v0.9.2
8532026-09-04T23:13:41.586Z Downloaded phf_shared v0.13.1
8542026-09-04T23:13:41.586Z Downloaded aes-gcm v0.11.0
8552026-09-04T23:13:41.586Z Downloaded rstest v0.25.0
8562026-09-04T23:13:41.588Z Downloaded hyper v1.10.1
8572026-09-04T23:13:41.592Z Downloaded signal-hook v0.3.18
8582026-09-04T23:13:41.595Z Downloaded similar v2.7.0
8592026-09-04T23:13:41.598Z Downloaded x509-cert v0.2.5
8602026-09-04T23:13:41.600Z Downloaded toml_datetime v0.6.11
8612026-09-04T23:13:41.600Z Downloaded progenitor v0.14.0
8622026-09-04T23:13:41.600Z Downloaded rustyline v14.0.0
8632026-09-04T23:13:41.603Z Downloaded rand_xorshift v0.4.0
8642026-09-04T23:13:41.606Z Downloaded strum v0.26.3
8652026-09-04T23:13:41.606Z Downloaded rand_chacha v0.3.1
8662026-09-04T23:13:41.606Z Downloaded sigpipe v0.1.3
8672026-09-04T23:13:41.606Z Downloaded scroll v0.12.0
8682026-09-04T23:13:41.606Z Downloaded smallvec v1.15.1
8692026-09-04T23:13:41.609Z Downloaded base64 v0.22.1
8702026-09-04T23:13:41.610Z Downloaded socket2 v0.5.10
8712026-09-04T23:13:41.610Z Downloaded tokio-dtrace v0.1.1
8722026-09-04T23:13:41.613Z Downloaded writeable v0.6.2
8732026-09-04T23:13:41.613Z Downloaded digest v0.10.7
8742026-09-04T23:13:41.613Z Downloaded erased-serde v0.3.31
8752026-09-04T23:13:41.617Z Downloaded toml_write v0.1.2
8762026-09-04T23:13:41.617Z Downloaded serde-big-array v0.5.1
8772026-09-04T23:13:41.617Z Downloaded find-msvc-tools v0.1.9
8782026-09-04T23:13:41.617Z Downloaded git-stub-vcs v0.1.0
8792026-09-04T23:13:41.621Z Downloaded macaddr v1.0.1
8802026-09-04T23:13:41.621Z Downloaded foreign-types-macros v0.2.3
8812026-09-04T23:13:41.621Z Downloaded fxhash v0.2.1
8822026-09-04T23:13:41.621Z Downloaded lru-slab v0.1.2
8832026-09-04T23:13:41.621Z Downloaded block-buffer v0.10.4
8842026-09-04T23:13:41.621Z Downloaded trybuild v1.0.116
8852026-09-04T23:13:41.621Z Downloaded iddqd v0.4.2
8862026-09-04T23:13:41.625Z Downloaded fancy-regex v0.14.0
8872026-09-04T23:13:41.628Z Downloaded tough v0.22.0
8882026-09-04T23:13:41.632Z Downloaded oxide-generation v0.1.3
8892026-09-04T23:13:41.635Z Downloaded peg-macros v0.8.5
8902026-09-04T23:13:41.635Z Downloaded aead v0.5.2
8912026-09-04T23:13:41.639Z Downloaded winnow v0.5.40
8922026-09-04T23:13:41.645Z Downloaded term v0.7.0
8932026-09-04T23:13:41.648Z Downloaded newtype_derive v0.1.6
8942026-09-04T23:13:41.648Z Downloaded arrayref v0.3.9
8952026-09-04T23:13:41.648Z Downloaded bcrypt-pbkdf v0.11.0
8962026-09-04T23:13:41.651Z Downloaded proc-macro-crate v1.3.1
8972026-09-04T23:13:41.655Z Downloaded predicates-tree v1.0.13
8982026-09-04T23:13:41.658Z Downloaded scheduled-thread-pool v0.2.7
8992026-09-04T23:13:41.658Z Downloaded serde_urlencoded v0.7.1
9002026-09-04T23:13:41.658Z Downloaded structmeta-derive v0.3.0
9012026-09-04T23:13:41.658Z Downloaded usdt-attr-macro v0.5.0
9022026-09-04T23:13:41.661Z Downloaded waitgroup v0.1.2
9032026-09-04T23:13:41.661Z Downloaded thiserror-impl v1.0.69
9042026-09-04T23:13:41.661Z Downloaded proc-macro-error2 v2.0.1
9052026-09-04T23:13:41.661Z Downloaded serde_path_to_error v0.1.20
9062026-09-04T23:13:41.664Z Downloaded signal-hook-registry v1.4.8
9072026-09-04T23:13:41.664Z Downloaded structmeta v0.3.0
9082026-09-04T23:13:41.664Z Downloaded snafu v0.8.9
9092026-09-04T23:13:41.669Z Downloaded chacha20 v0.10.0
9102026-09-04T23:13:41.673Z Downloaded oso v0.27.3
9112026-09-04T23:13:41.673Z Downloaded tinystr v0.8.2
9122026-09-04T23:13:41.673Z Downloaded xshell v0.2.7
9132026-09-04T23:13:41.676Z Downloaded float-ord v0.3.2
9142026-09-04T23:13:41.676Z Downloaded rustls-webpki v0.103.13
9152026-09-04T23:13:41.676Z Downloaded foldhash v0.2.0
9162026-09-04T23:13:41.676Z Downloaded target-lexicon v0.13.3
9172026-09-04T23:13:41.676Z Downloaded native-tls v0.2.18
9182026-09-04T23:13:41.679Z Downloaded dirs-next v2.0.0
9192026-09-04T23:13:41.682Z Downloaded lru-cache v0.1.2
9202026-09-04T23:13:41.682Z Downloaded dof v0.3.0
9212026-09-04T23:13:41.682Z Downloaded atomicwrites v0.4.4
9222026-09-04T23:13:41.685Z Downloaded ed25519 v3.0.0
9232026-09-04T23:13:41.688Z Downloaded expectorate v1.2.0
9242026-09-04T23:13:41.695Z Downloaded ahash v0.8.12
9252026-09-04T23:13:41.698Z Downloaded parking_lot v0.11.2
9262026-09-04T23:13:41.701Z Downloaded bs58 v0.5.1
9272026-09-04T23:13:41.704Z Downloaded universal-hash v0.5.1
9282026-09-04T23:13:41.704Z Downloaded proc-macro-crate v3.4.0
9292026-09-04T23:13:41.707Z Downloaded serde v1.0.228
9302026-09-04T23:13:41.707Z Downloaded rtoolbox v0.0.3
9312026-09-04T23:13:41.712Z Downloaded knus v3.4.0
9322026-09-04T23:13:41.715Z Downloaded rsa v0.10.0-rc.18
9332026-09-04T23:13:41.719Z Downloaded pin-project-internal v1.1.11
9342026-09-04T23:13:41.722Z Downloaded slog-bunyan v2.5.0
9352026-09-04T23:13:41.725Z Downloaded rand_seeder v0.4.0
9362026-09-04T23:13:41.728Z Downloaded ssh-cipher v0.3.0
9372026-09-04T23:13:41.728Z Downloaded termios v0.3.3
9382026-09-04T23:13:41.728Z Downloaded futures-sink v0.3.32
9392026-09-04T23:13:41.728Z Downloaded md5 v0.8.0
9402026-09-04T23:13:41.731Z Downloaded tiny-keccak v2.0.2
9412026-09-04T23:13:41.731Z Downloaded zip v4.6.1
9422026-09-04T23:13:41.734Z Downloaded libxml v0.3.3
9432026-09-04T23:13:41.737Z Downloaded quick-xml v0.37.5
9442026-09-04T23:13:41.740Z Downloaded castaway v0.2.4
9452026-09-04T23:13:41.740Z Downloaded miniz_oxide v0.8.9
9462026-09-04T23:13:41.743Z Downloaded arc-swap v1.8.2
9472026-09-04T23:13:41.743Z Downloaded libloading v0.8.9
9482026-09-04T23:13:41.746Z Downloaded unicode-bidi v0.3.18
9492026-09-04T23:13:41.746Z Downloaded tracing-attributes v0.1.31
9502026-09-04T23:13:41.746Z Downloaded glob v0.3.3
9512026-09-04T23:13:41.749Z Downloaded multer v3.1.0
9522026-09-04T23:13:41.749Z Downloaded ecdsa v0.17.0
9532026-09-04T23:13:41.749Z Downloaded path-tree v0.8.3
9542026-09-04T23:13:41.754Z Downloaded tap v1.0.1
9552026-09-04T23:13:41.757Z Downloaded want v0.3.1
9562026-09-04T23:13:41.757Z Downloaded lazy_static v1.5.0
9572026-09-04T23:13:41.760Z Downloaded cfg-expr v0.20.6
9582026-09-04T23:13:41.763Z Downloaded scroll v0.13.0
9592026-09-04T23:13:41.769Z Downloaded scroll_derive v0.12.1
9602026-09-04T23:13:41.771Z Downloaded flume v0.11.1
9612026-09-04T23:13:41.775Z Downloaded num-bigint v0.4.6
9622026-09-04T23:13:41.780Z Downloaded sync-ptr v0.1.4
9632026-09-04T23:13:41.784Z Downloaded flagset v0.4.7
9642026-09-04T23:13:41.787Z Downloaded prettyplease v0.2.37
9652026-09-04T23:13:41.790Z Downloaded sha3 v0.12.0
9662026-09-04T23:13:41.790Z Downloaded simd-adler32 v0.3.8
9672026-09-04T23:13:41.793Z Downloaded slog-json v2.6.1
9682026-09-04T23:13:41.793Z Downloaded usdt-impl v0.5.0
9692026-09-04T23:13:41.793Z Downloaded zmij v1.0.21
9702026-09-04T23:13:41.796Z Downloaded nodrop v0.1.14
9712026-09-04T23:13:41.799Z Downloaded chacha20poly1305 v0.10.1
9722026-09-04T23:13:41.799Z Downloaded zerocopy v0.6.6
9732026-09-04T23:13:41.799Z Downloaded zerocopy-derive v0.8.55
9742026-09-04T23:13:41.803Z Downloaded num_enum_derive v0.7.6
9752026-09-04T23:13:41.806Z Downloaded unsafe-libyaml v0.2.11
9762026-09-04T23:13:41.806Z Downloaded salsa20 v0.11.0
9772026-09-04T23:13:41.809Z Downloaded fatfs v0.3.6
9782026-09-04T23:13:41.811Z Downloaded serde_repr v0.1.20
9792026-09-04T23:13:41.812Z Downloaded fastrand v2.3.0
9802026-09-04T23:13:41.815Z Downloaded twox-hash v2.1.2
9812026-09-04T23:13:41.819Z Downloaded scuffle v0.1.0
9822026-09-04T23:13:41.823Z Downloaded subprocess v0.2.15
9832026-09-04T23:13:41.826Z Downloaded pretty_assertions v1.4.1
9842026-09-04T23:13:41.826Z Downloaded serde_cbor v0.11.2
9852026-09-04T23:13:41.829Z Downloaded unicase v2.9.0
9862026-09-04T23:13:41.832Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9872026-09-04T23:13:41.832Z Downloaded scrypt v0.12.0
9882026-09-04T23:13:41.835Z Downloaded strum_macros v0.24.3
9892026-09-04T23:13:41.835Z Downloaded zstd v0.13.3
9902026-09-04T23:13:41.835Z Downloaded memmap v0.7.0
9912026-09-04T23:13:41.838Z Downloaded powerfmt v0.2.0
9922026-09-04T23:13:41.838Z Downloaded radium v0.7.0
9932026-09-04T23:13:41.838Z Downloaded zerofrom v0.1.6
9942026-09-04T23:13:41.838Z Downloaded supports-hyperlinks v2.1.0
9952026-09-04T23:13:41.838Z Downloaded vte v0.14.1
9962026-09-04T23:13:41.841Z Downloaded wnaf v0.14.0
9972026-09-04T23:13:41.841Z Downloaded smawk v0.3.2
9982026-09-04T23:13:41.841Z Downloaded uzers v0.12.2
9992026-09-04T23:13:41.844Z Downloaded libbz2-rs-sys v0.2.2
10002026-09-04T23:13:41.844Z Downloaded ron v0.8.1
10012026-09-04T23:13:41.847Z Downloaded aes v0.9.1
10022026-09-04T23:13:41.850Z Downloaded futures-channel v0.3.32
10032026-09-04T23:13:41.858Z Downloaded libtest-mimic v0.8.1
10042026-09-04T23:13:41.865Z Downloaded opaque-debug v0.3.1
10052026-09-04T23:13:41.868Z Downloaded port-file v0.1.0
10062026-09-04T23:13:41.868Z Downloaded publicsuffix v2.3.0
10072026-09-04T23:13:41.871Z Downloaded topological-sort v0.2.2
10082026-09-04T23:13:41.871Z Downloaded phf v0.12.1
10092026-09-04T23:13:41.871Z Downloaded num-traits v0.2.19
10102026-09-04T23:13:41.874Z Downloaded lalrpop v0.19.12
10112026-09-04T23:13:41.878Z Downloaded unicode-normalization v0.1.25
10122026-09-04T23:13:41.881Z Downloaded either v1.15.0
10132026-09-04T23:13:41.881Z Downloaded fixedbitset v0.5.7
10142026-09-04T23:13:41.884Z Downloaded num_enum v0.7.6
10152026-09-04T23:13:41.887Z Downloaded multimap v0.10.1
10162026-09-04T23:13:41.887Z Downloaded fs-err v3.3.0
10172026-09-04T23:13:41.887Z Downloaded ryu v1.0.23
10182026-09-04T23:13:41.890Z Downloaded async-lock v3.4.2
10192026-09-04T23:13:41.890Z Downloaded tokio-rustls v0.26.4
10202026-09-04T23:13:41.893Z Downloaded tempfile v3.27.0
10212026-09-04T23:13:41.893Z Downloaded enum-as-inner v0.6.1
10222026-09-04T23:13:41.893Z Downloaded errno v0.3.14
10232026-09-04T23:13:41.896Z Downloaded parking_lot_core v0.9.12
10242026-09-04T23:13:41.896Z Downloaded rand_core v0.6.4
10252026-09-04T23:13:41.896Z Downloaded strum_macros v0.26.4
10262026-09-04T23:13:41.899Z Downloaded ar_archive_writer v0.5.1
10272026-09-04T23:13:41.899Z Downloaded thiserror v2.0.18
10282026-09-04T23:13:41.902Z Downloaded keccak v0.2.0
10292026-09-04T23:13:41.905Z Downloaded zip v0.6.6
10302026-09-04T23:13:41.907Z Downloaded pbkdf2 v0.13.0
10312026-09-04T23:13:41.908Z Downloaded postcard v1.1.3
10322026-09-04T23:13:41.908Z Downloaded tower v0.5.3
10332026-09-04T23:13:41.912Z Downloaded oxide-tokio-rt v0.1.4
10342026-09-04T23:13:41.915Z Downloaded assert_cmd v2.1.2
10352026-09-04T23:13:41.915Z Downloaded ciborium v0.2.2
10362026-09-04T23:13:41.918Z Downloaded reqwest v0.13.2
10372026-09-04T23:13:41.923Z Downloaded polar-core v0.27.3
10382026-09-04T23:13:41.928Z Downloaded pin-project v1.1.11
10392026-09-04T23:13:41.934Z Downloaded linear-map v1.2.0
10402026-09-04T23:13:41.937Z Downloaded vsss-rs v3.3.4
10412026-09-04T23:13:41.937Z Downloaded phc v0.6.1
10422026-09-04T23:13:41.937Z Downloaded keccak v0.1.6
10432026-09-04T23:13:41.940Z Downloaded num-complex v0.4.6
10442026-09-04T23:13:41.940Z Downloaded bumpalo v3.20.2
10452026-09-04T23:13:41.943Z Downloaded string_cache v0.8.9
10462026-09-04T23:13:41.946Z Downloaded relative-path v1.9.3
10472026-09-04T23:13:41.946Z Downloaded sha2 v0.11.0
10482026-09-04T23:13:41.952Z Downloaded schemars v1.2.1
10492026-09-04T23:13:41.960Z Downloaded nanorand v0.7.0
10502026-09-04T23:13:41.963Z Downloaded crypto-bigint v0.7.5
10512026-09-04T23:13:41.970Z Downloaded curve25519-dalek v4.1.3
10522026-09-04T23:13:41.975Z Downloaded base64 v0.21.7
10532026-09-04T23:13:41.978Z Downloaded serde_derive v1.0.228
10542026-09-04T23:13:41.981Z Downloaded backoff v0.4.0
10552026-09-04T23:13:41.981Z Downloaded tokio-util v0.7.18
10562026-09-04T23:13:41.985Z Downloaded zerocopy v0.8.55
10572026-09-04T23:13:41.996Z Downloaded openssl-sys v0.9.117
10582026-09-04T23:13:41.998Z Downloaded toml v0.7.8
10592026-09-04T23:13:42.002Z Downloaded p256 v0.14.0
10602026-09-04T23:13:42.005Z Downloaded winnow v1.0.3
10612026-09-04T23:13:42.008Z Downloaded bytes v1.11.1
10622026-09-04T23:13:42.010Z Downloaded zopfli v0.8.3
10632026-09-04T23:13:42.013Z Downloaded blake3 v1.8.5
10642026-09-04T23:13:42.016Z Downloaded vcpkg v0.2.15
10652026-09-04T23:13:42.041Z Downloaded minimal-lexical v0.2.1
10662026-09-04T23:13:42.044Z Downloaded syn v1.0.109
10672026-09-04T23:13:42.047Z Downloaded blake2 v0.10.6
10682026-09-04T23:13:42.051Z Downloaded reedline v0.40.0
10692026-09-04T23:13:42.053Z Downloaded knuffel v3.2.0
10702026-09-04T23:13:42.056Z Downloaded elliptic-curve v0.13.8
10712026-09-04T23:13:42.056Z Downloaded tabled v0.21.0
10722026-09-04T23:13:42.066Z Downloaded unicode_categories v0.1.1
10732026-09-04T23:13:42.069Z Downloaded zerocopy v0.7.35
10742026-09-04T23:13:42.077Z Downloaded nom v8.0.0
10752026-09-04T23:13:42.080Z Downloaded rayon v1.11.0
10762026-09-04T23:13:42.085Z Downloaded quinn v0.11.11
10772026-09-04T23:13:42.088Z Downloaded serde_json v1.0.151
10782026-09-04T23:13:42.091Z Downloaded yansi v1.0.1
10792026-09-04T23:13:42.093Z Downloaded salty v0.3.0
10802026-09-04T23:13:42.096Z Downloaded petname v2.0.2
10812026-09-04T23:13:42.105Z Downloaded cc v1.2.56
10822026-09-04T23:13:42.108Z Downloaded plotters v0.3.7
10832026-09-04T23:13:42.112Z Downloaded curve25519-dalek v5.0.0
10842026-09-04T23:13:42.117Z Downloaded steno v0.4.1
10852026-09-04T23:13:42.120Z Downloaded proptest v1.11.0
10862026-09-04T23:13:42.125Z Downloaded zlib-rs v0.6.2
10872026-09-04T23:13:42.128Z Downloaded chrono v0.4.45
10882026-09-04T23:13:42.132Z Downloaded typed-path v0.9.3
10892026-09-04T23:13:42.136Z Downloaded p521 v0.14.0
10902026-09-04T23:13:42.139Z Downloaded toml_edit v0.23.10+spec-1.0.0
10912026-09-04T23:13:42.141Z Downloaded syn v3.0.3
10922026-09-04T23:13:42.147Z Downloaded num-bigint-dig v0.8.6
10932026-09-04T23:13:42.150Z Downloaded winnow v0.6.26
10942026-09-04T23:13:42.154Z Downloaded nix v0.28.0
10952026-09-04T23:13:42.160Z Downloaded goblin v0.10.5
10962026-09-04T23:13:42.165Z Downloaded rand v0.10.1
10972026-09-04T23:13:42.168Z Downloaded reqwest v0.12.28
10982026-09-04T23:13:42.170Z Downloaded async-compression v0.4.41
10992026-09-04T23:13:42.173Z Downloaded aho-corasick v1.1.4
11002026-09-04T23:13:42.177Z Downloaded moka v0.12.13
11012026-09-04T23:13:42.181Z Downloaded portable-atomic v1.13.1
11022026-09-04T23:13:42.185Z Downloaded winnow v0.7.14
11032026-09-04T23:13:42.191Z Downloaded p384 v0.13.1
11042026-09-04T23:13:42.194Z Downloaded pest v2.8.6
11052026-09-04T23:13:42.196Z Downloaded rustls v0.23.41
11062026-09-04T23:13:42.204Z Downloaded libm v0.2.16
11072026-09-04T23:13:42.209Z Downloaded dropshot-api-manager v0.8.0
11082026-09-04T23:13:42.212Z Downloaded tabled v0.15.0
11092026-09-04T23:13:42.221Z Downloaded rawzip v0.4.4
11102026-09-04T23:13:42.224Z Downloaded aws-lc-rs v1.16.3
11112026-09-04T23:13:42.230Z Downloaded diesel v2.3.7
11122026-09-04T23:13:42.242Z Downloaded dropshot v0.17.1
11132026-09-04T23:13:42.255Z Downloaded bstr v1.12.1
11142026-09-04T23:13:42.260Z Downloaded futures-util v0.3.32
11152026-09-04T23:13:42.267Z Downloaded tower-http v0.6.8
11162026-09-04T23:13:42.271Z Downloaded smoltcp v0.9.1
11172026-09-04T23:13:42.277Z Downloaded regex-syntax v0.6.29
11182026-09-04T23:13:42.281Z Downloaded openssl v0.10.80
11192026-09-04T23:13:42.286Z Downloaded git2 v0.20.4
11202026-09-04T23:13:42.291Z Downloaded gimli v0.32.3
11212026-09-04T23:13:42.295Z Downloaded quinn-proto v0.11.16
11222026-09-04T23:13:42.299Z Downloaded radix_trie v0.2.1
11232026-09-04T23:13:42.302Z Downloaded unicode-width v0.1.14
11242026-09-04T23:13:42.306Z Downloaded serde_with v3.21.0
11252026-09-04T23:13:42.313Z Downloaded hickory-proto v0.24.4
11262026-09-04T23:13:42.322Z Downloaded smoltcp v0.11.0
11272026-09-04T23:13:42.329Z Downloaded regex-syntax v0.8.10
11282026-09-04T23:13:42.334Z Downloaded hickory-proto v0.25.2
11292026-09-04T23:13:42.342Z Downloaded bitvec v1.0.1
11302026-09-04T23:13:42.350Z Downloaded syn v2.0.117
11312026-09-04T23:13:42.357Z Downloaded regress v0.11.1
11322026-09-04T23:13:42.362Z Downloaded nix v0.31.2
11332026-09-04T23:13:42.368Z Downloaded sqlparser v0.61.0
11342026-09-04T23:13:42.374Z Downloaded time v0.3.47
11352026-09-04T23:13:42.382Z Downloaded openapiv3 v2.2.0
11362026-09-04T23:13:42.388Z Downloaded unicode-width v0.2.0
11372026-09-04T23:13:42.392Z Downloaded object v0.30.4
11382026-09-04T23:13:42.397Z Downloaded russh v0.62.4
11392026-09-04T23:13:42.402Z Downloaded ratatui v0.29.0
11402026-09-04T23:13:42.413Z Downloaded bindgen v0.71.1
11412026-09-04T23:13:42.417Z Downloaded rustix v1.1.4
11422026-09-04T23:13:42.430Z Downloaded sled v0.34.7
11432026-09-04T23:13:42.436Z Downloaded nix v0.27.1
11442026-09-04T23:13:42.441Z Downloaded typify-impl v0.6.2
11452026-09-04T23:13:42.451Z Downloaded bzip2-sys v0.1.13+1.0.8
11462026-09-04T23:13:42.458Z Downloaded regex-automata v0.4.14
11472026-09-04T23:13:42.466Z Downloaded object v0.37.3
11482026-09-04T23:13:42.472Z Downloaded csv v1.4.0
11492026-09-04T23:13:42.485Z Downloaded petgraph v0.8.3
11502026-09-04T23:13:42.498Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11512026-09-04T23:13:42.509Z Downloaded chrono-tz v0.10.4
11522026-09-04T23:13:42.520Z Downloaded rustix v0.38.44
11532026-09-04T23:13:42.532Z Downloaded regress v0.10.5
11542026-09-04T23:13:42.541Z Downloaded sha3 v0.10.8
11552026-09-04T23:13:42.541Z Downloaded zerocopy-derive v0.6.6
11562026-09-04T23:13:42.546Z Downloaded ring v0.17.14
11572026-09-04T23:13:42.571Z Downloaded jiff v0.2.34
11582026-09-04T23:13:42.581Z Downloaded tracing v0.1.44
11592026-09-04T23:13:42.594Z Downloaded sha3 v0.11.0
11602026-09-04T23:13:42.597Z Downloaded petgraph v0.6.5
11612026-09-04T23:13:42.662Z Downloaded libz-sys v1.1.24
11622026-09-04T23:13:42.674Z Downloaded tokio v1.52.1
11632026-09-04T23:13:42.699Z Downloaded libc v0.2.185
11642026-09-04T23:13:42.829Z Downloaded encoding_rs v0.8.35
11652026-09-04T23:13:42.858Z Downloaded httpmock v0.8.3
11662026-09-04T23:13:42.883Z Downloaded libgit2-sys v0.18.3+1.9.2
11672026-09-04T23:13:43.369Z Downloaded aws-lc-sys v0.40.0
11682026-09-04T23:13:43.785Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11692026-09-04T23:13:46.542Z Startup: Refreshing catalog 'helios' ... Done
11702026-09-04T23:13:46.972Z Startup: Caching catalogs ... Done
11712026-09-04T23:13:49.529ZPlanning: Solver setup ... Done (2.389s)
11722026-09-04T23:13:49.600ZPlanning: Running solver ... Done (0.069s)
11732026-09-04T23:13:49.648ZPlanning: Finding local manifests ... Done (0.003s)
11742026-09-04T23:13:49.662ZPlanning: Fetching manifests: 0/2 0% complete
11752026-09-04T23:13:49.687ZPlanning: Fetching manifests: 2/2 100% complete
11762026-09-04T23:13:49.700ZPlanning: Package planning ... Done (0.015s)
11772026-09-04T23:13:49.703ZPlanning: Merging actions ... Done (0.002s)
11782026-09-04T23:13:49.865ZPlanning: Checking for conflicting actions ... Done (0.163s)
11792026-09-04T23:13:49.868ZPlanning: Consolidating action changes ... Done (0.001s)
11802026-09-04T23:13:50.764ZPlanning: Evaluating mediators ... Done (0.898s)
11812026-09-04T23:13:50.768ZPlanning: Planning completed in 3.76 seconds
11822026-09-04T23:13:50.774Z Packages to install: 2
11832026-09-04T23:13:50.774Z Estimated space available: 155.72 GB
11842026-09-04T23:13:50.774ZEstimated space to be consumed: 86.48 MB
11852026-09-04T23:13:50.774Z Create boot environment: No
11862026-09-04T23:13:50.777ZCreate backup boot environment: No
11872026-09-04T23:13:50.777Z Rebuild boot archive: No
11882026-09-04T23:13:50.777Z
11892026-09-04T23:13:50.777ZChanged packages:
11902026-09-04T23:13:50.777Zhelios
11912026-09-04T23:13:50.777Z developer/build-essential
11922026-09-04T23:13:50.777Z None -> 11-3.0
11932026-09-04T23:13:50.777Z library/libxmlsec1
11942026-09-04T23:13:50.777Z None -> 1.2.35-3.0
11952026-09-04T23:13:50.800Z
11962026-09-04T23:13:50.800ZDownload: 0/214 items 0.0/1.3MB 0% complete
11972026-09-04T23:13:50.869ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
11982026-09-04T23:13:50.970Z Actions: 1/268 actions (Installing new actions)
11992026-09-04T23:13:51.009Z Actions: Completed 268 actions in 0.04 seconds.
12002026-09-04T23:13:51.046ZFinalize: Updating package state database ... Done (0.037s)
12012026-09-04T23:13:51.046ZFinalize: Updating package cache ... Done (0.000s)
12022026-09-04T23:13:51.143ZFinalize: Updating image state ... Done (0.096s)
12032026-09-04T23:13:53.974ZFinalize: Creating fast lookup database ... Done (2.756s)
12042026-09-04T23:13:54.036ZFinalize: Reading search index ... Done (0.013s)
12052026-09-04T23:13:54.045ZFinalize: Updating search index ... Done (0.000s)
12062026-09-04T23:13:54.133ZFinalize: Updating package cache ... Done (0.000s)
12072026-09-04T23:13:54.512ZPlanning: Evaluating mediator changes ... Done
12082026-09-04T23:13:54.619ZPlanning: Checking for conflicting actions ... Done
12092026-09-04T23:13:54.625ZPlanning: Consolidating action changes ... Done
12102026-09-04T23:13:54.774ZPlanning: Evaluating mediators ... Done
12112026-09-04T23:13:54.778ZPlanning: Planning completed in 0.27 seconds
12122026-09-04T23:13:54.798Z Mediators to change: 2
12132026-09-04T23:13:54.798Z Create boot environment: No
12142026-09-04T23:13:54.798ZCreate backup boot environment: No
12152026-09-04T23:13:54.844ZFinalize: Updating package state database ... Done
12162026-09-04T23:13:54.844ZFinalize: Updating package cache ... Done
12172026-09-04T23:13:54.902ZFinalize: Updating image state ... Done
12182026-09-04T23:13:57.159ZFinalize: Creating fast lookup database ... Done
12192026-09-04T23:13:57.188ZFinalize: Reading search index ... Done
12202026-09-04T23:13:57.188ZFinalize: Updating search index ... Done
12212026-09-04T23:13:57.188ZFinalize: Updating package cache ... Done
12222026-09-04T23:13:57.293ZPlanning: Evaluating mediator changes ... Done
12232026-09-04T23:13:57.400ZPlanning: Checking for conflicting actions ... Done
12242026-09-04T23:13:57.403ZPlanning: Consolidating action changes ... Done
12252026-09-04T23:13:57.556ZPlanning: Evaluating mediators ... Done
12262026-09-04T23:13:57.560ZPlanning: Planning completed in 0.26 seconds
12272026-09-04T23:13:57.580Z Mediators to change: 1
12282026-09-04T23:13:57.581Z Create boot environment: No
12292026-09-04T23:13:57.581ZCreate backup boot environment: No
12302026-09-04T23:13:57.621ZFinalize: Updating package state database ... Done
12312026-09-04T23:13:57.622ZFinalize: Updating package cache ... Done
12322026-09-04T23:13:57.685ZFinalize: Updating image state ... Done
12332026-09-04T23:13:59.673ZFinalize: Creating fast lookup database ... Done
12342026-09-04T23:13:59.733ZFinalize: Reading search index ... Done
12352026-09-04T23:13:59.737ZFinalize: Updating search index ... Done
12362026-09-04T23:13:59.802ZFinalize: Updating package cache ... Done
12372026-09-04T23:14:00.130ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12382026-09-04T23:14:00.130Zapache system 2.4 system
12392026-09-04T23:14:00.130Zclang system 15 system
12402026-09-04T23:14:00.130Zcsh system system illumos
12412026-09-04T23:14:00.130Zctags system system illumos
12422026-09-04T23:14:00.130Zfile vendor vendor darwinsys
12432026-09-04T23:14:00.130Zfile system system illumos
12442026-09-04T23:14:00.130Zgcc vendor 14 vendor
12452026-09-04T23:14:00.130Zgcc system 13 system
12462026-09-04T23:14:00.130Zgcc system 10 system
12472026-09-04T23:14:00.130Zgo system 1.25 system
12482026-09-04T23:14:00.130Zllvm system 15 system
12492026-09-04T23:14:00.130Zmariadb system 11.4 system
12502026-09-04T23:14:00.131Zmta vendor vendor dma
12512026-09-04T23:14:00.131Zopenjdk system 17 system
12522026-09-04T23:14:00.131Zopenjdk system 11 system
12532026-09-04T23:14:00.131Zopenssl vendor 3 vendor
12542026-09-04T23:14:00.131Zperl system 5.40 system
12552026-09-04T23:14:00.131Zpostgresql system 18 system
12562026-09-04T23:14:00.131Zpostgresql system 17 system
12572026-09-04T23:14:00.131Zpython vendor 3 vendor
12582026-09-04T23:14:00.131Zpython system 2 system
12592026-09-04T23:14:00.131Zpython3 vendor 3.13 vendor
12602026-09-04T23:14:00.131Zruby system 3.4 system
12612026-09-04T23:14:00.132Zruby system 3.0 system
12622026-09-04T23:14:00.132Zwords vendor vendor american-english
12632026-09-04T23:14:00.132Zwords system system australian-english
12642026-09-04T23:14:00.132Zwords system system british-english
12652026-09-04T23:14:00.132Zwords system system canadian-english
12662026-09-04T23:14:00.132Zwords system system french
12672026-09-04T23:14:00.132Zwords system system italian
12682026-09-04T23:14:00.132Zwords system system ngerman
12692026-09-04T23:14:00.132Zwords system system ogerman
12702026-09-04T23:14:00.132Zwords system system spanish
12712026-09-04T23:14:00.381ZPUBLISHER TYPE STATUS P LOCATION
12722026-09-04T23:14:00.381Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12732026-09-04T23:14:00.896ZFMRI IFO
12742026-09-04T23:14:00.896Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12752026-09-04T23:14:00.896Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12762026-09-04T23:14:00.896Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12772026-09-04T23:14:00.896Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12782026-09-04T23:14:00.896Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12792026-09-04T23:14:00.896Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12802026-09-04T23:14:00.896Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12812026-09-04T23:14:00.896Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12822026-09-04T23:14:00.897Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12832026-09-04T23:14:01.537Z Downloading crates ...
12842026-09-04T23:14:01.587Z Downloaded cargo_toml v0.21.0
12852026-09-04T23:14:01.635Z Compiling proc-macro2 v1.0.106
12862026-09-04T23:14:01.635Z Compiling unicode-ident v1.0.24
12872026-09-04T23:14:01.635Z Compiling quote v1.0.45
12882026-09-04T23:14:01.635Z Compiling serde_core v1.0.228
12892026-09-04T23:14:01.635Z Compiling libc v0.2.185
12902026-09-04T23:14:01.643Z Compiling version_check v0.9.5
12912026-09-04T23:14:01.643Z Compiling memchr v2.8.0
12922026-09-04T23:14:01.643Z Compiling serde v1.0.228
12932026-09-04T23:14:01.643Z Compiling zmij v1.0.21
12942026-09-04T23:14:01.643Z Compiling itoa v1.0.17
12952026-09-04T23:14:01.718Z Compiling thiserror v1.0.69
12962026-09-04T23:14:01.724Z Compiling ucd-trie v0.1.7
12972026-09-04T23:14:01.728Z Compiling byteorder v1.5.0
12982026-09-04T23:14:01.728Z Compiling rustix v1.1.4
12992026-09-04T23:14:01.922Z Compiling bitflags v2.11.0
13002026-09-04T23:14:02.063Z Compiling serde_json v1.0.151
13012026-09-04T23:14:02.096Z Compiling camino v1.2.5
13022026-09-04T23:14:02.165Z Compiling usdt-impl v0.5.0
13032026-09-04T23:14:02.208Z Compiling pest v2.8.6
13042026-09-04T23:14:02.248Z Compiling proc-macro-error-attr v1.0.4
13052026-09-04T23:14:02.285Z Compiling syn v1.0.109
13062026-09-04T23:14:02.369Z Compiling proc-macro-error v1.0.4
13072026-09-04T23:14:02.386Z Compiling utf8parse v0.2.2
13082026-09-04T23:14:02.391Z Compiling equivalent v1.0.2
13092026-09-04T23:14:02.444Z Compiling hashbrown v0.17.0
13102026-09-04T23:14:02.455Z Compiling log v0.4.33
13112026-09-04T23:14:02.497Z Compiling getrandom v0.4.3
13122026-09-04T23:14:02.508Z Compiling plain v0.2.3
13132026-09-04T23:14:02.520Z Compiling anstyle-parse v1.0.0
13142026-09-04T23:14:02.536Z Compiling toml_write v0.1.2
13152026-09-04T23:14:02.550Z Compiling is_terminal_polyfill v1.70.2
13162026-09-04T23:14:02.633Z Compiling thiserror v2.0.18
13172026-09-04T23:14:02.651Z Compiling anstyle v1.0.14
13182026-09-04T23:14:02.656Z Compiling colorchoice v1.0.4
13192026-09-04T23:14:02.684Z Compiling pretty-hex v0.4.1
13202026-09-04T23:14:02.712Z Compiling winnow v0.7.14
13212026-09-04T23:14:02.721Z Compiling autocfg v1.5.0
13222026-09-04T23:14:02.731Z Compiling cfg-if v1.0.4
13232026-09-04T23:14:02.761Z Compiling errno v0.3.14
13242026-09-04T23:14:02.772Z Compiling thread-id v4.2.2
13252026-09-04T23:14:02.791Z Compiling anstyle-query v1.1.5
13262026-09-04T23:14:02.829Z Compiling fnv v1.0.7
13272026-09-04T23:14:02.872Z Compiling heck v0.4.1
13282026-09-04T23:14:02.926Z Compiling anstream v1.0.0
13292026-09-04T23:14:02.950Z Compiling unicode-width v0.1.14
13302026-09-04T23:14:02.964Z Compiling indexmap v2.14.0
13312026-09-04T23:14:02.970Z Compiling bytecount v0.6.9
13322026-09-04T23:14:02.970Z Compiling once_cell v1.21.3
13332026-09-04T23:14:03.132Z Compiling strsim v0.11.1
13342026-09-04T23:14:03.144Z Compiling clap_lex v1.0.0
13352026-09-04T23:14:03.156Z Compiling anyhow v1.0.104
13362026-09-04T23:14:03.217Z Compiling syn v2.0.117
13372026-09-04T23:14:03.264Z Compiling fs-err v3.3.0
13382026-09-04T23:14:03.270Z Compiling fastrand v2.3.0
13392026-09-04T23:14:03.285Z Compiling heck v0.5.0
13402026-09-04T23:14:03.303Z Compiling papergrid v0.11.0
13412026-09-04T23:14:03.313Z Compiling pest_meta v2.8.6
13422026-09-04T23:14:03.507Z Compiling memmap v0.7.0
13432026-09-04T23:14:03.525Z Compiling smawk v0.3.2
13442026-09-04T23:14:03.538Z Compiling unicode-linebreak v0.1.5
13452026-09-04T23:14:03.548Z Compiling unicode-width v0.2.0
13462026-09-04T23:14:03.630Z Compiling swrite v0.1.0
13472026-09-04T23:14:03.793Z Compiling terminal_size v0.4.3
13482026-09-04T23:14:03.793Z Compiling tempfile v3.27.0
13492026-09-04T23:14:03.896Z Compiling clap_builder v4.6.0
13502026-09-04T23:14:03.896Z Compiling textwrap v0.16.2
13512026-09-04T23:14:04.143Z Compiling semver v1.0.28
13522026-09-04T23:14:04.173Z Compiling cargo-platform v0.3.2
13532026-09-04T23:14:04.404Z Compiling camino-tempfile v1.4.1
13542026-09-04T23:14:04.642Z Compiling tabled_derive v0.7.0
13552026-09-04T23:14:05.319Z Compiling tabled v0.15.0
13562026-09-04T23:14:05.351Z Compiling pest_generator v2.8.6
13572026-09-04T23:14:05.948Z Compiling serde_derive v1.0.228
13582026-09-04T23:14:05.948Z Compiling thiserror-impl v1.0.69
13592026-09-04T23:14:05.948Z Compiling zerocopy-derive v0.7.35
13602026-09-04T23:14:05.952Z Compiling pest_derive v2.8.6
13612026-09-04T23:14:05.952Z Compiling scroll_derive v0.12.1
13622026-09-04T23:14:05.952Z Compiling thiserror-impl v2.0.18
13632026-09-04T23:14:05.952Z Compiling clap_derive v4.6.1
13642026-09-04T23:14:06.537Z Compiling scroll v0.12.0
13652026-09-04T23:14:06.624Z Compiling zerocopy v0.7.35
13662026-09-04T23:14:06.740Z Compiling goblin v0.8.2
13672026-09-04T23:14:06.953Z Compiling dtrace-parser v0.2.0
13682026-09-04T23:14:07.235Z Compiling clap v4.6.1
13692026-09-04T23:14:08.272Z Compiling serde_spanned v0.6.9
13702026-09-04T23:14:08.272Z Compiling toml_datetime v0.6.11
13712026-09-04T23:14:08.272Z Compiling macaddr v1.0.1
13722026-09-04T23:14:08.276Z Compiling cargo_metadata v0.23.1
13732026-09-04T23:14:08.276Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13742026-09-04T23:14:08.291Z Compiling dof v0.3.0
13752026-09-04T23:14:08.304Z Compiling serde_tokenstream v0.2.3
13762026-09-04T23:14:08.464Z Compiling toml_edit v0.22.27
13772026-09-04T23:14:08.961Z Compiling usdt-attr-macro v0.5.0
13782026-09-04T23:14:08.961Z Compiling usdt-macro v0.5.0
13792026-09-04T23:14:10.373Z Compiling usdt v0.5.0
13802026-09-04T23:14:10.441Z Compiling toml v0.8.23
13812026-09-04T23:14:10.441Z Compiling cargo_toml v0.21.0
13822026-09-04T23:14:11.298Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13832026-09-04T23:14:13.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.25s
13842026-09-04T23:14:13.401Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13852026-09-04T23:14:14.158Z Compiling serde_core v1.0.228
13862026-09-04T23:14:14.158Z Compiling libc v0.2.185
13872026-09-04T23:14:14.158Z Compiling serde v1.0.228
13882026-09-04T23:14:14.158Z Compiling log v0.4.33
13892026-09-04T23:14:14.158Z Compiling smallvec v1.15.1
13902026-09-04T23:14:14.161Z Compiling find-msvc-tools v0.1.9
13912026-09-04T23:14:14.161Z Compiling shlex v1.3.0
13922026-09-04T23:14:14.161Z Compiling subtle v2.6.1
13932026-09-04T23:14:14.161Z Compiling scopeguard v1.2.0
13942026-09-04T23:14:14.161Z Compiling typenum v1.20.1
13952026-09-04T23:14:14.162Z Compiling stable_deref_trait v1.2.1
13962026-09-04T23:14:14.162Z Compiling zerocopy v0.8.55
13972026-09-04T23:14:14.162Z Compiling portable-atomic v1.13.1
13982026-09-04T23:14:14.162Z Compiling serde_json v1.0.151
13992026-09-04T23:14:14.162Z Compiling syn v2.0.117
14002026-09-04T23:14:14.295Z Compiling critical-section v1.2.0
14012026-09-04T23:14:14.474Z Compiling libm v0.2.16
14022026-09-04T23:14:14.490Z Compiling num-traits v0.2.19
14032026-09-04T23:14:14.501Z Compiling pkg-config v0.3.32
14042026-09-04T23:14:14.519Z Compiling generic-array v0.14.7
14052026-09-04T23:14:14.533Z Compiling lock_api v0.4.14
14062026-09-04T23:14:14.553Z Compiling pin-project-lite v0.2.17
14072026-09-04T23:14:14.609Z Compiling parking_lot_core v0.9.12
14082026-09-04T23:14:14.639Z Compiling getrandom v0.4.3
14092026-09-04T23:14:14.655Z Compiling const-oid v0.9.6
14102026-09-04T23:14:14.668Z Compiling rand_core v0.10.0
14112026-09-04T23:14:14.739Z Compiling litemap v0.8.1
14122026-09-04T23:14:14.784Z Compiling futures-core v0.3.32
14132026-09-04T23:14:14.802Z Compiling percent-encoding v2.3.2
14142026-09-04T23:14:14.806Z Compiling writeable v0.6.2
14152026-09-04T23:14:14.872Z Compiling icu_properties_data v2.1.2
14162026-09-04T23:14:14.899Z Compiling icu_normalizer_data v2.1.1
14172026-09-04T23:14:14.954Z Compiling rustix v1.1.4
14182026-09-04T23:14:14.957Z Compiling getrandom v0.3.4
14192026-09-04T23:14:14.983Z Compiling futures-sink v0.3.32
14202026-09-04T23:14:15.012Z Compiling futures-task v0.3.32
14212026-09-04T23:14:15.049Z Compiling utf8_iter v1.0.4
14222026-09-04T23:14:15.067Z Compiling futures-io v0.3.32
14232026-09-04T23:14:15.094Z Compiling futures-channel v0.3.32
14242026-09-04T23:14:15.109Z Compiling slab v0.4.12
14252026-09-04T23:14:15.169Z Compiling form_urlencoded v1.2.2
14262026-09-04T23:14:15.211Z Compiling rustversion v1.0.22
14272026-09-04T23:14:15.224Z Compiling iana-time-zone v0.1.65
14282026-09-04T23:14:15.236Z Compiling base64ct v1.8.3
14292026-09-04T23:14:15.241Z Compiling flagset v0.4.7
14302026-09-04T23:14:15.280Z Compiling ident_case v1.0.1
14312026-09-04T23:14:15.333Z Compiling regex-syntax v0.8.10
14322026-09-04T23:14:15.350Z Compiling fs_extra v1.3.0
14332026-09-04T23:14:15.367Z Compiling errno v0.3.14
14342026-09-04T23:14:15.397Z Compiling jobserver v0.1.34
14352026-09-04T23:14:15.446Z Compiling once_cell v1.21.3
14362026-09-04T23:14:15.461Z Compiling getrandom v0.2.17
14372026-09-04T23:14:15.542Z Compiling signal-hook-registry v1.4.8
14382026-09-04T23:14:15.557Z Compiling mio v1.2.0
14392026-09-04T23:14:15.573Z Compiling socket2 v0.6.3
14402026-09-04T23:14:15.609Z Compiling pem-rfc7468 v0.7.0
14412026-09-04T23:14:15.636Z Compiling cc v1.2.56
14422026-09-04T23:14:15.651Z Compiling rand_core v0.6.4
14432026-09-04T23:14:15.686Z Compiling parking_lot v0.12.5
14442026-09-04T23:14:15.767Z Compiling dunce v1.0.5
14452026-09-04T23:14:15.796Z Compiling base64 v0.22.1
14462026-09-04T23:14:15.831Z Compiling syn v1.0.109
14472026-09-04T23:14:15.879Z Compiling vcpkg v0.2.15
14482026-09-04T23:14:15.926Z Compiling rand_core v0.9.5
14492026-09-04T23:14:15.942Z Compiling tracing-core v0.1.36
14502026-09-04T23:14:15.987Z Compiling dyn-clone v1.0.20
14512026-09-04T23:14:15.991Z Compiling aws-lc-rs v1.16.3
14522026-09-04T23:14:16.017Z Compiling cpufeatures v0.2.17
14532026-09-04T23:14:16.033Z Compiling simd-adler32 v0.3.8
14542026-09-04T23:14:16.071Z Compiling schemars v0.8.22
14552026-09-04T23:14:16.104Z Compiling spin v0.9.8
14562026-09-04T23:14:16.141Z Compiling httparse v1.10.1
14572026-09-04T23:14:16.154Z Compiling tinyvec_macros v0.1.1
14582026-09-04T23:14:16.212Z Compiling openssl-probe v0.2.1
14592026-09-04T23:14:16.241Z Compiling cmov v0.5.4
14602026-09-04T23:14:16.307Z Compiling adler2 v2.0.1
14612026-09-04T23:14:16.331Z Compiling crc32fast v1.5.0
14622026-09-04T23:14:16.337Z Compiling tinyvec v1.10.0
14632026-09-04T23:14:16.343Z Compiling aho-corasick v1.1.4
14642026-09-04T23:14:16.349Z Compiling cmake v0.1.57
14652026-09-04T23:14:16.354Z Compiling untrusted v0.7.1
14662026-09-04T23:14:16.416Z Compiling miniz_oxide v0.8.9
14672026-09-04T23:14:16.455Z Compiling bitflags v2.11.0
14682026-09-04T23:14:16.495Z Compiling semver v1.0.28
14692026-09-04T23:14:16.511Z Compiling indexmap v2.14.0
14702026-09-04T23:14:16.525Z Compiling uuid v1.23.4
14712026-09-04T23:14:16.640Z Compiling ctutils v0.4.2
14722026-09-04T23:14:16.670Z Compiling try-lock v0.2.5
14732026-09-04T23:14:16.707Z Compiling radium v0.7.0
14742026-09-04T23:14:16.722Z Compiling tower-service v0.3.3
14752026-09-04T23:14:16.798Z Compiling rustc_version v0.4.1
14762026-09-04T23:14:16.798Z Compiling unicode-segmentation v1.12.0
14772026-09-04T23:14:16.829Z Compiling atomic-waker v1.1.2
14782026-09-04T23:14:16.845Z Compiling tower-layer v0.3.3
14792026-09-04T23:14:16.882Z Compiling want v0.3.1
14802026-09-04T23:14:17.024Z Compiling httpdate v1.0.3
14812026-09-04T23:14:17.037Z Compiling untrusted v0.9.0
14822026-09-04T23:14:17.056Z Compiling rustls v0.23.41
14832026-09-04T23:14:17.140Z Compiling tap v1.0.1
14842026-09-04T23:14:17.165Z Compiling openssl v0.10.80
14852026-09-04T23:14:17.178Z Compiling synstructure v0.13.2
14862026-09-04T23:14:17.183Z Compiling serde_derive_internals v0.29.1
14872026-09-04T23:14:17.210Z Compiling aws-lc-sys v0.40.0
14882026-09-04T23:14:17.226Z Compiling openssl-sys v0.9.117
14892026-09-04T23:14:17.231Z Compiling pest_generator v2.8.6
14902026-09-04T23:14:17.252Z Compiling regex-automata v0.4.14
14912026-09-04T23:14:17.268Z Compiling darling_core v0.20.11
14922026-09-04T23:14:17.284Z Compiling maybe-uninit v2.0.0
14932026-09-04T23:14:17.305Z Compiling foreign-types-shared v0.1.1
14942026-09-04T23:14:17.401Z Compiling foreign-types v0.3.2
14952026-09-04T23:14:17.421Z Compiling wyz v0.5.1
14962026-09-04T23:14:17.480Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-09-04T23:14:17.588Z Compiling tempfile v3.27.0
14982026-09-04T23:14:17.622Z Compiling terminal_size v0.4.3
14992026-09-04T23:14:17.697Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-09-04T23:14:17.778Z Compiling unicode-normalization v0.1.25
15012026-09-04T23:14:17.825Z Compiling num-integer v0.1.46
15022026-09-04T23:14:17.842Z Compiling socket2 v0.5.10
15032026-09-04T23:14:17.865Z Compiling wait-timeout v0.2.1
15042026-09-04T23:14:17.968Z Compiling ahash v0.8.12
15052026-09-04T23:14:17.982Z Compiling powerfmt v0.2.0
15062026-09-04T23:14:17.998Z Compiling num-conv v0.2.0
15072026-09-04T23:14:18.090Z Compiling quick-error v1.2.3
15082026-09-04T23:14:18.113Z Compiling packed_struct v0.10.1
15092026-09-04T23:14:18.130Z Compiling native-tls v0.2.18
15102026-09-04T23:14:18.152Z Compiling bit-vec v0.8.0
15112026-09-04T23:14:18.155Z Compiling funty v2.0.0
15122026-09-04T23:14:18.183Z Compiling time-core v0.1.8
15132026-09-04T23:14:18.198Z Compiling num-bigint-dig v0.8.6
15142026-09-04T23:14:18.215Z Compiling rusty-fork v0.3.1
15152026-09-04T23:14:18.258Z Compiling clap_builder v4.6.0
15162026-09-04T23:14:18.261Z Compiling deranged v0.5.8
15172026-09-04T23:14:18.330Z Compiling num-iter v0.1.45
15182026-09-04T23:14:18.344Z Compiling time-macros v0.2.27
15192026-09-04T23:14:18.382Z Compiling bit-set v0.8.0
15202026-09-04T23:14:18.467Z Compiling lazy_static v1.5.0
15212026-09-04T23:14:18.479Z Compiling rand_xorshift v0.4.0
15222026-09-04T23:14:18.522Z Compiling bitvec v1.0.1
15232026-09-04T23:14:18.552Z Compiling sync_wrapper v1.0.2
15242026-09-04T23:14:18.565Z Compiling indexmap v1.9.3
15252026-09-04T23:14:18.580Z Compiling siphasher v1.0.2
15262026-09-04T23:14:18.654Z Compiling zlib-rs v0.6.2
15272026-09-04T23:14:18.673Z Compiling crossbeam-utils v0.8.21
15282026-09-04T23:14:18.765Z Compiling usdt-impl v0.6.0
15292026-09-04T23:14:18.780Z Compiling object v0.37.3
15302026-09-04T23:14:18.793Z Compiling num_threads v0.1.7
15312026-09-04T23:14:18.901Z Compiling paste v1.0.15
15322026-09-04T23:14:18.932Z Compiling serde_derive v1.0.228
15332026-09-04T23:14:18.977Z Compiling zeroize_derive v1.5.0
15342026-09-04T23:14:18.990Z Compiling zerofrom-derive v0.1.6
15352026-09-04T23:14:19.066Z Compiling zerocopy-derive v0.8.55
15362026-09-04T23:14:19.184Z Compiling yoke-derive v0.8.1
15372026-09-04T23:14:19.262Z Compiling zerovec-derive v0.11.2
15382026-09-04T23:14:19.379Z Compiling displaydoc v0.2.5
15392026-09-04T23:14:19.416Z Compiling tokio-macros v2.7.0
15402026-09-04T23:14:19.619Z Compiling futures-macro v0.3.32
15412026-09-04T23:14:19.656Z Compiling thiserror-impl v2.0.18
15422026-09-04T23:14:19.983Z Compiling der_derive v0.7.3
15432026-09-04T23:14:20.140Z Compiling tracing-attributes v0.1.31
15442026-09-04T23:14:20.214Z Compiling schemars_derive v0.8.22
15452026-09-04T23:14:20.236Z Compiling scroll_derive v0.13.1
15462026-09-04T23:14:20.458Z Compiling pest_derive v2.8.6
15472026-09-04T23:14:20.461Z Compiling darling_macro v0.20.11
15482026-09-04T23:14:20.488Z Compiling zerofrom v0.1.6
15492026-09-04T23:14:20.519Z Compiling futures-util v0.3.32
15502026-09-04T23:14:20.633Z Compiling yoke v0.8.1
15512026-09-04T23:14:20.831Z Compiling zerovec v0.11.5
15522026-09-04T23:14:20.940Z Compiling zerotrie v0.2.3
15532026-09-04T23:14:21.011Z Compiling thiserror-impl v1.0.69
15542026-09-04T23:14:21.027Z Compiling openssl-macros v0.1.1
15552026-09-04T23:14:21.091Z Compiling thiserror v2.0.18
15562026-09-04T23:14:21.117Z Compiling scroll v0.13.0
15572026-09-04T23:14:21.217Z Compiling darling v0.20.11
15582026-09-04T23:14:21.255Z Compiling packed_struct_codegen v0.10.1
15592026-09-04T23:14:21.313Z Compiling tinystr v0.8.2
15602026-09-04T23:14:21.329Z Compiling potential_utf v0.1.4
15612026-09-04T23:14:21.367Z Compiling goblin v0.10.5
15622026-09-04T23:14:21.411Z Compiling bitfield-macros v0.19.4
15632026-09-04T23:14:21.434Z Compiling zerocopy-derive v0.6.6
15642026-09-04T23:14:21.465Z Compiling icu_collections v2.1.1
15652026-09-04T23:14:21.522Z Compiling icu_locale_core v2.1.1
15662026-09-04T23:14:21.559Z Compiling tracing v0.1.44
15672026-09-04T23:14:21.563Z Compiling clap_derive v4.6.1
15682026-09-04T23:14:21.848Z Compiling crc-catalog v2.4.0
15692026-09-04T23:14:21.940Z Compiling nodrop v0.1.14
15702026-09-04T23:14:21.959Z Compiling unarray v0.1.4
15712026-09-04T23:14:21.992Z Compiling crc v3.4.0
15722026-09-04T23:14:22.079Z Compiling array-init v0.0.4
15732026-09-04T23:14:22.090Z Compiling flate2 v1.1.9
15742026-09-04T23:14:22.171Z Compiling icu_provider v2.1.1
15752026-09-04T23:14:22.224Z Compiling bitfield v0.19.4
15762026-09-04T23:14:22.348Z Compiling thiserror v1.0.69
15772026-09-04T23:14:22.365Z Compiling zerocopy v0.6.6
15782026-09-04T23:14:22.387Z Compiling derive_builder_core v0.20.2
15792026-09-04T23:14:22.423Z Compiling icu_properties v2.1.2
15802026-09-04T23:14:22.444Z Compiling icu_normalizer v2.1.1
15812026-09-04T23:14:22.459Z Compiling dtrace-parser v0.3.0
15822026-09-04T23:14:22.493Z Compiling zeroize v1.9.0
15832026-09-04T23:14:22.517Z Compiling bytes v1.11.1
15842026-09-04T23:14:22.532Z Compiling chrono v0.4.45
15852026-09-04T23:14:22.560Z Compiling ipnet v2.12.0
15862026-09-04T23:14:22.735Z Compiling der v0.7.10
15872026-09-04T23:14:22.933Z Compiling rustls-pki-types v1.14.0
15882026-09-04T23:14:23.010Z Compiling hybrid-array v0.4.13
15892026-09-04T23:14:23.049Z Compiling tokio v1.52.1
15902026-09-04T23:14:23.156Z Compiling http v1.4.2
15912026-09-04T23:14:23.232Z Compiling hex v0.4.3
15922026-09-04T23:14:23.276Z Compiling crypto-common v0.1.7
15932026-09-04T23:14:23.312Z Compiling block-buffer v0.10.4
15942026-09-04T23:14:23.366Z Compiling idna_adapter v1.2.1
15952026-09-04T23:14:23.386Z Compiling toml_datetime v0.6.11
15962026-09-04T23:14:23.446Z Compiling digest v0.10.7
15972026-09-04T23:14:23.488Z Compiling idna v1.1.0
15982026-09-04T23:14:23.492Z Compiling serde_spanned v0.6.9
15992026-09-04T23:14:23.523Z Compiling clap v4.6.1
16002026-09-04T23:14:23.617Z Compiling ppv-lite86 v0.2.21
16012026-09-04T23:14:23.650Z Compiling spki v0.7.3
16022026-09-04T23:14:23.672Z Compiling sha2 v0.10.9
16032026-09-04T23:14:23.733Z Compiling signature v2.2.0
16042026-09-04T23:14:23.791Z Compiling url v2.5.8
16052026-09-04T23:14:23.801Z Compiling http-body v1.0.1
16062026-09-04T23:14:23.877Z Compiling pkcs8 v0.10.2
16072026-09-04T23:14:23.919Z Compiling rand_chacha v0.9.0
16082026-09-04T23:14:23.944Z Compiling rand_chacha v0.3.1
16092026-09-04T23:14:23.944Z Compiling hmac v0.12.1
16102026-09-04T23:14:23.970Z Compiling http-body-util v0.1.3
16112026-09-04T23:14:24.081Z Compiling pkcs1 v0.7.5
16122026-09-04T23:14:24.121Z Compiling rand v0.9.2
16132026-09-04T23:14:24.150Z Compiling dof v0.4.0
16142026-09-04T23:14:24.264Z Compiling rand v0.8.6
16152026-09-04T23:14:24.418Z Compiling time v0.3.47
16162026-09-04T23:14:24.630Z Compiling scroll_derive v0.12.1
16172026-09-04T23:14:24.645Z Compiling structmeta-derive v0.3.0
16182026-09-04T23:14:24.675Z Compiling proptest v1.11.0
16192026-09-04T23:14:24.692Z Compiling smallvec v0.6.14
16202026-09-04T23:14:24.749Z Compiling darling_core v0.23.0
16212026-09-04T23:14:24.906Z Compiling heapless v0.7.17
16222026-09-04T23:14:24.961Z Compiling slog v2.8.2
16232026-09-04T23:14:25.051Z Compiling thread-id v5.1.0
16242026-09-04T23:14:25.132Z Compiling env_filter v2.0.0
16252026-09-04T23:14:25.157Z Compiling syn v3.0.3
16262026-09-04T23:14:25.171Z Compiling ipnetwork v0.21.1
16272026-09-04T23:14:25.186Z Compiling cookie v0.18.1
16282026-09-04T23:14:25.392Z Compiling allocator-api2 v0.2.21
16292026-09-04T23:14:25.406Z Compiling anyhow v1.0.104
16302026-09-04T23:14:25.409Z Compiling winnow v0.5.40
16312026-09-04T23:14:25.443Z Compiling unicode-bidi v0.3.18
16322026-09-04T23:14:25.589Z Compiling iri-string v0.7.10
16332026-09-04T23:14:25.701Z Compiling gimli v0.32.3
16342026-09-04T23:14:25.716Z Compiling unicode-properties v0.1.4
16352026-09-04T23:14:25.731Z Compiling base64 v0.21.7
16362026-09-04T23:14:25.746Z Compiling zstd-safe v7.2.4
16372026-09-04T23:14:25.759Z Compiling signal-hook v0.3.18
16382026-09-04T23:14:25.843Z Compiling hashbrown v0.12.3
16392026-09-04T23:14:25.944Z Compiling ryu v1.0.23
16402026-09-04T23:14:25.993Z Compiling ron v0.8.1
16412026-09-04T23:14:26.008Z Compiling rsa v0.9.10
16422026-09-04T23:14:26.011Z Compiling stringprep v0.1.5
16432026-09-04T23:14:26.067Z Compiling structmeta v0.3.0
16442026-09-04T23:14:26.081Z Compiling serde_urlencoded v0.7.1
16452026-09-04T23:14:26.334Z Compiling scroll v0.12.0
16462026-09-04T23:14:26.349Z Compiling oxnet v0.1.6
16472026-09-04T23:14:26.536Z Compiling env_logger v0.11.11
16482026-09-04T23:14:26.719Z Compiling serde-hex v0.1.0
16492026-09-04T23:14:26.826Z Compiling camino v1.2.5
16502026-09-04T23:14:26.859Z Compiling toml_edit v0.19.15
16512026-09-04T23:14:26.945Z Compiling tokio-util v0.7.18
16522026-09-04T23:14:26.967Z Compiling tower v0.5.3
16532026-09-04T23:14:27.015Z Compiling tokio-native-tls v0.3.1
16542026-09-04T23:14:27.192Z Compiling newtype-uuid v1.3.2
16552026-09-04T23:14:27.219Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16562026-09-04T23:14:27.434Z Compiling darling_macro v0.23.0
16572026-09-04T23:14:27.482Z Compiling addr2line v0.25.1
16582026-09-04T23:14:27.551Z Compiling tower-http v0.6.8
16592026-09-04T23:14:27.668Z Compiling h2 v0.4.15
16602026-09-04T23:14:27.837Z Compiling bzip2 v0.4.4
16612026-09-04T23:14:27.897Z Compiling hashbrown v0.13.2
16622026-09-04T23:14:27.978Z Compiling x509-cert v0.2.5
16632026-09-04T23:14:28.024Z Compiling block-padding v0.4.2
16642026-09-04T23:14:28.065Z Compiling crypto-common v0.2.2
16652026-09-04T23:14:28.212Z Compiling block-buffer v0.12.1
16662026-09-04T23:14:28.257Z Compiling md-5 v0.10.6
16672026-09-04T23:14:28.397Z Compiling derive_builder_macro v0.20.2
16682026-09-04T23:14:28.433Z Compiling rustls-native-certs v0.8.3
16692026-09-04T23:14:28.448Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16702026-09-04T23:14:28.451Z Compiling serde_tokenstream v0.2.3
16712026-09-04T23:14:28.649Z Compiling erased-serde v0.3.31
16722026-09-04T23:14:28.696Z Compiling daft-derive v0.1.8
16732026-09-04T23:14:28.744Z Compiling bstr v1.12.1
16742026-09-04T23:14:28.791Z Compiling async-trait v0.1.89
16752026-09-04T23:14:28.894Z Compiling pin-project-internal v1.1.11
16762026-09-04T23:14:28.924Z Compiling zerocopy-derive v0.7.35
16772026-09-04T23:14:29.158Z Compiling curve25519-dalek v4.1.3
16782026-09-04T23:14:29.173Z Compiling heck v0.4.1
16792026-09-04T23:14:29.398Z Compiling vergen-lib v9.1.0
16802026-09-04T23:14:29.415Z Compiling hash32 v0.2.1
16812026-09-04T23:14:29.435Z Compiling memoffset v0.9.1
16822026-09-04T23:14:29.520Z Compiling encoding_rs v0.8.35
16832026-09-04T23:14:29.546Z Compiling smoltcp v0.9.1
16842026-09-04T23:14:29.607Z Compiling fallible-iterator v0.2.0
16852026-09-04T23:14:29.622Z Compiling owo-colors v4.3.0
16862026-09-04T23:14:29.635Z Compiling rustix v0.38.44
16872026-09-04T23:14:29.656Z Compiling rustc-demangle v0.1.27
16882026-09-04T23:14:29.810Z Compiling crc-any v2.5.0
16892026-09-04T23:14:29.839Z Compiling litrs v1.0.0
16902026-09-04T23:14:29.882Z Compiling mime v0.3.17
16912026-09-04T23:14:29.946Z Compiling psl-types v2.0.11
16922026-09-04T23:14:29.976Z Compiling cfg_aliases v0.2.1
16932026-09-04T23:14:30.005Z Compiling ref-cast v1.0.25
16942026-09-04T23:14:30.058Z Compiling pin-project v1.1.11
16952026-09-04T23:14:30.075Z Compiling nix v0.31.2
16962026-09-04T23:14:30.088Z Compiling publicsuffix v2.3.0
16972026-09-04T23:14:30.136Z Compiling backtrace v0.3.76
16982026-09-04T23:14:30.149Z Compiling postgres-protocol v0.6.10
16992026-09-04T23:14:30.165Z Compiling zerocopy v0.7.35
17002026-09-04T23:14:30.279Z Compiling daft v0.1.8
17012026-09-04T23:14:30.300Z Compiling snafu-derive v0.8.9
17022026-09-04T23:14:30.385Z Compiling document-features v0.2.12
17032026-09-04T23:14:30.399Z Compiling derive_builder v0.20.2
17042026-09-04T23:14:30.462Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17052026-09-04T23:14:30.543Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17062026-09-04T23:14:30.558Z Compiling object v0.30.4
17072026-09-04T23:14:30.593Z Compiling toml v0.7.8
17082026-09-04T23:14:30.719Z Compiling inout v0.2.2
17092026-09-04T23:14:30.733Z Compiling zip v0.6.6
17102026-09-04T23:14:30.751Z Compiling darling v0.23.0
17112026-09-04T23:14:30.751Z Compiling goblin v0.8.2
17122026-09-04T23:14:30.923Z Compiling hyper v1.10.1
17132026-09-04T23:14:30.992Z Compiling derive-ex v0.1.8
17142026-09-04T23:14:31.227Z Compiling futures-executor v0.3.32
17152026-09-04T23:14:31.340Z Compiling hubpack_derive v0.1.1
17162026-09-04T23:14:31.355Z Compiling regex v1.12.3
17172026-09-04T23:14:31.358Z Compiling strum_macros v0.27.2
17182026-09-04T23:14:31.383Z Compiling curve25519-dalek-derive v0.1.1
17192026-09-04T23:14:31.518Z Compiling ref-cast-impl v1.0.25
17202026-09-04T23:14:31.541Z Compiling phf_shared v0.13.1
17212026-09-04T23:14:31.806Z Compiling convert_case v0.10.0
17222026-09-04T23:14:31.821Z Compiling cargo-platform v0.3.2
17232026-09-04T23:14:31.837Z Compiling vergen v9.1.0
17242026-09-04T23:14:31.990Z Compiling ff v0.13.1
17252026-09-04T23:14:32.005Z Compiling fs-err v3.3.0
17262026-09-04T23:14:32.042Z Compiling bumpalo v3.20.2
17272026-09-04T23:14:32.071Z Compiling hyper-util v0.1.20
17282026-09-04T23:14:32.116Z Compiling same-file v1.0.6
17292026-09-04T23:14:32.131Z Compiling libbz2-rs-sys v0.2.2
17302026-09-04T23:14:32.134Z Compiling path-slash v0.1.5
17312026-09-04T23:14:32.159Z Compiling base16ct v0.2.0
17322026-09-04T23:14:32.218Z Compiling managed v0.8.0
17332026-09-04T23:14:32.277Z Compiling foldhash v0.2.0
17342026-09-04T23:14:32.292Z Compiling is_ci v1.2.0
17352026-09-04T23:14:32.305Z Compiling bitflags v1.3.2
17362026-09-04T23:14:32.321Z Compiling foldhash v0.1.5
17372026-09-04T23:14:32.360Z Compiling jiff-core v0.1.0
17382026-09-04T23:14:32.393Z Compiling textwrap v0.16.2
17392026-09-04T23:14:32.441Z Compiling hashbrown v0.15.5
17402026-09-04T23:14:32.455Z Compiling hashbrown v0.16.1
17412026-09-04T23:14:32.525Z Compiling supports-color v3.0.2
17422026-09-04T23:14:32.582Z Compiling bzip2 v0.6.1
17432026-09-04T23:14:32.709Z Compiling test-strategy v0.4.5
17442026-09-04T23:14:32.724Z Compiling sec1 v0.7.3
17452026-09-04T23:14:32.812Z Compiling snafu v0.8.9
17462026-09-04T23:14:32.847Z Compiling walkdir v2.5.0
17472026-09-04T23:14:32.875Z Compiling zopfli v0.8.3
17482026-09-04T23:14:33.022Z Compiling dof v0.3.0
17492026-09-04T23:14:33.036Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17502026-09-04T23:14:33.175Z Compiling jiff v0.2.34
17512026-09-04T23:14:33.189Z Compiling derive_more-impl v2.1.1
17522026-09-04T23:14:33.318Z Compiling group v0.13.0
17532026-09-04T23:14:33.391Z Compiling strum v0.27.2
17542026-09-04T23:14:33.454Z Compiling hyper-tls v0.6.0
17552026-09-04T23:14:33.485Z Compiling cargo_metadata v0.23.1
17562026-09-04T23:14:33.515Z Compiling hubpack v0.1.2
17572026-09-04T23:14:33.547Z Compiling phf v0.13.1
17582026-09-04T23:14:33.561Z Compiling signal-hook-mio v0.2.5
17592026-09-04T23:14:33.697Z Compiling reqwest v0.12.28
17602026-09-04T23:14:33.712Z Compiling futures v0.3.32
17612026-09-04T23:14:33.726Z Compiling zstd v0.13.3
17622026-09-04T23:14:33.770Z Compiling cookie_store v0.22.1
17632026-09-04T23:14:33.804Z Compiling cipher v0.5.2
17642026-09-04T23:14:33.834Z Compiling serde_with_macros v3.21.0
17652026-09-04T23:14:34.008Z Compiling backtrace-ext v0.2.1
17662026-09-04T23:14:34.130Z Compiling postgres-types v0.2.12
17672026-09-04T23:14:34.257Z Compiling globset v0.4.18
17682026-09-04T23:14:34.287Z Compiling usdt-macro v0.6.0
17692026-09-04T23:14:34.364Z Compiling usdt-attr-macro v0.6.0
17702026-09-04T23:14:34.450Z Compiling byte-wrapper v0.1.0
17712026-09-04T23:14:34.467Z Compiling hkdf v0.12.4
17722026-09-04T23:14:34.663Z Compiling ed25519 v2.2.3
17732026-09-04T23:14:34.691Z Compiling crypto-bigint v0.5.5
17742026-09-04T23:14:34.851Z Compiling serde_plain v1.0.2
17752026-09-04T23:14:34.890Z Compiling olpc-cjson v0.1.4
17762026-09-04T23:14:34.961Z Compiling serde-big-array v0.5.1
17772026-09-04T23:14:35.003Z Compiling dtrace-parser v0.2.0
17782026-09-04T23:14:35.044Z Compiling serde_repr v0.1.20
17792026-09-04T23:14:35.077Z Compiling miette-derive v7.6.0
17802026-09-04T23:14:35.091Z Compiling strum_macros v0.26.4
17812026-09-04T23:14:35.119Z Compiling enum-as-inner v0.6.1
17822026-09-04T23:14:35.146Z Compiling async-recursion v1.1.1
17832026-09-04T23:14:35.254Z Compiling phf_shared v0.11.3
17842026-09-04T23:14:35.366Z Compiling float-cmp v0.10.0
17852026-09-04T23:14:35.460Z Compiling pem v3.0.6
17862026-09-04T23:14:35.534Z Compiling thread-id v4.2.2
17872026-09-04T23:14:35.608Z Compiling memmap2 v0.9.10
17882026-09-04T23:14:35.640Z Compiling keccak v0.1.6
17892026-09-04T23:14:35.644Z Compiling new_debug_unreachable v1.0.6
17902026-09-04T23:14:35.670Z Compiling difflib v0.4.0
17912026-09-04T23:14:35.740Z Compiling static_assertions v1.1.0
17922026-09-04T23:14:35.785Z Compiling fixedbitset v0.5.7
17932026-09-04T23:14:35.831Z Compiling either v1.15.0
17942026-09-04T23:14:35.846Z Compiling data-encoding v2.10.0
17952026-09-04T23:14:35.850Z Compiling winnow v1.0.3
17962026-09-04T23:14:35.850Z Compiling supports-hyperlinks v3.2.0
17972026-09-04T23:14:35.893Z Compiling whoami v2.1.0
17982026-09-04T23:14:36.048Z Compiling normalize-line-endings v0.3.0
17992026-09-04T23:14:36.062Z Compiling precomputed-hash v0.1.1
18002026-09-04T23:14:36.114Z Compiling fixedbitset v0.4.2
18012026-09-04T23:14:36.161Z Compiling cpufeatures v0.3.0
18022026-09-04T23:14:36.176Z Compiling supports-unicode v3.0.0
18032026-09-04T23:14:36.250Z Compiling const-oid v0.10.2
18042026-09-04T23:14:36.250Z Compiling typed-path v0.9.3
18052026-09-04T23:14:36.288Z Compiling predicates-core v1.0.10
18062026-09-04T23:14:36.301Z Compiling miette v7.6.0
18072026-09-04T23:14:36.346Z Compiling petgraph v0.6.5
18082026-09-04T23:14:36.361Z Compiling chacha20 v0.10.0
18092026-09-04T23:14:36.375Z Compiling hickory-proto v0.25.2
18102026-09-04T23:14:36.416Z Compiling digest v0.11.3
18112026-09-04T23:14:36.480Z Compiling predicates v3.1.4
18122026-09-04T23:14:36.484Z Compiling string_cache v0.8.9
18132026-09-04T23:14:36.574Z Compiling toml_edit v0.22.27
18142026-09-04T23:14:36.670Z Compiling tokio-postgres v0.7.16
18152026-09-04T23:14:36.739Z Compiling itertools v0.13.0
18162026-09-04T23:14:36.764Z Compiling petgraph v0.8.3
18172026-09-04T23:14:36.847Z Compiling toml_parser v1.1.2+spec-1.1.0
18182026-09-04T23:14:36.865Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18192026-09-04T23:14:36.911Z Compiling strum v0.26.3
18202026-09-04T23:14:37.003Z Compiling sha3 v0.10.8
18212026-09-04T23:14:37.083Z Compiling usdt v0.6.0
18222026-09-04T23:14:37.179Z Compiling elliptic-curve v0.13.8
18232026-09-04T23:14:37.358Z Compiling usdt-impl v0.5.0
18242026-09-04T23:14:37.493Z Compiling zip v4.6.1
18252026-09-04T23:14:37.508Z Compiling crossterm v0.28.1
18262026-09-04T23:14:37.511Z Compiling serde_with v3.21.0
18272026-09-04T23:14:37.536Z Compiling ed25519-dalek v2.2.0
18282026-09-04T23:14:37.565Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18292026-09-04T23:14:37.876Z Compiling derive_more v2.1.1
18302026-09-04T23:14:38.003Z Compiling iddqd v0.4.2
18312026-09-04T23:14:38.042Z Compiling similar v2.7.0
18322026-09-04T23:14:38.073Z Compiling tokio-stream v0.1.18
18332026-09-04T23:14:38.460Z Compiling crossbeam-epoch v0.9.18
18342026-09-04T23:14:38.475Z Compiling buf-list v1.1.2
18352026-09-04T23:14:38.558Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18362026-09-04T23:14:38.717Z Compiling openapiv3 v2.2.0
18372026-09-04T23:14:38.774Z Compiling lalrpop-util v0.19.12
18382026-09-04T23:14:38.796Z Compiling peg-runtime v0.8.5
18392026-09-04T23:14:38.809Z Compiling thread_local v1.1.9
18402026-09-04T23:14:38.876Z Compiling slog-async v2.8.0
18412026-09-04T23:14:38.938Z Compiling crossbeam-channel v0.5.15
18422026-09-04T23:14:38.949Z Compiling filetime v0.2.27
18432026-09-04T23:14:38.988Z Compiling is-terminal v0.4.17
18442026-09-04T23:14:39.083Z Compiling xattr v1.6.1
18452026-09-04T23:14:39.097Z Compiling term v1.2.1
18462026-09-04T23:14:39.113Z Compiling take_mut v0.2.2
18472026-09-04T23:14:39.129Z Compiling camino-tempfile v1.4.1
18482026-09-04T23:14:39.222Z Compiling tar v0.4.46
18492026-09-04T23:14:39.374Z Compiling slog-term v2.9.2
18502026-09-04T23:14:56.955Z Compiling rustls-webpki v0.103.13
18512026-09-04T23:14:59.664Z Compiling tokio-rustls v0.26.4
18522026-09-04T23:14:59.664Z Compiling rustls-platform-verifier v0.6.2
18532026-09-04T23:14:59.687Z Compiling tough v0.22.0
18542026-09-04T23:14:59.853Z Compiling hyper-rustls v0.27.7
18552026-09-04T23:15:00.044Z Compiling reqwest v0.13.2
18562026-09-04T23:15:02.207Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572026-09-04T23:15:02.444Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18582026-09-04T23:15:05.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.90s
18592026-09-04T23:15:05.480Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18602026-09-04T23:15:05.535ZSep 04 23:15:04.371 INFO Starting download, target: Cockroach
18612026-09-04T23:15:05.535ZSep 04 23:15:04.371 INFO Starting download, target: Clickhouse
18622026-09-04T23:15:05.536ZSep 04 23:15:04.371 INFO Starting download, target: Console
18632026-09-04T23:15:05.536ZSep 04 23:15:04.371 INFO Starting download, target: DendriteStub
18642026-09-04T23:15:05.539ZSep 04 23:15:04.371 INFO Starting download, target: MaghemiteMgd
18652026-09-04T23:15:05.539ZSep 04 23:15:04.371 INFO Starting download, target: MaghemiteDdmd
18662026-09-04T23:15:05.539ZSep 04 23:15:04.371 INFO Starting download, target: TransceiverControl
18672026-09-04T23:15:05.539ZSep 04 23:15:04.372 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18682026-09-04T23:15:05.539ZSep 04 23:15:04.372 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18692026-09-04T23:15:05.539ZSep 04 23:15:04.372 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18702026-09-04T23:15:05.539ZSep 04 23:15:04.372 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18712026-09-04T23:15:05.540ZSep 04 23:15:04.372 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18722026-09-04T23:15:05.540ZSep 04 23:15:04.372 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18732026-09-04T23:15:05.540ZSep 04 23:15:04.372 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18742026-09-04T23:15:05.866ZSep 04 23:15:04.702 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18752026-09-04T23:15:06.078ZSep 04 23:15:04.903 INFO Download complete, target: TransceiverControl
18762026-09-04T23:15:07.459ZSep 04 23:15:06.292 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18772026-09-04T23:15:07.710ZSep 04 23:15:06.543 INFO Download complete, target: Console
18782026-09-04T23:15:08.388ZSep 04 23:15:07.220 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18792026-09-04T23:15:08.389ZSep 04 23:15:07.220 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18802026-09-04T23:15:08.476ZSep 04 23:15:07.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18812026-09-04T23:15:08.511ZSep 04 23:15:07.348 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18822026-09-04T23:15:10.209ZSep 04 23:15:09.045 INFO Download complete, target: MaghemiteDdmd
18832026-09-04T23:15:11.998ZSep 04 23:15:10.789 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18842026-09-04T23:15:12.040ZSep 04 23:15:10.798 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18852026-09-04T23:15:13.116ZSep 04 23:15:11.931 INFO Checking that binary works, target: Cockroach
18862026-09-04T23:15:13.242ZSep 04 23:15:12.058 INFO Download complete, target: Cockroach
18872026-09-04T23:15:14.670ZSep 04 23:15:13.503 INFO Download complete, target: MaghemiteMgd
18882026-09-04T23:15:14.684ZSep 04 23:15:13.503 INFO Download complete, target: DendriteStub
18892026-09-04T23:15:15.122ZSep 04 23:15:13.923 INFO Checking that binary works, target: Clickhouse
18902026-09-04T23:15:15.199ZSep 04 23:15:14.017 INFO Download complete, target: Clickhouse
18912026-09-04T23:15:15.222ZAll prerequisites installed successfully
18922026-09-04T23:15:15.222Z
18932026-09-04T23:15:15.222Zreal 1:31.397470625
18942026-09-04T23:15:15.222Zuser 7:16.564417364
18952026-09-04T23:15:15.222Zsys 1:45.235246953
18962026-09-04T23:15:15.223Ztrap 0.256083513
18972026-09-04T23:15:15.223Ztflt 0.884128031
18982026-09-04T23:15:15.223Zdflt 1.669452993
18992026-09-04T23:15:15.223Zkflt 0.026371257
19002026-09-04T23:15:15.223Zlock 27:08.452707915
19012026-09-04T23:15:15.223Zslp 19:41.657193776
19022026-09-04T23:15:15.223Zlat 24.997671748
19032026-09-04T23:15:15.223Zstop 2:59.240037828
19042026-09-04T23:15:15.223Z+ source ./tools/include/force-git-over-https.sh
19052026-09-04T23:15:15.223Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19062026-09-04T23:15:15.223Z++ (( i = 0 ))
19072026-09-04T23:15:15.224Z++ (( i < 5 ))
19082026-09-04T23:15:15.224Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19092026-09-04T23:15:15.224Z++ (( i++ ))
19102026-09-04T23:15:15.224Z++ (( i < 5 ))
19112026-09-04T23:15:15.224Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19122026-09-04T23:15:15.224Z++ (( i++ ))
19132026-09-04T23:15:15.224Z++ (( i < 5 ))
19142026-09-04T23:15:15.224Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19152026-09-04T23:15:15.225Z++ (( i++ ))
19162026-09-04T23:15:15.225Z++ (( i < 5 ))
19172026-09-04T23:15:15.225Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19182026-09-04T23:15:15.225Z++ (( i++ ))
19192026-09-04T23:15:15.225Z++ (( i < 5 ))
19202026-09-04T23:15:15.225Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19212026-09-04T23:15:15.225Z++ (( i++ ))
19222026-09-04T23:15:15.225Z++ (( i < 5 ))
19232026-09-04T23:15:15.225Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19242026-09-04T23:15:15.225Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19252026-09-04T23:15:15.225Z+ rc=0
19262026-09-04T23:15:15.225Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19272026-09-04T23:15:25.414Z+ case $rc in
19282026-09-04T23:15:25.414Z+ pfexec zfs create -p rpool/images/build/host
19292026-09-04T23:15:25.622Z+ pfexec zfs create -p rpool/images/build/recovery
19302026-09-04T23:15:25.695Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19312026-09-04T23:15:26.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19322026-09-04T23:15:26.156Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19332026-09-04T23:15:27.002Z Compiling proc-macro2 v1.0.106
19342026-09-04T23:15:27.002Z Compiling quote v1.0.45
19352026-09-04T23:15:27.002Z Compiling unicode-ident v1.0.24
19362026-09-04T23:15:27.002Z Compiling serde_core v1.0.228
19372026-09-04T23:15:27.002Z Compiling libc v0.2.185
19382026-09-04T23:15:27.006Z Compiling serde v1.0.228
19392026-09-04T23:15:27.006Z Compiling cfg-if v1.0.4
19402026-09-04T23:15:27.006Z Compiling shlex v1.3.0
19412026-09-04T23:15:27.006Z Compiling find-msvc-tools v0.1.9
19422026-09-04T23:15:27.139Z Compiling autocfg v1.5.0
19432026-09-04T23:15:27.143Z Compiling version_check v0.9.5
19442026-09-04T23:15:27.143Z Compiling zerocopy v0.8.55
19452026-09-04T23:15:27.143Z Compiling memchr v2.8.0
19462026-09-04T23:15:27.143Z Compiling portable-atomic v1.13.1
19472026-09-04T23:15:27.143Z Compiling zmij v1.0.21
19482026-09-04T23:15:27.301Z Compiling serde_json v1.0.151
19492026-09-04T23:15:27.317Z Compiling libm v0.2.16
19502026-09-04T23:15:27.426Z Compiling getrandom v0.4.3
19512026-09-04T23:15:27.647Z Compiling parking_lot_core v0.9.12
19522026-09-04T23:15:27.650Z Compiling generic-array v0.14.7
19532026-09-04T23:15:27.664Z Compiling pkg-config v0.3.32
19542026-09-04T23:15:27.715Z Compiling icu_normalizer_data v2.1.1
19552026-09-04T23:15:27.719Z Compiling num-traits v0.2.19
19562026-09-04T23:15:27.719Z Compiling icu_properties_data v2.1.2
19572026-09-04T23:15:27.719Z Compiling smallvec v1.15.1
19582026-09-04T23:15:27.719Z Compiling rustix v1.1.4
19592026-09-04T23:15:27.765Z Compiling log v0.4.33
19602026-09-04T23:15:27.919Z Compiling itoa v1.0.17
19612026-09-04T23:15:27.959Z Compiling getrandom v0.3.4
19622026-09-04T23:15:27.975Z Compiling subtle v2.6.1
19632026-09-04T23:15:28.066Z Compiling stable_deref_trait v1.2.1
19642026-09-04T23:15:28.085Z Compiling scopeguard v1.2.0
19652026-09-04T23:15:28.150Z Compiling jobserver v0.1.34
19662026-09-04T23:15:28.153Z Compiling errno v0.3.14
19672026-09-04T23:15:28.184Z Compiling lock_api v0.4.14
19682026-09-04T23:15:28.187Z Compiling typenum v1.20.1
19692026-09-04T23:15:28.230Z Compiling critical-section v1.2.0
19702026-09-04T23:15:28.324Z Compiling rand_core v0.10.0
19712026-09-04T23:15:28.328Z Compiling thiserror v2.0.18
19722026-09-04T23:15:28.370Z Compiling cc v1.2.56
19732026-09-04T23:15:28.503Z Compiling syn v2.0.117
19742026-09-04T23:15:28.564Z Compiling getrandom v0.2.17
19752026-09-04T23:15:28.628Z Compiling fs_extra v1.3.0
19762026-09-04T23:15:28.651Z Compiling heck v0.5.0
19772026-09-04T23:15:28.667Z Compiling dunce v1.0.5
19782026-09-04T23:15:28.735Z Compiling rand_core v0.6.4
19792026-09-04T23:15:28.752Z Compiling writeable v0.6.2
19802026-09-04T23:15:28.767Z Compiling percent-encoding v2.3.2
19812026-09-04T23:15:28.796Z Compiling litemap v0.8.1
19822026-09-04T23:15:28.869Z Compiling const-oid v0.9.6
19832026-09-04T23:15:28.928Z Compiling once_cell v1.21.3
19842026-09-04T23:15:29.067Z Compiling pin-project-lite v0.2.17
19852026-09-04T23:15:29.100Z Compiling schemars v0.8.22
19862026-09-04T23:15:29.129Z Compiling cmake v0.1.57
19872026-09-04T23:15:29.201Z Compiling equivalent v1.0.2
19882026-09-04T23:15:29.248Z Compiling signal-hook-registry v1.4.8
19892026-09-04T23:15:29.305Z Compiling rustversion v1.0.22
19902026-09-04T23:15:29.337Z Compiling bitflags v2.11.0
19912026-09-04T23:15:29.337Z Compiling semver v1.0.28
19922026-09-04T23:15:29.465Z Compiling aws-lc-rs v1.16.3
19932026-09-04T23:15:29.647Z Compiling futures-core v0.3.32
19942026-09-04T23:15:29.650Z Compiling parking_lot v0.12.5
19952026-09-04T23:15:29.694Z Compiling mio v1.2.0
19962026-09-04T23:15:29.697Z Compiling aws-lc-sys v0.40.0
19972026-09-04T23:15:29.787Z Compiling crc32fast v1.5.0
19982026-09-04T23:15:29.819Z Compiling utf8_iter v1.0.4
19992026-09-04T23:15:29.869Z Compiling form_urlencoded v1.2.2
20002026-09-04T23:15:30.015Z Compiling byteorder v1.5.0
20012026-09-04T23:15:30.089Z Compiling vcpkg v0.2.15
20022026-09-04T23:15:30.103Z Compiling strsim v0.11.1
20032026-09-04T23:15:30.120Z Compiling hashbrown v0.17.0
20042026-09-04T23:15:30.248Z Compiling syn v1.0.109
20052026-09-04T23:15:30.267Z Compiling fnv v1.0.7
20062026-09-04T23:15:30.403Z Compiling socket2 v0.6.3
20072026-09-04T23:15:30.621Z Compiling futures-sink v0.3.32
20082026-09-04T23:15:30.675Z Compiling radium v0.7.0
20092026-09-04T23:15:30.675Z Compiling httparse v1.10.1
20102026-09-04T23:15:30.705Z Compiling openssl-sys v0.9.117
20112026-09-04T23:15:30.786Z Compiling indexmap v2.14.0
20122026-09-04T23:15:30.807Z Compiling futures-channel v0.3.32
20132026-09-04T23:15:30.839Z Compiling futures-task v0.3.32
20142026-09-04T23:15:30.876Z Compiling futures-io v0.3.32
20152026-09-04T23:15:30.896Z Compiling thiserror v1.0.69
20162026-09-04T23:15:30.923Z Compiling slab v0.4.12
20172026-09-04T23:15:30.967Z Compiling iana-time-zone v0.1.65
20182026-09-04T23:15:31.031Z Compiling base64 v0.22.1
20192026-09-04T23:15:31.093Z Compiling maybe-uninit v2.0.0
20202026-09-04T23:15:31.126Z Compiling rustls v0.23.41
20212026-09-04T23:15:31.156Z Compiling rustc_version v0.4.1
20222026-09-04T23:15:31.287Z Compiling synstructure v0.13.2
20232026-09-04T23:15:31.315Z Compiling serde_derive_internals v0.29.1
20242026-09-04T23:15:31.395Z Compiling bzip2-sys v0.1.13+1.0.8
20252026-09-04T23:15:31.412Z Compiling uuid v1.23.4
20262026-09-04T23:15:31.443Z Compiling ahash v0.8.12
20272026-09-04T23:15:31.475Z Compiling regex-syntax v0.8.10
20282026-09-04T23:15:31.475Z Compiling packed_struct v0.10.1
20292026-09-04T23:15:31.507Z Compiling ucd-trie v0.1.7
20302026-09-04T23:15:31.538Z Compiling ident_case v1.0.1
20312026-09-04T23:15:31.560Z Compiling base64ct v1.8.3
20322026-09-04T23:15:31.564Z Compiling num-bigint-dig v0.8.6
20332026-09-04T23:15:31.695Z Compiling pest v2.8.6
20342026-09-04T23:15:31.699Z Compiling rand_core v0.9.5
20352026-09-04T23:15:31.761Z Compiling dyn-clone v1.0.20
20362026-09-04T23:15:31.796Z Compiling flagset v0.4.7
20372026-09-04T23:15:31.813Z Compiling openssl v0.10.80
20382026-09-04T23:15:31.869Z Compiling pem-rfc7468 v0.7.0
20392026-09-04T23:15:31.917Z Compiling fastrand v2.3.0
20402026-09-04T23:15:31.962Z Compiling indexmap v1.9.3
20412026-09-04T23:15:32.009Z Compiling unicode-segmentation v1.12.0
20422026-09-04T23:15:32.096Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20432026-09-04T23:15:32.154Z Compiling tempfile v3.27.0
20442026-09-04T23:15:32.181Z Compiling paste v1.0.15
20452026-09-04T23:15:32.298Z Compiling native-tls v0.2.18
20462026-09-04T23:15:32.361Z Compiling cpufeatures v0.2.17
20472026-09-04T23:15:32.409Z Compiling simd-adler32 v0.3.8
20482026-09-04T23:15:32.465Z Compiling syn v3.0.3
20492026-09-04T23:15:32.513Z Compiling utf8parse v0.2.2
20502026-09-04T23:15:32.547Z Compiling anstyle v1.0.14
20512026-09-04T23:15:32.565Z Compiling adler2 v2.0.1
20522026-09-04T23:15:32.569Z Compiling camino v1.2.5
20532026-09-04T23:15:32.596Z Compiling crossbeam-utils v0.8.21
20542026-09-04T23:15:32.616Z Compiling serde_derive v1.0.228
20552026-09-04T23:15:32.642Z Compiling zeroize_derive v1.5.0
20562026-09-04T23:15:32.678Z Compiling zerocopy-derive v0.8.55
20572026-09-04T23:15:32.694Z Compiling zerofrom-derive v0.1.6
20582026-09-04T23:15:32.727Z Compiling yoke-derive v0.8.1
20592026-09-04T23:15:32.794Z Compiling zerovec-derive v0.11.2
20602026-09-04T23:15:32.811Z Compiling displaydoc v0.2.5
20612026-09-04T23:15:32.875Z Compiling tokio-macros v2.7.0
20622026-09-04T23:15:32.902Z Compiling futures-macro v0.3.32
20632026-09-04T23:15:32.919Z Compiling der_derive v0.7.3
20642026-09-04T23:15:32.963Z Compiling thiserror-impl v2.0.18
20652026-09-04T23:15:33.264Z Compiling schemars_derive v0.8.22
20662026-09-04T23:15:33.513Z Compiling tracing-attributes v0.1.31
20672026-09-04T23:15:33.651Z Compiling thiserror-impl v1.0.69
20682026-09-04T23:15:33.720Z Compiling futures-util v0.3.32
20692026-09-04T23:15:33.836Z Compiling zerofrom v0.1.6
20702026-09-04T23:15:33.888Z Compiling clap_derive v4.6.1
20712026-09-04T23:15:33.982Z Compiling yoke v0.8.1
20722026-09-04T23:15:34.072Z Compiling packed_struct_codegen v0.10.1
20732026-09-04T23:15:34.203Z Compiling zerovec v0.11.5
20742026-09-04T23:15:34.226Z Compiling zerotrie v0.2.3
20752026-09-04T23:15:34.674Z Compiling pest_meta v2.8.6
20762026-09-04T23:15:34.752Z Compiling tinystr v0.8.2
20772026-09-04T23:15:34.781Z Compiling potential_utf v0.1.4
20782026-09-04T23:15:34.797Z Compiling zerocopy-derive v0.6.6
20792026-09-04T23:15:34.797Z Compiling bitfield-macros v0.19.4
20802026-09-04T23:15:34.977Z Compiling icu_locale_core v2.1.1
20812026-09-04T23:15:34.992Z Compiling icu_collections v2.1.1
20822026-09-04T23:15:35.517Z Compiling pest_generator v2.8.6
20832026-09-04T23:15:35.534Z Compiling openssl-macros v0.1.1
20842026-09-04T23:15:35.551Z Compiling scroll_derive v0.13.1
20852026-09-04T23:15:35.620Z Compiling daft-derive v0.1.8
20862026-09-04T23:15:35.766Z Compiling icu_provider v2.1.1
20872026-09-04T23:15:35.893Z Compiling zeroize v1.9.0
20882026-09-04T23:15:35.950Z Compiling bytes v1.11.1
20892026-09-04T23:15:36.025Z Compiling chrono v0.4.45
20902026-09-04T23:15:36.144Z Compiling icu_properties v2.1.2
20912026-09-04T23:15:36.163Z Compiling icu_normalizer v2.1.1
20922026-09-04T23:15:36.213Z Compiling der v0.7.10
20932026-09-04T23:15:36.386Z Compiling hex v0.4.3
20942026-09-04T23:15:36.405Z Compiling pest_derive v2.8.6
20952026-09-04T23:15:36.488Z Compiling tokio v1.52.1
20962026-09-04T23:15:36.663Z Compiling block-buffer v0.10.4
20972026-09-04T23:15:36.697Z Compiling crypto-common v0.1.7
20982026-09-04T23:15:36.850Z Compiling digest v0.10.7
20992026-09-04T23:15:36.898Z Compiling http v1.4.2
21002026-09-04T23:15:36.945Z Compiling rustls-pki-types v1.14.0
21012026-09-04T23:15:37.112Z Compiling idna_adapter v1.2.1
21022026-09-04T23:15:37.125Z Compiling ppv-lite86 v0.2.21
21032026-09-04T23:15:37.257Z Compiling idna v1.1.0
21042026-09-04T23:15:37.429Z Compiling spki v0.7.3
21052026-09-04T23:15:37.475Z Compiling sha2 v0.10.9
21062026-09-04T23:15:37.502Z Compiling miniz_oxide v0.8.9
21072026-09-04T23:15:37.575Z Compiling anstyle-parse v1.0.0
21082026-09-04T23:15:37.641Z Compiling url v2.5.8
21092026-09-04T23:15:37.728Z Compiling rand_chacha v0.9.0
21102026-09-04T23:15:37.955Z Compiling rand v0.9.2
21112026-09-04T23:15:37.992Z Compiling pkcs8 v0.10.2
21122026-09-04T23:15:38.049Z Compiling terminal_size v0.4.3
21132026-09-04T23:15:38.220Z Compiling spin v0.9.8
21142026-09-04T23:15:38.224Z Compiling colorchoice v1.0.4
21152026-09-04T23:15:38.258Z Compiling is_terminal_polyfill v1.70.2
21162026-09-04T23:15:38.276Z Compiling time-core v0.1.8
21172026-09-04T23:15:38.367Z Compiling anstyle-query v1.1.5
21182026-09-04T23:15:38.383Z Compiling tinyvec_macros v0.1.1
21192026-09-04T23:15:38.410Z Compiling num-conv v0.2.0
21202026-09-04T23:15:38.456Z Compiling anstream v1.0.0
21212026-09-04T23:15:38.474Z Compiling tinyvec v1.10.0
21222026-09-04T23:15:38.508Z Compiling async-trait v0.1.89
21232026-09-04T23:15:38.522Z Compiling structmeta-derive v0.3.0
21242026-09-04T23:15:38.522Z Compiling tracing-core v0.1.36
21252026-09-04T23:15:38.575Z Compiling time-macros v0.2.27
21262026-09-04T23:15:38.683Z Compiling cmov v0.5.4
21272026-09-04T23:15:38.840Z Compiling plain v0.2.3
21282026-09-04T23:15:38.928Z Compiling object v0.37.3
21292026-09-04T23:15:38.944Z Compiling untrusted v0.7.1
21302026-09-04T23:15:38.963Z Compiling tracing v0.1.44
21312026-09-04T23:15:38.979Z Compiling ctutils v0.4.2
21322026-09-04T23:15:39.088Z Compiling http-body v1.0.1
21332026-09-04T23:15:39.272Z Compiling serde_spanned v0.6.9
21342026-09-04T23:15:39.275Z Compiling toml_datetime v0.6.11
21352026-09-04T23:15:39.321Z Compiling pin-project-internal v1.1.11
21362026-09-04T23:15:39.410Z Compiling slog v2.8.2
21372026-09-04T23:15:39.459Z Compiling wait-timeout v0.2.1
21382026-09-04T23:15:39.476Z Compiling cookie v0.18.1
21392026-09-04T23:15:39.524Z Compiling structmeta v0.3.0
21402026-09-04T23:15:39.570Z Compiling quick-error v1.2.3
21412026-09-04T23:15:39.621Z Compiling openssl-probe v0.2.1
21422026-09-04T23:15:39.661Z Compiling bit-vec v0.8.0
21432026-09-04T23:15:39.733Z Compiling tap v1.0.1
21442026-09-04T23:15:39.765Z Compiling zstd-safe v7.2.4
21452026-09-04T23:15:39.830Z Compiling clap_lex v1.0.0
21462026-09-04T23:15:39.864Z Compiling untrusted v0.9.0
21472026-09-04T23:15:39.880Z Compiling wyz v0.5.1
21482026-09-04T23:15:39.914Z Compiling bit-set v0.8.0
21492026-09-04T23:15:39.961Z Compiling derive-ex v0.1.8
21502026-09-04T23:15:39.988Z Compiling rusty-fork v0.3.1
21512026-09-04T23:15:40.007Z Compiling clap_builder v4.6.0
21522026-09-04T23:15:40.270Z Compiling hybrid-array v0.4.13
21532026-09-04T23:15:40.305Z Compiling unicode-normalization v0.1.25
21542026-09-04T23:15:40.323Z Compiling rand_chacha v0.3.1
21552026-09-04T23:15:40.353Z Compiling signature v2.2.0
21562026-09-04T23:15:40.405Z Compiling tokio-util v0.7.18
21572026-09-04T23:15:40.421Z Compiling scroll_derive v0.12.1
21582026-09-04T23:15:40.523Z Compiling heck v0.4.1
21592026-09-04T23:15:40.555Z Compiling rand_xorshift v0.4.0
21602026-09-04T23:15:40.654Z Compiling heapless v0.7.17
21612026-09-04T23:15:40.879Z Compiling num-integer v0.1.46
21622026-09-04T23:15:40.892Z Compiling aho-corasick v1.1.4
21632026-09-04T23:15:40.965Z Compiling usdt-impl v0.6.0
21642026-09-04T23:15:41.104Z Compiling funty v2.0.0
21652026-09-04T23:15:41.201Z Compiling pretty-hex v0.4.1
21662026-09-04T23:15:41.249Z Compiling tower-service v0.3.3
21672026-09-04T23:15:41.280Z Compiling atomic-waker v1.1.2
21682026-09-04T23:15:41.368Z Compiling anyhow v1.0.104
21692026-09-04T23:15:41.383Z Compiling try-lock v0.2.5
21702026-09-04T23:15:41.398Z Compiling tower-layer v0.3.3
21712026-09-04T23:15:41.509Z Compiling unarray v0.1.4
21722026-09-04T23:15:41.579Z Compiling signal-hook v0.3.18
21732026-09-04T23:15:41.611Z Compiling rustix v0.38.44
21742026-09-04T23:15:41.611Z Compiling zlib-rs v0.6.2
21752026-09-04T23:15:41.662Z Compiling proptest v1.11.0
21762026-09-04T23:15:41.675Z Compiling test-strategy v0.4.5
21772026-09-04T23:15:41.742Z Compiling h2 v0.4.15
21782026-09-04T23:15:41.774Z Compiling regex-automata v0.4.14
21792026-09-04T23:15:41.790Z Compiling want v0.3.1
21802026-09-04T23:15:41.840Z Compiling bitvec v1.0.1
21812026-09-04T23:15:41.960Z Compiling clap v4.6.1
21822026-09-04T23:15:42.312Z Compiling num-iter v0.1.45
21832026-09-04T23:15:42.647Z Compiling snafu-derive v0.8.9
21842026-09-04T23:15:42.838Z Compiling rand v0.8.6
21852026-09-04T23:15:42.955Z Compiling ipnetwork v0.21.1
21862026-09-04T23:15:43.559Z Compiling lazy_static v1.5.0
21872026-09-04T23:15:43.648Z Compiling scroll v0.13.0
21882026-09-04T23:15:43.663Z Compiling ipnet v2.12.0
21892026-09-04T23:15:43.735Z Compiling strum_macros v0.26.4
21902026-09-04T23:15:43.772Z Compiling flate2 v1.1.9
21912026-09-04T23:15:44.174Z Compiling darling_core v0.23.0
21922026-09-04T23:15:44.250Z Compiling darling_core v0.20.11
21932026-09-04T23:15:44.330Z Compiling crc-catalog v2.4.0
21942026-09-04T23:15:44.394Z Compiling nodrop v0.1.14
21952026-09-04T23:15:44.443Z Compiling httpdate v1.0.3
21962026-09-04T23:15:44.468Z Compiling foreign-types-shared v0.1.1
21972026-09-04T23:15:44.570Z Compiling winnow v0.5.40
21982026-09-04T23:15:44.745Z Compiling foreign-types v0.3.2
21992026-09-04T23:15:44.827Z Compiling array-init v0.0.4
22002026-09-04T23:15:44.879Z Compiling crc v3.4.0
22012026-09-04T23:15:45.044Z Compiling newtype-uuid v1.3.2
22022026-09-04T23:15:45.200Z Compiling hyper v1.10.1
22032026-09-04T23:15:45.322Z Compiling goblin v0.10.5
22042026-09-04T23:15:45.638Z Compiling oxnet v0.1.6
22052026-09-04T23:15:45.877Z Compiling smallvec v0.6.14
22062026-09-04T23:15:46.245Z Compiling darling_macro v0.20.11
22072026-09-04T23:15:46.325Z Compiling toml_edit v0.19.15
22082026-09-04T23:15:46.402Z Compiling darling_macro v0.23.0
22092026-09-04T23:15:46.617Z Compiling pkcs1 v0.7.5
22102026-09-04T23:15:46.814Z Compiling zerocopy v0.6.6
22112026-09-04T23:15:46.847Z Compiling bitfield v0.19.4
22122026-09-04T23:15:46.970Z Compiling zerocopy-derive v0.7.35
22132026-09-04T23:15:47.031Z Compiling curve25519-dalek v4.1.3
22142026-09-04T23:15:47.109Z Compiling socket2 v0.5.10
22152026-09-04T23:15:47.249Z Compiling env_filter v2.0.0
22162026-09-04T23:15:47.276Z Compiling memoffset v0.9.1
22172026-09-04T23:15:47.303Z Compiling smoltcp v0.9.1
22182026-09-04T23:15:47.410Z Compiling litrs v1.0.0
22192026-09-04T23:15:47.446Z Compiling hashbrown v0.12.3
22202026-09-04T23:15:47.464Z Compiling ref-cast v1.0.25
22212026-09-04T23:15:47.490Z Compiling base64 v0.21.7
22222026-09-04T23:15:47.658Z Compiling owo-colors v4.3.0
22232026-09-04T23:15:47.766Z Compiling ron v0.8.1
22242026-09-04T23:15:47.889Z Compiling document-features v0.2.12
22252026-09-04T23:15:47.960Z Compiling toml v0.7.8
22262026-09-04T23:15:48.027Z Compiling hyper-util v0.1.20
22272026-09-04T23:15:48.051Z Compiling env_logger v0.11.11
22282026-09-04T23:15:48.180Z Compiling dof v0.4.0
22292026-09-04T23:15:48.435Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-09-04T23:15:48.506Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22312026-09-04T23:15:48.586Z Compiling bzip2 v0.4.4
22322026-09-04T23:15:48.640Z Compiling darling v0.23.0
22332026-09-04T23:15:48.820Z Compiling rsa v0.9.10
22342026-09-04T23:15:49.164Z Compiling darling v0.20.11
22352026-09-04T23:15:49.193Z Compiling serde-hex v0.1.0
22362026-09-04T23:15:49.211Z Compiling daft v0.1.8
22372026-09-04T23:15:49.230Z Compiling hashbrown v0.13.2
22382026-09-04T23:15:49.423Z Compiling x509-cert v0.2.5
22392026-09-04T23:15:49.494Z Compiling hmac v0.12.1
22402026-09-04T23:15:49.563Z Compiling dtrace-parser v0.3.0
22412026-09-04T23:15:49.748Z Compiling async-recursion v1.1.1
22422026-09-04T23:15:49.923Z Compiling sync_wrapper v1.0.2
22432026-09-04T23:15:50.045Z Compiling thread-id v5.1.0
22442026-09-04T23:15:50.061Z Compiling powerfmt v0.2.0
22452026-09-04T23:15:50.281Z Compiling siphasher v1.0.2
22462026-09-04T23:15:50.313Z Compiling cfg_aliases v0.2.1
22472026-09-04T23:15:50.341Z Compiling crc-any v2.5.0
22482026-09-04T23:15:50.400Z Compiling nix v0.31.2
22492026-09-04T23:15:50.499Z Compiling deranged v0.5.8
22502026-09-04T23:15:50.741Z Compiling tower v0.5.3
22512026-09-04T23:15:51.342Z Compiling object v0.30.4
22522026-09-04T23:15:51.594Z Compiling derive_builder_core v0.20.2
22532026-09-04T23:15:51.641Z Compiling zip v0.6.6
22542026-09-04T23:15:51.656Z Compiling serde_with_macros v3.21.0
22552026-09-04T23:15:51.689Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-09-04T23:15:52.050Z Compiling bstr v1.12.1
22572026-09-04T23:15:52.096Z Compiling block-buffer v0.12.1
22582026-09-04T23:15:52.113Z Compiling crypto-common v0.2.2
22592026-09-04T23:15:52.375Z Compiling http-body-util v0.1.3
22602026-09-04T23:15:52.608Z Compiling futures-executor v0.3.32
22612026-09-04T23:15:52.641Z Compiling erased-serde v0.3.31
22622026-09-04T23:15:52.656Z Compiling serde_tokenstream v0.2.3
22632026-09-04T23:15:52.749Z Compiling hubpack_derive v0.1.1
22642026-09-04T23:15:52.787Z Compiling ref-cast-impl v1.0.25
22652026-09-04T23:15:52.959Z Compiling curve25519-dalek-derive v0.1.1
22662026-09-04T23:15:52.976Z Compiling strum_macros v0.27.2
22672026-09-04T23:15:53.066Z Compiling fs-err v3.3.0
22682026-09-04T23:15:53.173Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22692026-09-04T23:15:53.198Z Compiling usdt-impl v0.5.0
22702026-09-04T23:15:53.318Z Compiling allocator-api2 v0.2.21
22712026-09-04T23:15:53.334Z Compiling path-slash v0.1.5
22722026-09-04T23:15:53.451Z Compiling num_threads v0.1.7
22732026-09-04T23:15:53.577Z Compiling iri-string v0.7.10
22742026-09-04T23:15:53.612Z Compiling same-file v1.0.6
22752026-09-04T23:15:53.616Z Compiling unicode-bidi v0.3.18
22762026-09-04T23:15:53.645Z Compiling gimli v0.32.3
22772026-09-04T23:15:53.786Z Compiling ryu v1.0.23
22782026-09-04T23:15:53.931Z Compiling unicode-properties v0.1.4
22792026-09-04T23:15:54.147Z Compiling serde_urlencoded v0.7.1
22802026-09-04T23:15:54.195Z Compiling stringprep v0.1.5
22812026-09-04T23:15:54.693Z Compiling tower-http v0.6.8
22822026-09-04T23:15:54.736Z Compiling time v0.3.47
22832026-09-04T23:15:54.818Z Compiling walkdir v2.5.0
22842026-09-04T23:15:55.528Z Compiling addr2line v0.25.1
22852026-09-04T23:15:55.840Z Compiling futures v0.3.32
22862026-09-04T23:15:56.067Z Compiling derive_builder_macro v0.20.2
22872026-09-04T23:15:56.286Z Compiling tokio-native-tls v0.3.1
22882026-09-04T23:15:56.391Z Compiling strum v0.26.3
22892026-09-04T23:15:56.425Z Compiling block-padding v0.4.2
22902026-09-04T23:15:56.565Z Compiling scroll v0.12.0
22912026-09-04T23:15:56.595Z Compiling pin-project v1.1.11
22922026-09-04T23:15:56.638Z Compiling rustls-native-certs v0.8.3
22932026-09-04T23:15:56.772Z Compiling md-5 v0.10.6
22942026-09-04T23:15:56.845Z Compiling convert_case v0.10.0
22952026-09-04T23:15:56.860Z Compiling vergen-lib v9.1.0
22962026-09-04T23:15:56.896Z Compiling hash32 v0.2.1
22972026-09-04T23:15:56.954Z Compiling encoding_rs v0.8.35
22982026-09-04T23:15:57.028Z Compiling psl-types v2.0.11
22992026-09-04T23:15:57.061Z Compiling fallible-iterator v0.2.0
23002026-09-04T23:15:57.175Z Compiling mime v0.3.17
23012026-09-04T23:15:57.282Z Compiling rustc-demangle v0.1.27
23022026-09-04T23:15:57.343Z Compiling jiff-core v0.1.0
23032026-09-04T23:15:57.391Z Compiling cpufeatures v0.3.0
23042026-09-04T23:15:57.407Z Compiling postgres-protocol v0.6.10
23052026-09-04T23:15:57.479Z Compiling publicsuffix v2.3.0
23062026-09-04T23:15:57.529Z Compiling derive_more-impl v2.1.1
23072026-09-04T23:15:57.884Z Compiling goblin v0.8.2
23082026-09-04T23:15:58.193Z Compiling snafu v0.8.9
23092026-09-04T23:15:58.209Z Compiling jiff v0.2.34
23102026-09-04T23:15:58.212Z Compiling derive_builder v0.20.2
23112026-09-04T23:15:58.327Z Compiling inout v0.2.2
23122026-09-04T23:15:58.516Z Compiling backtrace v0.3.76
23132026-09-04T23:15:58.540Z Compiling hyper-tls v0.6.0
23142026-09-04T23:15:58.720Z Compiling usdt-macro v0.6.0
23152026-09-04T23:15:58.770Z Compiling usdt-attr-macro v0.6.0
23162026-09-04T23:15:58.785Z Compiling globset v0.4.18
23172026-09-04T23:15:58.865Z Compiling phf_shared v0.13.1
23182026-09-04T23:15:58.880Z Compiling crossbeam-epoch v0.9.18
23192026-09-04T23:15:58.929Z Compiling zerocopy v0.7.35
23202026-09-04T23:15:59.244Z Compiling regex v1.12.3
23212026-09-04T23:15:59.518Z Compiling serde_plain v1.0.2
23222026-09-04T23:15:59.565Z Compiling enum-as-inner v0.6.1
23232026-09-04T23:15:59.587Z Compiling miette-derive v7.6.0
23242026-09-04T23:15:59.664Z Compiling serde_repr v0.1.20
23252026-09-04T23:15:59.768Z Compiling pem v3.0.6
23262026-09-04T23:15:59.790Z Compiling vergen v9.1.0
23272026-09-04T23:15:59.811Z Compiling cargo-platform v0.3.2
23282026-09-04T23:15:59.876Z Compiling ff v0.13.1
23292026-09-04T23:16:00.003Z Compiling filetime v0.2.27
23302026-09-04T23:16:00.088Z Compiling unicode-linebreak v0.1.5
23312026-09-04T23:16:00.186Z Compiling libbz2-rs-sys v0.2.2
23322026-09-04T23:16:00.190Z Compiling bitflags v1.3.2
23332026-09-04T23:16:00.217Z Compiling smawk v0.3.2
23342026-09-04T23:16:00.346Z Compiling foldhash v0.2.0
23352026-09-04T23:16:00.346Z Compiling is_ci v1.2.0
23362026-09-04T23:16:00.507Z Compiling managed v0.8.0
23372026-09-04T23:16:00.522Z Compiling typed-path v0.9.3
23382026-09-04T23:16:00.557Z Compiling const-oid v0.10.2
23392026-09-04T23:16:00.572Z Compiling base16ct v0.2.0
23402026-09-04T23:16:00.651Z Compiling foldhash v0.1.5
23412026-09-04T23:16:00.654Z Compiling unicode-width v0.2.0
23422026-09-04T23:16:00.757Z Compiling bumpalo v3.20.2
23432026-09-04T23:16:00.772Z Compiling xattr v1.6.1
23442026-09-04T23:16:00.821Z Compiling hashbrown v0.15.5
23452026-09-04T23:16:00.839Z Compiling digest v0.11.3
23462026-09-04T23:16:00.871Z Compiling sec1 v0.7.3
23472026-09-04T23:16:00.921Z Compiling tar v0.4.46
23482026-09-04T23:16:00.968Z Compiling zopfli v0.8.3
23492026-09-04T23:16:00.985Z Compiling textwrap v0.16.2
23502026-09-04T23:16:01.018Z Compiling bzip2 v0.6.1
23512026-09-04T23:16:01.169Z Compiling hashbrown v0.16.1
23522026-09-04T23:16:01.236Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23532026-09-04T23:16:01.250Z Compiling supports-color v3.0.2
23542026-09-04T23:16:01.407Z Compiling dof v0.3.0
23552026-09-04T23:16:01.496Z Compiling cargo_metadata v0.23.1
23562026-09-04T23:16:01.528Z Compiling group v0.13.0
23572026-09-04T23:16:02.502Z Compiling phf v0.13.1
23582026-09-04T23:16:02.684Z Compiling backtrace-ext v0.2.1
23592026-09-04T23:16:02.688Z Compiling zstd v0.13.3
23602026-09-04T23:16:02.734Z Compiling reqwest v0.12.28
23612026-09-04T23:16:02.738Z Compiling cipher v0.5.2
23622026-09-04T23:16:02.857Z Compiling signal-hook-mio v0.2.5
23632026-09-04T23:16:02.968Z Compiling cookie_store v0.22.1
23642026-09-04T23:16:03.040Z Compiling postgres-types v0.2.12
23652026-09-04T23:16:03.299Z Compiling strum v0.27.2
23662026-09-04T23:16:03.504Z Compiling hubpack v0.1.2
23672026-09-04T23:16:03.564Z Compiling phf_shared v0.11.3
23682026-09-04T23:16:03.568Z Compiling hkdf v0.12.4
23692026-09-04T23:16:03.621Z Compiling dtrace-parser v0.2.0
23702026-09-04T23:16:03.654Z Compiling byte-wrapper v0.1.0
23712026-09-04T23:16:03.733Z Compiling ed25519 v2.2.3
23722026-09-04T23:16:03.755Z Compiling olpc-cjson v0.1.4
23732026-09-04T23:16:04.026Z Compiling crypto-bigint v0.5.5
23742026-09-04T23:16:04.158Z Compiling serde-big-array v0.5.1
23752026-09-04T23:16:04.198Z Compiling float-cmp v0.10.0
23762026-09-04T23:16:04.322Z Compiling memmap2 v0.9.10
23772026-09-04T23:16:04.355Z Compiling thread-id v4.2.2
23782026-09-04T23:16:04.372Z Compiling data-encoding v2.10.0
23792026-09-04T23:16:04.417Z Compiling precomputed-hash v0.1.1
23802026-09-04T23:16:04.457Z Compiling new_debug_unreachable v1.0.6
23812026-09-04T23:16:04.535Z Compiling winnow v0.7.14
23822026-09-04T23:16:04.553Z Compiling predicates-core v1.0.10
23832026-09-04T23:16:04.569Z Compiling rayon-core v1.13.0
23842026-09-04T23:16:04.583Z Compiling keccak v0.1.6
23852026-09-04T23:16:04.731Z Compiling static_assertions v1.1.0
23862026-09-04T23:16:04.732Z Compiling supports-hyperlinks v3.2.0
23872026-09-04T23:16:04.797Z Compiling winnow v1.0.3
23882026-09-04T23:16:04.820Z Compiling difflib v0.4.0
23892026-09-04T23:16:04.914Z Compiling either v1.15.0
23902026-09-04T23:16:04.930Z Compiling fixedbitset v0.4.2
23912026-09-04T23:16:04.946Z Compiling fixedbitset v0.5.7
23922026-09-04T23:16:05.132Z Compiling unicode-width v0.1.14
23932026-09-04T23:16:05.243Z Compiling toml_write v0.1.2
23942026-09-04T23:16:05.454Z Compiling normalize-line-endings v0.3.0
23952026-09-04T23:16:05.528Z Compiling whoami v2.1.0
23962026-09-04T23:16:05.566Z Compiling supports-unicode v3.0.0
23972026-09-04T23:16:05.730Z Compiling toml_parser v1.1.2+spec-1.1.0
23982026-09-04T23:16:05.747Z Compiling miette v7.6.0
23992026-09-04T23:16:05.844Z Compiling tokio-postgres v0.7.16
24002026-09-04T23:16:05.881Z Compiling toml_edit v0.22.27
24012026-09-04T23:16:05.881Z Compiling predicates v3.1.4
24022026-09-04T23:16:05.913Z Compiling chacha20 v0.10.0
24032026-09-04T23:16:06.228Z Compiling petgraph v0.8.3
24042026-09-04T23:16:06.301Z Compiling itertools v0.13.0
24052026-09-04T23:16:06.610Z Compiling petgraph v0.6.5
24062026-09-04T23:16:06.759Z Compiling elliptic-curve v0.13.8
24072026-09-04T23:16:06.777Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24082026-09-04T23:16:06.852Z Compiling sha3 v0.10.8
24092026-09-04T23:16:07.139Z Compiling hickory-proto v0.25.2
24102026-09-04T23:16:07.553Z Compiling string_cache v0.8.9
24112026-09-04T23:16:07.724Z Compiling usdt v0.6.0
24122026-09-04T23:16:07.998Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24132026-09-04T23:16:08.239Z Compiling ed25519-dalek v2.2.0
24142026-09-04T23:16:08.563Z Compiling zip v4.6.1
24152026-09-04T23:16:08.631Z Compiling crossterm v0.28.1
24162026-09-04T23:16:08.884Z Compiling iddqd v0.4.2
24172026-09-04T23:16:09.549Z Compiling derive_more v2.1.1
24182026-09-04T23:16:09.673Z Compiling similar v2.7.0
24192026-09-04T23:16:09.793Z Compiling serde_with v3.21.0
24202026-09-04T23:16:10.278Z Compiling tokio-stream v0.1.18
24212026-09-04T23:16:10.405Z Compiling buf-list v1.1.2
24222026-09-04T23:16:10.573Z Compiling half v2.7.1
24232026-09-04T23:16:10.611Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24242026-09-04T23:16:10.705Z Compiling openapiv3 v2.2.0
24252026-09-04T23:16:10.874Z Compiling ciborium-io v0.2.2
24262026-09-04T23:16:11.079Z Compiling lalrpop-util v0.19.12
24272026-09-04T23:16:11.207Z Compiling peg-runtime v0.8.5
24282026-09-04T23:16:11.551Z Compiling ciborium-ll v0.2.2
24292026-09-04T23:16:12.334Z Compiling crossbeam-deque v0.8.6
24302026-09-04T23:16:12.676Z Compiling camino-tempfile v1.4.1
24312026-09-04T23:16:12.870Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24322026-09-04T23:16:13.074Z Compiling blake3 v1.8.5
24332026-09-04T23:16:13.189Z Compiling fs-err v2.11.0
24342026-09-04T23:16:15.052Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24352026-09-04T23:16:16.060Z Compiling ciborium v0.2.2
24362026-09-04T23:16:16.246Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24372026-09-04T23:16:16.457Z Compiling thread_local v1.1.9
24382026-09-04T23:16:16.677Z Compiling arrayref v0.3.9
24392026-09-04T23:16:16.710Z Compiling arrayvec v0.7.6
24402026-09-04T23:16:16.761Z Compiling slog-async v2.8.0
24412026-09-04T23:16:16.792Z Compiling constant_time_eq v0.4.2
24422026-09-04T23:16:16.862Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24432026-09-04T23:16:16.978Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24442026-09-04T23:16:17.087Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-09-04T23:16:17.140Z Compiling toml v0.8.23
24462026-09-04T23:16:17.273Z Compiling atomicwrites v0.4.4
24472026-09-04T23:16:17.308Z Compiling sha2 v0.11.0
24482026-09-04T23:16:17.323Z Compiling digest-io v0.1.0
24492026-09-04T23:16:17.428Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24502026-09-04T23:16:17.474Z Compiling crossbeam-channel v0.5.15
24512026-09-04T23:16:17.491Z Compiling serde_path_to_error v0.1.20
24522026-09-04T23:16:17.527Z Compiling is-terminal v0.4.17
24532026-09-04T23:16:17.623Z Compiling topological-sort v0.2.2
24542026-09-04T23:16:17.640Z Compiling term v1.2.1
24552026-09-04T23:16:17.654Z Compiling take_mut v0.2.2
24562026-09-04T23:16:17.684Z Compiling indent_write v2.2.0
24572026-09-04T23:16:17.754Z Compiling parse-size v1.1.0
24582026-09-04T23:16:17.789Z Compiling debug-ignore v1.0.5
24592026-09-04T23:16:17.804Z Compiling rawzip v0.4.4
24602026-09-04T23:16:17.850Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-09-04T23:16:17.929Z Compiling shell-words v1.1.1
24622026-09-04T23:16:18.054Z Compiling slog-term v2.9.2
24632026-09-04T23:16:21.111Z Compiling rustls-webpki v0.103.13
24642026-09-04T23:16:23.839Z Compiling tokio-rustls v0.26.4
24652026-09-04T23:16:23.840Z Compiling rustls-platform-verifier v0.6.2
24662026-09-04T23:16:23.840Z Compiling tough v0.22.0
24672026-09-04T23:16:24.065Z Compiling hyper-rustls v0.27.7
24682026-09-04T23:16:24.262Z Compiling reqwest v0.13.2
24692026-09-04T23:16:25.500Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24702026-09-04T23:16:26.483Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24712026-09-04T23:16:27.526Z Compiling omicron-zone-package v0.12.3
24722026-09-04T23:16:27.835Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24732026-09-04T23:16:28.155Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24742026-09-04T23:16:28.181Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24752026-09-04T23:16:30.574Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24762026-09-04T23:16:49.853Z Finished `release` profile [optimized] target(s) in 1m 23s
24772026-09-04T23:16:49.996Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24782026-09-04T23:16:50.054ZSep 04 23:16:48.889 DEBG changing working directory to /work/oxidecomputer/omicron
24792026-09-04T23:16:50.152ZSep 04 23:16:48.988 DEBG running: git rev-parse HEAD
24802026-09-04T23:16:50.155ZSep 04 23:16:48.991 DEBG process exited with exit status: 0 (3.161914ms)
24812026-09-04T23:16:50.155ZSep 04 23:16:48.991 INFO version: 23.0.0-0.ci+gitbdb5ffd9b0a
24822026-09-04T23:16:50.163ZSep 04 23:16:48.999 INFO cloning helios to /work/oxidecomputer/helios
24832026-09-04T23:16:50.163ZSep 04 23:16:48.999 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24842026-09-04T23:16:50.166ZCloning into '/work/oxidecomputer/helios'...
24852026-09-04T23:16:50.770ZSep 04 23:16:49.607 DEBG process exited with exit status: 0 (607.557509ms)
24862026-09-04T23:16:50.770ZSep 04 23:16:49.607 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24872026-09-04T23:16:50.773ZSep 04 23:16:49.609 DEBG process exited with exit status: 0 (2.728074ms)
24882026-09-04T23:16:50.773ZSep 04 23:16:49.609 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24892026-09-04T23:16:51.159ZSep 04 23:16:49.995 DEBG process exited with exit status: 0 (385.709589ms)
24902026-09-04T23:16:51.159ZSep 04 23:16:49.995 DEBG running: zfs list rpool/images/build/host
24912026-09-04T23:16:51.165ZNAME USED AVAIL REFER MOUNTPOINT
24922026-09-04T23:16:51.165Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24932026-09-04T23:16:51.168ZSep 04 23:16:50.002 DEBG process exited with exit status: 0 (6.72945ms)
24942026-09-04T23:16:51.168ZSep 04 23:16:50.002 DEBG running: zfs list rpool/images/build/recovery
24952026-09-04T23:16:51.171ZNAME USED AVAIL REFER MOUNTPOINT
24962026-09-04T23:16:51.171Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24972026-09-04T23:16:51.172ZSep 04 23:16:50.006 DEBG process exited with exit status: 0 (4.312107ms)
24982026-09-04T23:16:51.172ZSep 04 23:16:50.006 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
24992026-09-04T23:16:51.183ZSep 04 23:16:50.020 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
25002026-09-04T23:16:51.186ZSep 04 23:16:50.020 INFO [incorp-manifest] running task
25012026-09-04T23:16:51.187ZSep 04 23:16:50.020 INFO [hubris-production] running task
25022026-09-04T23:16:51.187ZSep 04 23:16:50.020 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25032026-09-04T23:16:51.187ZSep 04 23:16:50.021 INFO [hubris-staging] running task
25042026-09-04T23:16:51.187ZSep 04 23:16:50.021 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
25052026-09-04T23:16:51.187ZSep 04 23:16:50.022 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25062026-09-04T23:16:51.187ZSep 04 23:16:50.022 INFO [incorp-create] running: pkgrepo create /work/incorporation
25072026-09-04T23:16:51.226Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25082026-09-04T23:16:51.291Z[ omicron-package] Blocking waiting for file lock on package cache
25092026-09-04T23:16:51.415ZSep 04 23:16:50.251 INFO [incorp-create] process exited with exit status: 0 (228.834559ms)
25102026-09-04T23:16:51.418ZSep 04 23:16:50.251 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25112026-09-04T23:16:51.674ZSep 04 23:16:50.510 INFO [incorp-publisher] process exited with exit status: 0 (259.128686ms)
25122026-09-04T23:16:51.962Z[ omicron-package] Blocking waiting for file lock on package cache
25132026-09-04T23:16:52.363ZSep 04 23:16:51.199 INFO [hubris-production] task succeeded (1.178568081s)
25142026-09-04T23:16:53.140Z[ omicron-package] Compiling macaddr v1.0.1
25152026-09-04T23:16:53.144Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25162026-09-04T23:16:53.144Z[ omicron-package] Compiling itertools v0.15.0
25172026-09-04T23:16:53.144Z[ omicron-package] Compiling secrecy v0.10.3
25182026-09-04T23:16:53.144Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-09-04T23:16:53.144Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25202026-09-04T23:16:53.144Z[ omicron-package] Compiling heapless v0.8.0
25212026-09-04T23:16:53.144Z[ omicron-package] Compiling hash32 v0.3.1
25222026-09-04T23:16:53.144Z[ omicron-package] Compiling inout v0.1.4
25232026-09-04T23:16:53.144Z[ omicron-package] Compiling multer v3.1.0
25242026-09-04T23:16:53.144Z[ omicron-package] Compiling smoltcp v0.11.0
25252026-09-04T23:16:53.144Z[ omicron-package] Compiling match_cfg v0.1.0
25262026-09-04T23:16:53.144Z[ omicron-package] Compiling compression-core v0.4.31
25272026-09-04T23:16:53.144Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25282026-09-04T23:16:53.144Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-09-04T23:16:53.144Z[ omicron-package] Compiling slog-json v2.6.1
25302026-09-04T23:16:53.571ZSep 04 23:16:52.407 DEBG process exited with exit status: 0 (2.387091237s)
25312026-09-04T23:16:53.579ZSep 04 23:16:52.416 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25322026-09-04T23:16:54.096Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25332026-09-04T23:16:54.151Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25342026-09-04T23:16:54.154Z[ omicron-package] Compiling hostname v0.3.1
25352026-09-04T23:16:54.236Z[ omicron-package] Compiling cipher v0.4.4
25362026-09-04T23:16:54.241Z[ omicron-package] Compiling compression-codecs v0.4.37
25372026-09-04T23:16:54.241Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25382026-09-04T23:16:54.257Z[ omicron-package] Compiling cobs v0.3.0
25392026-09-04T23:16:54.261Z[ omicron-package] Compiling universal-hash v0.5.1
25402026-09-04T23:16:54.336Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25412026-09-04T23:16:54.340Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25422026-09-04T23:16:54.357Z[ omicron-package] Compiling async-stream-impl v0.3.6
25432026-09-04T23:16:54.360Z[ omicron-package] Compiling serde_spanned v1.1.1
25442026-09-04T23:16:54.565Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25452026-09-04T23:16:54.565Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25462026-09-04T23:16:54.569Z[ omicron-package] Compiling dropshot v0.17.1
25472026-09-04T23:16:54.860Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25482026-09-04T23:16:54.922Z[ omicron-package] Compiling opaque-debug v0.3.1
25492026-09-04T23:16:54.939Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25502026-09-04T23:16:54.959Z[ omicron-package] Compiling convert_case v0.4.0
25512026-09-04T23:16:54.963Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25522026-09-04T23:16:55.024Z[ omicron-package] Compiling poly1305 v0.8.0
25532026-09-04T23:16:55.024Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25542026-09-04T23:16:55.028Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25552026-09-04T23:16:55.149Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25562026-09-04T23:16:55.149Z[ omicron-package] Compiling async-stream v0.3.6
25572026-09-04T23:16:55.153Z[ omicron-package] Compiling chacha20 v0.9.1
25582026-09-04T23:16:55.153Z[ omicron-package] Compiling async-compression v0.4.41
25592026-09-04T23:16:55.167Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25602026-09-04T23:16:55.255Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25612026-09-04T23:16:55.258Z[ omicron-package] Compiling postcard v1.1.3
25622026-09-04T23:16:55.330Z[ omicron-package] Compiling derive_more v0.99.20
25632026-09-04T23:16:55.550Z[ omicron-package] Compiling num_enum_derive v0.7.6
25642026-09-04T23:16:55.577Z[ omicron-package] Compiling slog-bunyan v2.5.0
25652026-09-04T23:16:55.685Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25662026-09-04T23:16:55.685Z[ omicron-package] Compiling sha1 v0.11.0
25672026-09-04T23:16:55.689Z[ omicron-package] Compiling ingot-macros v0.2.0
25682026-09-04T23:16:55.795Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25692026-09-04T23:16:55.974Z[ omicron-package] Compiling progenitor-client v0.14.0
25702026-09-04T23:16:56.138Z[ omicron-package] Compiling oxide-generation v0.1.3
25712026-09-04T23:16:56.141Z[ omicron-package] Compiling parse-display-derive v0.10.0
25722026-09-04T23:16:56.246Z[ omicron-package] Compiling waitgroup v0.1.2
25732026-09-04T23:16:56.251Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25742026-09-04T23:16:56.338Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25752026-09-04T23:16:56.341Z[ omicron-package] Compiling backon v1.6.0
25762026-09-04T23:16:56.459ZSep 04 23:16:55.295 DEBG process exited with exit status: 0 (2.8796141s)
25772026-09-04T23:16:56.463ZSep 04 23:16:55.296 INFO [incorp-manifest] task succeeded (5.276322773s)
25782026-09-04T23:16:56.463ZSep 04 23:16:55.297 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25792026-09-04T23:16:56.478Z[ omicron-package] Compiling password-hash v0.5.0
25802026-09-04T23:16:56.528Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25812026-09-04T23:16:56.532Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25822026-09-04T23:16:56.605Z[ omicron-package] Compiling blake2 v0.10.6
25832026-09-04T23:16:56.686Z[ omicron-package] Compiling aead v0.5.2
25842026-09-04T23:16:56.713ZSep 04 23:16:55.547 INFO [incorp-fmt] process exited with exit status: 0 (250.359143ms)
25852026-09-04T23:16:56.716Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25862026-09-04T23:16:56.716ZSep 04 23:16:55.547 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25872026-09-04T23:16:56.768Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25882026-09-04T23:16:56.772Z[ omicron-package] Compiling hostname v0.4.2
25892026-09-04T23:16:56.908Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25902026-09-04T23:16:56.912Z[ omicron-package] Compiling instant v0.1.13
25912026-09-04T23:16:57.004Z[ omicron-package] Compiling proc-macro-error v1.0.4
25922026-09-04T23:16:57.022Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260904T231655Z
25932026-09-04T23:16:57.022Z[ incorp-pkgsend] PUBLISHED
25942026-09-04T23:16:57.051Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25952026-09-04T23:16:57.081ZSep 04 23:16:55.917 INFO [incorp-pkgsend] process exited with exit status: 0 (369.641394ms)
25962026-09-04T23:16:57.081ZSep 04 23:16:55.917 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25972026-09-04T23:16:57.094Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25982026-09-04T23:16:57.134Z[ omicron-package] Compiling backoff v0.4.0
25992026-09-04T23:16:57.168Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26002026-09-04T23:16:57.168Z[ omicron-package] Compiling argon2 v0.5.3
26012026-09-04T23:16:57.252Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26022026-09-04T23:16:57.294Z[ omicron-package] Compiling num_enum_derive v0.5.11
26032026-09-04T23:16:57.352Z[ omicron-package] Compiling num_enum v0.7.6
26042026-09-04T23:16:57.388Z[ helios-incorp] Retrieving packages for publisher helios ...
26052026-09-04T23:16:57.425Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26062026-09-04T23:16:57.426Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26072026-09-04T23:16:57.426Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26082026-09-04T23:16:57.426Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26092026-09-04T23:16:57.426Z[ helios-incorp]
26102026-09-04T23:16:57.426Z[ helios-incorp] Archiving packages ...
26112026-09-04T23:16:57.426Z[ helios-incorp] Packages to add: 1
26122026-09-04T23:16:57.426Z[ helios-incorp] Files to retrieve: 0
26132026-09-04T23:16:57.426Z[ helios-incorp] Estimated transfer size: 0.00 B
26142026-09-04T23:16:57.426Z[ helios-incorp]
26152026-09-04T23:16:57.426Z[ helios-incorp] Packages to archive:
26162026-09-04T23:16:57.426Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260904T231655Z
26172026-09-04T23:16:57.426Z[ helios-incorp]
26182026-09-04T23:16:57.426Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26192026-09-04T23:16:57.426Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26202026-09-04T23:16:57.451Z[ omicron-package] Compiling progenitor-extras v0.2.0
26212026-09-04T23:16:57.486ZSep 04 23:16:56.322 INFO [helios-incorp] process exited with exit status: 0 (404.974199ms)
26222026-09-04T23:16:57.503Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26232026-09-04T23:16:57.528Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26242026-09-04T23:16:57.567Z[ omicron-package] Compiling vsss-rs v3.3.4
26252026-09-04T23:16:57.586Z[ omicron-package] Compiling foreign-types v0.5.0
26262026-09-04T23:16:57.735Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26272026-09-04T23:16:57.776Z[ omicron-package] Compiling regress v0.10.5
26282026-09-04T23:16:57.813Z[ omicron-package] Compiling itertools v0.14.0
26292026-09-04T23:16:57.845Z[ omicron-package] Compiling tabwriter v1.4.1
26302026-09-04T23:16:57.954Z[ omicron-package] Compiling parse-display v0.10.0
26312026-09-04T23:16:58.049Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-09-04T23:16:58.073Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26332026-09-04T23:16:58.130Z[ omicron-package] Compiling cstr-argument v0.1.2
26342026-09-04T23:16:58.212Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26352026-09-04T23:16:58.254Z[ omicron-package] Compiling humantime v2.3.0
26362026-09-04T23:16:58.333Z[ omicron-package] Compiling num_enum v0.5.11
26372026-09-04T23:16:58.390Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382026-09-04T23:16:58.412Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26392026-09-04T23:16:58.522Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26402026-09-04T23:16:58.571Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26412026-09-04T23:16:58.604Z[ omicron-package] Compiling rayon v1.11.0
26422026-09-04T23:16:58.704Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26432026-09-04T23:16:58.704Z[ omicron-package] Compiling rand v0.10.1
26442026-09-04T23:16:58.708Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26452026-09-04T23:16:58.822Z[ omicron-package] Compiling libefi-sys v0.1.0
26462026-09-04T23:16:58.822Z[ omicron-package] Compiling colored v3.1.1
26472026-09-04T23:16:58.894Z[ omicron-package] Compiling ingot-types v0.2.0
26482026-09-04T23:16:58.925Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26492026-09-04T23:16:58.953Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26502026-09-04T23:16:58.984Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26512026-09-04T23:16:59.038Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26522026-09-04T23:16:59.180Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26532026-09-04T23:16:59.221Z[ omicron-package] Compiling itertools v0.12.1
26542026-09-04T23:16:59.324Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26552026-09-04T23:16:59.375Z[ omicron-package] Compiling ingot v0.2.1
26562026-09-04T23:16:59.408Z[ omicron-package] Compiling usdt-macro v0.5.0
26572026-09-04T23:16:59.408Z[ omicron-package] Compiling num-derive v0.4.2
26582026-09-04T23:16:59.432Z[ omicron-package] Compiling bitfield-struct v0.6.2
26592026-09-04T23:16:59.530Z[ omicron-package] Compiling sigpipe v0.1.3
26602026-09-04T23:16:59.617Z[ omicron-package] Compiling memmap v0.7.0
26612026-09-04T23:16:59.744Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26622026-09-04T23:16:59.801Z[ omicron-package] Compiling swrite v0.1.0
26632026-09-04T23:16:59.940Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26642026-09-04T23:17:00.104Z[ omicron-package] Compiling glob v0.3.3
26652026-09-04T23:17:00.271Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26662026-09-04T23:17:00.271Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26672026-09-04T23:17:00.355Z[ omicron-package] Compiling usdt v0.5.0
26682026-09-04T23:17:00.482Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26692026-09-04T23:17:00.610Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26702026-09-04T23:17:00.646Z[ omicron-package] Compiling smf v0.2.3
26712026-09-04T23:17:00.687Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26722026-09-04T23:17:00.771Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26732026-09-04T23:17:00.874Z[ omicron-package] Compiling zone v0.3.1
26742026-09-04T23:17:00.914Z[ omicron-package] Compiling whoami v1.6.1
26752026-09-04T23:17:00.974Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26762026-09-04T23:17:00.974Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26772026-09-04T23:17:01.126Z[ omicron-package] Compiling gethostname v0.5.0
26782026-09-04T23:17:01.163Z[ omicron-package] Compiling console v0.16.2
26792026-09-04T23:17:01.200Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26802026-09-04T23:17:01.289Z[ omicron-package] Compiling unit-prefix v0.5.2
26812026-09-04T23:17:01.329Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26822026-09-04T23:17:01.504Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26832026-09-04T23:17:01.686Z[ omicron-package] Compiling indicatif v0.18.4
26842026-09-04T23:17:02.111Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26852026-09-04T23:17:02.844Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26862026-09-04T23:17:04.031Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26872026-09-04T23:17:05.351Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26882026-09-04T23:17:05.500Z[ helios-setup] Sep 04 23:17:04.331 INFO helios repository root is: /work/oxidecomputer/helios
26892026-09-04T23:17:05.500Z[ helios-setup] Sep 04 23:17:04.333 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
26902026-09-04T23:17:05.500Z[ helios-setup] Sep 04 23:17:04.333 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
26912026-09-04T23:17:05.500Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26922026-09-04T23:17:06.417Z[ helios-setup] Sep 04 23:17:05.253 INFO clone ok!, project: amd-host-image-builder
26932026-09-04T23:17:06.417Z[ helios-setup] Sep 04 23:17:05.253 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26942026-09-04T23:17:06.420Z[ helios-setup] Sep 04 23:17:05.253 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
26952026-09-04T23:17:06.420Z[ helios-setup] Sep 04 23:17:05.253 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26962026-09-04T23:17:06.420Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26972026-09-04T23:17:08.801ZSep 04 23:17:07.637 INFO [hubris-staging] task succeeded (17.616606079s)
26982026-09-04T23:17:12.586Z[ helios-setup] Sep 04 23:17:11.421 INFO clone ok!, project: amd-firmware
26992026-09-04T23:17:12.589Z[ helios-setup] Sep 04 23:17:11.422 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
27002026-09-04T23:17:12.589Z[ helios-setup] Sep 04 23:17:11.422 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27012026-09-04T23:17:12.589Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27022026-09-04T23:17:13.494Z[ helios-setup] Sep 04 23:17:12.330 INFO clone ok!, project: chelsio-t6-roms
27032026-09-04T23:17:13.494Z[ helios-setup] Sep 04 23:17:12.330 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
27042026-09-04T23:17:13.499Z[ helios-setup] Sep 04 23:17:12.330 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27052026-09-04T23:17:13.499Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27062026-09-04T23:17:14.013Z[ helios-setup] Sep 04 23:17:12.849 INFO clone ok!, project: bootserver
27072026-09-04T23:17:14.014Z[ helios-setup] Sep 04 23:17:12.849 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27082026-09-04T23:17:14.014Z[ helios-setup] Sep 04 23:17:12.849 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
27092026-09-04T23:17:14.018Z[ helios-setup] Sep 04 23:17:12.849 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27102026-09-04T23:17:14.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27112026-09-04T23:17:14.784Z[ helios-setup] Sep 04 23:17:13.619 INFO clone ok!, project: dmar-report
27122026-09-04T23:17:14.784Z[ helios-setup] Sep 04 23:17:13.619 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
27132026-09-04T23:17:14.788Z[ helios-setup] Sep 04 23:17:13.619 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27142026-09-04T23:17:14.788Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27152026-09-04T23:17:15.244Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27162026-09-04T23:17:15.265Z[ helios-setup] Sep 04 23:17:14.101 INFO clone ok!, project: pinprick
27172026-09-04T23:17:15.268Z[ helios-setup] Sep 04 23:17:14.101 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
27182026-09-04T23:17:15.268Z[ helios-setup] Sep 04 23:17:14.101 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27192026-09-04T23:17:15.269Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27202026-09-04T23:17:16.299Z[ helios-setup] Sep 04 23:17:15.134 INFO clone ok!, project: image-builder
27212026-09-04T23:17:16.302Z[ helios-setup] Sep 04 23:17:15.135 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
27222026-09-04T23:17:16.302Z[ helios-setup] Sep 04 23:17:15.135 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27232026-09-04T23:17:16.302Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27242026-09-04T23:17:17.505Z[ helios-setup] Sep 04 23:17:16.341 INFO clone ok!, project: pilot
27252026-09-04T23:17:17.505Z[ helios-setup] Sep 04 23:17:16.341 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27262026-09-04T23:17:17.553Z[ helios-setup] Sep 04 23:17:16.341 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
27272026-09-04T23:17:17.553Z[ helios-setup] Sep 04 23:17:16.341 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27282026-09-04T23:17:17.553Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27292026-09-04T23:17:18.057Z[ helios-setup] Sep 04 23:17:16.893 INFO clone ok!, project: phbl
27302026-09-04T23:17:18.057Z[ helios-setup] Sep 04 23:17:16.893 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27312026-09-04T23:17:18.267Z[ helios-setup] Sep 04 23:17:17.103 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27322026-09-04T23:17:18.389Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-09-04T23:17:18.488Z[ helios-setup] Sep 04 23:17:17.324 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27342026-09-04T23:17:18.488Z[ helios-setup] Sep 04 23:17:17.324 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27352026-09-04T23:17:18.729Z[ helios-setup] Sep 04 23:17:17.565 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27362026-09-04T23:17:18.960Z[ helios-setup] Sep 04 23:17:17.795 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27372026-09-04T23:17:18.960Z[ helios-setup] Sep 04 23:17:17.795 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27382026-09-04T23:17:19.182Z[ helios-setup] Sep 04 23:17:18.017 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27392026-09-04T23:17:19.381Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27402026-09-04T23:17:19.396Z[ helios-setup] Sep 04 23:17:18.230 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27412026-09-04T23:17:19.396Z[ helios-setup] Sep 04 23:17:18.230 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27422026-09-04T23:17:19.396Z[ helios-setup] Sep 04 23:17:18.230 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27432026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO ok!
27442026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27452026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27462026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO ok!
27472026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27482026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27492026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO ok!
27502026-09-04T23:17:19.400Z[ helios-setup] Sep 04 23:17:18.230 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27512026-09-04T23:17:19.428Z[ helios-setup] Sep 04 23:17:18.263 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')"
27522026-09-04T23:17:19.428Z[ helios-setup] Sep 04 23:17:18.263 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27532026-09-04T23:17:19.428Z[ helios-setup] Sep 04 23:17:18.263 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27542026-09-04T23:17:19.570Z[ helios-setup] Sep 04 23:17:18.406 INFO E| Updating crates.io index
27552026-09-04T23:17:19.573Z[ helios-setup] Sep 04 23:17:18.407 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27562026-09-04T23:17:20.024Z[ helios-setup] Sep 04 23:17:18.859 INFO E| From https://github.com/oxidecomputer/amd-apcb
27572026-09-04T23:17:20.024Z[ helios-setup] Sep 04 23:17:18.859 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27582026-09-04T23:17:20.035Z[ helios-setup] Sep 04 23:17:18.871 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27592026-09-04T23:17:20.402Z[ helios-setup] Sep 04 23:17:19.237 INFO E| From https://github.com/oxidecomputer/amd-efs
27602026-09-04T23:17:20.402Z[ helios-setup] Sep 04 23:17:19.238 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27612026-09-04T23:17:20.624Z[ helios-setup] Sep 04 23:17:19.460 INFO E| Downloading crates ...
27622026-09-04T23:17:20.678Z[ helios-setup] Sep 04 23:17:19.513 INFO E| Downloaded unic-ucd-version v0.9.0
27632026-09-04T23:17:20.681Z[ helios-setup] Sep 04 23:17:19.517 INFO E| Downloaded strsim v0.8.0
27642026-09-04T23:17:20.684Z[ helios-setup] Sep 04 23:17:19.519 INFO E| Downloaded strum v0.27.1
27652026-09-04T23:17:20.686Z[ helios-setup] Sep 04 23:17:19.520 INFO E| Downloaded textwrap v0.11.0
27662026-09-04T23:17:20.686Z[ helios-setup] Sep 04 23:17:19.521 INFO E| Downloaded thiserror-impl v2.0.12
27672026-09-04T23:17:20.686Z[ helios-setup] Sep 04 23:17:19.522 INFO E| Downloaded bytesize v2.0.1
27682026-09-04T23:17:20.689Z[ helios-setup] Sep 04 23:17:19.524 INFO E| Downloaded clap v2.34.0
27692026-09-04T23:17:20.692Z[ helios-setup] Sep 04 23:17:19.528 INFO E| Downloaded four-cc v0.4.0
27702026-09-04T23:17:20.693Z[ helios-setup] Sep 04 23:17:19.529 INFO E| Downloaded dyn-clone v1.0.19
27712026-09-04T23:17:20.695Z[ helios-setup] Sep 04 23:17:19.529 INFO E| Downloaded serde_derive v1.0.219
27722026-09-04T23:17:20.695Z[ helios-setup] Sep 04 23:17:19.531 INFO E| Downloaded unic-char-range v0.9.0
27732026-09-04T23:17:20.698Z[ helios-setup] Sep 04 23:17:19.532 INFO E| Downloaded unic-common v0.9.0
27742026-09-04T23:17:20.698Z[ helios-setup] Sep 04 23:17:19.532 INFO E| Downloaded modular-bitfield-impl v0.13.1
27752026-09-04T23:17:20.698Z[ helios-setup] Sep 04 23:17:19.533 INFO E| Downloaded modular-bitfield v0.11.2
27762026-09-04T23:17:20.703Z[ helios-setup] Sep 04 23:17:19.540 INFO E| Downloaded ryu v1.0.20
27772026-09-04T23:17:20.710Z[ helios-setup] Sep 04 23:17:19.546 INFO E| Downloaded fletcher v1.0.0
27782026-09-04T23:17:20.717Z[ helios-setup] Sep 04 23:17:19.553 INFO E| Downloaded autocfg v1.4.0
27792026-09-04T23:17:20.720Z[ helios-setup] Sep 04 23:17:19.554 INFO E| Downloaded structopt-derive v0.4.18
27802026-09-04T23:17:20.720Z[ helios-setup] Sep 04 23:17:19.556 INFO E| Downloaded parse_int v0.9.0
27812026-09-04T23:17:20.725Z[ helios-setup] Sep 04 23:17:19.561 INFO E| Downloaded unic-ucd-ident v0.9.0
27822026-09-04T23:17:20.728Z[ helios-setup] Sep 04 23:17:19.562 INFO E| Downloaded unic-char-property v0.9.0
27832026-09-04T23:17:20.728Z[ helios-setup] Sep 04 23:17:19.563 INFO E| Downloaded rustversion v1.0.20
27842026-09-04T23:17:20.731Z[ helios-setup] Sep 04 23:17:19.567 INFO E| Downloaded ansi_term v0.12.1
27852026-09-04T23:17:20.734Z[ helios-setup] Sep 04 23:17:19.568 INFO E| Downloaded quote v1.0.40
27862026-09-04T23:17:20.734Z[ helios-setup] Sep 04 23:17:19.570 INFO E| Downloaded unicode-ident v1.0.18
27872026-09-04T23:17:20.738Z[ helios-setup] Sep 04 23:17:19.574 INFO E| Downloaded itoa v1.0.15
27882026-09-04T23:17:20.741Z[ helios-setup] Sep 04 23:17:19.575 INFO E| Downloaded heck v0.3.3
27892026-09-04T23:17:20.741Z[ helios-setup] Sep 04 23:17:19.575 INFO E| Downloaded vec_map v0.8.2
27902026-09-04T23:17:20.744Z[ helios-setup] Sep 04 23:17:19.577 INFO E| Downloaded serde v1.0.219
27912026-09-04T23:17:20.744Z[ helios-setup] Sep 04 23:17:19.579 INFO E| Downloaded strum_macros v0.27.1
27922026-09-04T23:17:20.747Z[ helios-setup] Sep 04 23:17:19.581 INFO E| Downloaded modular-bitfield v0.13.1
27932026-09-04T23:17:20.750Z[ helios-setup] Sep 04 23:17:19.586 INFO E| Downloaded thiserror v2.0.12
27942026-09-04T23:17:20.753Z[ helios-setup] Sep 04 23:17:19.589 INFO E| Downloaded pest_generator v2.8.0
27952026-09-04T23:17:20.756Z[ helios-setup] Sep 04 23:17:19.590 INFO E| Downloaded structopt v0.3.26
27962026-09-04T23:17:20.759Z[ helios-setup] Sep 04 23:17:19.594 INFO E| Downloaded pest_derive v2.8.0
27972026-09-04T23:17:20.761Z[ helios-setup] Sep 04 23:17:19.596 INFO E| Downloaded typenum v1.18.0
27982026-09-04T23:17:20.764Z[ helios-setup] Sep 04 23:17:19.599 INFO E| Downloaded proc-macro2 v1.0.95
27992026-09-04T23:17:20.764Z[ helios-setup] Sep 04 23:17:19.600 INFO E| Downloaded pest_meta v2.8.0
28002026-09-04T23:17:20.767Z[ helios-setup] Sep 04 23:17:19.603 INFO E| Downloaded modular-bitfield-impl v0.11.2
28012026-09-04T23:17:20.773Z[ helios-setup] Sep 04 23:17:19.609 INFO E| Downloaded log v0.4.27
28022026-09-04T23:17:20.777Z[ helios-setup] Sep 04 23:17:19.613 INFO E| Downloaded memchr v2.7.4
28032026-09-04T23:17:20.787Z[ helios-setup] Sep 04 23:17:19.623 INFO E| Downloaded zerocopy-derive v0.8.25
28042026-09-04T23:17:20.796Z[ helios-setup] Sep 04 23:17:19.632 INFO E| Downloaded serde_json v1.0.140
28052026-09-04T23:17:20.799Z[ helios-setup] Sep 04 23:17:19.636 INFO E| Downloaded pest v2.8.0
28062026-09-04T23:17:20.811Z[ helios-setup] Sep 04 23:17:19.647 INFO E| Downloaded goblin v0.9.3
28072026-09-04T23:17:20.824Z[ helios-setup] Sep 04 23:17:19.661 INFO E| Downloaded zerocopy v0.8.25
28082026-09-04T23:17:20.840Z[ helios-setup] Sep 04 23:17:19.676 INFO E| Downloaded syn v2.0.101
28092026-09-04T23:17:20.853Z[ helios-setup] Sep 04 23:17:19.689 INFO E| Downloaded libc v0.2.172
28102026-09-04T23:17:20.905Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling proc-macro2 v1.0.95
28112026-09-04T23:17:20.905Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling unicode-ident v1.0.18
28122026-09-04T23:17:20.908Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling memchr v2.7.4
28132026-09-04T23:17:20.908Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling thiserror v2.0.12
28142026-09-04T23:17:20.909Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling autocfg v1.4.0
28152026-09-04T23:17:20.909Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling serde v1.0.219
28162026-09-04T23:17:20.909Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling syn v1.0.109
28172026-09-04T23:17:20.909Z[ helios-setup] Sep 04 23:17:19.740 INFO E| Compiling version_check v0.9.5
28182026-09-04T23:17:20.909Z[ helios-setup] Sep 04 23:17:19.741 INFO E| Compiling serde_json v1.0.140
28192026-09-04T23:17:20.909Z[ helios-setup] Sep 04 23:17:19.741 INFO E| Compiling schemars v0.8.22
28202026-09-04T23:17:20.909Z[ helios-setup] Sep 04 23:17:19.741 INFO E| Compiling itoa v1.0.15
28212026-09-04T23:17:20.926Z[ helios-setup] Sep 04 23:17:19.762 INFO E| Compiling ryu v1.0.20
28222026-09-04T23:17:20.929Z[ helios-setup] Sep 04 23:17:19.762 INFO E| Compiling static_assertions v1.1.0
28232026-09-04T23:17:20.929Z[ helios-setup] Sep 04 23:17:19.763 INFO E| Compiling zerocopy v0.8.25
28242026-09-04T23:17:20.929Z[ helios-setup] Sep 04 23:17:19.763 INFO E| Compiling ucd-trie v0.1.7
28252026-09-04T23:17:20.929Z[ helios-setup] Sep 04 23:17:19.763 INFO E| Compiling paste v1.0.15
28262026-09-04T23:17:21.011Z[ helios-setup] Sep 04 23:17:19.847 INFO E| Compiling libc v0.2.172
28272026-09-04T23:17:21.059Z[ helios-setup] Sep 04 23:17:19.895 INFO E| Compiling dyn-clone v1.0.19
28282026-09-04T23:17:21.104Z[ helios-setup] Sep 04 23:17:19.940 INFO E| Compiling rustversion v1.0.20
28292026-09-04T23:17:21.146Z[ helios-setup] Sep 04 23:17:19.981 INFO E| Compiling once_cell v1.21.3
28302026-09-04T23:17:21.222Z[ helios-setup] Sep 04 23:17:20.057 INFO E| Compiling unicode-width v0.1.14
28312026-09-04T23:17:21.250Z[ helios-setup] Sep 04 23:17:20.086 INFO E| Compiling unicode-segmentation v1.12.0
28322026-09-04T23:17:21.272Z[ helios-setup] Sep 04 23:17:20.108 INFO E| Compiling proc-macro-error-attr v1.0.4
28332026-09-04T23:17:21.272Z[ helios-setup] Sep 04 23:17:20.108 INFO E| Compiling proc-macro-error v1.0.4
28342026-09-04T23:17:21.299Z[ helios-setup] Sep 04 23:17:20.134 INFO E| Compiling num-traits v0.2.19
28352026-09-04T23:17:21.309Z[ helios-setup] Sep 04 23:17:20.144 INFO E| Compiling memoffset v0.9.1
28362026-09-04T23:17:21.326Z[ helios-setup] Sep 04 23:17:20.162 INFO E| Compiling heck v0.5.0
28372026-09-04T23:17:21.329Z[ helios-setup] Sep 04 23:17:20.162 INFO E| Compiling fletcher v1.0.0
28382026-09-04T23:17:21.395Z[ helios-setup] Sep 04 23:17:20.231 INFO E| Compiling strsim v0.8.0
28392026-09-04T23:17:21.412Z[ helios-setup] Sep 04 23:17:20.248 INFO E| Compiling vec_map v0.8.2
28402026-09-04T23:17:21.506Z[ helios-setup] Sep 04 23:17:20.341 INFO E| Compiling textwrap v0.11.0
28412026-09-04T23:17:21.523Z[ helios-setup] Sep 04 23:17:20.359 INFO E| Compiling bitflags v1.3.2
28422026-09-04T23:17:21.544Z[ helios-setup] Sep 04 23:17:20.380 INFO E| Compiling unic-char-range v0.9.0
28432026-09-04T23:17:21.554Z[ helios-setup] Sep 04 23:17:20.390 INFO E| Compiling byteorder v1.5.0
28442026-09-04T23:17:21.589Z[ helios-setup] Sep 04 23:17:20.425 INFO E| Compiling heck v0.3.3
28452026-09-04T23:17:21.595Z[ helios-setup] Sep 04 23:17:20.430 INFO E| Compiling ansi_term v0.12.1
28462026-09-04T23:17:21.600Z[ helios-setup] Sep 04 23:17:20.436 INFO E| Compiling unic-common v0.9.0
28472026-09-04T23:17:21.637Z[ helios-setup] Sep 04 23:17:20.473 INFO E| Compiling strum v0.27.1
28482026-09-04T23:17:21.681Z[ helios-setup] Sep 04 23:17:20.516 INFO E| Compiling unic-ucd-version v0.9.0
28492026-09-04T23:17:21.689Z[ helios-setup] Sep 04 23:17:20.525 INFO E| Compiling unic-char-property v0.9.0
28502026-09-04T23:17:21.695Z[ helios-setup] Sep 04 23:17:20.531 INFO E| Compiling plain v0.2.3
28512026-09-04T23:17:21.725Z[ helios-setup] Sep 04 23:17:20.561 INFO E| Compiling atty v0.2.14
28522026-09-04T23:17:21.725Z[ helios-setup] Sep 04 23:17:20.561 INFO E| Compiling lazy_static v1.5.0
28532026-09-04T23:17:21.737Z[ helios-setup] Sep 04 23:17:20.573 INFO E| Compiling log v0.4.27
28542026-09-04T23:17:21.748Z[ helios-setup] Sep 04 23:17:20.583 INFO E| Compiling bytesize v2.0.1
28552026-09-04T23:17:21.776Z[ helios-setup] Sep 04 23:17:20.612 INFO E| Compiling unic-ucd-ident v0.9.0
28562026-09-04T23:17:21.791Z[ helios-setup] Sep 04 23:17:20.627 INFO E| Compiling clap v2.34.0
28572026-09-04T23:17:21.882Z[ helios-setup] Sep 04 23:17:20.718 INFO E| Compiling quote v1.0.40
28582026-09-04T23:17:22.042Z[ helios-setup] Sep 04 23:17:20.878 INFO E| Compiling syn v2.0.101
28592026-09-04T23:17:22.249Z[ helios-setup] Sep 04 23:17:21.084 INFO E| Compiling parse_int v0.9.0
28602026-09-04T23:17:23.883Z[ helios-setup] Sep 04 23:17:22.719 INFO E| Compiling modular-bitfield-impl v0.11.2
28612026-09-04T23:17:23.883Z[ helios-setup] Sep 04 23:17:22.719 INFO E| Compiling structopt-derive v0.4.18
28622026-09-04T23:17:24.105Z[ helios-setup] Sep 04 23:17:22.941 INFO E| Compiling serde_derive_internals v0.29.1
28632026-09-04T23:17:24.582Z[ helios-setup] Sep 04 23:17:23.417 INFO E| Compiling thiserror-impl v2.0.12
28642026-09-04T23:17:24.582Z[ helios-setup] Sep 04 23:17:23.417 INFO E| Compiling serde_derive v1.0.219
28652026-09-04T23:17:24.582Z[ helios-setup] Sep 04 23:17:23.417 INFO E| Compiling zerocopy-derive v0.8.25
28662026-09-04T23:17:24.582Z[ helios-setup] Sep 04 23:17:23.417 INFO E| Compiling num-derive v0.4.2
28672026-09-04T23:17:24.582Z[ helios-setup] Sep 04 23:17:23.417 INFO E| Compiling modular-bitfield-impl v0.13.1
28682026-09-04T23:17:24.585Z[ helios-setup] Sep 04 23:17:23.417 INFO E| Compiling scroll_derive v0.12.1
28692026-09-04T23:17:24.585Z[ helios-setup] Sep 04 23:17:23.417 INFO E| Compiling strum_macros v0.27.1
28702026-09-04T23:17:24.948Z[ helios-setup] Sep 04 23:17:23.783 INFO E| Compiling schemars_derive v0.8.22
28712026-09-04T23:17:25.151Z[ helios-setup] Sep 04 23:17:23.985 INFO E| Compiling modular-bitfield v0.11.2
28722026-09-04T23:17:25.268Z[ helios-setup] Sep 04 23:17:24.104 INFO E| Compiling structopt v0.3.26
28732026-09-04T23:17:25.953Z[ helios-setup] Sep 04 23:17:24.789 INFO E| Compiling scroll v0.12.0
28742026-09-04T23:17:25.973Z[ helios-setup] Sep 04 23:17:24.809 INFO E| Compiling modular-bitfield v0.13.1
28752026-09-04T23:17:26.229Z[ helios-setup] Sep 04 23:17:25.064 INFO E| Compiling goblin v0.9.3
28762026-09-04T23:17:26.615Z[ helios-setup] Sep 04 23:17:25.451 INFO E| Compiling pest v2.8.0
28772026-09-04T23:17:27.816Z[ helios-setup] Sep 04 23:17:26.652 INFO E| Compiling pest_meta v2.8.0
28782026-09-04T23:17:28.452Z[ helios-setup] Sep 04 23:17:27.288 INFO E| Compiling pest_generator v2.8.0
28792026-09-04T23:17:29.330Z[ helios-setup] Sep 04 23:17:28.165 INFO E| Compiling pest_derive v2.8.0
28802026-09-04T23:17:30.300Z[ helios-setup] Sep 04 23:17:29.136 INFO E| Compiling json5 v0.4.1
28812026-09-04T23:17:32.008Z[ helios-setup] Sep 04 23:17:30.844 INFO E| Compiling four-cc v0.4.0
28822026-09-04T23:17:32.009Z[ helios-setup] Sep 04 23:17:30.844 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28832026-09-04T23:17:32.116Z[ helios-setup] Sep 04 23:17:30.951 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28842026-09-04T23:17:33.583Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.39s
28852026-09-04T23:17:33.813Z[ omicron-package]
28862026-09-04T23:17:33.813Z[ omicron-package] real 42.566318701
28872026-09-04T23:17:33.813Z[ omicron-package] user 4:01.198511958
28882026-09-04T23:17:33.816Z[ omicron-package] sys 28.736117055
28892026-09-04T23:17:33.816Z[ omicron-package] trap 0.362415654
28902026-09-04T23:17:33.816Z[ omicron-package] tflt 0.511489412
28912026-09-04T23:17:33.816Z[ omicron-package] dflt 2.515979204
28922026-09-04T23:17:33.816Z[ omicron-package] kflt 0.000623020
28932026-09-04T23:17:33.816Z[ omicron-package] lock 8:29.353330330
28942026-09-04T23:17:33.816Z[ omicron-package] slp 4:30.999687968
28952026-09-04T23:17:33.816Z[ omicron-package] lat 1:10.098467644
28962026-09-04T23:17:33.817ZSep 04 23:17:32.649 INFO [ omicron-package] stop 1:47.575304439
28972026-09-04T23:17:33.817Z[omicron-package] process exited with exit status: 0 (42.627679105s)
28982026-09-04T23:17:33.817ZSep 04 23:17:32.649 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28992026-09-04T23:17:33.817ZSep 04 23:17:32.649 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29002026-09-04T23:17:33.820Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29012026-09-04T23:17:33.824Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29022026-09-04T23:17:33.824Z[ host-target] Created new build target 'host' and set it as active
29032026-09-04T23:17:33.824Z[ recovery-target] Created new build target 'recovery' and set it as active
29042026-09-04T23:17:33.824ZSep 04 23:17:32.660 INFO [recovery-target] process exited with exit status: 0 (10.249756ms)
29052026-09-04T23:17:33.828ZSep 04 23:17:32.660 INFO [host-target] process exited with exit status: 0 (10.878446ms)
29062026-09-04T23:17:33.828ZSep 04 23:17:32.660 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29072026-09-04T23:17:33.831Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29082026-09-04T23:17:35.300Z[ host-package] Compiling cfg-if v1.0.4
29092026-09-04T23:17:35.514Z[ host-package] Compiling serde_core v1.0.228
29102026-09-04T23:17:35.514Z[ host-package] Compiling libc v0.2.185
29112026-09-04T23:17:35.519Z[ host-package] Compiling memchr v2.8.0
29122026-09-04T23:17:35.581Z[ host-package] Compiling smallvec v1.15.1
29132026-09-04T23:17:35.619Z[ host-package] Compiling stable_deref_trait v1.2.1
29142026-09-04T23:17:35.648Z[ host-package] Compiling libm v0.2.16
29152026-09-04T23:17:35.648Z[ host-package] Compiling scopeguard v1.2.0
29162026-09-04T23:17:35.689Z[ host-package] Compiling zerofrom v0.1.6
29172026-09-04T23:17:35.712Z[ host-package] Compiling rand_core v0.10.0
29182026-09-04T23:17:35.738Z[ host-package] Compiling percent-encoding v2.3.2
29192026-09-04T23:17:35.757Z[ host-package] Compiling writeable v0.6.2
29202026-09-04T23:17:35.760Z[ host-package] Compiling litemap v0.8.1
29212026-09-04T23:17:35.801Z[ host-package] Compiling lock_api v0.4.14
29222026-09-04T23:17:35.827Z[ host-package] Compiling yoke v0.8.1
29232026-09-04T23:17:35.830Z[ host-package] Compiling icu_normalizer_data v2.1.1
29242026-09-04T23:17:35.872Z[ host-package] Compiling icu_properties_data v2.1.2
29252026-09-04T23:17:35.897Z[ host-package] Compiling utf8_iter v1.0.4
29262026-09-04T23:17:35.924Z[ host-package] Compiling form_urlencoded v1.2.2
29272026-09-04T23:17:35.954Z[ host-package] Compiling iana-time-zone v0.1.65
29282026-09-04T23:17:35.982Z[ host-package] Compiling errno v0.3.14
29292026-09-04T23:17:35.985Z[ host-package] Compiling getrandom v0.4.3
29302026-09-04T23:17:35.985Z[ host-package] Compiling parking_lot_core v0.9.12
29312026-09-04T23:17:36.031Z[ host-package] Compiling zerocopy v0.8.55
29322026-09-04T23:17:36.079Z[ host-package] Compiling zerovec v0.11.5
29332026-09-04T23:17:36.082Z[ host-package] Compiling zerotrie v0.2.3
29342026-09-04T23:17:36.131Z[ host-package] Compiling signal-hook-registry v1.4.8
29352026-09-04T23:17:36.155Z[ host-package] Compiling mio v1.2.0
29362026-09-04T23:17:36.192Z[ host-package] Compiling socket2 v0.6.3
29372026-09-04T23:17:36.232Z[ host-package] Compiling parking_lot v0.12.5
29382026-09-04T23:17:36.271Z[ host-package] Compiling thiserror v2.0.18
29392026-09-04T23:17:36.319Z[ host-package] Compiling getrandom v0.2.17
29402026-09-04T23:17:36.359Z[ host-package] Compiling futures-util v0.3.32
29412026-09-04T23:17:36.389Z[ host-package] Compiling getrandom v0.3.4
29422026-09-04T23:17:36.389Z[ host-package] Compiling base64 v0.22.1
29432026-09-04T23:17:36.439Z[ host-package] Compiling time v0.3.47
29442026-09-04T23:17:36.465Z[ host-package] Compiling num-traits v0.2.19
29452026-09-04T23:17:36.546Z[ host-package] Compiling rand_core v0.6.4
29462026-09-04T23:17:36.546Z[ host-package] Compiling rand_core v0.9.5
29472026-09-04T23:17:36.611Z[ host-package] Compiling aho-corasick v1.1.4
29482026-09-04T23:17:36.666Z[ host-package] Compiling tinystr v0.8.2
29492026-09-04T23:17:36.666Z[ host-package] Compiling potential_utf v0.1.4
29502026-09-04T23:17:36.732Z[ host-package] Compiling spin v0.9.8
29512026-09-04T23:17:36.732Z[ host-package] Compiling socket2 v0.5.10
29522026-09-04T23:17:36.759Z[ host-package] Compiling pest v2.8.6
29532026-09-04T23:17:36.851Z[ host-package] Compiling icu_collections v2.1.1
29542026-09-04T23:17:36.888Z[ host-package] Compiling encoding_rs v0.8.35
29552026-09-04T23:17:36.888Z[ host-package] Compiling simd-adler32 v0.3.8
29562026-09-04T23:17:36.912Z[ host-package] Compiling adler2 v2.0.1
29572026-09-04T23:17:36.990Z[ host-package] Compiling icu_locale_core v2.1.1
29582026-09-04T23:17:36.993Z[ host-package] Compiling crc32fast v1.5.0
29592026-09-04T23:17:37.062Z[ host-package] Compiling wait-timeout v0.2.1
29602026-09-04T23:17:37.135Z[ host-package] Compiling zlib-rs v0.6.2
29612026-09-04T23:17:37.298Z[ host-package] Compiling miniz_oxide v0.8.9
29622026-09-04T23:17:37.339Z[ host-package] Compiling rand_xorshift v0.4.0
29632026-09-04T23:17:37.385Z[ host-package] Compiling serde v1.0.228
29642026-09-04T23:17:37.457Z[ host-package] Compiling serde_json v1.0.151
29652026-09-04T23:17:37.500Z[ host-package] Compiling bitflags v2.11.0
29662026-09-04T23:17:37.553Z[ host-package] Compiling uuid v1.23.4
29672026-09-04T23:17:37.553Z[ host-package] Compiling semver v1.0.28
29682026-09-04T23:17:37.603Z[ host-package] Compiling indexmap v2.14.0
29692026-09-04T23:17:37.634Z[ host-package] Compiling regex-automata v0.4.14
29702026-09-04T23:17:38.010Z[ host-package] Compiling bytes v1.11.1
29712026-09-04T23:17:38.067Z[ host-package] Compiling zeroize v1.9.0
29722026-09-04T23:17:38.094Z[ host-package] Compiling icu_provider v2.1.1
29732026-09-04T23:17:38.256Z[ host-package] Compiling chrono v0.4.45
29742026-09-04T23:17:38.292Z[ host-package] Compiling rustix v1.1.4
29752026-09-04T23:17:38.357Z[ host-package] Compiling generic-array v0.14.7
29762026-09-04T23:17:38.485Z[ host-package] Compiling icu_properties v2.1.2
29772026-09-04T23:17:38.592Z[ host-package] Compiling icu_normalizer v2.1.1
29782026-09-04T23:17:38.769Z[ host-package] Compiling tokio v1.52.1
29792026-09-04T23:17:38.811Z[ host-package] Compiling http v1.4.2
29802026-09-04T23:17:38.866Z[ host-package] Compiling erased-serde v0.3.31
29812026-09-04T23:17:38.943Z[ host-package] Compiling crypto-common v0.1.7
29822026-09-04T23:17:39.036Z[ host-package] Compiling block-buffer v0.10.4
29832026-09-04T23:17:39.142Z[ host-package] Compiling rustls-pki-types v1.14.0
29842026-09-04T23:17:39.176Z[ host-package] Compiling ipnet v2.12.0
29852026-09-04T23:17:39.238Z[ host-package] Compiling ppv-lite86 v0.2.21
29862026-09-04T23:17:39.338Z[ host-package] Compiling digest v0.10.7
29872026-09-04T23:17:39.371Z[ host-package] Compiling terminal_size v0.4.3
29882026-09-04T23:17:39.424Z[ host-package] Compiling idna_adapter v1.2.1
29892026-09-04T23:17:39.456Z[ host-package] Compiling slog v2.8.2
29902026-09-04T23:17:39.507Z[ host-package] Compiling aws-lc-rs v1.16.3
29912026-09-04T23:17:39.601Z[ host-package] Compiling idna v1.1.0
29922026-09-04T23:17:39.645Z[ host-package] Compiling http-body v1.0.1
29932026-09-04T23:17:39.648Z[ host-package] Compiling clap_builder v4.6.0
29942026-09-04T23:17:39.696Z[ host-package] Compiling rand_chacha v0.9.0
29952026-09-04T23:17:39.722Z[ host-package] Compiling tempfile v3.27.0
29962026-09-04T23:17:39.816Z[ host-package] Compiling der v0.7.10
29972026-09-04T23:17:39.877Z[ host-package] Compiling http-body-util v0.1.3
29982026-09-04T23:17:39.948Z[ host-package] Compiling rand v0.9.2
29992026-09-04T23:17:40.045Z[ host-package] Compiling url v2.5.8
30002026-09-04T23:17:40.073Z[ host-package] Compiling rand_chacha v0.3.1
30012026-09-04T23:17:40.105Z[ host-package] Compiling serde_urlencoded v0.7.1
30022026-09-04T23:17:40.155Z[ host-package] Compiling rustls-native-certs v0.8.3
30032026-09-04T23:17:40.247Z[ host-package] Compiling futures-executor v0.3.32
30042026-09-04T23:17:40.339Z[ host-package] Compiling rand v0.8.6
30052026-09-04T23:17:40.374Z[ host-package] Compiling hybrid-array v0.4.13
30062026-09-04T23:17:40.424Z[ host-package] Compiling hex v0.4.3
30072026-09-04T23:17:40.627Z[ host-package] Compiling regex v1.12.3
30082026-09-04T23:17:40.696Z[ host-package] Compiling schemars v0.8.22
30092026-09-04T23:17:40.745Z[ host-package] Compiling rustls-webpki v0.103.13
30102026-09-04T23:17:40.748Z[ host-package] Compiling hubpack v0.1.2
30112026-09-04T23:17:40.834Z[ host-package] Compiling futures v0.3.32
30122026-09-04T23:17:40.960Z[ host-package] Compiling spki v0.7.3
30132026-09-04T23:17:41.019Z[ host-package] Compiling publicsuffix v2.3.0
30142026-09-04T23:17:41.200Z[ host-package] Compiling openapiv3 v2.2.0
30152026-09-04T23:17:41.303Z[ host-package] Compiling pkcs8 v0.10.2
30162026-09-04T23:17:41.348Z[ host-package] Compiling cookie v0.18.1
30172026-09-04T23:17:41.404Z[ host-package] Compiling rusty-fork v0.3.1
30182026-09-04T23:17:41.427Z[ host-package] Compiling sha2 v0.10.9
30192026-09-04T23:17:41.465Z[ host-package] Compiling flate2 v1.1.9
30202026-09-04T23:17:41.627Z[ host-package] Compiling rustls v0.23.41
30212026-09-04T23:17:41.630Z[ host-package] Compiling block-buffer v0.12.1
30222026-09-04T23:17:41.757Z[ host-package] Compiling clap v4.6.1
30232026-09-04T23:17:41.822Z[ host-package] Compiling cookie_store v0.22.1
30242026-09-04T23:17:41.889Z[ host-package] Compiling ipnetwork v0.21.1
30252026-09-04T23:17:41.941Z[ host-package] Compiling proptest v1.11.0
30262026-09-04T23:17:41.985Z[ host-package] Compiling crypto-common v0.2.2
30272026-09-04T23:17:42.017Z[ host-package] Compiling signature v2.2.0
30282026-09-04T23:17:42.153Z[ host-package] Compiling lazy_static v1.5.0
30292026-09-04T23:17:42.196Z[ host-package] Compiling oxnet v0.1.6
30302026-09-04T23:17:42.271Z[ host-package] Compiling camino v1.2.5
30312026-09-04T23:17:42.299Z[ host-package] Compiling dof v0.4.0
30322026-09-04T23:17:42.299Z[ host-package] Compiling hmac v0.12.1
30332026-09-04T23:17:42.374Z[ host-package] Compiling dtrace-parser v0.3.0
30342026-09-04T23:17:42.595Z[ host-package] Compiling thread-id v5.1.0
30352026-09-04T23:17:42.643Z[ host-package] Compiling data-encoding v2.10.0
30362026-09-04T23:17:42.715Z[ host-package] Compiling memmap2 v0.9.10
30372026-09-04T23:17:42.737Z[ host-package] Compiling num-integer v0.1.46
30382026-09-04T23:17:42.782Z[ host-package] Compiling rustix v0.38.44
30392026-09-04T23:17:42.980Z[ host-package] Compiling x509-cert v0.2.5
30402026-09-04T23:17:43.047Z[ host-package] Compiling toml_datetime v0.6.11
30412026-09-04T23:17:43.096Z[ host-package] Compiling usdt-impl v0.6.0
30422026-09-04T23:17:43.099Z[ host-package] Compiling serde_spanned v0.6.9
30432026-09-04T23:17:43.186Z[ host-package] Compiling tokio-util v0.7.18
30442026-09-04T23:17:43.261Z[ host-package] Compiling tower v0.5.3
30452026-09-04T23:17:43.305Z[ host-package] Compiling dof v0.3.0
30462026-09-04T23:17:43.392Z[ host-package] Compiling num-iter v0.1.45
30472026-09-04T23:17:43.455Z[ host-package] Compiling bstr v1.12.1
30482026-09-04T23:17:43.594Z[ host-package] Compiling usdt v0.6.0
30492026-09-04T23:17:43.861Z[ host-package] Compiling tower-http v0.6.8
30502026-09-04T23:17:43.920Z[ host-package] Compiling dtrace-parser v0.2.0
30512026-09-04T23:17:43.996Z[ host-package] Compiling h2 v0.4.15
30522026-09-04T23:17:44.210Z[ host-package] Compiling ff v0.13.1
30532026-09-04T23:17:44.250Z[ host-package] Compiling thread-id v4.2.2
30542026-09-04T23:17:44.393Z[ host-package] Compiling newtype-uuid v1.3.2
30552026-09-04T23:17:44.486Z[ host-package] Compiling digest v0.11.3
30562026-09-04T23:17:44.570Z[ host-package] Compiling sec1 v0.7.3
30572026-09-04T23:17:44.610Z[ host-package] Compiling group v0.13.0
30582026-09-04T23:17:44.647Z[ host-package] Compiling usdt-impl v0.5.0
30592026-09-04T23:17:44.698Z[ host-package] Compiling daft v0.1.8
30602026-09-04T23:17:44.755Z[ host-package] Compiling signal-hook v0.3.18
30612026-09-04T23:17:44.796Z[ host-package] Compiling nix v0.31.2
30622026-09-04T23:17:44.862Z[ host-package] Compiling hkdf v0.12.4
30632026-09-04T23:17:44.912Z[ host-package] Compiling serde_with v3.21.0
30642026-09-04T23:17:45.017Z[ host-package] Compiling crypto-bigint v0.5.5
30652026-09-04T23:17:45.080Z[ host-package] Compiling tokio-rustls v0.26.4
30662026-09-04T23:17:45.128Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30672026-09-04T23:17:45.159Z[ host-package] Compiling foreign-types-shared v0.1.1
30682026-09-04T23:17:45.191Z[ host-package] Compiling ahash v0.8.12
30692026-09-04T23:17:45.191Z[ host-package] Compiling num-bigint-dig v0.8.6
30702026-09-04T23:17:45.307Z[ host-package] Compiling foreign-types v0.3.2
30712026-09-04T23:17:45.365Z[ host-package] Compiling packed_struct v0.10.1
30722026-09-04T23:17:45.387Z[ helios-setup] Sep 04 23:17:44.222 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30732026-09-04T23:17:45.419Z[ host-package] Compiling openssl-sys v0.9.117
30742026-09-04T23:17:45.464Z[ host-package] Compiling pkcs1 v0.7.5
30752026-09-04T23:17:45.561Z[ host-package] Compiling toml_edit v0.19.15
30762026-09-04T23:17:45.566Z[ host-package] Compiling hashbrown v0.13.2
30772026-09-04T23:17:45.740Z[ host-package] Compiling serde-hex v0.1.0
30782026-09-04T23:17:45.740Z[ host-package] Compiling bzip2 v0.4.4
30792026-09-04T23:17:45.982Z[ host-package] Compiling openssl v0.10.80
30802026-09-04T23:17:46.110Z[ host-package] Compiling elliptic-curve v0.13.8
30812026-09-04T23:17:46.387Z[ host-package] Compiling rsa v0.9.10
30822026-09-04T23:17:46.444Z[ host-package] Compiling signal-hook-mio v0.2.5
30832026-09-04T23:17:46.546Z[ host-package] Compiling ron v0.8.1
30842026-09-04T23:17:46.660Z[ host-package] Compiling globset v0.4.18
30852026-09-04T23:17:46.787Z[ host-package] Compiling block-padding v0.4.2
30862026-09-04T23:17:46.824Z[ host-package] Compiling sha3 v0.10.8
30872026-09-04T23:17:46.856Z[ host-package] Compiling curve25519-dalek v4.1.3
30882026-09-04T23:17:47.021Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
30892026-09-04T23:17:47.077Z[ host-package] Compiling inout v0.2.2
30902026-09-04T23:17:47.110Z[ host-package] Compiling object v0.30.4
30912026-09-04T23:17:47.113Z[ host-package] Compiling zip v0.6.6
30922026-09-04T23:17:47.309Z[ host-package] Compiling jiff v0.2.34
30932026-09-04T23:17:47.359Z[ host-package] Compiling toml v0.7.8
30942026-09-04T23:17:47.513Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30952026-09-04T23:17:47.619Z[ host-package] Compiling cipher v0.5.2
30962026-09-04T23:17:47.957Z[ host-package] Compiling hyper v1.10.1
30972026-09-04T23:17:47.991Z[ host-package] Compiling crossterm v0.28.1
30982026-09-04T23:17:48.092Z[ host-package] Compiling ed25519 v2.2.3
30992026-09-04T23:17:48.092Z[ host-package] Compiling serde-big-array v0.5.1
31002026-09-04T23:17:48.092Z[ host-package] Compiling pem v3.0.6
31012026-09-04T23:17:48.210Z[ host-package] Compiling petgraph v0.8.3
31022026-09-04T23:17:48.210Z[ host-package] Compiling object v0.37.3
31032026-09-04T23:17:48.365Z[ host-package] Compiling ed25519-dalek v2.2.0
31042026-09-04T23:17:48.460Z[ host-package] Compiling heapless v0.7.17
31052026-09-04T23:17:48.575Z[ host-package] Compiling chacha20 v0.10.0
31062026-09-04T23:17:48.778Z[ host-package] Compiling byte-wrapper v0.1.0
31072026-09-04T23:17:48.803Z[ host-package] Compiling native-tls v0.2.18
31082026-09-04T23:17:48.865Z[ host-package] Compiling md-5 v0.10.6
31092026-09-04T23:17:49.029Z[ host-package] Compiling serde_plain v1.0.2
31102026-09-04T23:17:49.049Z[ helios-setup] Sep 04 23:17:47.885 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31112026-09-04T23:17:49.104Z[ host-package] Compiling toml_edit v0.22.27
31122026-09-04T23:17:49.197Z[ host-package] Compiling tokio-native-tls v0.3.1
31132026-09-04T23:17:49.345Z[ host-package] Compiling postgres-protocol v0.6.10
31142026-09-04T23:17:49.379Z[ host-package] Compiling zopfli v0.8.3
31152026-09-04T23:17:49.382Z[ host-package] Compiling smoltcp v0.9.1
31162026-09-04T23:17:49.509Z[ host-package] Compiling hyper-util v0.1.20
31172026-09-04T23:17:49.678Z[ host-package] Compiling hickory-proto v0.25.2
31182026-09-04T23:17:50.136Z[ host-package] Compiling float-cmp v0.10.0
31192026-09-04T23:17:50.282Z[ host-package] Compiling string_cache v0.8.9
31202026-09-04T23:17:50.336Z[ host-package] Compiling zip v4.6.1
31212026-09-04T23:17:50.369Z[ host-package] Compiling predicates v3.1.4
31222026-09-04T23:17:50.508Z[ host-package] Compiling textwrap v0.16.2
31232026-09-04T23:17:50.667Z[ host-package] Compiling petgraph v0.6.5
31242026-09-04T23:17:50.760Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31252026-09-04T23:17:50.870Z[ host-package] Compiling postgres-types v0.2.12
31262026-09-04T23:17:50.973Z[ host-package] Compiling iddqd v0.4.2
31272026-09-04T23:17:51.059Z[ host-package] Compiling similar v2.7.0
31282026-09-04T23:17:51.185Z[ host-package] Compiling olpc-cjson v0.1.4
31292026-09-04T23:17:51.573Z[ host-package] Compiling hyper-rustls v0.27.7
31302026-09-04T23:17:51.627Z[ host-package] Compiling backtrace v0.3.76
31312026-09-04T23:17:51.755Z[ host-package] Compiling hyper-tls v0.6.0
31322026-09-04T23:17:51.841Z[ host-package] Compiling tokio-stream v0.1.18
31332026-09-04T23:17:51.893Z[ host-package] Compiling reqwest v0.13.2
31342026-09-04T23:17:52.069Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31352026-09-04T23:17:52.099Z[ host-package] Compiling reqwest v0.12.28
31362026-09-04T23:17:52.148Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31372026-09-04T23:17:52.180Z[ host-package] Compiling tokio-postgres v0.7.16
31382026-09-04T23:17:52.464Z[ host-package] Compiling backtrace-ext v0.2.1
31392026-09-04T23:17:52.516Z[ host-package] Compiling fs-err v3.3.0
31402026-09-04T23:17:52.681Z[ host-package] Compiling miette v7.6.0
31412026-09-04T23:17:52.716Z[ host-package] Compiling buf-list v1.1.2
31422026-09-04T23:17:52.766Z[ host-package] Compiling thread_local v1.1.9
31432026-09-04T23:17:52.902Z[ host-package] Compiling is-terminal v0.4.17
31442026-09-04T23:17:53.036Z[ host-package] Compiling hostname v0.3.1
31452026-09-04T23:17:53.061Z[ host-package] Compiling slog-json v2.6.1
31462026-09-04T23:17:53.115Z[ host-package] Compiling slog-term v2.9.2
31472026-09-04T23:17:53.115Z[ host-package] Compiling slog-async v2.8.0
31482026-09-04T23:17:53.262Z[ host-package] Compiling compression-codecs v0.4.37
31492026-09-04T23:17:53.262Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31502026-09-04T23:17:53.384Z[ host-package] Compiling slog-bunyan v2.5.0
31512026-09-04T23:17:53.533Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
31522026-09-04T23:17:53.613Z[ host-package] Compiling serde_spanned v1.1.1
31532026-09-04T23:17:53.681Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
31542026-09-04T23:17:53.840Z[ host-package] Compiling tough v0.22.0
31552026-09-04T23:17:53.980Z[ host-package] Compiling progenitor-client v0.14.0
31562026-09-04T23:17:54.139Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31572026-09-04T23:17:54.203Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31582026-09-04T23:17:54.203Z[ host-package] Compiling multer v3.1.0
31592026-09-04T23:17:54.241Z[ host-package] Compiling async-compression v0.4.41
31602026-09-04T23:17:54.412Z[ host-package] Compiling sha1 v0.11.0
31612026-09-04T23:17:54.466Z[ host-package] Compiling rustls-pemfile v2.2.0
31622026-09-04T23:17:54.551Z[ host-package] Compiling serde_path_to_error v0.1.20
31632026-09-04T23:17:54.671Z[ host-package] Compiling hostname v0.4.2
31642026-09-04T23:17:54.807Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31652026-09-04T23:17:54.939Z[ host-package] Compiling atomicwrites v0.4.4
31662026-09-04T23:17:55.011Z[ host-package] Compiling macaddr v1.0.1
31672026-09-04T23:17:55.069Z[ host-package] Compiling instant v0.1.13
31682026-09-04T23:17:55.069Z[ host-package] Compiling oxide-generation v0.1.3
31692026-09-04T23:17:55.078Z[ host-package] Compiling regress v0.10.5
31702026-09-04T23:17:55.081Z[ host-package] Compiling progenitor-extras v0.2.0
31712026-09-04T23:17:55.268Z[ host-package] Compiling dropshot v0.17.1
31722026-09-04T23:17:55.318Z[ host-package] Compiling parse-display v0.10.0
31732026-09-04T23:17:55.510Z[ host-package] Compiling half v2.7.1
31742026-09-04T23:17:55.513Z[ host-package] Compiling heck v0.5.0
31752026-09-04T23:17:55.675Z[ host-package] Compiling regress v0.11.1
31762026-09-04T23:17:55.846Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31772026-09-04T23:17:56.070Z[ host-package] Compiling backoff v0.4.0
31782026-09-04T23:17:56.073Z[ host-package] Compiling ciborium-ll v0.2.2
31792026-09-04T23:17:56.200Z[ host-package] Compiling secrecy v0.10.3
31802026-09-04T23:17:56.203Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31812026-09-04T23:17:56.353Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31822026-09-04T23:17:56.428Z[ host-package] Compiling inout v0.1.4
31832026-09-04T23:17:56.471Z[ host-package] Compiling ciborium v0.2.2
31842026-09-04T23:17:56.532Z[ host-package] Compiling universal-hash v0.5.1
31852026-09-04T23:17:56.535Z[ host-package] Compiling unsafe-libyaml v0.2.11
31862026-09-04T23:17:56.561Z[ host-package] Compiling blake2 v0.10.6
31872026-09-04T23:17:56.720Z[ host-package] Compiling cipher v0.4.4
31882026-09-04T23:17:56.764Z[ host-package] Compiling poly1305 v0.8.0
31892026-09-04T23:17:56.997Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31902026-09-04T23:17:57.027Z[ host-package] Compiling chacha20 v0.9.1
31912026-09-04T23:17:57.091Z[ host-package] Compiling aead v0.5.2
31922026-09-04T23:17:57.191Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31932026-09-04T23:17:57.277Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
31942026-09-04T23:17:57.312Z[ host-package] Compiling password-hash v0.5.0
31952026-09-04T23:17:57.347Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31962026-09-04T23:17:57.390Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31972026-09-04T23:17:57.417Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31982026-09-04T23:17:57.417Z[ host-package] Compiling chacha20poly1305 v0.10.1
31992026-09-04T23:17:57.487Z[ host-package] Compiling vsss-rs v3.3.4
32002026-09-04T23:17:57.653Z[ host-package] Compiling argon2 v0.5.3
32012026-09-04T23:17:57.656Z[ host-package] Compiling camino-tempfile v1.4.1
32022026-09-04T23:17:57.745Z[ host-package] Compiling typify-impl v0.6.2
32032026-09-04T23:17:57.966Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32042026-09-04T23:17:58.075Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32052026-09-04T23:17:58.119Z[ host-package] Compiling heapless v0.8.0
32062026-09-04T23:17:58.201Z[ host-package] Compiling ingot-types v0.2.0
32072026-09-04T23:17:58.251Z[ host-package] Compiling cobs v0.3.0
32082026-09-04T23:17:58.417Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-09-04T23:17:58.458Z[ host-package] Compiling cstr-argument v0.1.2
32102026-09-04T23:17:58.554Z[ host-package] Compiling postcard v1.1.3
32112026-09-04T23:17:58.632Z[ host-package] Compiling smoltcp v0.11.0
32122026-09-04T23:17:58.684Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32132026-09-04T23:17:58.720Z[ host-package] Compiling ingot v0.2.1
32142026-09-04T23:17:58.723Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32152026-09-04T23:17:58.852Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32162026-09-04T23:17:58.903Z[ host-package] Compiling rand v0.10.1
32172026-09-04T23:17:59.010Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32182026-09-04T23:17:59.082Z[ host-package] Compiling sigpipe v0.1.3
32192026-09-04T23:17:59.134Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32202026-09-04T23:17:59.134Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32212026-09-04T23:17:59.259Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32222026-09-04T23:17:59.416Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32232026-09-04T23:17:59.638Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32242026-09-04T23:17:59.676Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32252026-09-04T23:17:59.740Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32262026-09-04T23:17:59.887Z[ host-package] Compiling memmap v0.7.0
32272026-09-04T23:18:00.030Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32282026-09-04T23:18:00.113Z[ host-package] Compiling zone v0.3.1
32292026-09-04T23:18:00.153Z[ host-package] Compiling usdt v0.5.0
32302026-09-04T23:18:00.156Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32312026-09-04T23:18:00.349Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32322026-09-04T23:18:00.458Z[ helios-setup] Sep 04 23:17:59.293 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.99s
32332026-09-04T23:18:00.494Z[ helios-setup] Sep 04 23:17:59.329 INFO building project "amd-host-image-builder" ok (41 seconds)
32342026-09-04T23:18:00.494Z[ helios-setup] Sep 04 23:17:59.329 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
32352026-09-04T23:18:00.502Z[ helios-setup] Sep 04 23:17:59.338 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
32362026-09-04T23:18:00.502Z[ helios-setup] Sep 04 23:17:59.338 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32372026-09-04T23:18:00.502Z[ helios-setup] Sep 04 23:17:59.338 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32382026-09-04T23:18:00.544Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32392026-09-04T23:18:00.609Z[ helios-setup] Sep 04 23:17:59.444 INFO E| Downloading crates ...
32402026-09-04T23:18:00.659Z[ host-package] Compiling derive-where v1.6.0
32412026-09-04T23:18:00.668Z[ helios-setup] Sep 04 23:17:59.504 INFO E| Downloaded flate2 v1.0.25
32422026-09-04T23:18:00.674Z[ helios-setup] Sep 04 23:17:59.510 INFO E| Downloaded cpufeatures v0.2.5
32432026-09-04T23:18:00.677Z[ helios-setup] Sep 04 23:17:59.513 INFO E| Downloaded generic-array v0.14.6
32442026-09-04T23:18:00.677Z[ helios-setup] Sep 04 23:17:59.513 INFO E| Downloaded sha2 v0.10.5
32452026-09-04T23:18:00.682Z[ helios-setup] Sep 04 23:17:59.518 INFO E| Downloaded digest v0.10.3
32462026-09-04T23:18:00.685Z[ helios-setup] Sep 04 23:17:59.519 INFO E| Downloaded typenum v1.15.0
32472026-09-04T23:18:00.688Z[ helios-setup] Sep 04 23:17:59.521 INFO E| Downloaded block-buffer v0.10.3
32482026-09-04T23:18:00.688Z[ helios-setup] Sep 04 23:17:59.524 INFO E| Downloaded unicode-width v0.1.10
32492026-09-04T23:18:00.691Z[ helios-setup] Sep 04 23:17:59.525 INFO E| Downloaded bytes v1.2.1
32502026-09-04T23:18:00.691Z[ helios-setup] Sep 04 23:17:59.527 INFO E| Downloaded anyhow v1.0.62
32512026-09-04T23:18:00.694Z[ helios-setup] Sep 04 23:17:59.529 INFO E| Downloaded miniz_oxide v0.6.2
32522026-09-04T23:18:00.717Z[ host-package] Compiling bytecount v0.6.9
32532026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling typenum v1.15.0
32542026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling version_check v0.9.4
32552026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling cfg-if v1.0.0
32562026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling crc32fast v1.3.2
32572026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling anyhow v1.0.62
32582026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling adler v1.0.2
32592026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling cpufeatures v0.2.5
32602026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling unicode-width v0.1.10
32612026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling bitflags v1.3.2
32622026-09-04T23:18:00.738Z[ helios-setup] Sep 04 23:17:59.572 INFO E| Compiling bytes v1.2.1
32632026-09-04T23:18:00.814Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32642026-09-04T23:18:00.921Z[ helios-setup] Sep 04 23:17:59.757 INFO E| Compiling getopts v0.2.21
32652026-09-04T23:18:00.974Z[ host-package] Compiling toml v0.8.23
32662026-09-04T23:18:01.011Z[ helios-setup] Sep 04 23:17:59.847 INFO E| Compiling miniz_oxide v0.6.2
32672026-09-04T23:18:01.060Z[ host-package] Compiling tokio-dtrace v0.1.1
32682026-09-04T23:18:01.165Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32692026-09-04T23:18:01.294Z[ helios-setup] Sep 04 23:18:00.129 INFO E| Compiling generic-array v0.14.6
32702026-09-04T23:18:01.534Z[ host-package] Compiling oxide-tokio-rt v0.1.4
32712026-09-04T23:18:01.556Z[ helios-setup] Sep 04 23:18:00.391 INFO E| Compiling flate2 v1.0.25
32722026-09-04T23:18:01.613Z[ host-package] Compiling prettyplease v0.2.37
32732026-09-04T23:18:01.617Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32742026-09-04T23:18:01.718Z[ host-package] Compiling newline-converter v0.3.0
32752026-09-04T23:18:01.834Z[ host-package] Compiling typify-macro v0.6.2
32762026-09-04T23:18:01.954Z[ host-package] Compiling gethostname v0.5.0
32772026-09-04T23:18:02.017Z[ host-package] Compiling console v0.15.11
32782026-09-04T23:18:02.017Z[ host-package] Compiling slog-dtrace v0.3.0
32792026-09-04T23:18:02.021Z[ host-package] Compiling cancel-safe-futures v0.1.5
32802026-09-04T23:18:02.223Z[ host-package] Compiling num-rational v0.4.2
32812026-09-04T23:18:02.229Z[ host-package] Compiling num-complex v0.4.6
32822026-09-04T23:18:02.363Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32832026-09-04T23:18:02.480Z[ host-package] Compiling resolv-conf v0.7.6
32842026-09-04T23:18:02.580Z[ host-package] Compiling compression-core v0.4.31
32852026-09-04T23:18:02.648Z[ host-package] Compiling oxide-update-engine-types v0.1.2
32862026-09-04T23:18:02.667Z[ helios-setup] Sep 04 23:18:01.503 INFO E| Compiling crypto-common v0.1.6
32872026-09-04T23:18:02.667Z[ helios-setup] Sep 04 23:18:01.503 INFO E| Compiling block-buffer v0.10.3
32882026-09-04T23:18:02.776Z[ helios-setup] Sep 04 23:18:01.611 INFO E| Compiling digest v0.10.3
32892026-09-04T23:18:02.776Z[ host-package] Compiling expectorate v1.2.0
32902026-09-04T23:18:02.840Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32912026-09-04T23:18:02.862Z[ host-package] Compiling match_cfg v0.1.0
32922026-09-04T23:18:02.947Z[ helios-setup] Sep 04 23:18:01.781 INFO E| Compiling sha2 v0.10.5
32932026-09-04T23:18:02.955Z[ host-package] Compiling num v0.4.3
32942026-09-04T23:18:03.094Z[ host-package] Compiling crossbeam-channel v0.5.15
32952026-09-04T23:18:03.173Z[ helios-setup] Sep 04 23:18:02.007 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32962026-09-04T23:18:03.238Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
32972026-09-04T23:18:03.238Z[ host-package] Compiling take_mut v0.2.2
32982026-09-04T23:18:03.266Z[ host-package] Compiling linear-map v1.2.0
32992026-09-04T23:18:03.386Z[ host-package] Compiling float-ord v0.3.2
33002026-09-04T23:18:03.439Z[ host-package] Compiling term v1.2.1
33012026-09-04T23:18:03.543Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33022026-09-04T23:18:03.579Z[ host-package] Compiling typify v0.6.2
33032026-09-04T23:18:03.656Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33042026-09-04T23:18:03.757Z[ host-package] Compiling progenitor-impl v0.14.0
33052026-09-04T23:18:04.016Z[ host-package] Compiling oxide-update-engine v0.1.2
33062026-09-04T23:18:04.212Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33072026-09-04T23:18:04.679Z[ host-package] Compiling async-stream v0.3.6
33082026-09-04T23:18:04.963Z[ host-package] Compiling waitgroup v0.1.2
33092026-09-04T23:18:05.147Z[ host-package] Compiling backon v1.6.0
33102026-09-04T23:18:05.337Z[ host-package] Compiling minimal-lexical v0.2.1
33112026-09-04T23:18:05.397Z[ host-package] Compiling debug-ignore v1.0.5
33122026-09-04T23:18:05.400Z[ host-package] Compiling linked-hash-map v0.5.6
33132026-09-04T23:18:05.540Z[ helios-setup] Sep 04 23:18:04.373 INFO E| Finished `release` profile [optimized] target(s) in 5.02s
33142026-09-04T23:18:05.551Z[ helios-setup] Sep 04 23:18:04.386 INFO building project "bootserver" ok (5 seconds)
33152026-09-04T23:18:05.551Z[ helios-setup] Sep 04 23:18:04.386 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33162026-09-04T23:18:05.559Z[ helios-setup] Sep 04 23:18:04.394 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
33172026-09-04T23:18:05.559Z[ helios-setup] Sep 04 23:18:04.394 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33182026-09-04T23:18:05.562Z[ helios-setup] Sep 04 23:18:04.395 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33192026-09-04T23:18:05.699Z[ host-package] Compiling nom v7.1.3
33202026-09-04T23:18:05.755Z[ host-package] Compiling lru-cache v0.1.2
33212026-09-04T23:18:05.777Z[ helios-setup] Sep 04 23:18:04.613 INFO E| Downloading crates ...
33222026-09-04T23:18:05.785Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33232026-09-04T23:18:05.845Z[ helios-setup] Sep 04 23:18:04.680 INFO E| Downloaded serde_with_macros v3.12.0
33242026-09-04T23:18:05.853Z[ helios-setup] Sep 04 23:18:04.689 INFO E| Downloaded time-core v0.1.4
33252026-09-04T23:18:05.859Z[ helios-setup] Sep 04 23:18:04.695 INFO E| Downloaded errno v0.3.12
33262026-09-04T23:18:05.866Z[ helios-setup] Sep 04 23:18:04.702 INFO E| Downloaded time-macros v0.2.22
33272026-09-04T23:18:05.869Z[ helios-setup] Sep 04 23:18:04.705 INFO E| Downloaded deranged v0.4.0
33282026-09-04T23:18:05.873Z[ helios-setup] Sep 04 23:18:04.709 INFO E| Downloaded tempfile v3.20.0
33292026-09-04T23:18:05.880Z[ helios-setup] Sep 04 23:18:04.716 INFO E| Downloaded bitflags v2.9.1
33302026-09-04T23:18:05.883Z[ helios-setup] Sep 04 23:18:04.718 INFO E| Downloaded iana-time-zone v0.1.63
33312026-09-04T23:18:05.886Z[ helios-setup] Sep 04 23:18:04.720 INFO E| Downloaded getrandom v0.3.3
33322026-09-04T23:18:05.887Z[ helios-setup] Sep 04 23:18:04.722 INFO E| Downloaded anyhow v1.0.98
33332026-09-04T23:18:05.896Z[ helios-setup] Sep 04 23:18:04.732 INFO E| Downloaded indexmap v2.9.0
33342026-09-04T23:18:05.911Z[ helios-setup] Sep 04 23:18:04.745 INFO E| Downloaded serde_with v3.12.0
33352026-09-04T23:18:05.915Z[ helios-setup] Sep 04 23:18:04.750 INFO E| Downloaded hashbrown v0.15.3
33362026-09-04T23:18:05.918Z[ helios-setup] Sep 04 23:18:04.753 INFO E| Downloaded time v0.3.41
33372026-09-04T23:18:05.922Z[ helios-setup] Sep 04 23:18:04.758 INFO E| Downloaded chrono v0.4.41
33382026-09-04T23:18:05.926Z[ helios-setup] Sep 04 23:18:04.762 INFO E| Downloaded rustix v1.0.7
33392026-09-04T23:18:05.991Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling proc-macro2 v1.0.95
33402026-09-04T23:18:05.991Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling unicode-ident v1.0.18
33412026-09-04T23:18:05.991Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling libc v0.2.172
33422026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling ident_case v1.0.1
33432026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling fnv v1.0.7
33442026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling strsim v0.11.1
33452026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling serde v1.0.219
33462026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling getrandom v0.3.3
33472026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling rustix v1.0.7
33482026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.826 INFO E| Compiling cfg-if v1.0.0
33492026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.827 INFO E| Compiling anyhow v1.0.98
33502026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.827 INFO E| Compiling serde_json v1.0.140
33512026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.827 INFO E| Compiling bitflags v2.9.1
33522026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.827 INFO E| Compiling thiserror v2.0.12
33532026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.827 INFO E| Compiling itoa v1.0.15
33542026-09-04T23:18:05.994Z[ helios-setup] Sep 04 23:18:04.827 INFO E| Compiling fastrand v2.3.0
33552026-09-04T23:18:06.017Z[ host-package] Compiling itertools v0.14.0
33562026-09-04T23:18:06.234Z[ helios-setup] Sep 04 23:18:05.070 INFO E| Compiling ryu v1.0.20
33572026-09-04T23:18:06.340Z[ host-package] Compiling progenitor-macro v0.14.0
33582026-09-04T23:18:06.388Z[ helios-setup] Sep 04 23:18:05.223 INFO E| Compiling memchr v2.7.4
33592026-09-04T23:18:06.492Z[ helios-setup] Sep 04 23:18:05.327 INFO E| Compiling once_cell v1.21.3
33602026-09-04T23:18:06.503Z[ helios-setup] Sep 04 23:18:05.339 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
33612026-09-04T23:18:06.583Z[ host-package] Compiling humantime v2.3.0
33622026-09-04T23:18:06.964Z[ host-package] Compiling unicode-xid v0.2.6
33632026-09-04T23:18:07.120Z[ helios-setup] Sep 04 23:18:05.955 INFO E| Compiling errno v0.3.12
33642026-09-04T23:18:07.181Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33652026-09-04T23:18:07.267Z[ host-package] Compiling hickory-proto v0.24.4
33662026-09-04T23:18:07.347Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33672026-09-04T23:18:07.556Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33682026-09-04T23:18:07.677Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33692026-09-04T23:18:07.708Z[ helios-setup] Sep 04 23:18:06.542 INFO E| Compiling quote v1.0.40
33702026-09-04T23:18:07.916Z[ helios-setup] Sep 04 23:18:06.751 INFO E| Compiling syn v2.0.101
33712026-09-04T23:18:08.105Z[ helios-setup] Sep 04 23:18:06.940 INFO E| Compiling tempfile v3.20.0
33722026-09-04T23:18:08.162Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33732026-09-04T23:18:08.254Z[ host-package] Compiling papergrid v0.11.0
33742026-09-04T23:18:08.300Z[ host-package] Compiling tabled_derive v0.7.0
33752026-09-04T23:18:08.703Z[ host-package] Compiling termtree v0.5.1
33762026-09-04T23:18:08.786Z[ host-package] Compiling crossterm v0.29.0
33772026-09-04T23:18:08.840Z[ host-package] Compiling phf_shared v0.12.1
33782026-09-04T23:18:09.040Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33792026-09-04T23:18:09.110Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33802026-09-04T23:18:09.136Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33812026-09-04T23:18:09.354Z[ host-package] Compiling tabled v0.15.0
33822026-09-04T23:18:09.417Z[ host-package] Compiling vte v0.14.1
33832026-09-04T23:18:09.736Z[ host-package] Compiling csv-core v0.1.13
33842026-09-04T23:18:09.790Z[ host-package] Compiling highway v1.3.0
33852026-09-04T23:18:09.903Z[ host-package] Compiling chrono-tz v0.10.4
33862026-09-04T23:18:10.242Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33872026-09-04T23:18:10.291Z[ host-package] Compiling hickory-resolver v0.24.4
33882026-09-04T23:18:10.337Z[ host-package] Compiling csv v1.4.0
33892026-09-04T23:18:10.421Z[ helios-setup] Sep 04 23:18:09.256 INFO E| Compiling darling_core v0.20.11
33902026-09-04T23:18:10.585Z[ host-package] Compiling strip-ansi-escapes v0.2.1
33912026-09-04T23:18:11.222Z[ host-package] Compiling phf v0.12.1
33922026-09-04T23:18:11.269Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33932026-09-04T23:18:11.272Z[ host-package] Compiling const_format_proc_macros v0.2.34
33942026-09-04T23:18:11.389Z[ host-package] Compiling fd-lock v4.0.4
33952026-09-04T23:18:11.420Z[ host-package] Compiling peg-macros v0.8.5
33962026-09-04T23:18:11.454Z[ host-package] Compiling nu-ansi-term v0.50.3
33972026-09-04T23:18:11.458Z[ host-package] Compiling progenitor v0.14.0
33982026-09-04T23:18:11.529Z[ helios-setup] Sep 04 23:18:10.363 INFO E| Compiling serde_derive v1.0.219
33992026-09-04T23:18:11.529Z[ helios-setup] Sep 04 23:18:10.364 INFO E| Compiling thiserror-impl v2.0.12
34002026-09-04T23:18:11.689Z[ host-package] Compiling qorb v0.4.1
34012026-09-04T23:18:11.785Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34022026-09-04T23:18:11.987Z[ host-package] Compiling reedline v0.40.0
34032026-09-04T23:18:12.100Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34042026-09-04T23:18:12.218Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34052026-09-04T23:18:12.253Z[ host-package] Compiling bcs v0.1.6
34062026-09-04T23:18:12.286Z[ host-package] Compiling const_format v0.2.35
34072026-09-04T23:18:12.329Z[ helios-setup] Sep 04 23:18:11.164 INFO E| Compiling darling_macro v0.20.11
34082026-09-04T23:18:12.731Z[ host-package] Compiling nom v8.0.0
34092026-09-04T23:18:12.829Z[ host-package] Compiling peg v0.8.5
34102026-09-04T23:18:12.833Z[ host-package] Compiling semver v0.1.20
34112026-09-04T23:18:13.102Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34122026-09-04T23:18:13.266Z[ host-package] Compiling rustc_version v0.1.7
34132026-09-04T23:18:13.305Z[ helios-setup] Sep 04 23:18:12.140 INFO E| Compiling darling v0.20.11
34142026-09-04T23:18:13.398Z[ helios-setup] Sep 04 23:18:12.233 INFO E| Compiling serde_with_macros v3.12.0
34152026-09-04T23:18:13.412Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34162026-09-04T23:18:13.559Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34172026-09-04T23:18:13.673Z[ host-package] Compiling newtype_derive v0.1.6
34182026-09-04T23:18:13.757Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34192026-09-04T23:18:13.865Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34202026-09-04T23:18:14.043Z[ host-package] Compiling sha1 v0.10.6
34212026-09-04T23:18:14.088Z[ host-package] Compiling utf-8 v0.7.6
34222026-09-04T23:18:14.156Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34232026-09-04T23:18:14.299Z[ host-package] Compiling steno v0.4.1
34242026-09-04T23:18:14.339Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34252026-09-04T23:18:14.367Z[ host-package] Compiling tagptr v0.2.0
34262026-09-04T23:18:14.412Z[ host-package] Compiling tungstenite v0.21.0
34272026-09-04T23:18:14.416Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-09-04T23:18:14.532Z[ host-package] Compiling darling_core v0.21.3
34292026-09-04T23:18:14.592Z[ host-package] Compiling moka v0.12.13
34302026-09-04T23:18:14.673Z[ host-package] Compiling display-error-chain v0.2.2
34312026-09-04T23:18:14.991Z[ host-package] Compiling vergen-lib v0.1.6
34322026-09-04T23:18:15.033Z[ host-package] Compiling tokio-tungstenite v0.21.0
34332026-09-04T23:18:15.256Z[ host-package] Compiling diesel_derives v2.3.7
34342026-09-04T23:18:15.509Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34352026-09-04T23:18:15.572Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34362026-09-04T23:18:15.704Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34372026-09-04T23:18:15.743Z[ host-package] Compiling vergen-gitcl v1.0.8
34382026-09-04T23:18:15.789Z[ host-package] Compiling hickory-resolver v0.25.2
34392026-09-04T23:18:15.831Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34402026-09-04T23:18:15.908Z[ host-package] Compiling dirs-sys-next v0.1.2
34412026-09-04T23:18:15.945Z[ host-package] Compiling maplit v1.0.2
34422026-09-04T23:18:16.087Z[ host-package] Compiling crunchy v0.2.4
34432026-09-04T23:18:16.110Z[ host-package] Compiling glob v0.3.3
34442026-09-04T23:18:16.136Z[ host-package] Compiling dirs-next v2.0.0
34452026-09-04T23:18:16.195Z[ host-package] Compiling r2d2 v0.8.10
34462026-09-04T23:18:16.220Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34472026-09-04T23:18:16.338Z[ host-package] Compiling libscf-sys v1.2.0
34482026-09-04T23:18:16.444Z[ host-package] Compiling tiny-keccak v2.0.2
34492026-09-04T23:18:16.472Z[ host-package] Compiling downcast-rs v2.0.2
34502026-09-04T23:18:16.488Z[ helios-setup] Sep 04 23:18:15.324 INFO E| Compiling serde_with v3.12.0
34512026-09-04T23:18:16.506Z[ host-package] Compiling clang-sys v1.8.1
34522026-09-04T23:18:16.571Z[ host-package] Compiling xshell-macros v0.2.7
34532026-09-04T23:18:16.728Z[ host-package] Compiling term v0.7.0
34542026-09-04T23:18:16.731Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34552026-09-04T23:18:16.843Z[ host-package] Compiling papergrid v0.18.0
34562026-09-04T23:18:16.890Z[ host-package] Compiling darling_macro v0.21.3
34572026-09-04T23:18:16.940Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34582026-09-04T23:18:16.993Z[ host-package] Compiling bit-vec v0.6.3
34592026-09-04T23:18:17.109Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34602026-09-04T23:18:17.205Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34612026-09-04T23:18:17.300Z[ host-package] Compiling xshell v0.2.7
34622026-09-04T23:18:17.325Z[ host-package] Compiling bit-set v0.5.3
34632026-09-04T23:18:17.371Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34642026-09-04T23:18:17.446Z[ host-package] Compiling ascii-canvas v3.0.0
34652026-09-04T23:18:17.527Z[ host-package] Compiling darling v0.21.3
34662026-09-04T23:18:17.583Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34672026-09-04T23:18:17.677Z[ host-package] Compiling dsl_auto_type v0.2.0
34682026-09-04T23:18:17.846Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34692026-09-04T23:18:18.071Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34702026-09-04T23:18:18.216Z[ host-package] Compiling tabled v0.21.0
34712026-09-04T23:18:18.289Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34722026-09-04T23:18:18.319Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34732026-09-04T23:18:18.415Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34742026-09-04T23:18:18.533Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-09-04T23:18:18.624Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34762026-09-04T23:18:19.002Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34772026-09-04T23:18:19.241Z[ host-package] Compiling itertools v0.15.0
34782026-09-04T23:18:19.560Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34792026-09-04T23:18:19.675Z[ host-package] Compiling itertools v0.10.5
34802026-09-04T23:18:19.956Z[ host-package] Compiling ena v0.14.4
34812026-09-04T23:18:20.181Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34822026-09-04T23:18:20.240Z[ host-package] Compiling libloading v0.8.9
34832026-09-04T23:18:20.436Z[ host-package] Compiling bindgen v0.71.1
34842026-09-04T23:18:20.527Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34852026-09-04T23:18:20.648Z[ host-package] Compiling unicase v2.9.0
34862026-09-04T23:18:20.779Z[ host-package] Compiling diff v0.1.13
34872026-09-04T23:18:20.810Z[ helios-setup] Sep 04 23:18:19.645 INFO E| Finished `release` profile [optimized] target(s) in 15.23s
34882026-09-04T23:18:20.834Z[ helios-setup] Sep 04 23:18:19.669 INFO building project "dmar-report" ok (15 seconds)
34892026-09-04T23:18:20.834Z[ helios-setup] Sep 04 23:18:19.669 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34902026-09-04T23:18:20.842Z[ helios-setup] Sep 04 23:18:19.678 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
34912026-09-04T23:18:20.842Z[ helios-setup] Sep 04 23:18:19.678 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34922026-09-04T23:18:20.845Z[ helios-setup] Sep 04 23:18:19.678 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34932026-09-04T23:18:20.880Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34942026-09-04T23:18:20.939Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34952026-09-04T23:18:20.968Z[ host-package] Compiling regex-syntax v0.6.29
34962026-09-04T23:18:21.028Z[ helios-setup] Sep 04 23:18:19.860 INFO E| Downloading crates ...
34972026-09-04T23:18:21.072Z[ helios-setup] Sep 04 23:18:19.908 INFO E| Downloaded adler2 v2.0.0
34982026-09-04T23:18:21.082Z[ helios-setup] Sep 04 23:18:19.917 INFO E| Downloaded miniz_oxide v0.8.8
34992026-09-04T23:18:21.115Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35002026-09-04T23:18:21.127Z[ helios-setup] Sep 04 23:18:19.962 INFO E| Compiling adler2 v2.0.0
35012026-09-04T23:18:21.224Z[ helios-setup] Sep 04 23:18:20.059 INFO E| Compiling miniz_oxide v0.8.8
35022026-09-04T23:18:21.437Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35032026-09-04T23:18:21.461Z[ host-package] Compiling cexpr v0.6.0
35042026-09-04T23:18:22.172Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35052026-09-04T23:18:22.327Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35062026-09-04T23:18:22.357Z[ helios-setup] Sep 04 23:18:21.190 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35072026-09-04T23:18:22.762Z[ host-package] Compiling lalrpop v0.19.12
35082026-09-04T23:18:22.793Z[ helios-setup] Sep 04 23:18:21.628 INFO E| Finished `release` profile [optimized] target(s) in 1.93s
35092026-09-04T23:18:22.804Z[ helios-setup] Sep 04 23:18:21.639 INFO building project "pinprick" ok (1 seconds)
35102026-09-04T23:18:22.804Z[ helios-setup] Sep 04 23:18:21.639 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35112026-09-04T23:18:22.812Z[ helios-setup] Sep 04 23:18:21.647 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
35122026-09-04T23:18:22.812Z[ helios-setup] Sep 04 23:18:21.647 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35132026-09-04T23:18:22.816Z[ helios-setup] Sep 04 23:18:21.647 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35142026-09-04T23:18:22.916Z[ helios-setup] Sep 04 23:18:21.751 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35152026-09-04T23:18:22.927Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35162026-09-04T23:18:23.195Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35172026-09-04T23:18:23.233Z[ helios-setup] Sep 04 23:18:22.068 INFO E| From https://github.com/jclulow/rust-jmclib
35182026-09-04T23:18:23.233Z[ helios-setup] Sep 04 23:18:22.068 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35192026-09-04T23:18:23.246Z[ helios-setup] Sep 04 23:18:22.081 INFO E| Updating crates.io index
35202026-09-04T23:18:23.330Z[ host-package] Compiling rustc-hash v2.1.1
35212026-09-04T23:18:23.398Z[ helios-setup] Sep 04 23:18:22.228 INFO E| Downloading crates ...
35222026-09-04T23:18:23.446Z[ helios-setup] Sep 04 23:18:22.281 INFO E| Downloaded anyhow v1.0.72
35232026-09-04T23:18:23.449Z[ helios-setup] Sep 04 23:18:22.283 INFO E| Downloaded cpufeatures v0.2.9
35242026-09-04T23:18:23.449Z[ helios-setup] Sep 04 23:18:22.284 INFO E| Downloaded md-5 v0.9.1
35252026-09-04T23:18:23.453Z[ helios-setup] Sep 04 23:18:22.288 INFO E| Downloaded block-buffer v0.9.0
35262026-09-04T23:18:23.456Z[ helios-setup] Sep 04 23:18:22.289 INFO E| Downloaded digest v0.9.0
35272026-09-04T23:18:23.456Z[ helios-setup] Sep 04 23:18:22.291 INFO E| Downloaded errno v0.3.1
35282026-09-04T23:18:23.459Z[ helios-setup] Sep 04 23:18:22.292 INFO E| Downloaded itoa v1.0.9
35292026-09-04T23:18:23.459Z[ helios-setup] Sep 04 23:18:22.293 INFO E| Downloaded fastrand v2.0.0
35302026-09-04T23:18:23.459Z[ helios-setup] Sep 04 23:18:22.293 INFO E| Downloaded walkdir v2.3.3
35312026-09-04T23:18:23.464Z[ helios-setup] Sep 04 23:18:22.300 INFO E| Downloaded libdevinfo-sys v1.0.0
35322026-09-04T23:18:23.467Z[ helios-setup] Sep 04 23:18:22.301 INFO E| Downloaded sha-1 v0.9.8
35332026-09-04T23:18:23.473Z[ helios-setup] Sep 04 23:18:22.309 INFO E| Downloaded quote v1.0.31
35342026-09-04T23:18:23.476Z[ helios-setup] Sep 04 23:18:22.311 INFO E| Downloaded glob v0.3.1
35352026-09-04T23:18:23.479Z[ helios-setup] Sep 04 23:18:22.315 INFO E| Downloaded opaque-debug v0.3.0
35362026-09-04T23:18:23.483Z[ helios-setup] Sep 04 23:18:22.318 INFO E| Downloaded bitflags v2.3.3
35372026-09-04T23:18:23.486Z[ helios-setup] Sep 04 23:18:22.320 INFO E| Downloaded uuid v0.8.2
35382026-09-04T23:18:23.489Z[ helios-setup] Sep 04 23:18:22.323 INFO E| Downloaded tempfile v3.7.0
35392026-09-04T23:18:23.492Z[ helios-setup] Sep 04 23:18:22.326 INFO E| Downloaded once_cell v1.18.0
35402026-09-04T23:18:23.495Z[ helios-setup] Sep 04 23:18:22.328 INFO E| Downloaded proc-macro2 v1.0.66
35412026-09-04T23:18:23.495Z[ helios-setup] Sep 04 23:18:22.329 INFO E| Downloaded getrandom v0.2.10
35422026-09-04T23:18:23.498Z[ helios-setup] Sep 04 23:18:22.331 INFO E| Downloaded typenum v1.16.0
35432026-09-04T23:18:23.498Z[ helios-setup] Sep 04 23:18:22.332 INFO E| Downloaded ryu v1.0.15
35442026-09-04T23:18:23.501Z[ helios-setup] Sep 04 23:18:22.335 INFO E| Downloaded toml v0.5.11
35452026-09-04T23:18:23.501Z[ helios-setup] Sep 04 23:18:22.336 INFO E| Downloaded unicode-ident v1.0.11
35462026-09-04T23:18:23.504Z[ helios-setup] Sep 04 23:18:22.338 INFO E| Downloaded serde_derive v1.0.193
35472026-09-04T23:18:23.508Z[ helios-setup] Sep 04 23:18:22.343 INFO E| Downloaded serde v1.0.193
35482026-09-04T23:18:23.522Z[ helios-setup] Sep 04 23:18:22.358 INFO E| Downloaded serde_json v1.0.103
35492026-09-04T23:18:23.539Z[ helios-setup] Sep 04 23:18:22.374 INFO E| Downloaded syn v2.0.32
35502026-09-04T23:18:23.549Z[ helios-setup] Sep 04 23:18:22.385 INFO E| Downloaded rustix v0.38.4
35512026-09-04T23:18:23.570Z[ helios-setup] Sep 04 23:18:22.406 INFO E| Downloaded libc v0.2.147
35522026-09-04T23:18:23.632Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling libc v0.2.147
35532026-09-04T23:18:23.632Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling proc-macro2 v1.0.66
35542026-09-04T23:18:23.632Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling cfg-if v1.0.0
35552026-09-04T23:18:23.635Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling unicode-ident v1.0.11
35562026-09-04T23:18:23.635Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling typenum v1.16.0
35572026-09-04T23:18:23.635Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling version_check v0.9.4
35582026-09-04T23:18:23.635Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling serde v1.0.193
35592026-09-04T23:18:23.635Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling rustix v0.38.4
35602026-09-04T23:18:23.635Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling itoa v1.0.9
35612026-09-04T23:18:23.635Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling slog v2.7.0
35622026-09-04T23:18:23.636Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling num-conv v0.1.0
35632026-09-04T23:18:23.636Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling time-core v0.1.2
35642026-09-04T23:18:23.636Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling powerfmt v0.2.0
35652026-09-04T23:18:23.636Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling bitflags v2.3.3
35662026-09-04T23:18:23.636Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling num_threads v0.1.6
35672026-09-04T23:18:23.636Z[ helios-setup] Sep 04 23:18:22.466 INFO E| Compiling once_cell v1.18.0
35682026-09-04T23:18:23.675Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35692026-09-04T23:18:23.890Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35702026-09-04T23:18:24.006Z[ host-package] Compiling diesel v2.3.7
35712026-09-04T23:18:24.095Z[ host-package] Compiling headers-core v0.3.0
35722026-09-04T23:18:24.224Z[ host-package] Compiling libxml v0.3.3
35732026-09-04T23:18:24.302Z[ host-package] Compiling crc8 v0.1.1
35742026-09-04T23:18:24.325Z[ helios-setup] Sep 04 23:18:23.160 INFO E| Compiling serde_json v1.0.103
35752026-09-04T23:18:24.369Z[ helios-setup] Sep 04 23:18:23.204 INFO E| Compiling anyhow v1.0.72
35762026-09-04T23:18:24.536Z[ helios-setup] Sep 04 23:18:23.372 INFO E| Compiling opaque-debug v0.3.0
35772026-09-04T23:18:24.564Z[ helios-setup] Sep 04 23:18:23.399 INFO E| Compiling fastrand v2.0.0
35782026-09-04T23:18:24.564Z[ host-package] Compiling headers v0.4.1
35792026-09-04T23:18:24.596Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35802026-09-04T23:18:24.624Z[ helios-setup] Sep 04 23:18:23.458 INFO E| Compiling deranged v0.3.11
35812026-09-04T23:18:24.629Z[ helios-setup] Sep 04 23:18:23.464 INFO E| Compiling cpufeatures v0.2.9
35822026-09-04T23:18:24.641Z[ helios-setup] Sep 04 23:18:23.475 INFO E| Compiling unicode-width v0.1.10
35832026-09-04T23:18:24.703Z[ host-package] Compiling strum_macros v0.24.3
35842026-09-04T23:18:24.708Z[ helios-setup] Sep 04 23:18:23.544 INFO E| Compiling thread_local v1.1.7
35852026-09-04T23:18:24.717Z[ helios-setup] Sep 04 23:18:23.553 INFO E| Compiling same-file v1.0.6
35862026-09-04T23:18:24.723Z[ helios-setup] Sep 04 23:18:23.558 INFO E| Compiling ryu v1.0.15
35872026-09-04T23:18:24.773Z[ helios-setup] Sep 04 23:18:23.608 INFO E| Compiling getopts v0.2.21
35882026-09-04T23:18:24.784Z[ helios-setup] Sep 04 23:18:23.620 INFO E| Compiling glob v0.3.1
35892026-09-04T23:18:24.929Z[ helios-setup] Sep 04 23:18:23.765 INFO E| Compiling time-macros v0.2.18
35902026-09-04T23:18:25.047Z[ helios-setup] Sep 04 23:18:23.882 INFO E| Compiling quote v1.0.31
35912026-09-04T23:18:25.066Z[ helios-setup] Sep 04 23:18:23.901 INFO E| Compiling generic-array v0.14.7
35922026-09-04T23:18:25.095Z[ helios-setup] Sep 04 23:18:23.931 INFO E| Compiling walkdir v2.3.3
35932026-09-04T23:18:25.098Z[ helios-setup] Sep 04 23:18:23.931 INFO E| Compiling libdevinfo-sys v1.0.0
35942026-09-04T23:18:25.337Z[ helios-setup] Sep 04 23:18:24.172 INFO E| Compiling syn v2.0.32
35952026-09-04T23:18:25.505Z[ host-package] Compiling indoc v1.0.9
35962026-09-04T23:18:25.929Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35972026-09-04T23:18:26.018Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35982026-09-04T23:18:26.018Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35992026-09-04T23:18:26.057Z[ helios-setup] Sep 04 23:18:24.893 INFO E| Compiling block-buffer v0.9.0
36002026-09-04T23:18:26.057Z[ helios-setup] Sep 04 23:18:24.893 INFO E| Compiling digest v0.9.0
36012026-09-04T23:18:26.162Z[ helios-setup] Sep 04 23:18:24.997 INFO E| Compiling sha-1 v0.9.8
36022026-09-04T23:18:26.162Z[ helios-setup] Sep 04 23:18:24.997 INFO E| Compiling md-5 v0.9.1
36032026-09-04T23:18:26.170Z[ helios-setup] Sep 04 23:18:25.006 INFO E| Compiling dirs-sys-next v0.1.2
36042026-09-04T23:18:26.170Z[ helios-setup] Sep 04 23:18:25.006 INFO E| Compiling errno v0.3.1
36052026-09-04T23:18:26.173Z[ helios-setup] Sep 04 23:18:25.006 INFO E| Compiling atty v0.2.14
36062026-09-04T23:18:26.173Z[ helios-setup] Sep 04 23:18:25.006 INFO E| Compiling getrandom v0.2.10
36072026-09-04T23:18:26.274Z[ host-package] Compiling quick-xml v0.37.5
36082026-09-04T23:18:26.386Z[ helios-setup] Sep 04 23:18:25.210 INFO E| Compiling dirs-next v2.0.0
36092026-09-04T23:18:26.456Z[ helios-setup] Sep 04 23:18:25.291 INFO E| Compiling term v0.7.0
36102026-09-04T23:18:26.488Z[ host-package] Compiling derive_builder v0.20.2
36112026-09-04T23:18:26.574Z[ host-package] Compiling oso-derive v0.27.3
36122026-09-04T23:18:26.632Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36132026-09-04T23:18:26.738Z[ helios-setup] Sep 04 23:18:25.573 INFO E| Compiling time v0.3.36
36142026-09-04T23:18:26.770Z[ host-package] Compiling openssl-probe v0.1.6
36152026-09-04T23:18:26.926Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36162026-09-04T23:18:26.968Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36172026-09-04T23:18:27.054Z[ helios-setup] Sep 04 23:18:25.889 INFO E| Compiling tempfile v3.7.0
36182026-09-04T23:18:27.262Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36192026-09-04T23:18:27.286Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36202026-09-04T23:18:27.335Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36212026-09-04T23:18:27.541Z[ helios-setup] Sep 04 23:18:26.376 INFO E| Compiling serde_derive v1.0.193
36222026-09-04T23:18:27.721Z[ helios-setup] Sep 04 23:18:26.556 INFO E| Compiling slog-term v2.9.0
36232026-09-04T23:18:27.906Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36242026-09-04T23:18:28.123Z[ host-package] Compiling bb8 v0.8.6
36252026-09-04T23:18:28.182Z[ host-package] Compiling filetime v0.2.27
36262026-09-04T23:18:28.185Z[ host-package] Compiling trait-variant v0.1.2
36272026-09-04T23:18:28.284Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
36282026-09-04T23:18:28.414Z[ host-package] Compiling half v1.8.3
36292026-09-04T23:18:28.503Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36302026-09-04T23:18:28.607Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36312026-09-04T23:18:28.786Z[ host-package] Compiling tar v0.4.46
36322026-09-04T23:18:28.862Z[ host-package] Compiling serde_cbor v0.11.2
36332026-09-04T23:18:28.865Z[ host-package] Compiling proc-macro-error2 v2.0.1
36342026-09-04T23:18:28.956Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
36352026-09-04T23:18:29.181Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36362026-09-04T23:18:29.224Z[ host-package] Compiling hashbrown v0.14.5
36372026-09-04T23:18:29.349Z[ host-package] Compiling rfc6979 v0.4.0
36382026-09-04T23:18:29.395Z[ host-package] Compiling salty v0.3.0
36392026-09-04T23:18:29.570Z[ host-package] Compiling ecdsa v0.16.9
36402026-09-04T23:18:29.573Z[ host-package] Compiling knus-derive v3.4.0
36412026-09-04T23:18:29.617Z[ host-package] Compiling samael v0.0.19
36422026-09-04T23:18:29.774Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36432026-09-04T23:18:29.841Z[ host-package] Compiling chumsky v0.9.3
36442026-09-04T23:18:29.905Z[ host-package] Compiling primeorder v0.13.6
36452026-09-04T23:18:29.945Z[ host-package] Compiling nonempty v0.12.0
36462026-09-04T23:18:30.215Z[ host-package] Compiling p384 v0.13.1
36472026-09-04T23:18:30.267Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36482026-09-04T23:18:30.362Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36492026-09-04T23:18:30.732Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36502026-09-04T23:18:30.846Z[ host-package] Compiling fxhash v0.2.1
36512026-09-04T23:18:31.045Z[ host-package] Compiling libz-sys v1.1.24
36522026-09-04T23:18:31.071Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36532026-09-04T23:18:31.191Z[ host-package] Compiling knus v3.4.0
36542026-09-04T23:18:31.299Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36552026-09-04T23:18:31.358Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36562026-09-04T23:18:31.575Z[ host-package] Compiling kstat-rs v0.2.5
36572026-09-04T23:18:31.850Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-09-04T23:18:31.894Z[ host-package] Compiling polar-core v0.27.3
36592026-09-04T23:18:31.933Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36602026-09-04T23:18:31.945Z[ helios-setup] Sep 04 23:18:30.777 INFO E| Compiling toml v0.5.11
36612026-09-04T23:18:31.945Z[ helios-setup] Sep 04 23:18:30.777 INFO E| Compiling uuid v0.8.2
36622026-09-04T23:18:31.980Z[ host-package] Compiling mime_guess v2.0.5
36632026-09-04T23:18:32.141Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36642026-09-04T23:18:32.526Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36652026-09-04T23:18:32.694Z[ host-package] Compiling nanorand v0.7.0
36662026-09-04T23:18:32.721Z[ helios-setup] Sep 04 23:18:31.556 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36672026-09-04T23:18:32.970Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36682026-09-04T23:18:32.973Z[ host-package] Compiling parking_lot_core v0.8.6
36692026-09-04T23:18:33.147Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36702026-09-04T23:18:33.361Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36712026-09-04T23:18:33.384Z[ helios-setup] Sep 04 23:18:32.218 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36722026-09-04T23:18:33.442Z[ host-package] Compiling flume v0.11.1
36732026-09-04T23:18:33.666Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36742026-09-04T23:18:33.832Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36752026-09-04T23:18:33.985Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36762026-09-04T23:18:33.988Z[ host-package] Compiling git-stub v1.0.0
36772026-09-04T23:18:34.277Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36782026-09-04T23:18:34.325Z[ host-package] Compiling strsim v0.10.0
36792026-09-04T23:18:34.384Z[ host-package] Compiling corncobs v0.1.4
36802026-09-04T23:18:34.552Z[ host-package] Compiling http-range v0.1.5
36812026-09-04T23:18:34.643Z[ host-package] Compiling instability v0.3.11
36822026-09-04T23:18:34.665Z[ host-package] Compiling darling_core v0.13.4
36832026-09-04T23:18:34.701Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36842026-09-04T23:18:34.970Z[ host-package] Compiling git-stub-vcs v0.1.0
36852026-09-04T23:18:34.992Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36862026-09-04T23:18:35.855Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36872026-09-04T23:18:35.897Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36882026-09-04T23:18:35.951Z[ host-package] Compiling progenitor-impl v0.13.0
36892026-09-04T23:18:35.998Z[ host-package] Compiling ignore v0.4.25
36902026-09-04T23:18:36.043Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36912026-09-04T23:18:36.184Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36922026-09-04T23:18:36.348Z[ host-package] Compiling secrecy v0.8.0
36932026-09-04T23:18:36.409Z[ host-package] Compiling anstyle-parse v0.2.7
36942026-09-04T23:18:36.554Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36952026-09-04T23:18:36.767Z[ host-package] Compiling castaway v0.2.4
36962026-09-04T23:18:36.957Z[ host-package] Compiling vergen-git2 v9.1.0
36972026-09-04T23:18:37.251Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36982026-09-04T23:18:37.567Z[ host-package] Compiling indoc v2.0.7
36992026-09-04T23:18:37.570Z[ helios-setup] Sep 04 23:18:36.403 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s
37002026-09-04T23:18:37.592Z[ helios-setup] Sep 04 23:18:36.428 INFO building project "image-builder" ok (14 seconds)
37012026-09-04T23:18:37.592Z[ helios-setup] Sep 04 23:18:36.428 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
37022026-09-04T23:18:37.600Z[ helios-setup] Sep 04 23:18:36.436 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
37032026-09-04T23:18:37.600Z[ helios-setup] Sep 04 23:18:36.436 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
37042026-09-04T23:18:37.604Z[ helios-setup] Sep 04 23:18:36.436 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
37052026-09-04T23:18:37.667Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37062026-09-04T23:18:37.714Z[ helios-setup] Sep 04 23:18:36.550 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
37072026-09-04T23:18:38.042Z[ helios-setup] Sep 04 23:18:36.877 INFO E| From https://github.com/jclulow/hiercmd
37082026-09-04T23:18:38.043Z[ helios-setup] Sep 04 23:18:36.877 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
37092026-09-04T23:18:38.054Z[ helios-setup] Sep 04 23:18:36.889 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
37102026-09-04T23:18:38.202Z[ host-package] Compiling progenitor-macro v0.13.0
37112026-09-04T23:18:38.412Z[ helios-setup] Sep 04 23:18:37.247 INFO E| From https://github.com/oxidecomputer/network-interface
37122026-09-04T23:18:38.412Z[ helios-setup] Sep 04 23:18:37.247 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
37132026-09-04T23:18:38.425Z[ helios-setup] Sep 04 23:18:37.261 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
37142026-09-04T23:18:38.717Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37152026-09-04T23:18:38.750Z[ host-package] Compiling compact_str v0.8.1
37162026-09-04T23:18:38.783Z[ helios-setup] Sep 04 23:18:37.618 INFO E| From https://github.com/oxidecomputer/boot-image-tools
37172026-09-04T23:18:38.783Z[ helios-setup] Sep 04 23:18:37.618 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
37182026-09-04T23:18:38.800Z[ helios-setup] Sep 04 23:18:37.635 INFO E| Updating crates.io index
37192026-09-04T23:18:38.848Z[ host-package] Compiling globwalk v0.9.1
37202026-09-04T23:18:38.963Z[ helios-setup] Sep 04 23:18:37.798 INFO E| Downloading crates ...
37212026-09-04T23:18:39.011Z[ helios-setup] Sep 04 23:18:37.846 INFO E| Downloaded anstyle-query v1.1.4
37222026-09-04T23:18:39.029Z[ helios-setup] Sep 04 23:18:37.865 INFO E| Downloaded futures-io v0.3.31
37232026-09-04T23:18:39.032Z[ helios-setup] Sep 04 23:18:37.866 INFO E| Downloaded futures-task v0.3.31
37242026-09-04T23:18:39.035Z[ helios-setup] Sep 04 23:18:37.869 INFO E| Downloaded bitfield-macros v0.19.3
37252026-09-04T23:18:39.038Z[ helios-setup] Sep 04 23:18:37.872 INFO E| Downloaded cc v1.2.44
37262026-09-04T23:18:39.041Z[ helios-setup] Sep 04 23:18:37.874 INFO E| Downloaded tokio-macros v2.6.0
37272026-09-04T23:18:39.041Z[ helios-setup] Sep 04 23:18:37.875 INFO E| Downloaded crc v3.3.0
37282026-09-04T23:18:39.041Z[ helios-setup] Sep 04 23:18:37.877 INFO E| Downloaded env_filter v0.1.4
37292026-09-04T23:18:39.045Z[ helios-setup] Sep 04 23:18:37.881 INFO E| Downloaded anstyle v1.0.13
37302026-09-04T23:18:39.049Z[ helios-setup] Sep 04 23:18:37.882 INFO E| Downloaded slab v0.4.11
37312026-09-04T23:18:39.053Z[ helios-setup] Sep 04 23:18:37.887 INFO E| Downloaded futures-core v0.3.31
37322026-09-04T23:18:39.053Z[ helios-setup] Sep 04 23:18:37.889 INFO E| Downloaded deranged v0.5.5
37332026-09-04T23:18:39.056Z[ helios-setup] Sep 04 23:18:37.890 INFO E| Downloaded futures-channel v0.3.31
37342026-09-04T23:18:39.056Z[ helios-setup] Sep 04 23:18:37.891 INFO E| Downloaded futures-executor v0.3.31
37352026-09-04T23:18:39.059Z[ helios-setup] Sep 04 23:18:37.892 INFO E| Downloaded bitfield v0.19.3
37362026-09-04T23:18:39.059Z[ helios-setup] Sep 04 23:18:37.893 INFO E| Downloaded zeroize_derive v1.4.2
37372026-09-04T23:18:39.063Z[ helios-setup] Sep 04 23:18:37.896 INFO E| Downloaded signal-hook-registry v1.4.6
37382026-09-04T23:18:39.066Z[ helios-setup] Sep 04 23:18:37.900 INFO E| Downloaded num_enum v0.7.5
37392026-09-04T23:18:39.106Z[ host-package] Compiling anstream v0.6.21
37402026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.942 INFO E| Downloaded futures-sink v0.3.31
37412026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.943 INFO E| Downloaded libdevinfo-sys v1.1.0
37422026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.943 INFO E| Downloaded serde_spanned v1.0.3
37432026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.944 INFO E| Downloaded env_logger v0.11.8
37442026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.946 INFO E| Downloaded clap_derive v4.5.49
37452026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.948 INFO E| Downloaded futures-macro v0.3.31
37462026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.949 INFO E| Downloaded thiserror v2.0.17
37472026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.954 INFO E| Downloaded simd-adler32 v0.3.7
37482026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.955 INFO E| Downloaded clap_lex v0.7.6
37492026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.956 INFO E| Downloaded time-core v0.1.6
37502026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.964 INFO E| Downloaded base64ct v1.8.0
37512026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.966 INFO E| Downloaded devinfo v0.1.0
37522026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.967 INFO E| Downloaded thiserror-impl v2.0.17
37532026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.968 INFO E| Downloaded time-macros v0.2.24
37542026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.972 INFO E| Downloaded proc-macro2 v1.0.103
37552026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.974 INFO E| Downloaded quote v1.0.41
37562026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.977 INFO E| Downloaded bitflags v2.10.0
37572026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.980 INFO E| Downloaded futures v0.3.31
37582026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.984 INFO E| Downloaded find-msvc-tools v0.1.4
37592026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.985 INFO E| Downloaded pin-project-lite v0.2.16
37602026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.989 INFO E| Downloaded generic-array v0.14.9
37612026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.990 INFO E| Downloaded num_enum_derive v0.7.5
37622026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.991 INFO E| Downloaded pin-utils v0.1.0
37632026-09-04T23:18:39.177Z[ helios-setup] Sep 04 23:18:37.991 INFO E| Downloaded toml_writer v1.0.4
37642026-09-04T23:18:39.178Z[ helios-setup] Sep 04 23:18:37.992 INFO E| Downloaded getopts v0.2.24
37652026-09-04T23:18:39.197Z[ helios-setup] Sep 04 23:18:38.032 INFO E| Downloaded toml_datetime v0.7.3
37662026-09-04T23:18:39.201Z[ helios-setup] Sep 04 23:18:38.033 INFO E| Downloaded getrandom v0.2.16
37672026-09-04T23:18:39.201Z[ helios-setup] Sep 04 23:18:38.035 INFO E| Downloaded log v0.4.28
37682026-09-04T23:18:39.201Z[ helios-setup] Sep 04 23:18:38.036 INFO E| Downloaded flate2 v1.1.5
37692026-09-04T23:18:39.204Z[ helios-setup] Sep 04 23:18:38.039 INFO E| Downloaded clap_builder v4.5.51
37702026-09-04T23:18:39.208Z[ helios-setup] Sep 04 23:18:38.044 INFO E| Downloaded iana-time-zone v0.1.64
37712026-09-04T23:18:39.211Z[ helios-setup] Sep 04 23:18:38.045 INFO E| Downloaded unicode-ident v1.0.22
37722026-09-04T23:18:39.212Z[ helios-setup] Sep 04 23:18:38.047 INFO E| Downloaded zeroize v1.8.2
37732026-09-04T23:18:39.215Z[ helios-setup] Sep 04 23:18:38.048 INFO E| Downloaded toml_parser v1.0.4
37742026-09-04T23:18:39.215Z[ helios-setup] Sep 04 23:18:38.049 INFO E| Downloaded term v1.2.0
37752026-09-04T23:18:39.218Z[ helios-setup] Sep 04 23:18:38.051 INFO E| Downloaded clap v4.5.51
37762026-09-04T23:18:39.222Z[ helios-setup] Sep 04 23:18:38.058 INFO E| Downloaded bytes v1.10.1
37772026-09-04T23:18:39.225Z[ helios-setup] Sep 04 23:18:38.060 INFO E| Downloaded socket2 v0.6.1
37782026-09-04T23:18:39.228Z[ helios-setup] Sep 04 23:18:38.062 INFO E| Downloaded toml v0.9.8
37792026-09-04T23:18:39.231Z[ helios-setup] Sep 04 23:18:38.065 INFO E| Downloaded uuid v1.18.1
37802026-09-04T23:18:39.234Z[ helios-setup] Sep 04 23:18:38.068 INFO E| Downloaded typenum v1.19.0
37812026-09-04T23:18:39.237Z[ helios-setup] Sep 04 23:18:38.070 INFO E| Downloaded num-bigint-dig v0.8.4
37822026-09-04T23:18:39.240Z[ helios-setup] Sep 04 23:18:38.073 INFO E| Downloaded anyhow v1.0.100
37832026-09-04T23:18:39.242Z[ helios-setup] Sep 04 23:18:38.075 INFO E| Downloaded toml_edit v0.23.7
37842026-09-04T23:18:39.243Z[ helios-setup] Sep 04 23:18:38.078 INFO E| Downloaded zerocopy-derive v0.8.27
37852026-09-04T23:18:39.246Z[ helios-setup] Sep 04 23:18:38.082 INFO E| Downloaded mio v1.1.0
37862026-09-04T23:18:39.250Z[ helios-setup] Sep 04 23:18:38.085 INFO E| Downloaded rsa v0.9.8
37872026-09-04T23:18:39.253Z[ helios-setup] Sep 04 23:18:38.088 INFO E| Downloaded rand v0.8.5
37882026-09-04T23:18:39.256Z[ helios-setup] Sep 04 23:18:38.092 INFO E| Downloaded indexmap v2.12.0
37892026-09-04T23:18:39.260Z[ helios-setup] Sep 04 23:18:38.095 INFO E| Downloaded memchr v2.7.6
37902026-09-04T23:18:39.277Z[ helios-setup] Sep 04 23:18:38.111 INFO E| Downloaded iddqd v0.3.14
37912026-09-04T23:18:39.286Z[ helios-setup] Sep 04 23:18:38.121 INFO E| Downloaded hashbrown v0.16.0
37922026-09-04T23:18:39.307Z[ helios-setup] Sep 04 23:18:38.142 INFO E| Downloaded futures-util v0.3.31
37932026-09-04T23:18:39.315Z[ helios-setup] Sep 04 23:18:38.150 INFO E| Downloaded libm v0.2.15
37942026-09-04T23:18:39.322Z[ helios-setup] Sep 04 23:18:38.157 INFO E| Downloaded serde_json v1.0.145
37952026-09-04T23:18:39.327Z[ helios-setup] Sep 04 23:18:38.162 INFO E| Downloaded time v0.3.44
37962026-09-04T23:18:39.332Z[ helios-setup] Sep 04 23:18:38.167 INFO E| Downloaded winnow v0.7.13
37972026-09-04T23:18:39.338Z[ helios-setup] Sep 04 23:18:38.173 INFO E| Downloaded chrono v0.4.42
37982026-09-04T23:18:39.342Z[ host-package] Compiling darling_macro v0.13.4
37992026-09-04T23:18:39.345Z[ helios-setup] Sep 04 23:18:38.180 INFO E| Downloaded zerocopy v0.8.27
38002026-09-04T23:18:39.361Z[ helios-setup] Sep 04 23:18:38.197 INFO E| Downloaded unicode-width v0.2.2
38012026-09-04T23:18:39.366Z[ helios-setup] Sep 04 23:18:38.202 INFO E| Downloaded syn v2.0.108
38022026-09-04T23:18:39.394Z[ helios-setup] Sep 04 23:18:38.229 INFO E| Downloaded rustix v1.1.2
38032026-09-04T23:18:39.446Z[ helios-setup] Sep 04 23:18:38.281 INFO E| Downloaded tokio v1.48.0
38042026-09-04T23:18:39.491Z[ helios-setup] Sep 04 23:18:38.326 INFO E| Downloaded libc v0.2.177
38052026-09-04T23:18:39.549Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
38062026-09-04T23:18:39.622Z[ helios-setup] Sep 04 23:18:38.457 INFO E| Compiling proc-macro2 v1.0.103
38072026-09-04T23:18:39.622Z[ helios-setup] Sep 04 23:18:38.457 INFO E| Compiling quote v1.0.41
38082026-09-04T23:18:39.622Z[ helios-setup] Sep 04 23:18:38.457 INFO E| Compiling unicode-ident v1.0.22
38092026-09-04T23:18:39.625Z[ helios-setup] Sep 04 23:18:38.457 INFO E| Compiling libc v0.2.177
38102026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.457 INFO E| Compiling serde_core v1.0.228
38112026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.457 INFO E| Compiling cfg-if v1.0.4
38122026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling serde v1.0.228
38132026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling version_check v0.9.5
38142026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling autocfg v1.5.0
38152026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling const-oid v0.9.6
38162026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling typenum v1.19.0
38172026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling libm v0.2.15
38182026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling zerocopy v0.8.27
38192026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling rustversion v1.0.22
38202026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling base64ct v1.8.0
38212026-09-04T23:18:39.626Z[ helios-setup] Sep 04 23:18:38.458 INFO E| Compiling smallvec v1.15.1
38222026-09-04T23:18:39.667Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38232026-09-04T23:18:39.978Z[ host-package] Compiling parking_lot v0.11.2
38242026-09-04T23:18:40.258Z[ helios-setup] Sep 04 23:18:39.093 INFO E| Compiling zeroize v1.8.2
38252026-09-04T23:18:40.321Z[ helios-setup] Sep 04 23:18:39.156 INFO E| Compiling equivalent v1.0.2
38262026-09-04T23:18:40.471Z[ host-package] Compiling hyper-staticfile v0.10.1
38272026-09-04T23:18:40.612Z[ helios-setup] Sep 04 23:18:39.447 INFO E| Compiling flagset v0.4.7
38282026-09-04T23:18:40.635Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38292026-09-04T23:18:40.678Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38302026-09-04T23:18:40.832Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38312026-09-04T23:18:40.835Z[ helios-setup] Sep 04 23:18:39.668 INFO E| Compiling anyhow v1.0.100
38322026-09-04T23:18:40.855Z[ helios-setup] Sep 04 23:18:39.690 INFO E| Compiling rustix v1.1.2
38332026-09-04T23:18:40.945Z[ helios-setup] Sep 04 23:18:39.780 INFO E| Compiling winnow v0.7.13
38342026-09-04T23:18:40.969Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38352026-09-04T23:18:40.987Z[ helios-setup] Sep 04 23:18:39.822 INFO E| Compiling generic-array v0.14.9
38362026-09-04T23:18:40.993Z[ helios-setup] Sep 04 23:18:39.829 INFO E| Compiling memchr v2.7.6
38372026-09-04T23:18:41.152Z[ helios-setup] Sep 04 23:18:39.987 INFO E| Compiling num-traits v0.2.19
38382026-09-04T23:18:41.186Z[ helios-setup] Sep 04 23:18:40.021 INFO E| Compiling pem-rfc7468 v0.7.0
38392026-09-04T23:18:41.297Z[ helios-setup] Sep 04 23:18:40.132 INFO E| Compiling hashbrown v0.16.0
38402026-09-04T23:18:41.321Z[ helios-setup] Sep 04 23:18:40.156 INFO E| Compiling crc32fast v1.5.0
38412026-09-04T23:18:41.791Z[ helios-setup] Sep 04 23:18:40.626 INFO E| Compiling syn v2.0.108
38422026-09-04T23:18:41.835Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38432026-09-04T23:18:41.883Z[ host-package] Compiling predicates-tree v1.0.13
38442026-09-04T23:18:41.960Z[ helios-setup] Sep 04 23:18:40.795 INFO E| Compiling byteorder v1.5.0
38452026-09-04T23:18:41.998Z[ helios-setup] Sep 04 23:18:40.832 INFO E| Compiling utf8parse v0.2.2
38462026-09-04T23:18:42.139Z[ helios-setup] Sep 04 23:18:40.974 INFO E| Compiling toml_datetime v0.7.3
38472026-09-04T23:18:42.369Z[ helios-setup] Sep 04 23:18:41.205 INFO E| Compiling indexmap v2.12.0
38482026-09-04T23:18:42.369Z[ helios-setup] Sep 04 23:18:41.205 INFO E| Compiling anstyle-parse v0.2.7
38492026-09-04T23:18:42.369Z[ helios-setup] Sep 04 23:18:41.205 INFO E| Compiling colorchoice v1.0.4
38502026-09-04T23:18:42.373Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38512026-09-04T23:18:42.452Z[ helios-setup] Sep 04 23:18:41.287 INFO E| Compiling syn v1.0.109
38522026-09-04T23:18:42.486Z[ helios-setup] Sep 04 23:18:41.321 INFO E| Compiling cpufeatures v0.2.17
38532026-09-04T23:18:42.572Z[ helios-setup] Sep 04 23:18:41.407 INFO E| Compiling anstyle v1.0.13
38542026-09-04T23:18:42.594Z[ helios-setup] Sep 04 23:18:41.429 INFO E| Compiling is_terminal_polyfill v1.70.2
38552026-09-04T23:18:42.610Z[ helios-setup] Sep 04 23:18:41.445 INFO E| Compiling shlex v1.3.0
38562026-09-04T23:18:42.644Z[ helios-setup] Sep 04 23:18:41.479 INFO E| Compiling anstyle-query v1.1.4
38572026-09-04T23:18:42.660Z[ helios-setup] Sep 04 23:18:41.496 INFO E| Compiling allocator-api2 v0.2.21
38582026-09-04T23:18:42.680Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
38592026-09-04T23:18:42.721Z[ helios-setup] Sep 04 23:18:41.556 INFO E| Compiling getrandom v0.2.16
38602026-09-04T23:18:42.797Z[ helios-setup] Sep 04 23:18:41.633 INFO E| Compiling errno v0.3.14
38612026-09-04T23:18:42.927Z[ host-package] Compiling progenitor-client v0.13.0
38622026-09-04T23:18:43.037Z[ helios-setup] Sep 04 23:18:41.871 INFO E| Compiling rand_core v0.6.4
38632026-09-04T23:18:43.052Z[ host-package] Compiling unicode-truncate v1.1.0
38642026-09-04T23:18:43.068Z[ helios-setup] Sep 04 23:18:41.904 INFO E| Compiling find-msvc-tools v0.1.4
38652026-09-04T23:18:43.121Z[ helios-setup] Sep 04 23:18:41.956 INFO E| Compiling radium v0.7.0
38662026-09-04T23:18:43.170Z[ helios-setup] Sep 04 23:18:42.005 INFO E| Compiling slog v2.8.2
38672026-09-04T23:18:43.244Z[ helios-setup] Sep 04 23:18:42.079 INFO E| Compiling block-buffer v0.10.4
38682026-09-04T23:18:43.288Z[ helios-setup] Sep 04 23:18:42.124 INFO E| Compiling crypto-common v0.1.6
38692026-09-04T23:18:43.375Z[ helios-setup] Sep 04 23:18:42.210 INFO E| Compiling cc v1.2.44
38702026-09-04T23:18:43.406Z[ helios-setup] Sep 04 23:18:42.242 INFO E| Compiling anstream v0.6.21
38712026-09-04T23:18:43.540Z[ host-package] Compiling oso v0.27.3
38722026-09-04T23:18:43.603Z[ helios-setup] Sep 04 23:18:42.438 INFO E| Compiling digest v0.10.7
38732026-09-04T23:18:43.663Z[ helios-setup] Sep 04 23:18:42.498 INFO E| Compiling pin-project-lite v0.2.16
38742026-09-04T23:18:43.782Z[ host-package] Compiling digest-io v0.1.0
38752026-09-04T23:18:43.814Z[ helios-setup] Sep 04 23:18:42.649 INFO E| Compiling maybe-uninit v2.0.0
38762026-09-04T23:18:43.828Z[ helios-setup] Sep 04 23:18:42.663 INFO E| Compiling parking_lot_core v0.9.12
38772026-09-04T23:18:43.853Z[ helios-setup] Sep 04 23:18:42.688 INFO E| Compiling sha2 v0.10.9
38782026-09-04T23:18:43.862Z[ helios-setup] Sep 04 23:18:42.697 INFO E| Compiling pkg-config v0.3.32
38792026-09-04T23:18:43.901Z[ host-package] Compiling sha2 v0.11.0
38802026-09-04T23:18:43.904Z[ host-package] Compiling lru v0.12.5
38812026-09-04T23:18:43.922Z[ helios-setup] Sep 04 23:18:42.758 INFO E| Compiling futures-sink v0.3.31
38822026-09-04T23:18:43.949Z[ helios-setup] Sep 04 23:18:42.783 INFO E| Compiling futures-core v0.3.31
38832026-09-04T23:18:44.131Z[ helios-setup] Sep 04 23:18:42.966 INFO E| Compiling toml_parser v1.0.4
38842026-09-04T23:18:44.169Z[ host-package] Compiling prefix-trie v0.7.0
38852026-09-04T23:18:44.270Z[ helios-setup] Sep 04 23:18:43.105 INFO E| Compiling tap v1.0.1
38862026-09-04T23:18:44.274Z[ host-package] Compiling rand_seeder v0.4.0
38872026-09-04T23:18:44.377Z[ helios-setup] Sep 04 23:18:43.212 INFO E| Compiling unicode-width v0.2.2
38882026-09-04T23:18:44.399Z[ helios-setup] Sep 04 23:18:43.234 INFO E| Compiling wyz v0.5.1
38892026-09-04T23:18:44.415Z[ helios-setup] Sep 04 23:18:43.250 INFO E| Compiling num-integer v0.1.46
38902026-09-04T23:18:44.423Z[ helios-setup] Sep 04 23:18:43.258 INFO E| Compiling futures-channel v0.3.31
38912026-09-04T23:18:44.556Z[ helios-setup] Sep 04 23:18:43.390 INFO E| Compiling ahash v0.8.12
38922026-09-04T23:18:44.561Z[ helios-setup] Sep 04 23:18:43.396 INFO E| Compiling bytes v1.10.1
38932026-09-04T23:18:44.577Z[ helios-setup] Sep 04 23:18:43.412 INFO E| Compiling thiserror v1.0.69
38942026-09-04T23:18:44.686Z[ host-package] Compiling cassowary v0.3.0
38952026-09-04T23:18:44.716Z[ helios-setup] Sep 04 23:18:43.551 INFO E| Compiling num-conv v0.1.0
38962026-09-04T23:18:44.831Z[ helios-setup] Sep 04 23:18:43.666 INFO E| Compiling bitflags v2.10.0
38972026-09-04T23:18:44.906Z[ helios-setup] Sep 04 23:18:43.742 INFO E| Compiling toml_edit v0.23.7
38982026-09-04T23:18:44.935Z[ helios-setup] Sep 04 23:18:43.770 INFO E| Compiling getopts v0.2.24
38992026-09-04T23:18:44.942Z[ helios-setup] Sep 04 23:18:43.777 INFO E| Compiling powerfmt v0.2.0
39002026-09-04T23:18:44.949Z[ helios-setup] Sep 04 23:18:43.785 INFO E| Compiling clap_lex v0.7.6
39012026-09-04T23:18:44.988Z[ helios-setup] Sep 04 23:18:43.823 INFO E| Compiling slab v0.4.11
39022026-09-04T23:18:45.181Z[ helios-setup] Sep 04 23:18:44.016 INFO E| Compiling packed_struct v0.10.1
39032026-09-04T23:18:45.188Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
39042026-09-04T23:18:45.200Z[ helios-setup] Sep 04 23:18:44.036 INFO E| Compiling pin-utils v0.1.0
39052026-09-04T23:18:45.249Z[ helios-setup] Sep 04 23:18:44.085 INFO E| Compiling itoa v1.0.15
39062026-09-04T23:18:45.315Z[ host-package] Compiling ratatui v0.29.0
39072026-09-04T23:18:45.332Z[ helios-setup] Sep 04 23:18:44.167 INFO E| Compiling heck v0.5.0
39082026-09-04T23:18:45.418Z[ helios-setup] Sep 04 23:18:44.253 INFO E| Compiling strsim v0.11.1
39092026-09-04T23:18:45.500Z[ helios-setup] Sep 04 23:18:44.332 INFO E| Compiling futures-io v0.3.31
39102026-09-04T23:18:45.594Z[ helios-setup] Sep 04 23:18:44.429 INFO E| Compiling num-bigint-dig v0.8.4
39112026-09-04T23:18:45.614Z[ helios-setup] Sep 04 23:18:44.449 INFO E| Compiling spin v0.9.8
39122026-09-04T23:18:45.614Z[ helios-setup] Sep 04 23:18:44.449 INFO E| Compiling getrandom v0.3.4
39132026-09-04T23:18:45.706Z[ host-package] Compiling hickory-server v0.25.2
39142026-09-04T23:18:45.807Z[ helios-setup] Sep 04 23:18:44.642 INFO E| Compiling futures-task v0.3.31
39152026-09-04T23:18:45.820Z[ helios-setup] Sep 04 23:18:44.652 INFO E| Compiling scopeguard v1.2.0
39162026-09-04T23:18:45.823Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39172026-09-04T23:18:45.826Z[ helios-setup] Sep 04 23:18:44.662 INFO E| Compiling time-core v0.1.6
39182026-09-04T23:18:45.861Z[ helios-setup] Sep 04 23:18:44.696 INFO E| Compiling proc-macro-crate v3.4.0
39192026-09-04T23:18:45.870Z[ helios-setup] Sep 04 23:18:44.705 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
39202026-09-04T23:18:45.943Z[ helios-setup] Sep 04 23:18:44.779 INFO E| Compiling funty v2.0.0
39212026-09-04T23:18:46.026Z[ helios-setup] Sep 04 23:18:44.861 INFO E| Compiling lock_api v0.4.14
39222026-09-04T23:18:46.033Z[ helios-setup] Sep 04 23:18:44.869 INFO E| Compiling time-macros v0.2.24
39232026-09-04T23:18:46.150Z[ helios-setup] Sep 04 23:18:44.986 INFO E| Compiling lazy_static v1.5.0
39242026-09-04T23:18:46.246Z[ host-package] Compiling progenitor v0.13.0
39252026-09-04T23:18:46.272Z[ helios-setup] Sep 04 23:18:45.107 INFO E| Compiling deranged v0.5.5
39262026-09-04T23:18:46.436Z[ helios-setup] Sep 04 23:18:45.271 INFO E| Compiling terminal_size v0.4.3
39272026-09-04T23:18:46.484Z[ helios-setup] Sep 04 23:18:45.319 INFO E| Compiling num-iter v0.1.45
39282026-09-04T23:18:46.539Z[ helios-setup] Sep 04 23:18:45.375 INFO E| Compiling clap_builder v4.5.51
39292026-09-04T23:18:46.676Z[ host-package] Compiling camino-tempfile-ext v0.3.3
39302026-09-04T23:18:46.685Z[ helios-setup] Sep 04 23:18:45.520 INFO E| Compiling bitvec v1.0.1
39312026-09-04T23:18:46.798Z[ helios-setup] Sep 04 23:18:45.633 INFO E| Compiling indexmap v1.9.3
39322026-09-04T23:18:46.820Z[ helios-setup] Sep 04 23:18:45.655 INFO E| Compiling once_cell v1.21.3
39332026-09-04T23:18:46.839Z[ helios-setup] Sep 04 23:18:45.674 INFO E| Compiling iana-time-zone v0.1.64
39342026-09-04T23:18:47.183Z[ helios-setup] Sep 04 23:18:46.018 INFO E| Compiling adler2 v2.0.1
39352026-09-04T23:18:47.203Z[ helios-setup] Sep 04 23:18:46.038 INFO E| Compiling serde_json v1.0.145
39362026-09-04T23:18:47.261Z[ helios-setup] Sep 04 23:18:46.097 INFO E| Compiling log v0.4.28
39372026-09-04T23:18:47.305Z[ helios-setup] Sep 04 23:18:46.140 INFO E| Compiling nodrop v0.1.14
39382026-09-04T23:18:47.322Z[ helios-setup] Sep 04 23:18:46.157 INFO E| Compiling thiserror v2.0.17
39392026-09-04T23:18:47.453Z[ helios-setup] Sep 04 23:18:46.288 INFO E| Compiling crc-catalog v2.4.0
39402026-09-04T23:18:47.592Z[ helios-setup] Sep 04 23:18:46.427 INFO E| Compiling simd-adler32 v0.3.7
39412026-09-04T23:18:47.602Z[ helios-setup] Sep 04 23:18:46.438 INFO E| Compiling crc v3.3.0
39422026-09-04T23:18:47.817Z[ helios-setup] Sep 04 23:18:46.652 INFO E| Compiling env_filter v0.1.4
39432026-09-04T23:18:47.831Z[ helios-setup] Sep 04 23:18:46.667 INFO E| Compiling array-init v0.0.4
39442026-09-04T23:18:47.900Z[ helios-setup] Sep 04 23:18:46.735 INFO E| Compiling miniz_oxide v0.8.9
39452026-09-04T23:18:47.944Z[ helios-setup] Sep 04 23:18:46.779 INFO E| Compiling parking_lot v0.12.5
39462026-09-04T23:18:47.977Z[ helios-setup] Sep 04 23:18:46.812 INFO E| Compiling chrono v0.4.42
39472026-09-04T23:18:48.019Z[ helios-setup] Sep 04 23:18:46.854 INFO E| Compiling smallvec v0.6.14
39482026-09-04T23:18:48.253Z[ host-package] Compiling diesel-dtrace v0.5.0
39492026-09-04T23:18:48.318Z[ helios-setup] Sep 04 23:18:47.153 INFO E| Compiling time v0.3.44
39502026-09-04T23:18:48.527Z[ helios-setup] Sep 04 23:18:47.362 INFO E| Compiling serde_spanned v1.0.3
39512026-09-04T23:18:48.815Z[ helios-setup] Sep 04 23:18:47.650 INFO E| Compiling signature v2.2.0
39522026-09-04T23:18:48.830Z[ host-package] Compiling async-bb8-diesel v0.2.1
39532026-09-04T23:18:48.954Z[ helios-setup] Sep 04 23:18:47.789 INFO E| Compiling socket2 v0.6.1
39542026-09-04T23:18:49.107Z[ helios-setup] Sep 04 23:18:47.942 INFO E| Compiling is-terminal v0.4.17
39552026-09-04T23:18:49.249Z[ helios-setup] Sep 04 23:18:48.084 INFO E| Compiling signal-hook-registry v1.4.6
39562026-09-04T23:18:49.311Z[ helios-setup] Sep 04 23:18:48.146 INFO E| Compiling mio v1.1.0
39572026-09-04T23:18:49.419Z[ helios-setup] Sep 04 23:18:48.254 INFO E| Compiling thread_local v1.1.9
39582026-09-04T23:18:49.427Z[ helios-setup] Sep 04 23:18:48.262 INFO E| Compiling serde_derive v1.0.228
39592026-09-04T23:18:49.575Z[ helios-setup] Sep 04 23:18:48.410 INFO E| Compiling zerocopy-derive v0.8.27
39602026-09-04T23:18:49.881Z[ helios-setup] Sep 04 23:18:48.716 INFO E| Compiling der_derive v0.7.3
39612026-09-04T23:18:49.903Z[ host-package] Compiling sled v0.34.7
39622026-09-04T23:18:49.989Z[ host-package] Compiling darling v0.13.4
39632026-09-04T23:18:50.078Z[ helios-setup] Sep 04 23:18:48.914 INFO E| Compiling futures-macro v0.3.31
39642026-09-04T23:18:50.322Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39652026-09-04T23:18:50.446Z[ helios-setup] Sep 04 23:18:49.281 INFO E| Compiling thiserror-impl v1.0.69
39662026-09-04T23:18:50.625Z[ helios-setup] Sep 04 23:18:49.460 INFO E| Compiling packed_struct_codegen v0.10.1
39672026-09-04T23:18:50.781Z[ helios-setup] Sep 04 23:18:49.611 INFO E| Compiling zerocopy-derive v0.6.6
39682026-09-04T23:18:50.821Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39692026-09-04T23:18:50.866Z[ helios-setup] Sep 04 23:18:49.701 INFO E| Compiling bitfield-macros v0.19.3
39702026-09-04T23:18:50.948Z[ helios-setup] Sep 04 23:18:49.783 INFO E| Compiling num_enum_derive v0.7.5
39712026-09-04T23:18:51.003Z[ helios-setup] Sep 04 23:18:49.838 INFO E| Compiling clap_derive v4.5.49
39722026-09-04T23:18:51.308Z[ helios-setup] Sep 04 23:18:50.143 INFO E| Compiling tokio-macros v2.6.0
39732026-09-04T23:18:51.414Z[ helios-setup] Sep 04 23:18:50.249 INFO E| Compiling thiserror-impl v2.0.17
39742026-09-04T23:18:51.857Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39752026-09-04T23:18:51.888Z[ helios-setup] Sep 04 23:18:50.723 INFO E| Compiling hashbrown v0.12.3
39762026-09-04T23:18:52.096Z[ helios-setup] Sep 04 23:18:50.929 INFO E| Compiling futures-util v0.3.31
39772026-09-04T23:18:52.258Z[ helios-setup] Sep 04 23:18:51.094 INFO E| Compiling der v0.7.10
39782026-09-04T23:18:52.411Z[ helios-setup] Sep 04 23:18:51.246 INFO E| Compiling zerocopy v0.6.6
39792026-09-04T23:18:52.892Z[ helios-setup] Sep 04 23:18:51.728 INFO E| Compiling term v1.2.0
39802026-09-04T23:18:53.067Z[ helios-setup] Sep 04 23:18:51.902 INFO E| Compiling bitfield v0.19.3
39812026-09-04T23:18:53.191Z[ helios-setup] Sep 04 23:18:52.026 INFO E| Compiling base64 v0.21.7
39822026-09-04T23:18:53.208Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39832026-09-04T23:18:53.248Z[ helios-setup] Sep 04 23:18:52.083 INFO E| Compiling subtle v2.6.1
39842026-09-04T23:18:53.275Z[ helios-setup] Sep 04 23:18:52.110 INFO E| Compiling num_enum v0.7.5
39852026-09-04T23:18:53.282Z[ helios-setup] Sep 04 23:18:52.117 INFO E| Compiling winnow v0.5.40
39862026-09-04T23:18:53.470Z[ helios-setup] Sep 04 23:18:52.305 INFO E| Compiling toml_writer v1.0.4
39872026-09-04T23:18:53.594Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39882026-09-04T23:18:53.657Z[ helios-setup] Sep 04 23:18:52.493 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
39892026-09-04T23:18:53.675Z[ helios-setup] Sep 04 23:18:52.511 INFO E| Compiling ryu v1.0.20
39902026-09-04T23:18:53.742Z[ helios-setup] Sep 04 23:18:52.578 INFO E| Compiling libdevinfo-sys v1.1.0
39912026-09-04T23:18:53.812Z[ helios-setup] Sep 04 23:18:52.646 INFO E| Compiling toml v0.9.8
39922026-09-04T23:18:53.865Z[ helios-setup] Sep 04 23:18:52.700 INFO E| Compiling devinfo v0.1.0
39932026-09-04T23:18:54.043Z[ helios-setup] Sep 04 23:18:52.878 INFO E| Compiling tokio v1.48.0
39942026-09-04T23:18:54.056Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39952026-09-04T23:18:54.179Z[ helios-setup] Sep 04 23:18:53.014 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39962026-09-04T23:18:54.337Z[ helios-setup] Sep 04 23:18:53.172 INFO E| Compiling bzip2 v0.4.4
39972026-09-04T23:18:54.659Z[ helios-setup] Sep 04 23:18:53.494 INFO E| Compiling flate2 v1.1.5
39982026-09-04T23:18:54.672Z[ helios-setup] Sep 04 23:18:53.508 INFO E| Compiling clap v4.5.51
39992026-09-04T23:18:54.714Z[ helios-setup] Sep 04 23:18:53.549 INFO E| Compiling uuid v1.18.1
40002026-09-04T23:18:54.762Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
40012026-09-04T23:18:54.767Z[ helios-setup] Sep 04 23:18:53.602 INFO E| Compiling env_logger v0.11.8
40022026-09-04T23:18:54.791Z[ helios-setup] Sep 04 23:18:53.626 INFO E| Compiling hex v0.4.3
40032026-09-04T23:18:54.866Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
40042026-09-04T23:18:55.116Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40052026-09-04T23:18:55.159Z[ helios-setup] Sep 04 23:18:53.995 INFO E| Compiling spki v0.7.3
40062026-09-04T23:18:55.262Z[ helios-setup] Sep 04 23:18:54.097 INFO E| Compiling rustc-hash v2.1.1
40072026-09-04T23:18:55.319Z[ host-package] Compiling serde_with_macros v1.5.2
40082026-09-04T23:18:55.446Z[ helios-setup] Sep 04 23:18:54.281 INFO E| Compiling pkcs8 v0.10.2
40092026-09-04T23:18:55.476Z[ helios-setup] Sep 04 23:18:54.311 INFO E| Compiling x509-cert v0.2.5
40102026-09-04T23:18:55.548Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40112026-09-04T23:18:55.777Z[ helios-setup] Sep 04 23:18:54.612 INFO E| Compiling pkcs1 v0.7.5
40122026-09-04T23:18:55.991Z[ helios-setup] Sep 04 23:18:54.826 INFO E| Compiling erased-serde v0.3.31
40132026-09-04T23:18:56.361Z[ helios-setup] Sep 04 23:18:55.196 INFO E| Compiling toml_datetime v0.6.11
40142026-09-04T23:18:56.491Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40152026-09-04T23:18:56.516Z[ helios-setup] Sep 04 23:18:55.349 INFO E| Compiling serde_spanned v0.6.9
40162026-09-04T23:18:56.554Z[ helios-setup] Sep 04 23:18:55.389 INFO E| Compiling ppv-lite86 v0.2.21
40172026-09-04T23:18:56.869Z[ helios-setup] Sep 04 23:18:55.705 INFO E| Compiling hashbrown v0.13.2
40182026-09-04T23:18:56.972Z[ helios-setup] Sep 04 23:18:55.808 INFO E| Compiling toml_edit v0.19.15
40192026-09-04T23:18:57.085Z[ helios-setup] Sep 04 23:18:55.920 INFO E| Compiling ron v0.8.1
40202026-09-04T23:18:57.115Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
40212026-09-04T23:18:57.256Z[ helios-setup] Sep 04 23:18:56.091 INFO E| Compiling serde-hex v0.1.0
40222026-09-04T23:18:57.341Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
40232026-09-04T23:18:57.502Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
40242026-09-04T23:18:57.545Z[ helios-setup] Sep 04 23:18:56.380 INFO E| Compiling rand_chacha v0.3.1
40252026-09-04T23:18:57.649Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
40262026-09-04T23:18:57.792Z[ helios-setup] Sep 04 23:18:56.628 INFO E| Compiling crc-any v2.5.0
40272026-09-04T23:18:57.816Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40282026-09-04T23:18:57.879Z[ helios-setup] Sep 04 23:18:56.714 INFO E| Compiling futures-executor v0.3.31
40292026-09-04T23:18:58.024Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
40302026-09-04T23:18:58.200Z[ helios-setup] Sep 04 23:18:57.036 INFO E| Compiling rand v0.8.5
40312026-09-04T23:18:58.223Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
40322026-09-04T23:18:58.297Z[ host-package] Compiling arc-swap v1.8.2
40332026-09-04T23:18:58.300Z[ host-package] Compiling void v1.0.2
40342026-09-04T23:18:58.384Z[ helios-setup] Sep 04 23:18:57.220 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
40352026-09-04T23:18:58.391Z[ helios-setup] Sep 04 23:18:57.227 INFO E| Compiling slog-term v2.9.2
40362026-09-04T23:18:58.444Z[ helios-setup] Sep 04 23:18:57.279 INFO E| Compiling futures v0.3.31
40372026-09-04T23:18:58.550Z[ helios-setup] Sep 04 23:18:57.385 INFO E| Compiling bitflags v1.3.2
40382026-09-04T23:18:58.603Z[ helios-setup] Sep 04 23:18:57.434 INFO E| Compiling foldhash v0.2.0
40392026-09-04T23:18:58.651Z[ helios-setup] Sep 04 23:18:57.486 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
40402026-09-04T23:18:58.702Z[ helios-setup] Sep 04 23:18:57.537 INFO E| Compiling object v0.30.4
40412026-09-04T23:18:58.731Z[ helios-setup] Sep 04 23:18:57.566 INFO E| Compiling zip v0.6.6
40422026-09-04T23:18:58.853Z[ helios-setup] Sep 04 23:18:57.688 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40432026-09-04T23:18:59.094Z[ host-package] Compiling lzss v0.8.2
40442026-09-04T23:18:59.259Z[ helios-setup] Sep 04 23:18:58.094 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40452026-09-04T23:18:59.360Z[ host-package] Compiling slog-scope v4.4.1
40462026-09-04T23:18:59.392Z[ helios-setup] Sep 04 23:18:58.227 INFO E| Compiling iddqd v0.3.14
40472026-09-04T23:19:00.192Z[ host-package] Compiling serde_with v1.14.0
40482026-09-04T23:19:00.310Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40492026-09-04T23:19:00.314Z[ host-package] Compiling scuffle v0.1.0
40502026-09-04T23:19:00.314Z[ host-package] Compiling tungstenite v0.23.0
40512026-09-04T23:19:00.314Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40522026-09-04T23:19:00.523Z[ helios-setup] Sep 04 23:18:59.358 INFO E| Compiling toml v0.7.8
40532026-09-04T23:19:00.545Z[ helios-setup] Sep 04 23:18:59.381 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
40542026-09-04T23:19:00.738Z[ helios-setup] Sep 04 23:18:59.572 INFO E| Compiling rsa v0.9.8
40552026-09-04T23:19:00.867Z[ helios-setup] Sep 04 23:18:59.702 INFO E| Compiling path-slash v0.1.5
40562026-09-04T23:19:01.060Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
40572026-09-04T23:19:01.523Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40582026-09-04T23:19:01.751Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
40592026-09-04T23:19:02.149Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
40602026-09-04T23:19:02.261Z[ host-package] Compiling libsw-core v0.3.2
40612026-09-04T23:19:02.459Z[ host-package] Compiling nix v0.27.1
40622026-09-04T23:19:02.681Z[ host-package] Compiling twox-hash v2.1.2
40632026-09-04T23:19:02.724Z[ helios-setup] Sep 04 23:19:01.559 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
40642026-09-04T23:19:02.768Z[ helios-setup] Sep 04 23:19:01.581 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
40652026-09-04T23:19:02.784Z[ host-package] Compiling serde_bytes v0.11.19
40662026-09-04T23:19:02.787Z[ host-package] Compiling atty v0.2.14
40672026-09-04T23:19:03.105Z[ host-package] Compiling libsw v3.5.0
40682026-09-04T23:19:03.220Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
40692026-09-04T23:19:03.291Z[ host-package] Compiling git2 v0.20.4
40702026-09-04T23:19:03.370Z[ host-package] Compiling tokio-tungstenite v0.23.1
40712026-09-04T23:19:03.378Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
40722026-09-04T23:19:03.438Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40732026-09-04T23:19:03.639Z[ host-package] Compiling slog-stdlog v4.1.1
40742026-09-04T23:19:03.643Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40752026-09-04T23:19:03.663Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
40762026-09-04T23:19:04.286Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
40772026-09-04T23:19:04.289Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40782026-09-04T23:19:04.289Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40792026-09-04T23:19:04.302Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
40802026-09-04T23:19:04.921Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40812026-09-04T23:19:05.201Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40822026-09-04T23:19:05.678Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40832026-09-04T23:19:05.744Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40842026-09-04T23:19:05.899Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40852026-09-04T23:19:06.695Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40862026-09-04T23:19:07.076Z[ helios-setup] Sep 04 23:19:05.911 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40872026-09-04T23:19:07.588Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40882026-09-04T23:19:08.215Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40892026-09-04T23:19:08.300Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40902026-09-04T23:19:08.430Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40912026-09-04T23:19:08.538Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40922026-09-04T23:19:08.734Z[ helios-setup] Sep 04 23:19:07.569 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
40932026-09-04T23:19:08.879Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40942026-09-04T23:19:08.967Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
40952026-09-04T23:19:09.765Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40962026-09-04T23:19:11.090Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40972026-09-04T23:19:12.214Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40982026-09-04T23:19:12.597Z[ helios-setup] Sep 04 23:19:11.432 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
40992026-09-04T23:19:12.735Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41002026-09-04T23:19:13.031Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41012026-09-04T23:19:13.749Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41022026-09-04T23:19:13.868Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41032026-09-04T23:19:14.253Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41042026-09-04T23:19:14.346Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41052026-09-04T23:19:15.187Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41062026-09-04T23:19:15.464Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41072026-09-04T23:19:16.158Z[ host-package] Compiling signal-hook-tokio v0.3.1
41082026-09-04T23:19:16.222Z[ host-package] Compiling fatfs v0.3.6
41092026-09-04T23:19:16.416Z[ host-package] Compiling yasna v0.5.2
41102026-09-04T23:19:16.565Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41112026-09-04T23:19:17.423Z[ host-package] Compiling console v0.16.2
41122026-09-04T23:19:17.829Z[ host-package] Compiling assert_matches v1.5.0
41132026-09-04T23:19:17.978Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41142026-09-04T23:19:18.011Z[ host-package] Compiling seq-macro v0.3.6
41152026-09-04T23:19:18.271Z[ host-package] Compiling indicatif v0.18.4
41162026-09-04T23:19:18.463Z[ host-package] Compiling rcgen v0.12.1
41172026-09-04T23:19:18.794Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41182026-09-04T23:19:20.373Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41192026-09-04T23:19:23.573Z[ host-package] Compiling slog-envlogger v2.2.0
41202026-09-04T23:19:23.711Z[ helios-setup] Sep 04 23:19:22.546 INFO E| Finished `release` profile [optimized] target(s) in 46.09s
41212026-09-04T23:19:23.711Z[ helios-setup] Sep 04 23:19:22.546 INFO E| Blocking waiting for file lock on package cache
41222026-09-04T23:19:23.883Z[ host-package] Compiling oxide-update-engine-display v0.1.2
41232026-09-04T23:19:24.274Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41242026-09-04T23:19:24.606Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41252026-09-04T23:19:24.854Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41262026-09-04T23:19:25.093Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41272026-09-04T23:19:25.349Z[ host-package] Compiling port-file v0.1.0
41282026-09-04T23:19:25.473Z[ host-package] Compiling subprocess v0.2.15
41292026-09-04T23:19:25.625Z[ host-package] Compiling rtoolbox v0.0.3
41302026-09-04T23:19:25.729Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41312026-09-04T23:19:25.991Z[ host-package] Compiling rpassword v7.5.4
41322026-09-04T23:19:26.432Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-09-04T23:19:26.778Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41342026-09-04T23:19:27.144Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41352026-09-04T23:19:27.287Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41362026-09-04T23:19:27.534Z[ helios-setup] Sep 04 23:19:26.364 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41372026-09-04T23:19:27.534Z[ helios-setup] Sep 04 23:19:26.364 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41382026-09-04T23:19:27.588Z[ helios-setup] Sep 04 23:19:26.423 INFO building project "pilot" ok (49 seconds)
41392026-09-04T23:19:27.589Z[ helios-setup] Sep 04 23:19:26.423 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
41402026-09-04T23:19:27.805Z[ host-package] Compiling tui-tree-widget v0.23.1
41412026-09-04T23:19:28.015Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41422026-09-04T23:19:28.126Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41432026-09-04T23:19:28.739Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
41442026-09-04T23:19:30.201Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41452026-09-04T23:19:30.488Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41462026-09-04T23:19:30.670Z[ host-package] Compiling uzers v0.12.2
41472026-09-04T23:19:30.715Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41482026-09-04T23:19:30.859Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41492026-09-04T23:19:30.893Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41502026-09-04T23:19:31.207Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41512026-09-04T23:19:31.412Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41522026-09-04T23:19:31.460Z[ host-package] Compiling support-bundle-viewer v0.1.2
41532026-09-04T23:19:31.552Z[ host-package] Compiling multimap v0.10.1
41542026-09-04T23:19:31.835Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41552026-09-04T23:19:52.066Z[ helios-setup] Sep 04 23:19:50.900 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')"
41562026-09-04T23:19:52.069Z[ helios-setup] rm -f helios-build
41572026-09-04T23:19:52.069Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41582026-09-04T23:19:52.072Z[ helios-setup]
41592026-09-04T23:19:52.075Z[ helios-setup] Setup complete! ./helios-build is now available.
41602026-09-04T23:19:52.075Z[ helios-setup]
41612026-09-04T23:19:52.078Z[ helios-setup]
41622026-09-04T23:19:52.078ZSep 04 23:19:50.911 INFO [helios-setup] process exited with exit status: 0 (180.888877578s)[ helios-setup] real 3:00.885804934
41632026-09-04T23:19:52.078Z
41642026-09-04T23:19:52.078Z[ helios-setup] user 7:03.356830789
41652026-09-04T23:19:52.078Z[ helios-setup] sys 1:19.425946233
41662026-09-04T23:19:52.078Z[ helios-setup] trap 0.530000639
41672026-09-04T23:19:52.078Z[ helios-setup] tflt 3.195817911
41682026-09-04T23:19:52.078Z[ helios-setup] dflt 7.668429487
41692026-09-04T23:19:52.078Z[ helios-setup] kflt 0.000575230
41702026-09-04T23:19:52.078Z[ helios-setup] lock 59:48.640730795
41712026-09-04T23:19:52.078Z[ helios-setup] slp 37:01.075721060
41722026-09-04T23:19:52.078Z[ helios-setup] lat 6:50.008470544
41732026-09-04T23:19:52.078Z[ helios-setup] stop 1:34.908643865
41742026-09-04T23:19:52.078ZSep 04 23:19:50.912 INFO [helios-record] running task
41752026-09-04T23:19:52.078ZSep 04 23:19:50.912 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41762026-09-04T23:19:52.082ZSep 04 23:19:50.917 DEBG process exited with exit status: 0 (4.668767ms)
41772026-09-04T23:19:52.082ZSep 04 23:19:50.917 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41782026-09-04T23:19:52.086ZSep 04 23:19:50.921 DEBG process exited with exit status: 0 (4.035187ms)
41792026-09-04T23:19:52.089ZSep 04 23:19:50.921 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41802026-09-04T23:19:52.092ZSep 04 23:19:50.924 DEBG process exited with exit status: 0 (3.364065ms)
41812026-09-04T23:19:52.092ZSep 04 23:19:50.924 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41822026-09-04T23:19:52.095ZSep 04 23:19:50.927 DEBG process exited with exit status: 0 (3.093085ms)
41832026-09-04T23:19:52.095ZSep 04 23:19:50.927 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41842026-09-04T23:19:52.098ZSep 04 23:19:50.930 DEBG process exited with exit status: 0 (2.949734ms)
41852026-09-04T23:19:52.098ZSep 04 23:19:50.930 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41862026-09-04T23:19:52.101ZSep 04 23:19:50.933 DEBG process exited with exit status: 0 (2.934605ms)
41872026-09-04T23:19:52.101ZSep 04 23:19:50.933 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41882026-09-04T23:19:52.103ZSep 04 23:19:50.937 DEBG process exited with exit status: 0 (3.429885ms)
41892026-09-04T23:19:52.103ZSep 04 23:19:50.937 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41902026-09-04T23:19:52.107ZSep 04 23:19:50.940 DEBG process exited with exit status: 0 (3.044335ms)
41912026-09-04T23:19:52.107ZSep 04 23:19:50.940 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41922026-09-04T23:19:52.110ZSep 04 23:19:50.943 DEBG process exited with exit status: 0 (3.045514ms)
41932026-09-04T23:19:52.110ZSep 04 23:19:50.943 INFO [helios-record] task succeeded (31.099828ms)
41942026-09-04T23:19:59.372Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41952026-09-04T23:20:18.759Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41962026-09-04T23:20:32.470Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41972026-09-04T23:27:59.216Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 25s
41982026-09-04T23:27:59.219Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41992026-09-04T23:27:59.219Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42002026-09-04T23:28:34.540ZSep 04 23:28:33.371 INFO [host-package] process exited with exit status: 0 (660.711407936s)
42012026-09-04T23:28:34.540ZSep 04 23:28:33.371 INFO [host-libraries] running task
42022026-09-04T23:28:34.540ZSep 04 23:28:33.371 INFO [host-stamp] running task
42032026-09-04T23:28:34.544ZSep 04 23:28:33.373 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+gitbdb5ffd9b0a
42042026-09-04T23:28:34.544ZSep 04 23:28:33.374 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+gitbdb5ffd9b0a
42052026-09-04T23:28:34.544ZSep 04 23:28:33.374 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+gitbdb5ffd9b0a
42062026-09-04T23:28:34.544ZSep 04 23:28:33.374 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+gitbdb5ffd9b0a
42072026-09-04T23:28:34.544ZSep 04 23:28:33.374 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+gitbdb5ffd9b0a
42082026-09-04T23:28:34.544ZSep 04 23:28:33.375 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+gitbdb5ffd9b0a
42092026-09-04T23:28:34.544ZSep 04 23:28:33.375 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+gitbdb5ffd9b0a
42102026-09-04T23:28:34.547ZSep 04 23:28:33.375 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+gitbdb5ffd9b0a
42112026-09-04T23:28:34.550Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-04T23:28:34.550Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-09-04T23:28:34.550Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-09-04T23:28:34.550Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42152026-09-04T23:28:34.551Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42162026-09-04T23:28:34.551Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42172026-09-04T23:28:34.551Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42182026-09-04T23:28:34.551Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42192026-09-04T23:28:34.554Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42202026-09-04T23:28:34.554ZSep 04 23:28:33.385 INFO [stamp-overlay] process exited with exit status: 0 (9.681905ms)
42212026-09-04T23:28:34.556Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42222026-09-04T23:28:34.559ZSep 04 23:28:33.388 INFO [stamp-oxlog] process exited with exit status: 0 (13.58155ms)
42232026-09-04T23:28:34.585Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42242026-09-04T23:28:34.588ZSep 04 23:28:33.419 INFO [stamp-crucible-utils] process exited with exit status: 0 (44.363588ms)
42252026-09-04T23:28:34.599Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42262026-09-04T23:28:34.602ZSep 04 23:28:33.433 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (59.156581ms)
42272026-09-04T23:28:34.735Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42282026-09-04T23:28:34.738ZSep 04 23:28:33.570 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (196.4143ms)
42292026-09-04T23:28:34.750Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42302026-09-04T23:28:34.753ZSep 04 23:28:33.584 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (209.23044ms)
42312026-09-04T23:28:35.074Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42322026-09-04T23:28:35.077ZSep 04 23:28:33.908 INFO [stamp-propolis-server] process exited with exit status: 0 (533.869475ms)
42332026-09-04T23:28:35.341ZSep 04 23:28:34.173 INFO [host-libraries] task succeeded (801.190814ms)
42342026-09-04T23:28:35.344ZSep 04 23:28:34.173 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42352026-09-04T23:28:35.347Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42362026-09-04T23:28:36.342Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42372026-09-04T23:28:36.466Z[recovery-package] Compiling regress v0.11.1
42382026-09-04T23:28:36.509Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42392026-09-04T23:28:36.512Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42402026-09-04T23:28:36.545Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42412026-09-04T23:28:36.549Z[recovery-package] Compiling slog-scope v4.4.1
42422026-09-04T23:28:36.574Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42432026-09-04T23:28:36.590Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42442026-09-04T23:28:36.705Z[recovery-package] Compiling slog-stdlog v4.1.1
42452026-09-04T23:28:36.719Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42462026-09-04T23:28:36.732Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42472026-09-04T23:28:36.858Z[recovery-package] Compiling slog-envlogger v2.2.0
42482026-09-04T23:28:36.995Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42492026-09-04T23:28:37.458Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42502026-09-04T23:28:37.643Z[recovery-package] Compiling oxide-update-engine v0.1.2
42512026-09-04T23:28:38.072Z[recovery-package] Compiling typify-impl v0.6.2
42522026-09-04T23:28:39.529Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42532026-09-04T23:28:39.533ZSep 04 23:28:38.363 INFO [stamp-switch-asic] process exited with exit status: 0 (4.989142783s)
42542026-09-04T23:28:39.533ZSep 04 23:28:38.363 INFO [host-stamp] task succeeded (4.991517837s)
42552026-09-04T23:28:39.533ZSep 04 23:28:38.363 INFO [host-proto] running task
42562026-09-04T23:28:39.829ZSep 04 23:28:38.659 INFO [host-proto] task succeeded (296.515004ms)
42572026-09-04T23:28:39.830ZSep 04 23:28:38.659 INFO [host-profile] running task
42582026-09-04T23:28:39.833ZSep 04 23:28:38.660 INFO [host-profile] task succeeded (160.35µs)
42592026-09-04T23:28:39.834ZSep 04 23:28:38.660 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/.tmpaRJXye/proto/host/root -N 'ci bdb5ffd/${os_short_commit} 2026-09-04 23:16' -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/'
42602026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.666 INFO Checking files for board 'cosmo-mbist'
42612026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.666 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42622026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.666 INFO Checking files for board 'cosmo-mbist-noaggr'
42632026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.666 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42642026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.666 INFO Checking files for board 'gimlet'
42652026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.666 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42662026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.667 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42672026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.667 INFO Checking files for board 'cosmo'
42682026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.667 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42692026-09-04T23:28:39.837Z[ host-image] Sep 04 23:28:38.667 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42702026-09-04T23:28:39.845Z[ host-image] Sep 04 23:28:38.677 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaRJXye/proto/host/root"
42712026-09-04T23:28:39.849Z[ host-image] Sep 04 23:28:38.677 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42722026-09-04T23:28:39.849Z[ host-image] Sep 04 23:28:38.677 INFO image builder template: ramdisk-01-os...
42732026-09-04T23:28:39.849Z[ host-image] Sep 04 23:28:38.677 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/.tmpaRJXye/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42742026-09-04T23:28:39.849Z[recovery-package] Compiling typify v0.6.2
42752026-09-04T23:28:39.892Z[ host-image] Sep 04 23:28:38.690 INFO O| Sep 04 23:28:38.690 INFO CREATE DATASET: rpool/images/build/host/output
42762026-09-04T23:28:39.979Z[recovery-package] Compiling progenitor-impl v0.14.0
42772026-09-04T23:28:41.261Z[recovery-package] Compiling progenitor v0.14.0
42782026-09-04T23:28:41.369Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42792026-09-04T23:28:41.369Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42802026-09-04T23:28:41.510Z[ host-image] Sep 04 23:28:40.341 INFO O| Sep 04 23:28:40.340 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42812026-09-04T23:28:41.513Z[ host-image] Sep 04 23:28:40.343 INFO O| Sep 04 23:28:40.343 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42822026-09-04T23:28:41.772Z[ host-image] Sep 04 23:28:40.602 INFO O| Sep 04 23:28:40.602 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42832026-09-04T23:28:41.835Z[ host-image] Sep 04 23:28:40.665 INFO O| Sep 04 23:28:40.665 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42842026-09-04T23:28:41.835Z[ host-image] Sep 04 23:28:40.666 INFO O| Sep 04 23:28:40.666 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42852026-09-04T23:28:41.835Z[ host-image] Sep 04 23:28:40.666 INFO O| Sep 04 23:28:40.666 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42862026-09-04T23:28:41.838Z[ host-image] Sep 04 23:28:40.666 INFO O| Sep 04 23:28:40.666 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42872026-09-04T23:28:41.841Z[ host-image] Sep 04 23:28:40.671 INFO O| Sep 04 23:28:40.671 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42882026-09-04T23:28:41.906Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42892026-09-04T23:28:42.126Z[ host-image] Sep 04 23:28:40.957 INFO O| Sep 04 23:28:40.957 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42902026-09-04T23:28:42.133Z[ host-image] Sep 04 23:28:40.965 INFO O| Sep 04 23:28:40.965 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42912026-09-04T23:28:42.420Z[ host-image] Sep 04 23:28:41.251 INFO O| Sep 04 23:28:41.251 INFO O| Caching catalogs ... Done
42922026-09-04T23:28:42.488Z[ host-image] Sep 04 23:28:41.319 INFO O| Sep 04 23:28:41.319 INFO STEP 0 (pkg_image_create) COMPLETE
42932026-09-04T23:28:42.488Z[ host-image] Sep 04 23:28:41.319 INFO O| Sep 04 23:28:41.319 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942026-09-04T23:28:42.495Z[ host-image] Sep 04 23:28:41.327 INFO O| Sep 04 23:28:41.327 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"]
42952026-09-04T23:28:42.742Z[ host-image] Sep 04 23:28:41.572 INFO O| Sep 04 23:28:41.572 INFO STEP 1 (pkg_set_publisher) COMPLETE
42962026-09-04T23:28:42.742Z[ host-image] Sep 04 23:28:41.573 INFO O| Sep 04 23:28:41.572 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42972026-09-04T23:28:42.742Z[ host-image] Sep 04 23:28:41.573 INFO O| Sep 04 23:28:41.572 INFO skip step because feature "publisher_1_name" is not enabled
42982026-09-04T23:28:42.745Z[ host-image] Sep 04 23:28:41.573 INFO O| Sep 04 23:28:41.572 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42992026-09-04T23:28:42.745Z[ host-image] Sep 04 23:28:41.573 INFO O| Sep 04 23:28:41.572 INFO skip step because feature "publisher_2_name" is not enabled
43002026-09-04T23:28:42.745Z[ host-image] Sep 04 23:28:41.573 INFO O| Sep 04 23:28:41.572 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43012026-09-04T23:28:42.745Z[ host-image] Sep 04 23:28:41.573 INFO O| Sep 04 23:28:41.572 INFO skip step because feature "publisher_3_name" is not enabled
43022026-09-04T23:28:42.745Z[ host-image] Sep 04 23:28:41.573 INFO O| Sep 04 23:28:41.572 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43032026-09-04T23:28:42.990Z[ host-image] Sep 04 23:28:41.822 INFO O| Sep 04 23:28:41.822 INFO variant opensolaris.zone is already global
43042026-09-04T23:28:42.990Z[ host-image] Sep 04 23:28:41.822 INFO O| Sep 04 23:28:41.822 INFO STEP 5 (pkg_change_variant) COMPLETE
43052026-09-04T23:28:42.993Z[ host-image] Sep 04 23:28:41.822 INFO O| Sep 04 23:28:41.822 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43062026-09-04T23:28:43.241Z[ host-image] Sep 04 23:28:42.072 INFO O| Sep 04 23:28:42.072 INFO variant opensolaris.imagetype is full; changing to partial
43072026-09-04T23:28:43.244Z[ host-image] Sep 04 23:28:42.072 INFO O| Sep 04 23:28:42.072 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43082026-09-04T23:28:45.020Z[ host-image] Sep 04 23:28:43.850 INFO O| Sep 04 23:28:43.850 INFO O| Startup: Refreshing catalog 'helios' ... Done
43092026-09-04T23:28:45.460Z[ host-image] Sep 04 23:28:44.291 INFO O| Sep 04 23:28:44.291 INFO O| Startup: Caching catalogs ... Done
43102026-09-04T23:28:45.475Z[ host-image] Sep 04 23:28:44.307 INFO O| Sep 04 23:28:44.306 INFO O| Planning: Planning completed in 0.00 seconds
43112026-09-04T23:28:45.478Z[ host-image] Sep 04 23:28:44.307 INFO O| Sep 04 23:28:44.307 INFO O| Planning: Consolidating action changes ... Done
43122026-09-04T23:28:45.478Z[ host-image] Sep 04 23:28:44.307 INFO O| Sep 04 23:28:44.307 INFO O| Planning: Evaluating mediators ... Done
43132026-09-04T23:28:45.478Z[ host-image] Sep 04 23:28:44.307 INFO O| Sep 04 23:28:44.307 INFO O| Planning: Planning completed in 0.00 seconds
43142026-09-04T23:28:45.478Z[ host-image] Sep 04 23:28:44.307 INFO O| Sep 04 23:28:44.307 INFO O| Variants/Facets to change: 1
43152026-09-04T23:28:45.485Z[ host-image] Sep 04 23:28:44.316 INFO O| Sep 04 23:28:44.316 INFO O| Finalize: Updating package state database ... Done
43162026-09-04T23:28:45.485Z[ host-image] Sep 04 23:28:44.316 INFO O| Sep 04 23:28:44.316 INFO O| Finalize: Updating package cache ... Done
43172026-09-04T23:28:45.554Z[ host-image] Sep 04 23:28:44.385 INFO O| Sep 04 23:28:44.385 INFO O| Finalize: Updating image state ... Done
43182026-09-04T23:28:45.565Z[ host-image] Sep 04 23:28:44.396 INFO O| Sep 04 23:28:44.396 INFO O| Finalize: Creating fast lookup database ... Done
43192026-09-04T23:28:45.568Z[ host-image] Sep 04 23:28:44.397 INFO O| Sep 04 23:28:44.397 INFO O| Finalize: Reading search index ... Done
43202026-09-04T23:28:45.568Z[ host-image] Sep 04 23:28:44.397 INFO O| Sep 04 23:28:44.397 INFO O| Finalize: Updating search index ... Done
43212026-09-04T23:28:45.568Z[ host-image] Sep 04 23:28:44.397 INFO O| Sep 04 23:28:44.397 INFO O| Finalize: Updating package cache ... Done
43222026-09-04T23:28:45.765Z[ host-image] Sep 04 23:28:44.596 INFO O| Sep 04 23:28:44.596 INFO STEP 6 (pkg_change_variant) COMPLETE
43232026-09-04T23:28:45.768Z[ host-image] Sep 04 23:28:44.596 INFO O| Sep 04 23:28:44.596 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43242026-09-04T23:28:45.768Z[ host-image] Sep 04 23:28:44.596 INFO O| Sep 04 23:28:44.596 INFO skip step because feature "debug_variant" is not enabled
43252026-09-04T23:28:45.768Z[ host-image] Sep 04 23:28:44.596 INFO O| Sep 04 23:28:44.596 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-09-04T23:28:46.010Z[ host-image] Sep 04 23:28:44.840 INFO O| Sep 04 23:28:44.840 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43272026-09-04T23:28:47.680Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43282026-09-04T23:28:47.815Z[ host-image] Sep 04 23:28:46.646 INFO O| Sep 04 23:28:46.645 INFO O| Startup: Refreshing catalog 'helios' ... Done
43292026-09-04T23:28:48.285Z[ host-image] Sep 04 23:28:47.116 INFO O| Sep 04 23:28:47.116 INFO O| Startup: Caching catalogs ... Done
43302026-09-04T23:28:48.302Z[ host-image] Sep 04 23:28:47.133 INFO O| Sep 04 23:28:47.133 INFO O| Planning: Planning completed in 0.00 seconds
43312026-09-04T23:28:48.305Z[ host-image] Sep 04 23:28:47.134 INFO O| Sep 04 23:28:47.134 INFO O| Planning: Consolidating action changes ... Done
43322026-09-04T23:28:48.305Z[ host-image] Sep 04 23:28:47.134 INFO O| Sep 04 23:28:47.134 INFO O| Planning: Evaluating mediators ... Done
43332026-09-04T23:28:48.305Z[ host-image] Sep 04 23:28:47.134 INFO O| Sep 04 23:28:47.134 INFO O| Planning: Planning completed in 0.00 seconds
43342026-09-04T23:28:48.306Z[ host-image] Sep 04 23:28:47.134 INFO O| Sep 04 23:28:47.134 INFO O| Variants/Facets to change: 1
43352026-09-04T23:28:48.323Z[ host-image] Sep 04 23:28:47.154 INFO O| Sep 04 23:28:47.154 INFO O| Finalize: Updating package state database ... Done
43362026-09-04T23:28:48.323Z[ host-image] Sep 04 23:28:47.154 INFO O| Sep 04 23:28:47.154 INFO O| Finalize: Updating package cache ... Done
43372026-09-04T23:28:48.401Z[ host-image] Sep 04 23:28:47.232 INFO O| Sep 04 23:28:47.232 INFO O| Finalize: Updating image state ... Done
43382026-09-04T23:28:48.418Z[ host-image] Sep 04 23:28:47.249 INFO O| Sep 04 23:28:47.249 INFO O| Finalize: Creating fast lookup database ... Done
43392026-09-04T23:28:48.421Z[ host-image] Sep 04 23:28:47.250 INFO O| Sep 04 23:28:47.250 INFO O| Finalize: Reading search index ... Done
43402026-09-04T23:28:48.421Z[ host-image] Sep 04 23:28:47.250 INFO O| Sep 04 23:28:47.250 INFO O| Finalize: Updating search index ... Done
43412026-09-04T23:28:48.421Z[ host-image] Sep 04 23:28:47.250 INFO O| Sep 04 23:28:47.250 INFO O| Finalize: Updating package cache ... Done
43422026-09-04T23:28:48.674Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43432026-09-04T23:28:48.674Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43442026-09-04T23:28:48.703Z[ host-image] Sep 04 23:28:47.534 INFO O| Sep 04 23:28:47.534 INFO STEP 8 (pkg_change_facet) COMPLETE
43452026-09-04T23:28:48.703Z[ host-image] Sep 04 23:28:47.534 INFO O| Sep 04 23:28:47.534 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43462026-09-04T23:28:48.707Z[ host-image] Sep 04 23:28:47.534 INFO O| Sep 04 23:28:47.534 INFO skip step because feature "recovery" is not enabled
43472026-09-04T23:28:48.707Z[ host-image] Sep 04 23:28:47.534 INFO O| Sep 04 23:28:47.534 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43482026-09-04T23:28:48.707Z[ host-image] Sep 04 23:28:47.534 INFO O| Sep 04 23:28:47.534 INFO skip step because feature "recovery" is not enabled
43492026-09-04T23:28:48.707Z[ host-image] Sep 04 23:28:47.534 INFO O| Sep 04 23:28:47.534 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43502026-09-04T23:28:48.711Z[ host-image] Sep 04 23:28:47.542 INFO O| Sep 04 23:28:47.542 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"]
43512026-09-04T23:28:50.598Z[ host-image] Sep 04 23:28:49.429 INFO O| Sep 04 23:28:49.428 INFO O| Startup: Refreshing catalog 'helios' ... Done
43522026-09-04T23:28:50.865Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43532026-09-04T23:28:50.865Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43542026-09-04T23:28:51.059Z[ host-image] Sep 04 23:28:49.889 INFO O| Sep 04 23:28:49.889 INFO O| Startup: Caching catalogs ... Done
43552026-09-04T23:28:51.914Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43562026-09-04T23:28:52.512Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43572026-09-04T23:28:53.693Z[ host-image] Sep 04 23:28:52.524 INFO O| Sep 04 23:28:52.524 INFO O| Planning: Solver setup ... Done
43582026-09-04T23:28:53.981Z[ host-image] Sep 04 23:28:52.812 INFO O| Sep 04 23:28:52.811 INFO O| Planning: Running solver ... Done
43592026-09-04T23:28:54.035Z[ host-image] Sep 04 23:28:52.865 INFO O| Sep 04 23:28:52.865 INFO O| Planning: Finding local manifests ... Done
43602026-09-04T23:28:54.053Z[ host-image] Sep 04 23:28:52.885 INFO O| Sep 04 23:28:52.884 INFO O| Planning: Fetching manifests: 0/130 0% complete
43612026-09-04T23:28:55.780Z[ host-image] Sep 04 23:28:54.612 INFO O| Sep 04 23:28:54.612 INFO O| Planning: Fetching manifests: 130/130 100% complete
43622026-09-04T23:28:56.248Z[ host-image] Sep 04 23:28:55.079 INFO O| Sep 04 23:28:55.079 INFO O| Planning: Package planning ... Done
43632026-09-04T23:28:56.563Z[ host-image] Sep 04 23:28:55.394 INFO O| Sep 04 23:28:55.394 INFO O| Planning: Merging actions ... Done
43642026-09-04T23:28:56.825Z[ host-image] Sep 04 23:28:55.656 INFO O| Sep 04 23:28:55.656 INFO O| Planning: Checking for conflicting actions ... Done
43652026-09-04T23:28:56.932Z[ host-image] Sep 04 23:28:55.763 INFO O| Sep 04 23:28:55.762 INFO O| Planning: Consolidating action changes ... Done
43662026-09-04T23:28:57.114Z[ host-image] Sep 04 23:28:55.945 INFO O| Sep 04 23:28:55.945 INFO O| Planning: Evaluating mediators ... Done
43672026-09-04T23:28:58.514Z[ host-image] Sep 04 23:28:57.345 INFO O| Sep 04 23:28:57.345 INFO O| Planning: Planning completed in 7.44 seconds
43682026-09-04T23:28:58.518Z[ host-image] Sep 04 23:28:57.347 INFO O| Sep 04 23:28:57.347 INFO O| Packages to install: 130
43692026-09-04T23:28:58.518Z[ host-image] Sep 04 23:28:57.347 INFO O| Sep 04 23:28:57.347 INFO O| Mediators to change: 5
43702026-09-04T23:28:58.518Z[ host-image] Sep 04 23:28:57.347 INFO O| Sep 04 23:28:57.347 INFO O| Services to change: 6
43712026-09-04T23:28:58.541Z[ host-image] Sep 04 23:28:57.372 INFO O| Sep 04 23:28:57.372 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43722026-09-04T23:29:03.544Z[ host-image] Sep 04 23:29:02.374 INFO O| Sep 04 23:29:02.374 INFO O| Download: 12561/23891 items 106.1/223.0MB 47% complete (21.3M/s)
43732026-09-04T23:29:07.919Z[ host-image] Sep 04 23:29:06.750 INFO O| Sep 04 23:29:06.750 INFO O| Download: Completed 223.04 MB in 9.38 seconds (23.7M/s)
43742026-09-04T23:29:08.451Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.98s
43752026-09-04T23:29:09.633Z[ host-image] Sep 04 23:29:08.460 INFO O| Sep 04 23:29:08.460 INFO O| Actions: 1/54206 actions (Installing new actions)
43762026-09-04T23:29:09.873ZSep 04 23:29:08.704 INFO [recovery-package] process exited with exit status: 0 (34.531370264s)
43772026-09-04T23:29:09.873ZSep 04 23:29:08.704 INFO [recovery-libraries] running task
43782026-09-04T23:29:09.873ZSep 04 23:29:08.704 INFO [recovery-stamp] running task
43792026-09-04T23:29:09.876ZSep 04 23:29:08.704 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+gitbdb5ffd9b0a
43802026-09-04T23:29:09.876ZSep 04 23:29:08.705 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitbdb5ffd9b0a
43812026-09-04T23:29:09.879Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43822026-09-04T23:29:09.882Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43832026-09-04T23:29:09.894ZSep 04 23:29:08.725 INFO [recovery-libraries] task succeeded (20.953282ms)
43842026-09-04T23:29:09.897ZSep 04 23:29:08.725 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43852026-09-04T23:29:09.933Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43862026-09-04T23:29:09.937ZSep 04 23:29:08.755 INFO [stamp-installinator] process exited with exit status: 0 (49.784016ms)
43872026-09-04T23:29:10.047Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43882026-09-04T23:29:10.055ZSep 04 23:29:08.868 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (163.193918ms)
43892026-09-04T23:29:10.055ZSep 04 23:29:08.868 INFO [recovery-stamp] task succeeded (163.575879ms)
43902026-09-04T23:29:10.055ZSep 04 23:29:08.868 INFO [recovery-proto] running task
43912026-09-04T23:29:10.055ZSep 04 23:29:08.868 INFO [tuf-stamp] running task
43922026-09-04T23:29:10.055ZSep 04 23:29:08.868 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+gitbdb5ffd9b0a
43932026-09-04T23:29:10.055ZSep 04 23:29:08.869 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+gitbdb5ffd9b0a
43942026-09-04T23:29:10.055ZSep 04 23:29:08.869 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+gitbdb5ffd9b0a
43952026-09-04T23:29:10.055ZSep 04 23:29:08.870 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+gitbdb5ffd9b0a
43962026-09-04T23:29:10.055ZSep 04 23:29:08.870 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+gitbdb5ffd9b0a
43972026-09-04T23:29:10.055ZSep 04 23:29:08.870 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+gitbdb5ffd9b0a
43982026-09-04T23:29:10.055ZSep 04 23:29:08.871 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+gitbdb5ffd9b0a
43992026-09-04T23:29:10.056ZSep 04 23:29:08.871 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+gitbdb5ffd9b0a
44002026-09-04T23:29:10.056ZSep 04 23:29:08.871 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+gitbdb5ffd9b0a
44012026-09-04T23:29:10.056ZSep 04 23:29:08.871 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+gitbdb5ffd9b0a
44022026-09-04T23:29:10.056ZSep 04 23:29:08.872 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+gitbdb5ffd9b0a
44032026-09-04T23:29:10.056ZSep 04 23:29:08.872 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+gitbdb5ffd9b0a
44042026-09-04T23:29:10.056Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44052026-09-04T23:29:10.056Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44062026-09-04T23:29:10.056Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44072026-09-04T23:29:10.056Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44082026-09-04T23:29:10.056Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44092026-09-04T23:29:10.056Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44102026-09-04T23:29:10.056Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44112026-09-04T23:29:10.057Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44122026-09-04T23:29:10.057Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44132026-09-04T23:29:10.057Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44142026-09-04T23:29:10.057Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44152026-09-04T23:29:10.057Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44162026-09-04T23:29:10.095Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44172026-09-04T23:29:10.110ZSep 04 23:29:08.928 INFO [stamp-probe] process exited with exit status: 0 (59.09929ms)
44182026-09-04T23:29:10.137ZSep 04 23:29:08.968 INFO [recovery-proto] task succeeded (100.332814ms)
44192026-09-04T23:29:10.140ZSep 04 23:29:08.969 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/.tmpaRJXye/proto/recovery/root -N 'recovery bdb5ffd/${os_short_commit} 2026-09-04 23:16' -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/'
44202026-09-04T23:29:10.144Z[ recovery-image] Sep 04 23:29:08.975 INFO Checking files for board 'cosmo-mbist-noaggr'
44212026-09-04T23:29:10.144Z[ recovery-image] Sep 04 23:29:08.975 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44222026-09-04T23:29:10.144Z[ recovery-image] Sep 04 23:29:08.975 INFO Checking files for board 'cosmo'
44232026-09-04T23:29:10.144Z[ recovery-image] Sep 04 23:29:08.975 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44242026-09-04T23:29:10.144Z[ recovery-image] Sep 04 23:29:08.975 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44252026-09-04T23:29:10.147Z[ recovery-image] Sep 04 23:29:08.975 INFO Checking files for board 'cosmo-mbist'
44262026-09-04T23:29:10.147Z[ recovery-image] Sep 04 23:29:08.975 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44272026-09-04T23:29:10.147Z[ recovery-image] Sep 04 23:29:08.975 INFO Checking files for board 'gimlet'
44282026-09-04T23:29:10.147Z[ recovery-image] Sep 04 23:29:08.975 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44292026-09-04T23:29:10.147Z[ recovery-image] Sep 04 23:29:08.975 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44302026-09-04T23:29:10.152Z[ recovery-image] Sep 04 23:29:08.983 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaRJXye/proto/recovery/root"
44312026-09-04T23:29:10.152Z[ recovery-image] Sep 04 23:29:08.983 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44322026-09-04T23:29:10.155Z[ recovery-image] Sep 04 23:29:08.983 INFO image builder template: ramdisk-01-os...
44332026-09-04T23:29:10.155Z[ recovery-image] Sep 04 23:29:08.983 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/.tmpaRJXye/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
44342026-09-04T23:29:10.155Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44352026-09-04T23:29:10.159ZSep 04 23:29:08.989 INFO [stamp-ntp] process exited with exit status: 0 (117.54854ms)
44362026-09-04T23:29:10.168Z[ recovery-image] Sep 04 23:29:08.999 INFO O| Sep 04 23:29:08.999 INFO CREATE DATASET: rpool/images/build/recovery/output
44372026-09-04T23:29:10.301Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44382026-09-04T23:29:10.304ZSep 04 23:29:09.135 INFO [stamp-external-dns] process exited with exit status: 0 (266.025297ms)
44392026-09-04T23:29:10.318Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44402026-09-04T23:29:10.322ZSep 04 23:29:09.153 INFO [stamp-internal-dns] process exited with exit status: 0 (284.794416ms)
44412026-09-04T23:29:10.327Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44422026-09-04T23:29:10.329ZSep 04 23:29:09.161 INFO [stamp-oximeter] process exited with exit status: 0 (289.441173ms)
44432026-09-04T23:29:10.430Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44442026-09-04T23:29:10.433ZSep 04 23:29:09.263 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (392.247599ms)
44452026-09-04T23:29:10.436Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44462026-09-04T23:29:10.462Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44472026-09-04T23:29:10.595Z[ recovery-image] Sep 04 23:29:09.426 INFO O| Sep 04 23:29:09.426 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44482026-09-04T23:29:10.598Z[ recovery-image] Sep 04 23:29:09.430 INFO O| Sep 04 23:29:09.430 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44492026-09-04T23:29:10.648Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44502026-09-04T23:29:10.652ZSep 04 23:29:09.483 INFO [stamp-crucible-zone] process exited with exit status: 0 (611.914295ms)
44512026-09-04T23:29:11.056Z[ recovery-image] Sep 04 23:29:09.887 INFO O| Sep 04 23:29:09.887 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44522026-09-04T23:29:11.143Z[ recovery-image] Sep 04 23:29:09.974 INFO O| Sep 04 23:29:09.974 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44532026-09-04T23:29:11.143Z[ recovery-image] Sep 04 23:29:09.974 INFO O| Sep 04 23:29:09.974 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44542026-09-04T23:29:11.146Z[ recovery-image] Sep 04 23:29:09.974 INFO O| Sep 04 23:29:09.974 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44552026-09-04T23:29:11.146Z[ recovery-image] Sep 04 23:29:09.974 INFO O| Sep 04 23:29:09.974 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44562026-09-04T23:29:11.149Z[ recovery-image] Sep 04 23:29:09.980 INFO O| Sep 04 23:29:09.980 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44572026-09-04T23:29:11.536Z[ recovery-image] Sep 04 23:29:10.367 INFO O| Sep 04 23:29:10.367 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44582026-09-04T23:29:11.544Z[ recovery-image] Sep 04 23:29:10.375 INFO O| Sep 04 23:29:10.375 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
44592026-09-04T23:29:11.806Z[ recovery-image] Sep 04 23:29:10.636 INFO O| Sep 04 23:29:10.636 INFO O| Caching catalogs ... Done
44602026-09-04T23:29:11.875Z[ recovery-image] Sep 04 23:29:10.706 INFO O| Sep 04 23:29:10.705 INFO STEP 0 (pkg_image_create) COMPLETE
44612026-09-04T23:29:11.875Z[ recovery-image] Sep 04 23:29:10.706 INFO O| Sep 04 23:29:10.706 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622026-09-04T23:29:11.882Z[ recovery-image] Sep 04 23:29:10.713 INFO O| Sep 04 23:29:10.713 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"]
44632026-09-04T23:29:12.032Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44642026-09-04T23:29:12.035ZSep 04 23:29:10.866 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.99605838s)
44652026-09-04T23:29:12.135Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO STEP 1 (pkg_set_publisher) COMPLETE
44662026-09-04T23:29:12.135Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44672026-09-04T23:29:12.139Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO skip step because feature "publisher_1_name" is not enabled
44682026-09-04T23:29:12.139Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44692026-09-04T23:29:12.139Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO skip step because feature "publisher_2_name" is not enabled
44702026-09-04T23:29:12.139Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44712026-09-04T23:29:12.139Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO skip step because feature "publisher_3_name" is not enabled
44722026-09-04T23:29:12.139Z[ recovery-image] Sep 04 23:29:10.966 INFO O| Sep 04 23:29:10.966 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44732026-09-04T23:29:12.395Z[ recovery-image] Sep 04 23:29:11.226 INFO O| Sep 04 23:29:11.226 INFO variant opensolaris.zone is already global
44742026-09-04T23:29:12.395Z[ recovery-image] Sep 04 23:29:11.226 INFO O| Sep 04 23:29:11.226 INFO STEP 5 (pkg_change_variant) COMPLETE
44752026-09-04T23:29:12.395Z[ recovery-image] Sep 04 23:29:11.226 INFO O| Sep 04 23:29:11.226 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44762026-09-04T23:29:12.683Z[ recovery-image] Sep 04 23:29:11.514 INFO O| Sep 04 23:29:11.514 INFO variant opensolaris.imagetype is full; changing to partial
44772026-09-04T23:29:12.684Z[ recovery-image] Sep 04 23:29:11.514 INFO O| Sep 04 23:29:11.514 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
44782026-09-04T23:29:13.141Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44792026-09-04T23:29:13.144ZSep 04 23:29:11.975 INFO [stamp-nexus] process exited with exit status: 0 (3.103405002s)
44802026-09-04T23:29:13.443Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44812026-09-04T23:29:13.445ZSep 04 23:29:12.277 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.404869183s)
44822026-09-04T23:29:13.592Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44832026-09-04T23:29:13.595Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44842026-09-04T23:29:13.595ZSep 04 23:29:12.425 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.555112293s)
44852026-09-04T23:29:13.595ZSep 04 23:29:12.426 INFO [stamp-clickhouse] process exited with exit status: 0 (3.556531165s)
44862026-09-04T23:29:13.598ZSep 04 23:29:12.426 INFO [tuf-stamp] task succeeded (3.558496178s)
44872026-09-04T23:29:13.598ZSep 04 23:29:12.426 INFO [tuf-v2-zones] running task
44882026-09-04T23:29:13.674ZSep 04 23:29:12.505 INFO [tuf-v2-zones] task succeeded (78.57689ms)
44892026-09-04T23:29:14.630Z[ host-image] Sep 04 23:29:13.460 INFO O| Sep 04 23:29:13.460 INFO O| Actions: 23858/54206 actions (Installing new actions)
44902026-09-04T23:29:14.678Z[verify-libraries] Compiling match_cfg v0.1.0
44912026-09-04T23:29:14.678Z[verify-libraries] Compiling slog-json v2.6.1
44922026-09-04T23:29:14.682Z[verify-libraries] Compiling debug-ignore v1.0.5
44932026-09-04T23:29:14.883Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44942026-09-04T23:29:14.887Z[verify-libraries] Compiling sha1 v0.11.0
44952026-09-04T23:29:14.903Z[verify-libraries] Compiling serde_path_to_error v0.1.20
44962026-09-04T23:29:14.907Z[verify-libraries] Compiling multer v3.1.0
44972026-09-04T23:29:14.907Z[verify-libraries] Compiling compression-core v0.4.31
44982026-09-04T23:29:14.907Z[verify-libraries] Compiling progenitor-client v0.14.0
44992026-09-04T23:29:14.907Z[verify-libraries] Compiling async-stream-impl v0.3.6
45002026-09-04T23:29:14.907Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
45012026-09-04T23:29:14.925Z[verify-libraries] Compiling serde_spanned v1.1.1
45022026-09-04T23:29:14.928Z[verify-libraries] Compiling dropshot v0.17.1
45032026-09-04T23:29:15.127Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
45042026-09-04T23:29:15.154Z[verify-libraries] Compiling hostname v0.3.1
45052026-09-04T23:29:15.157Z[verify-libraries] Compiling compression-codecs v0.4.37
45062026-09-04T23:29:15.157Z[verify-libraries] Compiling waitgroup v0.1.2
45072026-09-04T23:29:15.157Z[verify-libraries] Compiling rustls-pemfile v2.2.0
45082026-09-04T23:29:15.157Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
45092026-09-04T23:29:15.257Z[verify-libraries] Compiling hostname v0.4.2
45102026-09-04T23:29:15.257Z[verify-libraries] Compiling atomicwrites v0.4.4
45112026-09-04T23:29:15.329Z[verify-libraries] Compiling slog-bunyan v2.5.0
45122026-09-04T23:29:15.332Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
45132026-09-04T23:29:15.355Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45142026-09-04T23:29:15.422Z[verify-libraries] Compiling async-compression v0.4.41
45152026-09-04T23:29:15.422Z[verify-libraries] Compiling macaddr v1.0.1
45162026-09-04T23:29:15.425Z[verify-libraries] Compiling serde_tokenstream v0.3.0
45172026-09-04T23:29:15.425Z[verify-libraries] Compiling regress v0.10.5
45182026-09-04T23:29:15.425Z[verify-libraries] Compiling instant v0.1.13
45192026-09-04T23:29:15.445Z[verify-libraries] Compiling oxide-generation v0.1.3
45202026-09-04T23:29:15.556Z[verify-libraries] Compiling parse-display-derive v0.10.0
45212026-09-04T23:29:15.575Z[verify-libraries] Compiling itertools v0.14.0
45222026-09-04T23:29:15.579Z[verify-libraries] Compiling backon v1.6.0
45232026-09-04T23:29:15.598Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45242026-09-04T23:29:15.621Z[verify-libraries] Compiling async-stream v0.3.6
45252026-09-04T23:29:15.736Z[verify-libraries] Compiling backoff v0.4.0
45262026-09-04T23:29:15.763Z[ recovery-image] Sep 04 23:29:14.593 INFO O| Sep 04 23:29:14.593 INFO O| Startup: Refreshing catalog 'helios' ... Done
45272026-09-04T23:29:15.787Z[verify-libraries] Compiling humantime v2.3.0
45282026-09-04T23:29:15.812Z[verify-libraries] Compiling convert_case v0.4.0
45292026-09-04T23:29:15.849Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45302026-09-04T23:29:15.874Z[verify-libraries] Compiling progenitor-extras v0.2.0
45312026-09-04T23:29:15.898Z[verify-libraries] Compiling half v2.7.1
45322026-09-04T23:29:15.901Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45332026-09-04T23:29:15.940Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45342026-09-04T23:29:15.940Z[verify-libraries] Compiling ciborium-io v0.2.2
45352026-09-04T23:29:16.036Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45362026-09-04T23:29:16.061Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45372026-09-04T23:29:16.096Z[verify-libraries] Compiling indent_write v2.2.0
45382026-09-04T23:29:16.145Z[verify-libraries] Compiling regress v0.11.1
45392026-09-04T23:29:16.170Z[verify-libraries] Compiling secrecy v0.10.3
45402026-09-04T23:29:16.222Z[verify-libraries] Compiling ciborium-ll v0.2.2
45412026-09-04T23:29:16.285Z[verify-libraries] Compiling derive_more v0.99.20
45422026-09-04T23:29:16.289Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45432026-09-04T23:29:16.310Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45442026-09-04T23:29:16.330Z[verify-libraries] Compiling inout v0.1.4
45452026-09-04T23:29:16.383Z[verify-libraries] Compiling universal-hash v0.5.1
45462026-09-04T23:29:16.420Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45472026-09-04T23:29:16.487Z[verify-libraries] Compiling ciborium v0.2.2
45482026-09-04T23:29:16.588Z[verify-libraries] Compiling cipher v0.4.4
45492026-09-04T23:29:16.649Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45502026-09-04T23:29:16.697Z[ recovery-image] Sep 04 23:29:15.528 INFO O| Sep 04 23:29:15.528 INFO O| Startup: Caching catalogs ... Done
45512026-09-04T23:29:16.715Z[ recovery-image] Sep 04 23:29:15.545 INFO O| Sep 04 23:29:15.545 INFO O| Planning: Planning completed in 0.00 seconds
45522026-09-04T23:29:16.718Z[ recovery-image] Sep 04 23:29:15.546 INFO O| Sep 04 23:29:15.546 INFO O| Planning: Consolidating action changes ... Done
45532026-09-04T23:29:16.718Z[ recovery-image] Sep 04 23:29:15.546 INFO O| Sep 04 23:29:15.546 INFO O| Planning: Evaluating mediators ... Done
45542026-09-04T23:29:16.718Z[ recovery-image] Sep 04 23:29:15.546 INFO O| Sep 04 23:29:15.546 INFO O| Planning: Planning completed in 0.00 seconds
45552026-09-04T23:29:16.718Z[ recovery-image] Sep 04 23:29:15.546 INFO O| Sep 04 23:29:15.546 INFO O| Variants/Facets to change: 1
45562026-09-04T23:29:16.724Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45572026-09-04T23:29:16.727Z[ recovery-image] Sep 04 23:29:15.557 INFO O| Sep 04 23:29:15.557 INFO O| Finalize: Updating package state database ... Done
45582026-09-04T23:29:16.728Z[ recovery-image] Sep 04 23:29:15.557 INFO O| Sep 04 23:29:15.557 INFO O| Finalize: Updating package cache ... Done
45592026-09-04T23:29:16.763Z[verify-libraries] Compiling opaque-debug v0.3.1
45602026-09-04T23:29:16.763Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45612026-09-04T23:29:16.814Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45622026-09-04T23:29:16.818Z[verify-libraries] Compiling blake2 v0.10.6
45632026-09-04T23:29:16.818Z[verify-libraries] Compiling aead v0.5.2
45642026-09-04T23:29:16.818Z[ recovery-image] Sep 04 23:29:15.649 INFO O| Sep 04 23:29:15.649 INFO O| Finalize: Updating image state ... Done
45652026-09-04T23:29:16.837Z[ recovery-image] Sep 04 23:29:15.667 INFO O| Sep 04 23:29:15.667 INFO O| Finalize: Creating fast lookup database ... Done
45662026-09-04T23:29:16.841Z[ recovery-image] Sep 04 23:29:15.668 INFO O| Sep 04 23:29:15.668 INFO O| Finalize: Reading search index ... Done
45672026-09-04T23:29:16.841Z[ recovery-image] Sep 04 23:29:15.668 INFO O| Sep 04 23:29:15.668 INFO O| Finalize: Updating search index ... Done
45682026-09-04T23:29:16.841Z[ recovery-image] Sep 04 23:29:15.669 INFO O| Sep 04 23:29:15.669 INFO O| Finalize: Updating package cache ... Done
45692026-09-04T23:29:16.929Z[verify-libraries] Compiling chacha20 v0.9.1
45702026-09-04T23:29:16.978Z[verify-libraries] Compiling poly1305 v0.8.0
45712026-09-04T23:29:17.068Z[verify-libraries] Compiling password-hash v0.5.0
45722026-09-04T23:29:17.128Z[verify-libraries] Compiling itertools v0.15.0
45732026-09-04T23:29:17.155Z[ recovery-image] Sep 04 23:29:15.985 INFO O| Sep 04 23:29:15.985 INFO STEP 6 (pkg_change_variant) COMPLETE
45742026-09-04T23:29:17.155Z[ recovery-image] Sep 04 23:29:15.985 INFO O| Sep 04 23:29:15.985 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45752026-09-04T23:29:17.155Z[ recovery-image] Sep 04 23:29:15.985 INFO O| Sep 04 23:29:15.985 INFO skip step because feature "debug_variant" is not enabled
45762026-09-04T23:29:17.158Z[ recovery-image] Sep 04 23:29:15.985 INFO O| Sep 04 23:29:15.985 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45772026-09-04T23:29:17.183Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45782026-09-04T23:29:17.186Z[verify-libraries] Compiling num-derive v0.4.2
45792026-09-04T23:29:17.215Z[ host-image] Sep 04 23:29:16.046 INFO O| Sep 04 23:29:16.046 INFO O| Actions: Completed 54206 actions in 7.58 seconds.
45802026-09-04T23:29:17.318Z[ host-image] Sep 04 23:29:16.148 INFO O| Sep 04 23:29:16.148 INFO O| Finalize: Updating package state database ... Done
45812026-09-04T23:29:17.318Z[ host-image] Sep 04 23:29:16.148 INFO O| Sep 04 23:29:16.148 INFO O| Finalize: Updating package cache ... Done
45822026-09-04T23:29:17.322Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45832026-09-04T23:29:17.473Z[ host-image] Sep 04 23:29:16.304 INFO O| Sep 04 23:29:16.304 INFO O| Finalize: Updating image state ... Done
45842026-09-04T23:29:17.476Z[verify-libraries] Compiling argon2 v0.5.3
45852026-09-04T23:29:17.480Z[verify-libraries] Compiling parse-display v0.10.0
45862026-09-04T23:29:17.499Z[ recovery-image] Sep 04 23:29:16.327 INFO O| Sep 04 23:29:16.327 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
45872026-09-04T23:29:17.533Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45882026-09-04T23:29:17.583Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45892026-09-04T23:29:17.586Z[verify-libraries] Compiling rayon-core v1.13.0
45902026-09-04T23:29:17.706Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45912026-09-04T23:29:17.786Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45922026-09-04T23:29:17.838Z[verify-libraries] Compiling glob v0.3.3
45932026-09-04T23:29:17.876Z[verify-libraries] Compiling typify-impl v0.6.2
45942026-09-04T23:29:17.905Z[verify-libraries] Compiling vsss-rs v3.3.4
45952026-09-04T23:29:17.933Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45962026-09-04T23:29:18.173Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
45972026-09-04T23:29:18.284Z[verify-libraries] Compiling heapless v0.8.0
45982026-09-04T23:29:18.334Z[verify-libraries] Compiling proc-macro-error v1.0.4
45992026-09-04T23:29:18.372Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
46002026-09-04T23:29:18.453Z[ host-image] Sep 04 23:29:17.283 INFO O| Sep 04 23:29:17.283 INFO O| Finalize: Creating fast lookup database ... Done
46012026-09-04T23:29:18.481Z[ host-image] Sep 04 23:29:17.312 INFO O| Sep 04 23:29:17.312 INFO O| Finalize: Reading search index ... Done
46022026-09-04T23:29:18.589Z[verify-libraries] Compiling ingot-macros v0.2.0
46032026-09-04T23:29:18.740Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46042026-09-04T23:29:18.840Z[verify-libraries] Compiling usdt-macro v0.5.0
46052026-09-04T23:29:18.899Z[verify-libraries] Compiling tabwriter v1.4.1
46062026-09-04T23:29:18.899Z[verify-libraries] Compiling hash32 v0.3.1
46072026-09-04T23:29:19.067Z[verify-libraries] Compiling memmap v0.7.0
46082026-09-04T23:29:19.097Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46092026-09-04T23:29:19.123Z[verify-libraries] Compiling smoltcp v0.11.0
46102026-09-04T23:29:19.213Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46112026-09-04T23:29:19.286Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46122026-09-04T23:29:19.355Z[verify-libraries] Compiling cobs v0.3.0
46132026-09-04T23:29:19.472Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46142026-09-04T23:29:19.473Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46152026-09-04T23:29:19.602Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46162026-09-04T23:29:19.605Z[verify-libraries] Compiling num_enum_derive v0.7.6
46172026-09-04T23:29:19.625Z[verify-libraries] Compiling colored v3.1.1
46182026-09-04T23:29:19.714Z[verify-libraries] Compiling postcard v1.1.3
46192026-09-04T23:29:19.744Z[verify-libraries] Compiling rayon v1.11.0
46202026-09-04T23:29:19.837Z[verify-libraries] Compiling usdt v0.5.0
46212026-09-04T23:29:19.860Z[verify-libraries] Compiling rand v0.10.1
46222026-09-04T23:29:19.983Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46232026-09-04T23:29:19.986Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46242026-09-04T23:29:20.083Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46252026-09-04T23:29:20.144Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46262026-09-04T23:29:20.164Z[ recovery-image] Sep 04 23:29:18.995 INFO O| Sep 04 23:29:18.995 INFO O| Startup: Refreshing catalog 'helios' ... Done
46272026-09-04T23:29:20.213Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46282026-09-04T23:29:20.416Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46292026-09-04T23:29:20.438Z[verify-libraries] Compiling num_enum_derive v0.5.11
46302026-09-04T23:29:20.439Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46312026-09-04T23:29:20.507Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46322026-09-04T23:29:20.566Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46332026-09-04T23:29:20.666Z[ recovery-image] Sep 04 23:29:19.497 INFO O| Sep 04 23:29:19.497 INFO O| Startup: Caching catalogs ... Done
46342026-09-04T23:29:20.684Z[ recovery-image] Sep 04 23:29:19.515 INFO O| Sep 04 23:29:19.515 INFO O| Planning: Planning completed in 0.00 seconds
46352026-09-04T23:29:20.689Z[ recovery-image] Sep 04 23:29:19.519 INFO O| Sep 04 23:29:19.519 INFO O| Planning: Consolidating action changes ... Done
46362026-09-04T23:29:20.689Z[ recovery-image] Sep 04 23:29:19.519 INFO O| Sep 04 23:29:19.519 INFO O| Planning: Evaluating mediators ... Done
46372026-09-04T23:29:20.689Z[ recovery-image] Sep 04 23:29:19.519 INFO O| Sep 04 23:29:19.519 INFO O| Planning: Planning completed in 0.00 seconds
46382026-09-04T23:29:20.689Z[ recovery-image] Sep 04 23:29:19.519 INFO O| Sep 04 23:29:19.519 INFO O| Variants/Facets to change: 1
46392026-09-04T23:29:20.694Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46402026-09-04T23:29:20.713Z[ recovery-image] Sep 04 23:29:19.543 INFO O| Sep 04 23:29:19.543 INFO O| Finalize: Updating package state database ... Done
46412026-09-04T23:29:20.717Z[ recovery-image] Sep 04 23:29:19.543 INFO O| Sep 04 23:29:19.543 INFO O| Finalize: Updating package cache ... Done
46422026-09-04T23:29:20.754Z[verify-libraries] Compiling cstr-argument v0.1.2
46432026-09-04T23:29:20.790Z[ recovery-image] Sep 04 23:29:19.621 INFO O| Sep 04 23:29:19.621 INFO O| Finalize: Updating image state ... Done
46442026-09-04T23:29:20.793Z[verify-libraries] Compiling num_enum v0.7.6
46452026-09-04T23:29:20.793Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46462026-09-04T23:29:20.793Z[verify-libraries] Compiling foreign-types v0.5.0
46472026-09-04T23:29:20.808Z[ recovery-image] Sep 04 23:29:19.639 INFO O| Sep 04 23:29:19.639 INFO O| Finalize: Creating fast lookup database ... Done
46482026-09-04T23:29:20.811Z[ recovery-image] Sep 04 23:29:19.639 INFO O| Sep 04 23:29:19.639 INFO O| Finalize: Reading search index ... Done
46492026-09-04T23:29:20.811Z[ recovery-image] Sep 04 23:29:19.639 INFO O| Sep 04 23:29:19.639 INFO O| Finalize: Updating search index ... Done
46502026-09-04T23:29:20.811Z[ recovery-image] Sep 04 23:29:19.640 INFO O| Sep 04 23:29:19.640 INFO O| Finalize: Updating package cache ... Done
46512026-09-04T23:29:20.927Z[verify-libraries] Compiling itertools v0.12.1
46522026-09-04T23:29:20.967Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46532026-09-04T23:29:20.991Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46542026-09-04T23:29:21.035Z[verify-libraries] Compiling sigpipe v0.1.3
46552026-09-04T23:29:21.080Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46562026-09-04T23:29:21.121Z[ recovery-image] Sep 04 23:29:19.952 INFO O| Sep 04 23:29:19.952 INFO STEP 8 (pkg_change_facet) COMPLETE
46572026-09-04T23:29:21.121Z[ recovery-image] Sep 04 23:29:19.952 INFO O| Sep 04 23:29:19.952 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46582026-09-04T23:29:21.128Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46592026-09-04T23:29:21.229Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46602026-09-04T23:29:21.250Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46612026-09-04T23:29:21.251Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46622026-09-04T23:29:21.254Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46632026-09-04T23:29:21.254Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46642026-09-04T23:29:21.321Z[ host-image] Sep 04 23:29:20.152 INFO O| Sep 04 23:29:20.152 INFO O| Finalize: Building new search index ... Done
46652026-09-04T23:29:21.444Z[ recovery-image] Sep 04 23:29:20.274 INFO O| Sep 04 23:29:20.274 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
46662026-09-04T23:29:21.480Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46672026-09-04T23:29:21.559Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46682026-09-04T23:29:21.582Z[verify-libraries] Compiling toml v0.8.23
46692026-09-04T23:29:21.657Z[verify-libraries] Compiling smf v0.2.3
46702026-09-04T23:29:21.657Z[verify-libraries] Compiling num_enum v0.5.11
46712026-09-04T23:29:21.704Z[verify-libraries] Compiling whoami v1.6.1
46722026-09-04T23:29:21.707Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46732026-09-04T23:29:21.707Z[verify-libraries] Compiling derive-where v1.6.0
46742026-09-04T23:29:21.794Z[ host-image] Sep 04 23:29:20.625 INFO O| Sep 04 23:29:20.625 INFO O| Finalize: Updating package cache ... Done
46752026-09-04T23:29:21.819Z[verify-libraries] Compiling ingot-types v0.2.0
46762026-09-04T23:29:21.886Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46772026-09-04T23:29:21.938Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46782026-09-04T23:29:21.987Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46792026-09-04T23:29:22.045Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46802026-09-04T23:29:22.165Z[verify-libraries] Compiling gethostname v0.5.0
46812026-09-04T23:29:22.187Z[ host-image] Sep 04 23:29:21.018 INFO O| Sep 04 23:29:21.018 INFO STEP 11 (pkg_install) COMPLETE
46822026-09-04T23:29:22.187Z[ host-image] Sep 04 23:29:21.018 INFO O| Sep 04 23:29:21.018 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46832026-09-04T23:29:22.197Z[ host-image] Sep 04 23:29:21.027 INFO O| Sep 04 23:29:21.027 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"]
46842026-09-04T23:29:22.247Z[verify-libraries] Compiling zone v0.3.1
46852026-09-04T23:29:22.283Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46862026-09-04T23:29:22.356Z[verify-libraries] Compiling ingot v0.2.1
46872026-09-04T23:29:22.359Z[verify-libraries] Compiling newline-converter v0.3.0
46882026-09-04T23:29:22.359Z[verify-libraries] Compiling console v0.15.11
46892026-09-04T23:29:22.402Z[verify-libraries] Compiling linear-map v1.2.0
46902026-09-04T23:29:22.402Z[verify-libraries] Compiling num-rational v0.4.2
46912026-09-04T23:29:22.490Z[verify-libraries] Compiling num-complex v0.4.6
46922026-09-04T23:29:22.490Z[verify-libraries] Compiling slog-dtrace v0.3.0
46932026-09-04T23:29:22.611Z[verify-libraries] Compiling prettyplease v0.2.37
46942026-09-04T23:29:22.675Z[verify-libraries] Compiling resolv-conf v0.7.6
46952026-09-04T23:29:22.804Z[verify-libraries] Compiling expectorate v1.2.0
46962026-09-04T23:29:22.873Z[verify-libraries] Compiling typify-macro v0.6.2
46972026-09-04T23:29:22.926Z[verify-libraries] Compiling num v0.4.3
46982026-09-04T23:29:23.024Z[verify-libraries] Compiling float-ord v0.3.2
46992026-09-04T23:29:23.051Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47002026-09-04T23:29:23.054Z[verify-libraries] Compiling minimal-lexical v0.2.1
47012026-09-04T23:29:23.119Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47022026-09-04T23:29:23.119Z[verify-libraries] Compiling linked-hash-map v0.5.6
47032026-09-04T23:29:23.122Z[verify-libraries] Compiling hickory-proto v0.24.4
47042026-09-04T23:29:23.122Z[verify-libraries] Compiling unicode-xid v0.2.6
47052026-09-04T23:29:23.238Z[verify-libraries] Compiling tabled_derive v0.7.0
47062026-09-04T23:29:23.242Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47072026-09-04T23:29:23.284Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47082026-09-04T23:29:23.363Z[verify-libraries] Compiling lru-cache v0.1.2
47092026-09-04T23:29:23.408Z[verify-libraries] Compiling nom v7.1.3
47102026-09-04T23:29:23.408Z[verify-libraries] Compiling fd-lock v4.0.4
47112026-09-04T23:29:23.528Z[verify-libraries] Compiling vte v0.14.1
47122026-09-04T23:29:23.596Z[verify-libraries] Compiling display-error-chain v0.2.2
47132026-09-04T23:29:23.671Z[verify-libraries] Compiling crossterm v0.29.0
47142026-09-04T23:29:23.817Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47152026-09-04T23:29:23.847Z[ recovery-image] Sep 04 23:29:22.678 INFO O| Sep 04 23:29:22.678 INFO O| Startup: Refreshing catalog 'helios' ... Done
47162026-09-04T23:29:23.908Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47172026-09-04T23:29:24.009Z[verify-libraries] Compiling stacker v0.1.23
47182026-09-04T23:29:24.258Z[verify-libraries] Compiling cfg_aliases v0.1.1
47192026-09-04T23:29:24.414Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47202026-09-04T23:29:24.432Z[ recovery-image] Sep 04 23:29:23.263 INFO O| Sep 04 23:29:23.263 INFO O| Startup: Caching catalogs ... Done
47212026-09-04T23:29:24.436Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47222026-09-04T23:29:24.436Z[verify-libraries] Compiling reedline v0.40.0
47232026-09-04T23:29:24.450Z[ recovery-image] Sep 04 23:29:23.281 INFO O| Sep 04 23:29:23.281 INFO O| Planning: Planning completed in 0.00 seconds
47242026-09-04T23:29:24.453Z[ recovery-image] Sep 04 23:29:23.281 INFO O| Sep 04 23:29:23.281 INFO O| Planning: Consolidating action changes ... Done
47252026-09-04T23:29:24.453Z[ recovery-image] Sep 04 23:29:23.281 INFO O| Sep 04 23:29:23.281 INFO O| Planning: Evaluating mediators ... Done
47262026-09-04T23:29:24.453Z[ recovery-image] Sep 04 23:29:23.282 INFO O| Sep 04 23:29:23.281 INFO O| Planning: Planning completed in 0.00 seconds
47272026-09-04T23:29:24.453Z[ recovery-image] Sep 04 23:29:23.282 INFO O| Sep 04 23:29:23.282 INFO O| Variants/Facets to change: 1
47282026-09-04T23:29:24.458Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47292026-09-04T23:29:24.464Z[ recovery-image] Sep 04 23:29:23.295 INFO O| Sep 04 23:29:23.294 INFO O| Finalize: Updating package state database ... Done
47302026-09-04T23:29:24.464Z[ recovery-image] Sep 04 23:29:23.295 INFO O| Sep 04 23:29:23.295 INFO O| Finalize: Updating package cache ... Done
47312026-09-04T23:29:24.515Z[verify-libraries] Compiling psm v0.1.30
47322026-09-04T23:29:24.549Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47332026-09-04T23:29:24.559Z[ recovery-image] Sep 04 23:29:23.390 INFO O| Sep 04 23:29:23.390 INFO O| Finalize: Updating image state ... Done
47342026-09-04T23:29:24.576Z[ recovery-image] Sep 04 23:29:23.407 INFO O| Sep 04 23:29:23.407 INFO O| Finalize: Creating fast lookup database ... Done
47352026-09-04T23:29:24.580Z[ recovery-image] Sep 04 23:29:23.408 INFO O| Sep 04 23:29:23.408 INFO O| Finalize: Reading search index ... Done
47362026-09-04T23:29:24.580Z[ recovery-image] Sep 04 23:29:23.408 INFO O| Sep 04 23:29:23.408 INFO O| Finalize: Updating search index ... Done
47372026-09-04T23:29:24.580Z[ recovery-image] Sep 04 23:29:23.409 INFO O| Sep 04 23:29:23.409 INFO O| Finalize: Updating package cache ... Done
47382026-09-04T23:29:24.613Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47392026-09-04T23:29:24.613Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47402026-09-04T23:29:24.731Z[verify-libraries] Compiling tabled v0.15.0
47412026-09-04T23:29:24.851Z[ host-image] Sep 04 23:29:23.681 INFO O| Sep 04 23:29:23.680 INFO O| Startup: Refreshing catalog 'helios' ... Done
47422026-09-04T23:29:24.895Z[ recovery-image] Sep 04 23:29:23.725 INFO O| Sep 04 23:29:23.725 INFO STEP 9 (pkg_change_facet) COMPLETE
47432026-09-04T23:29:24.895Z[ recovery-image] Sep 04 23:29:23.725 INFO O| Sep 04 23:29:23.725 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47442026-09-04T23:29:24.898Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47452026-09-04T23:29:24.973Z[verify-libraries] Compiling typify v0.6.2
47462026-09-04T23:29:25.072Z[verify-libraries] Compiling nix v0.28.0
47472026-09-04T23:29:25.116Z[verify-libraries] Compiling semver v0.1.20
47482026-09-04T23:29:25.146Z[verify-libraries] Compiling termtree v0.5.1
47492026-09-04T23:29:25.214Z[verify-libraries] Compiling progenitor-impl v0.14.0
47502026-09-04T23:29:25.217Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47512026-09-04T23:29:25.231Z[ recovery-image] Sep 04 23:29:24.062 INFO O| Sep 04 23:29:24.062 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
47522026-09-04T23:29:25.329Z[ host-image] Sep 04 23:29:24.160 INFO O| Sep 04 23:29:24.160 INFO O| Startup: Caching catalogs ... Done
47532026-09-04T23:29:25.370Z[verify-libraries] Compiling rustc_version v0.1.7
47542026-09-04T23:29:25.585Z[verify-libraries] Compiling hickory-resolver v0.24.4
47552026-09-04T23:29:25.729Z[verify-libraries] Compiling phf_shared v0.12.1
47562026-09-04T23:29:25.752Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47572026-09-04T23:29:25.934Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47582026-09-04T23:29:25.958Z[verify-libraries] Compiling nibble_vec v0.1.0
47592026-09-04T23:29:26.012Z[ host-image] Sep 04 23:29:24.843 INFO O| Sep 04 23:29:24.843 INFO O| Planning: Solver setup ... Done
47602026-09-04T23:29:26.019Z[ host-image] Sep 04 23:29:24.849 INFO O| Sep 04 23:29:24.849 INFO O| Planning: Running solver ... Done
47612026-09-04T23:29:26.024Z[verify-libraries] Compiling chrono-tz v0.10.4
47622026-09-04T23:29:26.035Z[ host-image] Sep 04 23:29:24.866 INFO O| Sep 04 23:29:24.866 INFO O| Planning: Finding local manifests ... Done
47632026-09-04T23:29:26.056Z[ host-image] Sep 04 23:29:24.886 INFO O| Sep 04 23:29:24.886 INFO O| Planning: Fetching manifests: 0/6 0% complete
47642026-09-04T23:29:26.104Z[ host-image] Sep 04 23:29:24.935 INFO O| Sep 04 23:29:24.933 INFO O| Planning: Fetching manifests: 6/6 100% complete
47652026-09-04T23:29:26.123Z[verify-libraries] Compiling endian-type v0.1.2
47662026-09-04T23:29:26.129Z[ host-image] Sep 04 23:29:24.960 INFO O| Sep 04 23:29:24.960 INFO O| Planning: Package planning ... Done
47672026-09-04T23:29:26.137Z[ host-image] Sep 04 23:29:24.962 INFO O| Sep 04 23:29:24.962 INFO O| Planning: Merging actions ... Done
47682026-09-04T23:29:26.162Z[verify-libraries] Compiling highway v1.3.0
47692026-09-04T23:29:26.187Z[ host-image] Sep 04 23:29:25.018 INFO O| Sep 04 23:29:25.018 INFO O| Planning: Checking for conflicting actions ... Done
47702026-09-04T23:29:26.190Z[ host-image] Sep 04 23:29:25.019 INFO O| Sep 04 23:29:25.019 INFO O| Planning: Consolidating action changes ... Done
47712026-09-04T23:29:26.275Z[verify-libraries] Compiling recursive v0.1.1
47722026-09-04T23:29:26.334Z[verify-libraries] Compiling radix_trie v0.2.1
47732026-09-04T23:29:26.334Z[verify-libraries] Compiling phf v0.12.1
47742026-09-04T23:29:26.338Z[ host-image] Sep 04 23:29:25.167 INFO O| Sep 04 23:29:25.167 INFO O| Planning: Evaluating mediators ... Done
47752026-09-04T23:29:26.338Z[ host-image] Sep 04 23:29:25.168 INFO O| Sep 04 23:29:25.168 INFO O| Planning: Planning completed in 0.99 seconds
47762026-09-04T23:29:26.338Z[ host-image] Sep 04 23:29:25.168 INFO O| Sep 04 23:29:25.168 INFO O| Packages to install: 6
47772026-09-04T23:29:26.338Z[ host-image] Sep 04 23:29:25.168 INFO O| Sep 04 23:29:25.168 INFO O| Services to change: 2
47782026-09-04T23:29:26.362Z[ host-image] Sep 04 23:29:25.190 INFO O| Sep 04 23:29:25.190 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47792026-09-04T23:29:26.558Z[ host-image] Sep 04 23:29:25.388 INFO O| Sep 04 23:29:25.388 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.9M/s)
47802026-09-04T23:29:26.586Z[ host-image] Sep 04 23:29:25.417 INFO O| Sep 04 23:29:25.417 INFO O| Actions: 1/391 actions (Installing new actions)
47812026-09-04T23:29:26.595Z[verify-libraries] Compiling newtype_derive v0.1.6
47822026-09-04T23:29:26.598Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47832026-09-04T23:29:26.658Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
47842026-09-04T23:29:26.661Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
47852026-09-04T23:29:26.725Z[ host-image] Sep 04 23:29:25.553 INFO O| Sep 04 23:29:25.553 INFO O| Actions: Completed 391 actions in 0.14 seconds.
47862026-09-04T23:29:26.751Z[verify-libraries] Compiling qorb v0.4.1
47872026-09-04T23:29:26.770Z[ host-image] Sep 04 23:29:25.601 INFO O| Sep 04 23:29:25.601 INFO O| Finalize: Updating package state database ... Done
47882026-09-04T23:29:26.770Z[ host-image] Sep 04 23:29:25.601 INFO O| Sep 04 23:29:25.601 INFO O| Finalize: Updating package cache ... Done
47892026-09-04T23:29:26.796Z[verify-libraries] Compiling peg-macros v0.8.5
47902026-09-04T23:29:26.868Z[verify-libraries] Compiling sqlparser_derive v0.5.0
47912026-09-04T23:29:26.873Z[ host-image] Sep 04 23:29:25.704 INFO O| Sep 04 23:29:25.704 INFO O| Finalize: Updating image state ... Done
47922026-09-04T23:29:27.400Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47932026-09-04T23:29:27.458Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
47942026-09-04T23:29:27.462Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
47952026-09-04T23:29:27.527Z[verify-libraries] Compiling csv-core v0.1.13
47962026-09-04T23:29:27.629Z[verify-libraries] Compiling winnow v0.6.26
47972026-09-04T23:29:27.780Z[ recovery-image] Sep 04 23:29:26.610 INFO O| Sep 04 23:29:26.610 INFO O| Startup: Refreshing catalog 'helios' ... Done
47982026-09-04T23:29:27.816Z[ host-image] Sep 04 23:29:26.647 INFO O| Sep 04 23:29:26.647 INFO O| Finalize: Creating fast lookup database ... Done
47992026-09-04T23:29:27.845Z[ host-image] Sep 04 23:29:26.675 INFO O| Sep 04 23:29:26.675 INFO O| Finalize: Reading search index ... Done
48002026-09-04T23:29:27.845Z[ host-image] Sep 04 23:29:26.675 INFO O| Sep 04 23:29:26.675 INFO O| Finalize: Updating search index ... Done
48012026-09-04T23:29:27.858Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48022026-09-04T23:29:27.861Z[ host-image] Sep 04 23:29:26.689 INFO O| Sep 04 23:29:26.689 INFO O| Finalize: Updating package cache ... Done
48032026-09-04T23:29:27.890Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48042026-09-04T23:29:27.936Z[verify-libraries] Compiling home v0.5.12
48052026-09-04T23:29:27.966Z[verify-libraries] Compiling unicode_categories v0.1.1
48062026-09-04T23:29:28.038Z[verify-libraries] Compiling sqlparser v0.61.0
48072026-09-04T23:29:28.075Z[verify-libraries] Compiling progenitor-macro v0.14.0
48082026-09-04T23:29:28.076Z[verify-libraries] Compiling rustyline v14.0.0
48092026-09-04T23:29:28.130Z[verify-libraries] Compiling csv v1.4.0
48102026-09-04T23:29:28.182Z[ host-image] Sep 04 23:29:27.011 INFO O| Sep 04 23:29:27.010 INFO STEP 12 (pkg_install) COMPLETE
48112026-09-04T23:29:28.182Z[ host-image] Sep 04 23:29:27.011 INFO O| Sep 04 23:29:27.010 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48122026-09-04T23:29:28.188Z[ host-image] Sep 04 23:29:27.019 INFO O| Sep 04 23:29:27.019 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48132026-09-04T23:29:28.202Z[verify-libraries] Compiling const_format v0.2.35
48142026-09-04T23:29:28.273Z[ recovery-image] Sep 04 23:29:27.104 INFO O| Sep 04 23:29:27.104 INFO O| Startup: Caching catalogs ... Done
48152026-09-04T23:29:28.291Z[ recovery-image] Sep 04 23:29:27.121 INFO O| Sep 04 23:29:27.121 INFO O| Planning: Planning completed in 0.00 seconds
48162026-09-04T23:29:28.294Z[ recovery-image] Sep 04 23:29:27.122 INFO O| Sep 04 23:29:27.122 INFO O| Planning: Consolidating action changes ... Done
48172026-09-04T23:29:28.294Z[ recovery-image] Sep 04 23:29:27.122 INFO O| Sep 04 23:29:27.122 INFO O| Planning: Evaluating mediators ... Done
48182026-09-04T23:29:28.294Z[ recovery-image] Sep 04 23:29:27.122 INFO O| Sep 04 23:29:27.122 INFO O| Planning: Planning completed in 0.00 seconds
48192026-09-04T23:29:28.294Z[ recovery-image] Sep 04 23:29:27.122 INFO O| Sep 04 23:29:27.122 INFO O| Variants/Facets to change: 1
48202026-09-04T23:29:28.319Z[ recovery-image] Sep 04 23:29:27.150 INFO O| Sep 04 23:29:27.150 INFO O| Finalize: Updating package state database ... Done
48212026-09-04T23:29:28.319Z[ recovery-image] Sep 04 23:29:27.150 INFO O| Sep 04 23:29:27.150 INFO O| Finalize: Updating package cache ... Done
48222026-09-04T23:29:28.370Z[verify-libraries] Compiling bcs v0.1.6
48232026-09-04T23:29:28.404Z[ recovery-image] Sep 04 23:29:27.235 INFO O| Sep 04 23:29:27.234 INFO O| Finalize: Updating image state ... Done
48242026-09-04T23:29:28.421Z[ recovery-image] Sep 04 23:29:27.252 INFO O| Sep 04 23:29:27.252 INFO O| Finalize: Creating fast lookup database ... Done
48252026-09-04T23:29:28.425Z[ recovery-image] Sep 04 23:29:27.253 INFO O| Sep 04 23:29:27.253 INFO O| Finalize: Reading search index ... Done
48262026-09-04T23:29:28.425Z[ recovery-image] Sep 04 23:29:27.253 INFO O| Sep 04 23:29:27.253 INFO O| Finalize: Updating search index ... Done
48272026-09-04T23:29:28.425Z[ recovery-image] Sep 04 23:29:27.254 INFO O| Sep 04 23:29:27.253 INFO O| Finalize: Updating package cache ... Done
48282026-09-04T23:29:28.444Z[verify-libraries] Compiling peg v0.8.5
48292026-09-04T23:29:28.548Z[verify-libraries] Compiling nom v8.0.0
48302026-09-04T23:29:28.587Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48312026-09-04T23:29:28.628Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48322026-09-04T23:29:28.663Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48332026-09-04T23:29:28.764Z[ recovery-image] Sep 04 23:29:27.595 INFO O| Sep 04 23:29:27.595 INFO STEP 10 (pkg_change_facet) COMPLETE
48342026-09-04T23:29:28.764Z[ recovery-image] Sep 04 23:29:27.595 INFO O| Sep 04 23:29:27.595 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48352026-09-04T23:29:28.775Z[ recovery-image] Sep 04 23:29:27.606 INFO O| Sep 04 23:29:27.606 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"]
48362026-09-04T23:29:28.778Z[verify-libraries] Compiling steno v0.4.1
48372026-09-04T23:29:28.816Z[verify-libraries] Compiling sha1 v0.10.6
48382026-09-04T23:29:28.816Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48392026-09-04T23:29:28.988Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48402026-09-04T23:29:29.179Z[verify-libraries] Compiling sqlformat v0.3.5
48412026-09-04T23:29:29.287Z[verify-libraries] Compiling libefi-sys v0.1.0
48422026-09-04T23:29:29.410Z[verify-libraries] Compiling tagptr v0.2.0
48432026-09-04T23:29:29.450Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48442026-09-04T23:29:29.600Z[verify-libraries] Compiling utf-8 v0.7.6
48452026-09-04T23:29:29.660Z[verify-libraries] Compiling moka v0.12.13
48462026-09-04T23:29:29.776Z[verify-libraries] Compiling bitfield-struct v0.6.2
48472026-09-04T23:29:29.799Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48482026-09-04T23:29:29.888Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48492026-09-04T23:29:29.987Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48502026-09-04T23:29:30.049Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48512026-09-04T23:29:30.078Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48522026-09-04T23:29:30.142Z[verify-libraries] Compiling xshell-macros v0.2.7
48532026-09-04T23:29:30.204Z[verify-libraries] Compiling tungstenite v0.21.0
48542026-09-04T23:29:30.316Z[verify-libraries] Compiling sha2 v0.11.0
48552026-09-04T23:29:30.342Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48562026-09-04T23:29:30.402Z[verify-libraries] Compiling half v1.8.3
48572026-09-04T23:29:30.553Z[verify-libraries] Compiling hickory-resolver v0.25.2
48582026-09-04T23:29:30.667Z[verify-libraries] Compiling xshell v0.2.7
48592026-09-04T23:29:30.667Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48602026-09-04T23:29:30.720Z[ host-image] Sep 04 23:29:29.550 INFO O| Sep 04 23:29:29.550 INFO O| Startup: Refreshing catalog 'helios' ... Done
48612026-09-04T23:29:30.812Z[verify-libraries] Compiling serde_cbor v0.11.2
48622026-09-04T23:29:30.966Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48632026-09-04T23:29:31.081Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48642026-09-04T23:29:31.138Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48652026-09-04T23:29:31.209Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48662026-09-04T23:29:31.232Z[ host-image] Sep 04 23:29:30.063 INFO O| Sep 04 23:29:30.063 INFO O| Startup: Caching catalogs ... Done
48672026-09-04T23:29:31.304Z[verify-libraries] Compiling libscf-sys v1.2.0
48682026-09-04T23:29:31.351Z[verify-libraries] Compiling subprocess v0.2.15
48692026-09-04T23:29:31.520Z[ recovery-image] Sep 04 23:29:30.351 INFO O| Sep 04 23:29:30.351 INFO O| Startup: Refreshing catalog 'helios' ... Done
48702026-09-04T23:29:31.527Z[verify-libraries] Compiling papergrid v0.18.0
48712026-09-04T23:29:31.531Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
48722026-09-04T23:29:31.600Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
48732026-09-04T23:29:31.603Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48742026-09-04T23:29:31.604Z[verify-libraries] Compiling headers-core v0.3.0
48752026-09-04T23:29:31.761Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48762026-09-04T23:29:31.765Z[verify-libraries] Compiling unicase v2.9.0
48772026-09-04T23:29:31.848Z[ host-image] Sep 04 23:29:30.679 INFO O| Sep 04 23:29:30.679 INFO O| Planning: Solver setup ... Done
48782026-09-04T23:29:31.854Z[ host-image] Sep 04 23:29:30.685 INFO O| Sep 04 23:29:30.684 INFO O| Planning: Running solver ... Done
48792026-09-04T23:29:31.871Z[ host-image] Sep 04 23:29:30.701 INFO O| Sep 04 23:29:30.701 INFO O| Planning: Finding local manifests ... Done
48802026-09-04T23:29:31.926Z[ host-image] Sep 04 23:29:30.757 INFO O| Sep 04 23:29:30.757 INFO O| Planning: Fetching manifests: 0/6 0% complete
48812026-09-04T23:29:31.971Z[verify-libraries] Compiling headers v0.4.1
48822026-09-04T23:29:32.005Z[ recovery-image] Sep 04 23:29:30.836 INFO O| Sep 04 23:29:30.832 INFO O| Startup: Caching catalogs ... Done
48832026-09-04T23:29:32.060Z[verify-libraries] Compiling darling_core v0.21.3
48842026-09-04T23:29:32.081Z[ host-image] Sep 04 23:29:30.912 INFO O| Sep 04 23:29:30.912 INFO O| Planning: Fetching manifests: 6/6 100% complete
48852026-09-04T23:29:32.111Z[ host-image] Sep 04 23:29:30.941 INFO O| Sep 04 23:29:30.941 INFO O| Planning: Package planning ... Done
48862026-09-04T23:29:32.119Z[ host-image] Sep 04 23:29:30.950 INFO O| Sep 04 23:29:30.950 INFO O| Planning: Merging actions ... Done
48872026-09-04T23:29:32.168Z[ host-image] Sep 04 23:29:30.998 INFO O| Sep 04 23:29:30.998 INFO O| Planning: Checking for conflicting actions ... Done
48882026-09-04T23:29:32.182Z[ host-image] Sep 04 23:29:31.013 INFO O| Sep 04 23:29:31.001 INFO O| Planning: Consolidating action changes ... Done
48892026-09-04T23:29:32.194Z[verify-libraries] Compiling maplit v1.0.2
48902026-09-04T23:29:32.304Z[ host-image] Sep 04 23:29:31.134 INFO O| Sep 04 23:29:31.134 INFO O| Planning: Evaluating mediators ... Done
48912026-09-04T23:29:32.307Z[ host-image] Sep 04 23:29:31.137 INFO O| Sep 04 23:29:31.137 INFO O| Planning: Planning completed in 1.06 seconds
48922026-09-04T23:29:32.307Z[ host-image] Sep 04 23:29:31.137 INFO O| Sep 04 23:29:31.137 INFO O| Packages to install: 6
48932026-09-04T23:29:32.307Z[ host-image] Sep 04 23:29:31.137 INFO O| Sep 04 23:29:31.137 INFO O| Mediators to change: 1
48942026-09-04T23:29:32.307Z[ host-image] Sep 04 23:29:31.137 INFO O| Sep 04 23:29:31.137 INFO O| Services to change: 1
48952026-09-04T23:29:32.313Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
48962026-09-04T23:29:32.318Z[ host-image] Sep 04 23:29:31.149 INFO O| Sep 04 23:29:31.149 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48972026-09-04T23:29:32.396Z[verify-libraries] Compiling yasna v0.5.2
48982026-09-04T23:29:32.487Z[verify-libraries] Compiling crc8 v0.1.1
48992026-09-04T23:29:32.625Z[verify-libraries] Compiling tabled v0.21.0
49002026-09-04T23:29:32.702Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49012026-09-04T23:29:32.737Z[verify-libraries] Compiling vergen-lib v0.1.6
49022026-09-04T23:29:32.887Z[verify-libraries] Compiling diesel_derives v2.3.7
49032026-09-04T23:29:32.974Z[verify-libraries] Compiling rcgen v0.12.1
49042026-09-04T23:29:33.049Z[ host-image] Sep 04 23:29:31.880 INFO O| Sep 04 23:29:31.880 INFO O| Download: Completed 7.84 MB in 0.73 seconds (10.7M/s)
49052026-09-04T23:29:33.096Z[verify-libraries] Compiling port-file v0.1.0
49062026-09-04T23:29:33.107Z[ host-image] Sep 04 23:29:31.938 INFO O| Sep 04 23:29:31.938 INFO O| Actions: 1/1366 actions (Installing new actions)
49072026-09-04T23:29:33.325Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49082026-09-04T23:29:33.328Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49092026-09-04T23:29:33.352Z[ host-image] Sep 04 23:29:32.183 INFO O| Sep 04 23:29:32.183 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
49102026-09-04T23:29:33.378Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49112026-09-04T23:29:33.402Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49122026-09-04T23:29:33.405Z[ host-image] Sep 04 23:29:32.233 INFO O| Sep 04 23:29:32.233 INFO O| Finalize: Updating package state database ... Done
49132026-09-04T23:29:33.405Z[ host-image] Sep 04 23:29:32.233 INFO O| Sep 04 23:29:32.233 INFO O| Finalize: Updating package cache ... Done
49142026-09-04T23:29:33.523Z[ host-image] Sep 04 23:29:32.354 INFO O| Sep 04 23:29:32.354 INFO O| Finalize: Updating image state ... Done
49152026-09-04T23:29:33.536Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49162026-09-04T23:29:33.698Z[verify-libraries] Compiling r2d2 v0.8.10
49172026-09-04T23:29:33.733Z[verify-libraries] Compiling progenitor v0.14.0
49182026-09-04T23:29:33.804Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49192026-09-04T23:29:33.875Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49202026-09-04T23:29:33.908Z[verify-libraries] Compiling digest-io v0.1.0
49212026-09-04T23:29:33.941Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49222026-09-04T23:29:34.068Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49232026-09-04T23:29:34.089Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49242026-09-04T23:29:34.154Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49252026-09-04T23:29:34.343Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49262026-09-04T23:29:34.467Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49272026-09-04T23:29:34.733Z[ host-image] Sep 04 23:29:33.563 INFO O| Sep 04 23:29:33.563 INFO O| Finalize: Creating fast lookup database ... Done
49282026-09-04T23:29:34.764Z[ host-image] Sep 04 23:29:33.594 INFO O| Sep 04 23:29:33.594 INFO O| Finalize: Reading search index ... Done
49292026-09-04T23:29:34.764Z[ host-image] Sep 04 23:29:33.594 INFO O| Sep 04 23:29:33.594 INFO O| Finalize: Updating search index ... Done
49302026-09-04T23:29:34.794Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49312026-09-04T23:29:34.798Z[ host-image] Sep 04 23:29:33.627 INFO O| Sep 04 23:29:33.627 INFO O| Finalize: Updating package cache ... Done
49322026-09-04T23:29:34.888Z[verify-libraries] Compiling darling_macro v0.21.3
49332026-09-04T23:29:34.997Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49342026-09-04T23:29:35.118Z[ host-image] Sep 04 23:29:33.948 INFO O| Sep 04 23:29:33.948 INFO STEP 13 (pkg_install) COMPLETE
49352026-09-04T23:29:35.118Z[ host-image] Sep 04 23:29:33.948 INFO O| Sep 04 23:29:33.948 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-09-04T23:29:35.126Z[ host-image] Sep 04 23:29:33.957 INFO O| Sep 04 23:29:33.957 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49372026-09-04T23:29:35.175Z[verify-libraries] Compiling crunchy v0.2.4
49382026-09-04T23:29:35.245Z[verify-libraries] Compiling rawzip v0.4.4
49392026-09-04T23:29:35.279Z[ recovery-image] Sep 04 23:29:34.110 INFO O| Sep 04 23:29:34.109 INFO O| Planning: Solver setup ... Done
49402026-09-04T23:29:35.300Z[verify-libraries] Compiling downcast-rs v2.0.2
49412026-09-04T23:29:35.417Z[verify-libraries] Compiling cpubits v0.1.1
49422026-09-04T23:29:35.510Z[verify-libraries] Compiling dirs-next v2.0.0
49432026-09-04T23:29:35.567Z[verify-libraries] Compiling clang-sys v1.8.1
49442026-09-04T23:29:35.610Z[verify-libraries] Compiling darling v0.21.3
49452026-09-04T23:29:35.632Z[ recovery-image] Sep 04 23:29:34.463 INFO O| Sep 04 23:29:34.463 INFO O| Planning: Running solver ... Done
49462026-09-04T23:29:35.677Z[verify-libraries] Compiling ignore v0.4.25
49472026-09-04T23:29:35.702Z[ recovery-image] Sep 04 23:29:34.533 INFO O| Sep 04 23:29:34.533 INFO O| Planning: Finding local manifests ... Done
49482026-09-04T23:29:35.706Z[verify-libraries] Compiling anstyle-parse v0.2.7
49492026-09-04T23:29:35.741Z[ recovery-image] Sep 04 23:29:34.571 INFO O| Sep 04 23:29:34.571 INFO O| Planning: Fetching manifests: 0/130 0% complete
49502026-09-04T23:29:35.764Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49512026-09-04T23:29:35.953Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49522026-09-04T23:29:36.000Z[verify-libraries] Compiling tiny-keccak v2.0.2
49532026-09-04T23:29:36.047Z[verify-libraries] Compiling anstream v0.6.21
49542026-09-04T23:29:36.119Z[verify-libraries] Compiling term v0.7.0
49552026-09-04T23:29:36.142Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
49562026-09-04T23:29:36.182Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49572026-09-04T23:29:36.203Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49582026-09-04T23:29:36.283Z[verify-libraries] Compiling globwalk v0.9.1
49592026-09-04T23:29:36.365Z[verify-libraries] Compiling predicates-tree v1.0.13
49602026-09-04T23:29:36.484Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49612026-09-04T23:29:36.529Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49622026-09-04T23:29:36.663Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49632026-09-04T23:29:36.666Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49642026-09-04T23:29:36.726Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49652026-09-04T23:29:36.796Z[verify-libraries] Compiling rand_seeder v0.4.0
49662026-09-04T23:29:36.905Z[verify-libraries] Compiling bit-vec v0.6.3
49672026-09-04T23:29:36.950Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
49682026-09-04T23:29:37.004Z[verify-libraries] Compiling diff v0.1.13
49692026-09-04T23:29:37.091Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
49702026-09-04T23:29:37.156Z[verify-libraries] Compiling bit-set v0.5.3
49712026-09-04T23:29:37.308Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
49722026-09-04T23:29:37.360Z[verify-libraries] Compiling ascii-canvas v3.0.0
49732026-09-04T23:29:37.382Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49742026-09-04T23:29:37.424Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49752026-09-04T23:29:37.460Z[verify-libraries] Compiling itertools v0.10.5
49762026-09-04T23:29:37.539Z[verify-libraries] Compiling libloading v0.8.9
49772026-09-04T23:29:37.637Z[ host-image] Sep 04 23:29:36.467 INFO O| Sep 04 23:29:36.467 INFO O| Startup: Refreshing catalog 'helios' ... Done
49782026-09-04T23:29:37.655Z[verify-libraries] Compiling ena v0.14.4
49792026-09-04T23:29:37.685Z[verify-libraries] Compiling regex-syntax v0.6.29
49802026-09-04T23:29:37.719Z[verify-libraries] Compiling bindgen v0.71.1
49812026-09-04T23:29:37.903Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49822026-09-04T23:29:37.941Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
49832026-09-04T23:29:38.123Z[verify-libraries] Compiling cexpr v0.6.0
49842026-09-04T23:29:38.137Z[ host-image] Sep 04 23:29:36.966 INFO O| Sep 04 23:29:36.966 INFO O| Startup: Caching catalogs ... Done
49852026-09-04T23:29:38.160Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49862026-09-04T23:29:38.242Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49872026-09-04T23:29:38.320Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49882026-09-04T23:29:38.746Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
49892026-09-04T23:29:38.767Z[ host-image] Sep 04 23:29:37.598 INFO O| Sep 04 23:29:37.598 INFO O| Planning: Solver setup ... Done
49902026-09-04T23:29:38.774Z[ host-image] Sep 04 23:29:37.603 INFO O| Sep 04 23:29:37.603 INFO O| Planning: Running solver ... Done
49912026-09-04T23:29:38.790Z[ host-image] Sep 04 23:29:37.621 INFO O| Sep 04 23:29:37.620 INFO O| Planning: Finding local manifests ... Done
49922026-09-04T23:29:38.877Z[ host-image] Sep 04 23:29:37.707 INFO O| Sep 04 23:29:37.707 INFO O| Planning: Fetching manifests: 0/1 0% complete
49932026-09-04T23:29:38.886Z[ host-image] Sep 04 23:29:37.716 INFO O| Sep 04 23:29:37.716 INFO O| Planning: Fetching manifests: 1/1 100% complete
49942026-09-04T23:29:38.902Z[ host-image] Sep 04 23:29:37.732 INFO O| Sep 04 23:29:37.732 INFO O| Planning: Package planning ... Done
49952026-09-04T23:29:38.905Z[ host-image] Sep 04 23:29:37.732 INFO O| Sep 04 23:29:37.732 INFO O| Planning: Merging actions ... Done
49962026-09-04T23:29:38.941Z[ host-image] Sep 04 23:29:37.772 INFO O| Sep 04 23:29:37.771 INFO O| Planning: Checking for conflicting actions ... Done
49972026-09-04T23:29:38.944Z[ host-image] Sep 04 23:29:37.772 INFO O| Sep 04 23:29:37.772 INFO O| Planning: Consolidating action changes ... Done
49982026-09-04T23:29:38.978Z[verify-libraries] Compiling rustc-hash v2.1.1
49992026-09-04T23:29:39.045Z[verify-libraries] Compiling rfc6979 v0.4.0
50002026-09-04T23:29:39.140Z[ host-image] Sep 04 23:29:37.970 INFO O| Sep 04 23:29:37.970 INFO O| Planning: Evaluating mediators ... Done
50012026-09-04T23:29:39.144Z[ host-image] Sep 04 23:29:37.971 INFO O| Sep 04 23:29:37.971 INFO O| Planning: Planning completed in 0.99 seconds
50022026-09-04T23:29:39.144Z[ host-image] Sep 04 23:29:37.971 INFO O| Sep 04 23:29:37.971 INFO O| Packages to install: 1
50032026-09-04T23:29:39.153Z[ host-image] Sep 04 23:29:37.983 INFO O| Sep 04 23:29:37.983 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50042026-09-04T23:29:39.208Z[verify-libraries] Compiling lalrpop v0.19.12
50052026-09-04T23:29:39.212Z[verify-libraries] Compiling libxml v0.3.3
50062026-09-04T23:29:39.256Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50072026-09-04T23:29:39.268Z[ recovery-image] Sep 04 23:29:38.098 INFO O| Sep 04 23:29:38.098 INFO O| Planning: Fetching manifests: 130/130 100% complete
50082026-09-04T23:29:39.286Z[verify-libraries] Compiling ecdsa v0.16.9
50092026-09-04T23:29:39.289Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50102026-09-04T23:29:39.307Z[ host-image] Sep 04 23:29:38.137 INFO O| Sep 04 23:29:38.137 INFO O| Download: Completed 13.27 MB in 0.15 seconds (86.3M/s)
50112026-09-04T23:29:39.332Z[ host-image] Sep 04 23:29:38.162 INFO O| Sep 04 23:29:38.162 INFO O| Actions: 1/22 actions (Installing new actions)
50122026-09-04T23:29:39.561Z[ host-image] Sep 04 23:29:38.386 INFO O| Sep 04 23:29:38.386 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50132026-09-04T23:29:39.603Z[ host-image] Sep 04 23:29:38.433 INFO O| Sep 04 23:29:38.433 INFO O| Finalize: Updating package state database ... Done
50142026-09-04T23:29:39.603Z[ host-image] Sep 04 23:29:38.433 INFO O| Sep 04 23:29:38.433 INFO O| Finalize: Updating package cache ... Done
50152026-09-04T23:29:39.711Z[ host-image] Sep 04 23:29:38.537 INFO O| Sep 04 23:29:38.537 INFO O| Finalize: Updating image state ... Done
50162026-09-04T23:29:39.742Z[verify-libraries] Compiling primeorder v0.13.6
50172026-09-04T23:29:39.861Z[ recovery-image] Sep 04 23:29:38.691 INFO O| Sep 04 23:29:38.691 INFO O| Planning: Package planning ... Done
50182026-09-04T23:29:39.876Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50192026-09-04T23:29:39.905Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50202026-09-04T23:29:39.992Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50212026-09-04T23:29:40.015Z[ recovery-image] Sep 04 23:29:38.846 INFO O| Sep 04 23:29:38.846 INFO O| Planning: Merging actions ... Done
50222026-09-04T23:29:40.083Z[ recovery-image] Sep 04 23:29:38.914 INFO O| Sep 04 23:29:38.913 INFO O| Planning: Checking for conflicting actions ... Done
50232026-09-04T23:29:40.086Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50242026-09-04T23:29:40.139Z[ recovery-image] Sep 04 23:29:38.969 INFO O| Sep 04 23:29:38.969 INFO O| Planning: Consolidating action changes ... Done
50252026-09-04T23:29:40.223Z[verify-libraries] Compiling strum_macros v0.24.3
50262026-09-04T23:29:40.276Z[ recovery-image] Sep 04 23:29:39.107 INFO O| Sep 04 23:29:39.107 INFO O| Planning: Evaluating mediators ... Done
50272026-09-04T23:29:40.698Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50282026-09-04T23:29:40.841Z[ host-image] Sep 04 23:29:39.671 INFO O| Sep 04 23:29:39.671 INFO O| Finalize: Creating fast lookup database ... Done
50292026-09-04T23:29:40.869Z[ host-image] Sep 04 23:29:39.700 INFO O| Sep 04 23:29:39.700 INFO O| Finalize: Reading search index ... Done
50302026-09-04T23:29:40.870Z[ host-image] Sep 04 23:29:39.700 INFO O| Sep 04 23:29:39.700 INFO O| Finalize: Updating search index ... Done
50312026-09-04T23:29:40.880Z[ host-image] Sep 04 23:29:39.710 INFO O| Sep 04 23:29:39.710 INFO O| Finalize: Updating package cache ... Done
50322026-09-04T23:29:41.217Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO STEP 14 (pkg_install) COMPLETE
50332026-09-04T23:29:41.217Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50342026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO skip step because feature "mbist" is not enabled
50352026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50362026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO skip step because feature "mfg" is not enabled
50372026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50382026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO skip step because feature "compliance" is not enabled
50392026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50402026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO skip step because feature "stress" is not enabled
50412026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50422026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO skip step because feature "compliance" is not enabled
50432026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50442026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO skip step because feature "nfs" is not enabled
50452026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50462026-09-04T23:29:41.221Z[ host-image] Sep 04 23:29:40.047 INFO O| Sep 04 23:29:40.047 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50472026-09-04T23:29:41.436Z[verify-libraries] Compiling hashbrown v0.14.5
50482026-09-04T23:29:41.468Z[ host-image] Sep 04 23:29:40.299 INFO O| Sep 04 23:29:40.299 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50492026-09-04T23:29:41.604Z[ host-image] Sep 04 23:29:40.435 INFO O| Sep 04 23:29:40.434 INFO completed processing sled/ramdisk-01-os
50502026-09-04T23:29:41.608Z[ host-image] Sep 04 23:29:40.437 INFO omicron1 baseline generation...
50512026-09-04T23:29:41.608Z[ host-image] Sep 04 23:29:40.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
50522026-09-04T23:29:41.693Z[verify-libraries] Compiling hmac v0.13.0
50532026-09-04T23:29:41.798Z[verify-libraries] Compiling universal-hash v0.6.1
50542026-09-04T23:29:41.825Z[ recovery-image] Sep 04 23:29:40.654 INFO O| Sep 04 23:29:40.654 INFO O| Planning: Planning completed in 9.81 seconds
50552026-09-04T23:29:41.830Z[ recovery-image] Sep 04 23:29:40.656 INFO O| Sep 04 23:29:40.656 INFO O| Packages to install: 130
50562026-09-04T23:29:41.830Z[ recovery-image] Sep 04 23:29:40.656 INFO O| Sep 04 23:29:40.656 INFO O| Mediators to change: 5
50572026-09-04T23:29:41.830Z[ recovery-image] Sep 04 23:29:40.656 INFO O| Sep 04 23:29:40.656 INFO O| Services to change: 5
50582026-09-04T23:29:41.854Z[ recovery-image] Sep 04 23:29:40.685 INFO O| Sep 04 23:29:40.685 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
50592026-09-04T23:29:41.984Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50602026-09-04T23:29:42.005Z[ host-image] Sep 04 23:29:40.836 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
50612026-09-04T23:29:42.039Z[verify-libraries] Compiling fxhash v0.2.1
50622026-09-04T23:29:42.178Z[verify-libraries] Compiling salty v0.3.0
50632026-09-04T23:29:42.250Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50642026-09-04T23:29:42.280Z[verify-libraries] Compiling indoc v1.0.9
50652026-09-04T23:29:42.322Z[verify-libraries] Compiling chumsky v0.9.3
50662026-09-04T23:29:42.566Z[verify-libraries] Compiling knus-derive v3.4.0
50672026-09-04T23:29:42.601Z[verify-libraries] Compiling diesel v2.3.7
50682026-09-04T23:29:42.826Z[verify-libraries] Compiling p384 v0.13.1
50692026-09-04T23:29:43.541Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50702026-09-04T23:29:43.607Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50712026-09-04T23:29:43.867Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50722026-09-04T23:29:44.428Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50732026-09-04T23:29:44.666Z[verify-libraries] Compiling oso-derive v0.27.3
50742026-09-04T23:29:44.697Z[verify-libraries] Compiling quick-xml v0.37.5
50752026-09-04T23:29:44.859Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50762026-09-04T23:29:45.161Z[verify-libraries] Compiling openssl-probe v0.1.6
50772026-09-04T23:29:45.258Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50782026-09-04T23:29:45.307Z[verify-libraries] Compiling knus v3.4.0
50792026-09-04T23:29:45.412Z[verify-libraries] Compiling polyval v0.7.1
50802026-09-04T23:29:45.728Z[verify-libraries] Compiling der v0.8.0
50812026-09-04T23:29:45.854Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50822026-09-04T23:29:45.917Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50832026-09-04T23:29:46.138Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50842026-09-04T23:29:46.281Z[verify-libraries] Compiling git-stub v1.0.0
50852026-09-04T23:29:46.304Z[verify-libraries] Compiling kstat-rs v0.2.5
50862026-09-04T23:29:46.479Z[verify-libraries] Compiling trait-variant v0.1.2
50872026-09-04T23:29:46.626Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50882026-09-04T23:29:46.691Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50892026-09-04T23:29:46.761Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50902026-09-04T23:29:46.814Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50912026-09-04T23:29:46.857Z[ recovery-image] Sep 04 23:29:45.688 INFO O| Sep 04 23:29:45.688 INFO O| Download: 8584/16683 items 89.1/200.2MB 44% complete (18.0M/s)
50922026-09-04T23:29:46.944Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50932026-09-04T23:29:47.171Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50942026-09-04T23:29:47.205Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50952026-09-04T23:29:47.246Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50962026-09-04T23:29:47.298Z[verify-libraries] Compiling ghash v0.6.0
50972026-09-04T23:29:47.303Z[verify-libraries] Compiling pbkdf2 v0.13.0
50982026-09-04T23:29:47.447Z[verify-libraries] Compiling aes v0.9.1
50992026-09-04T23:29:47.516Z[verify-libraries] Compiling crypto-bigint v0.7.5
51002026-09-04T23:29:47.632Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51012026-09-04T23:29:47.710Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51022026-09-04T23:29:47.974Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51032026-09-04T23:29:48.026Z[verify-libraries] Compiling ctr v0.10.1
51042026-09-04T23:29:48.255Z[verify-libraries] Compiling aead v0.6.1
51052026-09-04T23:29:48.352Z[verify-libraries] Compiling bb8 v0.8.6
51062026-09-04T23:29:48.388Z[verify-libraries] Compiling parking_lot_core v0.8.6
51072026-09-04T23:29:48.481Z[verify-libraries] Compiling aes-gcm v0.11.0
51082026-09-04T23:29:48.673Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51092026-09-04T23:29:48.765Z[verify-libraries] Compiling spki v0.8.0
51102026-09-04T23:29:48.769Z[verify-libraries] Compiling mime_guess v2.0.5
51112026-09-04T23:29:48.829Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51122026-09-04T23:29:48.870Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51132026-09-04T23:29:48.902Z[verify-libraries] Compiling salsa20 v0.11.0
51142026-09-04T23:29:49.047Z[verify-libraries] Compiling nanorand v0.7.0
51152026-09-04T23:29:49.166Z[verify-libraries] Compiling scrypt v0.12.0
51162026-09-04T23:29:49.376Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51172026-09-04T23:29:49.474Z[verify-libraries] Compiling flume v0.11.1
51182026-09-04T23:29:49.538Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51192026-09-04T23:29:49.563Z[verify-libraries] Compiling cbc v0.2.1
51202026-09-04T23:29:49.808Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51212026-09-04T23:29:49.856Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51222026-09-04T23:29:49.896Z[verify-libraries] Compiling corncobs v0.1.4
51232026-09-04T23:29:49.927Z[verify-libraries] Compiling nonempty v0.12.0
51242026-09-04T23:29:50.164Z[verify-libraries] Compiling http-range v0.1.5
51252026-09-04T23:29:50.197Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51262026-09-04T23:29:50.220Z[verify-libraries] Compiling pkcs5 v0.8.1
51272026-09-04T23:29:50.296Z[verify-libraries] Compiling parking_lot v0.11.2
51282026-09-04T23:29:50.388Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51292026-09-04T23:29:50.434Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51302026-09-04T23:29:50.491Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51312026-09-04T23:29:50.694Z[verify-libraries] Compiling prefix-trie v0.7.0
51322026-09-04T23:29:50.776Z[verify-libraries] Compiling secrecy v0.8.0
51332026-09-04T23:29:50.913Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51342026-09-04T23:29:50.957Z[verify-libraries] Compiling pkcs8 v0.11.0
51352026-09-04T23:29:51.057Z[verify-libraries] Compiling sled v0.34.7
51362026-09-04T23:29:51.082Z[verify-libraries] Compiling hickory-server v0.25.2
51372026-09-04T23:29:51.198Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51382026-09-04T23:29:51.524Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51392026-09-04T23:29:51.552Z[verify-libraries] Compiling ff v0.14.0
51402026-09-04T23:29:51.656Z[verify-libraries] Compiling libz-sys v1.1.24
51412026-09-04T23:29:51.751Z[verify-libraries] Compiling group v0.14.0
51422026-09-04T23:29:51.788Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51432026-09-04T23:29:51.858Z[ recovery-image] Sep 04 23:29:50.688 INFO O| Sep 04 23:29:50.688 INFO O| Download: 16576/16683 items 198.3/200.2MB 99% complete (19.8M/s)
51442026-09-04T23:29:51.944Z[ recovery-image] Sep 04 23:29:50.774 INFO O| Sep 04 23:29:50.774 INFO O| Download: Completed 200.18 MB in 10.09 seconds (19.8M/s)
51452026-09-04T23:29:52.034Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51462026-09-04T23:29:52.266Z[verify-libraries] Compiling signature v3.0.0
51472026-09-04T23:29:52.303Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51482026-09-04T23:29:52.361Z[verify-libraries] Compiling base16ct v1.0.0
51492026-09-04T23:29:52.384Z[verify-libraries] Compiling instability v0.3.11
51502026-09-04T23:29:52.450Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51512026-09-04T23:29:52.610Z[verify-libraries] Compiling sec1 v0.8.1
51522026-09-04T23:29:52.639Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51532026-09-04T23:29:52.660Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51542026-09-04T23:29:52.729Z[verify-libraries] Compiling hkdf v0.13.0
51552026-09-04T23:29:52.955Z[verify-libraries] Compiling scuffle v0.1.0
51562026-09-04T23:29:53.062Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51572026-09-04T23:29:53.156Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51582026-09-04T23:29:53.204Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51592026-09-04T23:29:53.283Z[verify-libraries] Compiling castaway v0.2.4
51602026-09-04T23:29:53.431Z[verify-libraries] Compiling indoc v2.0.7
51612026-09-04T23:29:53.497Z[verify-libraries] Compiling compact_str v0.8.1
51622026-09-04T23:29:53.965Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51632026-09-04T23:29:54.039Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51642026-09-04T23:29:54.704Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51652026-09-04T23:29:54.913Z[verify-libraries] Compiling elliptic-curve v0.14.1
51662026-09-04T23:29:55.131Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51672026-09-04T23:29:55.182Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51682026-09-04T23:29:55.316Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51692026-09-04T23:29:55.463Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51702026-09-04T23:29:55.576Z[verify-libraries] Compiling lru v0.12.5
51712026-09-04T23:29:55.614Z[verify-libraries] Compiling unicode-truncate v1.1.0
51722026-09-04T23:29:55.672Z[verify-libraries] Compiling arc-swap v1.8.2
51732026-09-04T23:29:55.803Z[verify-libraries] Compiling cassowary v0.3.0
51742026-09-04T23:29:55.887Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51752026-09-04T23:29:55.967Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51762026-09-04T23:29:56.011Z[ recovery-image] Sep 04 23:29:54.842 INFO O| Sep 04 23:29:54.842 INFO O| Actions: 1/27596 actions (Installing new actions)
51772026-09-04T23:29:56.083Z[verify-libraries] Compiling slog-scope v4.4.1
51782026-09-04T23:29:56.460Z[verify-libraries] Compiling ratatui v0.29.0
51792026-09-04T23:29:56.505Z[verify-libraries] Compiling wnaf v0.14.0
51802026-09-04T23:29:56.541Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51812026-09-04T23:29:56.790Z[verify-libraries] Compiling primefield v0.14.0
51822026-09-04T23:29:57.195Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51832026-09-04T23:29:57.273Z[verify-libraries] Compiling rfc6979 v0.6.0
51842026-09-04T23:29:57.545Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51852026-09-04T23:29:57.568Z[verify-libraries] Compiling progenitor-impl v0.13.0
51862026-09-04T23:29:57.590Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51872026-09-04T23:29:57.883Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51882026-09-04T23:29:58.165Z[verify-libraries] Compiling vergen-git2 v9.1.0
51892026-09-04T23:29:58.412Z[verify-libraries] Compiling strsim v0.10.0
51902026-09-04T23:29:58.841Z[verify-libraries] Compiling darling_core v0.13.4
51912026-09-04T23:29:59.103Z[verify-libraries] Compiling ecdsa v0.17.0
51922026-09-04T23:29:59.154Z[verify-libraries] Compiling primeorder v0.14.0
51932026-09-04T23:29:59.154Z[verify-libraries] Compiling slog-stdlog v4.1.1
51942026-09-04T23:29:59.252Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51952026-09-04T23:29:59.532Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
51962026-09-04T23:29:59.651Z[verify-libraries] Compiling tungstenite v0.23.0
51972026-09-04T23:29:59.773Z[verify-libraries] Compiling progenitor-client v0.13.0
51982026-09-04T23:29:59.810Z[verify-libraries] Compiling curve25519-dalek v5.0.0
51992026-09-04T23:30:00.255Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
52002026-09-04T23:30:00.366Z[verify-libraries] Compiling diesel-dtrace v0.5.0
52012026-09-04T23:30:00.600Z[verify-libraries] Compiling progenitor-macro v0.13.0
52022026-09-04T23:30:00.705Z[verify-libraries] Compiling console v0.16.2
52032026-09-04T23:30:00.824Z[verify-libraries] Compiling libsw-core v0.3.2
52042026-09-04T23:30:00.910Z[verify-libraries] Compiling void v1.0.2
52052026-09-04T23:30:01.012Z[ recovery-image] Sep 04 23:29:59.842 INFO O| Sep 04 23:29:59.842 INFO O| Actions: 21254/27596 actions (Installing new actions)
52062026-09-04T23:30:01.054Z[verify-libraries] Compiling assert_matches v1.5.0
52072026-09-04T23:30:01.088Z[verify-libraries] Compiling unit-prefix v0.5.2
52082026-09-04T23:30:01.119Z[verify-libraries] Compiling lzss v0.8.2
52092026-09-04T23:30:01.175Z[verify-libraries] Compiling darling_macro v0.13.4
52102026-09-04T23:30:01.179Z[verify-libraries] Compiling libsw v3.5.0
52112026-09-04T23:30:01.257Z[verify-libraries] Compiling indicatif v0.18.4
52122026-09-04T23:30:01.290Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52132026-09-04T23:30:01.392Z[verify-libraries] Compiling slog-envlogger v2.2.0
52142026-09-04T23:30:01.416Z[verify-libraries] Compiling ssh-encoding v0.3.0
52152026-09-04T23:30:01.419Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52162026-09-04T23:30:01.494Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52172026-09-04T23:30:01.766Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52182026-09-04T23:30:01.833Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52192026-09-04T23:30:01.876Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52202026-09-04T23:30:01.907Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52212026-09-04T23:30:01.956Z[ recovery-image] Sep 04 23:30:00.786 INFO O| Sep 04 23:30:00.786 INFO O| Actions: Completed 27596 actions in 5.94 seconds.
52222026-09-04T23:30:02.042Z[ recovery-image] Sep 04 23:30:00.869 INFO O| Sep 04 23:30:00.869 INFO O| Finalize: Updating package state database ... Done
52232026-09-04T23:30:02.046Z[ recovery-image] Sep 04 23:30:00.869 INFO O| Sep 04 23:30:00.869 INFO O| Finalize: Updating package cache ... Done
52242026-09-04T23:30:02.110Z[verify-libraries] Compiling nix v0.27.1
52252026-09-04T23:30:02.151Z[verify-libraries] Compiling colored v2.2.0
52262026-09-04T23:30:02.182Z[verify-libraries] Compiling blake3 v1.8.5
52272026-09-04T23:30:02.201Z[ recovery-image] Sep 04 23:30:01.032 INFO O| Sep 04 23:30:01.032 INFO O| Finalize: Updating image state ... Done
52282026-09-04T23:30:02.238Z[verify-libraries] Compiling serde_bytes v0.11.19
52292026-09-04T23:30:02.269Z[verify-libraries] Compiling keccak v0.2.0
52302026-09-04T23:30:02.525Z[verify-libraries] Compiling shell-words v1.1.1
52312026-09-04T23:30:02.668Z[verify-libraries] Compiling darling v0.13.4
52322026-09-04T23:30:02.720Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52332026-09-04T23:30:02.819Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52342026-09-04T23:30:02.959Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52352026-09-04T23:30:02.997Z[ recovery-image] Sep 04 23:30:01.827 INFO O| Sep 04 23:30:01.827 INFO O| Finalize: Creating fast lookup database ... Done
52362026-09-04T23:30:03.015Z[ recovery-image] Sep 04 23:30:01.845 INFO O| Sep 04 23:30:01.845 INFO O| Finalize: Reading search index ... Done
52372026-09-04T23:30:03.329Z[verify-libraries] Compiling ed25519 v3.0.0
52382026-09-04T23:30:03.366Z[verify-libraries] Compiling crypto-primes v0.7.2
52392026-09-04T23:30:03.395Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52402026-09-04T23:30:03.399Z[verify-libraries] Compiling poly1305 v0.9.0
52412026-09-04T23:30:03.463Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52422026-09-04T23:30:03.752Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52432026-09-04T23:30:03.865Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52442026-09-04T23:30:04.271Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52452026-09-04T23:30:04.327Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52462026-09-04T23:30:04.449Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52472026-09-04T23:30:04.565Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52482026-09-04T23:30:04.607Z[verify-libraries] Compiling blowfish v0.10.0
52492026-09-04T23:30:04.668Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52502026-09-04T23:30:04.689Z[verify-libraries] Compiling petname v2.0.2
52512026-09-04T23:30:04.720Z[verify-libraries] Compiling constant_time_eq v0.4.2
52522026-09-04T23:30:04.724Z[verify-libraries] Compiling arrayvec v0.7.6
52532026-09-04T23:30:04.771Z[ recovery-image] Sep 04 23:30:03.601 INFO O| Sep 04 23:30:03.601 INFO O| Finalize: Building new search index ... Done
52542026-09-04T23:30:04.847Z[verify-libraries] Compiling arrayref v0.3.9
52552026-09-04T23:30:05.075Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52562026-09-04T23:30:05.139Z[ recovery-image] Sep 04 23:30:03.969 INFO O| Sep 04 23:30:03.969 INFO O| Finalize: Updating package cache ... Done
52572026-09-04T23:30:05.176Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52582026-09-04T23:30:05.431Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52592026-09-04T23:30:05.546Z[ recovery-image] Sep 04 23:30:04.376 INFO O| Sep 04 23:30:04.376 INFO STEP 11 (pkg_install) COMPLETE
52602026-09-04T23:30:05.546Z[ recovery-image] Sep 04 23:30:04.376 INFO O| Sep 04 23:30:04.376 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52612026-09-04T23:30:05.549Z[ recovery-image] Sep 04 23:30:04.376 INFO O| Sep 04 23:30:04.376 INFO skip step because feature "recovery" is enabled
52622026-09-04T23:30:05.549Z[ recovery-image] Sep 04 23:30:04.376 INFO O| Sep 04 23:30:04.376 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52632026-09-04T23:30:05.549Z[ recovery-image] Sep 04 23:30:04.376 INFO O| Sep 04 23:30:04.376 INFO skip step because feature "omicron1" is not enabled
52642026-09-04T23:30:05.549Z[ recovery-image] Sep 04 23:30:04.376 INFO O| Sep 04 23:30:04.376 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52652026-09-04T23:30:05.552Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52662026-09-04T23:30:05.557Z[ recovery-image] Sep 04 23:30:04.388 INFO O| Sep 04 23:30:04.388 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52672026-09-04T23:30:05.586Z[verify-libraries] Compiling ssh-cipher v0.3.0
52682026-09-04T23:30:05.646Z[verify-libraries] Compiling serde_with_macros v1.5.2
52692026-09-04T23:30:05.867Z[verify-libraries] Compiling sha3 v0.11.0
52702026-09-04T23:30:06.143Z[verify-libraries] Compiling p521 v0.14.0
52712026-09-04T23:30:06.232Z[verify-libraries] Compiling progenitor v0.13.0
52722026-09-04T23:30:06.295Z[verify-libraries] Compiling p256 v0.14.0
52732026-09-04T23:30:06.295Z[verify-libraries] Compiling p384 v0.14.0
52742026-09-04T23:30:06.393Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52752026-09-04T23:30:06.437Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52762026-09-04T23:30:06.470Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52772026-09-04T23:30:06.519Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52782026-09-04T23:30:06.635Z[verify-libraries] Compiling twox-hash v2.1.2
52792026-09-04T23:30:06.856Z[verify-libraries] Compiling kem v0.3.0
52802026-09-04T23:30:07.076Z[verify-libraries] Compiling module-lattice v0.2.3
52812026-09-04T23:30:07.109Z[verify-libraries] Compiling rtoolbox v0.0.3
52822026-09-04T23:30:07.140Z[verify-libraries] Compiling atty v0.2.14
52832026-09-04T23:30:07.302Z[verify-libraries] Compiling topological-sort v0.2.2
52842026-09-04T23:30:07.386Z[verify-libraries] Compiling sponge-cursor v0.1.0
52852026-09-04T23:30:07.408Z[verify-libraries] Compiling ml-kem v0.3.2
52862026-09-04T23:30:07.482Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52872026-09-04T23:30:07.528Z[verify-libraries] Compiling rpassword v7.5.4
52882026-09-04T23:30:07.600Z[verify-libraries] Compiling sha3 v0.12.0
52892026-09-04T23:30:07.894Z[verify-libraries] Compiling serde_with v1.14.0
52902026-09-04T23:30:08.246Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52912026-09-04T23:30:08.410Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52922026-09-04T23:30:08.560Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52932026-09-04T23:30:08.659Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52942026-09-04T23:30:08.833Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52952026-09-04T23:30:08.970Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52962026-09-04T23:30:09.106Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52972026-09-04T23:30:09.166Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52982026-09-04T23:30:09.422Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52992026-09-04T23:30:09.605Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53002026-09-04T23:30:09.791Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53012026-09-04T23:30:09.867Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53022026-09-04T23:30:09.901Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53032026-09-04T23:30:10.022Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53042026-09-04T23:30:10.108Z[verify-libraries] Compiling fatfs v0.3.6
53052026-09-04T23:30:10.212Z[verify-libraries] Compiling num-bigint v0.4.6
53062026-09-04T23:30:10.267Z[verify-libraries] Compiling generic-array v1.4.3
53072026-09-04T23:30:10.267Z[verify-libraries] Compiling russh-util v0.52.0
53082026-09-04T23:30:10.454Z[verify-libraries] Compiling enum_dispatch v0.3.13
53092026-09-04T23:30:10.511Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53102026-09-04T23:30:10.551Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53112026-09-04T23:30:10.735Z[verify-libraries] Compiling delegate v0.13.5
53122026-09-04T23:30:10.889Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53132026-09-04T23:30:10.934Z[verify-libraries] Compiling hex-literal v1.1.0
53142026-09-04T23:30:11.021Z[verify-libraries] Compiling sync-ptr v0.1.4
53152026-09-04T23:30:11.109Z[verify-libraries] Compiling seq-macro v0.3.6
53162026-09-04T23:30:11.285Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53172026-09-04T23:30:11.347Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53182026-09-04T23:30:11.448Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53192026-09-04T23:30:11.818Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53202026-09-04T23:30:11.891Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53212026-09-04T23:30:12.480Z[ recovery-image] Sep 04 23:30:11.310 INFO O| Sep 04 23:30:11.310 INFO O| Startup: Refreshing catalog 'helios' ... Done
53222026-09-04T23:30:12.565Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53232026-09-04T23:30:12.591Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53242026-09-04T23:30:12.974Z[ recovery-image] Sep 04 23:30:11.804 INFO O| Sep 04 23:30:11.804 INFO O| Startup: Caching catalogs ... Done
53252026-09-04T23:30:13.641Z[ recovery-image] Sep 04 23:30:12.471 INFO O| Sep 04 23:30:12.471 INFO O| Planning: Solver setup ... Done
53262026-09-04T23:30:13.650Z[ recovery-image] Sep 04 23:30:12.480 INFO O| Sep 04 23:30:12.480 INFO O| Planning: Running solver ... Done
53272026-09-04T23:30:13.667Z[ recovery-image] Sep 04 23:30:12.498 INFO O| Sep 04 23:30:12.498 INFO O| Planning: Finding local manifests ... Done
53282026-09-04T23:30:13.736Z[ recovery-image] Sep 04 23:30:12.566 INFO O| Sep 04 23:30:12.566 INFO O| Planning: Fetching manifests: 0/1 0% complete
53292026-09-04T23:30:13.762Z[ recovery-image] Sep 04 23:30:12.592 INFO O| Sep 04 23:30:12.592 INFO O| Planning: Fetching manifests: 1/1 100% complete
53302026-09-04T23:30:13.780Z[ recovery-image] Sep 04 23:30:12.610 INFO O| Sep 04 23:30:12.610 INFO O| Planning: Package planning ... Done
53312026-09-04T23:30:13.780Z[ recovery-image] Sep 04 23:30:12.611 INFO O| Sep 04 23:30:12.611 INFO O| Planning: Merging actions ... Done
53322026-09-04T23:30:13.801Z[ recovery-image] Sep 04 23:30:12.632 INFO O| Sep 04 23:30:12.631 INFO O| Planning: Checking for conflicting actions ... Done
53332026-09-04T23:30:13.805Z[ recovery-image] Sep 04 23:30:12.632 INFO O| Sep 04 23:30:12.632 INFO O| Planning: Consolidating action changes ... Done
53342026-09-04T23:30:13.899Z[ recovery-image] Sep 04 23:30:12.729 INFO O| Sep 04 23:30:12.729 INFO O| Planning: Evaluating mediators ... Done
53352026-09-04T23:30:13.903Z[ recovery-image] Sep 04 23:30:12.730 INFO O| Sep 04 23:30:12.730 INFO O| Planning: Planning completed in 0.91 seconds
53362026-09-04T23:30:13.903Z[ recovery-image] Sep 04 23:30:12.730 INFO O| Sep 04 23:30:12.730 INFO O| Packages to install: 1
53372026-09-04T23:30:13.914Z[ recovery-image] Sep 04 23:30:12.744 INFO O| Sep 04 23:30:12.744 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53382026-09-04T23:30:14.350Z[ recovery-image] Sep 04 23:30:13.180 INFO O| Sep 04 23:30:13.180 INFO O| Download: Completed 13.27 MB in 0.44 seconds (30.3M/s)
53392026-09-04T23:30:14.360Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53402026-09-04T23:30:14.372Z[ recovery-image] Sep 04 23:30:13.202 INFO O| Sep 04 23:30:13.202 INFO O| Actions: 1/22 actions (Installing new actions)
53412026-09-04T23:30:14.657Z[ recovery-image] Sep 04 23:30:13.487 INFO O| Sep 04 23:30:13.487 INFO O| Actions: Completed 22 actions in 0.29 seconds.
53422026-09-04T23:30:14.703Z[ recovery-image] Sep 04 23:30:13.533 INFO O| Sep 04 23:30:13.533 INFO O| Finalize: Updating package state database ... Done
53432026-09-04T23:30:14.703Z[ recovery-image] Sep 04 23:30:13.534 INFO O| Sep 04 23:30:13.533 INFO O| Finalize: Updating package cache ... Done
53442026-09-04T23:30:14.752Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53452026-09-04T23:30:14.827Z[ recovery-image] Sep 04 23:30:13.657 INFO O| Sep 04 23:30:13.657 INFO O| Finalize: Updating image state ... Done
53462026-09-04T23:30:14.868Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53472026-09-04T23:30:15.018Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53482026-09-04T23:30:15.708Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53492026-09-04T23:30:15.736Z[ recovery-image] Sep 04 23:30:14.566 INFO O| Sep 04 23:30:14.566 INFO O| Finalize: Creating fast lookup database ... Done
53502026-09-04T23:30:15.752Z[ recovery-image] Sep 04 23:30:14.583 INFO O| Sep 04 23:30:14.583 INFO O| Finalize: Reading search index ... Done
53512026-09-04T23:30:15.752Z[ recovery-image] Sep 04 23:30:14.583 INFO O| Sep 04 23:30:14.583 INFO O| Finalize: Updating search index ... Done
53522026-09-04T23:30:15.762Z[ recovery-image] Sep 04 23:30:14.593 INFO O| Sep 04 23:30:14.593 INFO O| Finalize: Updating package cache ... Done
53532026-09-04T23:30:15.985Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53542026-09-04T23:30:16.014Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53552026-09-04T23:30:16.084Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO STEP 14 (pkg_install) COMPLETE
53562026-09-04T23:30:16.084Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53572026-09-04T23:30:16.084Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO skip step because feature "mbist" is not enabled
53582026-09-04T23:30:16.084Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53592026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO skip step because feature "mfg" is not enabled
53602026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53612026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO skip step because feature "compliance" is not enabled
53622026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53632026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO skip step because feature "stress" is not enabled
53642026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53652026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO skip step because feature "compliance" is not enabled
53662026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53672026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO skip step because feature "nfs" is not enabled
53682026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53692026-09-04T23:30:16.088Z[ recovery-image] Sep 04 23:30:14.914 INFO O| Sep 04 23:30:14.914 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53702026-09-04T23:30:16.308Z[ recovery-image] Sep 04 23:30:15.138 INFO O| Sep 04 23:30:15.138 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53712026-09-04T23:30:16.335Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53722026-09-04T23:30:16.409Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53732026-09-04T23:30:16.450Z[ recovery-image] Sep 04 23:30:15.280 INFO O| Sep 04 23:30:15.280 INFO completed processing sled/ramdisk-01-os
53742026-09-04T23:30:16.453Z[ recovery-image] Sep 04 23:30:15.282 INFO image builder template: ramdisk-02-trim...
53752026-09-04T23:30:16.453Z[ recovery-image] Sep 04 23:30:15.282 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/.tmpaRJXye/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
53762026-09-04T23:30:16.460Z[verify-libraries] Compiling md5 v0.8.0
53772026-09-04T23:30:16.472Z[ recovery-image] Sep 04 23:30:15.302 INFO O| Sep 04 23:30:15.302 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53782026-09-04T23:30:16.475Z[ recovery-image] Sep 04 23:30:15.305 INFO O| Sep 04 23:30:15.305 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53792026-09-04T23:30:16.575Z[ recovery-image] Sep 04 23:30:15.405 INFO O| Sep 04 23:30:15.405 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53802026-09-04T23:30:16.654Z[ recovery-image] Sep 04 23:30:15.484 INFO O| Sep 04 23:30:15.484 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53812026-09-04T23:30:16.654Z[ recovery-image] Sep 04 23:30:15.484 INFO O| Sep 04 23:30:15.484 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53822026-09-04T23:30:16.659Z[ recovery-image] Sep 04 23:30:15.489 INFO O| Sep 04 23:30:15.489 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53832026-09-04T23:30:16.663Z[ recovery-image] Sep 04 23:30:15.494 INFO O| Sep 04 23:30:15.494 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53842026-09-04T23:30:16.668Z[ recovery-image] Sep 04 23:30:15.498 INFO O| Sep 04 23:30:15.498 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53852026-09-04T23:30:16.914Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53862026-09-04T23:30:17.016Z[verify-libraries] Compiling russh v0.62.4
53872026-09-04T23:30:17.569Z[ recovery-image] Sep 04 23:30:16.399 INFO O| Sep 04 23:30:16.399 INFO rolled back to input snapshot; work may begin
53882026-09-04T23:30:17.569Z[ recovery-image] Sep 04 23:30:16.399 INFO O| Sep 04 23:30:16.399 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53892026-09-04T23:30:17.574Z[ recovery-image] Sep 04 23:30:16.405 INFO O| Sep 04 23:30:16.404 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53902026-09-04T23:30:17.585Z[ recovery-image] Sep 04 23:30:16.415 INFO O| Sep 04 23:30:16.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53912026-09-04T23:30:17.622Z[ recovery-image] Sep 04 23:30:16.453 INFO O| Sep 04 23:30:16.453 INFO STEP 0 (remove_files) COMPLETE
53922026-09-04T23:30:17.623Z[ recovery-image] Sep 04 23:30:16.453 INFO O| Sep 04 23:30:16.453 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53932026-09-04T23:30:17.636Z[ recovery-image] Sep 04 23:30:16.464 INFO O| Sep 04 23:30:16.464 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53942026-09-04T23:30:17.636Z[ recovery-image] Sep 04 23:30:16.466 INFO O| Sep 04 23:30:16.466 INFO STEP 1 (remove_files) COMPLETE
53952026-09-04T23:30:17.636Z[ recovery-image] Sep 04 23:30:16.466 INFO O| Sep 04 23:30:16.466 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53962026-09-04T23:30:17.645Z[ recovery-image] Sep 04 23:30:16.475 INFO O| Sep 04 23:30:16.475 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53972026-09-04T23:30:17.657Z[ recovery-image] Sep 04 23:30:16.487 INFO O| Sep 04 23:30:16.487 INFO STEP 2 (remove_files) COMPLETE
53982026-09-04T23:30:17.657Z[ recovery-image] Sep 04 23:30:16.487 INFO O| Sep 04 23:30:16.487 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53992026-09-04T23:30:17.668Z[ recovery-image] Sep 04 23:30:16.498 INFO O| Sep 04 23:30:16.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54002026-09-04T23:30:17.671Z[ recovery-image] Sep 04 23:30:16.500 INFO O| Sep 04 23:30:16.500 INFO STEP 3 (remove_files) COMPLETE
54012026-09-04T23:30:17.671Z[ recovery-image] Sep 04 23:30:16.500 INFO O| Sep 04 23:30:16.500 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54022026-09-04T23:30:17.678Z[ recovery-image] Sep 04 23:30:16.509 INFO O| Sep 04 23:30:16.509 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54032026-09-04T23:30:17.681Z[ recovery-image] Sep 04 23:30:16.512 INFO O| Sep 04 23:30:16.512 INFO STEP 4 (remove_files) COMPLETE
54042026-09-04T23:30:17.682Z[ recovery-image] Sep 04 23:30:16.512 INFO O| Sep 04 23:30:16.512 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54052026-09-04T23:30:17.692Z[ recovery-image] Sep 04 23:30:16.522 INFO O| Sep 04 23:30:16.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54062026-09-04T23:30:17.692Z[ recovery-image] Sep 04 23:30:16.522 INFO O| Sep 04 23:30:16.522 INFO STEP 5 (remove_files) COMPLETE
54072026-09-04T23:30:17.692Z[ recovery-image] Sep 04 23:30:16.522 INFO O| Sep 04 23:30:16.522 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54082026-09-04T23:30:17.700Z[ recovery-image] Sep 04 23:30:16.531 INFO O| Sep 04 23:30:16.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54092026-09-04T23:30:17.710Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.540 INFO STEP 6 (remove_files) COMPLETE
54102026-09-04T23:30:17.710Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.540 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54112026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.540 INFO skip step because feature "heliosv2" is not enabled
54122026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.541 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54132026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.541 INFO skip step because feature "recovery" is enabled
54142026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.541 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54152026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.541 INFO skip step because feature "recovery" is enabled
54162026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.541 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54172026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.541 INFO skip step because feature "recovery" is enabled
54182026-09-04T23:30:17.714Z[ recovery-image] Sep 04 23:30:16.541 INFO O| Sep 04 23:30:16.541 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54192026-09-04T23:30:17.720Z[ recovery-image] Sep 04 23:30:16.550 INFO O| Sep 04 23:30:16.550 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54202026-09-04T23:30:17.723Z[ recovery-image] Sep 04 23:30:16.553 INFO O| Sep 04 23:30:16.553 INFO STEP 11 (remove_files) COMPLETE
54212026-09-04T23:30:17.723Z[ recovery-image] Sep 04 23:30:16.553 INFO O| Sep 04 23:30:16.553 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54222026-09-04T23:30:17.733Z[ recovery-image] Sep 04 23:30:16.563 INFO O| Sep 04 23:30:16.563 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54232026-09-04T23:30:17.736Z[ recovery-image] Sep 04 23:30:16.564 INFO O| Sep 04 23:30:16.564 INFO STEP 12 (remove_files) COMPLETE
54242026-09-04T23:30:17.736Z[ recovery-image] Sep 04 23:30:16.564 INFO O| Sep 04 23:30:16.564 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54252026-09-04T23:30:17.744Z[ recovery-image] Sep 04 23:30:16.574 INFO O| Sep 04 23:30:16.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54262026-09-04T23:30:17.747Z[ recovery-image] Sep 04 23:30:16.575 INFO O| Sep 04 23:30:16.575 INFO STEP 13 (remove_files) COMPLETE
54272026-09-04T23:30:17.748Z[ recovery-image] Sep 04 23:30:16.575 INFO O| Sep 04 23:30:16.575 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54282026-09-04T23:30:17.866Z[ recovery-image] Sep 04 23:30:16.696 INFO O| Sep 04 23:30:16.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54292026-09-04T23:30:17.869Z[ recovery-image] Sep 04 23:30:16.699 INFO O| Sep 04 23:30:16.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54302026-09-04T23:30:17.910Z[ recovery-image] Sep 04 23:30:16.740 INFO O| Sep 04 23:30:16.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54312026-09-04T23:30:17.913Z[ recovery-image] Sep 04 23:30:16.740 INFO O| Sep 04 23:30:16.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54322026-09-04T23:30:17.918Z[ recovery-image] Sep 04 23:30:16.748 INFO O| Sep 04 23:30:16.748 INFO STEP 14 (remove_files) COMPLETE
54332026-09-04T23:30:17.918Z[ recovery-image] Sep 04 23:30:16.748 INFO O| Sep 04 23:30:16.748 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54342026-09-04T23:30:17.929Z[ recovery-image] Sep 04 23:30:16.760 INFO O| Sep 04 23:30:16.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54352026-09-04T23:30:17.932Z[ recovery-image] Sep 04 23:30:16.761 INFO O| Sep 04 23:30:16.761 INFO STEP 15 (remove_files) COMPLETE
54362026-09-04T23:30:17.932Z[ recovery-image] Sep 04 23:30:16.761 INFO O| Sep 04 23:30:16.761 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54372026-09-04T23:30:17.940Z[ recovery-image] Sep 04 23:30:16.771 INFO O| Sep 04 23:30:16.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54382026-09-04T23:30:17.946Z[ recovery-image] Sep 04 23:30:16.776 INFO O| Sep 04 23:30:16.776 INFO STEP 16 (remove_files) COMPLETE
54392026-09-04T23:30:17.946Z[ recovery-image] Sep 04 23:30:16.777 INFO O| Sep 04 23:30:16.776 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54402026-09-04T23:30:17.967Z[ recovery-image] Sep 04 23:30:16.796 INFO O| Sep 04 23:30:16.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54412026-09-04T23:30:17.967Z[ recovery-image] Sep 04 23:30:16.797 INFO O| Sep 04 23:30:16.796 INFO STEP 17 (remove_files) COMPLETE
54422026-09-04T23:30:17.967Z[ recovery-image] Sep 04 23:30:16.797 INFO O| Sep 04 23:30:16.796 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54432026-09-04T23:30:17.991Z[ recovery-image] Sep 04 23:30:16.817 INFO O| Sep 04 23:30:16.817 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54442026-09-04T23:30:17.991Z[ recovery-image] Sep 04 23:30:16.818 INFO O| Sep 04 23:30:16.818 INFO STEP 18 (remove_files) COMPLETE
54452026-09-04T23:30:17.991Z[ recovery-image] Sep 04 23:30:16.818 INFO O| Sep 04 23:30:16.818 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54462026-09-04T23:30:18.004Z[ recovery-image] Sep 04 23:30:16.835 INFO O| Sep 04 23:30:16.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54472026-09-04T23:30:18.004Z[ recovery-image] Sep 04 23:30:16.835 INFO O| Sep 04 23:30:16.835 INFO STEP 19 (remove_files) COMPLETE
54482026-09-04T23:30:18.004Z[ recovery-image] Sep 04 23:30:16.835 INFO O| Sep 04 23:30:16.835 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54492026-09-04T23:30:18.016Z[ recovery-image] Sep 04 23:30:16.846 INFO O| Sep 04 23:30:16.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54502026-09-04T23:30:18.016Z[ recovery-image] Sep 04 23:30:16.846 INFO O| Sep 04 23:30:16.846 INFO STEP 20 (remove_files) COMPLETE
54512026-09-04T23:30:18.016Z[ recovery-image] Sep 04 23:30:16.846 INFO O| Sep 04 23:30:16.846 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54522026-09-04T23:30:18.025Z[ recovery-image] Sep 04 23:30:16.855 INFO O| Sep 04 23:30:16.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54532026-09-04T23:30:18.025Z[ recovery-image] Sep 04 23:30:16.855 INFO O| Sep 04 23:30:16.855 INFO STEP 21 (remove_files) COMPLETE
54542026-09-04T23:30:18.025Z[ recovery-image] Sep 04 23:30:16.855 INFO O| Sep 04 23:30:16.855 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54552026-09-04T23:30:18.034Z[ recovery-image] Sep 04 23:30:16.865 INFO O| Sep 04 23:30:16.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54562026-09-04T23:30:18.034Z[ recovery-image] Sep 04 23:30:16.865 INFO O| Sep 04 23:30:16.865 INFO STEP 22 (remove_files) COMPLETE
54572026-09-04T23:30:18.034Z[ recovery-image] Sep 04 23:30:16.865 INFO O| Sep 04 23:30:16.865 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54582026-09-04T23:30:18.043Z[ recovery-image] Sep 04 23:30:16.873 INFO O| Sep 04 23:30:16.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54592026-09-04T23:30:18.043Z[ recovery-image] Sep 04 23:30:16.873 INFO O| Sep 04 23:30:16.873 INFO STEP 23 (remove_files) COMPLETE
54602026-09-04T23:30:18.043Z[ recovery-image] Sep 04 23:30:16.873 INFO O| Sep 04 23:30:16.873 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54612026-09-04T23:30:18.051Z[ recovery-image] Sep 04 23:30:16.882 INFO O| Sep 04 23:30:16.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54622026-09-04T23:30:18.051Z[ recovery-image] Sep 04 23:30:16.882 INFO O| Sep 04 23:30:16.882 INFO STEP 24 (remove_files) COMPLETE
54632026-09-04T23:30:18.051Z[ recovery-image] Sep 04 23:30:16.882 INFO O| Sep 04 23:30:16.882 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54642026-09-04T23:30:18.065Z[ recovery-image] Sep 04 23:30:16.896 INFO O| Sep 04 23:30:16.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54652026-09-04T23:30:18.065Z[ recovery-image] Sep 04 23:30:16.896 INFO O| Sep 04 23:30:16.896 INFO STEP 25 (remove_files) COMPLETE
54662026-09-04T23:30:18.065Z[ recovery-image] Sep 04 23:30:16.896 INFO O| Sep 04 23:30:16.896 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54672026-09-04T23:30:18.077Z[ recovery-image] Sep 04 23:30:16.907 INFO O| Sep 04 23:30:16.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54682026-09-04T23:30:18.077Z[ recovery-image] Sep 04 23:30:16.907 INFO O| Sep 04 23:30:16.907 INFO STEP 26 (remove_files) COMPLETE
54692026-09-04T23:30:18.077Z[ recovery-image] Sep 04 23:30:16.907 INFO O| Sep 04 23:30:16.907 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54702026-09-04T23:30:18.091Z[ recovery-image] Sep 04 23:30:16.922 INFO O| Sep 04 23:30:16.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54712026-09-04T23:30:18.091Z[ recovery-image] Sep 04 23:30:16.922 INFO O| Sep 04 23:30:16.922 INFO STEP 27 (remove_files) COMPLETE
54722026-09-04T23:30:18.091Z[ recovery-image] Sep 04 23:30:16.922 INFO O| Sep 04 23:30:16.922 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54732026-09-04T23:30:18.108Z[ recovery-image] Sep 04 23:30:16.939 INFO O| Sep 04 23:30:16.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54742026-09-04T23:30:18.108Z[ recovery-image] Sep 04 23:30:16.939 INFO O| Sep 04 23:30:16.939 INFO STEP 28 (remove_files) COMPLETE
54752026-09-04T23:30:18.108Z[ recovery-image] Sep 04 23:30:16.939 INFO O| Sep 04 23:30:16.939 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54762026-09-04T23:30:18.119Z[ recovery-image] Sep 04 23:30:16.949 INFO O| Sep 04 23:30:16.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54772026-09-04T23:30:18.119Z[ recovery-image] Sep 04 23:30:16.949 INFO O| Sep 04 23:30:16.949 INFO STEP 29 (remove_files) COMPLETE
54782026-09-04T23:30:18.122Z[ recovery-image] Sep 04 23:30:16.949 INFO O| Sep 04 23:30:16.949 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54792026-09-04T23:30:18.135Z[ recovery-image] Sep 04 23:30:16.965 INFO O| Sep 04 23:30:16.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54802026-09-04T23:30:18.135Z[ recovery-image] Sep 04 23:30:16.965 INFO O| Sep 04 23:30:16.965 INFO STEP 30 (remove_files) COMPLETE
54812026-09-04T23:30:18.135Z[ recovery-image] Sep 04 23:30:16.965 INFO O| Sep 04 23:30:16.965 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54822026-09-04T23:30:18.149Z[ recovery-image] Sep 04 23:30:16.980 INFO O| Sep 04 23:30:16.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54832026-09-04T23:30:18.149Z[ recovery-image] Sep 04 23:30:16.980 INFO O| Sep 04 23:30:16.980 INFO STEP 31 (remove_files) COMPLETE
54842026-09-04T23:30:18.152Z[ recovery-image] Sep 04 23:30:16.980 INFO O| Sep 04 23:30:16.980 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54852026-09-04T23:30:18.169Z[ recovery-image] Sep 04 23:30:17.000 INFO O| Sep 04 23:30:17.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54862026-09-04T23:30:18.169Z[ recovery-image] Sep 04 23:30:17.000 INFO O| Sep 04 23:30:17.000 INFO STEP 32 (remove_files) COMPLETE
54872026-09-04T23:30:18.169Z[ recovery-image] Sep 04 23:30:17.000 INFO O| Sep 04 23:30:17.000 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54882026-09-04T23:30:18.179Z[ recovery-image] Sep 04 23:30:17.010 INFO O| Sep 04 23:30:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54892026-09-04T23:30:18.179Z[ recovery-image] Sep 04 23:30:17.010 INFO O| Sep 04 23:30:17.010 INFO STEP 33 (remove_files) COMPLETE
54902026-09-04T23:30:18.179Z[ recovery-image] Sep 04 23:30:17.010 INFO O| Sep 04 23:30:17.010 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54912026-09-04T23:30:18.189Z[ recovery-image] Sep 04 23:30:17.019 INFO O| Sep 04 23:30:17.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54922026-09-04T23:30:18.189Z[ recovery-image] Sep 04 23:30:17.019 INFO O| Sep 04 23:30:17.019 INFO STEP 34 (remove_files) COMPLETE
54932026-09-04T23:30:18.189Z[ recovery-image] Sep 04 23:30:17.019 INFO O| Sep 04 23:30:17.019 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54942026-09-04T23:30:18.202Z[ recovery-image] Sep 04 23:30:17.033 INFO O| Sep 04 23:30:17.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54952026-09-04T23:30:18.202Z[ recovery-image] Sep 04 23:30:17.033 INFO O| Sep 04 23:30:17.033 INFO STEP 35 (remove_files) COMPLETE
54962026-09-04T23:30:18.202Z[ recovery-image] Sep 04 23:30:17.033 INFO O| Sep 04 23:30:17.033 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54972026-09-04T23:30:18.214Z[ recovery-image] Sep 04 23:30:17.044 INFO O| Sep 04 23:30:17.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
54982026-09-04T23:30:18.214Z[ recovery-image] Sep 04 23:30:17.044 INFO O| Sep 04 23:30:17.044 INFO STEP 36 (remove_files) COMPLETE
54992026-09-04T23:30:18.214Z[ recovery-image] Sep 04 23:30:17.044 INFO O| Sep 04 23:30:17.044 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55002026-09-04T23:30:18.227Z[ recovery-image] Sep 04 23:30:17.058 INFO O| Sep 04 23:30:17.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55012026-09-04T23:30:18.227Z[ recovery-image] Sep 04 23:30:17.058 INFO O| Sep 04 23:30:17.058 INFO STEP 37 (remove_files) COMPLETE
55022026-09-04T23:30:18.227Z[ recovery-image] Sep 04 23:30:17.058 INFO O| Sep 04 23:30:17.058 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55032026-09-04T23:30:18.238Z[ recovery-image] Sep 04 23:30:17.068 INFO O| Sep 04 23:30:17.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55042026-09-04T23:30:18.238Z[ recovery-image] Sep 04 23:30:17.068 INFO O| Sep 04 23:30:17.068 INFO STEP 38 (remove_files) COMPLETE
55052026-09-04T23:30:18.238Z[ recovery-image] Sep 04 23:30:17.068 INFO O| Sep 04 23:30:17.068 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55062026-09-04T23:30:18.247Z[ recovery-image] Sep 04 23:30:17.078 INFO O| Sep 04 23:30:17.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55072026-09-04T23:30:18.247Z[ recovery-image] Sep 04 23:30:17.078 INFO O| Sep 04 23:30:17.078 INFO STEP 39 (remove_files) COMPLETE
55082026-09-04T23:30:18.247Z[ recovery-image] Sep 04 23:30:17.078 INFO O| Sep 04 23:30:17.078 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55092026-09-04T23:30:18.258Z[ recovery-image] Sep 04 23:30:17.088 INFO O| Sep 04 23:30:17.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55102026-09-04T23:30:18.258Z[ recovery-image] Sep 04 23:30:17.088 INFO O| Sep 04 23:30:17.088 INFO STEP 40 (remove_files) COMPLETE
55112026-09-04T23:30:18.258Z[ recovery-image] Sep 04 23:30:17.088 INFO O| Sep 04 23:30:17.088 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55122026-09-04T23:30:18.267Z[ recovery-image] Sep 04 23:30:17.097 INFO O| Sep 04 23:30:17.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55132026-09-04T23:30:18.267Z[ recovery-image] Sep 04 23:30:17.098 INFO O| Sep 04 23:30:17.097 INFO STEP 41 (remove_files) COMPLETE
55142026-09-04T23:30:18.267Z[ recovery-image] Sep 04 23:30:17.098 INFO O| Sep 04 23:30:17.098 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55152026-09-04T23:30:18.277Z[ recovery-image] Sep 04 23:30:17.106 INFO O| Sep 04 23:30:17.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55162026-09-04T23:30:18.277Z[ recovery-image] Sep 04 23:30:17.106 INFO O| Sep 04 23:30:17.106 INFO STEP 42 (remove_files) COMPLETE
55172026-09-04T23:30:18.277Z[ recovery-image] Sep 04 23:30:17.106 INFO O| Sep 04 23:30:17.106 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-04T23:30:18.287Z[ recovery-image] Sep 04 23:30:17.117 INFO O| Sep 04 23:30:17.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55192026-09-04T23:30:18.287Z[ recovery-image] Sep 04 23:30:17.117 INFO O| Sep 04 23:30:17.117 INFO STEP 43 (remove_files) COMPLETE
55202026-09-04T23:30:18.287Z[ recovery-image] Sep 04 23:30:17.117 INFO O| Sep 04 23:30:17.117 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-04T23:30:18.297Z[ recovery-image] Sep 04 23:30:17.127 INFO O| Sep 04 23:30:17.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55222026-09-04T23:30:18.297Z[ recovery-image] Sep 04 23:30:17.128 INFO O| Sep 04 23:30:17.127 INFO STEP 44 (remove_files) COMPLETE
55232026-09-04T23:30:18.297Z[ recovery-image] Sep 04 23:30:17.128 INFO O| Sep 04 23:30:17.127 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-04T23:30:18.309Z[ recovery-image] Sep 04 23:30:17.139 INFO O| Sep 04 23:30:17.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55252026-09-04T23:30:18.309Z[ recovery-image] Sep 04 23:30:17.139 INFO O| Sep 04 23:30:17.139 INFO STEP 45 (remove_files) COMPLETE
55262026-09-04T23:30:18.309Z[ recovery-image] Sep 04 23:30:17.139 INFO O| Sep 04 23:30:17.139 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-04T23:30:18.319Z[ recovery-image] Sep 04 23:30:17.150 INFO O| Sep 04 23:30:17.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55282026-09-04T23:30:18.320Z[ recovery-image] Sep 04 23:30:17.150 INFO O| Sep 04 23:30:17.150 INFO STEP 46 (remove_files) COMPLETE
55292026-09-04T23:30:18.320Z[ recovery-image] Sep 04 23:30:17.150 INFO O| Sep 04 23:30:17.150 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55302026-09-04T23:30:18.331Z[ recovery-image] Sep 04 23:30:17.161 INFO O| Sep 04 23:30:17.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55312026-09-04T23:30:18.331Z[ recovery-image] Sep 04 23:30:17.162 INFO O| Sep 04 23:30:17.161 INFO STEP 47 (remove_files) COMPLETE
55322026-09-04T23:30:18.331Z[ recovery-image] Sep 04 23:30:17.162 INFO O| Sep 04 23:30:17.162 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55332026-09-04T23:30:18.341Z[ recovery-image] Sep 04 23:30:17.172 INFO O| Sep 04 23:30:17.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55342026-09-04T23:30:18.342Z[ recovery-image] Sep 04 23:30:17.172 INFO O| Sep 04 23:30:17.172 INFO STEP 48 (remove_files) COMPLETE
55352026-09-04T23:30:18.342Z[ recovery-image] Sep 04 23:30:17.172 INFO O| Sep 04 23:30:17.172 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55362026-09-04T23:30:18.351Z[ recovery-image] Sep 04 23:30:17.182 INFO O| Sep 04 23:30:17.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55372026-09-04T23:30:18.351Z[ recovery-image] Sep 04 23:30:17.182 INFO O| Sep 04 23:30:17.182 INFO STEP 49 (remove_files) COMPLETE
55382026-09-04T23:30:18.351Z[ recovery-image] Sep 04 23:30:17.182 INFO O| Sep 04 23:30:17.182 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55392026-09-04T23:30:18.361Z[ recovery-image] Sep 04 23:30:17.192 INFO O| Sep 04 23:30:17.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55402026-09-04T23:30:18.361Z[ recovery-image] Sep 04 23:30:17.192 INFO O| Sep 04 23:30:17.192 INFO STEP 50 (remove_files) COMPLETE
55412026-09-04T23:30:18.365Z[ recovery-image] Sep 04 23:30:17.192 INFO O| Sep 04 23:30:17.192 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55422026-09-04T23:30:18.372Z[ recovery-image] Sep 04 23:30:17.202 INFO O| Sep 04 23:30:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55432026-09-04T23:30:18.372Z[ recovery-image] Sep 04 23:30:17.202 INFO O| Sep 04 23:30:17.202 INFO STEP 51 (remove_files) COMPLETE
55442026-09-04T23:30:18.375Z[ recovery-image] Sep 04 23:30:17.202 INFO O| Sep 04 23:30:17.202 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55452026-09-04T23:30:18.383Z[ recovery-image] Sep 04 23:30:17.214 INFO O| Sep 04 23:30:17.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55462026-09-04T23:30:18.383Z[ recovery-image] Sep 04 23:30:17.214 INFO O| Sep 04 23:30:17.214 INFO STEP 52 (remove_files) COMPLETE
55472026-09-04T23:30:18.383Z[ recovery-image] Sep 04 23:30:17.214 INFO O| Sep 04 23:30:17.214 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55482026-09-04T23:30:18.394Z[ recovery-image] Sep 04 23:30:17.224 INFO O| Sep 04 23:30:17.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55492026-09-04T23:30:18.394Z[ recovery-image] Sep 04 23:30:17.224 INFO O| Sep 04 23:30:17.224 INFO STEP 53 (remove_files) COMPLETE
55502026-09-04T23:30:18.394Z[ recovery-image] Sep 04 23:30:17.224 INFO O| Sep 04 23:30:17.224 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55512026-09-04T23:30:18.406Z[ recovery-image] Sep 04 23:30:17.235 INFO O| Sep 04 23:30:17.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55522026-09-04T23:30:18.406Z[ recovery-image] Sep 04 23:30:17.235 INFO O| Sep 04 23:30:17.235 INFO STEP 54 (remove_files) COMPLETE
55532026-09-04T23:30:18.406Z[ recovery-image] Sep 04 23:30:17.235 INFO O| Sep 04 23:30:17.235 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55542026-09-04T23:30:18.413Z[ recovery-image] Sep 04 23:30:17.244 INFO O| Sep 04 23:30:17.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55552026-09-04T23:30:18.413Z[ recovery-image] Sep 04 23:30:17.244 INFO O| Sep 04 23:30:17.244 INFO STEP 55 (remove_files) COMPLETE
55562026-09-04T23:30:18.413Z[ recovery-image] Sep 04 23:30:17.244 INFO O| Sep 04 23:30:17.244 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55572026-09-04T23:30:18.425Z[ recovery-image] Sep 04 23:30:17.255 INFO O| Sep 04 23:30:17.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55582026-09-04T23:30:18.425Z[ recovery-image] Sep 04 23:30:17.255 INFO O| Sep 04 23:30:17.255 INFO STEP 56 (remove_files) COMPLETE
55592026-09-04T23:30:18.425Z[ recovery-image] Sep 04 23:30:17.255 INFO O| Sep 04 23:30:17.255 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55602026-09-04T23:30:18.436Z[ recovery-image] Sep 04 23:30:17.266 INFO O| Sep 04 23:30:17.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55612026-09-04T23:30:18.436Z[ recovery-image] Sep 04 23:30:17.266 INFO O| Sep 04 23:30:17.266 INFO STEP 57 (remove_files) COMPLETE
55622026-09-04T23:30:18.436Z[ recovery-image] Sep 04 23:30:17.266 INFO O| Sep 04 23:30:17.266 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55632026-09-04T23:30:18.445Z[ recovery-image] Sep 04 23:30:17.276 INFO O| Sep 04 23:30:17.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55642026-09-04T23:30:18.445Z[ recovery-image] Sep 04 23:30:17.276 INFO O| Sep 04 23:30:17.276 INFO STEP 58 (remove_files) COMPLETE
55652026-09-04T23:30:18.445Z[ recovery-image] Sep 04 23:30:17.276 INFO O| Sep 04 23:30:17.276 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55662026-09-04T23:30:18.453Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55672026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55682026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55692026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55702026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55712026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55722026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55732026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO ok!
55742026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO STEP 59 (ensure_file) COMPLETE
55752026-09-04T23:30:18.457Z[ recovery-image] Sep 04 23:30:17.286 INFO O| Sep 04 23:30:17.286 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55762026-09-04T23:30:18.467Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55772026-09-04T23:30:18.467Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55782026-09-04T23:30:18.472Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55792026-09-04T23:30:18.472Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55802026-09-04T23:30:18.472Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55812026-09-04T23:30:18.472Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55822026-09-04T23:30:18.472Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO ok!
55832026-09-04T23:30:18.472Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO STEP 60 (ensure_file) COMPLETE
55842026-09-04T23:30:18.472Z[ recovery-image] Sep 04 23:30:17.297 INFO O| Sep 04 23:30:17.297 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55852026-09-04T23:30:18.477Z[ recovery-image] Sep 04 23:30:17.307 INFO O| Sep 04 23:30:17.307 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55862026-09-04T23:30:18.477Z[ recovery-image] Sep 04 23:30:17.307 INFO O| Sep 04 23:30:17.307 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55872026-09-04T23:30:18.477Z[ recovery-image] Sep 04 23:30:17.307 INFO O| Sep 04 23:30:17.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55882026-09-04T23:30:18.480Z[ recovery-image] Sep 04 23:30:17.307 INFO O| Sep 04 23:30:17.307 INFO ok!
55892026-09-04T23:30:18.480Z[ recovery-image] Sep 04 23:30:17.307 INFO O| Sep 04 23:30:17.307 INFO STEP 61 (ensure_file) COMPLETE
55902026-09-04T23:30:18.480Z[ recovery-image] Sep 04 23:30:17.307 INFO O| Sep 04 23:30:17.307 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55912026-09-04T23:30:18.486Z[ recovery-image] Sep 04 23:30:17.316 INFO O| Sep 04 23:30:17.316 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55922026-09-04T23:30:18.486Z[ recovery-image] Sep 04 23:30:17.316 INFO O| Sep 04 23:30:17.316 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55932026-09-04T23:30:18.489Z[ recovery-image] Sep 04 23:30:17.317 INFO O| Sep 04 23:30:17.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55942026-09-04T23:30:18.489Z[ recovery-image] Sep 04 23:30:17.317 INFO O| Sep 04 23:30:17.317 INFO ok!
55952026-09-04T23:30:18.489Z[ recovery-image] Sep 04 23:30:17.317 INFO O| Sep 04 23:30:17.317 INFO STEP 62 (ensure_file) COMPLETE
55962026-09-04T23:30:18.489Z[ recovery-image] Sep 04 23:30:17.317 INFO O| Sep 04 23:30:17.317 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55972026-09-04T23:30:18.497Z[ recovery-image] Sep 04 23:30:17.327 INFO O| Sep 04 23:30:17.327 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
55982026-09-04T23:30:18.497Z[ recovery-image] Sep 04 23:30:17.327 INFO O| Sep 04 23:30:17.327 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
55992026-09-04T23:30:18.497Z[ recovery-image] Sep 04 23:30:17.328 INFO O| Sep 04 23:30:17.327 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56002026-09-04T23:30:18.501Z[ recovery-image] Sep 04 23:30:17.328 INFO O| Sep 04 23:30:17.328 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56012026-09-04T23:30:18.501Z[ recovery-image] Sep 04 23:30:17.328 INFO O| Sep 04 23:30:17.328 INFO ok!
56022026-09-04T23:30:18.501Z[ recovery-image] Sep 04 23:30:17.328 INFO O| Sep 04 23:30:17.328 INFO STEP 63 (ensure_file) COMPLETE
56032026-09-04T23:30:18.501Z[ recovery-image] Sep 04 23:30:17.328 INFO O| Sep 04 23:30:17.328 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56042026-09-04T23:30:18.507Z[ recovery-image] Sep 04 23:30:17.338 INFO O| Sep 04 23:30:17.338 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56052026-09-04T23:30:18.507Z[ recovery-image] Sep 04 23:30:17.338 INFO O| Sep 04 23:30:17.338 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56062026-09-04T23:30:18.507Z[ recovery-image] Sep 04 23:30:17.338 INFO O| Sep 04 23:30:17.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56072026-09-04T23:30:18.510Z[ recovery-image] Sep 04 23:30:17.338 INFO O| Sep 04 23:30:17.338 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56082026-09-04T23:30:18.510Z[ recovery-image] Sep 04 23:30:17.338 INFO O| Sep 04 23:30:17.338 INFO ok!
56092026-09-04T23:30:18.510Z[ recovery-image] Sep 04 23:30:17.338 INFO O| Sep 04 23:30:17.338 INFO STEP 64 (ensure_file) COMPLETE
56102026-09-04T23:30:18.510Z[ recovery-image] Sep 04 23:30:17.338 INFO O| Sep 04 23:30:17.338 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56112026-09-04T23:30:18.517Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56122026-09-04T23:30:18.520Z[ recovery-image] Sep 04 23:30:17.349 INFO O| Sep 04 23:30:17.349 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56132026-09-04T23:30:18.520Z[ recovery-image] Sep 04 23:30:17.349 INFO O| Sep 04 23:30:17.349 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56142026-09-04T23:30:18.520Z[ recovery-image] Sep 04 23:30:17.349 INFO O| Sep 04 23:30:17.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56152026-09-04T23:30:18.520Z[ recovery-image] Sep 04 23:30:17.349 INFO O| Sep 04 23:30:17.349 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56162026-09-04T23:30:18.520Z[ recovery-image] Sep 04 23:30:17.349 INFO O| Sep 04 23:30:17.349 INFO ok!
56172026-09-04T23:30:18.520Z[ recovery-image] Sep 04 23:30:17.349 INFO O| Sep 04 23:30:17.349 INFO STEP 65 (ensure_file) COMPLETE
56182026-09-04T23:30:18.520Z[ recovery-image] Sep 04 23:30:17.349 INFO O| Sep 04 23:30:17.349 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56192026-09-04T23:30:18.530Z[ recovery-image] Sep 04 23:30:17.360 INFO O| Sep 04 23:30:17.360 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56202026-09-04T23:30:18.530Z[ recovery-image] Sep 04 23:30:17.360 INFO O| Sep 04 23:30:17.360 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56212026-09-04T23:30:18.534Z[ recovery-image] Sep 04 23:30:17.360 INFO O| Sep 04 23:30:17.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56222026-09-04T23:30:18.534Z[ recovery-image] Sep 04 23:30:17.360 INFO O| Sep 04 23:30:17.360 INFO ok!
56232026-09-04T23:30:18.534Z[ recovery-image] Sep 04 23:30:17.360 INFO O| Sep 04 23:30:17.360 INFO STEP 66 (assemble_files) COMPLETE
56242026-09-04T23:30:18.534Z[ recovery-image] Sep 04 23:30:17.360 INFO O| Sep 04 23:30:17.360 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56252026-09-04T23:30:18.540Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56262026-09-04T23:30:18.540Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56272026-09-04T23:30:18.540Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56282026-09-04T23:30:18.540Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56292026-09-04T23:30:18.540Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO ok!
56302026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO STEP 67 (ensure_file) COMPLETE
56312026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56322026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO skip step because feature "omicron1" is not enabled
56332026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56342026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO skip step because feature "omicron1" is not enabled
56352026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56362026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO skip step because feature "omicron1" is not enabled
56372026-09-04T23:30:18.543Z[ recovery-image] Sep 04 23:30:17.370 INFO O| Sep 04 23:30:17.370 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56382026-09-04T23:30:18.556Z[ recovery-image] Sep 04 23:30:17.386 INFO O| Sep 04 23:30:17.386 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56392026-09-04T23:30:18.556Z[ recovery-image] Sep 04 23:30:17.386 INFO O| Sep 04 23:30:17.386 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56402026-09-04T23:30:18.846Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56412026-09-04T23:30:19.197Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56422026-09-04T23:30:19.398Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
56432026-09-04T23:30:19.670Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
56442026-09-04T23:30:19.925Z[ recovery-image] Sep 04 23:30:18.753 INFO O| Sep 04 23:30:18.753 INFO STEP 71 (pack_tar) COMPLETE
56452026-09-04T23:30:19.925Z[ recovery-image] Sep 04 23:30:18.753 INFO O| Sep 04 23:30:18.753 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56462026-09-04T23:30:19.925Z[ recovery-image] Sep 04 23:30:18.753 INFO O| Sep 04 23:30:18.753 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56472026-09-04T23:30:20.449Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
56482026-09-04T23:30:20.474Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56492026-09-04T23:30:20.506Z[ recovery-image] Sep 04 23:30:19.336 INFO O| Sep 04 23:30:19.336 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56502026-09-04T23:30:20.601Z[ recovery-image] Sep 04 23:30:19.432 INFO O| Sep 04 23:30:19.431 INFO completed processing sled/ramdisk-02-trim
56512026-09-04T23:30:20.606Z[ recovery-image] Sep 04 23:30:19.433 INFO image builder template: ramdisk-03-recovery-trim...
56522026-09-04T23:30:20.606Z[ recovery-image] Sep 04 23:30:19.433 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/.tmpaRJXye/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
56532026-09-04T23:30:20.610Z[ recovery-image] Sep 04 23:30:19.439 INFO O| Sep 04 23:30:19.438 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56542026-09-04T23:30:20.682Z[ recovery-image] Sep 04 23:30:19.512 INFO O| Sep 04 23:30:19.512 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56552026-09-04T23:30:20.686Z[ recovery-image] Sep 04 23:30:19.516 INFO O| Sep 04 23:30:19.516 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56562026-09-04T23:30:20.735Z[verify-libraries] Compiling fs-err v2.11.0
56572026-09-04T23:30:20.750Z[ recovery-image] Sep 04 23:30:19.580 INFO O| Sep 04 23:30:19.580 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56582026-09-04T23:30:20.786Z[verify-libraries] Compiling internet-checksum v0.2.1
56592026-09-04T23:30:20.804Z[ recovery-image] Sep 04 23:30:19.634 INFO O| Sep 04 23:30:19.634 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56602026-09-04T23:30:20.804Z[ recovery-image] Sep 04 23:30:19.634 INFO O| Sep 04 23:30:19.634 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56612026-09-04T23:30:20.811Z[ recovery-image] Sep 04 23:30:19.641 INFO O| Sep 04 23:30:19.641 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56622026-09-04T23:30:20.814Z[ recovery-image] Sep 04 23:30:19.645 INFO O| Sep 04 23:30:19.645 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56632026-09-04T23:30:20.819Z[ recovery-image] Sep 04 23:30:19.649 INFO O| Sep 04 23:30:19.649 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56642026-09-04T23:30:20.987Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
56652026-09-04T23:30:21.668Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
56662026-09-04T23:30:21.820Z[ recovery-image] Sep 04 23:30:20.649 INFO O| Sep 04 23:30:20.649 INFO rolled back to input snapshot; work may begin
56672026-09-04T23:30:21.820Z[ recovery-image] Sep 04 23:30:20.649 INFO O| Sep 04 23:30:20.649 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56682026-09-04T23:30:21.824Z[ recovery-image] Sep 04 23:30:20.654 INFO O| Sep 04 23:30:20.654 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-09-04T23:30:21.834Z[ recovery-image] Sep 04 23:30:20.664 INFO O| Sep 04 23:30:20.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56702026-09-04T23:30:21.838Z[ recovery-image] Sep 04 23:30:20.666 INFO O| Sep 04 23:30:20.666 INFO STEP 0 (remove_files) COMPLETE
56712026-09-04T23:30:21.838Z[ recovery-image] Sep 04 23:30:20.666 INFO O| Sep 04 23:30:20.666 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-09-04T23:30:21.846Z[ recovery-image] Sep 04 23:30:20.677 INFO O| Sep 04 23:30:20.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56732026-09-04T23:30:21.851Z[ recovery-image] Sep 04 23:30:20.680 INFO O| Sep 04 23:30:20.680 INFO STEP 1 (remove_files) COMPLETE
56742026-09-04T23:30:21.851Z[ recovery-image] Sep 04 23:30:20.680 INFO O| Sep 04 23:30:20.680 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-09-04T23:30:21.859Z[ recovery-image] Sep 04 23:30:20.689 INFO O| Sep 04 23:30:20.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56762026-09-04T23:30:21.863Z[ recovery-image] Sep 04 23:30:20.691 INFO O| Sep 04 23:30:20.691 INFO STEP 2 (remove_files) COMPLETE
56772026-09-04T23:30:21.863Z[ recovery-image] Sep 04 23:30:20.691 INFO O| Sep 04 23:30:20.691 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-09-04T23:30:21.871Z[ recovery-image] Sep 04 23:30:20.701 INFO O| Sep 04 23:30:20.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56792026-09-04T23:30:21.924Z[ recovery-image] Sep 04 23:30:20.754 INFO O| Sep 04 23:30:20.754 INFO STEP 3 (remove_files) COMPLETE
56802026-09-04T23:30:21.924Z[ recovery-image] Sep 04 23:30:20.754 INFO O| Sep 04 23:30:20.754 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-09-04T23:30:21.935Z[ recovery-image] Sep 04 23:30:20.765 INFO O| Sep 04 23:30:20.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56822026-09-04T23:30:21.938Z[ recovery-image] Sep 04 23:30:20.768 INFO O| Sep 04 23:30:20.768 INFO STEP 4 (remove_files) COMPLETE
56832026-09-04T23:30:21.938Z[ recovery-image] Sep 04 23:30:20.768 INFO O| Sep 04 23:30:20.768 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-09-04T23:30:21.948Z[ recovery-image] Sep 04 23:30:20.778 INFO O| Sep 04 23:30:20.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56852026-09-04T23:30:21.983Z[ recovery-image] Sep 04 23:30:20.812 INFO O| Sep 04 23:30:20.812 INFO STEP 5 (remove_files) COMPLETE
56862026-09-04T23:30:21.983Z[ recovery-image] Sep 04 23:30:20.813 INFO O| Sep 04 23:30:20.812 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-09-04T23:30:21.993Z[ recovery-image] Sep 04 23:30:20.823 INFO O| Sep 04 23:30:20.823 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56882026-09-04T23:30:22.003Z[ recovery-image] Sep 04 23:30:20.833 INFO O| Sep 04 23:30:20.832 INFO STEP 6 (remove_files) COMPLETE
56892026-09-04T23:30:22.003Z[ recovery-image] Sep 04 23:30:20.833 INFO O| Sep 04 23:30:20.832 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-09-04T23:30:22.013Z[ recovery-image] Sep 04 23:30:20.843 INFO O| Sep 04 23:30:20.843 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56912026-09-04T23:30:22.017Z[ recovery-image] Sep 04 23:30:20.845 INFO O| Sep 04 23:30:20.845 INFO STEP 7 (remove_files) COMPLETE
56922026-09-04T23:30:22.017Z[ recovery-image] Sep 04 23:30:20.845 INFO O| Sep 04 23:30:20.845 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-09-04T23:30:22.025Z[ recovery-image] Sep 04 23:30:20.855 INFO O| Sep 04 23:30:20.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
56942026-09-04T23:30:22.029Z[ recovery-image] Sep 04 23:30:20.857 INFO O| Sep 04 23:30:20.857 INFO STEP 8 (remove_files) COMPLETE
56952026-09-04T23:30:22.029Z[ recovery-image] Sep 04 23:30:20.857 INFO O| Sep 04 23:30:20.857 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-09-04T23:30:22.042Z[ recovery-image] Sep 04 23:30:20.872 INFO O| Sep 04 23:30:20.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
56972026-09-04T23:30:22.066Z[ recovery-image] Sep 04 23:30:20.897 INFO O| Sep 04 23:30:20.897 INFO STEP 9 (remove_files) COMPLETE
56982026-09-04T23:30:22.066Z[ recovery-image] Sep 04 23:30:20.897 INFO O| Sep 04 23:30:20.897 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-09-04T23:30:22.089Z[ recovery-image] Sep 04 23:30:20.919 INFO O| Sep 04 23:30:20.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57002026-09-04T23:30:22.089Z[ recovery-image] Sep 04 23:30:20.919 INFO O| Sep 04 23:30:20.919 INFO STEP 10 (remove_files) COMPLETE
57012026-09-04T23:30:22.089Z[ recovery-image] Sep 04 23:30:20.919 INFO O| Sep 04 23:30:20.919 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-09-04T23:30:22.128Z[ recovery-image] Sep 04 23:30:20.959 INFO O| Sep 04 23:30:20.958 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57032026-09-04T23:30:22.136Z[ recovery-image] Sep 04 23:30:20.966 INFO O| Sep 04 23:30:20.966 INFO STEP 11 (remove_files) COMPLETE
57042026-09-04T23:30:22.136Z[ recovery-image] Sep 04 23:30:20.966 INFO O| Sep 04 23:30:20.966 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-09-04T23:30:22.147Z[ recovery-image] Sep 04 23:30:20.977 INFO O| Sep 04 23:30:20.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57062026-09-04T23:30:22.295Z[ recovery-image] Sep 04 23:30:21.125 INFO O| Sep 04 23:30:21.125 INFO STEP 12 (remove_files) COMPLETE
57072026-09-04T23:30:22.295Z[ recovery-image] Sep 04 23:30:21.125 INFO O| Sep 04 23:30:21.125 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-09-04T23:30:22.306Z[ recovery-image] Sep 04 23:30:21.136 INFO O| Sep 04 23:30:21.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57092026-09-04T23:30:22.309Z[ recovery-image] Sep 04 23:30:21.138 INFO O| Sep 04 23:30:21.138 INFO STEP 13 (remove_files) COMPLETE
57102026-09-04T23:30:22.309Z[ recovery-image] Sep 04 23:30:21.138 INFO O| Sep 04 23:30:21.138 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-09-04T23:30:22.318Z[ recovery-image] Sep 04 23:30:21.148 INFO O| Sep 04 23:30:21.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57122026-09-04T23:30:22.322Z[ recovery-image] Sep 04 23:30:21.151 INFO O| Sep 04 23:30:21.151 INFO STEP 14 (remove_files) COMPLETE
57132026-09-04T23:30:22.322Z[ recovery-image] Sep 04 23:30:21.151 INFO O| Sep 04 23:30:21.151 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-09-04T23:30:22.331Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57152026-09-04T23:30:22.335Z[ recovery-image] Sep 04 23:30:21.162 INFO O| Sep 04 23:30:21.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57162026-09-04T23:30:22.335Z[ recovery-image] Sep 04 23:30:21.162 INFO O| Sep 04 23:30:21.162 INFO STEP 15 (remove_files) COMPLETE
57172026-09-04T23:30:22.335Z[ recovery-image] Sep 04 23:30:21.162 INFO O| Sep 04 23:30:21.162 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-09-04T23:30:22.342Z[ recovery-image] Sep 04 23:30:21.173 INFO O| Sep 04 23:30:21.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57192026-09-04T23:30:22.346Z[ recovery-image] Sep 04 23:30:21.174 INFO O| Sep 04 23:30:21.174 INFO STEP 16 (remove_files) COMPLETE
57202026-09-04T23:30:22.346Z[ recovery-image] Sep 04 23:30:21.174 INFO O| Sep 04 23:30:21.174 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-09-04T23:30:22.354Z[ recovery-image] Sep 04 23:30:21.184 INFO O| Sep 04 23:30:21.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57222026-09-04T23:30:22.363Z[ recovery-image] Sep 04 23:30:21.193 INFO O| Sep 04 23:30:21.193 INFO STEP 17 (remove_files) COMPLETE
57232026-09-04T23:30:22.363Z[ recovery-image] Sep 04 23:30:21.193 INFO O| Sep 04 23:30:21.193 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-09-04T23:30:22.373Z[ recovery-image] Sep 04 23:30:21.204 INFO O| Sep 04 23:30:21.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57252026-09-04T23:30:22.374Z[ recovery-image] Sep 04 23:30:21.204 INFO O| Sep 04 23:30:21.204 INFO STEP 18 (remove_files) COMPLETE
57262026-09-04T23:30:22.374Z[ recovery-image] Sep 04 23:30:21.204 INFO O| Sep 04 23:30:21.204 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-09-04T23:30:22.383Z[ recovery-image] Sep 04 23:30:21.214 INFO O| Sep 04 23:30:21.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57282026-09-04T23:30:22.384Z[ recovery-image] Sep 04 23:30:21.214 INFO O| Sep 04 23:30:21.214 INFO STEP 19 (remove_files) COMPLETE
57292026-09-04T23:30:22.384Z[ recovery-image] Sep 04 23:30:21.214 INFO O| Sep 04 23:30:21.214 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-09-04T23:30:22.393Z[ recovery-image] Sep 04 23:30:21.223 INFO O| Sep 04 23:30:21.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57312026-09-04T23:30:22.539Z[ recovery-image] Sep 04 23:30:21.369 INFO O| Sep 04 23:30:21.369 INFO STEP 20 (remove_files) COMPLETE
57322026-09-04T23:30:22.540Z[ recovery-image] Sep 04 23:30:21.369 INFO O| Sep 04 23:30:21.369 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-09-04T23:30:22.549Z[ recovery-image] Sep 04 23:30:21.379 INFO O| Sep 04 23:30:21.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57342026-09-04T23:30:22.557Z[ recovery-image] Sep 04 23:30:21.387 INFO O| Sep 04 23:30:21.387 INFO STEP 21 (remove_files) COMPLETE
57352026-09-04T23:30:22.557Z[ recovery-image] Sep 04 23:30:21.387 INFO O| Sep 04 23:30:21.387 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-09-04T23:30:22.566Z[ recovery-image] Sep 04 23:30:21.396 INFO O| Sep 04 23:30:21.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57372026-09-04T23:30:22.566Z[ recovery-image] Sep 04 23:30:21.396 INFO O| Sep 04 23:30:21.396 INFO STEP 22 (remove_files) COMPLETE
57382026-09-04T23:30:22.566Z[ recovery-image] Sep 04 23:30:21.396 INFO O| Sep 04 23:30:21.396 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-09-04T23:30:22.574Z[ recovery-image] Sep 04 23:30:21.404 INFO O| Sep 04 23:30:21.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57402026-09-04T23:30:22.603Z[ recovery-image] Sep 04 23:30:21.433 INFO O| Sep 04 23:30:21.433 INFO STEP 23 (remove_files) COMPLETE
57412026-09-04T23:30:22.604Z[ recovery-image] Sep 04 23:30:21.433 INFO O| Sep 04 23:30:21.433 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-09-04T23:30:22.613Z[ recovery-image] Sep 04 23:30:21.443 INFO O| Sep 04 23:30:21.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57432026-09-04T23:30:22.613Z[ recovery-image] Sep 04 23:30:21.443 INFO O| Sep 04 23:30:21.443 INFO STEP 24 (remove_files) COMPLETE
57442026-09-04T23:30:22.613Z[ recovery-image] Sep 04 23:30:21.443 INFO O| Sep 04 23:30:21.443 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-04T23:30:22.620Z[ recovery-image] Sep 04 23:30:21.451 INFO O| Sep 04 23:30:21.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57462026-09-04T23:30:22.621Z[ recovery-image] Sep 04 23:30:21.451 INFO O| Sep 04 23:30:21.451 INFO STEP 25 (remove_files) COMPLETE
57472026-09-04T23:30:22.624Z[ recovery-image] Sep 04 23:30:21.451 INFO O| Sep 04 23:30:21.451 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-04T23:30:22.628Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
57492026-09-04T23:30:22.631Z[ recovery-image] Sep 04 23:30:21.459 INFO O| Sep 04 23:30:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57502026-09-04T23:30:22.631Z[ recovery-image] Sep 04 23:30:21.459 INFO O| Sep 04 23:30:21.459 INFO STEP 26 (remove_files) COMPLETE
57512026-09-04T23:30:22.631Z[ recovery-image] Sep 04 23:30:21.459 INFO O| Sep 04 23:30:21.459 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-09-04T23:30:22.657Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
57532026-09-04T23:30:22.691Z[ recovery-image] Sep 04 23:30:21.521 INFO O| Sep 04 23:30:21.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57542026-09-04T23:30:22.691Z[ recovery-image] Sep 04 23:30:21.521 INFO O| Sep 04 23:30:21.521 INFO STEP 27 (remove_files) COMPLETE
57552026-09-04T23:30:22.695Z[ recovery-image] Sep 04 23:30:21.521 INFO O| Sep 04 23:30:21.521 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-09-04T23:30:22.702Z[ recovery-image] Sep 04 23:30:21.532 INFO O| Sep 04 23:30:21.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57572026-09-04T23:30:22.702Z[ recovery-image] Sep 04 23:30:21.532 INFO O| Sep 04 23:30:21.532 INFO STEP 28 (remove_files) COMPLETE
57582026-09-04T23:30:22.702Z[ recovery-image] Sep 04 23:30:21.532 INFO O| Sep 04 23:30:21.532 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-09-04T23:30:22.712Z[ recovery-image] Sep 04 23:30:21.542 INFO O| Sep 04 23:30:21.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57602026-09-04T23:30:22.712Z[ recovery-image] Sep 04 23:30:21.542 INFO O| Sep 04 23:30:21.542 INFO STEP 29 (remove_files) COMPLETE
57612026-09-04T23:30:22.715Z[ recovery-image] Sep 04 23:30:21.542 INFO O| Sep 04 23:30:21.542 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-09-04T23:30:22.721Z[ recovery-image] Sep 04 23:30:21.552 INFO O| Sep 04 23:30:21.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57632026-09-04T23:30:22.738Z[ recovery-image] Sep 04 23:30:21.568 INFO O| Sep 04 23:30:21.568 INFO STEP 30 (remove_files) COMPLETE
57642026-09-04T23:30:22.738Z[ recovery-image] Sep 04 23:30:21.568 INFO O| Sep 04 23:30:21.568 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-09-04T23:30:22.761Z[ recovery-image] Sep 04 23:30:21.591 INFO O| Sep 04 23:30:21.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57662026-09-04T23:30:22.761Z[ recovery-image] Sep 04 23:30:21.591 INFO O| Sep 04 23:30:21.591 INFO STEP 31 (remove_files) COMPLETE
57672026-09-04T23:30:22.764Z[ recovery-image] Sep 04 23:30:21.591 INFO O| Sep 04 23:30:21.591 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-09-04T23:30:22.770Z[ recovery-image] Sep 04 23:30:21.600 INFO O| Sep 04 23:30:21.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57692026-09-04T23:30:22.780Z[ recovery-image] Sep 04 23:30:21.610 INFO O| Sep 04 23:30:21.610 INFO STEP 32 (remove_files) COMPLETE
57702026-09-04T23:30:22.780Z[ recovery-image] Sep 04 23:30:21.610 INFO O| Sep 04 23:30:21.610 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-09-04T23:30:22.790Z[ recovery-image] Sep 04 23:30:21.620 INFO O| Sep 04 23:30:21.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57722026-09-04T23:30:22.790Z[ recovery-image] Sep 04 23:30:21.620 INFO O| Sep 04 23:30:21.620 INFO STEP 33 (remove_files) COMPLETE
57732026-09-04T23:30:22.820Z[ recovery-image] Sep 04 23:30:21.620 INFO O| Sep 04 23:30:21.620 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.629 INFO O| Sep 04 23:30:21.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57752026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.629 INFO O| Sep 04 23:30:21.629 INFO STEP 34 (remove_files) COMPLETE
57762026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.629 INFO O| Sep 04 23:30:21.629 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.637 INFO O| Sep 04 23:30:21.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57782026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.637 INFO O| Sep 04 23:30:21.637 INFO STEP 35 (remove_files) COMPLETE
57792026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.637 INFO O| Sep 04 23:30:21.637 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.646 INFO O| Sep 04 23:30:21.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57812026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.646 INFO O| Sep 04 23:30:21.646 INFO STEP 36 (remove_files) COMPLETE
57822026-09-04T23:30:22.821Z[ recovery-image] Sep 04 23:30:21.646 INFO O| Sep 04 23:30:21.646 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-09-04T23:30:22.827Z[ recovery-image] Sep 04 23:30:21.656 INFO O| Sep 04 23:30:21.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57842026-09-04T23:30:22.827Z[ recovery-image] Sep 04 23:30:21.656 INFO O| Sep 04 23:30:21.656 INFO STEP 37 (remove_files) COMPLETE
57852026-09-04T23:30:22.827Z[ recovery-image] Sep 04 23:30:21.656 INFO O| Sep 04 23:30:21.656 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-09-04T23:30:22.836Z[ recovery-image] Sep 04 23:30:21.666 INFO O| Sep 04 23:30:21.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57872026-09-04T23:30:22.836Z[ recovery-image] Sep 04 23:30:21.666 INFO O| Sep 04 23:30:21.666 INFO STEP 38 (remove_files) COMPLETE
57882026-09-04T23:30:22.836Z[ recovery-image] Sep 04 23:30:21.666 INFO O| Sep 04 23:30:21.666 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-09-04T23:30:22.847Z[ recovery-image] Sep 04 23:30:21.677 INFO O| Sep 04 23:30:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57902026-09-04T23:30:22.847Z[ recovery-image] Sep 04 23:30:21.677 INFO O| Sep 04 23:30:21.677 INFO STEP 39 (remove_files) COMPLETE
57912026-09-04T23:30:22.847Z[ recovery-image] Sep 04 23:30:21.677 INFO O| Sep 04 23:30:21.677 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-09-04T23:30:22.873Z[ recovery-image] Sep 04 23:30:21.703 INFO O| Sep 04 23:30:21.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57932026-09-04T23:30:22.873Z[ recovery-image] Sep 04 23:30:21.703 INFO O| Sep 04 23:30:21.703 INFO STEP 40 (remove_files) COMPLETE
57942026-09-04T23:30:22.873Z[ recovery-image] Sep 04 23:30:21.703 INFO O| Sep 04 23:30:21.703 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-09-04T23:30:22.882Z[ recovery-image] Sep 04 23:30:21.712 INFO O| Sep 04 23:30:21.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
57962026-09-04T23:30:22.885Z[ recovery-image] Sep 04 23:30:21.712 INFO O| Sep 04 23:30:21.712 INFO STEP 41 (remove_files) COMPLETE
57972026-09-04T23:30:22.885Z[ recovery-image] Sep 04 23:30:21.712 INFO O| Sep 04 23:30:21.712 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-09-04T23:30:22.890Z[ recovery-image] Sep 04 23:30:21.721 INFO O| Sep 04 23:30:21.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
57992026-09-04T23:30:22.890Z[ recovery-image] Sep 04 23:30:21.721 INFO O| Sep 04 23:30:21.721 INFO STEP 42 (remove_files) COMPLETE
58002026-09-04T23:30:22.894Z[ recovery-image] Sep 04 23:30:21.721 INFO O| Sep 04 23:30:21.721 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-09-04T23:30:22.899Z[ recovery-image] Sep 04 23:30:21.729 INFO O| Sep 04 23:30:21.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58022026-09-04T23:30:22.899Z[ recovery-image] Sep 04 23:30:21.729 INFO O| Sep 04 23:30:21.729 INFO STEP 43 (remove_files) COMPLETE
58032026-09-04T23:30:22.902Z[ recovery-image] Sep 04 23:30:21.729 INFO O| Sep 04 23:30:21.729 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-09-04T23:30:22.907Z[ recovery-image] Sep 04 23:30:21.737 INFO O| Sep 04 23:30:21.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58052026-09-04T23:30:22.907Z[ recovery-image] Sep 04 23:30:21.737 INFO O| Sep 04 23:30:21.737 INFO STEP 44 (remove_files) COMPLETE
58062026-09-04T23:30:22.910Z[ recovery-image] Sep 04 23:30:21.737 INFO O| Sep 04 23:30:21.737 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-09-04T23:30:22.915Z[ recovery-image] Sep 04 23:30:21.746 INFO O| Sep 04 23:30:21.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58082026-09-04T23:30:22.915Z[ recovery-image] Sep 04 23:30:21.746 INFO O| Sep 04 23:30:21.746 INFO STEP 45 (remove_files) COMPLETE
58092026-09-04T23:30:22.919Z[ recovery-image] Sep 04 23:30:21.746 INFO O| Sep 04 23:30:21.746 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-09-04T23:30:22.925Z[ recovery-image] Sep 04 23:30:21.754 INFO O| Sep 04 23:30:21.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58112026-09-04T23:30:22.925Z[ recovery-image] Sep 04 23:30:21.754 INFO O| Sep 04 23:30:21.754 INFO STEP 46 (remove_files) COMPLETE
58122026-09-04T23:30:22.925Z[ recovery-image] Sep 04 23:30:21.754 INFO O| Sep 04 23:30:21.754 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-09-04T23:30:22.932Z[ recovery-image] Sep 04 23:30:21.763 INFO O| Sep 04 23:30:21.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58142026-09-04T23:30:22.932Z[ recovery-image] Sep 04 23:30:21.763 INFO O| Sep 04 23:30:21.763 INFO STEP 47 (remove_files) COMPLETE
58152026-09-04T23:30:22.932Z[ recovery-image] Sep 04 23:30:21.763 INFO O| Sep 04 23:30:21.763 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-09-04T23:30:22.941Z[ recovery-image] Sep 04 23:30:21.771 INFO O| Sep 04 23:30:21.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58172026-09-04T23:30:22.941Z[ recovery-image] Sep 04 23:30:21.771 INFO O| Sep 04 23:30:21.771 INFO STEP 48 (remove_files) COMPLETE
58182026-09-04T23:30:22.941Z[ recovery-image] Sep 04 23:30:21.771 INFO O| Sep 04 23:30:21.771 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-09-04T23:30:23.034Z[ recovery-image] Sep 04 23:30:21.864 INFO O| Sep 04 23:30:21.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58202026-09-04T23:30:23.034Z[ recovery-image] Sep 04 23:30:21.864 INFO O| Sep 04 23:30:21.864 INFO STEP 49 (remove_files) COMPLETE
58212026-09-04T23:30:23.034Z[ recovery-image] Sep 04 23:30:21.864 INFO O| Sep 04 23:30:21.864 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-09-04T23:30:23.063Z[ recovery-image] Sep 04 23:30:21.893 INFO O| Sep 04 23:30:21.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58232026-09-04T23:30:23.063Z[ recovery-image] Sep 04 23:30:21.893 INFO O| Sep 04 23:30:21.893 INFO STEP 50 (remove_files) COMPLETE
58242026-09-04T23:30:23.067Z[ recovery-image] Sep 04 23:30:21.893 INFO O| Sep 04 23:30:21.893 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-09-04T23:30:23.073Z[ recovery-image] Sep 04 23:30:21.904 INFO O| Sep 04 23:30:21.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58262026-09-04T23:30:23.073Z[ recovery-image] Sep 04 23:30:21.904 INFO O| Sep 04 23:30:21.904 INFO STEP 51 (remove_files) COMPLETE
58272026-09-04T23:30:23.073Z[ recovery-image] Sep 04 23:30:21.904 INFO O| Sep 04 23:30:21.904 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-09-04T23:30:23.083Z[ recovery-image] Sep 04 23:30:21.913 INFO O| Sep 04 23:30:21.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58292026-09-04T23:30:23.083Z[ recovery-image] Sep 04 23:30:21.913 INFO O| Sep 04 23:30:21.913 INFO STEP 52 (remove_files) COMPLETE
58302026-09-04T23:30:23.083Z[ recovery-image] Sep 04 23:30:21.913 INFO O| Sep 04 23:30:21.913 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-09-04T23:30:23.093Z[ recovery-image] Sep 04 23:30:21.923 INFO O| Sep 04 23:30:21.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58322026-09-04T23:30:23.097Z[ recovery-image] Sep 04 23:30:21.925 INFO O| Sep 04 23:30:21.925 INFO STEP 53 (remove_files) COMPLETE
58332026-09-04T23:30:23.097Z[ recovery-image] Sep 04 23:30:21.925 INFO O| Sep 04 23:30:21.925 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-09-04T23:30:23.107Z[ recovery-image] Sep 04 23:30:21.937 INFO O| Sep 04 23:30:21.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58352026-09-04T23:30:23.122Z[ recovery-image] Sep 04 23:30:21.951 INFO O| Sep 04 23:30:21.951 INFO STEP 54 (remove_files) COMPLETE
58362026-09-04T23:30:23.122Z[ recovery-image] Sep 04 23:30:21.951 INFO O| Sep 04 23:30:21.951 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-09-04T23:30:23.132Z[ recovery-image] Sep 04 23:30:21.962 INFO O| Sep 04 23:30:21.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58382026-09-04T23:30:23.132Z[ recovery-image] Sep 04 23:30:21.962 INFO O| Sep 04 23:30:21.962 INFO STEP 55 (remove_files) COMPLETE
58392026-09-04T23:30:23.132Z[ recovery-image] Sep 04 23:30:21.962 INFO O| Sep 04 23:30:21.962 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-04T23:30:23.142Z[ recovery-image] Sep 04 23:30:21.972 INFO O| Sep 04 23:30:21.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58412026-09-04T23:30:23.142Z[ recovery-image] Sep 04 23:30:21.972 INFO O| Sep 04 23:30:21.972 INFO STEP 56 (remove_files) COMPLETE
58422026-09-04T23:30:23.142Z[ recovery-image] Sep 04 23:30:21.972 INFO O| Sep 04 23:30:21.972 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-04T23:30:23.152Z[ recovery-image] Sep 04 23:30:21.983 INFO O| Sep 04 23:30:21.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58442026-09-04T23:30:23.152Z[ recovery-image] Sep 04 23:30:21.983 INFO O| Sep 04 23:30:21.983 INFO STEP 57 (remove_files) COMPLETE
58452026-09-04T23:30:23.152Z[ recovery-image] Sep 04 23:30:21.983 INFO O| Sep 04 23:30:21.983 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-04T23:30:23.163Z[ recovery-image] Sep 04 23:30:21.993 INFO O| Sep 04 23:30:21.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58472026-09-04T23:30:23.163Z[ recovery-image] Sep 04 23:30:21.993 INFO O| Sep 04 23:30:21.993 INFO STEP 58 (remove_files) COMPLETE
58482026-09-04T23:30:23.163Z[ recovery-image] Sep 04 23:30:21.993 INFO O| Sep 04 23:30:21.993 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-04T23:30:23.174Z[ recovery-image] Sep 04 23:30:22.004 INFO O| Sep 04 23:30:22.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58502026-09-04T23:30:23.174Z[ recovery-image] Sep 04 23:30:22.004 INFO O| Sep 04 23:30:22.004 INFO STEP 59 (remove_files) COMPLETE
58512026-09-04T23:30:23.174Z[ recovery-image] Sep 04 23:30:22.004 INFO O| Sep 04 23:30:22.004 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-09-04T23:30:23.185Z[ recovery-image] Sep 04 23:30:22.016 INFO O| Sep 04 23:30:22.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58532026-09-04T23:30:23.186Z[ recovery-image] Sep 04 23:30:22.016 INFO O| Sep 04 23:30:22.016 INFO STEP 60 (remove_files) COMPLETE
58542026-09-04T23:30:23.186Z[ recovery-image] Sep 04 23:30:22.016 INFO O| Sep 04 23:30:22.016 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-09-04T23:30:23.197Z[ recovery-image] Sep 04 23:30:22.027 INFO O| Sep 04 23:30:22.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58562026-09-04T23:30:23.197Z[ recovery-image] Sep 04 23:30:22.027 INFO O| Sep 04 23:30:22.027 INFO STEP 61 (remove_files) COMPLETE
58572026-09-04T23:30:23.197Z[ recovery-image] Sep 04 23:30:22.027 INFO O| Sep 04 23:30:22.027 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-09-04T23:30:23.208Z[ recovery-image] Sep 04 23:30:22.038 INFO O| Sep 04 23:30:22.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58592026-09-04T23:30:23.208Z[ recovery-image] Sep 04 23:30:22.038 INFO O| Sep 04 23:30:22.038 INFO STEP 62 (remove_files) COMPLETE
58602026-09-04T23:30:23.208Z[ recovery-image] Sep 04 23:30:22.038 INFO O| Sep 04 23:30:22.038 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-09-04T23:30:23.219Z[ recovery-image] Sep 04 23:30:22.049 INFO O| Sep 04 23:30:22.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58622026-09-04T23:30:23.219Z[ recovery-image] Sep 04 23:30:22.049 INFO O| Sep 04 23:30:22.049 INFO STEP 63 (remove_files) COMPLETE
58632026-09-04T23:30:23.219Z[ recovery-image] Sep 04 23:30:22.049 INFO O| Sep 04 23:30:22.049 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-04T23:30:23.229Z[ recovery-image] Sep 04 23:30:22.059 INFO O| Sep 04 23:30:22.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58652026-09-04T23:30:23.229Z[ recovery-image] Sep 04 23:30:22.060 INFO O| Sep 04 23:30:22.060 INFO STEP 64 (remove_files) COMPLETE
58662026-09-04T23:30:23.233Z[ recovery-image] Sep 04 23:30:22.060 INFO O| Sep 04 23:30:22.060 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-04T23:30:23.239Z[ recovery-image] Sep 04 23:30:22.069 INFO O| Sep 04 23:30:22.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58682026-09-04T23:30:23.239Z[ recovery-image] Sep 04 23:30:22.069 INFO O| Sep 04 23:30:22.069 INFO STEP 65 (remove_files) COMPLETE
58692026-09-04T23:30:23.239Z[ recovery-image] Sep 04 23:30:22.069 INFO O| Sep 04 23:30:22.069 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-04T23:30:23.257Z[ recovery-image] Sep 04 23:30:22.088 INFO O| Sep 04 23:30:22.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58712026-09-04T23:30:23.257Z[ recovery-image] Sep 04 23:30:22.088 INFO O| Sep 04 23:30:22.088 INFO STEP 66 (remove_files) COMPLETE
58722026-09-04T23:30:23.258Z[ recovery-image] Sep 04 23:30:22.088 INFO O| Sep 04 23:30:22.088 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-04T23:30:23.268Z[ recovery-image] Sep 04 23:30:22.098 INFO O| Sep 04 23:30:22.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58742026-09-04T23:30:23.268Z[ recovery-image] Sep 04 23:30:22.098 INFO O| Sep 04 23:30:22.098 INFO STEP 67 (remove_files) COMPLETE
58752026-09-04T23:30:23.268Z[ recovery-image] Sep 04 23:30:22.098 INFO O| Sep 04 23:30:22.098 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-04T23:30:23.277Z[ recovery-image] Sep 04 23:30:22.107 INFO O| Sep 04 23:30:22.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58772026-09-04T23:30:23.277Z[ recovery-image] Sep 04 23:30:22.107 INFO O| Sep 04 23:30:22.107 INFO STEP 68 (remove_files) COMPLETE
58782026-09-04T23:30:23.277Z[ recovery-image] Sep 04 23:30:22.107 INFO O| Sep 04 23:30:22.107 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-04T23:30:23.287Z[ recovery-image] Sep 04 23:30:22.117 INFO O| Sep 04 23:30:22.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58802026-09-04T23:30:23.287Z[ recovery-image] Sep 04 23:30:22.117 INFO O| Sep 04 23:30:22.117 INFO STEP 69 (remove_files) COMPLETE
58812026-09-04T23:30:23.290Z[ recovery-image] Sep 04 23:30:22.117 INFO O| Sep 04 23:30:22.117 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-04T23:30:23.297Z[ recovery-image] Sep 04 23:30:22.127 INFO O| Sep 04 23:30:22.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58832026-09-04T23:30:23.297Z[ recovery-image] Sep 04 23:30:22.127 INFO O| Sep 04 23:30:22.127 INFO STEP 70 (remove_files) COMPLETE
58842026-09-04T23:30:23.301Z[ recovery-image] Sep 04 23:30:22.127 INFO O| Sep 04 23:30:22.127 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-09-04T23:30:23.307Z[ recovery-image] Sep 04 23:30:22.137 INFO O| Sep 04 23:30:22.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58862026-09-04T23:30:23.307Z[ recovery-image] Sep 04 23:30:22.137 INFO O| Sep 04 23:30:22.137 INFO STEP 71 (remove_files) COMPLETE
58872026-09-04T23:30:23.307Z[ recovery-image] Sep 04 23:30:22.137 INFO O| Sep 04 23:30:22.137 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-09-04T23:30:23.317Z[ recovery-image] Sep 04 23:30:22.147 INFO O| Sep 04 23:30:22.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58892026-09-04T23:30:23.317Z[ recovery-image] Sep 04 23:30:22.147 INFO O| Sep 04 23:30:22.147 INFO STEP 72 (remove_files) COMPLETE
58902026-09-04T23:30:23.322Z[ recovery-image] Sep 04 23:30:22.147 INFO O| Sep 04 23:30:22.147 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-09-04T23:30:23.328Z[ recovery-image] Sep 04 23:30:22.158 INFO O| Sep 04 23:30:22.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58922026-09-04T23:30:23.328Z[ recovery-image] Sep 04 23:30:22.159 INFO O| Sep 04 23:30:22.159 INFO STEP 73 (remove_files) COMPLETE
58932026-09-04T23:30:23.328Z[ recovery-image] Sep 04 23:30:22.159 INFO O| Sep 04 23:30:22.159 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-09-04T23:30:23.337Z[ recovery-image] Sep 04 23:30:22.167 INFO O| Sep 04 23:30:22.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
58952026-09-04T23:30:23.337Z[ recovery-image] Sep 04 23:30:22.167 INFO O| Sep 04 23:30:22.167 INFO STEP 74 (remove_files) COMPLETE
58962026-09-04T23:30:23.337Z[ recovery-image] Sep 04 23:30:22.167 INFO O| Sep 04 23:30:22.167 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-09-04T23:30:23.347Z[ recovery-image] Sep 04 23:30:22.177 INFO O| Sep 04 23:30:22.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
58982026-09-04T23:30:23.347Z[ recovery-image] Sep 04 23:30:22.177 INFO O| Sep 04 23:30:22.177 INFO STEP 75 (remove_files) COMPLETE
58992026-09-04T23:30:23.347Z[ recovery-image] Sep 04 23:30:22.177 INFO O| Sep 04 23:30:22.177 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-09-04T23:30:23.357Z[ recovery-image] Sep 04 23:30:22.187 INFO O| Sep 04 23:30:22.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59012026-09-04T23:30:23.357Z[ recovery-image] Sep 04 23:30:22.187 INFO O| Sep 04 23:30:22.187 INFO STEP 76 (remove_files) COMPLETE
59022026-09-04T23:30:23.357Z[ recovery-image] Sep 04 23:30:22.187 INFO O| Sep 04 23:30:22.187 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-09-04T23:30:23.366Z[ recovery-image] Sep 04 23:30:22.197 INFO O| Sep 04 23:30:22.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59042026-09-04T23:30:23.367Z[ recovery-image] Sep 04 23:30:22.197 INFO O| Sep 04 23:30:22.197 INFO STEP 77 (remove_files) COMPLETE
59052026-09-04T23:30:23.367Z[ recovery-image] Sep 04 23:30:22.197 INFO O| Sep 04 23:30:22.197 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-09-04T23:30:23.376Z[ recovery-image] Sep 04 23:30:22.206 INFO O| Sep 04 23:30:22.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59072026-09-04T23:30:23.376Z[ recovery-image] Sep 04 23:30:22.206 INFO O| Sep 04 23:30:22.206 INFO STEP 78 (remove_files) COMPLETE
59082026-09-04T23:30:23.376Z[ recovery-image] Sep 04 23:30:22.206 INFO O| Sep 04 23:30:22.206 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-09-04T23:30:23.385Z[ recovery-image] Sep 04 23:30:22.215 INFO O| Sep 04 23:30:22.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59102026-09-04T23:30:23.385Z[ recovery-image] Sep 04 23:30:22.215 INFO O| Sep 04 23:30:22.215 INFO STEP 79 (remove_files) COMPLETE
59112026-09-04T23:30:23.388Z[ recovery-image] Sep 04 23:30:22.215 INFO O| Sep 04 23:30:22.215 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-09-04T23:30:23.394Z[ recovery-image] Sep 04 23:30:22.225 INFO O| Sep 04 23:30:22.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59132026-09-04T23:30:23.394Z[ recovery-image] Sep 04 23:30:22.225 INFO O| Sep 04 23:30:22.225 INFO STEP 80 (remove_files) COMPLETE
59142026-09-04T23:30:23.397Z[ recovery-image] Sep 04 23:30:22.225 INFO O| Sep 04 23:30:22.225 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-09-04T23:30:23.403Z[ recovery-image] Sep 04 23:30:22.234 INFO O| Sep 04 23:30:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59162026-09-04T23:30:23.407Z[ recovery-image] Sep 04 23:30:22.234 INFO O| Sep 04 23:30:22.234 INFO STEP 81 (remove_files) COMPLETE
59172026-09-04T23:30:23.407Z[ recovery-image] Sep 04 23:30:22.235 INFO O| Sep 04 23:30:22.234 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-09-04T23:30:23.413Z[ recovery-image] Sep 04 23:30:22.244 INFO O| Sep 04 23:30:22.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59192026-09-04T23:30:23.413Z[ recovery-image] Sep 04 23:30:22.244 INFO O| Sep 04 23:30:22.244 INFO STEP 82 (remove_files) COMPLETE
59202026-09-04T23:30:23.413Z[ recovery-image] Sep 04 23:30:22.244 INFO O| Sep 04 23:30:22.244 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-09-04T23:30:23.422Z[ recovery-image] Sep 04 23:30:22.252 INFO O| Sep 04 23:30:22.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59222026-09-04T23:30:23.422Z[ recovery-image] Sep 04 23:30:22.252 INFO O| Sep 04 23:30:22.252 INFO STEP 83 (remove_files) COMPLETE
59232026-09-04T23:30:23.425Z[ recovery-image] Sep 04 23:30:22.252 INFO O| Sep 04 23:30:22.252 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-09-04T23:30:23.431Z[ recovery-image] Sep 04 23:30:22.261 INFO O| Sep 04 23:30:22.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59252026-09-04T23:30:23.434Z[ recovery-image] Sep 04 23:30:22.262 INFO O| Sep 04 23:30:22.262 INFO STEP 84 (remove_files) COMPLETE
59262026-09-04T23:30:23.434Z[ recovery-image] Sep 04 23:30:22.262 INFO O| Sep 04 23:30:22.262 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-09-04T23:30:23.441Z[ recovery-image] Sep 04 23:30:22.271 INFO O| Sep 04 23:30:22.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59282026-09-04T23:30:23.441Z[ recovery-image] Sep 04 23:30:22.271 INFO O| Sep 04 23:30:22.271 INFO STEP 85 (remove_files) COMPLETE
59292026-09-04T23:30:23.444Z[ recovery-image] Sep 04 23:30:22.271 INFO O| Sep 04 23:30:22.271 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-09-04T23:30:23.450Z[ recovery-image] Sep 04 23:30:22.281 INFO O| Sep 04 23:30:22.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59312026-09-04T23:30:23.454Z[ recovery-image] Sep 04 23:30:22.281 INFO O| Sep 04 23:30:22.281 INFO STEP 86 (remove_files) COMPLETE
59322026-09-04T23:30:23.454Z[ recovery-image] Sep 04 23:30:22.281 INFO O| Sep 04 23:30:22.281 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-09-04T23:30:23.460Z[ recovery-image] Sep 04 23:30:22.290 INFO O| Sep 04 23:30:22.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59342026-09-04T23:30:23.460Z[ recovery-image] Sep 04 23:30:22.290 INFO O| Sep 04 23:30:22.290 INFO STEP 87 (remove_files) COMPLETE
59352026-09-04T23:30:23.463Z[ recovery-image] Sep 04 23:30:22.290 INFO O| Sep 04 23:30:22.290 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-09-04T23:30:23.469Z[ recovery-image] Sep 04 23:30:22.299 INFO O| Sep 04 23:30:22.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59372026-09-04T23:30:23.469Z[ recovery-image] Sep 04 23:30:22.299 INFO O| Sep 04 23:30:22.299 INFO STEP 88 (remove_files) COMPLETE
59382026-09-04T23:30:23.469Z[ recovery-image] Sep 04 23:30:22.299 INFO O| Sep 04 23:30:22.299 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-09-04T23:30:23.478Z[ recovery-image] Sep 04 23:30:22.308 INFO O| Sep 04 23:30:22.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59402026-09-04T23:30:23.478Z[ recovery-image] Sep 04 23:30:22.308 INFO O| Sep 04 23:30:22.308 INFO STEP 89 (remove_files) COMPLETE
59412026-09-04T23:30:23.478Z[ recovery-image] Sep 04 23:30:22.308 INFO O| Sep 04 23:30:22.308 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-04T23:30:23.487Z[ recovery-image] Sep 04 23:30:22.317 INFO O| Sep 04 23:30:22.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59432026-09-04T23:30:23.487Z[ recovery-image] Sep 04 23:30:22.317 INFO O| Sep 04 23:30:22.317 INFO STEP 90 (remove_files) COMPLETE
59442026-09-04T23:30:23.487Z[ recovery-image] Sep 04 23:30:22.317 INFO O| Sep 04 23:30:22.317 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-09-04T23:30:23.496Z[ recovery-image] Sep 04 23:30:22.326 INFO O| Sep 04 23:30:22.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59462026-09-04T23:30:23.496Z[ recovery-image] Sep 04 23:30:22.326 INFO O| Sep 04 23:30:22.326 INFO STEP 91 (remove_files) COMPLETE
59472026-09-04T23:30:23.499Z[ recovery-image] Sep 04 23:30:22.326 INFO O| Sep 04 23:30:22.326 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-09-04T23:30:23.505Z[ recovery-image] Sep 04 23:30:22.335 INFO O| Sep 04 23:30:22.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59492026-09-04T23:30:23.505Z[ recovery-image] Sep 04 23:30:22.335 INFO O| Sep 04 23:30:22.335 INFO STEP 92 (remove_files) COMPLETE
59502026-09-04T23:30:23.505Z[ recovery-image] Sep 04 23:30:22.335 INFO O| Sep 04 23:30:22.335 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-09-04T23:30:23.514Z[ recovery-image] Sep 04 23:30:22.345 INFO O| Sep 04 23:30:22.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59522026-09-04T23:30:23.514Z[ recovery-image] Sep 04 23:30:22.345 INFO O| Sep 04 23:30:22.345 INFO STEP 93 (remove_files) COMPLETE
59532026-09-04T23:30:23.515Z[ recovery-image] Sep 04 23:30:22.345 INFO O| Sep 04 23:30:22.345 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-09-04T23:30:23.524Z[ recovery-image] Sep 04 23:30:22.354 INFO O| Sep 04 23:30:22.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59552026-09-04T23:30:23.527Z[ recovery-image] Sep 04 23:30:22.355 INFO O| Sep 04 23:30:22.355 INFO STEP 94 (remove_files) COMPLETE
59562026-09-04T23:30:23.527Z[ recovery-image] Sep 04 23:30:22.355 INFO O| Sep 04 23:30:22.355 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-09-04T23:30:23.533Z[ recovery-image] Sep 04 23:30:22.364 INFO O| Sep 04 23:30:22.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59582026-09-04T23:30:23.533Z[ recovery-image] Sep 04 23:30:22.364 INFO O| Sep 04 23:30:22.364 INFO STEP 95 (remove_files) COMPLETE
59592026-09-04T23:30:23.534Z[ recovery-image] Sep 04 23:30:22.364 INFO O| Sep 04 23:30:22.364 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-09-04T23:30:23.544Z[ recovery-image] Sep 04 23:30:22.375 INFO O| Sep 04 23:30:22.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59612026-09-04T23:30:23.545Z[ recovery-image] Sep 04 23:30:22.375 INFO O| Sep 04 23:30:22.375 INFO STEP 96 (remove_files) COMPLETE
59622026-09-04T23:30:23.545Z[ recovery-image] Sep 04 23:30:22.375 INFO O| Sep 04 23:30:22.375 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-09-04T23:30:23.554Z[ recovery-image] Sep 04 23:30:22.384 INFO O| Sep 04 23:30:22.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59642026-09-04T23:30:23.554Z[ recovery-image] Sep 04 23:30:22.384 INFO O| Sep 04 23:30:22.384 INFO STEP 97 (remove_files) COMPLETE
59652026-09-04T23:30:23.554Z[ recovery-image] Sep 04 23:30:22.384 INFO O| Sep 04 23:30:22.384 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-09-04T23:30:23.562Z[ recovery-image] Sep 04 23:30:22.392 INFO O| Sep 04 23:30:22.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59672026-09-04T23:30:23.562Z[ recovery-image] Sep 04 23:30:22.392 INFO O| Sep 04 23:30:22.392 INFO STEP 98 (remove_files) COMPLETE
59682026-09-04T23:30:23.562Z[ recovery-image] Sep 04 23:30:22.392 INFO O| Sep 04 23:30:22.392 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-09-04T23:30:23.570Z[ recovery-image] Sep 04 23:30:22.401 INFO O| Sep 04 23:30:22.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59702026-09-04T23:30:23.570Z[ recovery-image] Sep 04 23:30:22.401 INFO O| Sep 04 23:30:22.401 INFO STEP 99 (remove_files) COMPLETE
59712026-09-04T23:30:23.570Z[ recovery-image] Sep 04 23:30:22.401 INFO O| Sep 04 23:30:22.401 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-09-04T23:30:23.579Z[ recovery-image] Sep 04 23:30:22.409 INFO O| Sep 04 23:30:22.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59732026-09-04T23:30:23.582Z[ recovery-image] Sep 04 23:30:22.410 INFO O| Sep 04 23:30:22.410 INFO STEP 100 (remove_files) COMPLETE
59742026-09-04T23:30:23.582Z[ recovery-image] Sep 04 23:30:22.410 INFO O| Sep 04 23:30:22.410 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-09-04T23:30:23.590Z[ recovery-image] Sep 04 23:30:22.420 INFO O| Sep 04 23:30:22.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59762026-09-04T23:30:23.590Z[ recovery-image] Sep 04 23:30:22.420 INFO O| Sep 04 23:30:22.420 INFO STEP 101 (remove_files) COMPLETE
59772026-09-04T23:30:23.590Z[ recovery-image] Sep 04 23:30:22.420 INFO O| Sep 04 23:30:22.420 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-09-04T23:30:23.600Z[ recovery-image] Sep 04 23:30:22.431 INFO O| Sep 04 23:30:22.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59792026-09-04T23:30:23.600Z[ recovery-image] Sep 04 23:30:22.431 INFO O| Sep 04 23:30:22.431 INFO STEP 102 (remove_files) COMPLETE
59802026-09-04T23:30:23.604Z[ recovery-image] Sep 04 23:30:22.431 INFO O| Sep 04 23:30:22.431 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-04T23:30:23.610Z[ recovery-image] Sep 04 23:30:22.440 INFO O| Sep 04 23:30:22.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59822026-09-04T23:30:23.610Z[ recovery-image] Sep 04 23:30:22.440 INFO O| Sep 04 23:30:22.440 INFO STEP 103 (remove_files) COMPLETE
59832026-09-04T23:30:23.610Z[ recovery-image] Sep 04 23:30:22.440 INFO O| Sep 04 23:30:22.440 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-04T23:30:23.619Z[ recovery-image] Sep 04 23:30:22.450 INFO O| Sep 04 23:30:22.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59852026-09-04T23:30:23.619Z[ recovery-image] Sep 04 23:30:22.450 INFO O| Sep 04 23:30:22.450 INFO STEP 104 (remove_files) COMPLETE
59862026-09-04T23:30:23.619Z[ recovery-image] Sep 04 23:30:22.450 INFO O| Sep 04 23:30:22.450 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-04T23:30:23.628Z[ recovery-image] Sep 04 23:30:22.458 INFO O| Sep 04 23:30:22.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59882026-09-04T23:30:23.628Z[ recovery-image] Sep 04 23:30:22.458 INFO O| Sep 04 23:30:22.458 INFO STEP 105 (remove_files) COMPLETE
59892026-09-04T23:30:23.628Z[ recovery-image] Sep 04 23:30:22.458 INFO O| Sep 04 23:30:22.458 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-09-04T23:30:23.649Z[ recovery-image] Sep 04 23:30:22.479 INFO O| Sep 04 23:30:22.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59912026-09-04T23:30:23.649Z[ recovery-image] Sep 04 23:30:22.480 INFO O| Sep 04 23:30:22.480 INFO STEP 106 (remove_files) COMPLETE
59922026-09-04T23:30:23.649Z[ recovery-image] Sep 04 23:30:22.480 INFO O| Sep 04 23:30:22.480 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-09-04T23:30:23.659Z[ recovery-image] Sep 04 23:30:22.489 INFO O| Sep 04 23:30:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59942026-09-04T23:30:23.659Z[ recovery-image] Sep 04 23:30:22.489 INFO O| Sep 04 23:30:22.489 INFO STEP 107 (remove_files) COMPLETE
59952026-09-04T23:30:23.659Z[ recovery-image] Sep 04 23:30:22.489 INFO O| Sep 04 23:30:22.489 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-09-04T23:30:23.669Z[ recovery-image] Sep 04 23:30:22.499 INFO O| Sep 04 23:30:22.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
59972026-09-04T23:30:23.669Z[ recovery-image] Sep 04 23:30:22.499 INFO O| Sep 04 23:30:22.499 INFO STEP 108 (remove_files) COMPLETE
59982026-09-04T23:30:23.672Z[ recovery-image] Sep 04 23:30:22.499 INFO O| Sep 04 23:30:22.499 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-09-04T23:30:23.679Z[ recovery-image] Sep 04 23:30:22.509 INFO O| Sep 04 23:30:22.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60002026-09-04T23:30:23.679Z[ recovery-image] Sep 04 23:30:22.509 INFO O| Sep 04 23:30:22.509 INFO STEP 109 (remove_files) COMPLETE
60012026-09-04T23:30:23.679Z[ recovery-image] Sep 04 23:30:22.509 INFO O| Sep 04 23:30:22.509 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-09-04T23:30:23.685Z[verify-libraries] Compiling git2 v0.20.4
60032026-09-04T23:30:23.689Z[ recovery-image] Sep 04 23:30:22.519 INFO O| Sep 04 23:30:22.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60042026-09-04T23:30:23.689Z[ recovery-image] Sep 04 23:30:22.519 INFO O| Sep 04 23:30:22.519 INFO STEP 110 (remove_files) COMPLETE
60052026-09-04T23:30:23.689Z[ recovery-image] Sep 04 23:30:22.519 INFO O| Sep 04 23:30:22.519 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-09-04T23:30:23.698Z[ recovery-image] Sep 04 23:30:22.528 INFO O| Sep 04 23:30:22.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60072026-09-04T23:30:23.698Z[ recovery-image] Sep 04 23:30:22.528 INFO O| Sep 04 23:30:22.528 INFO STEP 111 (remove_files) COMPLETE
60082026-09-04T23:30:23.698Z[ recovery-image] Sep 04 23:30:22.528 INFO O| Sep 04 23:30:22.528 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-09-04T23:30:23.715Z[ recovery-image] Sep 04 23:30:22.545 INFO O| Sep 04 23:30:22.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60102026-09-04T23:30:23.715Z[ recovery-image] Sep 04 23:30:22.545 INFO O| Sep 04 23:30:22.545 INFO STEP 112 (remove_files) COMPLETE
60112026-09-04T23:30:23.715Z[ recovery-image] Sep 04 23:30:22.545 INFO O| Sep 04 23:30:22.545 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-09-04T23:30:23.724Z[ recovery-image] Sep 04 23:30:22.554 INFO O| Sep 04 23:30:22.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60132026-09-04T23:30:23.724Z[ recovery-image] Sep 04 23:30:22.554 INFO O| Sep 04 23:30:22.554 INFO STEP 113 (remove_files) COMPLETE
60142026-09-04T23:30:23.727Z[ recovery-image] Sep 04 23:30:22.554 INFO O| Sep 04 23:30:22.554 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-09-04T23:30:23.733Z[ recovery-image] Sep 04 23:30:22.564 INFO O| Sep 04 23:30:22.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60162026-09-04T23:30:23.736Z[ recovery-image] Sep 04 23:30:22.564 INFO O| Sep 04 23:30:22.564 INFO STEP 114 (remove_files) COMPLETE
60172026-09-04T23:30:23.736Z[ recovery-image] Sep 04 23:30:22.564 INFO O| Sep 04 23:30:22.564 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-09-04T23:30:23.743Z[ recovery-image] Sep 04 23:30:22.573 INFO O| Sep 04 23:30:22.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60192026-09-04T23:30:23.743Z[ recovery-image] Sep 04 23:30:22.573 INFO O| Sep 04 23:30:22.573 INFO STEP 115 (remove_files) COMPLETE
60202026-09-04T23:30:23.743Z[ recovery-image] Sep 04 23:30:22.573 INFO O| Sep 04 23:30:22.573 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-09-04T23:30:23.753Z[ recovery-image] Sep 04 23:30:22.583 INFO O| Sep 04 23:30:22.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60222026-09-04T23:30:23.753Z[ recovery-image] Sep 04 23:30:22.583 INFO O| Sep 04 23:30:22.583 INFO STEP 116 (remove_files) COMPLETE
60232026-09-04T23:30:23.756Z[ recovery-image] Sep 04 23:30:22.583 INFO O| Sep 04 23:30:22.583 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-09-04T23:30:23.762Z[ recovery-image] Sep 04 23:30:22.592 INFO O| Sep 04 23:30:22.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60252026-09-04T23:30:23.762Z[ recovery-image] Sep 04 23:30:22.592 INFO O| Sep 04 23:30:22.592 INFO STEP 117 (remove_files) COMPLETE
60262026-09-04T23:30:23.762Z[ recovery-image] Sep 04 23:30:22.592 INFO O| Sep 04 23:30:22.592 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-09-04T23:30:23.772Z[ recovery-image] Sep 04 23:30:22.602 INFO O| Sep 04 23:30:22.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60282026-09-04T23:30:23.772Z[ recovery-image] Sep 04 23:30:22.602 INFO O| Sep 04 23:30:22.602 INFO STEP 118 (remove_files) COMPLETE
60292026-09-04T23:30:23.772Z[ recovery-image] Sep 04 23:30:22.602 INFO O| Sep 04 23:30:22.602 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-09-04T23:30:23.781Z[ recovery-image] Sep 04 23:30:22.611 INFO O| Sep 04 23:30:22.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60312026-09-04T23:30:23.781Z[ recovery-image] Sep 04 23:30:22.611 INFO O| Sep 04 23:30:22.611 INFO STEP 119 (remove_files) COMPLETE
60322026-09-04T23:30:23.781Z[ recovery-image] Sep 04 23:30:22.611 INFO O| Sep 04 23:30:22.611 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-09-04T23:30:23.789Z[ recovery-image] Sep 04 23:30:22.620 INFO O| Sep 04 23:30:22.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60342026-09-04T23:30:23.789Z[ recovery-image] Sep 04 23:30:22.620 INFO O| Sep 04 23:30:22.620 INFO STEP 120 (remove_files) COMPLETE
60352026-09-04T23:30:23.794Z[ recovery-image] Sep 04 23:30:22.620 INFO O| Sep 04 23:30:22.620 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-09-04T23:30:23.798Z[ recovery-image] Sep 04 23:30:22.628 INFO O| Sep 04 23:30:22.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60372026-09-04T23:30:23.798Z[ recovery-image] Sep 04 23:30:22.628 INFO O| Sep 04 23:30:22.628 INFO STEP 121 (remove_files) COMPLETE
60382026-09-04T23:30:23.798Z[ recovery-image] Sep 04 23:30:22.628 INFO O| Sep 04 23:30:22.628 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-09-04T23:30:23.806Z[ recovery-image] Sep 04 23:30:22.636 INFO O| Sep 04 23:30:22.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60402026-09-04T23:30:23.806Z[ recovery-image] Sep 04 23:30:22.636 INFO O| Sep 04 23:30:22.636 INFO STEP 122 (remove_files) COMPLETE
60412026-09-04T23:30:23.806Z[ recovery-image] Sep 04 23:30:22.636 INFO O| Sep 04 23:30:22.636 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-09-04T23:30:23.815Z[ recovery-image] Sep 04 23:30:22.644 INFO O| Sep 04 23:30:22.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60432026-09-04T23:30:23.815Z[ recovery-image] Sep 04 23:30:22.644 INFO O| Sep 04 23:30:22.644 INFO STEP 123 (remove_files) COMPLETE
60442026-09-04T23:30:23.819Z[ recovery-image] Sep 04 23:30:22.644 INFO O| Sep 04 23:30:22.644 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-09-04T23:30:23.822Z[ recovery-image] Sep 04 23:30:22.653 INFO O| Sep 04 23:30:22.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60462026-09-04T23:30:23.826Z[ recovery-image] Sep 04 23:30:22.653 INFO O| Sep 04 23:30:22.653 INFO STEP 124 (remove_files) COMPLETE
60472026-09-04T23:30:23.826Z[ recovery-image] Sep 04 23:30:22.653 INFO O| Sep 04 23:30:22.653 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-04T23:30:23.831Z[ recovery-image] Sep 04 23:30:22.661 INFO O| Sep 04 23:30:22.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60492026-09-04T23:30:23.831Z[ recovery-image] Sep 04 23:30:22.661 INFO O| Sep 04 23:30:22.661 INFO STEP 125 (remove_files) COMPLETE
60502026-09-04T23:30:23.831Z[ recovery-image] Sep 04 23:30:22.661 INFO O| Sep 04 23:30:22.661 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-04T23:30:23.839Z[ recovery-image] Sep 04 23:30:22.670 INFO O| Sep 04 23:30:22.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60522026-09-04T23:30:23.839Z[ recovery-image] Sep 04 23:30:22.670 INFO O| Sep 04 23:30:22.670 INFO STEP 126 (remove_files) COMPLETE
60532026-09-04T23:30:23.843Z[ recovery-image] Sep 04 23:30:22.670 INFO O| Sep 04 23:30:22.670 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-09-04T23:30:23.852Z[ recovery-image] Sep 04 23:30:22.682 INFO O| Sep 04 23:30:22.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60552026-09-04T23:30:23.857Z[ recovery-image] Sep 04 23:30:22.682 INFO O| Sep 04 23:30:22.682 INFO STEP 127 (remove_files) COMPLETE
60562026-09-04T23:30:23.857Z[ recovery-image] Sep 04 23:30:22.682 INFO O| Sep 04 23:30:22.682 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-09-04T23:30:23.864Z[ recovery-image] Sep 04 23:30:22.694 INFO O| Sep 04 23:30:22.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60582026-09-04T23:30:23.864Z[ recovery-image] Sep 04 23:30:22.694 INFO O| Sep 04 23:30:22.694 INFO STEP 128 (remove_files) COMPLETE
60592026-09-04T23:30:23.867Z[ recovery-image] Sep 04 23:30:22.694 INFO O| Sep 04 23:30:22.694 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-09-04T23:30:23.873Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
60612026-09-04T23:30:23.877Z[ recovery-image] Sep 04 23:30:22.705 INFO O| Sep 04 23:30:22.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60622026-09-04T23:30:23.877Z[ recovery-image] Sep 04 23:30:22.705 INFO O| Sep 04 23:30:22.705 INFO STEP 129 (remove_files) COMPLETE
60632026-09-04T23:30:23.877Z[ recovery-image] Sep 04 23:30:22.706 INFO O| Sep 04 23:30:22.705 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-04T23:30:23.886Z[ recovery-image] Sep 04 23:30:22.717 INFO O| Sep 04 23:30:22.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60652026-09-04T23:30:23.887Z[ recovery-image] Sep 04 23:30:22.717 INFO O| Sep 04 23:30:22.717 INFO STEP 130 (remove_files) COMPLETE
60662026-09-04T23:30:23.887Z[ recovery-image] Sep 04 23:30:22.717 INFO O| Sep 04 23:30:22.717 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-04T23:30:23.898Z[ recovery-image] Sep 04 23:30:22.728 INFO O| Sep 04 23:30:22.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60682026-09-04T23:30:23.898Z[ recovery-image] Sep 04 23:30:22.728 INFO O| Sep 04 23:30:22.728 INFO STEP 131 (remove_files) COMPLETE
60692026-09-04T23:30:23.902Z[ recovery-image] Sep 04 23:30:22.728 INFO O| Sep 04 23:30:22.728 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-04T23:30:23.909Z[ recovery-image] Sep 04 23:30:22.739 INFO O| Sep 04 23:30:22.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60712026-09-04T23:30:23.909Z[ recovery-image] Sep 04 23:30:22.739 INFO O| Sep 04 23:30:22.739 INFO STEP 132 (remove_files) COMPLETE
60722026-09-04T23:30:23.909Z[ recovery-image] Sep 04 23:30:22.739 INFO O| Sep 04 23:30:22.739 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-04T23:30:23.920Z[ recovery-image] Sep 04 23:30:22.750 INFO O| Sep 04 23:30:22.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60742026-09-04T23:30:23.920Z[ recovery-image] Sep 04 23:30:22.751 INFO O| Sep 04 23:30:22.750 INFO STEP 133 (remove_files) COMPLETE
60752026-09-04T23:30:23.920Z[ recovery-image] Sep 04 23:30:22.751 INFO O| Sep 04 23:30:22.751 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-04T23:30:23.931Z[ recovery-image] Sep 04 23:30:22.762 INFO O| Sep 04 23:30:22.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60772026-09-04T23:30:23.931Z[ recovery-image] Sep 04 23:30:22.762 INFO O| Sep 04 23:30:22.762 INFO STEP 134 (remove_files) COMPLETE
60782026-09-04T23:30:23.932Z[ recovery-image] Sep 04 23:30:22.762 INFO O| Sep 04 23:30:22.762 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-04T23:30:23.943Z[ recovery-image] Sep 04 23:30:22.773 INFO O| Sep 04 23:30:22.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60802026-09-04T23:30:23.943Z[ recovery-image] Sep 04 23:30:22.773 INFO O| Sep 04 23:30:22.773 INFO STEP 135 (remove_files) COMPLETE
60812026-09-04T23:30:23.946Z[ recovery-image] Sep 04 23:30:22.773 INFO O| Sep 04 23:30:22.773 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-04T23:30:23.946Z[verify-libraries] Compiling samael v0.0.19
60832026-09-04T23:30:23.953Z[ recovery-image] Sep 04 23:30:22.784 INFO O| Sep 04 23:30:22.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60842026-09-04T23:30:23.953Z[ recovery-image] Sep 04 23:30:22.784 INFO O| Sep 04 23:30:22.784 INFO STEP 136 (remove_files) COMPLETE
60852026-09-04T23:30:23.953Z[ recovery-image] Sep 04 23:30:22.784 INFO O| Sep 04 23:30:22.784 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-09-04T23:30:23.964Z[ recovery-image] Sep 04 23:30:22.794 INFO O| Sep 04 23:30:22.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60872026-09-04T23:30:23.964Z[ recovery-image] Sep 04 23:30:22.794 INFO O| Sep 04 23:30:22.794 INFO STEP 137 (remove_files) COMPLETE
60882026-09-04T23:30:23.967Z[ recovery-image] Sep 04 23:30:22.794 INFO O| Sep 04 23:30:22.794 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-09-04T23:30:23.974Z[ recovery-image] Sep 04 23:30:22.805 INFO O| Sep 04 23:30:22.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60902026-09-04T23:30:23.975Z[ recovery-image] Sep 04 23:30:22.805 INFO O| Sep 04 23:30:22.805 INFO STEP 138 (remove_files) COMPLETE
60912026-09-04T23:30:23.978Z[ recovery-image] Sep 04 23:30:22.805 INFO O| Sep 04 23:30:22.805 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-09-04T23:30:23.985Z[ recovery-image] Sep 04 23:30:22.815 INFO O| Sep 04 23:30:22.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60932026-09-04T23:30:23.985Z[ recovery-image] Sep 04 23:30:22.815 INFO O| Sep 04 23:30:22.815 INFO STEP 139 (remove_files) COMPLETE
60942026-09-04T23:30:23.988Z[ recovery-image] Sep 04 23:30:22.815 INFO O| Sep 04 23:30:22.815 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-09-04T23:30:23.993Z[ recovery-image] Sep 04 23:30:22.824 INFO O| Sep 04 23:30:22.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60962026-09-04T23:30:23.993Z[ recovery-image] Sep 04 23:30:22.824 INFO O| Sep 04 23:30:22.824 INFO STEP 140 (remove_files) COMPLETE
60972026-09-04T23:30:23.993Z[ recovery-image] Sep 04 23:30:22.824 INFO O| Sep 04 23:30:22.824 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-09-04T23:30:24.003Z[ recovery-image] Sep 04 23:30:22.833 INFO O| Sep 04 23:30:22.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
60992026-09-04T23:30:24.003Z[ recovery-image] Sep 04 23:30:22.833 INFO O| Sep 04 23:30:22.833 INFO STEP 141 (remove_files) COMPLETE
61002026-09-04T23:30:24.003Z[ recovery-image] Sep 04 23:30:22.833 INFO O| Sep 04 23:30:22.833 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-09-04T23:30:24.013Z[ recovery-image] Sep 04 23:30:22.843 INFO O| Sep 04 23:30:22.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61022026-09-04T23:30:24.013Z[ recovery-image] Sep 04 23:30:22.843 INFO O| Sep 04 23:30:22.843 INFO STEP 142 (remove_files) COMPLETE
61032026-09-04T23:30:24.017Z[ recovery-image] Sep 04 23:30:22.843 INFO O| Sep 04 23:30:22.843 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-09-04T23:30:24.022Z[ recovery-image] Sep 04 23:30:22.853 INFO O| Sep 04 23:30:22.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61052026-09-04T23:30:24.022Z[ recovery-image] Sep 04 23:30:22.853 INFO O| Sep 04 23:30:22.853 INFO STEP 143 (remove_files) COMPLETE
61062026-09-04T23:30:24.026Z[ recovery-image] Sep 04 23:30:22.853 INFO O| Sep 04 23:30:22.853 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-09-04T23:30:24.032Z[ recovery-image] Sep 04 23:30:22.863 INFO O| Sep 04 23:30:22.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61082026-09-04T23:30:24.032Z[ recovery-image] Sep 04 23:30:22.863 INFO O| Sep 04 23:30:22.863 INFO STEP 144 (remove_files) COMPLETE
61092026-09-04T23:30:24.032Z[ recovery-image] Sep 04 23:30:22.863 INFO O| Sep 04 23:30:22.863 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-09-04T23:30:24.042Z[ recovery-image] Sep 04 23:30:22.873 INFO O| Sep 04 23:30:22.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61112026-09-04T23:30:24.042Z[ recovery-image] Sep 04 23:30:22.873 INFO O| Sep 04 23:30:22.873 INFO STEP 145 (remove_files) COMPLETE
61122026-09-04T23:30:24.042Z[ recovery-image] Sep 04 23:30:22.873 INFO O| Sep 04 23:30:22.873 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-09-04T23:30:24.052Z[ recovery-image] Sep 04 23:30:22.883 INFO O| Sep 04 23:30:22.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61142026-09-04T23:30:24.052Z[ recovery-image] Sep 04 23:30:22.883 INFO O| Sep 04 23:30:22.883 INFO STEP 146 (remove_files) COMPLETE
61152026-09-04T23:30:24.055Z[ recovery-image] Sep 04 23:30:22.883 INFO O| Sep 04 23:30:22.883 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-09-04T23:30:24.062Z[ recovery-image] Sep 04 23:30:22.892 INFO O| Sep 04 23:30:22.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61172026-09-04T23:30:24.062Z[ recovery-image] Sep 04 23:30:22.892 INFO O| Sep 04 23:30:22.892 INFO STEP 147 (remove_files) COMPLETE
61182026-09-04T23:30:24.062Z[ recovery-image] Sep 04 23:30:22.893 INFO O| Sep 04 23:30:22.892 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-09-04T23:30:24.072Z[ recovery-image] Sep 04 23:30:22.903 INFO O| Sep 04 23:30:22.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61202026-09-04T23:30:24.072Z[ recovery-image] Sep 04 23:30:22.903 INFO O| Sep 04 23:30:22.903 INFO STEP 148 (remove_files) COMPLETE
61212026-09-04T23:30:24.075Z[ recovery-image] Sep 04 23:30:22.903 INFO O| Sep 04 23:30:22.903 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-09-04T23:30:24.082Z[ recovery-image] Sep 04 23:30:22.913 INFO O| Sep 04 23:30:22.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61232026-09-04T23:30:24.082Z[ recovery-image] Sep 04 23:30:22.913 INFO O| Sep 04 23:30:22.913 INFO STEP 149 (remove_files) COMPLETE
61242026-09-04T23:30:24.085Z[ recovery-image] Sep 04 23:30:22.913 INFO O| Sep 04 23:30:22.913 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-09-04T23:30:24.093Z[ recovery-image] Sep 04 23:30:22.923 INFO O| Sep 04 23:30:22.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61262026-09-04T23:30:24.093Z[ recovery-image] Sep 04 23:30:22.923 INFO O| Sep 04 23:30:22.923 INFO STEP 150 (remove_files) COMPLETE
61272026-09-04T23:30:24.093Z[ recovery-image] Sep 04 23:30:22.923 INFO O| Sep 04 23:30:22.923 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-09-04T23:30:24.102Z[ recovery-image] Sep 04 23:30:22.932 INFO O| Sep 04 23:30:22.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61292026-09-04T23:30:24.102Z[ recovery-image] Sep 04 23:30:22.932 INFO O| Sep 04 23:30:22.932 INFO STEP 151 (remove_files) COMPLETE
61302026-09-04T23:30:24.102Z[ recovery-image] Sep 04 23:30:22.932 INFO O| Sep 04 23:30:22.932 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-09-04T23:30:24.111Z[ recovery-image] Sep 04 23:30:22.941 INFO O| Sep 04 23:30:22.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61322026-09-04T23:30:24.111Z[ recovery-image] Sep 04 23:30:22.941 INFO O| Sep 04 23:30:22.941 INFO STEP 152 (remove_files) COMPLETE
61332026-09-04T23:30:24.111Z[ recovery-image] Sep 04 23:30:22.941 INFO O| Sep 04 23:30:22.941 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-09-04T23:30:24.120Z[ recovery-image] Sep 04 23:30:22.950 INFO O| Sep 04 23:30:22.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61352026-09-04T23:30:24.120Z[ recovery-image] Sep 04 23:30:22.950 INFO O| Sep 04 23:30:22.950 INFO STEP 153 (remove_files) COMPLETE
61362026-09-04T23:30:24.120Z[ recovery-image] Sep 04 23:30:22.950 INFO O| Sep 04 23:30:22.950 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-09-04T23:30:24.129Z[ recovery-image] Sep 04 23:30:22.959 INFO O| Sep 04 23:30:22.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61382026-09-04T23:30:24.129Z[ recovery-image] Sep 04 23:30:22.959 INFO O| Sep 04 23:30:22.959 INFO STEP 154 (remove_files) COMPLETE
61392026-09-04T23:30:24.129Z[ recovery-image] Sep 04 23:30:22.959 INFO O| Sep 04 23:30:22.959 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-09-04T23:30:24.138Z[ recovery-image] Sep 04 23:30:22.968 INFO O| Sep 04 23:30:22.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61412026-09-04T23:30:24.138Z[ recovery-image] Sep 04 23:30:22.968 INFO O| Sep 04 23:30:22.968 INFO STEP 155 (remove_files) COMPLETE
61422026-09-04T23:30:24.138Z[ recovery-image] Sep 04 23:30:22.968 INFO O| Sep 04 23:30:22.968 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-09-04T23:30:24.147Z[ recovery-image] Sep 04 23:30:22.977 INFO O| Sep 04 23:30:22.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61442026-09-04T23:30:24.147Z[ recovery-image] Sep 04 23:30:22.977 INFO O| Sep 04 23:30:22.977 INFO STEP 156 (remove_files) COMPLETE
61452026-09-04T23:30:24.147Z[ recovery-image] Sep 04 23:30:22.977 INFO O| Sep 04 23:30:22.977 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-09-04T23:30:24.156Z[ recovery-image] Sep 04 23:30:22.986 INFO O| Sep 04 23:30:22.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61472026-09-04T23:30:24.156Z[ recovery-image] Sep 04 23:30:22.986 INFO O| Sep 04 23:30:22.986 INFO STEP 157 (remove_files) COMPLETE
61482026-09-04T23:30:24.159Z[ recovery-image] Sep 04 23:30:22.986 INFO O| Sep 04 23:30:22.986 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-09-04T23:30:24.165Z[ recovery-image] Sep 04 23:30:22.996 INFO O| Sep 04 23:30:22.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61502026-09-04T23:30:24.165Z[ recovery-image] Sep 04 23:30:22.996 INFO O| Sep 04 23:30:22.996 INFO STEP 158 (remove_files) COMPLETE
61512026-09-04T23:30:24.165Z[ recovery-image] Sep 04 23:30:22.996 INFO O| Sep 04 23:30:22.996 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-09-04T23:30:24.176Z[ recovery-image] Sep 04 23:30:23.005 INFO O| Sep 04 23:30:23.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61532026-09-04T23:30:24.176Z[ recovery-image] Sep 04 23:30:23.005 INFO O| Sep 04 23:30:23.005 INFO STEP 159 (remove_files) COMPLETE
61542026-09-04T23:30:24.179Z[ recovery-image] Sep 04 23:30:23.005 INFO O| Sep 04 23:30:23.005 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-09-04T23:30:24.184Z[ recovery-image] Sep 04 23:30:23.014 INFO O| Sep 04 23:30:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61562026-09-04T23:30:24.184Z[ recovery-image] Sep 04 23:30:23.014 INFO O| Sep 04 23:30:23.014 INFO STEP 160 (remove_files) COMPLETE
61572026-09-04T23:30:24.187Z[ recovery-image] Sep 04 23:30:23.014 INFO O| Sep 04 23:30:23.014 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-09-04T23:30:24.192Z[ recovery-image] Sep 04 23:30:23.023 INFO O| Sep 04 23:30:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61592026-09-04T23:30:24.192Z[ recovery-image] Sep 04 23:30:23.023 INFO O| Sep 04 23:30:23.023 INFO STEP 161 (remove_files) COMPLETE
61602026-09-04T23:30:24.195Z[ recovery-image] Sep 04 23:30:23.023 INFO O| Sep 04 23:30:23.023 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-09-04T23:30:24.200Z[ recovery-image] Sep 04 23:30:23.031 INFO O| Sep 04 23:30:23.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61622026-09-04T23:30:24.200Z[ recovery-image] Sep 04 23:30:23.031 INFO O| Sep 04 23:30:23.031 INFO STEP 162 (remove_files) COMPLETE
61632026-09-04T23:30:24.200Z[ recovery-image] Sep 04 23:30:23.031 INFO O| Sep 04 23:30:23.031 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-09-04T23:30:24.209Z[ recovery-image] Sep 04 23:30:23.039 INFO O| Sep 04 23:30:23.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61652026-09-04T23:30:24.209Z[ recovery-image] Sep 04 23:30:23.039 INFO O| Sep 04 23:30:23.039 INFO STEP 163 (remove_files) COMPLETE
61662026-09-04T23:30:24.209Z[ recovery-image] Sep 04 23:30:23.039 INFO O| Sep 04 23:30:23.039 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-09-04T23:30:24.217Z[ recovery-image] Sep 04 23:30:23.047 INFO O| Sep 04 23:30:23.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61682026-09-04T23:30:24.217Z[ recovery-image] Sep 04 23:30:23.047 INFO O| Sep 04 23:30:23.047 INFO STEP 164 (remove_files) COMPLETE
61692026-09-04T23:30:24.220Z[ recovery-image] Sep 04 23:30:23.047 INFO O| Sep 04 23:30:23.047 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-09-04T23:30:24.227Z[ recovery-image] Sep 04 23:30:23.057 INFO O| Sep 04 23:30:23.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61712026-09-04T23:30:24.227Z[ recovery-image] Sep 04 23:30:23.057 INFO O| Sep 04 23:30:23.057 INFO STEP 165 (remove_files) COMPLETE
61722026-09-04T23:30:24.230Z[ recovery-image] Sep 04 23:30:23.057 INFO O| Sep 04 23:30:23.057 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-09-04T23:30:24.236Z[ recovery-image] Sep 04 23:30:23.067 INFO O| Sep 04 23:30:23.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61742026-09-04T23:30:24.236Z[ recovery-image] Sep 04 23:30:23.067 INFO O| Sep 04 23:30:23.067 INFO STEP 166 (remove_files) COMPLETE
61752026-09-04T23:30:24.241Z[ recovery-image] Sep 04 23:30:23.067 INFO O| Sep 04 23:30:23.067 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-09-04T23:30:24.254Z[ recovery-image] Sep 04 23:30:23.084 INFO O| Sep 04 23:30:23.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61772026-09-04T23:30:24.254Z[ recovery-image] Sep 04 23:30:23.085 INFO O| Sep 04 23:30:23.085 INFO STEP 167 (remove_files) COMPLETE
61782026-09-04T23:30:24.254Z[ recovery-image] Sep 04 23:30:23.085 INFO O| Sep 04 23:30:23.085 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-09-04T23:30:24.265Z[ recovery-image] Sep 04 23:30:23.095 INFO O| Sep 04 23:30:23.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61802026-09-04T23:30:24.265Z[ recovery-image] Sep 04 23:30:23.095 INFO O| Sep 04 23:30:23.095 INFO STEP 168 (remove_files) COMPLETE
61812026-09-04T23:30:24.265Z[ recovery-image] Sep 04 23:30:23.095 INFO O| Sep 04 23:30:23.095 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-09-04T23:30:24.275Z[ recovery-image] Sep 04 23:30:23.105 INFO O| Sep 04 23:30:23.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61832026-09-04T23:30:24.275Z[ recovery-image] Sep 04 23:30:23.105 INFO O| Sep 04 23:30:23.105 INFO STEP 169 (remove_files) COMPLETE
61842026-09-04T23:30:24.275Z[ recovery-image] Sep 04 23:30:23.105 INFO O| Sep 04 23:30:23.105 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-09-04T23:30:24.284Z[ recovery-image] Sep 04 23:30:23.114 INFO O| Sep 04 23:30:23.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61862026-09-04T23:30:24.284Z[ recovery-image] Sep 04 23:30:23.114 INFO O| Sep 04 23:30:23.114 INFO STEP 170 (remove_files) COMPLETE
61872026-09-04T23:30:24.284Z[ recovery-image] Sep 04 23:30:23.114 INFO O| Sep 04 23:30:23.114 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-04T23:30:24.294Z[ recovery-image] Sep 04 23:30:23.124 INFO O| Sep 04 23:30:23.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61892026-09-04T23:30:24.294Z[ recovery-image] Sep 04 23:30:23.124 INFO O| Sep 04 23:30:23.124 INFO STEP 171 (remove_files) COMPLETE
61902026-09-04T23:30:24.294Z[ recovery-image] Sep 04 23:30:23.124 INFO O| Sep 04 23:30:23.124 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-04T23:30:24.303Z[ recovery-image] Sep 04 23:30:23.133 INFO O| Sep 04 23:30:23.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61922026-09-04T23:30:24.303Z[ recovery-image] Sep 04 23:30:23.133 INFO O| Sep 04 23:30:23.133 INFO STEP 172 (remove_files) COMPLETE
61932026-09-04T23:30:24.303Z[ recovery-image] Sep 04 23:30:23.133 INFO O| Sep 04 23:30:23.133 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-04T23:30:24.312Z[ recovery-image] Sep 04 23:30:23.143 INFO O| Sep 04 23:30:23.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61952026-09-04T23:30:24.312Z[ recovery-image] Sep 04 23:30:23.143 INFO O| Sep 04 23:30:23.143 INFO STEP 173 (remove_files) COMPLETE
61962026-09-04T23:30:24.312Z[ recovery-image] Sep 04 23:30:23.143 INFO O| Sep 04 23:30:23.143 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-04T23:30:24.324Z[ recovery-image] Sep 04 23:30:23.154 INFO O| Sep 04 23:30:23.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
61982026-09-04T23:30:24.324Z[ recovery-image] Sep 04 23:30:23.154 INFO O| Sep 04 23:30:23.154 INFO STEP 174 (remove_files) COMPLETE
61992026-09-04T23:30:24.324Z[ recovery-image] Sep 04 23:30:23.154 INFO O| Sep 04 23:30:23.154 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-04T23:30:24.334Z[ recovery-image] Sep 04 23:30:23.164 INFO O| Sep 04 23:30:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62012026-09-04T23:30:24.334Z[ recovery-image] Sep 04 23:30:23.164 INFO O| Sep 04 23:30:23.164 INFO STEP 175 (remove_files) COMPLETE
62022026-09-04T23:30:24.334Z[ recovery-image] Sep 04 23:30:23.164 INFO O| Sep 04 23:30:23.164 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-04T23:30:24.344Z[ recovery-image] Sep 04 23:30:23.174 INFO O| Sep 04 23:30:23.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62042026-09-04T23:30:24.347Z[ recovery-image] Sep 04 23:30:23.175 INFO O| Sep 04 23:30:23.175 INFO STEP 176 (remove_files) COMPLETE
62052026-09-04T23:30:24.347Z[ recovery-image] Sep 04 23:30:23.175 INFO O| Sep 04 23:30:23.175 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-04T23:30:24.355Z[ recovery-image] Sep 04 23:30:23.185 INFO O| Sep 04 23:30:23.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62072026-09-04T23:30:24.355Z[ recovery-image] Sep 04 23:30:23.185 INFO O| Sep 04 23:30:23.185 INFO STEP 177 (remove_files) COMPLETE
62082026-09-04T23:30:24.355Z[ recovery-image] Sep 04 23:30:23.185 INFO O| Sep 04 23:30:23.185 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-04T23:30:24.364Z[ recovery-image] Sep 04 23:30:23.194 INFO O| Sep 04 23:30:23.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62102026-09-04T23:30:24.364Z[ recovery-image] Sep 04 23:30:23.194 INFO O| Sep 04 23:30:23.194 INFO STEP 178 (remove_files) COMPLETE
62112026-09-04T23:30:24.364Z[ recovery-image] Sep 04 23:30:23.194 INFO O| Sep 04 23:30:23.194 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-04T23:30:24.372Z[ recovery-image] Sep 04 23:30:23.203 INFO O| Sep 04 23:30:23.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62132026-09-04T23:30:24.372Z[ recovery-image] Sep 04 23:30:23.203 INFO O| Sep 04 23:30:23.203 INFO STEP 179 (remove_files) COMPLETE
62142026-09-04T23:30:24.375Z[ recovery-image] Sep 04 23:30:23.203 INFO O| Sep 04 23:30:23.203 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-04T23:30:24.383Z[ recovery-image] Sep 04 23:30:23.212 INFO O| Sep 04 23:30:23.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62162026-09-04T23:30:24.383Z[ recovery-image] Sep 04 23:30:23.212 INFO O| Sep 04 23:30:23.212 INFO STEP 180 (remove_files) COMPLETE
62172026-09-04T23:30:24.383Z[ recovery-image] Sep 04 23:30:23.212 INFO O| Sep 04 23:30:23.212 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-04T23:30:24.391Z[ recovery-image] Sep 04 23:30:23.222 INFO O| Sep 04 23:30:23.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62192026-09-04T23:30:24.391Z[ recovery-image] Sep 04 23:30:23.222 INFO O| Sep 04 23:30:23.222 INFO STEP 181 (remove_files) COMPLETE
62202026-09-04T23:30:24.391Z[ recovery-image] Sep 04 23:30:23.222 INFO O| Sep 04 23:30:23.222 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-04T23:30:24.400Z[ recovery-image] Sep 04 23:30:23.230 INFO O| Sep 04 23:30:23.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62222026-09-04T23:30:24.400Z[ recovery-image] Sep 04 23:30:23.230 INFO O| Sep 04 23:30:23.230 INFO STEP 182 (remove_files) COMPLETE
62232026-09-04T23:30:24.400Z[ recovery-image] Sep 04 23:30:23.230 INFO O| Sep 04 23:30:23.230 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-04T23:30:24.408Z[ recovery-image] Sep 04 23:30:23.239 INFO O| Sep 04 23:30:23.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62252026-09-04T23:30:24.408Z[ recovery-image] Sep 04 23:30:23.239 INFO O| Sep 04 23:30:23.239 INFO STEP 183 (remove_files) COMPLETE
62262026-09-04T23:30:24.411Z[ recovery-image] Sep 04 23:30:23.239 INFO O| Sep 04 23:30:23.239 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-04T23:30:24.417Z[ recovery-image] Sep 04 23:30:23.248 INFO O| Sep 04 23:30:23.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62282026-09-04T23:30:24.417Z[ recovery-image] Sep 04 23:30:23.248 INFO O| Sep 04 23:30:23.248 INFO STEP 184 (remove_files) COMPLETE
62292026-09-04T23:30:24.421Z[ recovery-image] Sep 04 23:30:23.248 INFO O| Sep 04 23:30:23.248 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-04T23:30:24.428Z[ recovery-image] Sep 04 23:30:23.258 INFO O| Sep 04 23:30:23.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62312026-09-04T23:30:24.428Z[ recovery-image] Sep 04 23:30:23.258 INFO O| Sep 04 23:30:23.258 INFO STEP 185 (remove_files) COMPLETE
62322026-09-04T23:30:24.428Z[ recovery-image] Sep 04 23:30:23.258 INFO O| Sep 04 23:30:23.258 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-04T23:30:24.436Z[ recovery-image] Sep 04 23:30:23.266 INFO O| Sep 04 23:30:23.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62342026-09-04T23:30:24.436Z[ recovery-image] Sep 04 23:30:23.266 INFO O| Sep 04 23:30:23.266 INFO STEP 186 (remove_files) COMPLETE
62352026-09-04T23:30:24.436Z[ recovery-image] Sep 04 23:30:23.266 INFO O| Sep 04 23:30:23.266 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-04T23:30:24.445Z[ recovery-image] Sep 04 23:30:23.275 INFO O| Sep 04 23:30:23.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62372026-09-04T23:30:24.445Z[ recovery-image] Sep 04 23:30:23.275 INFO O| Sep 04 23:30:23.275 INFO STEP 187 (remove_files) COMPLETE
62382026-09-04T23:30:24.449Z[ recovery-image] Sep 04 23:30:23.276 INFO O| Sep 04 23:30:23.275 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-04T23:30:24.454Z[ recovery-image] Sep 04 23:30:23.284 INFO O| Sep 04 23:30:23.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62402026-09-04T23:30:24.454Z[ recovery-image] Sep 04 23:30:23.284 INFO O| Sep 04 23:30:23.284 INFO STEP 188 (remove_files) COMPLETE
62412026-09-04T23:30:24.457Z[ recovery-image] Sep 04 23:30:23.284 INFO O| Sep 04 23:30:23.284 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-04T23:30:24.463Z[ recovery-image] Sep 04 23:30:23.293 INFO O| Sep 04 23:30:23.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62432026-09-04T23:30:24.467Z[ recovery-image] Sep 04 23:30:23.293 INFO O| Sep 04 23:30:23.293 INFO STEP 189 (remove_files) COMPLETE
62442026-09-04T23:30:24.467Z[ recovery-image] Sep 04 23:30:23.293 INFO O| Sep 04 23:30:23.293 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-04T23:30:24.471Z[ recovery-image] Sep 04 23:30:23.302 INFO O| Sep 04 23:30:23.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62462026-09-04T23:30:24.471Z[ recovery-image] Sep 04 23:30:23.302 INFO O| Sep 04 23:30:23.302 INFO STEP 190 (remove_files) COMPLETE
62472026-09-04T23:30:24.474Z[ recovery-image] Sep 04 23:30:23.302 INFO O| Sep 04 23:30:23.302 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-04T23:30:24.481Z[ recovery-image] Sep 04 23:30:23.311 INFO O| Sep 04 23:30:23.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62492026-09-04T23:30:24.481Z[ recovery-image] Sep 04 23:30:23.311 INFO O| Sep 04 23:30:23.311 INFO STEP 191 (remove_files) COMPLETE
62502026-09-04T23:30:24.484Z[ recovery-image] Sep 04 23:30:23.311 INFO O| Sep 04 23:30:23.311 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-04T23:30:24.489Z[ recovery-image] Sep 04 23:30:23.320 INFO O| Sep 04 23:30:23.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62522026-09-04T23:30:24.489Z[ recovery-image] Sep 04 23:30:23.320 INFO O| Sep 04 23:30:23.320 INFO STEP 192 (remove_files) COMPLETE
62532026-09-04T23:30:24.493Z[ recovery-image] Sep 04 23:30:23.320 INFO O| Sep 04 23:30:23.320 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-09-04T23:30:24.498Z[ recovery-image] Sep 04 23:30:23.328 INFO O| Sep 04 23:30:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62552026-09-04T23:30:24.498Z[ recovery-image] Sep 04 23:30:23.328 INFO O| Sep 04 23:30:23.328 INFO STEP 193 (remove_files) COMPLETE
62562026-09-04T23:30:24.498Z[ recovery-image] Sep 04 23:30:23.329 INFO O| Sep 04 23:30:23.328 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-09-04T23:30:24.507Z[ recovery-image] Sep 04 23:30:23.337 INFO O| Sep 04 23:30:23.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62582026-09-04T23:30:24.507Z[ recovery-image] Sep 04 23:30:23.337 INFO O| Sep 04 23:30:23.337 INFO STEP 194 (remove_files) COMPLETE
62592026-09-04T23:30:24.507Z[ recovery-image] Sep 04 23:30:23.337 INFO O| Sep 04 23:30:23.337 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-09-04T23:30:24.516Z[ recovery-image] Sep 04 23:30:23.346 INFO O| Sep 04 23:30:23.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62612026-09-04T23:30:24.516Z[ recovery-image] Sep 04 23:30:23.346 INFO O| Sep 04 23:30:23.346 INFO STEP 195 (remove_files) COMPLETE
62622026-09-04T23:30:24.516Z[ recovery-image] Sep 04 23:30:23.346 INFO O| Sep 04 23:30:23.346 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-09-04T23:30:24.526Z[ recovery-image] Sep 04 23:30:23.357 INFO O| Sep 04 23:30:23.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62642026-09-04T23:30:24.527Z[ recovery-image] Sep 04 23:30:23.357 INFO O| Sep 04 23:30:23.357 INFO STEP 196 (remove_files) COMPLETE
62652026-09-04T23:30:24.527Z[ recovery-image] Sep 04 23:30:23.357 INFO O| Sep 04 23:30:23.357 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-09-04T23:30:24.535Z[ recovery-image] Sep 04 23:30:23.366 INFO O| Sep 04 23:30:23.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62672026-09-04T23:30:24.536Z[ recovery-image] Sep 04 23:30:23.366 INFO O| Sep 04 23:30:23.366 INFO STEP 197 (remove_files) COMPLETE
62682026-09-04T23:30:24.536Z[ recovery-image] Sep 04 23:30:23.366 INFO O| Sep 04 23:30:23.366 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-09-04T23:30:24.547Z[ recovery-image] Sep 04 23:30:23.377 INFO O| Sep 04 23:30:23.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62702026-09-04T23:30:24.547Z[ recovery-image] Sep 04 23:30:23.377 INFO O| Sep 04 23:30:23.377 INFO STEP 198 (remove_files) COMPLETE
62712026-09-04T23:30:24.547Z[ recovery-image] Sep 04 23:30:23.377 INFO O| Sep 04 23:30:23.377 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-09-04T23:30:24.557Z[ recovery-image] Sep 04 23:30:23.387 INFO O| Sep 04 23:30:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62732026-09-04T23:30:24.557Z[ recovery-image] Sep 04 23:30:23.387 INFO O| Sep 04 23:30:23.387 INFO STEP 199 (remove_files) COMPLETE
62742026-09-04T23:30:24.560Z[ recovery-image] Sep 04 23:30:23.387 INFO O| Sep 04 23:30:23.387 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-09-04T23:30:24.566Z[ recovery-image] Sep 04 23:30:23.396 INFO O| Sep 04 23:30:23.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62762026-09-04T23:30:24.566Z[ recovery-image] Sep 04 23:30:23.396 INFO O| Sep 04 23:30:23.396 INFO STEP 200 (remove_files) COMPLETE
62772026-09-04T23:30:24.566Z[ recovery-image] Sep 04 23:30:23.396 INFO O| Sep 04 23:30:23.396 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-04T23:30:24.579Z[ recovery-image] Sep 04 23:30:23.409 INFO O| Sep 04 23:30:23.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62792026-09-04T23:30:24.579Z[ recovery-image] Sep 04 23:30:23.409 INFO O| Sep 04 23:30:23.409 INFO STEP 201 (remove_files) COMPLETE
62802026-09-04T23:30:24.579Z[ recovery-image] Sep 04 23:30:23.409 INFO O| Sep 04 23:30:23.409 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-04T23:30:24.592Z[ recovery-image] Sep 04 23:30:23.422 INFO O| Sep 04 23:30:23.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62822026-09-04T23:30:24.592Z[ recovery-image] Sep 04 23:30:23.422 INFO O| Sep 04 23:30:23.422 INFO STEP 202 (remove_files) COMPLETE
62832026-09-04T23:30:24.592Z[ recovery-image] Sep 04 23:30:23.422 INFO O| Sep 04 23:30:23.422 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-04T23:30:24.604Z[ recovery-image] Sep 04 23:30:23.434 INFO O| Sep 04 23:30:23.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62852026-09-04T23:30:24.604Z[ recovery-image] Sep 04 23:30:23.434 INFO O| Sep 04 23:30:23.434 INFO STEP 203 (remove_files) COMPLETE
62862026-09-04T23:30:24.604Z[ recovery-image] Sep 04 23:30:23.434 INFO O| Sep 04 23:30:23.434 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-04T23:30:24.616Z[ recovery-image] Sep 04 23:30:23.446 INFO O| Sep 04 23:30:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62882026-09-04T23:30:24.616Z[ recovery-image] Sep 04 23:30:23.446 INFO O| Sep 04 23:30:23.446 INFO STEP 204 (remove_files) COMPLETE
62892026-09-04T23:30:24.619Z[ recovery-image] Sep 04 23:30:23.446 INFO O| Sep 04 23:30:23.446 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-04T23:30:24.627Z[ recovery-image] Sep 04 23:30:23.457 INFO O| Sep 04 23:30:23.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62912026-09-04T23:30:24.627Z[ recovery-image] Sep 04 23:30:23.457 INFO O| Sep 04 23:30:23.457 INFO STEP 205 (remove_files) COMPLETE
62922026-09-04T23:30:24.627Z[ recovery-image] Sep 04 23:30:23.457 INFO O| Sep 04 23:30:23.457 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-04T23:30:24.637Z[ recovery-image] Sep 04 23:30:23.468 INFO O| Sep 04 23:30:23.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62942026-09-04T23:30:24.637Z[ recovery-image] Sep 04 23:30:23.468 INFO O| Sep 04 23:30:23.468 INFO STEP 206 (remove_files) COMPLETE
62952026-09-04T23:30:24.637Z[ recovery-image] Sep 04 23:30:23.468 INFO O| Sep 04 23:30:23.468 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-04T23:30:24.649Z[ recovery-image] Sep 04 23:30:23.480 INFO O| Sep 04 23:30:23.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
62972026-09-04T23:30:24.649Z[ recovery-image] Sep 04 23:30:23.480 INFO O| Sep 04 23:30:23.480 INFO STEP 207 (remove_files) COMPLETE
62982026-09-04T23:30:24.649Z[ recovery-image] Sep 04 23:30:23.480 INFO O| Sep 04 23:30:23.480 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-04T23:30:24.659Z[ recovery-image] Sep 04 23:30:23.490 INFO O| Sep 04 23:30:23.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63002026-09-04T23:30:24.659Z[ recovery-image] Sep 04 23:30:23.490 INFO O| Sep 04 23:30:23.490 INFO STEP 208 (remove_files) COMPLETE
63012026-09-04T23:30:24.660Z[ recovery-image] Sep 04 23:30:23.490 INFO O| Sep 04 23:30:23.490 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-04T23:30:24.670Z[ recovery-image] Sep 04 23:30:23.500 INFO O| Sep 04 23:30:23.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63032026-09-04T23:30:24.670Z[ recovery-image] Sep 04 23:30:23.501 INFO O| Sep 04 23:30:23.500 INFO STEP 209 (remove_files) COMPLETE
63042026-09-04T23:30:24.670Z[ recovery-image] Sep 04 23:30:23.501 INFO O| Sep 04 23:30:23.501 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-04T23:30:24.679Z[ recovery-image] Sep 04 23:30:23.509 INFO O| Sep 04 23:30:23.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63062026-09-04T23:30:24.679Z[ recovery-image] Sep 04 23:30:23.510 INFO O| Sep 04 23:30:23.510 INFO STEP 210 (remove_files) COMPLETE
63072026-09-04T23:30:24.679Z[ recovery-image] Sep 04 23:30:23.510 INFO O| Sep 04 23:30:23.510 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-04T23:30:24.689Z[ recovery-image] Sep 04 23:30:23.519 INFO O| Sep 04 23:30:23.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63092026-09-04T23:30:24.689Z[ recovery-image] Sep 04 23:30:23.519 INFO O| Sep 04 23:30:23.519 INFO STEP 211 (remove_files) COMPLETE
63102026-09-04T23:30:24.689Z[ recovery-image] Sep 04 23:30:23.519 INFO O| Sep 04 23:30:23.519 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-09-04T23:30:24.698Z[ recovery-image] Sep 04 23:30:23.529 INFO O| Sep 04 23:30:23.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63122026-09-04T23:30:24.698Z[ recovery-image] Sep 04 23:30:23.529 INFO O| Sep 04 23:30:23.529 INFO STEP 212 (remove_files) COMPLETE
63132026-09-04T23:30:24.698Z[ recovery-image] Sep 04 23:30:23.529 INFO O| Sep 04 23:30:23.529 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-09-04T23:30:24.708Z[ recovery-image] Sep 04 23:30:23.538 INFO O| Sep 04 23:30:23.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63152026-09-04T23:30:24.708Z[ recovery-image] Sep 04 23:30:23.538 INFO O| Sep 04 23:30:23.538 INFO STEP 213 (remove_files) COMPLETE
63162026-09-04T23:30:24.708Z[ recovery-image] Sep 04 23:30:23.538 INFO O| Sep 04 23:30:23.538 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-09-04T23:30:24.717Z[ recovery-image] Sep 04 23:30:23.548 INFO O| Sep 04 23:30:23.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63182026-09-04T23:30:24.717Z[ recovery-image] Sep 04 23:30:23.548 INFO O| Sep 04 23:30:23.548 INFO STEP 214 (remove_files) COMPLETE
63192026-09-04T23:30:24.717Z[ recovery-image] Sep 04 23:30:23.548 INFO O| Sep 04 23:30:23.548 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-09-04T23:30:24.727Z[ recovery-image] Sep 04 23:30:23.557 INFO O| Sep 04 23:30:23.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63212026-09-04T23:30:24.727Z[ recovery-image] Sep 04 23:30:23.557 INFO O| Sep 04 23:30:23.557 INFO STEP 215 (remove_files) COMPLETE
63222026-09-04T23:30:24.727Z[ recovery-image] Sep 04 23:30:23.557 INFO O| Sep 04 23:30:23.557 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-09-04T23:30:24.736Z[ recovery-image] Sep 04 23:30:23.567 INFO O| Sep 04 23:30:23.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63242026-09-04T23:30:24.736Z[ recovery-image] Sep 04 23:30:23.567 INFO O| Sep 04 23:30:23.567 INFO STEP 216 (remove_files) COMPLETE
63252026-09-04T23:30:24.740Z[ recovery-image] Sep 04 23:30:23.567 INFO O| Sep 04 23:30:23.567 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-09-04T23:30:24.746Z[ recovery-image] Sep 04 23:30:23.576 INFO O| Sep 04 23:30:23.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63272026-09-04T23:30:24.746Z[ recovery-image] Sep 04 23:30:23.576 INFO O| Sep 04 23:30:23.576 INFO STEP 217 (remove_files) COMPLETE
63282026-09-04T23:30:24.746Z[ recovery-image] Sep 04 23:30:23.576 INFO O| Sep 04 23:30:23.576 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-09-04T23:30:24.757Z[ recovery-image] Sep 04 23:30:23.587 INFO O| Sep 04 23:30:23.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63302026-09-04T23:30:24.757Z[ recovery-image] Sep 04 23:30:23.587 INFO O| Sep 04 23:30:23.587 INFO STEP 218 (remove_files) COMPLETE
63312026-09-04T23:30:24.757Z[ recovery-image] Sep 04 23:30:23.587 INFO O| Sep 04 23:30:23.587 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-09-04T23:30:24.766Z[ recovery-image] Sep 04 23:30:23.597 INFO O| Sep 04 23:30:23.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63332026-09-04T23:30:24.766Z[ recovery-image] Sep 04 23:30:23.597 INFO O| Sep 04 23:30:23.597 INFO STEP 219 (remove_files) COMPLETE
63342026-09-04T23:30:24.766Z[ recovery-image] Sep 04 23:30:23.597 INFO O| Sep 04 23:30:23.597 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-09-04T23:30:24.781Z[ recovery-image] Sep 04 23:30:23.611 INFO O| Sep 04 23:30:23.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63362026-09-04T23:30:24.781Z[ recovery-image] Sep 04 23:30:23.612 INFO O| Sep 04 23:30:23.611 INFO STEP 220 (remove_files) COMPLETE
63372026-09-04T23:30:24.781Z[ recovery-image] Sep 04 23:30:23.612 INFO O| Sep 04 23:30:23.612 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-09-04T23:30:24.791Z[ recovery-image] Sep 04 23:30:23.621 INFO O| Sep 04 23:30:23.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63392026-09-04T23:30:24.791Z[ recovery-image] Sep 04 23:30:23.621 INFO O| Sep 04 23:30:23.621 INFO STEP 221 (remove_files) COMPLETE
63402026-09-04T23:30:24.791Z[ recovery-image] Sep 04 23:30:23.621 INFO O| Sep 04 23:30:23.621 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-09-04T23:30:24.800Z[ recovery-image] Sep 04 23:30:23.630 INFO O| Sep 04 23:30:23.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63422026-09-04T23:30:24.800Z[ recovery-image] Sep 04 23:30:23.630 INFO O| Sep 04 23:30:23.630 INFO STEP 222 (remove_files) COMPLETE
63432026-09-04T23:30:24.800Z[ recovery-image] Sep 04 23:30:23.630 INFO O| Sep 04 23:30:23.630 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-09-04T23:30:24.844Z[ recovery-image] Sep 04 23:30:23.674 INFO O| Sep 04 23:30:23.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63452026-09-04T23:30:24.844Z[ recovery-image] Sep 04 23:30:23.674 INFO O| Sep 04 23:30:23.674 INFO STEP 223 (remove_files) COMPLETE
63462026-09-04T23:30:24.844Z[ recovery-image] Sep 04 23:30:23.674 INFO O| Sep 04 23:30:23.674 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-09-04T23:30:24.853Z[ recovery-image] Sep 04 23:30:23.683 INFO O| Sep 04 23:30:23.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63482026-09-04T23:30:24.853Z[ recovery-image] Sep 04 23:30:23.684 INFO O| Sep 04 23:30:23.684 INFO STEP 224 (remove_files) COMPLETE
63492026-09-04T23:30:24.853Z[ recovery-image] Sep 04 23:30:23.684 INFO O| Sep 04 23:30:23.684 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-09-04T23:30:24.862Z[ recovery-image] Sep 04 23:30:23.692 INFO O| Sep 04 23:30:23.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63512026-09-04T23:30:24.862Z[ recovery-image] Sep 04 23:30:23.692 INFO O| Sep 04 23:30:23.692 INFO STEP 225 (remove_files) COMPLETE
63522026-09-04T23:30:24.862Z[ recovery-image] Sep 04 23:30:23.692 INFO O| Sep 04 23:30:23.692 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-09-04T23:30:24.873Z[ recovery-image] Sep 04 23:30:23.703 INFO O| Sep 04 23:30:23.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63542026-09-04T23:30:24.873Z[ recovery-image] Sep 04 23:30:23.703 INFO O| Sep 04 23:30:23.703 INFO STEP 226 (remove_files) COMPLETE
63552026-09-04T23:30:24.873Z[ recovery-image] Sep 04 23:30:23.703 INFO O| Sep 04 23:30:23.703 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-09-04T23:30:24.883Z[ recovery-image] Sep 04 23:30:23.713 INFO O| Sep 04 23:30:23.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63572026-09-04T23:30:24.883Z[ recovery-image] Sep 04 23:30:23.713 INFO O| Sep 04 23:30:23.713 INFO STEP 227 (remove_files) COMPLETE
63582026-09-04T23:30:24.883Z[ recovery-image] Sep 04 23:30:23.713 INFO O| Sep 04 23:30:23.713 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-09-04T23:30:24.892Z[ recovery-image] Sep 04 23:30:23.722 INFO O| Sep 04 23:30:23.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63602026-09-04T23:30:24.892Z[ recovery-image] Sep 04 23:30:23.722 INFO O| Sep 04 23:30:23.722 INFO STEP 228 (remove_files) COMPLETE
63612026-09-04T23:30:24.892Z[ recovery-image] Sep 04 23:30:23.722 INFO O| Sep 04 23:30:23.722 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-09-04T23:30:24.901Z[ recovery-image] Sep 04 23:30:23.731 INFO O| Sep 04 23:30:23.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63632026-09-04T23:30:24.901Z[ recovery-image] Sep 04 23:30:23.731 INFO O| Sep 04 23:30:23.731 INFO STEP 229 (remove_files) COMPLETE
63642026-09-04T23:30:24.901Z[ recovery-image] Sep 04 23:30:23.731 INFO O| Sep 04 23:30:23.731 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-09-04T23:30:24.910Z[ recovery-image] Sep 04 23:30:23.740 INFO O| Sep 04 23:30:23.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63662026-09-04T23:30:24.910Z[ recovery-image] Sep 04 23:30:23.740 INFO O| Sep 04 23:30:23.740 INFO STEP 230 (remove_files) COMPLETE
63672026-09-04T23:30:24.910Z[ recovery-image] Sep 04 23:30:23.740 INFO O| Sep 04 23:30:23.740 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-09-04T23:30:24.919Z[ recovery-image] Sep 04 23:30:23.749 INFO O| Sep 04 23:30:23.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63692026-09-04T23:30:24.919Z[ recovery-image] Sep 04 23:30:23.749 INFO O| Sep 04 23:30:23.749 INFO STEP 231 (remove_files) COMPLETE
63702026-09-04T23:30:24.922Z[ recovery-image] Sep 04 23:30:23.749 INFO O| Sep 04 23:30:23.749 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-09-04T23:30:24.929Z[ recovery-image] Sep 04 23:30:23.760 INFO O| Sep 04 23:30:23.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63722026-09-04T23:30:24.929Z[ recovery-image] Sep 04 23:30:23.760 INFO O| Sep 04 23:30:23.760 INFO STEP 232 (remove_files) COMPLETE
63732026-09-04T23:30:24.930Z[ recovery-image] Sep 04 23:30:23.760 INFO O| Sep 04 23:30:23.760 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-09-04T23:30:24.939Z[ recovery-image] Sep 04 23:30:23.769 INFO O| Sep 04 23:30:23.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63752026-09-04T23:30:24.939Z[ recovery-image] Sep 04 23:30:23.769 INFO O| Sep 04 23:30:23.769 INFO STEP 233 (remove_files) COMPLETE
63762026-09-04T23:30:24.942Z[ recovery-image] Sep 04 23:30:23.769 INFO O| Sep 04 23:30:23.769 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-09-04T23:30:24.950Z[ recovery-image] Sep 04 23:30:23.781 INFO O| Sep 04 23:30:23.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63782026-09-04T23:30:24.950Z[ recovery-image] Sep 04 23:30:23.781 INFO O| Sep 04 23:30:23.781 INFO STEP 234 (remove_files) COMPLETE
63792026-09-04T23:30:24.950Z[ recovery-image] Sep 04 23:30:23.781 INFO O| Sep 04 23:30:23.781 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-09-04T23:30:24.962Z[ recovery-image] Sep 04 23:30:23.792 INFO O| Sep 04 23:30:23.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63812026-09-04T23:30:24.962Z[ recovery-image] Sep 04 23:30:23.792 INFO O| Sep 04 23:30:23.792 INFO STEP 235 (remove_files) COMPLETE
63822026-09-04T23:30:24.965Z[ recovery-image] Sep 04 23:30:23.792 INFO O| Sep 04 23:30:23.792 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-09-04T23:30:24.972Z[ recovery-image] Sep 04 23:30:23.803 INFO O| Sep 04 23:30:23.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63842026-09-04T23:30:24.972Z[ recovery-image] Sep 04 23:30:23.803 INFO O| Sep 04 23:30:23.803 INFO STEP 236 (remove_files) COMPLETE
63852026-09-04T23:30:24.972Z[ recovery-image] Sep 04 23:30:23.803 INFO O| Sep 04 23:30:23.803 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-09-04T23:30:24.982Z[ recovery-image] Sep 04 23:30:23.813 INFO O| Sep 04 23:30:23.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63872026-09-04T23:30:24.982Z[ recovery-image] Sep 04 23:30:23.813 INFO O| Sep 04 23:30:23.813 INFO STEP 237 (remove_files) COMPLETE
63882026-09-04T23:30:24.982Z[ recovery-image] Sep 04 23:30:23.813 INFO O| Sep 04 23:30:23.813 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-09-04T23:30:24.991Z[ recovery-image] Sep 04 23:30:23.822 INFO O| Sep 04 23:30:23.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63902026-09-04T23:30:24.991Z[ recovery-image] Sep 04 23:30:23.822 INFO O| Sep 04 23:30:23.822 INFO STEP 238 (remove_files) COMPLETE
63912026-09-04T23:30:24.992Z[ recovery-image] Sep 04 23:30:23.822 INFO O| Sep 04 23:30:23.822 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-09-04T23:30:25.002Z[ recovery-image] Sep 04 23:30:23.832 INFO O| Sep 04 23:30:23.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63932026-09-04T23:30:25.002Z[ recovery-image] Sep 04 23:30:23.832 INFO O| Sep 04 23:30:23.832 INFO STEP 239 (remove_files) COMPLETE
63942026-09-04T23:30:25.002Z[ recovery-image] Sep 04 23:30:23.832 INFO O| Sep 04 23:30:23.832 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-09-04T23:30:25.029Z[ recovery-image] Sep 04 23:30:23.840 INFO O| Sep 04 23:30:23.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
63962026-09-04T23:30:25.030Z[ recovery-image] Sep 04 23:30:23.840 INFO O| Sep 04 23:30:23.840 INFO STEP 240 (remove_files) COMPLETE
63972026-09-04T23:30:25.030Z[ recovery-image] Sep 04 23:30:23.840 INFO O| Sep 04 23:30:23.840 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-09-04T23:30:25.035Z[ recovery-image] Sep 04 23:30:23.847 INFO O| Sep 04 23:30:23.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
63992026-09-04T23:30:25.035Z[ recovery-image] Sep 04 23:30:23.847 INFO O| Sep 04 23:30:23.847 INFO STEP 241 (remove_files) COMPLETE
64002026-09-04T23:30:25.035Z[ recovery-image] Sep 04 23:30:23.847 INFO O| Sep 04 23:30:23.847 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-09-04T23:30:25.035Z[ recovery-image] Sep 04 23:30:23.855 INFO O| Sep 04 23:30:23.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64022026-09-04T23:30:25.035Z[ recovery-image] Sep 04 23:30:23.855 INFO O| Sep 04 23:30:23.855 INFO STEP 242 (remove_files) COMPLETE
64032026-09-04T23:30:25.035Z[ recovery-image] Sep 04 23:30:23.855 INFO O| Sep 04 23:30:23.855 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-09-04T23:30:25.038Z[ recovery-image] Sep 04 23:30:23.865 INFO O| Sep 04 23:30:23.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64052026-09-04T23:30:25.038Z[ recovery-image] Sep 04 23:30:23.865 INFO O| Sep 04 23:30:23.865 INFO STEP 243 (remove_files) COMPLETE
64062026-09-04T23:30:25.038Z[ recovery-image] Sep 04 23:30:23.865 INFO O| Sep 04 23:30:23.865 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-09-04T23:30:25.044Z[ recovery-image] Sep 04 23:30:23.874 INFO O| Sep 04 23:30:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64082026-09-04T23:30:25.048Z[ recovery-image] Sep 04 23:30:23.875 INFO O| Sep 04 23:30:23.875 INFO STEP 244 (remove_files) COMPLETE
64092026-09-04T23:30:25.048Z[ recovery-image] Sep 04 23:30:23.875 INFO O| Sep 04 23:30:23.875 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-04T23:30:25.056Z[ recovery-image] Sep 04 23:30:23.886 INFO O| Sep 04 23:30:23.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64112026-09-04T23:30:25.056Z[ recovery-image] Sep 04 23:30:23.886 INFO O| Sep 04 23:30:23.886 INFO STEP 245 (remove_files) COMPLETE
64122026-09-04T23:30:25.056Z[ recovery-image] Sep 04 23:30:23.886 INFO O| Sep 04 23:30:23.886 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-04T23:30:25.067Z[ recovery-image] Sep 04 23:30:23.897 INFO O| Sep 04 23:30:23.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64142026-09-04T23:30:25.071Z[ recovery-image] Sep 04 23:30:23.898 INFO O| Sep 04 23:30:23.898 INFO STEP 246 (remove_files) COMPLETE
64152026-09-04T23:30:25.071Z[ recovery-image] Sep 04 23:30:23.898 INFO O| Sep 04 23:30:23.898 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-04T23:30:25.078Z[ recovery-image] Sep 04 23:30:23.908 INFO O| Sep 04 23:30:23.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64172026-09-04T23:30:25.078Z[ recovery-image] Sep 04 23:30:23.909 INFO O| Sep 04 23:30:23.909 INFO STEP 247 (remove_files) COMPLETE
64182026-09-04T23:30:25.078Z[ recovery-image] Sep 04 23:30:23.909 INFO O| Sep 04 23:30:23.909 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-04T23:30:25.091Z[ recovery-image] Sep 04 23:30:23.919 INFO O| Sep 04 23:30:23.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64202026-09-04T23:30:25.091Z[ recovery-image] Sep 04 23:30:23.919 INFO O| Sep 04 23:30:23.919 INFO STEP 248 (remove_files) COMPLETE
64212026-09-04T23:30:25.091Z[ recovery-image] Sep 04 23:30:23.919 INFO O| Sep 04 23:30:23.919 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-09-04T23:30:25.099Z[ recovery-image] Sep 04 23:30:23.929 INFO O| Sep 04 23:30:23.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64232026-09-04T23:30:25.099Z[ recovery-image] Sep 04 23:30:23.929 INFO O| Sep 04 23:30:23.929 INFO STEP 249 (remove_files) COMPLETE
64242026-09-04T23:30:25.099Z[ recovery-image] Sep 04 23:30:23.929 INFO O| Sep 04 23:30:23.929 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-04T23:30:25.108Z[ recovery-image] Sep 04 23:30:23.938 INFO O| Sep 04 23:30:23.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64262026-09-04T23:30:25.108Z[ recovery-image] Sep 04 23:30:23.938 INFO O| Sep 04 23:30:23.938 INFO STEP 250 (remove_files) COMPLETE
64272026-09-04T23:30:25.108Z[ recovery-image] Sep 04 23:30:23.938 INFO O| Sep 04 23:30:23.938 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-04T23:30:25.117Z[ recovery-image] Sep 04 23:30:23.947 INFO O| Sep 04 23:30:23.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64292026-09-04T23:30:25.122Z[ recovery-image] Sep 04 23:30:23.950 INFO O| Sep 04 23:30:23.948 INFO STEP 251 (remove_files) COMPLETE
64302026-09-04T23:30:25.122Z[ recovery-image] Sep 04 23:30:23.950 INFO O| Sep 04 23:30:23.948 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-04T23:30:25.129Z[ recovery-image] Sep 04 23:30:23.960 INFO O| Sep 04 23:30:23.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64322026-09-04T23:30:25.130Z[ recovery-image] Sep 04 23:30:23.960 INFO O| Sep 04 23:30:23.960 INFO STEP 252 (remove_files) COMPLETE
64332026-09-04T23:30:25.130Z[ recovery-image] Sep 04 23:30:23.960 INFO O| Sep 04 23:30:23.960 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-04T23:30:25.140Z[ recovery-image] Sep 04 23:30:23.970 INFO O| Sep 04 23:30:23.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64352026-09-04T23:30:25.143Z[ recovery-image] Sep 04 23:30:23.971 INFO O| Sep 04 23:30:23.971 INFO STEP 253 (remove_files) COMPLETE
64362026-09-04T23:30:25.143Z[ recovery-image] Sep 04 23:30:23.971 INFO O| Sep 04 23:30:23.971 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-04T23:30:25.151Z[ recovery-image] Sep 04 23:30:23.981 INFO O| Sep 04 23:30:23.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64382026-09-04T23:30:25.151Z[ recovery-image] Sep 04 23:30:23.981 INFO O| Sep 04 23:30:23.981 INFO STEP 254 (remove_files) COMPLETE
64392026-09-04T23:30:25.155Z[ recovery-image] Sep 04 23:30:23.981 INFO O| Sep 04 23:30:23.981 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-04T23:30:25.161Z[ recovery-image] Sep 04 23:30:23.991 INFO O| Sep 04 23:30:23.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64412026-09-04T23:30:25.161Z[ recovery-image] Sep 04 23:30:23.991 INFO O| Sep 04 23:30:23.991 INFO STEP 255 (remove_files) COMPLETE
64422026-09-04T23:30:25.161Z[ recovery-image] Sep 04 23:30:23.991 INFO O| Sep 04 23:30:23.991 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-09-04T23:30:25.172Z[ recovery-image] Sep 04 23:30:24.002 INFO O| Sep 04 23:30:24.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64442026-09-04T23:30:25.172Z[ recovery-image] Sep 04 23:30:24.002 INFO O| Sep 04 23:30:24.002 INFO STEP 256 (remove_files) COMPLETE
64452026-09-04T23:30:25.172Z[ recovery-image] Sep 04 23:30:24.002 INFO O| Sep 04 23:30:24.002 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-09-04T23:30:25.183Z[ recovery-image] Sep 04 23:30:24.013 INFO O| Sep 04 23:30:24.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64472026-09-04T23:30:25.183Z[ recovery-image] Sep 04 23:30:24.013 INFO O| Sep 04 23:30:24.013 INFO STEP 257 (remove_files) COMPLETE
64482026-09-04T23:30:25.183Z[ recovery-image] Sep 04 23:30:24.013 INFO O| Sep 04 23:30:24.013 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-04T23:30:25.193Z[ recovery-image] Sep 04 23:30:24.023 INFO O| Sep 04 23:30:24.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64502026-09-04T23:30:25.193Z[ recovery-image] Sep 04 23:30:24.023 INFO O| Sep 04 23:30:24.023 INFO STEP 258 (remove_files) COMPLETE
64512026-09-04T23:30:25.198Z[ recovery-image] Sep 04 23:30:24.023 INFO O| Sep 04 23:30:24.023 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-09-04T23:30:25.203Z[ recovery-image] Sep 04 23:30:24.032 INFO O| Sep 04 23:30:24.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64532026-09-04T23:30:25.203Z[ recovery-image] Sep 04 23:30:24.032 INFO O| Sep 04 23:30:24.032 INFO STEP 259 (remove_files) COMPLETE
64542026-09-04T23:30:25.203Z[ recovery-image] Sep 04 23:30:24.032 INFO O| Sep 04 23:30:24.032 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-09-04T23:30:25.213Z[ recovery-image] Sep 04 23:30:24.043 INFO O| Sep 04 23:30:24.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64562026-09-04T23:30:25.213Z[ recovery-image] Sep 04 23:30:24.043 INFO O| Sep 04 23:30:24.043 INFO STEP 260 (remove_files) COMPLETE
64572026-09-04T23:30:25.213Z[ recovery-image] Sep 04 23:30:24.043 INFO O| Sep 04 23:30:24.043 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-09-04T23:30:25.224Z[ recovery-image] Sep 04 23:30:24.054 INFO O| Sep 04 23:30:24.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64592026-09-04T23:30:25.224Z[ recovery-image] Sep 04 23:30:24.054 INFO O| Sep 04 23:30:24.054 INFO STEP 261 (remove_files) COMPLETE
64602026-09-04T23:30:25.224Z[ recovery-image] Sep 04 23:30:24.054 INFO O| Sep 04 23:30:24.054 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-09-04T23:30:25.234Z[ recovery-image] Sep 04 23:30:24.064 INFO O| Sep 04 23:30:24.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64622026-09-04T23:30:25.234Z[ recovery-image] Sep 04 23:30:24.064 INFO O| Sep 04 23:30:24.064 INFO STEP 262 (remove_files) COMPLETE
64632026-09-04T23:30:25.238Z[ recovery-image] Sep 04 23:30:24.064 INFO O| Sep 04 23:30:24.064 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-09-04T23:30:25.247Z[ recovery-image] Sep 04 23:30:24.077 INFO O| Sep 04 23:30:24.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64652026-09-04T23:30:25.250Z[ recovery-image] Sep 04 23:30:24.078 INFO O| Sep 04 23:30:24.078 INFO STEP 263 (remove_files) COMPLETE
64662026-09-04T23:30:25.251Z[ recovery-image] Sep 04 23:30:24.078 INFO O| Sep 04 23:30:24.078 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-09-04T23:30:25.259Z[ recovery-image] Sep 04 23:30:24.089 INFO O| Sep 04 23:30:24.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64682026-09-04T23:30:25.259Z[ recovery-image] Sep 04 23:30:24.089 INFO O| Sep 04 23:30:24.089 INFO STEP 264 (remove_files) COMPLETE
64692026-09-04T23:30:25.259Z[ recovery-image] Sep 04 23:30:24.089 INFO O| Sep 04 23:30:24.089 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-09-04T23:30:25.270Z[ recovery-image] Sep 04 23:30:24.100 INFO O| Sep 04 23:30:24.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64712026-09-04T23:30:25.270Z[ recovery-image] Sep 04 23:30:24.100 INFO O| Sep 04 23:30:24.100 INFO STEP 265 (remove_files) COMPLETE
64722026-09-04T23:30:25.271Z[ recovery-image] Sep 04 23:30:24.100 INFO O| Sep 04 23:30:24.100 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-09-04T23:30:25.287Z[ recovery-image] Sep 04 23:30:24.111 INFO O| Sep 04 23:30:24.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64742026-09-04T23:30:25.287Z[ recovery-image] Sep 04 23:30:24.112 INFO O| Sep 04 23:30:24.112 INFO STEP 266 (remove_files) COMPLETE
64752026-09-04T23:30:25.287Z[ recovery-image] Sep 04 23:30:24.112 INFO O| Sep 04 23:30:24.112 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-04T23:30:25.293Z[ recovery-image] Sep 04 23:30:24.123 INFO O| Sep 04 23:30:24.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64772026-09-04T23:30:25.293Z[ recovery-image] Sep 04 23:30:24.123 INFO O| Sep 04 23:30:24.123 INFO STEP 267 (remove_files) COMPLETE
64782026-09-04T23:30:25.293Z[ recovery-image] Sep 04 23:30:24.123 INFO O| Sep 04 23:30:24.123 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-04T23:30:25.304Z[ recovery-image] Sep 04 23:30:24.135 INFO O| Sep 04 23:30:24.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64802026-09-04T23:30:25.304Z[ recovery-image] Sep 04 23:30:24.135 INFO O| Sep 04 23:30:24.135 INFO STEP 268 (remove_files) COMPLETE
64812026-09-04T23:30:25.304Z[ recovery-image] Sep 04 23:30:24.135 INFO O| Sep 04 23:30:24.135 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-04T23:30:25.316Z[ recovery-image] Sep 04 23:30:24.146 INFO O| Sep 04 23:30:24.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64832026-09-04T23:30:25.316Z[ recovery-image] Sep 04 23:30:24.146 INFO O| Sep 04 23:30:24.146 INFO STEP 269 (remove_files) COMPLETE
64842026-09-04T23:30:25.319Z[ recovery-image] Sep 04 23:30:24.146 INFO O| Sep 04 23:30:24.146 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-04T23:30:25.328Z[ recovery-image] Sep 04 23:30:24.159 INFO O| Sep 04 23:30:24.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64862026-09-04T23:30:25.328Z[ recovery-image] Sep 04 23:30:24.159 INFO O| Sep 04 23:30:24.159 INFO STEP 270 (remove_files) COMPLETE
64872026-09-04T23:30:25.328Z[ recovery-image] Sep 04 23:30:24.159 INFO O| Sep 04 23:30:24.159 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-09-04T23:30:25.338Z[ recovery-image] Sep 04 23:30:24.168 INFO O| Sep 04 23:30:24.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64892026-09-04T23:30:25.338Z[ recovery-image] Sep 04 23:30:24.168 INFO O| Sep 04 23:30:24.168 INFO STEP 271 (remove_files) COMPLETE
64902026-09-04T23:30:25.338Z[ recovery-image] Sep 04 23:30:24.168 INFO O| Sep 04 23:30:24.168 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-09-04T23:30:25.348Z[ recovery-image] Sep 04 23:30:24.178 INFO O| Sep 04 23:30:24.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64922026-09-04T23:30:25.348Z[ recovery-image] Sep 04 23:30:24.178 INFO O| Sep 04 23:30:24.178 INFO STEP 272 (remove_files) COMPLETE
64932026-09-04T23:30:25.348Z[ recovery-image] Sep 04 23:30:24.178 INFO O| Sep 04 23:30:24.178 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-09-04T23:30:25.357Z[ recovery-image] Sep 04 23:30:24.187 INFO O| Sep 04 23:30:24.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
64952026-09-04T23:30:25.357Z[ recovery-image] Sep 04 23:30:24.187 INFO O| Sep 04 23:30:24.187 INFO STEP 273 (remove_files) COMPLETE
64962026-09-04T23:30:25.357Z[ recovery-image] Sep 04 23:30:24.187 INFO O| Sep 04 23:30:24.187 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-09-04T23:30:25.366Z[ recovery-image] Sep 04 23:30:24.196 INFO O| Sep 04 23:30:24.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
64982026-09-04T23:30:25.366Z[ recovery-image] Sep 04 23:30:24.196 INFO O| Sep 04 23:30:24.196 INFO STEP 274 (remove_files) COMPLETE
64992026-09-04T23:30:25.366Z[ recovery-image] Sep 04 23:30:24.196 INFO O| Sep 04 23:30:24.196 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-09-04T23:30:25.375Z[ recovery-image] Sep 04 23:30:24.205 INFO O| Sep 04 23:30:24.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65012026-09-04T23:30:25.378Z[ recovery-image] Sep 04 23:30:24.206 INFO O| Sep 04 23:30:24.206 INFO STEP 275 (remove_files) COMPLETE
65022026-09-04T23:30:25.378Z[ recovery-image] Sep 04 23:30:24.206 INFO O| Sep 04 23:30:24.206 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-09-04T23:30:25.385Z[ recovery-image] Sep 04 23:30:24.215 INFO O| Sep 04 23:30:24.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65042026-09-04T23:30:25.385Z[ recovery-image] Sep 04 23:30:24.215 INFO O| Sep 04 23:30:24.215 INFO STEP 276 (remove_files) COMPLETE
65052026-09-04T23:30:25.385Z[ recovery-image] Sep 04 23:30:24.215 INFO O| Sep 04 23:30:24.215 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-09-04T23:30:25.394Z[ recovery-image] Sep 04 23:30:24.225 INFO O| Sep 04 23:30:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65072026-09-04T23:30:25.394Z[ recovery-image] Sep 04 23:30:24.225 INFO O| Sep 04 23:30:24.225 INFO STEP 277 (remove_files) COMPLETE
65082026-09-04T23:30:25.394Z[ recovery-image] Sep 04 23:30:24.225 INFO O| Sep 04 23:30:24.225 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-09-04T23:30:25.404Z[ recovery-image] Sep 04 23:30:24.234 INFO O| Sep 04 23:30:24.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65102026-09-04T23:30:25.404Z[ recovery-image] Sep 04 23:30:24.235 INFO O| Sep 04 23:30:24.235 INFO STEP 278 (remove_files) COMPLETE
65112026-09-04T23:30:25.404Z[ recovery-image] Sep 04 23:30:24.235 INFO O| Sep 04 23:30:24.235 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-09-04T23:30:25.417Z[ recovery-image] Sep 04 23:30:24.247 INFO O| Sep 04 23:30:24.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65132026-09-04T23:30:25.417Z[ recovery-image] Sep 04 23:30:24.247 INFO O| Sep 04 23:30:24.247 INFO STEP 279 (remove_files) COMPLETE
65142026-09-04T23:30:25.421Z[ recovery-image] Sep 04 23:30:24.247 INFO O| Sep 04 23:30:24.247 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-09-04T23:30:25.427Z[ recovery-image] Sep 04 23:30:24.257 INFO O| Sep 04 23:30:24.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65162026-09-04T23:30:25.427Z[ recovery-image] Sep 04 23:30:24.257 INFO O| Sep 04 23:30:24.257 INFO STEP 280 (remove_files) COMPLETE
65172026-09-04T23:30:25.430Z[ recovery-image] Sep 04 23:30:24.257 INFO O| Sep 04 23:30:24.257 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-09-04T23:30:25.435Z[ recovery-image] Sep 04 23:30:24.266 INFO O| Sep 04 23:30:24.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65192026-09-04T23:30:25.435Z[ recovery-image] Sep 04 23:30:24.266 INFO O| Sep 04 23:30:24.266 INFO STEP 281 (remove_files) COMPLETE
65202026-09-04T23:30:25.439Z[ recovery-image] Sep 04 23:30:24.266 INFO O| Sep 04 23:30:24.266 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-09-04T23:30:25.444Z[ recovery-image] Sep 04 23:30:24.275 INFO O| Sep 04 23:30:24.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65222026-09-04T23:30:25.444Z[ recovery-image] Sep 04 23:30:24.275 INFO O| Sep 04 23:30:24.275 INFO STEP 282 (remove_files) COMPLETE
65232026-09-04T23:30:25.444Z[ recovery-image] Sep 04 23:30:24.275 INFO O| Sep 04 23:30:24.275 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-09-04T23:30:25.454Z[ recovery-image] Sep 04 23:30:24.284 INFO O| Sep 04 23:30:24.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65252026-09-04T23:30:25.454Z[ recovery-image] Sep 04 23:30:24.284 INFO O| Sep 04 23:30:24.284 INFO STEP 283 (remove_files) COMPLETE
65262026-09-04T23:30:25.454Z[ recovery-image] Sep 04 23:30:24.284 INFO O| Sep 04 23:30:24.284 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-09-04T23:30:25.462Z[ recovery-image] Sep 04 23:30:24.292 INFO O| Sep 04 23:30:24.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65282026-09-04T23:30:25.465Z[ recovery-image] Sep 04 23:30:24.293 INFO O| Sep 04 23:30:24.293 INFO STEP 284 (remove_files) COMPLETE
65292026-09-04T23:30:25.465Z[ recovery-image] Sep 04 23:30:24.293 INFO O| Sep 04 23:30:24.293 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-09-04T23:30:25.472Z[ recovery-image] Sep 04 23:30:24.302 INFO O| Sep 04 23:30:24.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65312026-09-04T23:30:25.472Z[ recovery-image] Sep 04 23:30:24.302 INFO O| Sep 04 23:30:24.302 INFO STEP 285 (remove_files) COMPLETE
65322026-09-04T23:30:25.472Z[ recovery-image] Sep 04 23:30:24.302 INFO O| Sep 04 23:30:24.302 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-09-04T23:30:25.483Z[ recovery-image] Sep 04 23:30:24.313 INFO O| Sep 04 23:30:24.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65342026-09-04T23:30:25.483Z[ recovery-image] Sep 04 23:30:24.313 INFO O| Sep 04 23:30:24.313 INFO STEP 286 (remove_files) COMPLETE
65352026-09-04T23:30:25.486Z[ recovery-image] Sep 04 23:30:24.313 INFO O| Sep 04 23:30:24.313 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-09-04T23:30:25.493Z[ recovery-image] Sep 04 23:30:24.323 INFO O| Sep 04 23:30:24.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65372026-09-04T23:30:25.493Z[ recovery-image] Sep 04 23:30:24.323 INFO O| Sep 04 23:30:24.323 INFO STEP 287 (remove_files) COMPLETE
65382026-09-04T23:30:25.496Z[ recovery-image] Sep 04 23:30:24.323 INFO O| Sep 04 23:30:24.323 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-09-04T23:30:25.504Z[ recovery-image] Sep 04 23:30:24.333 INFO O| Sep 04 23:30:24.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65402026-09-04T23:30:25.504Z[ recovery-image] Sep 04 23:30:24.333 INFO O| Sep 04 23:30:24.333 INFO STEP 288 (remove_files) COMPLETE
65412026-09-04T23:30:25.504Z[ recovery-image] Sep 04 23:30:24.333 INFO O| Sep 04 23:30:24.333 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-09-04T23:30:25.511Z[ recovery-image] Sep 04 23:30:24.342 INFO O| Sep 04 23:30:24.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65432026-09-04T23:30:25.511Z[ recovery-image] Sep 04 23:30:24.342 INFO O| Sep 04 23:30:24.342 INFO STEP 289 (remove_files) COMPLETE
65442026-09-04T23:30:25.511Z[ recovery-image] Sep 04 23:30:24.342 INFO O| Sep 04 23:30:24.342 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-09-04T23:30:25.523Z[ recovery-image] Sep 04 23:30:24.353 INFO O| Sep 04 23:30:24.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65462026-09-04T23:30:25.523Z[ recovery-image] Sep 04 23:30:24.353 INFO O| Sep 04 23:30:24.353 INFO STEP 290 (remove_files) COMPLETE
65472026-09-04T23:30:25.523Z[ recovery-image] Sep 04 23:30:24.354 INFO O| Sep 04 23:30:24.353 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-09-04T23:30:25.532Z[ recovery-image] Sep 04 23:30:24.363 INFO O| Sep 04 23:30:24.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65492026-09-04T23:30:25.536Z[ recovery-image] Sep 04 23:30:24.364 INFO O| Sep 04 23:30:24.364 INFO STEP 291 (remove_files) COMPLETE
65502026-09-04T23:30:25.536Z[ recovery-image] Sep 04 23:30:24.364 INFO O| Sep 04 23:30:24.364 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-09-04T23:30:25.542Z[ recovery-image] Sep 04 23:30:24.373 INFO O| Sep 04 23:30:24.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65522026-09-04T23:30:25.546Z[ recovery-image] Sep 04 23:30:24.373 INFO O| Sep 04 23:30:24.373 INFO STEP 292 (remove_files) COMPLETE
65532026-09-04T23:30:25.546Z[ recovery-image] Sep 04 23:30:24.373 INFO O| Sep 04 23:30:24.373 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-09-04T23:30:25.551Z[ recovery-image] Sep 04 23:30:24.382 INFO O| Sep 04 23:30:24.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65552026-09-04T23:30:25.551Z[ recovery-image] Sep 04 23:30:24.382 INFO O| Sep 04 23:30:24.382 INFO STEP 293 (remove_files) COMPLETE
65562026-09-04T23:30:25.551Z[ recovery-image] Sep 04 23:30:24.382 INFO O| Sep 04 23:30:24.382 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-09-04T23:30:25.561Z[ recovery-image] Sep 04 23:30:24.391 INFO O| Sep 04 23:30:24.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65582026-09-04T23:30:25.561Z[ recovery-image] Sep 04 23:30:24.391 INFO O| Sep 04 23:30:24.391 INFO STEP 294 (remove_files) COMPLETE
65592026-09-04T23:30:25.564Z[ recovery-image] Sep 04 23:30:24.391 INFO O| Sep 04 23:30:24.391 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-09-04T23:30:25.569Z[ recovery-image] Sep 04 23:30:24.400 INFO O| Sep 04 23:30:24.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65612026-09-04T23:30:25.569Z[ recovery-image] Sep 04 23:30:24.400 INFO O| Sep 04 23:30:24.400 INFO STEP 295 (remove_files) COMPLETE
65622026-09-04T23:30:25.569Z[ recovery-image] Sep 04 23:30:24.400 INFO O| Sep 04 23:30:24.400 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-09-04T23:30:25.578Z[ recovery-image] Sep 04 23:30:24.408 INFO O| Sep 04 23:30:24.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65642026-09-04T23:30:25.578Z[ recovery-image] Sep 04 23:30:24.408 INFO O| Sep 04 23:30:24.408 INFO STEP 296 (remove_files) COMPLETE
65652026-09-04T23:30:25.578Z[ recovery-image] Sep 04 23:30:24.408 INFO O| Sep 04 23:30:24.408 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-09-04T23:30:25.588Z[ recovery-image] Sep 04 23:30:24.418 INFO O| Sep 04 23:30:24.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65672026-09-04T23:30:25.588Z[ recovery-image] Sep 04 23:30:24.418 INFO O| Sep 04 23:30:24.418 INFO STEP 297 (remove_files) COMPLETE
65682026-09-04T23:30:25.588Z[ recovery-image] Sep 04 23:30:24.418 INFO O| Sep 04 23:30:24.418 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-09-04T23:30:25.597Z[ recovery-image] Sep 04 23:30:24.428 INFO O| Sep 04 23:30:24.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65702026-09-04T23:30:25.597Z[ recovery-image] Sep 04 23:30:24.428 INFO O| Sep 04 23:30:24.428 INFO STEP 298 (remove_files) COMPLETE
65712026-09-04T23:30:25.600Z[ recovery-image] Sep 04 23:30:24.428 INFO O| Sep 04 23:30:24.428 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-09-04T23:30:25.608Z[ recovery-image] Sep 04 23:30:24.437 INFO O| Sep 04 23:30:24.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65732026-09-04T23:30:25.608Z[ recovery-image] Sep 04 23:30:24.437 INFO O| Sep 04 23:30:24.437 INFO STEP 299 (remove_files) COMPLETE
65742026-09-04T23:30:25.608Z[ recovery-image] Sep 04 23:30:24.437 INFO O| Sep 04 23:30:24.437 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-09-04T23:30:25.615Z[ recovery-image] Sep 04 23:30:24.446 INFO O| Sep 04 23:30:24.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65762026-09-04T23:30:25.615Z[ recovery-image] Sep 04 23:30:24.446 INFO O| Sep 04 23:30:24.446 INFO STEP 300 (remove_files) COMPLETE
65772026-09-04T23:30:25.615Z[ recovery-image] Sep 04 23:30:24.446 INFO O| Sep 04 23:30:24.446 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-09-04T23:30:25.625Z[ recovery-image] Sep 04 23:30:24.455 INFO O| Sep 04 23:30:24.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65792026-09-04T23:30:25.625Z[ recovery-image] Sep 04 23:30:24.455 INFO O| Sep 04 23:30:24.455 INFO STEP 301 (remove_files) COMPLETE
65802026-09-04T23:30:25.625Z[ recovery-image] Sep 04 23:30:24.455 INFO O| Sep 04 23:30:24.455 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-09-04T23:30:25.635Z[ recovery-image] Sep 04 23:30:24.465 INFO O| Sep 04 23:30:24.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65822026-09-04T23:30:25.635Z[ recovery-image] Sep 04 23:30:24.465 INFO O| Sep 04 23:30:24.465 INFO STEP 302 (remove_files) COMPLETE
65832026-09-04T23:30:25.635Z[ recovery-image] Sep 04 23:30:24.465 INFO O| Sep 04 23:30:24.465 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-09-04T23:30:25.647Z[ recovery-image] Sep 04 23:30:24.477 INFO O| Sep 04 23:30:24.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65852026-09-04T23:30:25.647Z[ recovery-image] Sep 04 23:30:24.477 INFO O| Sep 04 23:30:24.477 INFO STEP 303 (remove_files) COMPLETE
65862026-09-04T23:30:25.647Z[ recovery-image] Sep 04 23:30:24.477 INFO O| Sep 04 23:30:24.477 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-09-04T23:30:25.657Z[ recovery-image] Sep 04 23:30:24.487 INFO O| Sep 04 23:30:24.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65882026-09-04T23:30:25.657Z[ recovery-image] Sep 04 23:30:24.488 INFO O| Sep 04 23:30:24.487 INFO STEP 304 (remove_files) COMPLETE
65892026-09-04T23:30:25.661Z[ recovery-image] Sep 04 23:30:24.488 INFO O| Sep 04 23:30:24.487 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-09-04T23:30:25.667Z[ recovery-image] Sep 04 23:30:24.498 INFO O| Sep 04 23:30:24.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
65912026-09-04T23:30:25.667Z[ recovery-image] Sep 04 23:30:24.498 INFO O| Sep 04 23:30:24.498 INFO STEP 305 (remove_files) COMPLETE
65922026-09-04T23:30:25.671Z[ recovery-image] Sep 04 23:30:24.498 INFO O| Sep 04 23:30:24.498 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-09-04T23:30:25.677Z[ recovery-image] Sep 04 23:30:24.508 INFO O| Sep 04 23:30:24.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
65942026-09-04T23:30:25.677Z[ recovery-image] Sep 04 23:30:24.508 INFO O| Sep 04 23:30:24.508 INFO STEP 306 (remove_files) COMPLETE
65952026-09-04T23:30:25.677Z[ recovery-image] Sep 04 23:30:24.508 INFO O| Sep 04 23:30:24.508 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-04T23:30:25.686Z[ recovery-image] Sep 04 23:30:24.517 INFO O| Sep 04 23:30:24.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
65972026-09-04T23:30:25.686Z[ recovery-image] Sep 04 23:30:24.517 INFO O| Sep 04 23:30:24.517 INFO STEP 307 (remove_files) COMPLETE
65982026-09-04T23:30:25.686Z[ recovery-image] Sep 04 23:30:24.517 INFO O| Sep 04 23:30:24.517 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-04T23:30:25.695Z[ recovery-image] Sep 04 23:30:24.525 INFO O| Sep 04 23:30:24.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66002026-09-04T23:30:25.695Z[ recovery-image] Sep 04 23:30:24.525 INFO O| Sep 04 23:30:24.525 INFO STEP 308 (remove_files) COMPLETE
66012026-09-04T23:30:25.698Z[ recovery-image] Sep 04 23:30:24.525 INFO O| Sep 04 23:30:24.525 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-09-04T23:30:25.708Z[ recovery-image] Sep 04 23:30:24.537 INFO O| Sep 04 23:30:24.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66032026-09-04T23:30:25.708Z[ recovery-image] Sep 04 23:30:24.537 INFO O| Sep 04 23:30:24.536 INFO STEP 309 (remove_files) COMPLETE
66042026-09-04T23:30:25.708Z[ recovery-image] Sep 04 23:30:24.537 INFO O| Sep 04 23:30:24.536 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-09-04T23:30:25.718Z[ recovery-image] Sep 04 23:30:24.547 INFO O| Sep 04 23:30:24.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66062026-09-04T23:30:25.718Z[ recovery-image] Sep 04 23:30:24.547 INFO O| Sep 04 23:30:24.546 INFO STEP 310 (remove_files) COMPLETE
66072026-09-04T23:30:25.718Z[ recovery-image] Sep 04 23:30:24.547 INFO O| Sep 04 23:30:24.546 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-09-04T23:30:25.727Z[ recovery-image] Sep 04 23:30:24.556 INFO O| Sep 04 23:30:24.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66092026-09-04T23:30:25.727Z[ recovery-image] Sep 04 23:30:24.556 INFO O| Sep 04 23:30:24.556 INFO STEP 311 (remove_files) COMPLETE
66102026-09-04T23:30:25.727Z[ recovery-image] Sep 04 23:30:24.556 INFO O| Sep 04 23:30:24.556 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-09-04T23:30:25.735Z[ recovery-image] Sep 04 23:30:24.565 INFO O| Sep 04 23:30:24.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66122026-09-04T23:30:25.735Z[ recovery-image] Sep 04 23:30:24.566 INFO O| Sep 04 23:30:24.566 INFO STEP 312 (remove_files) COMPLETE
66132026-09-04T23:30:25.739Z[ recovery-image] Sep 04 23:30:24.566 INFO O| Sep 04 23:30:24.566 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-09-04T23:30:25.745Z[ recovery-image] Sep 04 23:30:24.575 INFO O| Sep 04 23:30:24.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66152026-09-04T23:30:25.745Z[ recovery-image] Sep 04 23:30:24.575 INFO O| Sep 04 23:30:24.575 INFO STEP 313 (remove_files) COMPLETE
66162026-09-04T23:30:25.745Z[ recovery-image] Sep 04 23:30:24.575 INFO O| Sep 04 23:30:24.575 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-04T23:30:25.753Z[ recovery-image] Sep 04 23:30:24.583 INFO O| Sep 04 23:30:24.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66182026-09-04T23:30:25.753Z[ recovery-image] Sep 04 23:30:24.583 INFO O| Sep 04 23:30:24.583 INFO STEP 314 (remove_files) COMPLETE
66192026-09-04T23:30:25.753Z[ recovery-image] Sep 04 23:30:24.583 INFO O| Sep 04 23:30:24.583 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-04T23:30:25.761Z[ recovery-image] Sep 04 23:30:24.591 INFO O| Sep 04 23:30:24.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66212026-09-04T23:30:25.761Z[ recovery-image] Sep 04 23:30:24.592 INFO O| Sep 04 23:30:24.592 INFO STEP 315 (remove_files) COMPLETE
66222026-09-04T23:30:25.761Z[ recovery-image] Sep 04 23:30:24.592 INFO O| Sep 04 23:30:24.592 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-04T23:30:25.777Z[ recovery-image] Sep 04 23:30:24.599 INFO O| Sep 04 23:30:24.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66242026-09-04T23:30:25.778Z[ recovery-image] Sep 04 23:30:24.600 INFO O| Sep 04 23:30:24.600 INFO STEP 316 (remove_files) COMPLETE
66252026-09-04T23:30:25.778Z[ recovery-image] Sep 04 23:30:24.600 INFO O| Sep 04 23:30:24.600 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-04T23:30:25.778Z[ recovery-image] Sep 04 23:30:24.608 INFO O| Sep 04 23:30:24.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66272026-09-04T23:30:25.778Z[ recovery-image] Sep 04 23:30:24.608 INFO O| Sep 04 23:30:24.608 INFO STEP 317 (remove_files) COMPLETE
66282026-09-04T23:30:25.781Z[ recovery-image] Sep 04 23:30:24.608 INFO O| Sep 04 23:30:24.608 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-04T23:30:25.786Z[ recovery-image] Sep 04 23:30:24.616 INFO O| Sep 04 23:30:24.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66302026-09-04T23:30:25.786Z[ recovery-image] Sep 04 23:30:24.616 INFO O| Sep 04 23:30:24.616 INFO STEP 318 (remove_files) COMPLETE
66312026-09-04T23:30:25.789Z[ recovery-image] Sep 04 23:30:24.616 INFO O| Sep 04 23:30:24.616 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-04T23:30:25.794Z[ recovery-image] Sep 04 23:30:24.624 INFO O| Sep 04 23:30:24.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66332026-09-04T23:30:25.794Z[ recovery-image] Sep 04 23:30:24.624 INFO O| Sep 04 23:30:24.624 INFO STEP 319 (remove_files) COMPLETE
66342026-09-04T23:30:25.794Z[ recovery-image] Sep 04 23:30:24.624 INFO O| Sep 04 23:30:24.624 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-04T23:30:25.802Z[ recovery-image] Sep 04 23:30:24.633 INFO O| Sep 04 23:30:24.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66362026-09-04T23:30:25.803Z[ recovery-image] Sep 04 23:30:24.633 INFO O| Sep 04 23:30:24.633 INFO STEP 320 (remove_files) COMPLETE
66372026-09-04T23:30:25.803Z[ recovery-image] Sep 04 23:30:24.633 INFO O| Sep 04 23:30:24.633 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-04T23:30:25.811Z[ recovery-image] Sep 04 23:30:24.641 INFO O| Sep 04 23:30:24.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66392026-09-04T23:30:25.811Z[ recovery-image] Sep 04 23:30:24.641 INFO O| Sep 04 23:30:24.641 INFO STEP 321 (remove_files) COMPLETE
66402026-09-04T23:30:25.811Z[ recovery-image] Sep 04 23:30:24.641 INFO O| Sep 04 23:30:24.641 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-04T23:30:25.821Z[ recovery-image] Sep 04 23:30:24.651 INFO O| Sep 04 23:30:24.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66422026-09-04T23:30:25.821Z[ recovery-image] Sep 04 23:30:24.651 INFO O| Sep 04 23:30:24.651 INFO STEP 322 (remove_files) COMPLETE
66432026-09-04T23:30:25.821Z[ recovery-image] Sep 04 23:30:24.651 INFO O| Sep 04 23:30:24.651 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-04T23:30:25.831Z[ recovery-image] Sep 04 23:30:24.661 INFO O| Sep 04 23:30:24.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66452026-09-04T23:30:25.834Z[ recovery-image] Sep 04 23:30:24.662 INFO O| Sep 04 23:30:24.662 INFO STEP 323 (remove_files) COMPLETE
66462026-09-04T23:30:25.834Z[ recovery-image] Sep 04 23:30:24.662 INFO O| Sep 04 23:30:24.662 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-04T23:30:25.842Z[ recovery-image] Sep 04 23:30:24.672 INFO O| Sep 04 23:30:24.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66482026-09-04T23:30:25.842Z[ recovery-image] Sep 04 23:30:24.672 INFO O| Sep 04 23:30:24.672 INFO STEP 324 (remove_files) COMPLETE
66492026-09-04T23:30:25.845Z[ recovery-image] Sep 04 23:30:24.672 INFO O| Sep 04 23:30:24.672 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-04T23:30:25.852Z[ recovery-image] Sep 04 23:30:24.682 INFO O| Sep 04 23:30:24.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66512026-09-04T23:30:25.852Z[ recovery-image] Sep 04 23:30:24.682 INFO O| Sep 04 23:30:24.682 INFO STEP 325 (remove_files) COMPLETE
66522026-09-04T23:30:25.852Z[ recovery-image] Sep 04 23:30:24.682 INFO O| Sep 04 23:30:24.682 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-04T23:30:25.863Z[ recovery-image] Sep 04 23:30:24.693 INFO O| Sep 04 23:30:24.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66542026-09-04T23:30:25.863Z[ recovery-image] Sep 04 23:30:24.693 INFO O| Sep 04 23:30:24.693 INFO STEP 326 (remove_files) COMPLETE
66552026-09-04T23:30:25.863Z[ recovery-image] Sep 04 23:30:24.693 INFO O| Sep 04 23:30:24.693 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-09-04T23:30:25.872Z[ recovery-image] Sep 04 23:30:24.703 INFO O| Sep 04 23:30:24.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66572026-09-04T23:30:25.872Z[ recovery-image] Sep 04 23:30:24.703 INFO O| Sep 04 23:30:24.703 INFO STEP 327 (remove_files) COMPLETE
66582026-09-04T23:30:25.872Z[ recovery-image] Sep 04 23:30:24.703 INFO O| Sep 04 23:30:24.703 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-04T23:30:25.882Z[ recovery-image] Sep 04 23:30:24.712 INFO O| Sep 04 23:30:24.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66602026-09-04T23:30:25.882Z[ recovery-image] Sep 04 23:30:24.712 INFO O| Sep 04 23:30:24.712 INFO STEP 328 (remove_files) COMPLETE
66612026-09-04T23:30:25.882Z[ recovery-image] Sep 04 23:30:24.712 INFO O| Sep 04 23:30:24.712 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-04T23:30:25.891Z[ recovery-image] Sep 04 23:30:24.721 INFO O| Sep 04 23:30:24.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66632026-09-04T23:30:25.891Z[ recovery-image] Sep 04 23:30:24.721 INFO O| Sep 04 23:30:24.721 INFO STEP 329 (remove_files) COMPLETE
66642026-09-04T23:30:25.891Z[ recovery-image] Sep 04 23:30:24.721 INFO O| Sep 04 23:30:24.721 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-04T23:30:25.901Z[ recovery-image] Sep 04 23:30:24.731 INFO O| Sep 04 23:30:24.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66662026-09-04T23:30:25.901Z[ recovery-image] Sep 04 23:30:24.731 INFO O| Sep 04 23:30:24.731 INFO STEP 330 (remove_files) COMPLETE
66672026-09-04T23:30:25.901Z[ recovery-image] Sep 04 23:30:24.731 INFO O| Sep 04 23:30:24.731 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-04T23:30:25.912Z[ recovery-image] Sep 04 23:30:24.742 INFO O| Sep 04 23:30:24.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66692026-09-04T23:30:25.912Z[ recovery-image] Sep 04 23:30:24.742 INFO O| Sep 04 23:30:24.742 INFO STEP 331 (remove_files) COMPLETE
66702026-09-04T23:30:25.912Z[ recovery-image] Sep 04 23:30:24.742 INFO O| Sep 04 23:30:24.742 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-04T23:30:25.922Z[ recovery-image] Sep 04 23:30:24.752 INFO O| Sep 04 23:30:24.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66722026-09-04T23:30:25.922Z[ recovery-image] Sep 04 23:30:24.752 INFO O| Sep 04 23:30:24.752 INFO STEP 332 (remove_files) COMPLETE
66732026-09-04T23:30:25.922Z[ recovery-image] Sep 04 23:30:24.752 INFO O| Sep 04 23:30:24.752 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-04T23:30:25.931Z[ recovery-image] Sep 04 23:30:24.762 INFO O| Sep 04 23:30:24.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66752026-09-04T23:30:25.931Z[ recovery-image] Sep 04 23:30:24.762 INFO O| Sep 04 23:30:24.762 INFO STEP 333 (remove_files) COMPLETE
66762026-09-04T23:30:25.931Z[ recovery-image] Sep 04 23:30:24.762 INFO O| Sep 04 23:30:24.762 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-04T23:30:25.943Z[ recovery-image] Sep 04 23:30:24.773 INFO O| Sep 04 23:30:24.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66782026-09-04T23:30:25.943Z[ recovery-image] Sep 04 23:30:24.773 INFO O| Sep 04 23:30:24.773 INFO STEP 334 (remove_files) COMPLETE
66792026-09-04T23:30:25.943Z[ recovery-image] Sep 04 23:30:24.773 INFO O| Sep 04 23:30:24.773 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-04T23:30:25.955Z[ recovery-image] Sep 04 23:30:24.785 INFO O| Sep 04 23:30:24.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66812026-09-04T23:30:25.955Z[ recovery-image] Sep 04 23:30:24.786 INFO O| Sep 04 23:30:24.785 INFO STEP 335 (remove_files) COMPLETE
66822026-09-04T23:30:25.960Z[ recovery-image] Sep 04 23:30:24.786 INFO O| Sep 04 23:30:24.786 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-04T23:30:25.966Z[ recovery-image] Sep 04 23:30:24.797 INFO O| Sep 04 23:30:24.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66842026-09-04T23:30:25.967Z[ recovery-image] Sep 04 23:30:24.797 INFO O| Sep 04 23:30:24.797 INFO STEP 336 (remove_files) COMPLETE
66852026-09-04T23:30:25.967Z[ recovery-image] Sep 04 23:30:24.797 INFO O| Sep 04 23:30:24.797 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-04T23:30:25.976Z[ recovery-image] Sep 04 23:30:24.806 INFO O| Sep 04 23:30:24.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66872026-09-04T23:30:25.979Z[ recovery-image] Sep 04 23:30:24.806 INFO O| Sep 04 23:30:24.806 INFO STEP 337 (remove_files) COMPLETE
66882026-09-04T23:30:25.979Z[ recovery-image] Sep 04 23:30:24.806 INFO O| Sep 04 23:30:24.806 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-04T23:30:25.985Z[ recovery-image] Sep 04 23:30:24.815 INFO O| Sep 04 23:30:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
66902026-09-04T23:30:25.985Z[ recovery-image] Sep 04 23:30:24.815 INFO O| Sep 04 23:30:24.815 INFO STEP 338 (remove_files) COMPLETE
66912026-09-04T23:30:25.985Z[ recovery-image] Sep 04 23:30:24.815 INFO O| Sep 04 23:30:24.815 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-04T23:30:25.994Z[ recovery-image] Sep 04 23:30:24.824 INFO O| Sep 04 23:30:24.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
66932026-09-04T23:30:25.994Z[ recovery-image] Sep 04 23:30:24.824 INFO O| Sep 04 23:30:24.824 INFO STEP 339 (remove_files) COMPLETE
66942026-09-04T23:30:25.994Z[ recovery-image] Sep 04 23:30:24.824 INFO O| Sep 04 23:30:24.824 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-04T23:30:26.003Z[ recovery-image] Sep 04 23:30:24.833 INFO O| Sep 04 23:30:24.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
66962026-09-04T23:30:26.003Z[ recovery-image] Sep 04 23:30:24.833 INFO O| Sep 04 23:30:24.833 INFO STEP 340 (remove_files) COMPLETE
66972026-09-04T23:30:26.003Z[ recovery-image] Sep 04 23:30:24.833 INFO O| Sep 04 23:30:24.833 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-04T23:30:26.012Z[ recovery-image] Sep 04 23:30:24.842 INFO O| Sep 04 23:30:24.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
66992026-09-04T23:30:26.012Z[ recovery-image] Sep 04 23:30:24.842 INFO O| Sep 04 23:30:24.842 INFO STEP 341 (remove_files) COMPLETE
67002026-09-04T23:30:26.012Z[ recovery-image] Sep 04 23:30:24.842 INFO O| Sep 04 23:30:24.842 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-04T23:30:26.021Z[ recovery-image] Sep 04 23:30:24.851 INFO O| Sep 04 23:30:24.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67022026-09-04T23:30:26.021Z[ recovery-image] Sep 04 23:30:24.851 INFO O| Sep 04 23:30:24.851 INFO STEP 342 (remove_files) COMPLETE
67032026-09-04T23:30:26.021Z[ recovery-image] Sep 04 23:30:24.851 INFO O| Sep 04 23:30:24.851 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-04T23:30:26.031Z[ recovery-image] Sep 04 23:30:24.861 INFO O| Sep 04 23:30:24.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67052026-09-04T23:30:26.031Z[ recovery-image] Sep 04 23:30:24.861 INFO O| Sep 04 23:30:24.861 INFO STEP 343 (remove_files) COMPLETE
67062026-09-04T23:30:26.031Z[ recovery-image] Sep 04 23:30:24.861 INFO O| Sep 04 23:30:24.861 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-04T23:30:26.042Z[ recovery-image] Sep 04 23:30:24.872 INFO O| Sep 04 23:30:24.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67082026-09-04T23:30:26.042Z[ recovery-image] Sep 04 23:30:24.872 INFO O| Sep 04 23:30:24.872 INFO STEP 344 (remove_files) COMPLETE
67092026-09-04T23:30:26.042Z[ recovery-image] Sep 04 23:30:24.872 INFO O| Sep 04 23:30:24.872 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-04T23:30:26.052Z[ recovery-image] Sep 04 23:30:24.882 INFO O| Sep 04 23:30:24.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67112026-09-04T23:30:26.052Z[ recovery-image] Sep 04 23:30:24.882 INFO O| Sep 04 23:30:24.882 INFO STEP 345 (remove_files) COMPLETE
67122026-09-04T23:30:26.052Z[ recovery-image] Sep 04 23:30:24.882 INFO O| Sep 04 23:30:24.882 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-04T23:30:26.063Z[ recovery-image] Sep 04 23:30:24.893 INFO O| Sep 04 23:30:24.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67142026-09-04T23:30:26.063Z[ recovery-image] Sep 04 23:30:24.893 INFO O| Sep 04 23:30:24.893 INFO STEP 346 (remove_files) COMPLETE
67152026-09-04T23:30:26.063Z[ recovery-image] Sep 04 23:30:24.893 INFO O| Sep 04 23:30:24.893 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-04T23:30:26.076Z[ recovery-image] Sep 04 23:30:24.906 INFO O| Sep 04 23:30:24.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67172026-09-04T23:30:26.076Z[ recovery-image] Sep 04 23:30:24.906 INFO O| Sep 04 23:30:24.906 INFO STEP 347 (remove_files) COMPLETE
67182026-09-04T23:30:26.076Z[ recovery-image] Sep 04 23:30:24.906 INFO O| Sep 04 23:30:24.906 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-09-04T23:30:26.086Z[ recovery-image] Sep 04 23:30:24.917 INFO O| Sep 04 23:30:24.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67202026-09-04T23:30:26.086Z[ recovery-image] Sep 04 23:30:24.917 INFO O| Sep 04 23:30:24.917 INFO STEP 348 (remove_files) COMPLETE
67212026-09-04T23:30:26.086Z[ recovery-image] Sep 04 23:30:24.917 INFO O| Sep 04 23:30:24.917 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-09-04T23:30:26.098Z[ recovery-image] Sep 04 23:30:24.928 INFO O| Sep 04 23:30:24.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67232026-09-04T23:30:26.098Z[ recovery-image] Sep 04 23:30:24.929 INFO O| Sep 04 23:30:24.929 INFO STEP 349 (remove_files) COMPLETE
67242026-09-04T23:30:26.098Z[ recovery-image] Sep 04 23:30:24.929 INFO O| Sep 04 23:30:24.929 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-09-04T23:30:26.108Z[ recovery-image] Sep 04 23:30:24.939 INFO O| Sep 04 23:30:24.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67262026-09-04T23:30:26.108Z[ recovery-image] Sep 04 23:30:24.939 INFO O| Sep 04 23:30:24.939 INFO STEP 350 (remove_files) COMPLETE
67272026-09-04T23:30:26.108Z[ recovery-image] Sep 04 23:30:24.939 INFO O| Sep 04 23:30:24.939 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-09-04T23:30:26.117Z[ recovery-image] Sep 04 23:30:24.948 INFO O| Sep 04 23:30:24.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67292026-09-04T23:30:26.117Z[ recovery-image] Sep 04 23:30:24.948 INFO O| Sep 04 23:30:24.948 INFO STEP 351 (remove_files) COMPLETE
67302026-09-04T23:30:26.117Z[ recovery-image] Sep 04 23:30:24.948 INFO O| Sep 04 23:30:24.948 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-09-04T23:30:26.127Z[ recovery-image] Sep 04 23:30:24.958 INFO O| Sep 04 23:30:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67322026-09-04T23:30:26.127Z[ recovery-image] Sep 04 23:30:24.958 INFO O| Sep 04 23:30:24.958 INFO STEP 352 (remove_files) COMPLETE
67332026-09-04T23:30:26.127Z[ recovery-image] Sep 04 23:30:24.958 INFO O| Sep 04 23:30:24.958 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-09-04T23:30:26.138Z[ recovery-image] Sep 04 23:30:24.968 INFO O| Sep 04 23:30:24.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67352026-09-04T23:30:26.141Z[ recovery-image] Sep 04 23:30:24.969 INFO O| Sep 04 23:30:24.969 INFO STEP 353 (remove_files) COMPLETE
67362026-09-04T23:30:26.141Z[ recovery-image] Sep 04 23:30:24.969 INFO O| Sep 04 23:30:24.969 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-09-04T23:30:26.148Z[ recovery-image] Sep 04 23:30:24.979 INFO O| Sep 04 23:30:24.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67382026-09-04T23:30:26.148Z[ recovery-image] Sep 04 23:30:24.979 INFO O| Sep 04 23:30:24.979 INFO STEP 354 (remove_files) COMPLETE
67392026-09-04T23:30:26.148Z[ recovery-image] Sep 04 23:30:24.979 INFO O| Sep 04 23:30:24.979 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-09-04T23:30:26.157Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
67412026-09-04T23:30:26.160Z[ recovery-image] Sep 04 23:30:24.990 INFO O| Sep 04 23:30:24.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67422026-09-04T23:30:26.160Z[ recovery-image] Sep 04 23:30:24.990 INFO O| Sep 04 23:30:24.990 INFO STEP 355 (remove_files) COMPLETE
67432026-09-04T23:30:26.160Z[ recovery-image] Sep 04 23:30:24.990 INFO O| Sep 04 23:30:24.990 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-04T23:30:26.170Z[ recovery-image] Sep 04 23:30:25.000 INFO O| Sep 04 23:30:25.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67452026-09-04T23:30:26.170Z[ recovery-image] Sep 04 23:30:25.000 INFO O| Sep 04 23:30:25.000 INFO STEP 356 (remove_files) COMPLETE
67462026-09-04T23:30:26.170Z[ recovery-image] Sep 04 23:30:25.000 INFO O| Sep 04 23:30:25.000 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-04T23:30:26.183Z[ recovery-image] Sep 04 23:30:25.011 INFO O| Sep 04 23:30:25.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67482026-09-04T23:30:26.183Z[ recovery-image] Sep 04 23:30:25.011 INFO O| Sep 04 23:30:25.011 INFO STEP 357 (remove_files) COMPLETE
67492026-09-04T23:30:26.183Z[ recovery-image] Sep 04 23:30:25.011 INFO O| Sep 04 23:30:25.011 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-04T23:30:26.192Z[ recovery-image] Sep 04 23:30:25.022 INFO O| Sep 04 23:30:25.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67512026-09-04T23:30:26.192Z[ recovery-image] Sep 04 23:30:25.022 INFO O| Sep 04 23:30:25.022 INFO STEP 358 (remove_files) COMPLETE
67522026-09-04T23:30:26.192Z[ recovery-image] Sep 04 23:30:25.022 INFO O| Sep 04 23:30:25.022 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-04T23:30:26.203Z[ recovery-image] Sep 04 23:30:25.033 INFO O| Sep 04 23:30:25.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67542026-09-04T23:30:26.203Z[ recovery-image] Sep 04 23:30:25.033 INFO O| Sep 04 23:30:25.033 INFO STEP 359 (remove_files) COMPLETE
67552026-09-04T23:30:26.206Z[ recovery-image] Sep 04 23:30:25.033 INFO O| Sep 04 23:30:25.033 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-09-04T23:30:26.213Z[ recovery-image] Sep 04 23:30:25.044 INFO O| Sep 04 23:30:25.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67572026-09-04T23:30:26.213Z[ recovery-image] Sep 04 23:30:25.044 INFO O| Sep 04 23:30:25.044 INFO STEP 360 (remove_files) COMPLETE
67582026-09-04T23:30:26.217Z[ recovery-image] Sep 04 23:30:25.044 INFO O| Sep 04 23:30:25.044 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-09-04T23:30:26.223Z[ recovery-image] Sep 04 23:30:25.054 INFO O| Sep 04 23:30:25.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67602026-09-04T23:30:26.223Z[ recovery-image] Sep 04 23:30:25.054 INFO O| Sep 04 23:30:25.054 INFO STEP 361 (remove_files) COMPLETE
67612026-09-04T23:30:26.224Z[ recovery-image] Sep 04 23:30:25.054 INFO O| Sep 04 23:30:25.054 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-09-04T23:30:26.233Z[ recovery-image] Sep 04 23:30:25.064 INFO O| Sep 04 23:30:25.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67632026-09-04T23:30:26.233Z[ recovery-image] Sep 04 23:30:25.064 INFO O| Sep 04 23:30:25.064 INFO STEP 362 (remove_files) COMPLETE
67642026-09-04T23:30:26.233Z[ recovery-image] Sep 04 23:30:25.064 INFO O| Sep 04 23:30:25.064 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-09-04T23:30:26.242Z[ recovery-image] Sep 04 23:30:25.072 INFO O| Sep 04 23:30:25.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67662026-09-04T23:30:26.242Z[ recovery-image] Sep 04 23:30:25.072 INFO O| Sep 04 23:30:25.072 INFO STEP 363 (remove_files) COMPLETE
67672026-09-04T23:30:26.242Z[ recovery-image] Sep 04 23:30:25.072 INFO O| Sep 04 23:30:25.072 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-09-04T23:30:26.250Z[ recovery-image] Sep 04 23:30:25.080 INFO O| Sep 04 23:30:25.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67692026-09-04T23:30:26.250Z[ recovery-image] Sep 04 23:30:25.081 INFO O| Sep 04 23:30:25.081 INFO STEP 364 (remove_files) COMPLETE
67702026-09-04T23:30:26.250Z[ recovery-image] Sep 04 23:30:25.081 INFO O| Sep 04 23:30:25.081 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-09-04T23:30:26.259Z[ recovery-image] Sep 04 23:30:25.089 INFO O| Sep 04 23:30:25.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67722026-09-04T23:30:26.259Z[ recovery-image] Sep 04 23:30:25.090 INFO O| Sep 04 23:30:25.090 INFO STEP 365 (remove_files) COMPLETE
67732026-09-04T23:30:26.259Z[ recovery-image] Sep 04 23:30:25.090 INFO O| Sep 04 23:30:25.090 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-09-04T23:30:26.270Z[ recovery-image] Sep 04 23:30:25.100 INFO O| Sep 04 23:30:25.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67752026-09-04T23:30:26.270Z[ recovery-image] Sep 04 23:30:25.100 INFO O| Sep 04 23:30:25.100 INFO STEP 366 (remove_files) COMPLETE
67762026-09-04T23:30:26.270Z[ recovery-image] Sep 04 23:30:25.100 INFO O| Sep 04 23:30:25.100 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-09-04T23:30:26.280Z[ recovery-image] Sep 04 23:30:25.110 INFO O| Sep 04 23:30:25.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67782026-09-04T23:30:26.280Z[ recovery-image] Sep 04 23:30:25.110 INFO O| Sep 04 23:30:25.110 INFO STEP 367 (remove_files) COMPLETE
67792026-09-04T23:30:26.280Z[ recovery-image] Sep 04 23:30:25.110 INFO O| Sep 04 23:30:25.110 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-09-04T23:30:26.291Z[ recovery-image] Sep 04 23:30:25.122 INFO O| Sep 04 23:30:25.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67812026-09-04T23:30:26.291Z[ recovery-image] Sep 04 23:30:25.122 INFO O| Sep 04 23:30:25.122 INFO STEP 368 (remove_files) COMPLETE
67822026-09-04T23:30:26.291Z[ recovery-image] Sep 04 23:30:25.122 INFO O| Sep 04 23:30:25.122 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-09-04T23:30:26.301Z[ recovery-image] Sep 04 23:30:25.131 INFO O| Sep 04 23:30:25.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67842026-09-04T23:30:26.301Z[ recovery-image] Sep 04 23:30:25.131 INFO O| Sep 04 23:30:25.131 INFO STEP 369 (remove_files) COMPLETE
67852026-09-04T23:30:26.301Z[ recovery-image] Sep 04 23:30:25.132 INFO O| Sep 04 23:30:25.131 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-09-04T23:30:26.313Z[ recovery-image] Sep 04 23:30:25.143 INFO O| Sep 04 23:30:25.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67872026-09-04T23:30:26.313Z[ recovery-image] Sep 04 23:30:25.143 INFO O| Sep 04 23:30:25.143 INFO STEP 370 (remove_files) COMPLETE
67882026-09-04T23:30:26.313Z[ recovery-image] Sep 04 23:30:25.143 INFO O| Sep 04 23:30:25.143 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-09-04T23:30:26.323Z[ recovery-image] Sep 04 23:30:25.154 INFO O| Sep 04 23:30:25.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
67902026-09-04T23:30:26.323Z[ recovery-image] Sep 04 23:30:25.154 INFO O| Sep 04 23:30:25.154 INFO STEP 371 (remove_files) COMPLETE
67912026-09-04T23:30:26.323Z[ recovery-image] Sep 04 23:30:25.154 INFO O| Sep 04 23:30:25.154 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-09-04T23:30:26.334Z[ recovery-image] Sep 04 23:30:25.165 INFO O| Sep 04 23:30:25.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
67932026-09-04T23:30:26.335Z[ recovery-image] Sep 04 23:30:25.165 INFO O| Sep 04 23:30:25.165 INFO STEP 372 (remove_files) COMPLETE
67942026-09-04T23:30:26.335Z[ recovery-image] Sep 04 23:30:25.165 INFO O| Sep 04 23:30:25.165 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-09-04T23:30:26.345Z[ recovery-image] Sep 04 23:30:25.176 INFO O| Sep 04 23:30:25.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
67962026-09-04T23:30:26.345Z[ recovery-image] Sep 04 23:30:25.176 INFO O| Sep 04 23:30:25.176 INFO STEP 373 (remove_files) COMPLETE
67972026-09-04T23:30:26.348Z[ recovery-image] Sep 04 23:30:25.176 INFO O| Sep 04 23:30:25.176 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-09-04T23:30:26.356Z[ recovery-image] Sep 04 23:30:25.187 INFO O| Sep 04 23:30:25.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
67992026-09-04T23:30:26.356Z[ recovery-image] Sep 04 23:30:25.187 INFO O| Sep 04 23:30:25.187 INFO STEP 374 (remove_files) COMPLETE
68002026-09-04T23:30:26.359Z[ recovery-image] Sep 04 23:30:25.187 INFO O| Sep 04 23:30:25.187 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-09-04T23:30:26.365Z[ recovery-image] Sep 04 23:30:25.196 INFO O| Sep 04 23:30:25.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68022026-09-04T23:30:26.365Z[ recovery-image] Sep 04 23:30:25.196 INFO O| Sep 04 23:30:25.196 INFO STEP 375 (remove_files) COMPLETE
68032026-09-04T23:30:26.366Z[ recovery-image] Sep 04 23:30:25.196 INFO O| Sep 04 23:30:25.196 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-09-04T23:30:26.374Z[ recovery-image] Sep 04 23:30:25.205 INFO O| Sep 04 23:30:25.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68052026-09-04T23:30:26.374Z[ recovery-image] Sep 04 23:30:25.205 INFO O| Sep 04 23:30:25.205 INFO STEP 376 (remove_files) COMPLETE
68062026-09-04T23:30:26.374Z[ recovery-image] Sep 04 23:30:25.205 INFO O| Sep 04 23:30:25.205 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-09-04T23:30:26.385Z[ recovery-image] Sep 04 23:30:25.215 INFO O| Sep 04 23:30:25.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68082026-09-04T23:30:26.385Z[ recovery-image] Sep 04 23:30:25.215 INFO O| Sep 04 23:30:25.215 INFO STEP 377 (remove_files) COMPLETE
68092026-09-04T23:30:26.385Z[ recovery-image] Sep 04 23:30:25.215 INFO O| Sep 04 23:30:25.215 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-09-04T23:30:26.396Z[ recovery-image] Sep 04 23:30:25.226 INFO O| Sep 04 23:30:25.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68112026-09-04T23:30:26.396Z[ recovery-image] Sep 04 23:30:25.226 INFO O| Sep 04 23:30:25.226 INFO STEP 378 (remove_files) COMPLETE
68122026-09-04T23:30:26.396Z[ recovery-image] Sep 04 23:30:25.226 INFO O| Sep 04 23:30:25.226 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-09-04T23:30:26.406Z[ recovery-image] Sep 04 23:30:25.236 INFO O| Sep 04 23:30:25.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68142026-09-04T23:30:26.406Z[ recovery-image] Sep 04 23:30:25.236 INFO O| Sep 04 23:30:25.236 INFO STEP 379 (remove_files) COMPLETE
68152026-09-04T23:30:26.409Z[ recovery-image] Sep 04 23:30:25.236 INFO O| Sep 04 23:30:25.236 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-09-04T23:30:26.416Z[ recovery-image] Sep 04 23:30:25.246 INFO O| Sep 04 23:30:25.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68172026-09-04T23:30:26.416Z[ recovery-image] Sep 04 23:30:25.246 INFO O| Sep 04 23:30:25.246 INFO STEP 380 (remove_files) COMPLETE
68182026-09-04T23:30:26.419Z[ recovery-image] Sep 04 23:30:25.246 INFO O| Sep 04 23:30:25.246 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-09-04T23:30:26.426Z[ recovery-image] Sep 04 23:30:25.257 INFO O| Sep 04 23:30:25.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68202026-09-04T23:30:26.426Z[ recovery-image] Sep 04 23:30:25.257 INFO O| Sep 04 23:30:25.257 INFO STEP 381 (remove_files) COMPLETE
68212026-09-04T23:30:26.432Z[ recovery-image] Sep 04 23:30:25.257 INFO O| Sep 04 23:30:25.257 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-09-04T23:30:26.437Z[ recovery-image] Sep 04 23:30:25.267 INFO O| Sep 04 23:30:25.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68232026-09-04T23:30:26.437Z[ recovery-image] Sep 04 23:30:25.267 INFO O| Sep 04 23:30:25.267 INFO STEP 382 (remove_files) COMPLETE
68242026-09-04T23:30:26.437Z[ recovery-image] Sep 04 23:30:25.267 INFO O| Sep 04 23:30:25.267 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-09-04T23:30:26.447Z[ recovery-image] Sep 04 23:30:25.277 INFO O| Sep 04 23:30:25.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68262026-09-04T23:30:26.447Z[ recovery-image] Sep 04 23:30:25.277 INFO O| Sep 04 23:30:25.277 INFO STEP 383 (remove_files) COMPLETE
68272026-09-04T23:30:26.448Z[ recovery-image] Sep 04 23:30:25.277 INFO O| Sep 04 23:30:25.277 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-09-04T23:30:26.458Z[ recovery-image] Sep 04 23:30:25.289 INFO O| Sep 04 23:30:25.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68292026-09-04T23:30:26.458Z[ recovery-image] Sep 04 23:30:25.289 INFO O| Sep 04 23:30:25.289 INFO STEP 384 (remove_files) COMPLETE
68302026-09-04T23:30:26.458Z[ recovery-image] Sep 04 23:30:25.289 INFO O| Sep 04 23:30:25.289 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-09-04T23:30:26.469Z[ recovery-image] Sep 04 23:30:25.299 INFO O| Sep 04 23:30:25.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68322026-09-04T23:30:26.473Z[ recovery-image] Sep 04 23:30:25.299 INFO O| Sep 04 23:30:25.299 INFO STEP 385 (remove_files) COMPLETE
68332026-09-04T23:30:26.473Z[ recovery-image] Sep 04 23:30:25.299 INFO O| Sep 04 23:30:25.299 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-09-04T23:30:26.478Z[ recovery-image] Sep 04 23:30:25.308 INFO O| Sep 04 23:30:25.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68352026-09-04T23:30:26.478Z[ recovery-image] Sep 04 23:30:25.308 INFO O| Sep 04 23:30:25.308 INFO STEP 386 (remove_files) COMPLETE
68362026-09-04T23:30:26.484Z[ recovery-image] Sep 04 23:30:25.308 INFO O| Sep 04 23:30:25.308 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-09-04T23:30:26.488Z[ recovery-image] Sep 04 23:30:25.318 INFO O| Sep 04 23:30:25.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68382026-09-04T23:30:26.488Z[ recovery-image] Sep 04 23:30:25.318 INFO O| Sep 04 23:30:25.318 INFO STEP 387 (remove_files) COMPLETE
68392026-09-04T23:30:26.488Z[ recovery-image] Sep 04 23:30:25.318 INFO O| Sep 04 23:30:25.318 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-09-04T23:30:26.497Z[ recovery-image] Sep 04 23:30:25.327 INFO O| Sep 04 23:30:25.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68412026-09-04T23:30:26.497Z[ recovery-image] Sep 04 23:30:25.327 INFO O| Sep 04 23:30:25.327 INFO STEP 388 (remove_files) COMPLETE
68422026-09-04T23:30:26.497Z[ recovery-image] Sep 04 23:30:25.327 INFO O| Sep 04 23:30:25.327 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-09-04T23:30:26.505Z[ recovery-image] Sep 04 23:30:25.335 INFO O| Sep 04 23:30:25.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68442026-09-04T23:30:26.505Z[ recovery-image] Sep 04 23:30:25.335 INFO O| Sep 04 23:30:25.335 INFO STEP 389 (remove_files) COMPLETE
68452026-09-04T23:30:26.505Z[ recovery-image] Sep 04 23:30:25.335 INFO O| Sep 04 23:30:25.335 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-09-04T23:30:26.513Z[ recovery-image] Sep 04 23:30:25.343 INFO O| Sep 04 23:30:25.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68472026-09-04T23:30:26.513Z[ recovery-image] Sep 04 23:30:25.343 INFO O| Sep 04 23:30:25.343 INFO STEP 390 (remove_files) COMPLETE
68482026-09-04T23:30:26.513Z[ recovery-image] Sep 04 23:30:25.343 INFO O| Sep 04 23:30:25.343 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-09-04T23:30:26.521Z[ recovery-image] Sep 04 23:30:25.351 INFO O| Sep 04 23:30:25.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68502026-09-04T23:30:26.521Z[ recovery-image] Sep 04 23:30:25.351 INFO O| Sep 04 23:30:25.351 INFO STEP 391 (remove_files) COMPLETE
68512026-09-04T23:30:26.521Z[ recovery-image] Sep 04 23:30:25.351 INFO O| Sep 04 23:30:25.351 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-09-04T23:30:26.531Z[ recovery-image] Sep 04 23:30:25.361 INFO O| Sep 04 23:30:25.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68532026-09-04T23:30:26.531Z[ recovery-image] Sep 04 23:30:25.361 INFO O| Sep 04 23:30:25.361 INFO STEP 392 (remove_files) COMPLETE
68542026-09-04T23:30:26.534Z[ recovery-image] Sep 04 23:30:25.361 INFO O| Sep 04 23:30:25.361 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-04T23:30:26.541Z[ recovery-image] Sep 04 23:30:25.371 INFO O| Sep 04 23:30:25.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68562026-09-04T23:30:26.544Z[ recovery-image] Sep 04 23:30:25.372 INFO O| Sep 04 23:30:25.372 INFO STEP 393 (remove_files) COMPLETE
68572026-09-04T23:30:26.544Z[ recovery-image] Sep 04 23:30:25.372 INFO O| Sep 04 23:30:25.372 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-04T23:30:26.551Z[ recovery-image] Sep 04 23:30:25.382 INFO O| Sep 04 23:30:25.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68592026-09-04T23:30:26.552Z[ recovery-image] Sep 04 23:30:25.382 INFO O| Sep 04 23:30:25.382 INFO STEP 394 (remove_files) COMPLETE
68602026-09-04T23:30:26.552Z[ recovery-image] Sep 04 23:30:25.382 INFO O| Sep 04 23:30:25.382 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-04T23:30:26.561Z[ recovery-image] Sep 04 23:30:25.392 INFO O| Sep 04 23:30:25.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68622026-09-04T23:30:26.562Z[ recovery-image] Sep 04 23:30:25.392 INFO O| Sep 04 23:30:25.392 INFO STEP 395 (remove_files) COMPLETE
68632026-09-04T23:30:26.562Z[ recovery-image] Sep 04 23:30:25.392 INFO O| Sep 04 23:30:25.392 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-04T23:30:26.572Z[ recovery-image] Sep 04 23:30:25.402 INFO O| Sep 04 23:30:25.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68652026-09-04T23:30:26.572Z[ recovery-image] Sep 04 23:30:25.402 INFO O| Sep 04 23:30:25.402 INFO STEP 396 (remove_files) COMPLETE
68662026-09-04T23:30:26.572Z[ recovery-image] Sep 04 23:30:25.402 INFO O| Sep 04 23:30:25.402 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-09-04T23:30:26.583Z[ recovery-image] Sep 04 23:30:25.413 INFO O| Sep 04 23:30:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68682026-09-04T23:30:26.583Z[ recovery-image] Sep 04 23:30:25.413 INFO O| Sep 04 23:30:25.413 INFO STEP 397 (remove_files) COMPLETE
68692026-09-04T23:30:26.583Z[ recovery-image] Sep 04 23:30:25.413 INFO O| Sep 04 23:30:25.413 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-09-04T23:30:26.593Z[ recovery-image] Sep 04 23:30:25.423 INFO O| Sep 04 23:30:25.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68712026-09-04T23:30:26.593Z[ recovery-image] Sep 04 23:30:25.423 INFO O| Sep 04 23:30:25.423 INFO STEP 398 (remove_files) COMPLETE
68722026-09-04T23:30:26.593Z[ recovery-image] Sep 04 23:30:25.423 INFO O| Sep 04 23:30:25.423 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-09-04T23:30:26.602Z[ recovery-image] Sep 04 23:30:25.432 INFO O| Sep 04 23:30:25.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68742026-09-04T23:30:26.602Z[ recovery-image] Sep 04 23:30:25.432 INFO O| Sep 04 23:30:25.432 INFO STEP 399 (remove_files) COMPLETE
68752026-09-04T23:30:26.602Z[ recovery-image] Sep 04 23:30:25.432 INFO O| Sep 04 23:30:25.432 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-09-04T23:30:26.611Z[ recovery-image] Sep 04 23:30:25.441 INFO O| Sep 04 23:30:25.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68772026-09-04T23:30:26.611Z[ recovery-image] Sep 04 23:30:25.442 INFO O| Sep 04 23:30:25.442 INFO STEP 400 (remove_files) COMPLETE
68782026-09-04T23:30:26.611Z[ recovery-image] Sep 04 23:30:25.442 INFO O| Sep 04 23:30:25.442 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-09-04T23:30:26.620Z[ recovery-image] Sep 04 23:30:25.450 INFO O| Sep 04 23:30:25.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68802026-09-04T23:30:26.620Z[ recovery-image] Sep 04 23:30:25.450 INFO O| Sep 04 23:30:25.450 INFO STEP 401 (remove_files) COMPLETE
68812026-09-04T23:30:26.620Z[ recovery-image] Sep 04 23:30:25.450 INFO O| Sep 04 23:30:25.450 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-09-04T23:30:26.630Z[ recovery-image] Sep 04 23:30:25.460 INFO O| Sep 04 23:30:25.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68832026-09-04T23:30:26.630Z[ recovery-image] Sep 04 23:30:25.460 INFO O| Sep 04 23:30:25.460 INFO STEP 402 (remove_files) COMPLETE
68842026-09-04T23:30:26.630Z[ recovery-image] Sep 04 23:30:25.460 INFO O| Sep 04 23:30:25.460 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-09-04T23:30:26.642Z[ recovery-image] Sep 04 23:30:25.472 INFO O| Sep 04 23:30:25.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68862026-09-04T23:30:26.642Z[ recovery-image] Sep 04 23:30:25.472 INFO O| Sep 04 23:30:25.472 INFO STEP 403 (remove_files) COMPLETE
68872026-09-04T23:30:26.645Z[ recovery-image] Sep 04 23:30:25.472 INFO O| Sep 04 23:30:25.472 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-09-04T23:30:26.653Z[ recovery-image] Sep 04 23:30:25.484 INFO O| Sep 04 23:30:25.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
68892026-09-04T23:30:26.653Z[ recovery-image] Sep 04 23:30:25.484 INFO O| Sep 04 23:30:25.484 INFO STEP 404 (remove_files) COMPLETE
68902026-09-04T23:30:26.653Z[ recovery-image] Sep 04 23:30:25.484 INFO O| Sep 04 23:30:25.484 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-09-04T23:30:26.666Z[ recovery-image] Sep 04 23:30:25.495 INFO O| Sep 04 23:30:25.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
68922026-09-04T23:30:26.666Z[ recovery-image] Sep 04 23:30:25.496 INFO O| Sep 04 23:30:25.495 INFO STEP 405 (remove_files) COMPLETE
68932026-09-04T23:30:26.666Z[ recovery-image] Sep 04 23:30:25.496 INFO O| Sep 04 23:30:25.495 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-09-04T23:30:26.674Z[ recovery-image] Sep 04 23:30:25.505 INFO O| Sep 04 23:30:25.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
68952026-09-04T23:30:26.674Z[ recovery-image] Sep 04 23:30:25.505 INFO O| Sep 04 23:30:25.505 INFO STEP 406 (remove_files) COMPLETE
68962026-09-04T23:30:26.695Z[ recovery-image] Sep 04 23:30:25.505 INFO O| Sep 04 23:30:25.505 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-09-04T23:30:26.707Z[ recovery-image] Sep 04 23:30:25.537 INFO O| Sep 04 23:30:25.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
68982026-09-04T23:30:26.707Z[ recovery-image] Sep 04 23:30:25.537 INFO O| Sep 04 23:30:25.535 INFO STEP 407 (remove_files) COMPLETE
68992026-09-04T23:30:26.712Z[ recovery-image] Sep 04 23:30:25.537 INFO O| Sep 04 23:30:25.535 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-09-04T23:30:26.719Z[ recovery-image] Sep 04 23:30:25.549 INFO O| Sep 04 23:30:25.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69012026-09-04T23:30:26.719Z[ recovery-image] Sep 04 23:30:25.549 INFO O| Sep 04 23:30:25.549 INFO STEP 408 (remove_files) COMPLETE
69022026-09-04T23:30:26.719Z[ recovery-image] Sep 04 23:30:25.549 INFO O| Sep 04 23:30:25.549 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-09-04T23:30:26.730Z[ recovery-image] Sep 04 23:30:25.561 INFO O| Sep 04 23:30:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69042026-09-04T23:30:26.731Z[ recovery-image] Sep 04 23:30:25.561 INFO O| Sep 04 23:30:25.561 INFO STEP 409 (remove_files) COMPLETE
69052026-09-04T23:30:26.734Z[ recovery-image] Sep 04 23:30:25.561 INFO O| Sep 04 23:30:25.561 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-09-04T23:30:26.742Z[ recovery-image] Sep 04 23:30:25.573 INFO O| Sep 04 23:30:25.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69072026-09-04T23:30:26.742Z[ recovery-image] Sep 04 23:30:25.573 INFO O| Sep 04 23:30:25.573 INFO STEP 410 (remove_files) COMPLETE
69082026-09-04T23:30:26.742Z[ recovery-image] Sep 04 23:30:25.573 INFO O| Sep 04 23:30:25.573 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-09-04T23:30:26.756Z[ recovery-image] Sep 04 23:30:25.586 INFO O| Sep 04 23:30:25.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69102026-09-04T23:30:26.756Z[ recovery-image] Sep 04 23:30:25.586 INFO O| Sep 04 23:30:25.586 INFO STEP 411 (remove_files) COMPLETE
69112026-09-04T23:30:26.760Z[ recovery-image] Sep 04 23:30:25.586 INFO O| Sep 04 23:30:25.586 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-09-04T23:30:26.767Z[ recovery-image] Sep 04 23:30:25.597 INFO O| Sep 04 23:30:25.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69132026-09-04T23:30:26.767Z[ recovery-image] Sep 04 23:30:25.597 INFO O| Sep 04 23:30:25.597 INFO STEP 412 (remove_files) COMPLETE
69142026-09-04T23:30:26.804Z[ recovery-image] Sep 04 23:30:25.597 INFO O| Sep 04 23:30:25.597 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.609 INFO O| Sep 04 23:30:25.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69162026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.610 INFO O| Sep 04 23:30:25.610 INFO STEP 413 (remove_files) COMPLETE
69172026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.610 INFO O| Sep 04 23:30:25.610 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.623 INFO O| Sep 04 23:30:25.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69192026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.623 INFO O| Sep 04 23:30:25.623 INFO STEP 414 (remove_files) COMPLETE
69202026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.623 INFO O| Sep 04 23:30:25.623 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.635 INFO O| Sep 04 23:30:25.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69222026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.635 INFO O| Sep 04 23:30:25.635 INFO STEP 415 (remove_files) COMPLETE
69232026-09-04T23:30:26.807Z[ recovery-image] Sep 04 23:30:25.635 INFO O| Sep 04 23:30:25.635 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-09-04T23:30:26.807Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
69252026-09-04T23:30:26.817Z[ recovery-image] Sep 04 23:30:25.647 INFO O| Sep 04 23:30:25.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69262026-09-04T23:30:26.817Z[ recovery-image] Sep 04 23:30:25.647 INFO O| Sep 04 23:30:25.647 INFO STEP 416 (remove_files) COMPLETE
69272026-09-04T23:30:26.820Z[ recovery-image] Sep 04 23:30:25.647 INFO O| Sep 04 23:30:25.647 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-09-04T23:30:26.831Z[ recovery-image] Sep 04 23:30:25.661 INFO O| Sep 04 23:30:25.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69292026-09-04T23:30:26.831Z[ recovery-image] Sep 04 23:30:25.661 INFO O| Sep 04 23:30:25.661 INFO STEP 417 (remove_files) COMPLETE
69302026-09-04T23:30:26.831Z[ recovery-image] Sep 04 23:30:25.661 INFO O| Sep 04 23:30:25.661 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-09-04T23:30:26.843Z[ recovery-image] Sep 04 23:30:25.673 INFO O| Sep 04 23:30:25.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69322026-09-04T23:30:26.843Z[ recovery-image] Sep 04 23:30:25.673 INFO O| Sep 04 23:30:25.673 INFO STEP 418 (remove_files) COMPLETE
69332026-09-04T23:30:26.843Z[ recovery-image] Sep 04 23:30:25.673 INFO O| Sep 04 23:30:25.673 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-09-04T23:30:26.854Z[ recovery-image] Sep 04 23:30:25.684 INFO O| Sep 04 23:30:25.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69352026-09-04T23:30:26.854Z[ recovery-image] Sep 04 23:30:25.684 INFO O| Sep 04 23:30:25.684 INFO STEP 419 (remove_files) COMPLETE
69362026-09-04T23:30:26.854Z[ recovery-image] Sep 04 23:30:25.684 INFO O| Sep 04 23:30:25.684 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-09-04T23:30:26.866Z[ recovery-image] Sep 04 23:30:25.696 INFO O| Sep 04 23:30:25.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69382026-09-04T23:30:26.866Z[ recovery-image] Sep 04 23:30:25.696 INFO O| Sep 04 23:30:25.696 INFO STEP 420 (remove_files) COMPLETE
69392026-09-04T23:30:26.866Z[ recovery-image] Sep 04 23:30:25.696 INFO O| Sep 04 23:30:25.696 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-09-04T23:30:26.877Z[ recovery-image] Sep 04 23:30:25.707 INFO O| Sep 04 23:30:25.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69412026-09-04T23:30:26.877Z[ recovery-image] Sep 04 23:30:25.707 INFO O| Sep 04 23:30:25.707 INFO STEP 421 (remove_files) COMPLETE
69422026-09-04T23:30:26.877Z[ recovery-image] Sep 04 23:30:25.707 INFO O| Sep 04 23:30:25.707 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-09-04T23:30:26.888Z[ recovery-image] Sep 04 23:30:25.718 INFO O| Sep 04 23:30:25.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69442026-09-04T23:30:26.888Z[ recovery-image] Sep 04 23:30:25.718 INFO O| Sep 04 23:30:25.718 INFO STEP 422 (remove_files) COMPLETE
69452026-09-04T23:30:26.891Z[ recovery-image] Sep 04 23:30:25.718 INFO O| Sep 04 23:30:25.718 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-09-04T23:30:26.900Z[ recovery-image] Sep 04 23:30:25.730 INFO O| Sep 04 23:30:25.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69472026-09-04T23:30:26.900Z[ recovery-image] Sep 04 23:30:25.730 INFO O| Sep 04 23:30:25.730 INFO STEP 423 (remove_files) COMPLETE
69482026-09-04T23:30:26.900Z[ recovery-image] Sep 04 23:30:25.730 INFO O| Sep 04 23:30:25.730 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-09-04T23:30:26.909Z[ recovery-image] Sep 04 23:30:25.740 INFO O| Sep 04 23:30:25.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69502026-09-04T23:30:26.910Z[ recovery-image] Sep 04 23:30:25.740 INFO O| Sep 04 23:30:25.740 INFO STEP 424 (remove_files) COMPLETE
69512026-09-04T23:30:26.913Z[ recovery-image] Sep 04 23:30:25.740 INFO O| Sep 04 23:30:25.740 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-09-04T23:30:26.922Z[ recovery-image] Sep 04 23:30:25.752 INFO O| Sep 04 23:30:25.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69532026-09-04T23:30:26.922Z[ recovery-image] Sep 04 23:30:25.752 INFO O| Sep 04 23:30:25.752 INFO STEP 425 (remove_files) COMPLETE
69542026-09-04T23:30:26.922Z[ recovery-image] Sep 04 23:30:25.752 INFO O| Sep 04 23:30:25.752 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-09-04T23:30:26.933Z[ recovery-image] Sep 04 23:30:25.764 INFO O| Sep 04 23:30:25.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69562026-09-04T23:30:26.933Z[ recovery-image] Sep 04 23:30:25.764 INFO O| Sep 04 23:30:25.764 INFO STEP 426 (remove_files) COMPLETE
69572026-09-04T23:30:26.937Z[ recovery-image] Sep 04 23:30:25.764 INFO O| Sep 04 23:30:25.764 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-09-04T23:30:26.945Z[ recovery-image] Sep 04 23:30:25.775 INFO O| Sep 04 23:30:25.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69592026-09-04T23:30:26.945Z[ recovery-image] Sep 04 23:30:25.776 INFO O| Sep 04 23:30:25.775 INFO STEP 427 (remove_files) COMPLETE
69602026-09-04T23:30:26.945Z[ recovery-image] Sep 04 23:30:25.776 INFO O| Sep 04 23:30:25.776 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-09-04T23:30:26.956Z[ recovery-image] Sep 04 23:30:25.786 INFO O| Sep 04 23:30:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69622026-09-04T23:30:26.956Z[ recovery-image] Sep 04 23:30:25.786 INFO O| Sep 04 23:30:25.786 INFO STEP 428 (remove_files) COMPLETE
69632026-09-04T23:30:26.959Z[ recovery-image] Sep 04 23:30:25.786 INFO O| Sep 04 23:30:25.786 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-09-04T23:30:26.966Z[ recovery-image] Sep 04 23:30:25.797 INFO O| Sep 04 23:30:25.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69652026-09-04T23:30:26.966Z[ recovery-image] Sep 04 23:30:25.797 INFO O| Sep 04 23:30:25.797 INFO STEP 429 (remove_files) COMPLETE
69662026-09-04T23:30:26.971Z[ recovery-image] Sep 04 23:30:25.797 INFO O| Sep 04 23:30:25.797 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-09-04T23:30:26.976Z[ recovery-image] Sep 04 23:30:25.807 INFO O| Sep 04 23:30:25.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69682026-09-04T23:30:26.976Z[ recovery-image] Sep 04 23:30:25.807 INFO O| Sep 04 23:30:25.807 INFO STEP 430 (remove_files) COMPLETE
69692026-09-04T23:30:26.980Z[ recovery-image] Sep 04 23:30:25.807 INFO O| Sep 04 23:30:25.807 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-09-04T23:30:26.987Z[ recovery-image] Sep 04 23:30:25.817 INFO O| Sep 04 23:30:25.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69712026-09-04T23:30:26.987Z[ recovery-image] Sep 04 23:30:25.817 INFO O| Sep 04 23:30:25.817 INFO STEP 431 (remove_files) COMPLETE
69722026-09-04T23:30:26.990Z[ recovery-image] Sep 04 23:30:25.817 INFO O| Sep 04 23:30:25.817 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-09-04T23:30:26.996Z[ recovery-image] Sep 04 23:30:25.827 INFO O| Sep 04 23:30:25.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69742026-09-04T23:30:26.996Z[ recovery-image] Sep 04 23:30:25.827 INFO O| Sep 04 23:30:25.827 INFO STEP 432 (remove_files) COMPLETE
69752026-09-04T23:30:27.000Z[ recovery-image] Sep 04 23:30:25.827 INFO O| Sep 04 23:30:25.827 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-04T23:30:27.007Z[ recovery-image] Sep 04 23:30:25.837 INFO O| Sep 04 23:30:25.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69772026-09-04T23:30:27.010Z[ recovery-image] Sep 04 23:30:25.838 INFO O| Sep 04 23:30:25.838 INFO STEP 433 (remove_files) COMPLETE
69782026-09-04T23:30:27.010Z[ recovery-image] Sep 04 23:30:25.838 INFO O| Sep 04 23:30:25.838 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-04T23:30:27.019Z[ recovery-image] Sep 04 23:30:25.849 INFO O| Sep 04 23:30:25.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69802026-09-04T23:30:27.019Z[ recovery-image] Sep 04 23:30:25.849 INFO O| Sep 04 23:30:25.849 INFO STEP 434 (remove_files) COMPLETE
69812026-09-04T23:30:27.019Z[ recovery-image] Sep 04 23:30:25.849 INFO O| Sep 04 23:30:25.849 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-09-04T23:30:27.029Z[ recovery-image] Sep 04 23:30:25.859 INFO O| Sep 04 23:30:25.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69832026-09-04T23:30:27.032Z[ recovery-image] Sep 04 23:30:25.860 INFO O| Sep 04 23:30:25.860 INFO STEP 435 (remove_files) COMPLETE
69842026-09-04T23:30:27.032Z[ recovery-image] Sep 04 23:30:25.860 INFO O| Sep 04 23:30:25.860 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-09-04T23:30:27.042Z[ recovery-image] Sep 04 23:30:25.872 INFO O| Sep 04 23:30:25.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
69862026-09-04T23:30:27.042Z[ recovery-image] Sep 04 23:30:25.872 INFO O| Sep 04 23:30:25.872 INFO STEP 436 (remove_files) COMPLETE
69872026-09-04T23:30:27.042Z[ recovery-image] Sep 04 23:30:25.872 INFO O| Sep 04 23:30:25.872 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-09-04T23:30:27.053Z[ recovery-image] Sep 04 23:30:25.883 INFO O| Sep 04 23:30:25.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
69892026-09-04T23:30:27.053Z[ recovery-image] Sep 04 23:30:25.883 INFO O| Sep 04 23:30:25.883 INFO STEP 437 (remove_files) COMPLETE
69902026-09-04T23:30:27.056Z[ recovery-image] Sep 04 23:30:25.883 INFO O| Sep 04 23:30:25.883 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-09-04T23:30:27.064Z[ recovery-image] Sep 04 23:30:25.894 INFO O| Sep 04 23:30:25.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
69922026-09-04T23:30:27.064Z[ recovery-image] Sep 04 23:30:25.894 INFO O| Sep 04 23:30:25.894 INFO STEP 438 (remove_files) COMPLETE
69932026-09-04T23:30:27.064Z[ recovery-image] Sep 04 23:30:25.894 INFO O| Sep 04 23:30:25.894 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-09-04T23:30:27.076Z[ recovery-image] Sep 04 23:30:25.906 INFO O| Sep 04 23:30:25.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
69952026-09-04T23:30:27.076Z[ recovery-image] Sep 04 23:30:25.906 INFO O| Sep 04 23:30:25.906 INFO STEP 439 (remove_files) COMPLETE
69962026-09-04T23:30:27.076Z[ recovery-image] Sep 04 23:30:25.906 INFO O| Sep 04 23:30:25.906 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-09-04T23:30:27.087Z[ recovery-image] Sep 04 23:30:25.917 INFO O| Sep 04 23:30:25.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
69982026-09-04T23:30:27.087Z[ recovery-image] Sep 04 23:30:25.917 INFO O| Sep 04 23:30:25.917 INFO STEP 440 (remove_files) COMPLETE
69992026-09-04T23:30:27.087Z[ recovery-image] Sep 04 23:30:25.917 INFO O| Sep 04 23:30:25.917 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-09-04T23:30:27.098Z[ recovery-image] Sep 04 23:30:25.928 INFO O| Sep 04 23:30:25.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70012026-09-04T23:30:27.098Z[ recovery-image] Sep 04 23:30:25.928 INFO O| Sep 04 23:30:25.928 INFO STEP 441 (remove_files) COMPLETE
70022026-09-04T23:30:27.098Z[ recovery-image] Sep 04 23:30:25.928 INFO O| Sep 04 23:30:25.928 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-09-04T23:30:27.109Z[ recovery-image] Sep 04 23:30:25.939 INFO O| Sep 04 23:30:25.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70042026-09-04T23:30:27.109Z[ recovery-image] Sep 04 23:30:25.939 INFO O| Sep 04 23:30:25.939 INFO STEP 442 (remove_files) COMPLETE
70052026-09-04T23:30:27.112Z[ recovery-image] Sep 04 23:30:25.939 INFO O| Sep 04 23:30:25.939 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-09-04T23:30:27.119Z[ recovery-image] Sep 04 23:30:25.950 INFO O| Sep 04 23:30:25.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70072026-09-04T23:30:27.119Z[ recovery-image] Sep 04 23:30:25.950 INFO O| Sep 04 23:30:25.950 INFO STEP 443 (remove_files) COMPLETE
70082026-09-04T23:30:27.119Z[ recovery-image] Sep 04 23:30:25.950 INFO O| Sep 04 23:30:25.950 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-09-04T23:30:27.130Z[ recovery-image] Sep 04 23:30:25.960 INFO O| Sep 04 23:30:25.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70102026-09-04T23:30:27.130Z[ recovery-image] Sep 04 23:30:25.960 INFO O| Sep 04 23:30:25.960 INFO STEP 444 (remove_files) COMPLETE
70112026-09-04T23:30:27.130Z[ recovery-image] Sep 04 23:30:25.960 INFO O| Sep 04 23:30:25.960 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-09-04T23:30:27.141Z[ recovery-image] Sep 04 23:30:25.971 INFO O| Sep 04 23:30:25.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70132026-09-04T23:30:27.141Z[ recovery-image] Sep 04 23:30:25.971 INFO O| Sep 04 23:30:25.971 INFO STEP 445 (remove_files) COMPLETE
70142026-09-04T23:30:27.141Z[ recovery-image] Sep 04 23:30:25.971 INFO O| Sep 04 23:30:25.971 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-09-04T23:30:27.150Z[ recovery-image] Sep 04 23:30:25.981 INFO O| Sep 04 23:30:25.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70162026-09-04T23:30:27.150Z[ recovery-image] Sep 04 23:30:25.981 INFO O| Sep 04 23:30:25.981 INFO STEP 446 (remove_files) COMPLETE
70172026-09-04T23:30:27.150Z[ recovery-image] Sep 04 23:30:25.981 INFO O| Sep 04 23:30:25.981 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-09-04T23:30:27.160Z[ recovery-image] Sep 04 23:30:25.990 INFO O| Sep 04 23:30:25.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70192026-09-04T23:30:27.160Z[ recovery-image] Sep 04 23:30:25.990 INFO O| Sep 04 23:30:25.990 INFO STEP 447 (remove_files) COMPLETE
70202026-09-04T23:30:27.164Z[ recovery-image] Sep 04 23:30:25.990 INFO O| Sep 04 23:30:25.990 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-09-04T23:30:27.170Z[ recovery-image] Sep 04 23:30:26.000 INFO O| Sep 04 23:30:26.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70222026-09-04T23:30:27.170Z[ recovery-image] Sep 04 23:30:26.000 INFO O| Sep 04 23:30:26.000 INFO STEP 448 (remove_files) COMPLETE
70232026-09-04T23:30:27.173Z[ recovery-image] Sep 04 23:30:26.000 INFO O| Sep 04 23:30:26.000 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-09-04T23:30:27.179Z[ recovery-image] Sep 04 23:30:26.010 INFO O| Sep 04 23:30:26.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70252026-09-04T23:30:27.179Z[ recovery-image] Sep 04 23:30:26.010 INFO O| Sep 04 23:30:26.010 INFO STEP 449 (remove_files) COMPLETE
70262026-09-04T23:30:27.183Z[ recovery-image] Sep 04 23:30:26.010 INFO O| Sep 04 23:30:26.010 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-09-04T23:30:27.189Z[ recovery-image] Sep 04 23:30:26.019 INFO O| Sep 04 23:30:26.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70282026-09-04T23:30:27.189Z[ recovery-image] Sep 04 23:30:26.020 INFO O| Sep 04 23:30:26.019 INFO STEP 450 (remove_files) COMPLETE
70292026-09-04T23:30:27.189Z[ recovery-image] Sep 04 23:30:26.020 INFO O| Sep 04 23:30:26.019 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-09-04T23:30:27.199Z[ recovery-image] Sep 04 23:30:26.029 INFO O| Sep 04 23:30:26.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70312026-09-04T23:30:27.199Z[ recovery-image] Sep 04 23:30:26.029 INFO O| Sep 04 23:30:26.029 INFO STEP 451 (remove_files) COMPLETE
70322026-09-04T23:30:27.199Z[ recovery-image] Sep 04 23:30:26.029 INFO O| Sep 04 23:30:26.029 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-09-04T23:30:27.209Z[ recovery-image] Sep 04 23:30:26.039 INFO O| Sep 04 23:30:26.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70342026-09-04T23:30:27.209Z[ recovery-image] Sep 04 23:30:26.039 INFO O| Sep 04 23:30:26.039 INFO STEP 452 (remove_files) COMPLETE
70352026-09-04T23:30:27.209Z[ recovery-image] Sep 04 23:30:26.039 INFO O| Sep 04 23:30:26.039 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-04T23:30:27.219Z[ recovery-image] Sep 04 23:30:26.049 INFO O| Sep 04 23:30:26.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70372026-09-04T23:30:27.219Z[ recovery-image] Sep 04 23:30:26.049 INFO O| Sep 04 23:30:26.049 INFO STEP 453 (remove_files) COMPLETE
70382026-09-04T23:30:27.222Z[ recovery-image] Sep 04 23:30:26.049 INFO O| Sep 04 23:30:26.049 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-04T23:30:27.229Z[ recovery-image] Sep 04 23:30:26.059 INFO O| Sep 04 23:30:26.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70402026-09-04T23:30:27.229Z[ recovery-image] Sep 04 23:30:26.059 INFO O| Sep 04 23:30:26.059 INFO STEP 454 (remove_files) COMPLETE
70412026-09-04T23:30:27.229Z[ recovery-image] Sep 04 23:30:26.059 INFO O| Sep 04 23:30:26.059 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-04T23:30:27.245Z[ recovery-image] Sep 04 23:30:26.070 INFO O| Sep 04 23:30:26.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70432026-09-04T23:30:27.245Z[ recovery-image] Sep 04 23:30:26.070 INFO O| Sep 04 23:30:26.070 INFO STEP 455 (remove_files) COMPLETE
70442026-09-04T23:30:27.245Z[ recovery-image] Sep 04 23:30:26.070 INFO O| Sep 04 23:30:26.070 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-09-04T23:30:27.252Z[ recovery-image] Sep 04 23:30:26.082 INFO O| Sep 04 23:30:26.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70462026-09-04T23:30:27.252Z[ recovery-image] Sep 04 23:30:26.082 INFO O| Sep 04 23:30:26.082 INFO STEP 456 (remove_files) COMPLETE
70472026-09-04T23:30:27.252Z[ recovery-image] Sep 04 23:30:26.083 INFO O| Sep 04 23:30:26.082 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-09-04T23:30:27.264Z[ recovery-image] Sep 04 23:30:26.094 INFO O| Sep 04 23:30:26.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70492026-09-04T23:30:27.267Z[ recovery-image] Sep 04 23:30:26.095 INFO O| Sep 04 23:30:26.095 INFO STEP 457 (remove_files) COMPLETE
70502026-09-04T23:30:27.267Z[ recovery-image] Sep 04 23:30:26.095 INFO O| Sep 04 23:30:26.095 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-04T23:30:27.275Z[ recovery-image] Sep 04 23:30:26.106 INFO O| Sep 04 23:30:26.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70522026-09-04T23:30:27.275Z[ recovery-image] Sep 04 23:30:26.106 INFO O| Sep 04 23:30:26.106 INFO STEP 458 (remove_files) COMPLETE
70532026-09-04T23:30:27.275Z[ recovery-image] Sep 04 23:30:26.106 INFO O| Sep 04 23:30:26.106 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-04T23:30:27.286Z[ recovery-image] Sep 04 23:30:26.117 INFO O| Sep 04 23:30:26.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70552026-09-04T23:30:27.286Z[ recovery-image] Sep 04 23:30:26.117 INFO O| Sep 04 23:30:26.117 INFO STEP 459 (remove_files) COMPLETE
70562026-09-04T23:30:27.286Z[ recovery-image] Sep 04 23:30:26.117 INFO O| Sep 04 23:30:26.117 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-04T23:30:27.298Z[ recovery-image] Sep 04 23:30:26.129 INFO O| Sep 04 23:30:26.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70582026-09-04T23:30:27.298Z[ recovery-image] Sep 04 23:30:26.129 INFO O| Sep 04 23:30:26.129 INFO STEP 460 (remove_files) COMPLETE
70592026-09-04T23:30:27.298Z[ recovery-image] Sep 04 23:30:26.129 INFO O| Sep 04 23:30:26.129 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-09-04T23:30:27.308Z[ recovery-image] Sep 04 23:30:26.139 INFO O| Sep 04 23:30:26.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70612026-09-04T23:30:27.308Z[ recovery-image] Sep 04 23:30:26.139 INFO O| Sep 04 23:30:26.139 INFO STEP 461 (remove_files) COMPLETE
70622026-09-04T23:30:27.308Z[ recovery-image] Sep 04 23:30:26.139 INFO O| Sep 04 23:30:26.139 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-09-04T23:30:27.318Z[ recovery-image] Sep 04 23:30:26.148 INFO O| Sep 04 23:30:26.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70642026-09-04T23:30:27.318Z[ recovery-image] Sep 04 23:30:26.148 INFO O| Sep 04 23:30:26.148 INFO STEP 462 (remove_files) COMPLETE
70652026-09-04T23:30:27.321Z[ recovery-image] Sep 04 23:30:26.148 INFO O| Sep 04 23:30:26.148 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-09-04T23:30:27.329Z[ recovery-image] Sep 04 23:30:26.160 INFO O| Sep 04 23:30:26.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70672026-09-04T23:30:27.329Z[ recovery-image] Sep 04 23:30:26.160 INFO O| Sep 04 23:30:26.160 INFO STEP 463 (remove_files) COMPLETE
70682026-09-04T23:30:27.333Z[ recovery-image] Sep 04 23:30:26.160 INFO O| Sep 04 23:30:26.160 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-09-04T23:30:27.338Z[ recovery-image] Sep 04 23:30:26.169 INFO O| Sep 04 23:30:26.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70702026-09-04T23:30:27.338Z[ recovery-image] Sep 04 23:30:26.169 INFO O| Sep 04 23:30:26.169 INFO STEP 464 (remove_files) COMPLETE
70712026-09-04T23:30:27.342Z[ recovery-image] Sep 04 23:30:26.169 INFO O| Sep 04 23:30:26.169 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-09-04T23:30:27.347Z[ recovery-image] Sep 04 23:30:26.178 INFO O| Sep 04 23:30:26.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70732026-09-04T23:30:27.348Z[ recovery-image] Sep 04 23:30:26.178 INFO O| Sep 04 23:30:26.178 INFO STEP 465 (remove_files) COMPLETE
70742026-09-04T23:30:27.348Z[ recovery-image] Sep 04 23:30:26.178 INFO O| Sep 04 23:30:26.178 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-09-04T23:30:27.358Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
70762026-09-04T23:30:27.361Z[ recovery-image] Sep 04 23:30:26.189 INFO O| Sep 04 23:30:26.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70772026-09-04T23:30:27.361Z[ recovery-image] Sep 04 23:30:26.189 INFO O| Sep 04 23:30:26.189 INFO STEP 466 (remove_files) COMPLETE
70782026-09-04T23:30:27.361Z[ recovery-image] Sep 04 23:30:26.189 INFO O| Sep 04 23:30:26.189 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-04T23:30:27.369Z[ recovery-image] Sep 04 23:30:26.199 INFO O| Sep 04 23:30:26.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70802026-09-04T23:30:27.369Z[ recovery-image] Sep 04 23:30:26.199 INFO O| Sep 04 23:30:26.199 INFO STEP 467 (remove_files) COMPLETE
70812026-09-04T23:30:27.373Z[ recovery-image] Sep 04 23:30:26.199 INFO O| Sep 04 23:30:26.199 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-04T23:30:27.378Z[ recovery-image] Sep 04 23:30:26.208 INFO O| Sep 04 23:30:26.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
70832026-09-04T23:30:27.378Z[ recovery-image] Sep 04 23:30:26.208 INFO O| Sep 04 23:30:26.208 INFO STEP 468 (remove_files) COMPLETE
70842026-09-04T23:30:27.378Z[ recovery-image] Sep 04 23:30:26.208 INFO O| Sep 04 23:30:26.208 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-04T23:30:27.386Z[ recovery-image] Sep 04 23:30:26.217 INFO O| Sep 04 23:30:26.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
70862026-09-04T23:30:27.386Z[ recovery-image] Sep 04 23:30:26.217 INFO O| Sep 04 23:30:26.217 INFO STEP 469 (remove_files) COMPLETE
70872026-09-04T23:30:27.386Z[ recovery-image] Sep 04 23:30:26.217 INFO O| Sep 04 23:30:26.217 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-04T23:30:27.395Z[ recovery-image] Sep 04 23:30:26.225 INFO O| Sep 04 23:30:26.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
70892026-09-04T23:30:27.395Z[ recovery-image] Sep 04 23:30:26.225 INFO O| Sep 04 23:30:26.225 INFO STEP 470 (remove_files) COMPLETE
70902026-09-04T23:30:27.395Z[ recovery-image] Sep 04 23:30:26.225 INFO O| Sep 04 23:30:26.225 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-04T23:30:27.411Z[ recovery-image] Sep 04 23:30:26.241 INFO O| Sep 04 23:30:26.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
70922026-09-04T23:30:27.411Z[ recovery-image] Sep 04 23:30:26.241 INFO O| Sep 04 23:30:26.241 INFO STEP 471 (remove_files) COMPLETE
70932026-09-04T23:30:27.411Z[ recovery-image] Sep 04 23:30:26.241 INFO O| Sep 04 23:30:26.241 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-04T23:30:27.421Z[ recovery-image] Sep 04 23:30:26.251 INFO O| Sep 04 23:30:26.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
70952026-09-04T23:30:27.421Z[ recovery-image] Sep 04 23:30:26.251 INFO O| Sep 04 23:30:26.251 INFO STEP 472 (remove_files) COMPLETE
70962026-09-04T23:30:27.421Z[ recovery-image] Sep 04 23:30:26.251 INFO O| Sep 04 23:30:26.251 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-09-04T23:30:27.431Z[ recovery-image] Sep 04 23:30:26.261 INFO O| Sep 04 23:30:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
70982026-09-04T23:30:27.431Z[ recovery-image] Sep 04 23:30:26.262 INFO O| Sep 04 23:30:26.262 INFO STEP 473 (remove_files) COMPLETE
70992026-09-04T23:30:27.435Z[ recovery-image] Sep 04 23:30:26.262 INFO O| Sep 04 23:30:26.262 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-09-04T23:30:27.441Z[ recovery-image] Sep 04 23:30:26.271 INFO O| Sep 04 23:30:26.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71012026-09-04T23:30:27.441Z[ recovery-image] Sep 04 23:30:26.271 INFO O| Sep 04 23:30:26.271 INFO STEP 474 (remove_files) COMPLETE
71022026-09-04T23:30:27.444Z[ recovery-image] Sep 04 23:30:26.271 INFO O| Sep 04 23:30:26.271 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-09-04T23:30:27.447Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
71042026-09-04T23:30:27.450Z[ recovery-image] Sep 04 23:30:26.280 INFO O| Sep 04 23:30:26.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71052026-09-04T23:30:27.450Z[ recovery-image] Sep 04 23:30:26.280 INFO O| Sep 04 23:30:26.280 INFO STEP 475 (remove_files) COMPLETE
71062026-09-04T23:30:27.450Z[ recovery-image] Sep 04 23:30:26.280 INFO O| Sep 04 23:30:26.280 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-09-04T23:30:27.458Z[ recovery-image] Sep 04 23:30:26.289 INFO O| Sep 04 23:30:26.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71082026-09-04T23:30:27.458Z[ recovery-image] Sep 04 23:30:26.289 INFO O| Sep 04 23:30:26.289 INFO STEP 476 (remove_files) COMPLETE
71092026-09-04T23:30:27.458Z[ recovery-image] Sep 04 23:30:26.289 INFO O| Sep 04 23:30:26.289 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-09-04T23:30:27.467Z[ recovery-image] Sep 04 23:30:26.298 INFO O| Sep 04 23:30:26.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71112026-09-04T23:30:27.467Z[ recovery-image] Sep 04 23:30:26.298 INFO O| Sep 04 23:30:26.298 INFO STEP 477 (remove_files) COMPLETE
71122026-09-04T23:30:27.468Z[ recovery-image] Sep 04 23:30:26.298 INFO O| Sep 04 23:30:26.298 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-09-04T23:30:27.477Z[ recovery-image] Sep 04 23:30:26.307 INFO O| Sep 04 23:30:26.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71142026-09-04T23:30:27.477Z[ recovery-image] Sep 04 23:30:26.307 INFO O| Sep 04 23:30:26.307 INFO STEP 478 (remove_files) COMPLETE
71152026-09-04T23:30:27.480Z[ recovery-image] Sep 04 23:30:26.307 INFO O| Sep 04 23:30:26.307 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-09-04T23:30:27.489Z[ recovery-image] Sep 04 23:30:26.319 INFO O| Sep 04 23:30:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71172026-09-04T23:30:27.489Z[ recovery-image] Sep 04 23:30:26.319 INFO O| Sep 04 23:30:26.319 INFO STEP 479 (remove_files) COMPLETE
71182026-09-04T23:30:27.489Z[ recovery-image] Sep 04 23:30:26.319 INFO O| Sep 04 23:30:26.319 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-09-04T23:30:27.499Z[ recovery-image] Sep 04 23:30:26.329 INFO O| Sep 04 23:30:26.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71202026-09-04T23:30:27.502Z[ recovery-image] Sep 04 23:30:26.330 INFO O| Sep 04 23:30:26.330 INFO STEP 480 (remove_files) COMPLETE
71212026-09-04T23:30:27.502Z[ recovery-image] Sep 04 23:30:26.330 INFO O| Sep 04 23:30:26.330 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-09-04T23:30:27.508Z[ recovery-image] Sep 04 23:30:26.339 INFO O| Sep 04 23:30:26.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71232026-09-04T23:30:27.508Z[ recovery-image] Sep 04 23:30:26.339 INFO O| Sep 04 23:30:26.339 INFO STEP 481 (remove_files) COMPLETE
71242026-09-04T23:30:27.508Z[ recovery-image] Sep 04 23:30:26.339 INFO O| Sep 04 23:30:26.339 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-09-04T23:30:27.516Z[ recovery-image] Sep 04 23:30:26.347 INFO O| Sep 04 23:30:26.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71262026-09-04T23:30:27.516Z[ recovery-image] Sep 04 23:30:26.347 INFO O| Sep 04 23:30:26.347 INFO STEP 482 (remove_files) COMPLETE
71272026-09-04T23:30:27.516Z[ recovery-image] Sep 04 23:30:26.347 INFO O| Sep 04 23:30:26.347 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-09-04T23:30:27.525Z[ recovery-image] Sep 04 23:30:26.356 INFO O| Sep 04 23:30:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71292026-09-04T23:30:27.525Z[ recovery-image] Sep 04 23:30:26.356 INFO O| Sep 04 23:30:26.356 INFO STEP 483 (remove_files) COMPLETE
71302026-09-04T23:30:27.525Z[ recovery-image] Sep 04 23:30:26.356 INFO O| Sep 04 23:30:26.356 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-09-04T23:30:27.534Z[ recovery-image] Sep 04 23:30:26.365 INFO O| Sep 04 23:30:26.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71322026-09-04T23:30:27.534Z[ recovery-image] Sep 04 23:30:26.365 INFO O| Sep 04 23:30:26.365 INFO STEP 484 (remove_files) COMPLETE
71332026-09-04T23:30:27.534Z[ recovery-image] Sep 04 23:30:26.365 INFO O| Sep 04 23:30:26.365 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-09-04T23:30:27.543Z[ recovery-image] Sep 04 23:30:26.373 INFO O| Sep 04 23:30:26.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71352026-09-04T23:30:27.543Z[ recovery-image] Sep 04 23:30:26.373 INFO O| Sep 04 23:30:26.373 INFO STEP 485 (remove_files) COMPLETE
71362026-09-04T23:30:27.543Z[ recovery-image] Sep 04 23:30:26.373 INFO O| Sep 04 23:30:26.373 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-04T23:30:27.551Z[ recovery-image] Sep 04 23:30:26.381 INFO O| Sep 04 23:30:26.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71382026-09-04T23:30:27.551Z[ recovery-image] Sep 04 23:30:26.382 INFO O| Sep 04 23:30:26.382 INFO STEP 486 (remove_files) COMPLETE
71392026-09-04T23:30:27.551Z[ recovery-image] Sep 04 23:30:26.382 INFO O| Sep 04 23:30:26.382 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-04T23:30:27.559Z[ recovery-image] Sep 04 23:30:26.389 INFO O| Sep 04 23:30:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71412026-09-04T23:30:27.559Z[ recovery-image] Sep 04 23:30:26.390 INFO O| Sep 04 23:30:26.390 INFO STEP 487 (remove_files) COMPLETE
71422026-09-04T23:30:27.559Z[ recovery-image] Sep 04 23:30:26.390 INFO O| Sep 04 23:30:26.390 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-04T23:30:27.568Z[ recovery-image] Sep 04 23:30:26.398 INFO O| Sep 04 23:30:26.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71442026-09-04T23:30:27.568Z[ recovery-image] Sep 04 23:30:26.398 INFO O| Sep 04 23:30:26.398 INFO STEP 488 (remove_files) COMPLETE
71452026-09-04T23:30:27.568Z[ recovery-image] Sep 04 23:30:26.398 INFO O| Sep 04 23:30:26.398 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-04T23:30:27.577Z[ recovery-image] Sep 04 23:30:26.407 INFO O| Sep 04 23:30:26.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71472026-09-04T23:30:27.577Z[ recovery-image] Sep 04 23:30:26.407 INFO O| Sep 04 23:30:26.407 INFO STEP 489 (remove_files) COMPLETE
71482026-09-04T23:30:27.577Z[ recovery-image] Sep 04 23:30:26.407 INFO O| Sep 04 23:30:26.407 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-04T23:30:27.586Z[ recovery-image] Sep 04 23:30:26.416 INFO O| Sep 04 23:30:26.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71502026-09-04T23:30:27.586Z[ recovery-image] Sep 04 23:30:26.416 INFO O| Sep 04 23:30:26.416 INFO STEP 490 (remove_files) COMPLETE
71512026-09-04T23:30:27.589Z[ recovery-image] Sep 04 23:30:26.416 INFO O| Sep 04 23:30:26.416 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-04T23:30:27.595Z[ recovery-image] Sep 04 23:30:26.426 INFO O| Sep 04 23:30:26.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71532026-09-04T23:30:27.595Z[ recovery-image] Sep 04 23:30:26.426 INFO O| Sep 04 23:30:26.426 INFO STEP 491 (remove_files) COMPLETE
71542026-09-04T23:30:27.595Z[ recovery-image] Sep 04 23:30:26.426 INFO O| Sep 04 23:30:26.426 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-04T23:30:27.606Z[ recovery-image] Sep 04 23:30:26.436 INFO O| Sep 04 23:30:26.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71562026-09-04T23:30:27.606Z[ recovery-image] Sep 04 23:30:26.436 INFO O| Sep 04 23:30:26.436 INFO STEP 492 (remove_files) COMPLETE
71572026-09-04T23:30:27.606Z[ recovery-image] Sep 04 23:30:26.436 INFO O| Sep 04 23:30:26.436 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-04T23:30:27.616Z[ recovery-image] Sep 04 23:30:26.446 INFO O| Sep 04 23:30:26.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71592026-09-04T23:30:27.616Z[ recovery-image] Sep 04 23:30:26.447 INFO O| Sep 04 23:30:26.447 INFO STEP 493 (remove_files) COMPLETE
71602026-09-04T23:30:27.616Z[ recovery-image] Sep 04 23:30:26.447 INFO O| Sep 04 23:30:26.447 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-09-04T23:30:27.626Z[ recovery-image] Sep 04 23:30:26.456 INFO O| Sep 04 23:30:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71622026-09-04T23:30:27.626Z[ recovery-image] Sep 04 23:30:26.456 INFO O| Sep 04 23:30:26.456 INFO STEP 494 (remove_files) COMPLETE
71632026-09-04T23:30:27.626Z[ recovery-image] Sep 04 23:30:26.456 INFO O| Sep 04 23:30:26.456 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-04T23:30:27.634Z[ recovery-image] Sep 04 23:30:26.465 INFO O| Sep 04 23:30:26.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71652026-09-04T23:30:27.634Z[ recovery-image] Sep 04 23:30:26.465 INFO O| Sep 04 23:30:26.465 INFO STEP 495 (remove_files) COMPLETE
71662026-09-04T23:30:27.634Z[ recovery-image] Sep 04 23:30:26.465 INFO O| Sep 04 23:30:26.465 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-04T23:30:27.646Z[ recovery-image] Sep 04 23:30:26.476 INFO O| Sep 04 23:30:26.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71682026-09-04T23:30:27.646Z[ recovery-image] Sep 04 23:30:26.476 INFO O| Sep 04 23:30:26.476 INFO STEP 496 (remove_files) COMPLETE
71692026-09-04T23:30:27.646Z[ recovery-image] Sep 04 23:30:26.476 INFO O| Sep 04 23:30:26.476 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-04T23:30:27.654Z[ recovery-image] Sep 04 23:30:26.485 INFO O| Sep 04 23:30:26.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71712026-09-04T23:30:27.654Z[ recovery-image] Sep 04 23:30:26.485 INFO O| Sep 04 23:30:26.485 INFO STEP 497 (remove_files) COMPLETE
71722026-09-04T23:30:27.654Z[ recovery-image] Sep 04 23:30:26.485 INFO O| Sep 04 23:30:26.485 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-04T23:30:27.663Z[ recovery-image] Sep 04 23:30:26.494 INFO O| Sep 04 23:30:26.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71742026-09-04T23:30:27.663Z[ recovery-image] Sep 04 23:30:26.494 INFO O| Sep 04 23:30:26.494 INFO STEP 498 (remove_files) COMPLETE
71752026-09-04T23:30:27.663Z[ recovery-image] Sep 04 23:30:26.494 INFO O| Sep 04 23:30:26.494 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-04T23:30:27.672Z[ recovery-image] Sep 04 23:30:26.503 INFO O| Sep 04 23:30:26.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71772026-09-04T23:30:27.672Z[ recovery-image] Sep 04 23:30:26.503 INFO O| Sep 04 23:30:26.503 INFO STEP 499 (remove_files) COMPLETE
71782026-09-04T23:30:27.672Z[ recovery-image] Sep 04 23:30:26.503 INFO O| Sep 04 23:30:26.503 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-04T23:30:27.681Z[ recovery-image] Sep 04 23:30:26.512 INFO O| Sep 04 23:30:26.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71802026-09-04T23:30:27.681Z[ recovery-image] Sep 04 23:30:26.512 INFO O| Sep 04 23:30:26.512 INFO STEP 500 (remove_files) COMPLETE
71812026-09-04T23:30:27.681Z[ recovery-image] Sep 04 23:30:26.512 INFO O| Sep 04 23:30:26.512 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-04T23:30:27.690Z[ recovery-image] Sep 04 23:30:26.520 INFO O| Sep 04 23:30:26.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
71832026-09-04T23:30:27.690Z[ recovery-image] Sep 04 23:30:26.520 INFO O| Sep 04 23:30:26.520 INFO STEP 501 (remove_files) COMPLETE
71842026-09-04T23:30:27.690Z[ recovery-image] Sep 04 23:30:26.520 INFO O| Sep 04 23:30:26.520 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-04T23:30:27.698Z[ recovery-image] Sep 04 23:30:26.529 INFO O| Sep 04 23:30:26.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
71862026-09-04T23:30:27.698Z[ recovery-image] Sep 04 23:30:26.529 INFO O| Sep 04 23:30:26.529 INFO STEP 502 (remove_files) COMPLETE
71872026-09-04T23:30:27.698Z[ recovery-image] Sep 04 23:30:26.529 INFO O| Sep 04 23:30:26.529 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-04T23:30:27.709Z[ recovery-image] Sep 04 23:30:26.539 INFO O| Sep 04 23:30:26.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
71892026-09-04T23:30:27.709Z[ recovery-image] Sep 04 23:30:26.539 INFO O| Sep 04 23:30:26.539 INFO STEP 503 (remove_files) COMPLETE
71902026-09-04T23:30:27.709Z[ recovery-image] Sep 04 23:30:26.539 INFO O| Sep 04 23:30:26.539 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-04T23:30:27.716Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
71922026-09-04T23:30:27.719Z[ recovery-image] Sep 04 23:30:26.549 INFO O| Sep 04 23:30:26.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
71932026-09-04T23:30:27.719Z[ recovery-image] Sep 04 23:30:26.549 INFO O| Sep 04 23:30:26.549 INFO STEP 504 (remove_files) COMPLETE
71942026-09-04T23:30:27.719Z[ recovery-image] Sep 04 23:30:26.549 INFO O| Sep 04 23:30:26.549 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-09-04T23:30:27.728Z[ recovery-image] Sep 04 23:30:26.558 INFO O| Sep 04 23:30:26.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
71962026-09-04T23:30:27.728Z[ recovery-image] Sep 04 23:30:26.559 INFO O| Sep 04 23:30:26.558 INFO STEP 505 (remove_files) COMPLETE
71972026-09-04T23:30:27.728Z[ recovery-image] Sep 04 23:30:26.559 INFO O| Sep 04 23:30:26.558 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-09-04T23:30:27.737Z[ recovery-image] Sep 04 23:30:26.567 INFO O| Sep 04 23:30:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
71992026-09-04T23:30:27.737Z[ recovery-image] Sep 04 23:30:26.567 INFO O| Sep 04 23:30:26.567 INFO STEP 506 (remove_files) COMPLETE
72002026-09-04T23:30:27.737Z[ recovery-image] Sep 04 23:30:26.567 INFO O| Sep 04 23:30:26.567 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-09-04T23:30:27.744Z[ recovery-image] Sep 04 23:30:26.574 INFO O| Sep 04 23:30:26.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72022026-09-04T23:30:27.744Z[ recovery-image] Sep 04 23:30:26.575 INFO O| Sep 04 23:30:26.575 INFO STEP 507 (remove_files) COMPLETE
72032026-09-04T23:30:27.744Z[ recovery-image] Sep 04 23:30:26.575 INFO O| Sep 04 23:30:26.575 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-09-04T23:30:27.751Z[ recovery-image] Sep 04 23:30:26.582 INFO O| Sep 04 23:30:26.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72052026-09-04T23:30:27.751Z[ recovery-image] Sep 04 23:30:26.582 INFO O| Sep 04 23:30:26.582 INFO STEP 508 (remove_files) COMPLETE
72062026-09-04T23:30:27.751Z[ recovery-image] Sep 04 23:30:26.582 INFO O| Sep 04 23:30:26.582 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-09-04T23:30:27.759Z[ recovery-image] Sep 04 23:30:26.589 INFO O| Sep 04 23:30:26.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72082026-09-04T23:30:27.759Z[ recovery-image] Sep 04 23:30:26.590 INFO O| Sep 04 23:30:26.589 INFO STEP 509 (remove_files) COMPLETE
72092026-09-04T23:30:27.759Z[ recovery-image] Sep 04 23:30:26.590 INFO O| Sep 04 23:30:26.589 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-09-04T23:30:27.787Z[ recovery-image] Sep 04 23:30:26.618 INFO O| Sep 04 23:30:26.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72112026-09-04T23:30:27.787Z[ recovery-image] Sep 04 23:30:26.618 INFO O| Sep 04 23:30:26.618 INFO STEP 510 (remove_files) COMPLETE
72122026-09-04T23:30:27.791Z[ recovery-image] Sep 04 23:30:26.618 INFO O| Sep 04 23:30:26.618 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-09-04T23:30:27.818Z[ recovery-image] Sep 04 23:30:26.649 INFO O| Sep 04 23:30:26.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72142026-09-04T23:30:27.818Z[ recovery-image] Sep 04 23:30:26.649 INFO O| Sep 04 23:30:26.649 INFO STEP 511 (remove_files) COMPLETE
72152026-09-04T23:30:27.818Z[ recovery-image] Sep 04 23:30:26.649 INFO O| Sep 04 23:30:26.649 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-09-04T23:30:27.831Z[ recovery-image] Sep 04 23:30:26.659 INFO O| Sep 04 23:30:26.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72172026-09-04T23:30:27.831Z[ recovery-image] Sep 04 23:30:26.659 INFO O| Sep 04 23:30:26.659 INFO STEP 512 (remove_files) COMPLETE
72182026-09-04T23:30:27.834Z[ recovery-image] Sep 04 23:30:26.659 INFO O| Sep 04 23:30:26.659 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-09-04T23:30:27.879Z[ recovery-image] Sep 04 23:30:26.710 INFO O| Sep 04 23:30:26.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72202026-09-04T23:30:27.883Z[ recovery-image] Sep 04 23:30:26.712 INFO O| Sep 04 23:30:26.712 INFO STEP 513 (remove_files) COMPLETE
72212026-09-04T23:30:27.883Z[ recovery-image] Sep 04 23:30:26.712 INFO O| Sep 04 23:30:26.712 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-09-04T23:30:27.926Z[ recovery-image] Sep 04 23:30:26.756 INFO O| Sep 04 23:30:26.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72232026-09-04T23:30:27.929Z[ recovery-image] Sep 04 23:30:26.757 INFO O| Sep 04 23:30:26.757 INFO STEP 514 (remove_files) COMPLETE
72242026-09-04T23:30:27.929Z[ recovery-image] Sep 04 23:30:26.757 INFO O| Sep 04 23:30:26.757 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-09-04T23:30:27.938Z[ recovery-image] Sep 04 23:30:26.768 INFO O| Sep 04 23:30:26.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72262026-09-04T23:30:27.938Z[ recovery-image] Sep 04 23:30:26.768 INFO O| Sep 04 23:30:26.768 INFO STEP 515 (remove_files) COMPLETE
72272026-09-04T23:30:27.938Z[ recovery-image] Sep 04 23:30:26.769 INFO O| Sep 04 23:30:26.768 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-09-04T23:30:27.948Z[ recovery-image] Sep 04 23:30:26.778 INFO O| Sep 04 23:30:26.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72292026-09-04T23:30:27.948Z[ recovery-image] Sep 04 23:30:26.778 INFO O| Sep 04 23:30:26.778 INFO STEP 516 (remove_files) COMPLETE
72302026-09-04T23:30:27.948Z[ recovery-image] Sep 04 23:30:26.778 INFO O| Sep 04 23:30:26.778 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-09-04T23:30:27.952Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
72322026-09-04T23:30:27.971Z[ recovery-image] Sep 04 23:30:26.801 INFO O| Sep 04 23:30:26.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72332026-09-04T23:30:27.971Z[ recovery-image] Sep 04 23:30:26.801 INFO O| Sep 04 23:30:26.801 INFO STEP 517 (remove_files) COMPLETE
72342026-09-04T23:30:27.974Z[ recovery-image] Sep 04 23:30:26.803 INFO O| Sep 04 23:30:26.801 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-04T23:30:27.983Z[ recovery-image] Sep 04 23:30:26.814 INFO O| Sep 04 23:30:26.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72362026-09-04T23:30:27.983Z[ recovery-image] Sep 04 23:30:26.814 INFO O| Sep 04 23:30:26.814 INFO STEP 518 (remove_files) COMPLETE
72372026-09-04T23:30:27.986Z[ recovery-image] Sep 04 23:30:26.814 INFO O| Sep 04 23:30:26.814 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-04T23:30:27.993Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
72392026-09-04T23:30:27.997Z[ recovery-image] Sep 04 23:30:26.828 INFO O| Sep 04 23:30:26.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72402026-09-04T23:30:27.997Z[ recovery-image] Sep 04 23:30:26.828 INFO O| Sep 04 23:30:26.828 INFO STEP 519 (remove_files) COMPLETE
72412026-09-04T23:30:27.997Z[ recovery-image] Sep 04 23:30:26.828 INFO O| Sep 04 23:30:26.828 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-09-04T23:30:28.006Z[ recovery-image] Sep 04 23:30:26.837 INFO O| Sep 04 23:30:26.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72432026-09-04T23:30:28.007Z[ recovery-image] Sep 04 23:30:26.837 INFO O| Sep 04 23:30:26.837 INFO STEP 520 (remove_files) COMPLETE
72442026-09-04T23:30:28.007Z[ recovery-image] Sep 04 23:30:26.837 INFO O| Sep 04 23:30:26.837 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-09-04T23:30:28.016Z[ recovery-image] Sep 04 23:30:26.846 INFO O| Sep 04 23:30:26.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72462026-09-04T23:30:28.016Z[ recovery-image] Sep 04 23:30:26.846 INFO O| Sep 04 23:30:26.846 INFO STEP 521 (remove_files) COMPLETE
72472026-09-04T23:30:28.016Z[ recovery-image] Sep 04 23:30:26.846 INFO O| Sep 04 23:30:26.846 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-09-04T23:30:28.025Z[ recovery-image] Sep 04 23:30:26.855 INFO O| Sep 04 23:30:26.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72492026-09-04T23:30:28.057Z[ recovery-image] Sep 04 23:30:26.887 INFO O| Sep 04 23:30:26.887 INFO STEP 522 (remove_files) COMPLETE
72502026-09-04T23:30:28.057Z[ recovery-image] Sep 04 23:30:26.888 INFO O| Sep 04 23:30:26.887 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-09-04T23:30:28.067Z[ recovery-image] Sep 04 23:30:26.898 INFO O| Sep 04 23:30:26.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72522026-09-04T23:30:28.070Z[verify-libraries] Compiling yansi v1.0.1
72532026-09-04T23:30:28.070Z[ recovery-image] Sep 04 23:30:26.899 INFO O| Sep 04 23:30:26.899 INFO STEP 523 (remove_files) COMPLETE
72542026-09-04T23:30:28.070Z[ recovery-image] Sep 04 23:30:26.899 INFO O| Sep 04 23:30:26.899 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-09-04T23:30:28.078Z[ recovery-image] Sep 04 23:30:26.908 INFO O| Sep 04 23:30:26.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72562026-09-04T23:30:28.078Z[ recovery-image] Sep 04 23:30:26.908 INFO O| Sep 04 23:30:26.908 INFO STEP 524 (remove_files) COMPLETE
72572026-09-04T23:30:28.081Z[ recovery-image] Sep 04 23:30:26.908 INFO O| Sep 04 23:30:26.908 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-09-04T23:30:28.087Z[ recovery-image] Sep 04 23:30:26.917 INFO O| Sep 04 23:30:26.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72592026-09-04T23:30:28.087Z[ recovery-image] Sep 04 23:30:26.917 INFO O| Sep 04 23:30:26.917 INFO STEP 525 (remove_files) COMPLETE
72602026-09-04T23:30:28.087Z[ recovery-image] Sep 04 23:30:26.917 INFO O| Sep 04 23:30:26.917 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-09-04T23:30:28.102Z[ recovery-image] Sep 04 23:30:26.926 INFO O| Sep 04 23:30:26.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72622026-09-04T23:30:28.102Z[ recovery-image] Sep 04 23:30:26.926 INFO O| Sep 04 23:30:26.926 INFO STEP 526 (remove_files) COMPLETE
72632026-09-04T23:30:28.102Z[ recovery-image] Sep 04 23:30:26.926 INFO O| Sep 04 23:30:26.926 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-09-04T23:30:28.105Z[ recovery-image] Sep 04 23:30:26.935 INFO O| Sep 04 23:30:26.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72652026-09-04T23:30:28.105Z[ recovery-image] Sep 04 23:30:26.935 INFO O| Sep 04 23:30:26.935 INFO STEP 527 (remove_files) COMPLETE
72662026-09-04T23:30:28.105Z[ recovery-image] Sep 04 23:30:26.935 INFO O| Sep 04 23:30:26.935 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-09-04T23:30:28.113Z[ recovery-image] Sep 04 23:30:26.943 INFO O| Sep 04 23:30:26.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72682026-09-04T23:30:28.113Z[ recovery-image] Sep 04 23:30:26.944 INFO O| Sep 04 23:30:26.944 INFO STEP 528 (remove_files) COMPLETE
72692026-09-04T23:30:28.113Z[ recovery-image] Sep 04 23:30:26.944 INFO O| Sep 04 23:30:26.944 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-09-04T23:30:28.124Z[ recovery-image] Sep 04 23:30:26.954 INFO O| Sep 04 23:30:26.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72712026-09-04T23:30:28.124Z[ recovery-image] Sep 04 23:30:26.954 INFO O| Sep 04 23:30:26.954 INFO STEP 529 (remove_files) COMPLETE
72722026-09-04T23:30:28.127Z[ recovery-image] Sep 04 23:30:26.954 INFO O| Sep 04 23:30:26.954 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-09-04T23:30:28.134Z[ recovery-image] Sep 04 23:30:26.965 INFO O| Sep 04 23:30:26.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72742026-09-04T23:30:28.145Z[ recovery-image] Sep 04 23:30:26.972 INFO O| Sep 04 23:30:26.972 INFO STEP 530 (remove_files) COMPLETE
72752026-09-04T23:30:28.145Z[ recovery-image] Sep 04 23:30:26.972 INFO O| Sep 04 23:30:26.972 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-09-04T23:30:28.152Z[ recovery-image] Sep 04 23:30:26.982 INFO O| Sep 04 23:30:26.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72772026-09-04T23:30:28.152Z[ recovery-image] Sep 04 23:30:26.982 INFO O| Sep 04 23:30:26.982 INFO STEP 531 (remove_files) COMPLETE
72782026-09-04T23:30:28.155Z[ recovery-image] Sep 04 23:30:26.982 INFO O| Sep 04 23:30:26.982 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-09-04T23:30:28.161Z[ recovery-image] Sep 04 23:30:26.992 INFO O| Sep 04 23:30:26.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72802026-09-04T23:30:28.161Z[ recovery-image] Sep 04 23:30:26.992 INFO O| Sep 04 23:30:26.992 INFO STEP 532 (remove_files) COMPLETE
72812026-09-04T23:30:28.164Z[ recovery-image] Sep 04 23:30:26.992 INFO O| Sep 04 23:30:26.992 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-09-04T23:30:28.199Z[ recovery-image] Sep 04 23:30:27.030 INFO O| Sep 04 23:30:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
72832026-09-04T23:30:28.199Z[ recovery-image] Sep 04 23:30:27.030 INFO O| Sep 04 23:30:27.030 INFO STEP 533 (remove_files) COMPLETE
72842026-09-04T23:30:28.203Z[ recovery-image] Sep 04 23:30:27.030 INFO O| Sep 04 23:30:27.030 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-09-04T23:30:28.211Z[ recovery-image] Sep 04 23:30:27.041 INFO O| Sep 04 23:30:27.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
72862026-09-04T23:30:28.214Z[ recovery-image] Sep 04 23:30:27.041 INFO O| Sep 04 23:30:27.041 INFO STEP 534 (remove_files) COMPLETE
72872026-09-04T23:30:28.214Z[ recovery-image] Sep 04 23:30:27.041 INFO O| Sep 04 23:30:27.041 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-09-04T23:30:28.220Z[ recovery-image] Sep 04 23:30:27.051 INFO O| Sep 04 23:30:27.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
72892026-09-04T23:30:28.224Z[ recovery-image] Sep 04 23:30:27.051 INFO O| Sep 04 23:30:27.051 INFO STEP 535 (remove_files) COMPLETE
72902026-09-04T23:30:28.224Z[ recovery-image] Sep 04 23:30:27.051 INFO O| Sep 04 23:30:27.051 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-09-04T23:30:28.230Z[ recovery-image] Sep 04 23:30:27.060 INFO O| Sep 04 23:30:27.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
72922026-09-04T23:30:28.230Z[ recovery-image] Sep 04 23:30:27.060 INFO O| Sep 04 23:30:27.060 INFO STEP 536 (remove_files) COMPLETE
72932026-09-04T23:30:28.233Z[ recovery-image] Sep 04 23:30:27.061 INFO O| Sep 04 23:30:27.060 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-09-04T23:30:28.240Z[ recovery-image] Sep 04 23:30:27.070 INFO O| Sep 04 23:30:27.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
72952026-09-04T23:30:28.243Z[ recovery-image] Sep 04 23:30:27.071 INFO O| Sep 04 23:30:27.071 INFO STEP 537 (remove_files) COMPLETE
72962026-09-04T23:30:28.244Z[ recovery-image] Sep 04 23:30:27.071 INFO O| Sep 04 23:30:27.071 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-09-04T23:30:28.250Z[ recovery-image] Sep 04 23:30:27.080 INFO O| Sep 04 23:30:27.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
72982026-09-04T23:30:28.253Z[ recovery-image] Sep 04 23:30:27.081 INFO O| Sep 04 23:30:27.081 INFO STEP 538 (remove_files) COMPLETE
72992026-09-04T23:30:28.253Z[ recovery-image] Sep 04 23:30:27.081 INFO O| Sep 04 23:30:27.081 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-09-04T23:30:28.261Z[ recovery-image] Sep 04 23:30:27.091 INFO O| Sep 04 23:30:27.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73012026-09-04T23:30:28.261Z[ recovery-image] Sep 04 23:30:27.092 INFO O| Sep 04 23:30:27.091 INFO STEP 539 (remove_files) COMPLETE
73022026-09-04T23:30:28.261Z[ recovery-image] Sep 04 23:30:27.092 INFO O| Sep 04 23:30:27.092 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-09-04T23:30:28.273Z[ recovery-image] Sep 04 23:30:27.103 INFO O| Sep 04 23:30:27.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73042026-09-04T23:30:28.273Z[ recovery-image] Sep 04 23:30:27.103 INFO O| Sep 04 23:30:27.103 INFO STEP 540 (remove_files) COMPLETE
73052026-09-04T23:30:28.273Z[ recovery-image] Sep 04 23:30:27.103 INFO O| Sep 04 23:30:27.103 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-09-04T23:30:28.283Z[ recovery-image] Sep 04 23:30:27.114 INFO O| Sep 04 23:30:27.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73072026-09-04T23:30:28.284Z[ recovery-image] Sep 04 23:30:27.114 INFO O| Sep 04 23:30:27.114 INFO STEP 541 (remove_files) COMPLETE
73082026-09-04T23:30:28.287Z[ recovery-image] Sep 04 23:30:27.114 INFO O| Sep 04 23:30:27.114 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-09-04T23:30:28.294Z[ recovery-image] Sep 04 23:30:27.124 INFO O| Sep 04 23:30:27.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73102026-09-04T23:30:28.294Z[ recovery-image] Sep 04 23:30:27.124 INFO O| Sep 04 23:30:27.124 INFO STEP 542 (remove_files) COMPLETE
73112026-09-04T23:30:28.297Z[ recovery-image] Sep 04 23:30:27.124 INFO O| Sep 04 23:30:27.124 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-09-04T23:30:28.306Z[ recovery-image] Sep 04 23:30:27.136 INFO O| Sep 04 23:30:27.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73132026-09-04T23:30:28.306Z[ recovery-image] Sep 04 23:30:27.136 INFO O| Sep 04 23:30:27.136 INFO STEP 543 (remove_files) COMPLETE
73142026-09-04T23:30:28.309Z[ recovery-image] Sep 04 23:30:27.136 INFO O| Sep 04 23:30:27.136 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-09-04T23:30:28.314Z[ recovery-image] Sep 04 23:30:27.144 INFO O| Sep 04 23:30:27.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73162026-09-04T23:30:28.314Z[ recovery-image] Sep 04 23:30:27.144 INFO O| Sep 04 23:30:27.144 INFO STEP 544 (remove_files) COMPLETE
73172026-09-04T23:30:28.314Z[ recovery-image] Sep 04 23:30:27.144 INFO O| Sep 04 23:30:27.144 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-09-04T23:30:28.322Z[ recovery-image] Sep 04 23:30:27.152 INFO O| Sep 04 23:30:27.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73192026-09-04T23:30:28.322Z[ recovery-image] Sep 04 23:30:27.152 INFO O| Sep 04 23:30:27.152 INFO STEP 545 (remove_files) COMPLETE
73202026-09-04T23:30:28.322Z[ recovery-image] Sep 04 23:30:27.152 INFO O| Sep 04 23:30:27.152 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-09-04T23:30:28.331Z[ recovery-image] Sep 04 23:30:27.162 INFO O| Sep 04 23:30:27.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73222026-09-04T23:30:28.331Z[ recovery-image] Sep 04 23:30:27.162 INFO O| Sep 04 23:30:27.162 INFO STEP 546 (remove_files) COMPLETE
73232026-09-04T23:30:28.331Z[ recovery-image] Sep 04 23:30:27.162 INFO O| Sep 04 23:30:27.162 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-09-04T23:30:28.342Z[ recovery-image] Sep 04 23:30:27.173 INFO O| Sep 04 23:30:27.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73252026-09-04T23:30:28.342Z[ recovery-image] Sep 04 23:30:27.173 INFO O| Sep 04 23:30:27.173 INFO STEP 547 (remove_files) COMPLETE
73262026-09-04T23:30:28.342Z[ recovery-image] Sep 04 23:30:27.173 INFO O| Sep 04 23:30:27.173 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-09-04T23:30:28.352Z[ recovery-image] Sep 04 23:30:27.183 INFO O| Sep 04 23:30:27.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73282026-09-04T23:30:28.352Z[ recovery-image] Sep 04 23:30:27.183 INFO O| Sep 04 23:30:27.183 INFO STEP 548 (remove_files) COMPLETE
73292026-09-04T23:30:28.352Z[ recovery-image] Sep 04 23:30:27.183 INFO O| Sep 04 23:30:27.183 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-09-04T23:30:28.363Z[ recovery-image] Sep 04 23:30:27.194 INFO O| Sep 04 23:30:27.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73312026-09-04T23:30:28.363Z[ recovery-image] Sep 04 23:30:27.194 INFO O| Sep 04 23:30:27.194 INFO STEP 549 (remove_files) COMPLETE
73322026-09-04T23:30:28.363Z[ recovery-image] Sep 04 23:30:27.194 INFO O| Sep 04 23:30:27.194 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-09-04T23:30:28.374Z[ recovery-image] Sep 04 23:30:27.204 INFO O| Sep 04 23:30:27.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73342026-09-04T23:30:28.374Z[ recovery-image] Sep 04 23:30:27.204 INFO O| Sep 04 23:30:27.204 INFO STEP 550 (remove_files) COMPLETE
73352026-09-04T23:30:28.377Z[ recovery-image] Sep 04 23:30:27.204 INFO O| Sep 04 23:30:27.204 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-09-04T23:30:28.384Z[ recovery-image] Sep 04 23:30:27.214 INFO O| Sep 04 23:30:27.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73372026-09-04T23:30:28.384Z[ recovery-image] Sep 04 23:30:27.214 INFO O| Sep 04 23:30:27.214 INFO STEP 551 (remove_files) COMPLETE
73382026-09-04T23:30:28.384Z[ recovery-image] Sep 04 23:30:27.214 INFO O| Sep 04 23:30:27.214 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-09-04T23:30:28.393Z[ recovery-image] Sep 04 23:30:27.224 INFO O| Sep 04 23:30:27.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73402026-09-04T23:30:28.393Z[ recovery-image] Sep 04 23:30:27.224 INFO O| Sep 04 23:30:27.224 INFO STEP 552 (remove_files) COMPLETE
73412026-09-04T23:30:28.397Z[ recovery-image] Sep 04 23:30:27.224 INFO O| Sep 04 23:30:27.224 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-09-04T23:30:28.405Z[ recovery-image] Sep 04 23:30:27.234 INFO O| Sep 04 23:30:27.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73432026-09-04T23:30:28.405Z[ recovery-image] Sep 04 23:30:27.234 INFO O| Sep 04 23:30:27.234 INFO STEP 553 (remove_files) COMPLETE
73442026-09-04T23:30:28.405Z[ recovery-image] Sep 04 23:30:27.234 INFO O| Sep 04 23:30:27.234 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-09-04T23:30:28.413Z[ recovery-image] Sep 04 23:30:27.244 INFO O| Sep 04 23:30:27.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73462026-09-04T23:30:28.413Z[ recovery-image] Sep 04 23:30:27.244 INFO O| Sep 04 23:30:27.244 INFO STEP 554 (remove_files) COMPLETE
73472026-09-04T23:30:28.413Z[ recovery-image] Sep 04 23:30:27.244 INFO O| Sep 04 23:30:27.244 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-09-04T23:30:28.423Z[ recovery-image] Sep 04 23:30:27.253 INFO O| Sep 04 23:30:27.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73492026-09-04T23:30:28.426Z[ recovery-image] Sep 04 23:30:27.253 INFO O| Sep 04 23:30:27.253 INFO STEP 555 (remove_files) COMPLETE
73502026-09-04T23:30:28.426Z[ recovery-image] Sep 04 23:30:27.253 INFO O| Sep 04 23:30:27.253 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-09-04T23:30:28.433Z[ recovery-image] Sep 04 23:30:27.264 INFO O| Sep 04 23:30:27.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73522026-09-04T23:30:28.434Z[ recovery-image] Sep 04 23:30:27.264 INFO O| Sep 04 23:30:27.264 INFO STEP 556 (remove_files) COMPLETE
73532026-09-04T23:30:28.437Z[ recovery-image] Sep 04 23:30:27.264 INFO O| Sep 04 23:30:27.264 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-09-04T23:30:28.444Z[ recovery-image] Sep 04 23:30:27.275 INFO O| Sep 04 23:30:27.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73552026-09-04T23:30:28.444Z[ recovery-image] Sep 04 23:30:27.275 INFO O| Sep 04 23:30:27.275 INFO STEP 557 (remove_files) COMPLETE
73562026-09-04T23:30:28.444Z[ recovery-image] Sep 04 23:30:27.275 INFO O| Sep 04 23:30:27.275 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-09-04T23:30:28.453Z[ recovery-image] Sep 04 23:30:27.284 INFO O| Sep 04 23:30:27.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73582026-09-04T23:30:28.453Z[ recovery-image] Sep 04 23:30:27.284 INFO O| Sep 04 23:30:27.284 INFO STEP 558 (remove_files) COMPLETE
73592026-09-04T23:30:28.453Z[ recovery-image] Sep 04 23:30:27.284 INFO O| Sep 04 23:30:27.284 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-09-04T23:30:28.463Z[ recovery-image] Sep 04 23:30:27.294 INFO O| Sep 04 23:30:27.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73612026-09-04T23:30:28.463Z[ recovery-image] Sep 04 23:30:27.294 INFO O| Sep 04 23:30:27.294 INFO STEP 559 (remove_files) COMPLETE
73622026-09-04T23:30:28.467Z[ recovery-image] Sep 04 23:30:27.294 INFO O| Sep 04 23:30:27.294 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-09-04T23:30:28.470Z[verify-libraries] Compiling pretty_assertions v1.4.1
73642026-09-04T23:30:28.473Z[ recovery-image] Sep 04 23:30:27.303 INFO O| Sep 04 23:30:27.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73652026-09-04T23:30:28.473Z[ recovery-image] Sep 04 23:30:27.303 INFO O| Sep 04 23:30:27.303 INFO STEP 560 (remove_files) COMPLETE
73662026-09-04T23:30:28.473Z[ recovery-image] Sep 04 23:30:27.303 INFO O| Sep 04 23:30:27.303 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-09-04T23:30:28.483Z[ recovery-image] Sep 04 23:30:27.313 INFO O| Sep 04 23:30:27.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73682026-09-04T23:30:28.483Z[ recovery-image] Sep 04 23:30:27.313 INFO O| Sep 04 23:30:27.313 INFO STEP 561 (remove_files) COMPLETE
73692026-09-04T23:30:28.486Z[ recovery-image] Sep 04 23:30:27.313 INFO O| Sep 04 23:30:27.313 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-09-04T23:30:28.493Z[ recovery-image] Sep 04 23:30:27.323 INFO O| Sep 04 23:30:27.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73712026-09-04T23:30:28.493Z[ recovery-image] Sep 04 23:30:27.323 INFO O| Sep 04 23:30:27.323 INFO STEP 562 (remove_files) COMPLETE
73722026-09-04T23:30:28.493Z[ recovery-image] Sep 04 23:30:27.323 INFO O| Sep 04 23:30:27.323 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-09-04T23:30:28.502Z[ recovery-image] Sep 04 23:30:27.333 INFO O| Sep 04 23:30:27.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73742026-09-04T23:30:28.502Z[ recovery-image] Sep 04 23:30:27.333 INFO O| Sep 04 23:30:27.333 INFO STEP 563 (remove_files) COMPLETE
73752026-09-04T23:30:28.505Z[ recovery-image] Sep 04 23:30:27.333 INFO O| Sep 04 23:30:27.333 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-09-04T23:30:28.512Z[ recovery-image] Sep 04 23:30:27.343 INFO O| Sep 04 23:30:27.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73772026-09-04T23:30:28.512Z[ recovery-image] Sep 04 23:30:27.343 INFO O| Sep 04 23:30:27.342 INFO STEP 564 (remove_files) COMPLETE
73782026-09-04T23:30:28.513Z[ recovery-image] Sep 04 23:30:27.343 INFO O| Sep 04 23:30:27.342 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-09-04T23:30:28.523Z[ recovery-image] Sep 04 23:30:27.353 INFO O| Sep 04 23:30:27.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73802026-09-04T23:30:28.526Z[ recovery-image] Sep 04 23:30:27.354 INFO O| Sep 04 23:30:27.354 INFO STEP 565 (remove_files) COMPLETE
73812026-09-04T23:30:28.526Z[ recovery-image] Sep 04 23:30:27.354 INFO O| Sep 04 23:30:27.354 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-09-04T23:30:28.534Z[ recovery-image] Sep 04 23:30:27.365 INFO O| Sep 04 23:30:27.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
73832026-09-04T23:30:28.534Z[ recovery-image] Sep 04 23:30:27.365 INFO O| Sep 04 23:30:27.365 INFO STEP 566 (remove_files) COMPLETE
73842026-09-04T23:30:28.534Z[ recovery-image] Sep 04 23:30:27.365 INFO O| Sep 04 23:30:27.365 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-09-04T23:30:28.544Z[ recovery-image] Sep 04 23:30:27.374 INFO O| Sep 04 23:30:27.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
73862026-09-04T23:30:28.544Z[ recovery-image] Sep 04 23:30:27.374 INFO O| Sep 04 23:30:27.374 INFO STEP 567 (remove_files) COMPLETE
73872026-09-04T23:30:28.544Z[ recovery-image] Sep 04 23:30:27.374 INFO O| Sep 04 23:30:27.374 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-09-04T23:30:28.552Z[ recovery-image] Sep 04 23:30:27.383 INFO O| Sep 04 23:30:27.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
73892026-09-04T23:30:28.552Z[ recovery-image] Sep 04 23:30:27.383 INFO O| Sep 04 23:30:27.383 INFO STEP 568 (remove_files) COMPLETE
73902026-09-04T23:30:28.555Z[ recovery-image] Sep 04 23:30:27.383 INFO O| Sep 04 23:30:27.383 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-09-04T23:30:28.560Z[ recovery-image] Sep 04 23:30:27.391 INFO O| Sep 04 23:30:27.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
73922026-09-04T23:30:28.563Z[ recovery-image] Sep 04 23:30:27.391 INFO O| Sep 04 23:30:27.391 INFO STEP 569 (remove_files) COMPLETE
73932026-09-04T23:30:28.563Z[ recovery-image] Sep 04 23:30:27.391 INFO O| Sep 04 23:30:27.391 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-09-04T23:30:28.569Z[ recovery-image] Sep 04 23:30:27.399 INFO O| Sep 04 23:30:27.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
73952026-09-04T23:30:28.572Z[ recovery-image] Sep 04 23:30:27.400 INFO O| Sep 04 23:30:27.400 INFO STEP 570 (remove_files) COMPLETE
73962026-09-04T23:30:28.572Z[ recovery-image] Sep 04 23:30:27.400 INFO O| Sep 04 23:30:27.400 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-09-04T23:30:28.575Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
73982026-09-04T23:30:28.579Z[ recovery-image] Sep 04 23:30:27.409 INFO O| Sep 04 23:30:27.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
73992026-09-04T23:30:28.579Z[ recovery-image] Sep 04 23:30:27.410 INFO O| Sep 04 23:30:27.410 INFO STEP 571 (remove_files) COMPLETE
74002026-09-04T23:30:28.579Z[ recovery-image] Sep 04 23:30:27.410 INFO O| Sep 04 23:30:27.410 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-04T23:30:28.588Z[ recovery-image] Sep 04 23:30:27.418 INFO O| Sep 04 23:30:27.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74022026-09-04T23:30:28.588Z[ recovery-image] Sep 04 23:30:27.418 INFO O| Sep 04 23:30:27.418 INFO STEP 572 (remove_files) COMPLETE
74032026-09-04T23:30:28.588Z[ recovery-image] Sep 04 23:30:27.418 INFO O| Sep 04 23:30:27.418 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-04T23:30:28.595Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
74052026-09-04T23:30:28.598Z[ recovery-image] Sep 04 23:30:27.429 INFO O| Sep 04 23:30:27.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74062026-09-04T23:30:28.599Z[ recovery-image] Sep 04 23:30:27.429 INFO O| Sep 04 23:30:27.429 INFO STEP 573 (remove_files) COMPLETE
74072026-09-04T23:30:28.599Z[ recovery-image] Sep 04 23:30:27.429 INFO O| Sep 04 23:30:27.429 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-09-04T23:30:28.609Z[ recovery-image] Sep 04 23:30:27.439 INFO O| Sep 04 23:30:27.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74092026-09-04T23:30:28.609Z[ recovery-image] Sep 04 23:30:27.440 INFO O| Sep 04 23:30:27.440 INFO STEP 574 (remove_files) COMPLETE
74102026-09-04T23:30:28.612Z[ recovery-image] Sep 04 23:30:27.440 INFO O| Sep 04 23:30:27.440 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-09-04T23:30:28.618Z[ recovery-image] Sep 04 23:30:27.448 INFO O| Sep 04 23:30:27.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74122026-09-04T23:30:28.618Z[ recovery-image] Sep 04 23:30:27.448 INFO O| Sep 04 23:30:27.448 INFO STEP 575 (remove_files) COMPLETE
74132026-09-04T23:30:28.621Z[ recovery-image] Sep 04 23:30:27.448 INFO O| Sep 04 23:30:27.448 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-09-04T23:30:28.627Z[ recovery-image] Sep 04 23:30:27.457 INFO O| Sep 04 23:30:27.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74152026-09-04T23:30:28.627Z[ recovery-image] Sep 04 23:30:27.457 INFO O| Sep 04 23:30:27.457 INFO STEP 576 (remove_files) COMPLETE
74162026-09-04T23:30:28.630Z[ recovery-image] Sep 04 23:30:27.457 INFO O| Sep 04 23:30:27.457 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-09-04T23:30:28.637Z[ recovery-image] Sep 04 23:30:27.467 INFO O| Sep 04 23:30:27.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74182026-09-04T23:30:28.637Z[ recovery-image] Sep 04 23:30:27.467 INFO O| Sep 04 23:30:27.467 INFO STEP 577 (remove_files) COMPLETE
74192026-09-04T23:30:28.637Z[ recovery-image] Sep 04 23:30:27.467 INFO O| Sep 04 23:30:27.467 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-04T23:30:28.646Z[ recovery-image] Sep 04 23:30:27.476 INFO O| Sep 04 23:30:27.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74212026-09-04T23:30:28.646Z[ recovery-image] Sep 04 23:30:27.476 INFO O| Sep 04 23:30:27.476 INFO STEP 578 (remove_files) COMPLETE
74222026-09-04T23:30:28.649Z[ recovery-image] Sep 04 23:30:27.476 INFO O| Sep 04 23:30:27.476 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-04T23:30:28.655Z[ recovery-image] Sep 04 23:30:27.485 INFO O| Sep 04 23:30:27.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74242026-09-04T23:30:28.655Z[ recovery-image] Sep 04 23:30:27.485 INFO O| Sep 04 23:30:27.485 INFO STEP 579 (remove_files) COMPLETE
74252026-09-04T23:30:28.655Z[ recovery-image] Sep 04 23:30:27.485 INFO O| Sep 04 23:30:27.485 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-04T23:30:28.664Z[ recovery-image] Sep 04 23:30:27.495 INFO O| Sep 04 23:30:27.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74272026-09-04T23:30:28.664Z[ recovery-image] Sep 04 23:30:27.495 INFO O| Sep 04 23:30:27.495 INFO STEP 580 (remove_files) COMPLETE
74282026-09-04T23:30:28.664Z[ recovery-image] Sep 04 23:30:27.495 INFO O| Sep 04 23:30:27.495 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-04T23:30:28.674Z[ recovery-image] Sep 04 23:30:27.504 INFO O| Sep 04 23:30:27.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74302026-09-04T23:30:28.674Z[ recovery-image] Sep 04 23:30:27.504 INFO O| Sep 04 23:30:27.504 INFO STEP 581 (remove_files) COMPLETE
74312026-09-04T23:30:28.674Z[ recovery-image] Sep 04 23:30:27.504 INFO O| Sep 04 23:30:27.504 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-04T23:30:28.685Z[ recovery-image] Sep 04 23:30:27.516 INFO O| Sep 04 23:30:27.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74332026-09-04T23:30:28.689Z[ recovery-image] Sep 04 23:30:27.517 INFO O| Sep 04 23:30:27.517 INFO STEP 582 (remove_files) COMPLETE
74342026-09-04T23:30:28.689Z[ recovery-image] Sep 04 23:30:27.517 INFO O| Sep 04 23:30:27.517 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-04T23:30:28.697Z[ recovery-image] Sep 04 23:30:27.527 INFO O| Sep 04 23:30:27.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74362026-09-04T23:30:28.697Z[ recovery-image] Sep 04 23:30:27.527 INFO O| Sep 04 23:30:27.527 INFO STEP 583 (remove_files) COMPLETE
74372026-09-04T23:30:28.697Z[ recovery-image] Sep 04 23:30:27.527 INFO O| Sep 04 23:30:27.527 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-04T23:30:28.707Z[ recovery-image] Sep 04 23:30:27.538 INFO O| Sep 04 23:30:27.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74392026-09-04T23:30:28.707Z[ recovery-image] Sep 04 23:30:27.538 INFO O| Sep 04 23:30:27.538 INFO STEP 584 (remove_files) COMPLETE
74402026-09-04T23:30:28.707Z[ recovery-image] Sep 04 23:30:27.538 INFO O| Sep 04 23:30:27.538 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-04T23:30:28.718Z[ recovery-image] Sep 04 23:30:27.549 INFO O| Sep 04 23:30:27.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74422026-09-04T23:30:28.718Z[ recovery-image] Sep 04 23:30:27.549 INFO O| Sep 04 23:30:27.549 INFO STEP 585 (remove_files) COMPLETE
74432026-09-04T23:30:28.718Z[ recovery-image] Sep 04 23:30:27.549 INFO O| Sep 04 23:30:27.549 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-04T23:30:28.730Z[ recovery-image] Sep 04 23:30:27.560 INFO O| Sep 04 23:30:27.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74452026-09-04T23:30:28.730Z[ recovery-image] Sep 04 23:30:27.560 INFO O| Sep 04 23:30:27.560 INFO STEP 586 (remove_files) COMPLETE
74462026-09-04T23:30:28.730Z[ recovery-image] Sep 04 23:30:27.560 INFO O| Sep 04 23:30:27.560 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-04T23:30:28.741Z[ recovery-image] Sep 04 23:30:27.572 INFO O| Sep 04 23:30:27.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74482026-09-04T23:30:28.741Z[ recovery-image] Sep 04 23:30:27.572 INFO O| Sep 04 23:30:27.572 INFO STEP 587 (remove_files) COMPLETE
74492026-09-04T23:30:28.741Z[ recovery-image] Sep 04 23:30:27.572 INFO O| Sep 04 23:30:27.572 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-04T23:30:28.752Z[ recovery-image] Sep 04 23:30:27.582 INFO O| Sep 04 23:30:27.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74512026-09-04T23:30:28.752Z[ recovery-image] Sep 04 23:30:27.583 INFO O| Sep 04 23:30:27.582 INFO STEP 588 (remove_files) COMPLETE
74522026-09-04T23:30:28.752Z[ recovery-image] Sep 04 23:30:27.583 INFO O| Sep 04 23:30:27.583 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-04T23:30:28.763Z[ recovery-image] Sep 04 23:30:27.593 INFO O| Sep 04 23:30:27.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74542026-09-04T23:30:28.763Z[ recovery-image] Sep 04 23:30:27.593 INFO O| Sep 04 23:30:27.593 INFO STEP 589 (remove_files) COMPLETE
74552026-09-04T23:30:28.763Z[ recovery-image] Sep 04 23:30:27.593 INFO O| Sep 04 23:30:27.593 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-04T23:30:28.773Z[ recovery-image] Sep 04 23:30:27.604 INFO O| Sep 04 23:30:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74572026-09-04T23:30:28.777Z[ recovery-image] Sep 04 23:30:27.605 INFO O| Sep 04 23:30:27.604 INFO STEP 590 (remove_files) COMPLETE
74582026-09-04T23:30:28.777Z[ recovery-image] Sep 04 23:30:27.605 INFO O| Sep 04 23:30:27.604 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-04T23:30:28.787Z[ recovery-image] Sep 04 23:30:27.615 INFO O| Sep 04 23:30:27.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74602026-09-04T23:30:28.788Z[ recovery-image] Sep 04 23:30:27.615 INFO O| Sep 04 23:30:27.615 INFO STEP 591 (remove_files) COMPLETE
74612026-09-04T23:30:28.788Z[ recovery-image] Sep 04 23:30:27.615 INFO O| Sep 04 23:30:27.615 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-04T23:30:28.794Z[ recovery-image] Sep 04 23:30:27.624 INFO O| Sep 04 23:30:27.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74632026-09-04T23:30:28.794Z[ recovery-image] Sep 04 23:30:27.624 INFO O| Sep 04 23:30:27.624 INFO STEP 592 (remove_files) COMPLETE
74642026-09-04T23:30:28.797Z[ recovery-image] Sep 04 23:30:27.624 INFO O| Sep 04 23:30:27.624 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-04T23:30:28.803Z[ recovery-image] Sep 04 23:30:27.634 INFO O| Sep 04 23:30:27.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74662026-09-04T23:30:28.803Z[ recovery-image] Sep 04 23:30:27.634 INFO O| Sep 04 23:30:27.634 INFO STEP 593 (remove_files) COMPLETE
74672026-09-04T23:30:28.806Z[ recovery-image] Sep 04 23:30:27.634 INFO O| Sep 04 23:30:27.634 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-04T23:30:28.816Z[ recovery-image] Sep 04 23:30:27.646 INFO O| Sep 04 23:30:27.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74692026-09-04T23:30:28.817Z[ recovery-image] Sep 04 23:30:27.646 INFO O| Sep 04 23:30:27.645 INFO STEP 594 (remove_files) COMPLETE
74702026-09-04T23:30:28.817Z[ recovery-image] Sep 04 23:30:27.646 INFO O| Sep 04 23:30:27.645 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-04T23:30:28.826Z[ recovery-image] Sep 04 23:30:27.657 INFO O| Sep 04 23:30:27.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74722026-09-04T23:30:28.826Z[ recovery-image] Sep 04 23:30:27.657 INFO O| Sep 04 23:30:27.656 INFO STEP 595 (remove_files) COMPLETE
74732026-09-04T23:30:28.826Z[ recovery-image] Sep 04 23:30:27.657 INFO O| Sep 04 23:30:27.656 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-04T23:30:28.837Z[ recovery-image] Sep 04 23:30:27.667 INFO O| Sep 04 23:30:27.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74752026-09-04T23:30:28.837Z[ recovery-image] Sep 04 23:30:27.667 INFO O| Sep 04 23:30:27.667 INFO STEP 596 (remove_files) COMPLETE
74762026-09-04T23:30:28.838Z[ recovery-image] Sep 04 23:30:27.667 INFO O| Sep 04 23:30:27.667 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-09-04T23:30:28.846Z[ recovery-image] Sep 04 23:30:27.677 INFO O| Sep 04 23:30:27.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74782026-09-04T23:30:28.846Z[ recovery-image] Sep 04 23:30:27.677 INFO O| Sep 04 23:30:27.677 INFO STEP 597 (remove_files) COMPLETE
74792026-09-04T23:30:28.850Z[ recovery-image] Sep 04 23:30:27.677 INFO O| Sep 04 23:30:27.677 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-09-04T23:30:28.857Z[ recovery-image] Sep 04 23:30:27.687 INFO O| Sep 04 23:30:27.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74812026-09-04T23:30:28.857Z[ recovery-image] Sep 04 23:30:27.687 INFO O| Sep 04 23:30:27.687 INFO STEP 598 (remove_files) COMPLETE
74822026-09-04T23:30:28.860Z[ recovery-image] Sep 04 23:30:27.687 INFO O| Sep 04 23:30:27.687 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-09-04T23:30:28.867Z[ recovery-image] Sep 04 23:30:27.697 INFO O| Sep 04 23:30:27.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
74842026-09-04T23:30:28.867Z[ recovery-image] Sep 04 23:30:27.697 INFO O| Sep 04 23:30:27.697 INFO STEP 599 (remove_files) COMPLETE
74852026-09-04T23:30:28.867Z[ recovery-image] Sep 04 23:30:27.697 INFO O| Sep 04 23:30:27.697 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-09-04T23:30:28.879Z[ recovery-image] Sep 04 23:30:27.709 INFO O| Sep 04 23:30:27.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
74872026-09-04T23:30:28.879Z[ recovery-image] Sep 04 23:30:27.709 INFO O| Sep 04 23:30:27.709 INFO STEP 600 (remove_files) COMPLETE
74882026-09-04T23:30:28.879Z[ recovery-image] Sep 04 23:30:27.709 INFO O| Sep 04 23:30:27.709 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-09-04T23:30:28.889Z[ recovery-image] Sep 04 23:30:27.719 INFO O| Sep 04 23:30:27.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
74902026-09-04T23:30:28.889Z[ recovery-image] Sep 04 23:30:27.719 INFO O| Sep 04 23:30:27.719 INFO STEP 601 (remove_files) COMPLETE
74912026-09-04T23:30:28.889Z[ recovery-image] Sep 04 23:30:27.719 INFO O| Sep 04 23:30:27.719 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-09-04T23:30:28.900Z[ recovery-image] Sep 04 23:30:27.731 INFO O| Sep 04 23:30:27.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
74932026-09-04T23:30:28.900Z[ recovery-image] Sep 04 23:30:27.731 INFO O| Sep 04 23:30:27.731 INFO STEP 602 (remove_files) COMPLETE
74942026-09-04T23:30:28.901Z[ recovery-image] Sep 04 23:30:27.731 INFO O| Sep 04 23:30:27.731 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-09-04T23:30:28.911Z[ recovery-image] Sep 04 23:30:27.741 INFO O| Sep 04 23:30:27.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
74962026-09-04T23:30:28.911Z[ recovery-image] Sep 04 23:30:27.741 INFO O| Sep 04 23:30:27.741 INFO STEP 603 (remove_files) COMPLETE
74972026-09-04T23:30:28.911Z[ recovery-image] Sep 04 23:30:27.741 INFO O| Sep 04 23:30:27.741 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-09-04T23:30:28.921Z[ recovery-image] Sep 04 23:30:27.751 INFO O| Sep 04 23:30:27.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
74992026-09-04T23:30:28.921Z[ recovery-image] Sep 04 23:30:27.751 INFO O| Sep 04 23:30:27.751 INFO STEP 604 (remove_files) COMPLETE
75002026-09-04T23:30:28.921Z[ recovery-image] Sep 04 23:30:27.751 INFO O| Sep 04 23:30:27.751 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-09-04T23:30:28.931Z[ recovery-image] Sep 04 23:30:27.761 INFO O| Sep 04 23:30:27.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75022026-09-04T23:30:28.931Z[ recovery-image] Sep 04 23:30:27.761 INFO O| Sep 04 23:30:27.761 INFO STEP 605 (remove_files) COMPLETE
75032026-09-04T23:30:28.931Z[ recovery-image] Sep 04 23:30:27.761 INFO O| Sep 04 23:30:27.761 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-09-04T23:30:28.941Z[ recovery-image] Sep 04 23:30:27.772 INFO O| Sep 04 23:30:27.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75052026-09-04T23:30:28.941Z[ recovery-image] Sep 04 23:30:27.772 INFO O| Sep 04 23:30:27.772 INFO STEP 606 (remove_files) COMPLETE
75062026-09-04T23:30:28.941Z[ recovery-image] Sep 04 23:30:27.772 INFO O| Sep 04 23:30:27.772 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-09-04T23:30:28.953Z[ recovery-image] Sep 04 23:30:27.782 INFO O| Sep 04 23:30:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75082026-09-04T23:30:28.953Z[ recovery-image] Sep 04 23:30:27.782 INFO O| Sep 04 23:30:27.782 INFO STEP 607 (remove_files) COMPLETE
75092026-09-04T23:30:28.953Z[ recovery-image] Sep 04 23:30:27.782 INFO O| Sep 04 23:30:27.782 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-09-04T23:30:28.961Z[ recovery-image] Sep 04 23:30:27.791 INFO O| Sep 04 23:30:27.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75112026-09-04T23:30:28.961Z[ recovery-image] Sep 04 23:30:27.791 INFO O| Sep 04 23:30:27.791 INFO STEP 608 (remove_files) COMPLETE
75122026-09-04T23:30:28.961Z[ recovery-image] Sep 04 23:30:27.791 INFO O| Sep 04 23:30:27.791 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-09-04T23:30:28.970Z[ recovery-image] Sep 04 23:30:27.800 INFO O| Sep 04 23:30:27.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75142026-09-04T23:30:28.970Z[ recovery-image] Sep 04 23:30:27.800 INFO O| Sep 04 23:30:27.800 INFO STEP 609 (remove_files) COMPLETE
75152026-09-04T23:30:28.970Z[ recovery-image] Sep 04 23:30:27.800 INFO O| Sep 04 23:30:27.800 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-09-04T23:30:28.979Z[ recovery-image] Sep 04 23:30:27.810 INFO O| Sep 04 23:30:27.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75172026-09-04T23:30:28.979Z[ recovery-image] Sep 04 23:30:27.810 INFO O| Sep 04 23:30:27.810 INFO STEP 610 (remove_files) COMPLETE
75182026-09-04T23:30:28.979Z[ recovery-image] Sep 04 23:30:27.810 INFO O| Sep 04 23:30:27.810 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-09-04T23:30:28.988Z[ recovery-image] Sep 04 23:30:27.819 INFO O| Sep 04 23:30:27.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75202026-09-04T23:30:28.988Z[ recovery-image] Sep 04 23:30:27.819 INFO O| Sep 04 23:30:27.819 INFO STEP 611 (remove_files) COMPLETE
75212026-09-04T23:30:28.991Z[ recovery-image] Sep 04 23:30:27.819 INFO O| Sep 04 23:30:27.819 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-09-04T23:30:28.997Z[ recovery-image] Sep 04 23:30:27.828 INFO O| Sep 04 23:30:27.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75232026-09-04T23:30:28.997Z[ recovery-image] Sep 04 23:30:27.828 INFO O| Sep 04 23:30:27.828 INFO STEP 612 (remove_files) COMPLETE
75242026-09-04T23:30:28.997Z[ recovery-image] Sep 04 23:30:27.828 INFO O| Sep 04 23:30:27.828 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-09-04T23:30:29.005Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
75262026-09-04T23:30:29.008Z[ recovery-image] Sep 04 23:30:27.836 INFO O| Sep 04 23:30:27.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75272026-09-04T23:30:29.008Z[ recovery-image] Sep 04 23:30:27.837 INFO O| Sep 04 23:30:27.837 INFO STEP 613 (remove_files) COMPLETE
75282026-09-04T23:30:29.008Z[ recovery-image] Sep 04 23:30:27.837 INFO O| Sep 04 23:30:27.837 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-09-04T23:30:29.017Z[ recovery-image] Sep 04 23:30:27.847 INFO O| Sep 04 23:30:27.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75302026-09-04T23:30:29.017Z[ recovery-image] Sep 04 23:30:27.847 INFO O| Sep 04 23:30:27.847 INFO STEP 614 (remove_files) COMPLETE
75312026-09-04T23:30:29.020Z[ recovery-image] Sep 04 23:30:27.847 INFO O| Sep 04 23:30:27.847 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-09-04T23:30:29.027Z[ recovery-image] Sep 04 23:30:27.857 INFO O| Sep 04 23:30:27.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75332026-09-04T23:30:29.027Z[ recovery-image] Sep 04 23:30:27.857 INFO O| Sep 04 23:30:27.857 INFO STEP 615 (remove_files) COMPLETE
75342026-09-04T23:30:29.027Z[ recovery-image] Sep 04 23:30:27.857 INFO O| Sep 04 23:30:27.857 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-09-04T23:30:29.036Z[ recovery-image] Sep 04 23:30:27.866 INFO O| Sep 04 23:30:27.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75362026-09-04T23:30:29.036Z[ recovery-image] Sep 04 23:30:27.866 INFO O| Sep 04 23:30:27.866 INFO STEP 616 (remove_files) COMPLETE
75372026-09-04T23:30:29.036Z[ recovery-image] Sep 04 23:30:27.866 INFO O| Sep 04 23:30:27.866 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-09-04T23:30:29.045Z[ recovery-image] Sep 04 23:30:27.876 INFO O| Sep 04 23:30:27.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75392026-09-04T23:30:29.045Z[ recovery-image] Sep 04 23:30:27.876 INFO O| Sep 04 23:30:27.876 INFO STEP 617 (remove_files) COMPLETE
75402026-09-04T23:30:29.046Z[ recovery-image] Sep 04 23:30:27.876 INFO O| Sep 04 23:30:27.876 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-09-04T23:30:29.054Z[ recovery-image] Sep 04 23:30:27.885 INFO O| Sep 04 23:30:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75422026-09-04T23:30:29.054Z[ recovery-image] Sep 04 23:30:27.885 INFO O| Sep 04 23:30:27.885 INFO STEP 618 (remove_files) COMPLETE
75432026-09-04T23:30:29.054Z[ recovery-image] Sep 04 23:30:27.885 INFO O| Sep 04 23:30:27.885 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-09-04T23:30:29.064Z[ recovery-image] Sep 04 23:30:27.894 INFO O| Sep 04 23:30:27.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75452026-09-04T23:30:29.064Z[ recovery-image] Sep 04 23:30:27.894 INFO O| Sep 04 23:30:27.894 INFO STEP 619 (remove_files) COMPLETE
75462026-09-04T23:30:29.067Z[ recovery-image] Sep 04 23:30:27.894 INFO O| Sep 04 23:30:27.894 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-09-04T23:30:29.074Z[ recovery-image] Sep 04 23:30:27.904 INFO O| Sep 04 23:30:27.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75482026-09-04T23:30:29.074Z[ recovery-image] Sep 04 23:30:27.904 INFO O| Sep 04 23:30:27.904 INFO STEP 620 (remove_files) COMPLETE
75492026-09-04T23:30:29.074Z[ recovery-image] Sep 04 23:30:27.904 INFO O| Sep 04 23:30:27.904 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-09-04T23:30:29.083Z[ recovery-image] Sep 04 23:30:27.914 INFO O| Sep 04 23:30:27.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75512026-09-04T23:30:29.083Z[ recovery-image] Sep 04 23:30:27.914 INFO O| Sep 04 23:30:27.914 INFO STEP 621 (remove_files) COMPLETE
75522026-09-04T23:30:29.083Z[ recovery-image] Sep 04 23:30:27.914 INFO O| Sep 04 23:30:27.914 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-09-04T23:30:29.092Z[ recovery-image] Sep 04 23:30:27.923 INFO O| Sep 04 23:30:27.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75542026-09-04T23:30:29.095Z[ recovery-image] Sep 04 23:30:27.923 INFO O| Sep 04 23:30:27.923 INFO STEP 622 (remove_files) COMPLETE
75552026-09-04T23:30:29.095Z[ recovery-image] Sep 04 23:30:27.923 INFO O| Sep 04 23:30:27.923 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-09-04T23:30:29.103Z[ recovery-image] Sep 04 23:30:27.933 INFO O| Sep 04 23:30:27.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75572026-09-04T23:30:29.103Z[ recovery-image] Sep 04 23:30:27.933 INFO O| Sep 04 23:30:27.933 INFO STEP 623 (remove_files) COMPLETE
75582026-09-04T23:30:29.103Z[ recovery-image] Sep 04 23:30:27.933 INFO O| Sep 04 23:30:27.933 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-09-04T23:30:29.114Z[ recovery-image] Sep 04 23:30:27.942 INFO O| Sep 04 23:30:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75602026-09-04T23:30:29.114Z[ recovery-image] Sep 04 23:30:27.942 INFO O| Sep 04 23:30:27.942 INFO STEP 624 (remove_files) COMPLETE
75612026-09-04T23:30:29.114Z[ recovery-image] Sep 04 23:30:27.942 INFO O| Sep 04 23:30:27.942 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-04T23:30:29.120Z[ recovery-image] Sep 04 23:30:27.951 INFO O| Sep 04 23:30:27.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75632026-09-04T23:30:29.120Z[ recovery-image] Sep 04 23:30:27.951 INFO O| Sep 04 23:30:27.951 INFO STEP 625 (remove_files) COMPLETE
75642026-09-04T23:30:29.121Z[ recovery-image] Sep 04 23:30:27.951 INFO O| Sep 04 23:30:27.951 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-09-04T23:30:29.129Z[ recovery-image] Sep 04 23:30:27.959 INFO O| Sep 04 23:30:27.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75662026-09-04T23:30:29.129Z[ recovery-image] Sep 04 23:30:27.959 INFO O| Sep 04 23:30:27.959 INFO STEP 626 (remove_files) COMPLETE
75672026-09-04T23:30:29.129Z[ recovery-image] Sep 04 23:30:27.959 INFO O| Sep 04 23:30:27.959 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-09-04T23:30:29.138Z[ recovery-image] Sep 04 23:30:27.968 INFO O| Sep 04 23:30:27.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75692026-09-04T23:30:29.138Z[ recovery-image] Sep 04 23:30:27.968 INFO O| Sep 04 23:30:27.968 INFO STEP 627 (remove_files) COMPLETE
75702026-09-04T23:30:29.138Z[ recovery-image] Sep 04 23:30:27.968 INFO O| Sep 04 23:30:27.968 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-09-04T23:30:29.148Z[ recovery-image] Sep 04 23:30:27.978 INFO O| Sep 04 23:30:27.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75722026-09-04T23:30:29.148Z[ recovery-image] Sep 04 23:30:27.978 INFO O| Sep 04 23:30:27.978 INFO STEP 628 (remove_files) COMPLETE
75732026-09-04T23:30:29.151Z[ recovery-image] Sep 04 23:30:27.978 INFO O| Sep 04 23:30:27.978 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-04T23:30:29.164Z[ recovery-image] Sep 04 23:30:27.990 INFO O| Sep 04 23:30:27.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75752026-09-04T23:30:29.164Z[ recovery-image] Sep 04 23:30:27.990 INFO O| Sep 04 23:30:27.990 INFO STEP 629 (remove_files) COMPLETE
75762026-09-04T23:30:29.164Z[ recovery-image] Sep 04 23:30:27.990 INFO O| Sep 04 23:30:27.990 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-04T23:30:29.173Z[ recovery-image] Sep 04 23:30:28.000 INFO O| Sep 04 23:30:28.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75782026-09-04T23:30:29.173Z[ recovery-image] Sep 04 23:30:28.000 INFO O| Sep 04 23:30:28.000 INFO STEP 630 (remove_files) COMPLETE
75792026-09-04T23:30:29.173Z[ recovery-image] Sep 04 23:30:28.000 INFO O| Sep 04 23:30:28.000 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-04T23:30:29.180Z[ recovery-image] Sep 04 23:30:28.011 INFO O| Sep 04 23:30:28.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75812026-09-04T23:30:29.180Z[ recovery-image] Sep 04 23:30:28.011 INFO O| Sep 04 23:30:28.011 INFO STEP 631 (remove_files) COMPLETE
75822026-09-04T23:30:29.180Z[ recovery-image] Sep 04 23:30:28.011 INFO O| Sep 04 23:30:28.011 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-09-04T23:30:29.188Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
75842026-09-04T23:30:29.191Z[ recovery-image] Sep 04 23:30:28.020 INFO O| Sep 04 23:30:28.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
75852026-09-04T23:30:29.191Z[ recovery-image] Sep 04 23:30:28.020 INFO O| Sep 04 23:30:28.020 INFO STEP 632 (remove_files) COMPLETE
75862026-09-04T23:30:29.191Z[ recovery-image] Sep 04 23:30:28.020 INFO O| Sep 04 23:30:28.020 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-04T23:30:29.199Z[ recovery-image] Sep 04 23:30:28.029 INFO O| Sep 04 23:30:28.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
75882026-09-04T23:30:29.199Z[ recovery-image] Sep 04 23:30:28.029 INFO O| Sep 04 23:30:28.029 INFO STEP 633 (remove_files) COMPLETE
75892026-09-04T23:30:29.202Z[ recovery-image] Sep 04 23:30:28.029 INFO O| Sep 04 23:30:28.029 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-04T23:30:29.209Z[ recovery-image] Sep 04 23:30:28.039 INFO O| Sep 04 23:30:28.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
75912026-09-04T23:30:29.209Z[ recovery-image] Sep 04 23:30:28.039 INFO O| Sep 04 23:30:28.039 INFO STEP 634 (remove_files) COMPLETE
75922026-09-04T23:30:29.209Z[ recovery-image] Sep 04 23:30:28.039 INFO O| Sep 04 23:30:28.039 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-04T23:30:29.220Z[ recovery-image] Sep 04 23:30:28.051 INFO O| Sep 04 23:30:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
75942026-09-04T23:30:29.220Z[ recovery-image] Sep 04 23:30:28.051 INFO O| Sep 04 23:30:28.051 INFO STEP 635 (remove_files) COMPLETE
75952026-09-04T23:30:29.224Z[ recovery-image] Sep 04 23:30:28.051 INFO O| Sep 04 23:30:28.051 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-04T23:30:29.230Z[ recovery-image] Sep 04 23:30:28.060 INFO O| Sep 04 23:30:28.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
75972026-09-04T23:30:29.230Z[ recovery-image] Sep 04 23:30:28.060 INFO O| Sep 04 23:30:28.060 INFO STEP 636 (remove_files) COMPLETE
75982026-09-04T23:30:29.230Z[ recovery-image] Sep 04 23:30:28.060 INFO O| Sep 04 23:30:28.060 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-04T23:30:29.240Z[ recovery-image] Sep 04 23:30:28.070 INFO O| Sep 04 23:30:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76002026-09-04T23:30:29.240Z[ recovery-image] Sep 04 23:30:28.070 INFO O| Sep 04 23:30:28.070 INFO STEP 637 (remove_files) COMPLETE
76012026-09-04T23:30:29.240Z[ recovery-image] Sep 04 23:30:28.070 INFO O| Sep 04 23:30:28.070 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-04T23:30:29.250Z[ recovery-image] Sep 04 23:30:28.080 INFO O| Sep 04 23:30:28.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76032026-09-04T23:30:29.250Z[ recovery-image] Sep 04 23:30:28.080 INFO O| Sep 04 23:30:28.080 INFO STEP 638 (remove_files) COMPLETE
76042026-09-04T23:30:29.250Z[ recovery-image] Sep 04 23:30:28.080 INFO O| Sep 04 23:30:28.080 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-04T23:30:29.259Z[ recovery-image] Sep 04 23:30:28.090 INFO O| Sep 04 23:30:28.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76062026-09-04T23:30:29.259Z[ recovery-image] Sep 04 23:30:28.090 INFO O| Sep 04 23:30:28.090 INFO STEP 639 (remove_files) COMPLETE
76072026-09-04T23:30:29.260Z[ recovery-image] Sep 04 23:30:28.090 INFO O| Sep 04 23:30:28.090 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-04T23:30:29.269Z[ recovery-image] Sep 04 23:30:28.099 INFO O| Sep 04 23:30:28.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76092026-09-04T23:30:29.269Z[ recovery-image] Sep 04 23:30:28.099 INFO O| Sep 04 23:30:28.099 INFO STEP 640 (remove_files) COMPLETE
76102026-09-04T23:30:29.269Z[ recovery-image] Sep 04 23:30:28.099 INFO O| Sep 04 23:30:28.099 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-04T23:30:29.278Z[ recovery-image] Sep 04 23:30:28.109 INFO O| Sep 04 23:30:28.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76122026-09-04T23:30:29.278Z[ recovery-image] Sep 04 23:30:28.109 INFO O| Sep 04 23:30:28.109 INFO STEP 641 (remove_files) COMPLETE
76132026-09-04T23:30:29.279Z[ recovery-image] Sep 04 23:30:28.109 INFO O| Sep 04 23:30:28.109 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-04T23:30:29.289Z[ recovery-image] Sep 04 23:30:28.119 INFO O| Sep 04 23:30:28.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76152026-09-04T23:30:29.289Z[ recovery-image] Sep 04 23:30:28.119 INFO O| Sep 04 23:30:28.119 INFO STEP 642 (remove_files) COMPLETE
76162026-09-04T23:30:29.289Z[ recovery-image] Sep 04 23:30:28.119 INFO O| Sep 04 23:30:28.119 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-04T23:30:29.300Z[ recovery-image] Sep 04 23:30:28.130 INFO O| Sep 04 23:30:28.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76182026-09-04T23:30:29.300Z[ recovery-image] Sep 04 23:30:28.130 INFO O| Sep 04 23:30:28.130 INFO STEP 643 (remove_files) COMPLETE
76192026-09-04T23:30:29.300Z[ recovery-image] Sep 04 23:30:28.130 INFO O| Sep 04 23:30:28.130 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-09-04T23:30:29.310Z[ recovery-image] Sep 04 23:30:28.141 INFO O| Sep 04 23:30:28.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76212026-09-04T23:30:29.311Z[ recovery-image] Sep 04 23:30:28.141 INFO O| Sep 04 23:30:28.141 INFO STEP 644 (remove_files) COMPLETE
76222026-09-04T23:30:29.311Z[ recovery-image] Sep 04 23:30:28.141 INFO O| Sep 04 23:30:28.141 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-04T23:30:29.320Z[ recovery-image] Sep 04 23:30:28.151 INFO O| Sep 04 23:30:28.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76242026-09-04T23:30:29.320Z[ recovery-image] Sep 04 23:30:28.151 INFO O| Sep 04 23:30:28.151 INFO STEP 645 (remove_files) COMPLETE
76252026-09-04T23:30:29.324Z[ recovery-image] Sep 04 23:30:28.151 INFO O| Sep 04 23:30:28.151 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-04T23:30:29.331Z[ recovery-image] Sep 04 23:30:28.161 INFO O| Sep 04 23:30:28.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76272026-09-04T23:30:29.331Z[ recovery-image] Sep 04 23:30:28.161 INFO O| Sep 04 23:30:28.161 INFO STEP 646 (remove_files) COMPLETE
76282026-09-04T23:30:29.331Z[ recovery-image] Sep 04 23:30:28.161 INFO O| Sep 04 23:30:28.161 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-04T23:30:29.334Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
76302026-09-04T23:30:29.343Z[ recovery-image] Sep 04 23:30:28.171 INFO O| Sep 04 23:30:28.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76312026-09-04T23:30:29.343Z[ recovery-image] Sep 04 23:30:28.171 INFO O| Sep 04 23:30:28.171 INFO STEP 647 (remove_files) COMPLETE
76322026-09-04T23:30:29.343Z[ recovery-image] Sep 04 23:30:28.171 INFO O| Sep 04 23:30:28.171 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-09-04T23:30:29.351Z[ recovery-image] Sep 04 23:30:28.182 INFO O| Sep 04 23:30:28.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76342026-09-04T23:30:29.351Z[ recovery-image] Sep 04 23:30:28.182 INFO O| Sep 04 23:30:28.182 INFO STEP 648 (remove_files) COMPLETE
76352026-09-04T23:30:29.351Z[ recovery-image] Sep 04 23:30:28.182 INFO O| Sep 04 23:30:28.182 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-09-04T23:30:29.361Z[ recovery-image] Sep 04 23:30:28.191 INFO O| Sep 04 23:30:28.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76372026-09-04T23:30:29.361Z[ recovery-image] Sep 04 23:30:28.191 INFO O| Sep 04 23:30:28.191 INFO STEP 649 (remove_files) COMPLETE
76382026-09-04T23:30:29.361Z[ recovery-image] Sep 04 23:30:28.191 INFO O| Sep 04 23:30:28.191 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-04T23:30:29.370Z[ recovery-image] Sep 04 23:30:28.200 INFO O| Sep 04 23:30:28.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76402026-09-04T23:30:29.370Z[ recovery-image] Sep 04 23:30:28.200 INFO O| Sep 04 23:30:28.200 INFO STEP 650 (remove_files) COMPLETE
76412026-09-04T23:30:29.370Z[ recovery-image] Sep 04 23:30:28.200 INFO O| Sep 04 23:30:28.200 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-04T23:30:29.380Z[ recovery-image] Sep 04 23:30:28.210 INFO O| Sep 04 23:30:28.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76432026-09-04T23:30:29.383Z[ recovery-image] Sep 04 23:30:28.211 INFO O| Sep 04 23:30:28.211 INFO STEP 651 (remove_files) COMPLETE
76442026-09-04T23:30:29.383Z[ recovery-image] Sep 04 23:30:28.211 INFO O| Sep 04 23:30:28.211 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-04T23:30:29.390Z[ recovery-image] Sep 04 23:30:28.220 INFO O| Sep 04 23:30:28.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76462026-09-04T23:30:29.390Z[ recovery-image] Sep 04 23:30:28.220 INFO O| Sep 04 23:30:28.220 INFO STEP 652 (remove_files) COMPLETE
76472026-09-04T23:30:29.393Z[ recovery-image] Sep 04 23:30:28.220 INFO O| Sep 04 23:30:28.220 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-09-04T23:30:29.400Z[ recovery-image] Sep 04 23:30:28.230 INFO O| Sep 04 23:30:28.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76492026-09-04T23:30:29.400Z[ recovery-image] Sep 04 23:30:28.230 INFO O| Sep 04 23:30:28.230 INFO STEP 653 (remove_files) COMPLETE
76502026-09-04T23:30:29.405Z[ recovery-image] Sep 04 23:30:28.230 INFO O| Sep 04 23:30:28.230 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-09-04T23:30:29.417Z[ recovery-image] Sep 04 23:30:28.241 INFO O| Sep 04 23:30:28.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76522026-09-04T23:30:29.417Z[ recovery-image] Sep 04 23:30:28.241 INFO O| Sep 04 23:30:28.241 INFO STEP 654 (remove_files) COMPLETE
76532026-09-04T23:30:29.417Z[ recovery-image] Sep 04 23:30:28.241 INFO O| Sep 04 23:30:28.241 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-09-04T23:30:29.421Z[ recovery-image] Sep 04 23:30:28.251 INFO O| Sep 04 23:30:28.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76552026-09-04T23:30:29.424Z[ recovery-image] Sep 04 23:30:28.251 INFO O| Sep 04 23:30:28.251 INFO STEP 655 (remove_files) COMPLETE
76562026-09-04T23:30:29.424Z[ recovery-image] Sep 04 23:30:28.251 INFO O| Sep 04 23:30:28.251 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-09-04T23:30:29.431Z[ recovery-image] Sep 04 23:30:28.261 INFO O| Sep 04 23:30:28.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76582026-09-04T23:30:29.431Z[ recovery-image] Sep 04 23:30:28.261 INFO O| Sep 04 23:30:28.261 INFO STEP 656 (remove_files) COMPLETE
76592026-09-04T23:30:29.431Z[ recovery-image] Sep 04 23:30:28.261 INFO O| Sep 04 23:30:28.261 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-09-04T23:30:29.443Z[ recovery-image] Sep 04 23:30:28.272 INFO O| Sep 04 23:30:28.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76612026-09-04T23:30:29.443Z[ recovery-image] Sep 04 23:30:28.272 INFO O| Sep 04 23:30:28.272 INFO STEP 657 (remove_files) COMPLETE
76622026-09-04T23:30:29.443Z[ recovery-image] Sep 04 23:30:28.272 INFO O| Sep 04 23:30:28.272 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.281 INFO O| Sep 04 23:30:28.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76642026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.281 INFO O| Sep 04 23:30:28.281 INFO STEP 658 (remove_files) COMPLETE
76652026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.281 INFO O| Sep 04 23:30:28.281 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.292 INFO O| Sep 04 23:30:28.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76672026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.292 INFO O| Sep 04 23:30:28.292 INFO STEP 659 (remove_files) COMPLETE
76682026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.292 INFO O| Sep 04 23:30:28.292 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.302 INFO O| Sep 04 23:30:28.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76702026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.302 INFO O| Sep 04 23:30:28.302 INFO STEP 660 (remove_files) COMPLETE
76712026-09-04T23:30:29.476Z[ recovery-image] Sep 04 23:30:28.302 INFO O| Sep 04 23:30:28.302 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-09-04T23:30:29.482Z[ recovery-image] Sep 04 23:30:28.312 INFO O| Sep 04 23:30:28.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76732026-09-04T23:30:29.482Z[ recovery-image] Sep 04 23:30:28.312 INFO O| Sep 04 23:30:28.312 INFO STEP 661 (remove_files) COMPLETE
76742026-09-04T23:30:29.482Z[ recovery-image] Sep 04 23:30:28.312 INFO O| Sep 04 23:30:28.312 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-09-04T23:30:29.492Z[ recovery-image] Sep 04 23:30:28.322 INFO O| Sep 04 23:30:28.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76762026-09-04T23:30:29.492Z[ recovery-image] Sep 04 23:30:28.322 INFO O| Sep 04 23:30:28.322 INFO STEP 662 (remove_files) COMPLETE
76772026-09-04T23:30:29.495Z[ recovery-image] Sep 04 23:30:28.322 INFO O| Sep 04 23:30:28.322 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-04T23:30:29.503Z[ recovery-image] Sep 04 23:30:28.333 INFO O| Sep 04 23:30:28.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76792026-09-04T23:30:29.503Z[ recovery-image] Sep 04 23:30:28.333 INFO O| Sep 04 23:30:28.333 INFO STEP 663 (remove_files) COMPLETE
76802026-09-04T23:30:29.503Z[ recovery-image] Sep 04 23:30:28.333 INFO O| Sep 04 23:30:28.333 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-04T23:30:29.513Z[ recovery-image] Sep 04 23:30:28.343 INFO O| Sep 04 23:30:28.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76822026-09-04T23:30:29.516Z[ recovery-image] Sep 04 23:30:28.345 INFO O| Sep 04 23:30:28.345 INFO STEP 664 (remove_files) COMPLETE
76832026-09-04T23:30:29.516Z[ recovery-image] Sep 04 23:30:28.345 INFO O| Sep 04 23:30:28.345 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-04T23:30:29.524Z[ recovery-image] Sep 04 23:30:28.355 INFO O| Sep 04 23:30:28.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
76852026-09-04T23:30:29.525Z[ recovery-image] Sep 04 23:30:28.355 INFO O| Sep 04 23:30:28.355 INFO STEP 665 (remove_files) COMPLETE
76862026-09-04T23:30:29.525Z[ recovery-image] Sep 04 23:30:28.355 INFO O| Sep 04 23:30:28.355 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-04T23:30:29.533Z[ recovery-image] Sep 04 23:30:28.364 INFO O| Sep 04 23:30:28.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
76882026-09-04T23:30:29.533Z[ recovery-image] Sep 04 23:30:28.364 INFO O| Sep 04 23:30:28.364 INFO STEP 666 (remove_files) COMPLETE
76892026-09-04T23:30:29.533Z[ recovery-image] Sep 04 23:30:28.364 INFO O| Sep 04 23:30:28.364 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-04T23:30:29.542Z[ recovery-image] Sep 04 23:30:28.373 INFO O| Sep 04 23:30:28.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
76912026-09-04T23:30:29.542Z[ recovery-image] Sep 04 23:30:28.373 INFO O| Sep 04 23:30:28.373 INFO STEP 667 (remove_files) COMPLETE
76922026-09-04T23:30:29.542Z[ recovery-image] Sep 04 23:30:28.373 INFO O| Sep 04 23:30:28.373 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-04T23:30:29.553Z[ recovery-image] Sep 04 23:30:28.383 INFO O| Sep 04 23:30:28.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
76942026-09-04T23:30:29.553Z[ recovery-image] Sep 04 23:30:28.383 INFO O| Sep 04 23:30:28.383 INFO STEP 668 (remove_files) COMPLETE
76952026-09-04T23:30:29.553Z[ recovery-image] Sep 04 23:30:28.383 INFO O| Sep 04 23:30:28.383 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-04T23:30:29.562Z[ recovery-image] Sep 04 23:30:28.392 INFO O| Sep 04 23:30:28.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
76972026-09-04T23:30:29.562Z[ recovery-image] Sep 04 23:30:28.392 INFO O| Sep 04 23:30:28.392 INFO STEP 669 (remove_files) COMPLETE
76982026-09-04T23:30:29.562Z[ recovery-image] Sep 04 23:30:28.392 INFO O| Sep 04 23:30:28.392 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-04T23:30:29.570Z[ recovery-image] Sep 04 23:30:28.401 INFO O| Sep 04 23:30:28.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77002026-09-04T23:30:29.570Z[ recovery-image] Sep 04 23:30:28.401 INFO O| Sep 04 23:30:28.401 INFO STEP 670 (remove_files) COMPLETE
77012026-09-04T23:30:29.570Z[ recovery-image] Sep 04 23:30:28.401 INFO O| Sep 04 23:30:28.401 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-04T23:30:29.578Z[ recovery-image] Sep 04 23:30:28.409 INFO O| Sep 04 23:30:28.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77032026-09-04T23:30:29.582Z[ recovery-image] Sep 04 23:30:28.409 INFO O| Sep 04 23:30:28.409 INFO STEP 671 (remove_files) COMPLETE
77042026-09-04T23:30:29.582Z[ recovery-image] Sep 04 23:30:28.409 INFO O| Sep 04 23:30:28.409 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-04T23:30:29.589Z[ recovery-image] Sep 04 23:30:28.419 INFO O| Sep 04 23:30:28.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77062026-09-04T23:30:29.593Z[ recovery-image] Sep 04 23:30:28.420 INFO O| Sep 04 23:30:28.420 INFO STEP 672 (remove_files) COMPLETE
77072026-09-04T23:30:29.593Z[ recovery-image] Sep 04 23:30:28.420 INFO O| Sep 04 23:30:28.420 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-04T23:30:29.599Z[ recovery-image] Sep 04 23:30:28.429 INFO O| Sep 04 23:30:28.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77092026-09-04T23:30:29.599Z[ recovery-image] Sep 04 23:30:28.430 INFO O| Sep 04 23:30:28.430 INFO STEP 673 (remove_files) COMPLETE
77102026-09-04T23:30:29.599Z[ recovery-image] Sep 04 23:30:28.430 INFO O| Sep 04 23:30:28.430 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-04T23:30:29.609Z[ recovery-image] Sep 04 23:30:28.439 INFO O| Sep 04 23:30:28.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77122026-09-04T23:30:29.609Z[ recovery-image] Sep 04 23:30:28.439 INFO O| Sep 04 23:30:28.439 INFO STEP 674 (remove_files) COMPLETE
77132026-09-04T23:30:29.609Z[ recovery-image] Sep 04 23:30:28.439 INFO O| Sep 04 23:30:28.439 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-04T23:30:29.619Z[ recovery-image] Sep 04 23:30:28.450 INFO O| Sep 04 23:30:28.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77152026-09-04T23:30:29.619Z[ recovery-image] Sep 04 23:30:28.450 INFO O| Sep 04 23:30:28.450 INFO STEP 675 (remove_files) COMPLETE
77162026-09-04T23:30:29.620Z[ recovery-image] Sep 04 23:30:28.450 INFO O| Sep 04 23:30:28.450 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-04T23:30:29.628Z[ recovery-image] Sep 04 23:30:28.458 INFO O| Sep 04 23:30:28.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77182026-09-04T23:30:29.628Z[ recovery-image] Sep 04 23:30:28.459 INFO O| Sep 04 23:30:28.458 INFO STEP 676 (remove_files) COMPLETE
77192026-09-04T23:30:29.628Z[ recovery-image] Sep 04 23:30:28.459 INFO O| Sep 04 23:30:28.459 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-04T23:30:29.637Z[ recovery-image] Sep 04 23:30:28.467 INFO O| Sep 04 23:30:28.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77212026-09-04T23:30:29.637Z[ recovery-image] Sep 04 23:30:28.467 INFO O| Sep 04 23:30:28.467 INFO STEP 677 (remove_files) COMPLETE
77222026-09-04T23:30:29.637Z[ recovery-image] Sep 04 23:30:28.467 INFO O| Sep 04 23:30:28.467 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-04T23:30:29.646Z[ recovery-image] Sep 04 23:30:28.477 INFO O| Sep 04 23:30:28.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77242026-09-04T23:30:29.646Z[ recovery-image] Sep 04 23:30:28.477 INFO O| Sep 04 23:30:28.477 INFO STEP 678 (remove_files) COMPLETE
77252026-09-04T23:30:29.646Z[ recovery-image] Sep 04 23:30:28.477 INFO O| Sep 04 23:30:28.477 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-04T23:30:29.655Z[ recovery-image] Sep 04 23:30:28.486 INFO O| Sep 04 23:30:28.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77272026-09-04T23:30:29.655Z[ recovery-image] Sep 04 23:30:28.486 INFO O| Sep 04 23:30:28.486 INFO STEP 679 (remove_files) COMPLETE
77282026-09-04T23:30:29.655Z[ recovery-image] Sep 04 23:30:28.486 INFO O| Sep 04 23:30:28.486 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-04T23:30:29.666Z[ recovery-image] Sep 04 23:30:28.495 INFO O| Sep 04 23:30:28.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77302026-09-04T23:30:29.666Z[ recovery-image] Sep 04 23:30:28.495 INFO O| Sep 04 23:30:28.495 INFO STEP 680 (remove_files) COMPLETE
77312026-09-04T23:30:29.666Z[ recovery-image] Sep 04 23:30:28.495 INFO O| Sep 04 23:30:28.495 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-04T23:30:29.674Z[ recovery-image] Sep 04 23:30:28.505 INFO O| Sep 04 23:30:28.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77332026-09-04T23:30:29.674Z[ recovery-image] Sep 04 23:30:28.505 INFO O| Sep 04 23:30:28.505 INFO STEP 681 (remove_files) COMPLETE
77342026-09-04T23:30:29.678Z[ recovery-image] Sep 04 23:30:28.505 INFO O| Sep 04 23:30:28.505 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-04T23:30:29.683Z[ recovery-image] Sep 04 23:30:28.514 INFO O| Sep 04 23:30:28.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77362026-09-04T23:30:29.683Z[ recovery-image] Sep 04 23:30:28.514 INFO O| Sep 04 23:30:28.514 INFO STEP 682 (remove_files) COMPLETE
77372026-09-04T23:30:29.684Z[ recovery-image] Sep 04 23:30:28.514 INFO O| Sep 04 23:30:28.514 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-04T23:30:29.694Z[ recovery-image] Sep 04 23:30:28.524 INFO O| Sep 04 23:30:28.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77392026-09-04T23:30:29.694Z[ recovery-image] Sep 04 23:30:28.524 INFO O| Sep 04 23:30:28.524 INFO STEP 683 (remove_files) COMPLETE
77402026-09-04T23:30:29.694Z[ recovery-image] Sep 04 23:30:28.524 INFO O| Sep 04 23:30:28.524 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-04T23:30:29.704Z[ recovery-image] Sep 04 23:30:28.534 INFO O| Sep 04 23:30:28.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77422026-09-04T23:30:29.704Z[ recovery-image] Sep 04 23:30:28.534 INFO O| Sep 04 23:30:28.534 INFO STEP 684 (remove_files) COMPLETE
77432026-09-04T23:30:29.704Z[ recovery-image] Sep 04 23:30:28.534 INFO O| Sep 04 23:30:28.534 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-04T23:30:29.707Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
77452026-09-04T23:30:29.713Z[ recovery-image] Sep 04 23:30:28.544 INFO O| Sep 04 23:30:28.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77462026-09-04T23:30:29.713Z[ recovery-image] Sep 04 23:30:28.544 INFO O| Sep 04 23:30:28.544 INFO STEP 685 (remove_files) COMPLETE
77472026-09-04T23:30:29.713Z[ recovery-image] Sep 04 23:30:28.544 INFO O| Sep 04 23:30:28.544 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-09-04T23:30:29.723Z[ recovery-image] Sep 04 23:30:28.553 INFO O| Sep 04 23:30:28.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77492026-09-04T23:30:29.723Z[ recovery-image] Sep 04 23:30:28.553 INFO O| Sep 04 23:30:28.553 INFO STEP 686 (remove_files) COMPLETE
77502026-09-04T23:30:29.723Z[ recovery-image] Sep 04 23:30:28.553 INFO O| Sep 04 23:30:28.553 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-09-04T23:30:29.733Z[ recovery-image] Sep 04 23:30:28.563 INFO O| Sep 04 23:30:28.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77522026-09-04T23:30:29.733Z[ recovery-image] Sep 04 23:30:28.563 INFO O| Sep 04 23:30:28.563 INFO STEP 687 (remove_files) COMPLETE
77532026-09-04T23:30:29.736Z[ recovery-image] Sep 04 23:30:28.563 INFO O| Sep 04 23:30:28.563 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-09-04T23:30:29.743Z[ recovery-image] Sep 04 23:30:28.573 INFO O| Sep 04 23:30:28.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77552026-09-04T23:30:29.743Z[ recovery-image] Sep 04 23:30:28.573 INFO O| Sep 04 23:30:28.573 INFO STEP 688 (remove_files) COMPLETE
77562026-09-04T23:30:29.746Z[ recovery-image] Sep 04 23:30:28.573 INFO O| Sep 04 23:30:28.573 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-09-04T23:30:29.753Z[ recovery-image] Sep 04 23:30:28.584 INFO O| Sep 04 23:30:28.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77582026-09-04T23:30:29.753Z[ recovery-image] Sep 04 23:30:28.584 INFO O| Sep 04 23:30:28.584 INFO STEP 689 (remove_files) COMPLETE
77592026-09-04T23:30:29.753Z[ recovery-image] Sep 04 23:30:28.584 INFO O| Sep 04 23:30:28.584 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-09-04T23:30:29.764Z[ recovery-image] Sep 04 23:30:28.595 INFO O| Sep 04 23:30:28.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77612026-09-04T23:30:29.765Z[ recovery-image] Sep 04 23:30:28.595 INFO O| Sep 04 23:30:28.595 INFO STEP 690 (remove_files) COMPLETE
77622026-09-04T23:30:29.765Z[ recovery-image] Sep 04 23:30:28.595 INFO O| Sep 04 23:30:28.595 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-09-04T23:30:29.775Z[ recovery-image] Sep 04 23:30:28.605 INFO O| Sep 04 23:30:28.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77642026-09-04T23:30:29.775Z[ recovery-image] Sep 04 23:30:28.605 INFO O| Sep 04 23:30:28.605 INFO STEP 691 (remove_files) COMPLETE
77652026-09-04T23:30:29.778Z[ recovery-image] Sep 04 23:30:28.605 INFO O| Sep 04 23:30:28.605 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-09-04T23:30:29.785Z[ recovery-image] Sep 04 23:30:28.616 INFO O| Sep 04 23:30:28.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77672026-09-04T23:30:29.785Z[ recovery-image] Sep 04 23:30:28.616 INFO O| Sep 04 23:30:28.616 INFO STEP 692 (remove_files) COMPLETE
77682026-09-04T23:30:29.788Z[ recovery-image] Sep 04 23:30:28.616 INFO O| Sep 04 23:30:28.616 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-09-04T23:30:29.796Z[ recovery-image] Sep 04 23:30:28.626 INFO O| Sep 04 23:30:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77702026-09-04T23:30:29.796Z[ recovery-image] Sep 04 23:30:28.626 INFO O| Sep 04 23:30:28.626 INFO STEP 693 (remove_files) COMPLETE
77712026-09-04T23:30:29.796Z[ recovery-image] Sep 04 23:30:28.626 INFO O| Sep 04 23:30:28.626 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-09-04T23:30:29.806Z[ recovery-image] Sep 04 23:30:28.636 INFO O| Sep 04 23:30:28.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77732026-09-04T23:30:29.806Z[ recovery-image] Sep 04 23:30:28.637 INFO O| Sep 04 23:30:28.637 INFO STEP 694 (remove_files) COMPLETE
77742026-09-04T23:30:29.810Z[ recovery-image] Sep 04 23:30:28.637 INFO O| Sep 04 23:30:28.637 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-09-04T23:30:29.817Z[ recovery-image] Sep 04 23:30:28.647 INFO O| Sep 04 23:30:28.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77762026-09-04T23:30:29.817Z[ recovery-image] Sep 04 23:30:28.647 INFO O| Sep 04 23:30:28.647 INFO STEP 695 (remove_files) COMPLETE
77772026-09-04T23:30:29.817Z[ recovery-image] Sep 04 23:30:28.647 INFO O| Sep 04 23:30:28.647 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-09-04T23:30:29.828Z[ recovery-image] Sep 04 23:30:28.658 INFO O| Sep 04 23:30:28.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77792026-09-04T23:30:29.828Z[ recovery-image] Sep 04 23:30:28.658 INFO O| Sep 04 23:30:28.658 INFO STEP 696 (remove_files) COMPLETE
77802026-09-04T23:30:29.828Z[ recovery-image] Sep 04 23:30:28.658 INFO O| Sep 04 23:30:28.658 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-09-04T23:30:29.839Z[ recovery-image] Sep 04 23:30:28.669 INFO O| Sep 04 23:30:28.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77822026-09-04T23:30:29.839Z[ recovery-image] Sep 04 23:30:28.669 INFO O| Sep 04 23:30:28.669 INFO STEP 697 (remove_files) COMPLETE
77832026-09-04T23:30:29.839Z[ recovery-image] Sep 04 23:30:28.669 INFO O| Sep 04 23:30:28.669 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-09-04T23:30:29.849Z[ recovery-image] Sep 04 23:30:28.680 INFO O| Sep 04 23:30:28.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
77852026-09-04T23:30:29.849Z[ recovery-image] Sep 04 23:30:28.680 INFO O| Sep 04 23:30:28.680 INFO STEP 698 (remove_files) COMPLETE
77862026-09-04T23:30:29.849Z[ recovery-image] Sep 04 23:30:28.680 INFO O| Sep 04 23:30:28.680 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-09-04T23:30:29.864Z[ recovery-image] Sep 04 23:30:28.689 INFO O| Sep 04 23:30:28.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
77882026-09-04T23:30:29.864Z[ recovery-image] Sep 04 23:30:28.690 INFO O| Sep 04 23:30:28.690 INFO STEP 699 (remove_files) COMPLETE
77892026-09-04T23:30:29.864Z[ recovery-image] Sep 04 23:30:28.690 INFO O| Sep 04 23:30:28.690 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-09-04T23:30:29.869Z[ recovery-image] Sep 04 23:30:28.699 INFO O| Sep 04 23:30:28.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
77912026-09-04T23:30:29.872Z[ recovery-image] Sep 04 23:30:28.699 INFO O| Sep 04 23:30:28.699 INFO STEP 700 (remove_files) COMPLETE
77922026-09-04T23:30:29.872Z[ recovery-image] Sep 04 23:30:28.699 INFO O| Sep 04 23:30:28.699 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-09-04T23:30:29.877Z[ recovery-image] Sep 04 23:30:28.708 INFO O| Sep 04 23:30:28.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
77942026-09-04T23:30:29.877Z[ recovery-image] Sep 04 23:30:28.708 INFO O| Sep 04 23:30:28.708 INFO STEP 701 (remove_files) COMPLETE
77952026-09-04T23:30:29.877Z[ recovery-image] Sep 04 23:30:28.708 INFO O| Sep 04 23:30:28.708 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-09-04T23:30:29.887Z[ recovery-image] Sep 04 23:30:28.717 INFO O| Sep 04 23:30:28.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
77972026-09-04T23:30:29.887Z[ recovery-image] Sep 04 23:30:28.717 INFO O| Sep 04 23:30:28.717 INFO STEP 702 (remove_files) COMPLETE
77982026-09-04T23:30:29.890Z[ recovery-image] Sep 04 23:30:28.717 INFO O| Sep 04 23:30:28.717 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-09-04T23:30:29.895Z[ recovery-image] Sep 04 23:30:28.725 INFO O| Sep 04 23:30:28.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78002026-09-04T23:30:29.895Z[ recovery-image] Sep 04 23:30:28.725 INFO O| Sep 04 23:30:28.725 INFO STEP 703 (remove_files) COMPLETE
78012026-09-04T23:30:29.899Z[ recovery-image] Sep 04 23:30:28.725 INFO O| Sep 04 23:30:28.725 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-09-04T23:30:29.912Z[ recovery-image] Sep 04 23:30:28.742 INFO O| Sep 04 23:30:28.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78032026-09-04T23:30:29.912Z[ recovery-image] Sep 04 23:30:28.742 INFO O| Sep 04 23:30:28.742 INFO STEP 704 (remove_files) COMPLETE
78042026-09-04T23:30:29.912Z[ recovery-image] Sep 04 23:30:28.742 INFO O| Sep 04 23:30:28.742 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-09-04T23:30:29.925Z[ recovery-image] Sep 04 23:30:28.752 INFO O| Sep 04 23:30:28.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78062026-09-04T23:30:29.928Z[ recovery-image] Sep 04 23:30:28.752 INFO O| Sep 04 23:30:28.752 INFO STEP 705 (remove_files) COMPLETE
78072026-09-04T23:30:29.928Z[ recovery-image] Sep 04 23:30:28.752 INFO O| Sep 04 23:30:28.752 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-09-04T23:30:29.931Z[ recovery-image] Sep 04 23:30:28.761 INFO O| Sep 04 23:30:28.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78092026-09-04T23:30:29.931Z[ recovery-image] Sep 04 23:30:28.761 INFO O| Sep 04 23:30:28.761 INFO STEP 706 (remove_files) COMPLETE
78102026-09-04T23:30:29.931Z[ recovery-image] Sep 04 23:30:28.761 INFO O| Sep 04 23:30:28.761 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-09-04T23:30:29.939Z[ recovery-image] Sep 04 23:30:28.770 INFO O| Sep 04 23:30:28.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78122026-09-04T23:30:29.939Z[ recovery-image] Sep 04 23:30:28.770 INFO O| Sep 04 23:30:28.770 INFO STEP 707 (remove_files) COMPLETE
78132026-09-04T23:30:29.939Z[ recovery-image] Sep 04 23:30:28.770 INFO O| Sep 04 23:30:28.770 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-09-04T23:30:29.951Z[ recovery-image] Sep 04 23:30:28.781 INFO O| Sep 04 23:30:28.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78152026-09-04T23:30:29.951Z[ recovery-image] Sep 04 23:30:28.781 INFO O| Sep 04 23:30:28.781 INFO STEP 708 (remove_files) COMPLETE
78162026-09-04T23:30:29.951Z[ recovery-image] Sep 04 23:30:28.781 INFO O| Sep 04 23:30:28.781 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-09-04T23:30:29.961Z[ recovery-image] Sep 04 23:30:28.791 INFO O| Sep 04 23:30:28.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78182026-09-04T23:30:29.961Z[ recovery-image] Sep 04 23:30:28.791 INFO O| Sep 04 23:30:28.791 INFO STEP 709 (remove_files) COMPLETE
78192026-09-04T23:30:29.961Z[ recovery-image] Sep 04 23:30:28.791 INFO O| Sep 04 23:30:28.791 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-09-04T23:30:29.970Z[ recovery-image] Sep 04 23:30:28.801 INFO O| Sep 04 23:30:28.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78212026-09-04T23:30:29.970Z[ recovery-image] Sep 04 23:30:28.801 INFO O| Sep 04 23:30:28.801 INFO STEP 710 (remove_files) COMPLETE
78222026-09-04T23:30:29.970Z[ recovery-image] Sep 04 23:30:28.801 INFO O| Sep 04 23:30:28.801 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-09-04T23:30:29.979Z[ recovery-image] Sep 04 23:30:28.810 INFO O| Sep 04 23:30:28.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78242026-09-04T23:30:29.983Z[ recovery-image] Sep 04 23:30:28.810 INFO O| Sep 04 23:30:28.810 INFO STEP 711 (remove_files) COMPLETE
78252026-09-04T23:30:29.984Z[ recovery-image] Sep 04 23:30:28.810 INFO O| Sep 04 23:30:28.810 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-09-04T23:30:29.990Z[ recovery-image] Sep 04 23:30:28.821 INFO O| Sep 04 23:30:28.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78272026-09-04T23:30:29.990Z[ recovery-image] Sep 04 23:30:28.821 INFO O| Sep 04 23:30:28.821 INFO STEP 712 (remove_files) COMPLETE
78282026-09-04T23:30:29.990Z[ recovery-image] Sep 04 23:30:28.821 INFO O| Sep 04 23:30:28.821 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-09-04T23:30:30.001Z[ recovery-image] Sep 04 23:30:28.831 INFO O| Sep 04 23:30:28.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78302026-09-04T23:30:30.002Z[ recovery-image] Sep 04 23:30:28.832 INFO O| Sep 04 23:30:28.831 INFO STEP 713 (remove_files) COMPLETE
78312026-09-04T23:30:30.002Z[ recovery-image] Sep 04 23:30:28.832 INFO O| Sep 04 23:30:28.831 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-09-04T23:30:30.011Z[ recovery-image] Sep 04 23:30:28.841 INFO O| Sep 04 23:30:28.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78332026-09-04T23:30:30.011Z[ recovery-image] Sep 04 23:30:28.842 INFO O| Sep 04 23:30:28.841 INFO STEP 714 (remove_files) COMPLETE
78342026-09-04T23:30:30.011Z[ recovery-image] Sep 04 23:30:28.842 INFO O| Sep 04 23:30:28.842 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-09-04T23:30:30.021Z[ recovery-image] Sep 04 23:30:28.852 INFO O| Sep 04 23:30:28.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78362026-09-04T23:30:30.021Z[ recovery-image] Sep 04 23:30:28.852 INFO O| Sep 04 23:30:28.852 INFO STEP 715 (remove_files) COMPLETE
78372026-09-04T23:30:30.021Z[ recovery-image] Sep 04 23:30:28.852 INFO O| Sep 04 23:30:28.852 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-09-04T23:30:30.031Z[ recovery-image] Sep 04 23:30:28.862 INFO O| Sep 04 23:30:28.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78392026-09-04T23:30:30.035Z[ recovery-image] Sep 04 23:30:28.862 INFO O| Sep 04 23:30:28.862 INFO STEP 716 (remove_files) COMPLETE
78402026-09-04T23:30:30.035Z[ recovery-image] Sep 04 23:30:28.862 INFO O| Sep 04 23:30:28.862 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-09-04T23:30:30.048Z[ recovery-image] Sep 04 23:30:28.879 INFO O| Sep 04 23:30:28.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78422026-09-04T23:30:30.048Z[ recovery-image] Sep 04 23:30:28.879 INFO O| Sep 04 23:30:28.879 INFO STEP 717 (remove_files) COMPLETE
78432026-09-04T23:30:30.048Z[ recovery-image] Sep 04 23:30:28.879 INFO O| Sep 04 23:30:28.879 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-09-04T23:30:30.057Z[ recovery-image] Sep 04 23:30:28.887 INFO O| Sep 04 23:30:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78452026-09-04T23:30:30.057Z[ recovery-image] Sep 04 23:30:28.887 INFO O| Sep 04 23:30:28.887 INFO STEP 718 (remove_files) COMPLETE
78462026-09-04T23:30:30.057Z[ recovery-image] Sep 04 23:30:28.887 INFO O| Sep 04 23:30:28.887 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-09-04T23:30:30.061Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
78482026-09-04T23:30:30.065Z[ recovery-image] Sep 04 23:30:28.896 INFO O| Sep 04 23:30:28.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78492026-09-04T23:30:30.065Z[ recovery-image] Sep 04 23:30:28.896 INFO O| Sep 04 23:30:28.896 INFO STEP 719 (remove_files) COMPLETE
78502026-09-04T23:30:30.069Z[ recovery-image] Sep 04 23:30:28.896 INFO O| Sep 04 23:30:28.896 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-09-04T23:30:30.083Z[ recovery-image] Sep 04 23:30:28.913 INFO O| Sep 04 23:30:28.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78522026-09-04T23:30:30.083Z[ recovery-image] Sep 04 23:30:28.913 INFO O| Sep 04 23:30:28.913 INFO STEP 720 (remove_files) COMPLETE
78532026-09-04T23:30:30.083Z[ recovery-image] Sep 04 23:30:28.913 INFO O| Sep 04 23:30:28.913 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-09-04T23:30:30.093Z[ recovery-image] Sep 04 23:30:28.923 INFO O| Sep 04 23:30:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78552026-09-04T23:30:30.093Z[ recovery-image] Sep 04 23:30:28.923 INFO O| Sep 04 23:30:28.923 INFO STEP 721 (remove_files) COMPLETE
78562026-09-04T23:30:30.093Z[ recovery-image] Sep 04 23:30:28.923 INFO O| Sep 04 23:30:28.923 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-09-04T23:30:30.102Z[ recovery-image] Sep 04 23:30:28.932 INFO O| Sep 04 23:30:28.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78582026-09-04T23:30:30.102Z[ recovery-image] Sep 04 23:30:28.932 INFO O| Sep 04 23:30:28.932 INFO STEP 722 (remove_files) COMPLETE
78592026-09-04T23:30:30.102Z[ recovery-image] Sep 04 23:30:28.932 INFO O| Sep 04 23:30:28.932 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-09-04T23:30:30.112Z[ recovery-image] Sep 04 23:30:28.941 INFO O| Sep 04 23:30:28.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78612026-09-04T23:30:30.113Z[ recovery-image] Sep 04 23:30:28.941 INFO O| Sep 04 23:30:28.941 INFO STEP 723 (remove_files) COMPLETE
78622026-09-04T23:30:30.113Z[ recovery-image] Sep 04 23:30:28.941 INFO O| Sep 04 23:30:28.941 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-09-04T23:30:30.120Z[ recovery-image] Sep 04 23:30:28.950 INFO O| Sep 04 23:30:28.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78642026-09-04T23:30:30.120Z[ recovery-image] Sep 04 23:30:28.950 INFO O| Sep 04 23:30:28.950 INFO STEP 724 (remove_files) COMPLETE
78652026-09-04T23:30:30.120Z[ recovery-image] Sep 04 23:30:28.950 INFO O| Sep 04 23:30:28.950 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-09-04T23:30:30.129Z[ recovery-image] Sep 04 23:30:28.959 INFO O| Sep 04 23:30:28.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78672026-09-04T23:30:30.129Z[ recovery-image] Sep 04 23:30:28.959 INFO O| Sep 04 23:30:28.959 INFO STEP 725 (remove_files) COMPLETE
78682026-09-04T23:30:30.132Z[ recovery-image] Sep 04 23:30:28.959 INFO O| Sep 04 23:30:28.959 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-09-04T23:30:30.137Z[ recovery-image] Sep 04 23:30:28.967 INFO O| Sep 04 23:30:28.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78702026-09-04T23:30:30.137Z[ recovery-image] Sep 04 23:30:28.968 INFO O| Sep 04 23:30:28.968 INFO STEP 726 (remove_files) COMPLETE
78712026-09-04T23:30:30.137Z[ recovery-image] Sep 04 23:30:28.968 INFO O| Sep 04 23:30:28.968 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-09-04T23:30:30.147Z[ recovery-image] Sep 04 23:30:28.978 INFO O| Sep 04 23:30:28.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78732026-09-04T23:30:30.151Z[ recovery-image] Sep 04 23:30:28.979 INFO O| Sep 04 23:30:28.979 INFO STEP 727 (remove_files) COMPLETE
78742026-09-04T23:30:30.151Z[ recovery-image] Sep 04 23:30:28.979 INFO O| Sep 04 23:30:28.979 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-09-04T23:30:30.158Z[ recovery-image] Sep 04 23:30:28.989 INFO O| Sep 04 23:30:28.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78762026-09-04T23:30:30.158Z[ recovery-image] Sep 04 23:30:28.989 INFO O| Sep 04 23:30:28.989 INFO STEP 728 (remove_files) COMPLETE
78772026-09-04T23:30:30.158Z[ recovery-image] Sep 04 23:30:28.989 INFO O| Sep 04 23:30:28.989 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-09-04T23:30:30.168Z[ recovery-image] Sep 04 23:30:28.998 INFO O| Sep 04 23:30:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78792026-09-04T23:30:30.168Z[ recovery-image] Sep 04 23:30:28.998 INFO O| Sep 04 23:30:28.998 INFO STEP 729 (remove_files) COMPLETE
78802026-09-04T23:30:30.168Z[ recovery-image] Sep 04 23:30:28.998 INFO O| Sep 04 23:30:28.998 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-09-04T23:30:30.179Z[ recovery-image] Sep 04 23:30:29.009 INFO O| Sep 04 23:30:29.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78822026-09-04T23:30:30.179Z[ recovery-image] Sep 04 23:30:29.009 INFO O| Sep 04 23:30:29.009 INFO STEP 730 (remove_files) COMPLETE
78832026-09-04T23:30:30.182Z[ recovery-image] Sep 04 23:30:29.009 INFO O| Sep 04 23:30:29.009 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-09-04T23:30:30.189Z[ recovery-image] Sep 04 23:30:29.020 INFO O| Sep 04 23:30:29.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
78852026-09-04T23:30:30.190Z[ recovery-image] Sep 04 23:30:29.020 INFO O| Sep 04 23:30:29.020 INFO STEP 731 (remove_files) COMPLETE
78862026-09-04T23:30:30.190Z[ recovery-image] Sep 04 23:30:29.020 INFO O| Sep 04 23:30:29.020 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-09-04T23:30:30.199Z[ recovery-image] Sep 04 23:30:29.029 INFO O| Sep 04 23:30:29.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
78882026-09-04T23:30:30.199Z[ recovery-image] Sep 04 23:30:29.030 INFO O| Sep 04 23:30:29.029 INFO STEP 732 (remove_files) COMPLETE
78892026-09-04T23:30:30.199Z[ recovery-image] Sep 04 23:30:29.030 INFO O| Sep 04 23:30:29.030 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-09-04T23:30:30.209Z[ recovery-image] Sep 04 23:30:29.039 INFO O| Sep 04 23:30:29.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
78912026-09-04T23:30:30.209Z[ recovery-image] Sep 04 23:30:29.039 INFO O| Sep 04 23:30:29.039 INFO STEP 733 (remove_files) COMPLETE
78922026-09-04T23:30:30.209Z[ recovery-image] Sep 04 23:30:29.039 INFO O| Sep 04 23:30:29.039 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-09-04T23:30:30.218Z[ recovery-image] Sep 04 23:30:29.048 INFO O| Sep 04 23:30:29.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
78942026-09-04T23:30:30.218Z[ recovery-image] Sep 04 23:30:29.049 INFO O| Sep 04 23:30:29.049 INFO STEP 734 (remove_files) COMPLETE
78952026-09-04T23:30:30.218Z[ recovery-image] Sep 04 23:30:29.049 INFO O| Sep 04 23:30:29.049 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-09-04T23:30:30.227Z[ recovery-image] Sep 04 23:30:29.058 INFO O| Sep 04 23:30:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
78972026-09-04T23:30:30.227Z[ recovery-image] Sep 04 23:30:29.058 INFO O| Sep 04 23:30:29.058 INFO STEP 735 (remove_files) COMPLETE
78982026-09-04T23:30:30.227Z[ recovery-image] Sep 04 23:30:29.058 INFO O| Sep 04 23:30:29.058 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-09-04T23:30:30.237Z[ recovery-image] Sep 04 23:30:29.067 INFO O| Sep 04 23:30:29.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79002026-09-04T23:30:30.237Z[ recovery-image] Sep 04 23:30:29.067 INFO O| Sep 04 23:30:29.067 INFO STEP 736 (remove_files) COMPLETE
79012026-09-04T23:30:30.237Z[ recovery-image] Sep 04 23:30:29.067 INFO O| Sep 04 23:30:29.067 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-09-04T23:30:30.251Z[ recovery-image] Sep 04 23:30:29.081 INFO O| Sep 04 23:30:29.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79032026-09-04T23:30:30.251Z[ recovery-image] Sep 04 23:30:29.081 INFO O| Sep 04 23:30:29.080 INFO STEP 737 (remove_files) COMPLETE
79042026-09-04T23:30:30.251Z[ recovery-image] Sep 04 23:30:29.081 INFO O| Sep 04 23:30:29.081 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-09-04T23:30:30.263Z[ recovery-image] Sep 04 23:30:29.093 INFO O| Sep 04 23:30:29.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79062026-09-04T23:30:30.263Z[ recovery-image] Sep 04 23:30:29.093 INFO O| Sep 04 23:30:29.093 INFO STEP 738 (remove_files) COMPLETE
79072026-09-04T23:30:30.263Z[ recovery-image] Sep 04 23:30:29.093 INFO O| Sep 04 23:30:29.093 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-09-04T23:30:30.271Z[ recovery-image] Sep 04 23:30:29.102 INFO O| Sep 04 23:30:29.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79092026-09-04T23:30:30.271Z[ recovery-image] Sep 04 23:30:29.102 INFO O| Sep 04 23:30:29.102 INFO STEP 739 (remove_files) COMPLETE
79102026-09-04T23:30:30.272Z[ recovery-image] Sep 04 23:30:29.102 INFO O| Sep 04 23:30:29.102 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-09-04T23:30:30.281Z[ recovery-image] Sep 04 23:30:29.112 INFO O| Sep 04 23:30:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79122026-09-04T23:30:30.281Z[ recovery-image] Sep 04 23:30:29.112 INFO O| Sep 04 23:30:29.112 INFO STEP 740 (remove_files) COMPLETE
79132026-09-04T23:30:30.285Z[ recovery-image] Sep 04 23:30:29.112 INFO O| Sep 04 23:30:29.112 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-09-04T23:30:30.291Z[ recovery-image] Sep 04 23:30:29.122 INFO O| Sep 04 23:30:29.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79152026-09-04T23:30:30.291Z[ recovery-image] Sep 04 23:30:29.122 INFO O| Sep 04 23:30:29.122 INFO STEP 741 (remove_files) COMPLETE
79162026-09-04T23:30:30.291Z[ recovery-image] Sep 04 23:30:29.122 INFO O| Sep 04 23:30:29.122 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-09-04T23:30:30.310Z[ recovery-image] Sep 04 23:30:29.140 INFO O| Sep 04 23:30:29.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79182026-09-04T23:30:30.310Z[ recovery-image] Sep 04 23:30:29.140 INFO O| Sep 04 23:30:29.140 INFO STEP 742 (remove_files) COMPLETE
79192026-09-04T23:30:30.310Z[ recovery-image] Sep 04 23:30:29.140 INFO O| Sep 04 23:30:29.140 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-09-04T23:30:30.320Z[ recovery-image] Sep 04 23:30:29.150 INFO O| Sep 04 23:30:29.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79212026-09-04T23:30:30.320Z[ recovery-image] Sep 04 23:30:29.150 INFO O| Sep 04 23:30:29.150 INFO STEP 743 (remove_files) COMPLETE
79222026-09-04T23:30:30.320Z[ recovery-image] Sep 04 23:30:29.150 INFO O| Sep 04 23:30:29.150 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-09-04T23:30:30.330Z[ recovery-image] Sep 04 23:30:29.161 INFO O| Sep 04 23:30:29.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79242026-09-04T23:30:30.330Z[ recovery-image] Sep 04 23:30:29.161 INFO O| Sep 04 23:30:29.161 INFO STEP 744 (remove_files) COMPLETE
79252026-09-04T23:30:30.330Z[ recovery-image] Sep 04 23:30:29.161 INFO O| Sep 04 23:30:29.161 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-09-04T23:30:30.340Z[ recovery-image] Sep 04 23:30:29.171 INFO O| Sep 04 23:30:29.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79272026-09-04T23:30:30.340Z[ recovery-image] Sep 04 23:30:29.171 INFO O| Sep 04 23:30:29.171 INFO STEP 745 (remove_files) COMPLETE
79282026-09-04T23:30:30.340Z[ recovery-image] Sep 04 23:30:29.171 INFO O| Sep 04 23:30:29.171 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-09-04T23:30:30.351Z[ recovery-image] Sep 04 23:30:29.181 INFO O| Sep 04 23:30:29.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79302026-09-04T23:30:30.351Z[ recovery-image] Sep 04 23:30:29.182 INFO O| Sep 04 23:30:29.181 INFO STEP 746 (remove_files) COMPLETE
79312026-09-04T23:30:30.351Z[ recovery-image] Sep 04 23:30:29.182 INFO O| Sep 04 23:30:29.182 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-09-04T23:30:30.371Z[ recovery-image] Sep 04 23:30:29.192 INFO O| Sep 04 23:30:29.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79332026-09-04T23:30:30.374Z[ recovery-image] Sep 04 23:30:29.192 INFO O| Sep 04 23:30:29.192 INFO STEP 747 (remove_files) COMPLETE
79342026-09-04T23:30:30.374Z[ recovery-image] Sep 04 23:30:29.192 INFO O| Sep 04 23:30:29.192 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-09-04T23:30:30.374Z[ recovery-image] Sep 04 23:30:29.202 INFO O| Sep 04 23:30:29.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79362026-09-04T23:30:30.375Z[ recovery-image] Sep 04 23:30:29.202 INFO O| Sep 04 23:30:29.202 INFO STEP 748 (remove_files) COMPLETE
79372026-09-04T23:30:30.375Z[ recovery-image] Sep 04 23:30:29.202 INFO O| Sep 04 23:30:29.202 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-09-04T23:30:30.380Z[ recovery-image] Sep 04 23:30:29.211 INFO O| Sep 04 23:30:29.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79392026-09-04T23:30:30.381Z[ recovery-image] Sep 04 23:30:29.211 INFO O| Sep 04 23:30:29.211 INFO STEP 749 (remove_files) COMPLETE
79402026-09-04T23:30:30.384Z[ recovery-image] Sep 04 23:30:29.211 INFO O| Sep 04 23:30:29.211 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-09-04T23:30:30.391Z[ recovery-image] Sep 04 23:30:29.222 INFO O| Sep 04 23:30:29.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79422026-09-04T23:30:30.391Z[ recovery-image] Sep 04 23:30:29.222 INFO O| Sep 04 23:30:29.222 INFO STEP 750 (remove_files) COMPLETE
79432026-09-04T23:30:30.391Z[ recovery-image] Sep 04 23:30:29.222 INFO O| Sep 04 23:30:29.222 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-09-04T23:30:30.400Z[ recovery-image] Sep 04 23:30:29.231 INFO O| Sep 04 23:30:29.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79452026-09-04T23:30:30.400Z[ recovery-image] Sep 04 23:30:29.231 INFO O| Sep 04 23:30:29.231 INFO STEP 751 (remove_files) COMPLETE
79462026-09-04T23:30:30.404Z[ recovery-image] Sep 04 23:30:29.231 INFO O| Sep 04 23:30:29.231 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-09-04T23:30:30.413Z[ recovery-image] Sep 04 23:30:29.242 INFO O| Sep 04 23:30:29.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79482026-09-04T23:30:30.413Z[ recovery-image] Sep 04 23:30:29.242 INFO O| Sep 04 23:30:29.242 INFO STEP 752 (remove_files) COMPLETE
79492026-09-04T23:30:30.413Z[ recovery-image] Sep 04 23:30:29.242 INFO O| Sep 04 23:30:29.242 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-09-04T23:30:30.417Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
79512026-09-04T23:30:30.422Z[ recovery-image] Sep 04 23:30:29.252 INFO O| Sep 04 23:30:29.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79522026-09-04T23:30:30.422Z[ recovery-image] Sep 04 23:30:29.252 INFO O| Sep 04 23:30:29.252 INFO STEP 753 (remove_files) COMPLETE
79532026-09-04T23:30:30.422Z[ recovery-image] Sep 04 23:30:29.252 INFO O| Sep 04 23:30:29.252 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-04T23:30:30.431Z[ recovery-image] Sep 04 23:30:29.262 INFO O| Sep 04 23:30:29.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79552026-09-04T23:30:30.435Z[ recovery-image] Sep 04 23:30:29.262 INFO O| Sep 04 23:30:29.262 INFO STEP 754 (remove_files) COMPLETE
79562026-09-04T23:30:30.435Z[ recovery-image] Sep 04 23:30:29.262 INFO O| Sep 04 23:30:29.262 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-04T23:30:30.442Z[ recovery-image] Sep 04 23:30:29.272 INFO O| Sep 04 23:30:29.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79582026-09-04T23:30:30.442Z[ recovery-image] Sep 04 23:30:29.272 INFO O| Sep 04 23:30:29.272 INFO STEP 755 (remove_files) COMPLETE
79592026-09-04T23:30:30.445Z[ recovery-image] Sep 04 23:30:29.272 INFO O| Sep 04 23:30:29.272 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-04T23:30:30.452Z[ recovery-image] Sep 04 23:30:29.282 INFO O| Sep 04 23:30:29.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79612026-09-04T23:30:30.455Z[ recovery-image] Sep 04 23:30:29.282 INFO O| Sep 04 23:30:29.282 INFO STEP 756 (remove_files) COMPLETE
79622026-09-04T23:30:30.455Z[ recovery-image] Sep 04 23:30:29.282 INFO O| Sep 04 23:30:29.282 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-04T23:30:30.461Z[ recovery-image] Sep 04 23:30:29.292 INFO O| Sep 04 23:30:29.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79642026-09-04T23:30:30.462Z[ recovery-image] Sep 04 23:30:29.292 INFO O| Sep 04 23:30:29.292 INFO STEP 757 (remove_files) COMPLETE
79652026-09-04T23:30:30.462Z[ recovery-image] Sep 04 23:30:29.292 INFO O| Sep 04 23:30:29.292 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-04T23:30:30.470Z[ recovery-image] Sep 04 23:30:29.301 INFO O| Sep 04 23:30:29.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79672026-09-04T23:30:30.470Z[ recovery-image] Sep 04 23:30:29.301 INFO O| Sep 04 23:30:29.301 INFO STEP 758 (remove_files) COMPLETE
79682026-09-04T23:30:30.474Z[ recovery-image] Sep 04 23:30:29.301 INFO O| Sep 04 23:30:29.301 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-04T23:30:30.480Z[ recovery-image] Sep 04 23:30:29.309 INFO O| Sep 04 23:30:29.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79702026-09-04T23:30:30.480Z[ recovery-image] Sep 04 23:30:29.309 INFO O| Sep 04 23:30:29.309 INFO STEP 759 (remove_files) COMPLETE
79712026-09-04T23:30:30.480Z[ recovery-image] Sep 04 23:30:29.309 INFO O| Sep 04 23:30:29.309 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-04T23:30:30.486Z[ recovery-image] Sep 04 23:30:29.317 INFO O| Sep 04 23:30:29.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79732026-09-04T23:30:30.486Z[ recovery-image] Sep 04 23:30:29.317 INFO O| Sep 04 23:30:29.317 INFO STEP 760 (remove_files) COMPLETE
79742026-09-04T23:30:30.490Z[ recovery-image] Sep 04 23:30:29.317 INFO O| Sep 04 23:30:29.317 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-04T23:30:30.497Z[ recovery-image] Sep 04 23:30:29.327 INFO O| Sep 04 23:30:29.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79762026-09-04T23:30:30.497Z[ recovery-image] Sep 04 23:30:29.327 INFO O| Sep 04 23:30:29.327 INFO STEP 761 (remove_files) COMPLETE
79772026-09-04T23:30:30.507Z[ recovery-image] Sep 04 23:30:29.327 INFO O| Sep 04 23:30:29.327 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-04T23:30:30.511Z[ recovery-image] Sep 04 23:30:29.338 INFO O| Sep 04 23:30:29.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79792026-09-04T23:30:30.511Z[ recovery-image] Sep 04 23:30:29.338 INFO O| Sep 04 23:30:29.338 INFO STEP 762 (remove_files) COMPLETE
79802026-09-04T23:30:30.511Z[ recovery-image] Sep 04 23:30:29.338 INFO O| Sep 04 23:30:29.338 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-04T23:30:30.517Z[ recovery-image] Sep 04 23:30:29.348 INFO O| Sep 04 23:30:29.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79822026-09-04T23:30:30.517Z[ recovery-image] Sep 04 23:30:29.348 INFO O| Sep 04 23:30:29.348 INFO STEP 763 (remove_files) COMPLETE
79832026-09-04T23:30:30.517Z[ recovery-image] Sep 04 23:30:29.348 INFO O| Sep 04 23:30:29.348 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-04T23:30:30.527Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
79852026-09-04T23:30:30.532Z[ recovery-image] Sep 04 23:30:29.358 INFO O| Sep 04 23:30:29.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
79862026-09-04T23:30:30.532Z[ recovery-image] Sep 04 23:30:29.358 INFO O| Sep 04 23:30:29.358 INFO STEP 764 (remove_files) COMPLETE
79872026-09-04T23:30:30.532Z[ recovery-image] Sep 04 23:30:29.358 INFO O| Sep 04 23:30:29.358 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-09-04T23:30:30.538Z[ recovery-image] Sep 04 23:30:29.368 INFO O| Sep 04 23:30:29.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
79892026-09-04T23:30:30.538Z[ recovery-image] Sep 04 23:30:29.368 INFO O| Sep 04 23:30:29.368 INFO STEP 765 (remove_files) COMPLETE
79902026-09-04T23:30:30.541Z[ recovery-image] Sep 04 23:30:29.368 INFO O| Sep 04 23:30:29.368 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-09-04T23:30:30.547Z[ recovery-image] Sep 04 23:30:29.378 INFO O| Sep 04 23:30:29.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
79922026-09-04T23:30:30.547Z[ recovery-image] Sep 04 23:30:29.378 INFO O| Sep 04 23:30:29.378 INFO STEP 766 (remove_files) COMPLETE
79932026-09-04T23:30:30.550Z[ recovery-image] Sep 04 23:30:29.378 INFO O| Sep 04 23:30:29.378 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-09-04T23:30:30.560Z[ recovery-image] Sep 04 23:30:29.388 INFO O| Sep 04 23:30:29.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
79952026-09-04T23:30:30.560Z[ recovery-image] Sep 04 23:30:29.389 INFO O| Sep 04 23:30:29.388 INFO STEP 767 (remove_files) COMPLETE
79962026-09-04T23:30:30.560Z[ recovery-image] Sep 04 23:30:29.389 INFO O| Sep 04 23:30:29.389 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-09-04T23:30:30.574Z[ recovery-image] Sep 04 23:30:29.399 INFO O| Sep 04 23:30:29.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
79982026-09-04T23:30:30.574Z[ recovery-image] Sep 04 23:30:29.399 INFO O| Sep 04 23:30:29.399 INFO STEP 768 (remove_files) COMPLETE
79992026-09-04T23:30:30.574Z[ recovery-image] Sep 04 23:30:29.399 INFO O| Sep 04 23:30:29.399 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-09-04T23:30:30.580Z[ recovery-image] Sep 04 23:30:29.410 INFO O| Sep 04 23:30:29.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80012026-09-04T23:30:30.580Z[ recovery-image] Sep 04 23:30:29.410 INFO O| Sep 04 23:30:29.410 INFO STEP 769 (remove_files) COMPLETE
80022026-09-04T23:30:30.583Z[ recovery-image] Sep 04 23:30:29.410 INFO O| Sep 04 23:30:29.410 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-09-04T23:30:30.591Z[ recovery-image] Sep 04 23:30:29.421 INFO O| Sep 04 23:30:29.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80042026-09-04T23:30:30.591Z[ recovery-image] Sep 04 23:30:29.421 INFO O| Sep 04 23:30:29.421 INFO STEP 770 (remove_files) COMPLETE
80052026-09-04T23:30:30.591Z[ recovery-image] Sep 04 23:30:29.421 INFO O| Sep 04 23:30:29.421 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-09-04T23:30:30.602Z[ recovery-image] Sep 04 23:30:29.431 INFO O| Sep 04 23:30:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80072026-09-04T23:30:30.602Z[ recovery-image] Sep 04 23:30:29.431 INFO O| Sep 04 23:30:29.431 INFO STEP 771 (remove_files) COMPLETE
80082026-09-04T23:30:30.605Z[ recovery-image] Sep 04 23:30:29.431 INFO O| Sep 04 23:30:29.431 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-09-04T23:30:30.609Z[ recovery-image] Sep 04 23:30:29.439 INFO O| Sep 04 23:30:29.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80102026-09-04T23:30:30.612Z[ recovery-image] Sep 04 23:30:29.439 INFO O| Sep 04 23:30:29.439 INFO STEP 772 (remove_files) COMPLETE
80112026-09-04T23:30:30.612Z[ recovery-image] Sep 04 23:30:29.439 INFO O| Sep 04 23:30:29.439 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-09-04T23:30:30.619Z[ recovery-image] Sep 04 23:30:29.450 INFO O| Sep 04 23:30:29.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80132026-09-04T23:30:30.620Z[ recovery-image] Sep 04 23:30:29.450 INFO O| Sep 04 23:30:29.450 INFO STEP 773 (remove_files) COMPLETE
80142026-09-04T23:30:30.623Z[ recovery-image] Sep 04 23:30:29.450 INFO O| Sep 04 23:30:29.450 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-09-04T23:30:30.626Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
80162026-09-04T23:30:30.629Z[ recovery-image] Sep 04 23:30:29.460 INFO O| Sep 04 23:30:29.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80172026-09-04T23:30:30.629Z[ recovery-image] Sep 04 23:30:29.460 INFO O| Sep 04 23:30:29.460 INFO STEP 774 (remove_files) COMPLETE
80182026-09-04T23:30:30.629Z[ recovery-image] Sep 04 23:30:29.460 INFO O| Sep 04 23:30:29.460 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-09-04T23:30:30.640Z[ recovery-image] Sep 04 23:30:29.470 INFO O| Sep 04 23:30:29.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80202026-09-04T23:30:30.640Z[ recovery-image] Sep 04 23:30:29.470 INFO O| Sep 04 23:30:29.470 INFO STEP 775 (remove_files) COMPLETE
80212026-09-04T23:30:30.640Z[ recovery-image] Sep 04 23:30:29.470 INFO O| Sep 04 23:30:29.470 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-09-04T23:30:30.648Z[ recovery-image] Sep 04 23:30:29.479 INFO O| Sep 04 23:30:29.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80232026-09-04T23:30:30.648Z[ recovery-image] Sep 04 23:30:29.479 INFO O| Sep 04 23:30:29.479 INFO STEP 776 (remove_files) COMPLETE
80242026-09-04T23:30:30.648Z[ recovery-image] Sep 04 23:30:29.479 INFO O| Sep 04 23:30:29.479 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-09-04T23:30:30.659Z[ recovery-image] Sep 04 23:30:29.490 INFO O| Sep 04 23:30:29.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80262026-09-04T23:30:30.659Z[ recovery-image] Sep 04 23:30:29.490 INFO O| Sep 04 23:30:29.490 INFO STEP 777 (remove_files) COMPLETE
80272026-09-04T23:30:30.663Z[ recovery-image] Sep 04 23:30:29.490 INFO O| Sep 04 23:30:29.490 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-09-04T23:30:30.670Z[ recovery-image] Sep 04 23:30:29.500 INFO O| Sep 04 23:30:29.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80292026-09-04T23:30:30.670Z[ recovery-image] Sep 04 23:30:29.500 INFO O| Sep 04 23:30:29.500 INFO STEP 778 (remove_files) COMPLETE
80302026-09-04T23:30:30.670Z[ recovery-image] Sep 04 23:30:29.500 INFO O| Sep 04 23:30:29.500 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-09-04T23:30:30.682Z[ recovery-image] Sep 04 23:30:29.511 INFO O| Sep 04 23:30:29.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80322026-09-04T23:30:30.682Z[ recovery-image] Sep 04 23:30:29.511 INFO O| Sep 04 23:30:29.511 INFO STEP 779 (remove_files) COMPLETE
80332026-09-04T23:30:30.682Z[ recovery-image] Sep 04 23:30:29.511 INFO O| Sep 04 23:30:29.511 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-09-04T23:30:30.691Z[ recovery-image] Sep 04 23:30:29.522 INFO O| Sep 04 23:30:29.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80352026-09-04T23:30:30.695Z[ recovery-image] Sep 04 23:30:29.522 INFO O| Sep 04 23:30:29.522 INFO STEP 780 (remove_files) COMPLETE
80362026-09-04T23:30:30.695Z[ recovery-image] Sep 04 23:30:29.522 INFO O| Sep 04 23:30:29.522 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-09-04T23:30:30.703Z[ recovery-image] Sep 04 23:30:29.533 INFO O| Sep 04 23:30:29.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80382026-09-04T23:30:30.706Z[ recovery-image] Sep 04 23:30:29.534 INFO O| Sep 04 23:30:29.533 INFO STEP 781 (remove_files) COMPLETE
80392026-09-04T23:30:30.706Z[ recovery-image] Sep 04 23:30:29.534 INFO O| Sep 04 23:30:29.533 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-09-04T23:30:30.710Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
80412026-09-04T23:30:30.713Z[ recovery-image] Sep 04 23:30:29.544 INFO O| Sep 04 23:30:29.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80422026-09-04T23:30:30.713Z[ recovery-image] Sep 04 23:30:29.544 INFO O| Sep 04 23:30:29.544 INFO STEP 782 (remove_files) COMPLETE
80432026-09-04T23:30:30.720Z[ recovery-image] Sep 04 23:30:29.544 INFO O| Sep 04 23:30:29.544 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-04T23:30:30.725Z[ recovery-image] Sep 04 23:30:29.554 INFO O| Sep 04 23:30:29.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80452026-09-04T23:30:30.725Z[ recovery-image] Sep 04 23:30:29.554 INFO O| Sep 04 23:30:29.554 INFO STEP 783 (remove_files) COMPLETE
80462026-09-04T23:30:30.725Z[ recovery-image] Sep 04 23:30:29.554 INFO O| Sep 04 23:30:29.554 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-04T23:30:30.734Z[ recovery-image] Sep 04 23:30:29.564 INFO O| Sep 04 23:30:29.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80482026-09-04T23:30:30.734Z[ recovery-image] Sep 04 23:30:29.564 INFO O| Sep 04 23:30:29.564 INFO STEP 784 (remove_files) COMPLETE
80492026-09-04T23:30:30.737Z[ recovery-image] Sep 04 23:30:29.564 INFO O| Sep 04 23:30:29.564 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-04T23:30:30.745Z[ recovery-image] Sep 04 23:30:29.575 INFO O| Sep 04 23:30:29.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80512026-09-04T23:30:30.745Z[ recovery-image] Sep 04 23:30:29.575 INFO O| Sep 04 23:30:29.575 INFO STEP 785 (remove_files) COMPLETE
80522026-09-04T23:30:30.745Z[ recovery-image] Sep 04 23:30:29.575 INFO O| Sep 04 23:30:29.575 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-04T23:30:30.761Z[ recovery-image] Sep 04 23:30:29.591 INFO O| Sep 04 23:30:29.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80542026-09-04T23:30:30.761Z[ recovery-image] Sep 04 23:30:29.591 INFO O| Sep 04 23:30:29.591 INFO STEP 786 (remove_files) COMPLETE
80552026-09-04T23:30:30.761Z[ recovery-image] Sep 04 23:30:29.591 INFO O| Sep 04 23:30:29.591 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-04T23:30:30.771Z[ recovery-image] Sep 04 23:30:29.602 INFO O| Sep 04 23:30:29.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80572026-09-04T23:30:30.771Z[ recovery-image] Sep 04 23:30:29.602 INFO O| Sep 04 23:30:29.602 INFO STEP 787 (remove_files) COMPLETE
80582026-09-04T23:30:30.774Z[ recovery-image] Sep 04 23:30:29.602 INFO O| Sep 04 23:30:29.602 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-04T23:30:30.781Z[ recovery-image] Sep 04 23:30:29.611 INFO O| Sep 04 23:30:29.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80602026-09-04T23:30:30.781Z[ recovery-image] Sep 04 23:30:29.611 INFO O| Sep 04 23:30:29.611 INFO STEP 788 (remove_files) COMPLETE
80612026-09-04T23:30:30.781Z[ recovery-image] Sep 04 23:30:29.611 INFO O| Sep 04 23:30:29.611 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-09-04T23:30:30.790Z[ recovery-image] Sep 04 23:30:29.620 INFO O| Sep 04 23:30:29.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80632026-09-04T23:30:30.790Z[ recovery-image] Sep 04 23:30:29.621 INFO O| Sep 04 23:30:29.620 INFO STEP 789 (remove_files) COMPLETE
80642026-09-04T23:30:30.790Z[ recovery-image] Sep 04 23:30:29.621 INFO O| Sep 04 23:30:29.621 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-09-04T23:30:30.799Z[ recovery-image] Sep 04 23:30:29.629 INFO O| Sep 04 23:30:29.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80662026-09-04T23:30:30.799Z[ recovery-image] Sep 04 23:30:29.630 INFO O| Sep 04 23:30:29.630 INFO STEP 790 (remove_files) COMPLETE
80672026-09-04T23:30:30.799Z[ recovery-image] Sep 04 23:30:29.630 INFO O| Sep 04 23:30:29.630 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-09-04T23:30:30.809Z[ recovery-image] Sep 04 23:30:29.639 INFO O| Sep 04 23:30:29.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80692026-09-04T23:30:30.809Z[ recovery-image] Sep 04 23:30:29.639 INFO O| Sep 04 23:30:29.639 INFO STEP 791 (remove_files) COMPLETE
80702026-09-04T23:30:30.809Z[ recovery-image] Sep 04 23:30:29.639 INFO O| Sep 04 23:30:29.639 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-09-04T23:30:30.818Z[ recovery-image] Sep 04 23:30:29.648 INFO O| Sep 04 23:30:29.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80722026-09-04T23:30:30.818Z[ recovery-image] Sep 04 23:30:29.648 INFO O| Sep 04 23:30:29.648 INFO STEP 792 (remove_files) COMPLETE
80732026-09-04T23:30:30.818Z[ recovery-image] Sep 04 23:30:29.648 INFO O| Sep 04 23:30:29.648 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-09-04T23:30:30.826Z[ recovery-image] Sep 04 23:30:29.656 INFO O| Sep 04 23:30:29.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80752026-09-04T23:30:30.826Z[ recovery-image] Sep 04 23:30:29.656 INFO O| Sep 04 23:30:29.656 INFO STEP 793 (remove_files) COMPLETE
80762026-09-04T23:30:30.826Z[ recovery-image] Sep 04 23:30:29.656 INFO O| Sep 04 23:30:29.656 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-09-04T23:30:30.835Z[ recovery-image] Sep 04 23:30:29.665 INFO O| Sep 04 23:30:29.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80782026-09-04T23:30:30.835Z[ recovery-image] Sep 04 23:30:29.665 INFO O| Sep 04 23:30:29.665 INFO STEP 794 (remove_files) COMPLETE
80792026-09-04T23:30:30.835Z[ recovery-image] Sep 04 23:30:29.665 INFO O| Sep 04 23:30:29.665 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-04T23:30:30.844Z[ recovery-image] Sep 04 23:30:29.674 INFO O| Sep 04 23:30:29.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80812026-09-04T23:30:30.844Z[ recovery-image] Sep 04 23:30:29.674 INFO O| Sep 04 23:30:29.674 INFO STEP 795 (remove_files) COMPLETE
80822026-09-04T23:30:30.844Z[ recovery-image] Sep 04 23:30:29.674 INFO O| Sep 04 23:30:29.674 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-09-04T23:30:30.849Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
80842026-09-04T23:30:30.853Z[ recovery-image] Sep 04 23:30:29.684 INFO O| Sep 04 23:30:29.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
80852026-09-04T23:30:30.853Z[ recovery-image] Sep 04 23:30:29.684 INFO O| Sep 04 23:30:29.684 INFO STEP 796 (remove_files) COMPLETE
80862026-09-04T23:30:30.856Z[ recovery-image] Sep 04 23:30:29.685 INFO O| Sep 04 23:30:29.684 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-09-04T23:30:30.871Z[ recovery-image] Sep 04 23:30:29.694 INFO O| Sep 04 23:30:29.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
80882026-09-04T23:30:30.871Z[ recovery-image] Sep 04 23:30:29.694 INFO O| Sep 04 23:30:29.694 INFO STEP 797 (remove_files) COMPLETE
80892026-09-04T23:30:30.871Z[ recovery-image] Sep 04 23:30:29.694 INFO O| Sep 04 23:30:29.694 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-09-04T23:30:30.875Z[ recovery-image] Sep 04 23:30:29.703 INFO O| Sep 04 23:30:29.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
80912026-09-04T23:30:30.875Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
80922026-09-04T23:30:30.875Z[ recovery-image] Sep 04 23:30:29.703 INFO O| Sep 04 23:30:29.703 INFO STEP 798 (remove_files) COMPLETE
80932026-09-04T23:30:30.878Z[ recovery-image] Sep 04 23:30:29.703 INFO O| Sep 04 23:30:29.703 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-04T23:30:30.884Z[ recovery-image] Sep 04 23:30:29.714 INFO O| Sep 04 23:30:29.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
80952026-09-04T23:30:30.884Z[ recovery-image] Sep 04 23:30:29.714 INFO O| Sep 04 23:30:29.714 INFO STEP 799 (remove_files) COMPLETE
80962026-09-04T23:30:30.884Z[ recovery-image] Sep 04 23:30:29.714 INFO O| Sep 04 23:30:29.714 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-04T23:30:30.894Z[ recovery-image] Sep 04 23:30:29.725 INFO O| Sep 04 23:30:29.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
80982026-09-04T23:30:30.894Z[ recovery-image] Sep 04 23:30:29.725 INFO O| Sep 04 23:30:29.725 INFO STEP 800 (remove_files) COMPLETE
80992026-09-04T23:30:30.895Z[ recovery-image] Sep 04 23:30:29.725 INFO O| Sep 04 23:30:29.725 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-04T23:30:30.899Z[verify-libraries] Compiling drift v0.2.0
81012026-09-04T23:30:30.905Z[ recovery-image] Sep 04 23:30:29.736 INFO O| Sep 04 23:30:29.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81022026-09-04T23:30:30.905Z[ recovery-image] Sep 04 23:30:29.736 INFO O| Sep 04 23:30:29.736 INFO STEP 801 (remove_files) COMPLETE
81032026-09-04T23:30:30.905Z[ recovery-image] Sep 04 23:30:29.736 INFO O| Sep 04 23:30:29.736 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-09-04T23:30:30.916Z[ recovery-image] Sep 04 23:30:29.746 INFO O| Sep 04 23:30:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81052026-09-04T23:30:30.916Z[ recovery-image] Sep 04 23:30:29.746 INFO O| Sep 04 23:30:29.746 INFO STEP 802 (remove_files) COMPLETE
81062026-09-04T23:30:30.916Z[ recovery-image] Sep 04 23:30:29.746 INFO O| Sep 04 23:30:29.746 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-09-04T23:30:30.926Z[ recovery-image] Sep 04 23:30:29.756 INFO O| Sep 04 23:30:29.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81082026-09-04T23:30:30.929Z[ recovery-image] Sep 04 23:30:29.756 INFO O| Sep 04 23:30:29.756 INFO STEP 803 (remove_files) COMPLETE
81092026-09-04T23:30:30.929Z[ recovery-image] Sep 04 23:30:29.756 INFO O| Sep 04 23:30:29.756 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-09-04T23:30:30.936Z[ recovery-image] Sep 04 23:30:29.766 INFO O| Sep 04 23:30:29.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81112026-09-04T23:30:30.936Z[ recovery-image] Sep 04 23:30:29.766 INFO O| Sep 04 23:30:29.766 INFO STEP 804 (remove_files) COMPLETE
81122026-09-04T23:30:30.936Z[ recovery-image] Sep 04 23:30:29.766 INFO O| Sep 04 23:30:29.766 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-09-04T23:30:30.945Z[ recovery-image] Sep 04 23:30:29.776 INFO O| Sep 04 23:30:29.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81142026-09-04T23:30:30.945Z[ recovery-image] Sep 04 23:30:29.776 INFO O| Sep 04 23:30:29.776 INFO STEP 805 (remove_files) COMPLETE
81152026-09-04T23:30:30.945Z[ recovery-image] Sep 04 23:30:29.776 INFO O| Sep 04 23:30:29.776 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-04T23:30:30.955Z[ recovery-image] Sep 04 23:30:29.785 INFO O| Sep 04 23:30:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81172026-09-04T23:30:30.955Z[ recovery-image] Sep 04 23:30:29.785 INFO O| Sep 04 23:30:29.785 INFO STEP 806 (remove_files) COMPLETE
81182026-09-04T23:30:30.955Z[ recovery-image] Sep 04 23:30:29.785 INFO O| Sep 04 23:30:29.785 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-04T23:30:30.964Z[ recovery-image] Sep 04 23:30:29.794 INFO O| Sep 04 23:30:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81202026-09-04T23:30:30.964Z[ recovery-image] Sep 04 23:30:29.795 INFO O| Sep 04 23:30:29.794 INFO STEP 807 (remove_files) COMPLETE
81212026-09-04T23:30:30.964Z[ recovery-image] Sep 04 23:30:29.795 INFO O| Sep 04 23:30:29.795 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-04T23:30:30.976Z[ recovery-image] Sep 04 23:30:29.804 INFO O| Sep 04 23:30:29.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81232026-09-04T23:30:30.976Z[ recovery-image] Sep 04 23:30:29.804 INFO O| Sep 04 23:30:29.804 INFO STEP 808 (remove_files) COMPLETE
81242026-09-04T23:30:30.976Z[ recovery-image] Sep 04 23:30:29.804 INFO O| Sep 04 23:30:29.804 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-04T23:30:30.983Z[ recovery-image] Sep 04 23:30:29.813 INFO O| Sep 04 23:30:29.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81262026-09-04T23:30:30.986Z[ recovery-image] Sep 04 23:30:29.813 INFO O| Sep 04 23:30:29.813 INFO STEP 809 (remove_files) COMPLETE
81272026-09-04T23:30:30.986Z[ recovery-image] Sep 04 23:30:29.813 INFO O| Sep 04 23:30:29.813 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-04T23:30:30.995Z[ recovery-image] Sep 04 23:30:29.822 INFO O| Sep 04 23:30:29.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81292026-09-04T23:30:30.995Z[ recovery-image] Sep 04 23:30:29.822 INFO O| Sep 04 23:30:29.822 INFO STEP 810 (remove_files) COMPLETE
81302026-09-04T23:30:30.999Z[ recovery-image] Sep 04 23:30:29.822 INFO O| Sep 04 23:30:29.822 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-04T23:30:31.002Z[ recovery-image] Sep 04 23:30:29.830 INFO O| Sep 04 23:30:29.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81322026-09-04T23:30:31.002Z[ recovery-image] Sep 04 23:30:29.830 INFO O| Sep 04 23:30:29.830 INFO STEP 811 (remove_files) COMPLETE
81332026-09-04T23:30:31.002Z[ recovery-image] Sep 04 23:30:29.830 INFO O| Sep 04 23:30:29.830 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-04T23:30:31.009Z[ recovery-image] Sep 04 23:30:29.839 INFO O| Sep 04 23:30:29.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81352026-09-04T23:30:31.009Z[ recovery-image] Sep 04 23:30:29.839 INFO O| Sep 04 23:30:29.839 INFO STEP 812 (remove_files) COMPLETE
81362026-09-04T23:30:31.009Z[ recovery-image] Sep 04 23:30:29.839 INFO O| Sep 04 23:30:29.839 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-04T23:30:31.018Z[ recovery-image] Sep 04 23:30:29.849 INFO O| Sep 04 23:30:29.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81382026-09-04T23:30:31.018Z[ recovery-image] Sep 04 23:30:29.849 INFO O| Sep 04 23:30:29.849 INFO STEP 813 (remove_files) COMPLETE
81392026-09-04T23:30:31.018Z[ recovery-image] Sep 04 23:30:29.849 INFO O| Sep 04 23:30:29.849 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-04T23:30:31.029Z[ recovery-image] Sep 04 23:30:29.860 INFO O| Sep 04 23:30:29.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81412026-09-04T23:30:31.029Z[ recovery-image] Sep 04 23:30:29.860 INFO O| Sep 04 23:30:29.860 INFO STEP 814 (remove_files) COMPLETE
81422026-09-04T23:30:31.030Z[ recovery-image] Sep 04 23:30:29.860 INFO O| Sep 04 23:30:29.860 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-04T23:30:31.035Z[verify-libraries] Compiling uzers v0.12.2
81442026-09-04T23:30:31.040Z[ recovery-image] Sep 04 23:30:29.871 INFO O| Sep 04 23:30:29.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81452026-09-04T23:30:31.040Z[ recovery-image] Sep 04 23:30:29.871 INFO O| Sep 04 23:30:29.871 INFO STEP 815 (remove_files) COMPLETE
81462026-09-04T23:30:31.041Z[ recovery-image] Sep 04 23:30:29.871 INFO O| Sep 04 23:30:29.871 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-09-04T23:30:31.050Z[ recovery-image] Sep 04 23:30:29.880 INFO O| Sep 04 23:30:29.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81482026-09-04T23:30:31.050Z[ recovery-image] Sep 04 23:30:29.880 INFO O| Sep 04 23:30:29.880 INFO STEP 816 (remove_files) COMPLETE
81492026-09-04T23:30:31.050Z[ recovery-image] Sep 04 23:30:29.880 INFO O| Sep 04 23:30:29.880 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-09-04T23:30:31.058Z[ recovery-image] Sep 04 23:30:29.888 INFO O| Sep 04 23:30:29.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81512026-09-04T23:30:31.058Z[ recovery-image] Sep 04 23:30:29.888 INFO O| Sep 04 23:30:29.888 INFO STEP 817 (remove_files) COMPLETE
81522026-09-04T23:30:31.058Z[ recovery-image] Sep 04 23:30:29.888 INFO O| Sep 04 23:30:29.888 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-09-04T23:30:31.067Z[ recovery-image] Sep 04 23:30:29.897 INFO O| Sep 04 23:30:29.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81542026-09-04T23:30:31.067Z[ recovery-image] Sep 04 23:30:29.897 INFO O| Sep 04 23:30:29.897 INFO STEP 818 (remove_files) COMPLETE
81552026-09-04T23:30:31.070Z[ recovery-image] Sep 04 23:30:29.897 INFO O| Sep 04 23:30:29.897 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-09-04T23:30:31.075Z[ recovery-image] Sep 04 23:30:29.906 INFO O| Sep 04 23:30:29.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81572026-09-04T23:30:31.075Z[ recovery-image] Sep 04 23:30:29.906 INFO O| Sep 04 23:30:29.906 INFO STEP 819 (remove_files) COMPLETE
81582026-09-04T23:30:31.075Z[ recovery-image] Sep 04 23:30:29.906 INFO O| Sep 04 23:30:29.906 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-09-04T23:30:31.084Z[ recovery-image] Sep 04 23:30:29.914 INFO O| Sep 04 23:30:29.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81602026-09-04T23:30:31.084Z[ recovery-image] Sep 04 23:30:29.914 INFO O| Sep 04 23:30:29.914 INFO STEP 820 (remove_files) COMPLETE
81612026-09-04T23:30:31.087Z[ recovery-image] Sep 04 23:30:29.914 INFO O| Sep 04 23:30:29.914 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-09-04T23:30:31.093Z[ recovery-image] Sep 04 23:30:29.923 INFO O| Sep 04 23:30:29.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81632026-09-04T23:30:31.093Z[ recovery-image] Sep 04 23:30:29.923 INFO O| Sep 04 23:30:29.923 INFO STEP 821 (remove_files) COMPLETE
81642026-09-04T23:30:31.093Z[ recovery-image] Sep 04 23:30:29.923 INFO O| Sep 04 23:30:29.923 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-09-04T23:30:31.101Z[ recovery-image] Sep 04 23:30:29.931 INFO O| Sep 04 23:30:29.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81662026-09-04T23:30:31.101Z[ recovery-image] Sep 04 23:30:29.932 INFO O| Sep 04 23:30:29.932 INFO STEP 822 (remove_files) COMPLETE
81672026-09-04T23:30:31.104Z[ recovery-image] Sep 04 23:30:29.932 INFO O| Sep 04 23:30:29.932 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-09-04T23:30:31.109Z[ recovery-image] Sep 04 23:30:29.940 INFO O| Sep 04 23:30:29.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81692026-09-04T23:30:31.109Z[ recovery-image] Sep 04 23:30:29.940 INFO O| Sep 04 23:30:29.940 INFO STEP 823 (remove_files) COMPLETE
81702026-09-04T23:30:31.109Z[ recovery-image] Sep 04 23:30:29.940 INFO O| Sep 04 23:30:29.940 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-04T23:30:31.118Z[ recovery-image] Sep 04 23:30:29.948 INFO O| Sep 04 23:30:29.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81722026-09-04T23:30:31.118Z[ recovery-image] Sep 04 23:30:29.948 INFO O| Sep 04 23:30:29.948 INFO STEP 824 (remove_files) COMPLETE
81732026-09-04T23:30:31.118Z[ recovery-image] Sep 04 23:30:29.948 INFO O| Sep 04 23:30:29.948 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-09-04T23:30:31.127Z[ recovery-image] Sep 04 23:30:29.957 INFO O| Sep 04 23:30:29.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81752026-09-04T23:30:31.127Z[ recovery-image] Sep 04 23:30:29.957 INFO O| Sep 04 23:30:29.957 INFO STEP 825 (remove_files) COMPLETE
81762026-09-04T23:30:31.130Z[ recovery-image] Sep 04 23:30:29.957 INFO O| Sep 04 23:30:29.957 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-09-04T23:30:31.138Z[ recovery-image] Sep 04 23:30:29.966 INFO O| Sep 04 23:30:29.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81782026-09-04T23:30:31.138Z[ recovery-image] Sep 04 23:30:29.966 INFO O| Sep 04 23:30:29.966 INFO STEP 826 (remove_files) COMPLETE
81792026-09-04T23:30:31.138Z[ recovery-image] Sep 04 23:30:29.966 INFO O| Sep 04 23:30:29.966 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-04T23:30:31.144Z[ recovery-image] Sep 04 23:30:29.975 INFO O| Sep 04 23:30:29.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81812026-09-04T23:30:31.144Z[ recovery-image] Sep 04 23:30:29.975 INFO O| Sep 04 23:30:29.975 INFO STEP 827 (remove_files) COMPLETE
81822026-09-04T23:30:31.149Z[ recovery-image] Sep 04 23:30:29.975 INFO O| Sep 04 23:30:29.975 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-09-04T23:30:31.152Z[verify-libraries] Compiling parse-size v1.1.0
81842026-09-04T23:30:31.155Z[ recovery-image] Sep 04 23:30:29.984 INFO O| Sep 04 23:30:29.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81852026-09-04T23:30:31.155Z[ recovery-image] Sep 04 23:30:29.984 INFO O| Sep 04 23:30:29.984 INFO STEP 828 (remove_files) COMPLETE
81862026-09-04T23:30:31.155Z[ recovery-image] Sep 04 23:30:29.984 INFO O| Sep 04 23:30:29.984 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-09-04T23:30:31.162Z[ recovery-image] Sep 04 23:30:29.993 INFO O| Sep 04 23:30:29.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
81882026-09-04T23:30:31.162Z[ recovery-image] Sep 04 23:30:29.993 INFO O| Sep 04 23:30:29.993 INFO STEP 829 (remove_files) COMPLETE
81892026-09-04T23:30:31.162Z[ recovery-image] Sep 04 23:30:29.993 INFO O| Sep 04 23:30:29.993 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-04T23:30:31.172Z[ recovery-image] Sep 04 23:30:30.002 INFO O| Sep 04 23:30:30.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
81912026-09-04T23:30:31.172Z[ recovery-image] Sep 04 23:30:30.002 INFO O| Sep 04 23:30:30.002 INFO STEP 830 (remove_files) COMPLETE
81922026-09-04T23:30:31.172Z[ recovery-image] Sep 04 23:30:30.002 INFO O| Sep 04 23:30:30.002 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-09-04T23:30:31.183Z[ recovery-image] Sep 04 23:30:30.013 INFO O| Sep 04 23:30:30.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
81942026-09-04T23:30:31.183Z[ recovery-image] Sep 04 23:30:30.013 INFO O| Sep 04 23:30:30.013 INFO STEP 831 (remove_files) COMPLETE
81952026-09-04T23:30:31.183Z[ recovery-image] Sep 04 23:30:30.013 INFO O| Sep 04 23:30:30.013 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-09-04T23:30:31.192Z[ recovery-image] Sep 04 23:30:30.022 INFO O| Sep 04 23:30:30.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
81972026-09-04T23:30:31.192Z[ recovery-image] Sep 04 23:30:30.022 INFO O| Sep 04 23:30:30.022 INFO STEP 832 (remove_files) COMPLETE
81982026-09-04T23:30:31.192Z[ recovery-image] Sep 04 23:30:30.022 INFO O| Sep 04 23:30:30.022 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-09-04T23:30:31.202Z[ recovery-image] Sep 04 23:30:30.032 INFO O| Sep 04 23:30:30.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82002026-09-04T23:30:31.202Z[ recovery-image] Sep 04 23:30:30.032 INFO O| Sep 04 23:30:30.032 INFO STEP 833 (remove_files) COMPLETE
82012026-09-04T23:30:31.202Z[ recovery-image] Sep 04 23:30:30.032 INFO O| Sep 04 23:30:30.032 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-09-04T23:30:31.211Z[ recovery-image] Sep 04 23:30:30.042 INFO O| Sep 04 23:30:30.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82032026-09-04T23:30:31.211Z[ recovery-image] Sep 04 23:30:30.042 INFO O| Sep 04 23:30:30.042 INFO STEP 834 (remove_files) COMPLETE
82042026-09-04T23:30:31.216Z[ recovery-image] Sep 04 23:30:30.042 INFO O| Sep 04 23:30:30.042 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-09-04T23:30:31.236Z[ recovery-image] Sep 04 23:30:30.051 INFO O| Sep 04 23:30:30.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82062026-09-04T23:30:31.236Z[ recovery-image] Sep 04 23:30:30.051 INFO O| Sep 04 23:30:30.051 INFO STEP 835 (remove_files) COMPLETE
82072026-09-04T23:30:31.239Z[ recovery-image] Sep 04 23:30:30.051 INFO O| Sep 04 23:30:30.051 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-09-04T23:30:31.239Z[ recovery-image] Sep 04 23:30:30.061 INFO O| Sep 04 23:30:30.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82092026-09-04T23:30:31.239Z[ recovery-image] Sep 04 23:30:30.061 INFO O| Sep 04 23:30:30.061 INFO STEP 836 (remove_files) COMPLETE
82102026-09-04T23:30:31.239Z[ recovery-image] Sep 04 23:30:30.061 INFO O| Sep 04 23:30:30.061 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-09-04T23:30:31.242Z[ recovery-image] Sep 04 23:30:30.070 INFO O| Sep 04 23:30:30.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82122026-09-04T23:30:31.242Z[ recovery-image] Sep 04 23:30:30.070 INFO O| Sep 04 23:30:30.070 INFO STEP 837 (remove_files) COMPLETE
82132026-09-04T23:30:31.242Z[ recovery-image] Sep 04 23:30:30.070 INFO O| Sep 04 23:30:30.070 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-09-04T23:30:31.283Z[ recovery-image] Sep 04 23:30:30.113 INFO O| Sep 04 23:30:30.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82152026-09-04T23:30:31.286Z[ recovery-image] Sep 04 23:30:30.114 INFO O| Sep 04 23:30:30.114 INFO STEP 838 (remove_files) COMPLETE
82162026-09-04T23:30:31.286Z[ recovery-image] Sep 04 23:30:30.114 INFO O| Sep 04 23:30:30.114 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-09-04T23:30:31.293Z[ recovery-image] Sep 04 23:30:30.123 INFO O| Sep 04 23:30:30.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82182026-09-04T23:30:31.293Z[ recovery-image] Sep 04 23:30:30.123 INFO O| Sep 04 23:30:30.123 INFO STEP 839 (remove_files) COMPLETE
82192026-09-04T23:30:31.321Z[ recovery-image] Sep 04 23:30:30.123 INFO O| Sep 04 23:30:30.123 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-09-04T23:30:31.321Z[ recovery-image] Sep 04 23:30:30.131 INFO O| Sep 04 23:30:30.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82212026-09-04T23:30:31.321Z[ recovery-image] Sep 04 23:30:30.131 INFO O| Sep 04 23:30:30.131 INFO STEP 840 (remove_files) COMPLETE
82222026-09-04T23:30:31.321Z[ recovery-image] Sep 04 23:30:30.131 INFO O| Sep 04 23:30:30.131 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-09-04T23:30:31.321Z[ recovery-image] Sep 04 23:30:30.141 INFO O| Sep 04 23:30:30.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82242026-09-04T23:30:31.321Z[ recovery-image] Sep 04 23:30:30.141 INFO O| Sep 04 23:30:30.141 INFO STEP 841 (remove_files) COMPLETE
82252026-09-04T23:30:31.321Z[ recovery-image] Sep 04 23:30:30.141 INFO O| Sep 04 23:30:30.141 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-09-04T23:30:31.331Z[ recovery-image] Sep 04 23:30:30.159 INFO O| Sep 04 23:30:30.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82272026-09-04T23:30:31.331Z[ recovery-image] Sep 04 23:30:30.159 INFO O| Sep 04 23:30:30.159 INFO STEP 842 (remove_files) COMPLETE
82282026-09-04T23:30:31.332Z[ recovery-image] Sep 04 23:30:30.159 INFO O| Sep 04 23:30:30.159 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-09-04T23:30:31.341Z[ recovery-image] Sep 04 23:30:30.171 INFO O| Sep 04 23:30:30.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82302026-09-04T23:30:31.341Z[ recovery-image] Sep 04 23:30:30.171 INFO O| Sep 04 23:30:30.171 INFO STEP 843 (remove_files) COMPLETE
82312026-09-04T23:30:31.344Z[ recovery-image] Sep 04 23:30:30.171 INFO O| Sep 04 23:30:30.171 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-09-04T23:30:31.352Z[ recovery-image] Sep 04 23:30:30.182 INFO O| Sep 04 23:30:30.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82332026-09-04T23:30:31.352Z[ recovery-image] Sep 04 23:30:30.182 INFO O| Sep 04 23:30:30.182 INFO STEP 844 (remove_files) COMPLETE
82342026-09-04T23:30:31.352Z[ recovery-image] Sep 04 23:30:30.182 INFO O| Sep 04 23:30:30.182 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-04T23:30:31.361Z[ recovery-image] Sep 04 23:30:30.192 INFO O| Sep 04 23:30:30.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82362026-09-04T23:30:31.361Z[ recovery-image] Sep 04 23:30:30.192 INFO O| Sep 04 23:30:30.192 INFO STEP 845 (remove_files) COMPLETE
82372026-09-04T23:30:31.361Z[ recovery-image] Sep 04 23:30:30.192 INFO O| Sep 04 23:30:30.192 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-04T23:30:31.371Z[ recovery-image] Sep 04 23:30:30.201 INFO O| Sep 04 23:30:30.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82392026-09-04T23:30:31.371Z[ recovery-image] Sep 04 23:30:30.202 INFO O| Sep 04 23:30:30.201 INFO STEP 846 (remove_files) COMPLETE
82402026-09-04T23:30:31.371Z[ recovery-image] Sep 04 23:30:30.202 INFO O| Sep 04 23:30:30.201 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-04T23:30:31.381Z[ recovery-image] Sep 04 23:30:30.211 INFO O| Sep 04 23:30:30.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82422026-09-04T23:30:31.381Z[ recovery-image] Sep 04 23:30:30.211 INFO O| Sep 04 23:30:30.211 INFO STEP 847 (remove_files) COMPLETE
82432026-09-04T23:30:31.381Z[ recovery-image] Sep 04 23:30:30.211 INFO O| Sep 04 23:30:30.211 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-04T23:30:31.389Z[ recovery-image] Sep 04 23:30:30.219 INFO O| Sep 04 23:30:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82452026-09-04T23:30:31.389Z[ recovery-image] Sep 04 23:30:30.220 INFO O| Sep 04 23:30:30.220 INFO STEP 848 (remove_files) COMPLETE
82462026-09-04T23:30:31.389Z[ recovery-image] Sep 04 23:30:30.220 INFO O| Sep 04 23:30:30.220 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-04T23:30:31.397Z[ recovery-image] Sep 04 23:30:30.227 INFO O| Sep 04 23:30:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82482026-09-04T23:30:31.397Z[ recovery-image] Sep 04 23:30:30.227 INFO O| Sep 04 23:30:30.227 INFO STEP 849 (remove_files) COMPLETE
82492026-09-04T23:30:31.397Z[ recovery-image] Sep 04 23:30:30.227 INFO O| Sep 04 23:30:30.227 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-09-04T23:30:31.406Z[ recovery-image] Sep 04 23:30:30.236 INFO O| Sep 04 23:30:30.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82512026-09-04T23:30:31.406Z[ recovery-image] Sep 04 23:30:30.237 INFO O| Sep 04 23:30:30.237 INFO STEP 850 (remove_files) COMPLETE
82522026-09-04T23:30:31.406Z[ recovery-image] Sep 04 23:30:30.237 INFO O| Sep 04 23:30:30.237 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-09-04T23:30:31.414Z[ recovery-image] Sep 04 23:30:30.244 INFO O| Sep 04 23:30:30.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82542026-09-04T23:30:31.414Z[ recovery-image] Sep 04 23:30:30.244 INFO O| Sep 04 23:30:30.244 INFO STEP 851 (remove_files) COMPLETE
82552026-09-04T23:30:31.414Z[ recovery-image] Sep 04 23:30:30.244 INFO O| Sep 04 23:30:30.244 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-09-04T23:30:31.428Z[ recovery-image] Sep 04 23:30:30.252 INFO O| Sep 04 23:30:30.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82572026-09-04T23:30:31.428Z[ recovery-image] Sep 04 23:30:30.252 INFO O| Sep 04 23:30:30.252 INFO STEP 852 (remove_files) COMPLETE
82582026-09-04T23:30:31.428Z[ recovery-image] Sep 04 23:30:30.252 INFO O| Sep 04 23:30:30.252 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-09-04T23:30:31.433Z[ recovery-image] Sep 04 23:30:30.263 INFO O| Sep 04 23:30:30.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82602026-09-04T23:30:31.433Z[ recovery-image] Sep 04 23:30:30.263 INFO O| Sep 04 23:30:30.263 INFO STEP 853 (remove_files) COMPLETE
82612026-09-04T23:30:31.436Z[ recovery-image] Sep 04 23:30:30.263 INFO O| Sep 04 23:30:30.263 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-09-04T23:30:31.443Z[ recovery-image] Sep 04 23:30:30.273 INFO O| Sep 04 23:30:30.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82632026-09-04T23:30:31.443Z[ recovery-image] Sep 04 23:30:30.273 INFO O| Sep 04 23:30:30.273 INFO STEP 854 (remove_files) COMPLETE
82642026-09-04T23:30:31.443Z[ recovery-image] Sep 04 23:30:30.273 INFO O| Sep 04 23:30:30.273 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-09-04T23:30:31.452Z[ recovery-image] Sep 04 23:30:30.282 INFO O| Sep 04 23:30:30.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82662026-09-04T23:30:31.452Z[ recovery-image] Sep 04 23:30:30.282 INFO O| Sep 04 23:30:30.282 INFO STEP 855 (remove_files) COMPLETE
82672026-09-04T23:30:31.455Z[ recovery-image] Sep 04 23:30:30.282 INFO O| Sep 04 23:30:30.282 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-09-04T23:30:31.461Z[ recovery-image] Sep 04 23:30:30.291 INFO O| Sep 04 23:30:30.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82692026-09-04T23:30:31.461Z[ recovery-image] Sep 04 23:30:30.291 INFO O| Sep 04 23:30:30.291 INFO STEP 856 (remove_files) COMPLETE
82702026-09-04T23:30:31.461Z[ recovery-image] Sep 04 23:30:30.291 INFO O| Sep 04 23:30:30.291 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-09-04T23:30:31.469Z[ recovery-image] Sep 04 23:30:30.299 INFO O| Sep 04 23:30:30.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82722026-09-04T23:30:31.469Z[ recovery-image] Sep 04 23:30:30.299 INFO O| Sep 04 23:30:30.299 INFO STEP 857 (remove_files) COMPLETE
82732026-09-04T23:30:31.469Z[ recovery-image] Sep 04 23:30:30.299 INFO O| Sep 04 23:30:30.299 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-09-04T23:30:31.475Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
82752026-09-04T23:30:31.479Z[ recovery-image] Sep 04 23:30:30.309 INFO O| Sep 04 23:30:30.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82762026-09-04T23:30:31.479Z[ recovery-image] Sep 04 23:30:30.309 INFO O| Sep 04 23:30:30.309 INFO STEP 858 (remove_files) COMPLETE
82772026-09-04T23:30:31.479Z[ recovery-image] Sep 04 23:30:30.309 INFO O| Sep 04 23:30:30.309 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-04T23:30:31.487Z[ recovery-image] Sep 04 23:30:30.318 INFO O| Sep 04 23:30:30.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82792026-09-04T23:30:31.487Z[ recovery-image] Sep 04 23:30:30.318 INFO O| Sep 04 23:30:30.318 INFO STEP 859 (remove_files) COMPLETE
82802026-09-04T23:30:31.491Z[ recovery-image] Sep 04 23:30:30.318 INFO O| Sep 04 23:30:30.318 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-04T23:30:31.498Z[ recovery-image] Sep 04 23:30:30.328 INFO O| Sep 04 23:30:30.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82822026-09-04T23:30:31.498Z[ recovery-image] Sep 04 23:30:30.328 INFO O| Sep 04 23:30:30.328 INFO STEP 860 (remove_files) COMPLETE
82832026-09-04T23:30:31.498Z[ recovery-image] Sep 04 23:30:30.328 INFO O| Sep 04 23:30:30.328 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-04T23:30:31.508Z[ recovery-image] Sep 04 23:30:30.338 INFO O| Sep 04 23:30:30.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82852026-09-04T23:30:31.509Z[ recovery-image] Sep 04 23:30:30.338 INFO O| Sep 04 23:30:30.338 INFO STEP 861 (remove_files) COMPLETE
82862026-09-04T23:30:31.512Z[ recovery-image] Sep 04 23:30:30.338 INFO O| Sep 04 23:30:30.338 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-04T23:30:31.518Z[ recovery-image] Sep 04 23:30:30.348 INFO O| Sep 04 23:30:30.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
82882026-09-04T23:30:31.518Z[ recovery-image] Sep 04 23:30:30.348 INFO O| Sep 04 23:30:30.348 INFO STEP 862 (remove_files) COMPLETE
82892026-09-04T23:30:31.522Z[ recovery-image] Sep 04 23:30:30.348 INFO O| Sep 04 23:30:30.348 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-04T23:30:31.528Z[ recovery-image] Sep 04 23:30:30.358 INFO O| Sep 04 23:30:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
82912026-09-04T23:30:31.528Z[ recovery-image] Sep 04 23:30:30.358 INFO O| Sep 04 23:30:30.358 INFO STEP 863 (remove_files) COMPLETE
82922026-09-04T23:30:31.528Z[ recovery-image] Sep 04 23:30:30.358 INFO O| Sep 04 23:30:30.358 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-04T23:30:31.537Z[ recovery-image] Sep 04 23:30:30.367 INFO O| Sep 04 23:30:30.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
82942026-09-04T23:30:31.537Z[ recovery-image] Sep 04 23:30:30.367 INFO O| Sep 04 23:30:30.367 INFO STEP 864 (remove_files) COMPLETE
82952026-09-04T23:30:31.537Z[ recovery-image] Sep 04 23:30:30.367 INFO O| Sep 04 23:30:30.367 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-04T23:30:31.546Z[ recovery-image] Sep 04 23:30:30.376 INFO O| Sep 04 23:30:30.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
82972026-09-04T23:30:31.563Z[ recovery-image] Sep 04 23:30:30.376 INFO O| Sep 04 23:30:30.376 INFO STEP 865 (remove_files) COMPLETE
82982026-09-04T23:30:31.563Z[ recovery-image] Sep 04 23:30:30.376 INFO O| Sep 04 23:30:30.376 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-04T23:30:31.563Z[ recovery-image] Sep 04 23:30:30.386 INFO O| Sep 04 23:30:30.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
83002026-09-04T23:30:31.563Z[ recovery-image] Sep 04 23:30:30.386 INFO O| Sep 04 23:30:30.386 INFO STEP 866 (remove_files) COMPLETE
83012026-09-04T23:30:31.563Z[ recovery-image] Sep 04 23:30:30.386 INFO O| Sep 04 23:30:30.386 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-04T23:30:31.568Z[ recovery-image] Sep 04 23:30:30.396 INFO O| Sep 04 23:30:30.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
83032026-09-04T23:30:31.568Z[ recovery-image] Sep 04 23:30:30.396 INFO O| Sep 04 23:30:30.396 INFO STEP 867 (remove_files) COMPLETE
83042026-09-04T23:30:31.568Z[ recovery-image] Sep 04 23:30:30.396 INFO O| Sep 04 23:30:30.396 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-04T23:30:31.575Z[ recovery-image] Sep 04 23:30:30.406 INFO O| Sep 04 23:30:30.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
83062026-09-04T23:30:31.576Z[ recovery-image] Sep 04 23:30:30.406 INFO O| Sep 04 23:30:30.406 INFO STEP 868 (remove_files) COMPLETE
83072026-09-04T23:30:31.576Z[ recovery-image] Sep 04 23:30:30.406 INFO O| Sep 04 23:30:30.406 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-04T23:30:31.586Z[ recovery-image] Sep 04 23:30:30.415 INFO O| Sep 04 23:30:30.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83092026-09-04T23:30:31.586Z[ recovery-image] Sep 04 23:30:30.415 INFO O| Sep 04 23:30:30.415 INFO STEP 869 (remove_files) COMPLETE
83102026-09-04T23:30:31.590Z[ recovery-image] Sep 04 23:30:30.415 INFO O| Sep 04 23:30:30.415 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-04T23:30:31.595Z[ recovery-image] Sep 04 23:30:30.425 INFO O| Sep 04 23:30:30.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83122026-09-04T23:30:31.595Z[ recovery-image] Sep 04 23:30:30.425 INFO O| Sep 04 23:30:30.425 INFO STEP 870 (remove_files) COMPLETE
83132026-09-04T23:30:31.599Z[ recovery-image] Sep 04 23:30:30.425 INFO O| Sep 04 23:30:30.425 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-04T23:30:31.604Z[ recovery-image] Sep 04 23:30:30.434 INFO O| Sep 04 23:30:30.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
83152026-09-04T23:30:31.604Z[ recovery-image] Sep 04 23:30:30.434 INFO O| Sep 04 23:30:30.434 INFO STEP 871 (remove_files) COMPLETE
83162026-09-04T23:30:31.607Z[ recovery-image] Sep 04 23:30:30.434 INFO O| Sep 04 23:30:30.434 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-04T23:30:31.618Z[ recovery-image] Sep 04 23:30:30.446 INFO O| Sep 04 23:30:30.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
83182026-09-04T23:30:31.618Z[ recovery-image] Sep 04 23:30:30.446 INFO O| Sep 04 23:30:30.446 INFO STEP 872 (remove_files) COMPLETE
83192026-09-04T23:30:31.618Z[ recovery-image] Sep 04 23:30:30.446 INFO O| Sep 04 23:30:30.446 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-09-04T23:30:31.630Z[ recovery-image] Sep 04 23:30:30.457 INFO O| Sep 04 23:30:30.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83212026-09-04T23:30:31.630Z[ recovery-image] Sep 04 23:30:30.458 INFO O| Sep 04 23:30:30.458 INFO STEP 873 (remove_files) COMPLETE
83222026-09-04T23:30:31.630Z[ recovery-image] Sep 04 23:30:30.458 INFO O| Sep 04 23:30:30.458 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-09-04T23:30:31.639Z[ recovery-image] Sep 04 23:30:30.469 INFO O| Sep 04 23:30:30.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
83242026-09-04T23:30:31.643Z[ recovery-image] Sep 04 23:30:30.470 INFO O| Sep 04 23:30:30.470 INFO STEP 874 (remove_files) COMPLETE
83252026-09-04T23:30:31.643Z[ recovery-image] Sep 04 23:30:30.470 INFO O| Sep 04 23:30:30.470 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-09-04T23:30:31.652Z[ recovery-image] Sep 04 23:30:30.482 INFO O| Sep 04 23:30:30.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
83272026-09-04T23:30:31.652Z[ recovery-image] Sep 04 23:30:30.482 INFO O| Sep 04 23:30:30.482 INFO STEP 875 (remove_files) COMPLETE
83282026-09-04T23:30:31.652Z[ recovery-image] Sep 04 23:30:30.482 INFO O| Sep 04 23:30:30.482 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-09-04T23:30:31.663Z[ recovery-image] Sep 04 23:30:30.493 INFO O| Sep 04 23:30:30.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
83302026-09-04T23:30:31.663Z[ recovery-image] Sep 04 23:30:30.493 INFO O| Sep 04 23:30:30.493 INFO STEP 876 (remove_files) COMPLETE
83312026-09-04T23:30:31.663Z[ recovery-image] Sep 04 23:30:30.493 INFO O| Sep 04 23:30:30.493 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-09-04T23:30:31.674Z[ recovery-image] Sep 04 23:30:30.504 INFO O| Sep 04 23:30:30.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
83332026-09-04T23:30:31.674Z[ recovery-image] Sep 04 23:30:30.505 INFO O| Sep 04 23:30:30.505 INFO STEP 877 (remove_files) COMPLETE
83342026-09-04T23:30:31.675Z[ recovery-image] Sep 04 23:30:30.505 INFO O| Sep 04 23:30:30.505 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-09-04T23:30:31.685Z[ recovery-image] Sep 04 23:30:30.515 INFO O| Sep 04 23:30:30.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
83362026-09-04T23:30:31.685Z[ recovery-image] Sep 04 23:30:30.515 INFO O| Sep 04 23:30:30.515 INFO STEP 878 (remove_files) COMPLETE
83372026-09-04T23:30:31.685Z[ recovery-image] Sep 04 23:30:30.515 INFO O| Sep 04 23:30:30.515 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-09-04T23:30:31.695Z[ recovery-image] Sep 04 23:30:30.525 INFO O| Sep 04 23:30:30.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
83392026-09-04T23:30:31.695Z[ recovery-image] Sep 04 23:30:30.525 INFO O| Sep 04 23:30:30.525 INFO STEP 879 (remove_files) COMPLETE
83402026-09-04T23:30:31.695Z[ recovery-image] Sep 04 23:30:30.525 INFO O| Sep 04 23:30:30.525 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-09-04T23:30:31.704Z[ recovery-image] Sep 04 23:30:30.534 INFO O| Sep 04 23:30:30.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
83422026-09-04T23:30:31.704Z[ recovery-image] Sep 04 23:30:30.535 INFO O| Sep 04 23:30:30.535 INFO STEP 880 (remove_files) COMPLETE
83432026-09-04T23:30:31.708Z[ recovery-image] Sep 04 23:30:30.535 INFO O| Sep 04 23:30:30.535 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-09-04T23:30:31.714Z[ recovery-image] Sep 04 23:30:30.544 INFO O| Sep 04 23:30:30.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
83452026-09-04T23:30:31.714Z[ recovery-image] Sep 04 23:30:30.544 INFO O| Sep 04 23:30:30.544 INFO STEP 881 (remove_files) COMPLETE
83462026-09-04T23:30:31.717Z[ recovery-image] Sep 04 23:30:30.544 INFO O| Sep 04 23:30:30.544 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-09-04T23:30:31.724Z[ recovery-image] Sep 04 23:30:30.554 INFO O| Sep 04 23:30:30.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
83482026-09-04T23:30:31.728Z[ recovery-image] Sep 04 23:30:30.555 INFO O| Sep 04 23:30:30.555 INFO STEP 882 (remove_files) COMPLETE
83492026-09-04T23:30:31.728Z[ recovery-image] Sep 04 23:30:30.555 INFO O| Sep 04 23:30:30.555 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-09-04T23:30:31.735Z[ recovery-image] Sep 04 23:30:30.566 INFO O| Sep 04 23:30:30.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
83512026-09-04T23:30:31.736Z[ recovery-image] Sep 04 23:30:30.566 INFO O| Sep 04 23:30:30.566 INFO STEP 883 (remove_files) COMPLETE
83522026-09-04T23:30:31.736Z[ recovery-image] Sep 04 23:30:30.566 INFO O| Sep 04 23:30:30.566 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-09-04T23:30:31.740Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
83542026-09-04T23:30:31.746Z[ recovery-image] Sep 04 23:30:30.577 INFO O| Sep 04 23:30:30.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
83552026-09-04T23:30:31.746Z[ recovery-image] Sep 04 23:30:30.577 INFO O| Sep 04 23:30:30.577 INFO STEP 884 (remove_files) COMPLETE
83562026-09-04T23:30:31.746Z[ recovery-image] Sep 04 23:30:30.577 INFO O| Sep 04 23:30:30.577 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-09-04T23:30:31.755Z[ recovery-image] Sep 04 23:30:30.586 INFO O| Sep 04 23:30:30.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
83582026-09-04T23:30:31.756Z[ recovery-image] Sep 04 23:30:30.586 INFO O| Sep 04 23:30:30.586 INFO STEP 885 (remove_files) COMPLETE
83592026-09-04T23:30:31.756Z[ recovery-image] Sep 04 23:30:30.586 INFO O| Sep 04 23:30:30.586 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-09-04T23:30:31.764Z[ recovery-image] Sep 04 23:30:30.594 INFO O| Sep 04 23:30:30.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
83612026-09-04T23:30:31.764Z[ recovery-image] Sep 04 23:30:30.594 INFO O| Sep 04 23:30:30.594 INFO STEP 886 (remove_files) COMPLETE
83622026-09-04T23:30:31.764Z[ recovery-image] Sep 04 23:30:30.594 INFO O| Sep 04 23:30:30.594 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-09-04T23:30:31.775Z[ recovery-image] Sep 04 23:30:30.603 INFO O| Sep 04 23:30:30.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
83642026-09-04T23:30:31.775Z[ recovery-image] Sep 04 23:30:30.603 INFO O| Sep 04 23:30:30.603 INFO STEP 887 (remove_files) COMPLETE
83652026-09-04T23:30:31.775Z[ recovery-image] Sep 04 23:30:30.603 INFO O| Sep 04 23:30:30.603 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-09-04T23:30:31.782Z[ recovery-image] Sep 04 23:30:30.612 INFO O| Sep 04 23:30:30.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
83672026-09-04T23:30:31.785Z[ recovery-image] Sep 04 23:30:30.612 INFO O| Sep 04 23:30:30.612 INFO STEP 888 (remove_files) COMPLETE
83682026-09-04T23:30:31.785Z[ recovery-image] Sep 04 23:30:30.612 INFO O| Sep 04 23:30:30.612 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-09-04T23:30:31.790Z[ recovery-image] Sep 04 23:30:30.620 INFO O| Sep 04 23:30:30.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
83702026-09-04T23:30:31.790Z[ recovery-image] Sep 04 23:30:30.620 INFO O| Sep 04 23:30:30.620 INFO STEP 889 (remove_files) COMPLETE
83712026-09-04T23:30:31.793Z[ recovery-image] Sep 04 23:30:30.620 INFO O| Sep 04 23:30:30.620 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-09-04T23:30:31.799Z[ recovery-image] Sep 04 23:30:30.629 INFO O| Sep 04 23:30:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
83732026-09-04T23:30:31.799Z[ recovery-image] Sep 04 23:30:30.629 INFO O| Sep 04 23:30:30.629 INFO STEP 890 (remove_files) COMPLETE
83742026-09-04T23:30:31.799Z[ recovery-image] Sep 04 23:30:30.629 INFO O| Sep 04 23:30:30.629 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-09-04T23:30:31.808Z[ recovery-image] Sep 04 23:30:30.638 INFO O| Sep 04 23:30:30.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
83762026-09-04T23:30:31.808Z[ recovery-image] Sep 04 23:30:30.638 INFO O| Sep 04 23:30:30.638 INFO STEP 891 (remove_files) COMPLETE
83772026-09-04T23:30:31.808Z[ recovery-image] Sep 04 23:30:30.638 INFO O| Sep 04 23:30:30.638 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-09-04T23:30:31.817Z[ recovery-image] Sep 04 23:30:30.648 INFO O| Sep 04 23:30:30.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
83792026-09-04T23:30:31.818Z[ recovery-image] Sep 04 23:30:30.648 INFO O| Sep 04 23:30:30.648 INFO STEP 892 (remove_files) COMPLETE
83802026-09-04T23:30:31.818Z[ recovery-image] Sep 04 23:30:30.648 INFO O| Sep 04 23:30:30.648 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-09-04T23:30:31.827Z[ recovery-image] Sep 04 23:30:30.657 INFO O| Sep 04 23:30:30.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
83822026-09-04T23:30:31.827Z[ recovery-image] Sep 04 23:30:30.657 INFO O| Sep 04 23:30:30.657 INFO STEP 893 (remove_files) COMPLETE
83832026-09-04T23:30:31.827Z[ recovery-image] Sep 04 23:30:30.657 INFO O| Sep 04 23:30:30.657 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-09-04T23:30:31.836Z[ recovery-image] Sep 04 23:30:30.666 INFO O| Sep 04 23:30:30.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
83852026-09-04T23:30:31.836Z[ recovery-image] Sep 04 23:30:30.666 INFO O| Sep 04 23:30:30.666 INFO STEP 894 (remove_files) COMPLETE
83862026-09-04T23:30:31.836Z[ recovery-image] Sep 04 23:30:30.666 INFO O| Sep 04 23:30:30.666 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-09-04T23:30:31.844Z[ recovery-image] Sep 04 23:30:30.675 INFO O| Sep 04 23:30:30.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
83882026-09-04T23:30:31.845Z[ recovery-image] Sep 04 23:30:30.675 INFO O| Sep 04 23:30:30.675 INFO STEP 895 (remove_files) COMPLETE
83892026-09-04T23:30:31.845Z[ recovery-image] Sep 04 23:30:30.675 INFO O| Sep 04 23:30:30.675 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-09-04T23:30:31.853Z[ recovery-image] Sep 04 23:30:30.683 INFO O| Sep 04 23:30:30.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
83912026-09-04T23:30:31.857Z[ recovery-image] Sep 04 23:30:30.683 INFO O| Sep 04 23:30:30.683 INFO STEP 896 (remove_files) COMPLETE
83922026-09-04T23:30:31.861Z[ recovery-image] Sep 04 23:30:30.683 INFO O| Sep 04 23:30:30.683 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-09-04T23:30:31.865Z[ recovery-image] Sep 04 23:30:30.692 INFO O| Sep 04 23:30:30.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
83942026-09-04T23:30:31.865Z[ recovery-image] Sep 04 23:30:30.692 INFO O| Sep 04 23:30:30.692 INFO STEP 897 (remove_files) COMPLETE
83952026-09-04T23:30:31.865Z[ recovery-image] Sep 04 23:30:30.692 INFO O| Sep 04 23:30:30.692 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-09-04T23:30:31.870Z[ recovery-image] Sep 04 23:30:30.701 INFO O| Sep 04 23:30:30.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
83972026-09-04T23:30:31.871Z[ recovery-image] Sep 04 23:30:30.701 INFO O| Sep 04 23:30:30.701 INFO STEP 898 (remove_files) COMPLETE
83982026-09-04T23:30:31.871Z[ recovery-image] Sep 04 23:30:30.701 INFO O| Sep 04 23:30:30.701 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-09-04T23:30:31.888Z[ recovery-image] Sep 04 23:30:30.709 INFO O| Sep 04 23:30:30.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
84002026-09-04T23:30:31.888Z[ recovery-image] Sep 04 23:30:30.709 INFO O| Sep 04 23:30:30.709 INFO STEP 899 (remove_files) COMPLETE
84012026-09-04T23:30:31.888Z[ recovery-image] Sep 04 23:30:30.709 INFO O| Sep 04 23:30:30.709 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-04T23:30:31.888Z[ recovery-image] Sep 04 23:30:30.718 INFO O| Sep 04 23:30:30.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
84032026-09-04T23:30:31.892Z[ recovery-image] Sep 04 23:30:30.718 INFO O| Sep 04 23:30:30.718 INFO STEP 900 (remove_files) COMPLETE
84042026-09-04T23:30:31.892Z[ recovery-image] Sep 04 23:30:30.718 INFO O| Sep 04 23:30:30.718 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-09-04T23:30:31.897Z[ recovery-image] Sep 04 23:30:30.727 INFO O| Sep 04 23:30:30.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
84062026-09-04T23:30:31.897Z[ recovery-image] Sep 04 23:30:30.727 INFO O| Sep 04 23:30:30.727 INFO STEP 901 (remove_files) COMPLETE
84072026-09-04T23:30:31.897Z[ recovery-image] Sep 04 23:30:30.727 INFO O| Sep 04 23:30:30.727 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-09-04T23:30:31.905Z[ recovery-image] Sep 04 23:30:30.735 INFO O| Sep 04 23:30:30.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
84092026-09-04T23:30:31.906Z[ recovery-image] Sep 04 23:30:30.735 INFO O| Sep 04 23:30:30.735 INFO STEP 902 (remove_files) COMPLETE
84102026-09-04T23:30:31.906Z[ recovery-image] Sep 04 23:30:30.735 INFO O| Sep 04 23:30:30.735 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-09-04T23:30:31.909Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
84122026-09-04T23:30:31.913Z[ recovery-image] Sep 04 23:30:30.744 INFO O| Sep 04 23:30:30.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
84132026-09-04T23:30:31.914Z[ recovery-image] Sep 04 23:30:30.744 INFO O| Sep 04 23:30:30.744 INFO STEP 903 (remove_files) COMPLETE
84142026-09-04T23:30:31.914Z[ recovery-image] Sep 04 23:30:30.744 INFO O| Sep 04 23:30:30.744 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-09-04T23:30:31.922Z[ recovery-image] Sep 04 23:30:30.752 INFO O| Sep 04 23:30:30.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
84162026-09-04T23:30:31.922Z[ recovery-image] Sep 04 23:30:30.752 INFO O| Sep 04 23:30:30.752 INFO STEP 904 (remove_files) COMPLETE
84172026-09-04T23:30:31.922Z[ recovery-image] Sep 04 23:30:30.752 INFO O| Sep 04 23:30:30.752 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-04T23:30:31.931Z[ recovery-image] Sep 04 23:30:30.761 INFO O| Sep 04 23:30:30.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
84192026-09-04T23:30:31.931Z[ recovery-image] Sep 04 23:30:30.761 INFO O| Sep 04 23:30:30.761 INFO STEP 905 (remove_files) COMPLETE
84202026-09-04T23:30:31.931Z[ recovery-image] Sep 04 23:30:30.761 INFO O| Sep 04 23:30:30.761 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-09-04T23:30:31.939Z[ recovery-image] Sep 04 23:30:30.770 INFO O| Sep 04 23:30:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
84222026-09-04T23:30:31.939Z[ recovery-image] Sep 04 23:30:30.770 INFO O| Sep 04 23:30:30.770 INFO STEP 906 (remove_files) COMPLETE
84232026-09-04T23:30:31.939Z[ recovery-image] Sep 04 23:30:30.770 INFO O| Sep 04 23:30:30.770 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-09-04T23:30:31.947Z[ recovery-image] Sep 04 23:30:30.778 INFO O| Sep 04 23:30:30.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
84252026-09-04T23:30:31.948Z[ recovery-image] Sep 04 23:30:30.778 INFO O| Sep 04 23:30:30.778 INFO STEP 907 (remove_files) COMPLETE
84262026-09-04T23:30:31.948Z[ recovery-image] Sep 04 23:30:30.778 INFO O| Sep 04 23:30:30.778 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-09-04T23:30:31.956Z[ recovery-image] Sep 04 23:30:30.786 INFO O| Sep 04 23:30:30.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
84282026-09-04T23:30:31.956Z[ recovery-image] Sep 04 23:30:30.786 INFO O| Sep 04 23:30:30.786 INFO STEP 908 (remove_files) COMPLETE
84292026-09-04T23:30:31.956Z[ recovery-image] Sep 04 23:30:30.786 INFO O| Sep 04 23:30:30.786 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-04T23:30:31.964Z[ recovery-image] Sep 04 23:30:30.795 INFO O| Sep 04 23:30:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
84312026-09-04T23:30:31.964Z[ recovery-image] Sep 04 23:30:30.795 INFO O| Sep 04 23:30:30.795 INFO STEP 909 (remove_files) COMPLETE
84322026-09-04T23:30:31.965Z[ recovery-image] Sep 04 23:30:30.795 INFO O| Sep 04 23:30:30.795 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-09-04T23:30:31.968Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
84342026-09-04T23:30:31.973Z[ recovery-image] Sep 04 23:30:30.803 INFO O| Sep 04 23:30:30.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
84352026-09-04T23:30:31.973Z[ recovery-image] Sep 04 23:30:30.804 INFO O| Sep 04 23:30:30.803 INFO STEP 910 (remove_files) COMPLETE
84362026-09-04T23:30:31.973Z[ recovery-image] Sep 04 23:30:30.804 INFO O| Sep 04 23:30:30.803 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-04T23:30:31.982Z[ recovery-image] Sep 04 23:30:30.812 INFO O| Sep 04 23:30:30.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
84382026-09-04T23:30:31.982Z[ recovery-image] Sep 04 23:30:30.812 INFO O| Sep 04 23:30:30.812 INFO STEP 911 (remove_files) COMPLETE
84392026-09-04T23:30:31.982Z[ recovery-image] Sep 04 23:30:30.812 INFO O| Sep 04 23:30:30.812 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-09-04T23:30:31.991Z[ recovery-image] Sep 04 23:30:30.821 INFO O| Sep 04 23:30:30.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
84412026-09-04T23:30:31.991Z[ recovery-image] Sep 04 23:30:30.821 INFO O| Sep 04 23:30:30.821 INFO STEP 912 (remove_files) COMPLETE
84422026-09-04T23:30:31.991Z[ recovery-image] Sep 04 23:30:30.821 INFO O| Sep 04 23:30:30.821 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-09-04T23:30:32.000Z[ recovery-image] Sep 04 23:30:30.830 INFO O| Sep 04 23:30:30.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
84442026-09-04T23:30:32.000Z[ recovery-image] Sep 04 23:30:30.830 INFO O| Sep 04 23:30:30.830 INFO STEP 913 (remove_files) COMPLETE
84452026-09-04T23:30:32.000Z[ recovery-image] Sep 04 23:30:30.830 INFO O| Sep 04 23:30:30.830 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-09-04T23:30:32.009Z[ recovery-image] Sep 04 23:30:30.839 INFO O| Sep 04 23:30:30.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
84472026-09-04T23:30:32.009Z[ recovery-image] Sep 04 23:30:30.839 INFO O| Sep 04 23:30:30.839 INFO STEP 914 (remove_files) COMPLETE
84482026-09-04T23:30:32.009Z[ recovery-image] Sep 04 23:30:30.839 INFO O| Sep 04 23:30:30.839 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-09-04T23:30:32.019Z[ recovery-image] Sep 04 23:30:30.849 INFO O| Sep 04 23:30:30.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
84502026-09-04T23:30:32.019Z[ recovery-image] Sep 04 23:30:30.849 INFO O| Sep 04 23:30:30.849 INFO STEP 915 (remove_files) COMPLETE
84512026-09-04T23:30:32.019Z[ recovery-image] Sep 04 23:30:30.849 INFO O| Sep 04 23:30:30.849 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-09-04T23:30:32.028Z[ recovery-image] Sep 04 23:30:30.858 INFO O| Sep 04 23:30:30.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
84532026-09-04T23:30:32.028Z[ recovery-image] Sep 04 23:30:30.858 INFO O| Sep 04 23:30:30.858 INFO STEP 916 (remove_files) COMPLETE
84542026-09-04T23:30:32.028Z[ recovery-image] Sep 04 23:30:30.858 INFO O| Sep 04 23:30:30.858 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-09-04T23:30:32.040Z[ recovery-image] Sep 04 23:30:30.868 INFO O| Sep 04 23:30:30.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
84562026-09-04T23:30:32.040Z[ recovery-image] Sep 04 23:30:30.868 INFO O| Sep 04 23:30:30.868 INFO STEP 917 (remove_files) COMPLETE
84572026-09-04T23:30:32.044Z[ recovery-image] Sep 04 23:30:30.868 INFO O| Sep 04 23:30:30.868 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-09-04T23:30:32.047Z[ recovery-image] Sep 04 23:30:30.877 INFO O| Sep 04 23:30:30.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
84592026-09-04T23:30:32.047Z[ recovery-image] Sep 04 23:30:30.877 INFO O| Sep 04 23:30:30.877 INFO STEP 918 (remove_files) COMPLETE
84602026-09-04T23:30:32.047Z[ recovery-image] Sep 04 23:30:30.877 INFO O| Sep 04 23:30:30.877 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-09-04T23:30:32.056Z[ recovery-image] Sep 04 23:30:30.886 INFO O| Sep 04 23:30:30.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
84622026-09-04T23:30:32.056Z[ recovery-image] Sep 04 23:30:30.887 INFO O| Sep 04 23:30:30.887 INFO STEP 919 (remove_files) COMPLETE
84632026-09-04T23:30:32.060Z[ recovery-image] Sep 04 23:30:30.887 INFO O| Sep 04 23:30:30.887 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-09-04T23:30:32.066Z[ recovery-image] Sep 04 23:30:30.896 INFO O| Sep 04 23:30:30.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
84652026-09-04T23:30:32.066Z[ recovery-image] Sep 04 23:30:30.896 INFO O| Sep 04 23:30:30.896 INFO STEP 920 (remove_files) COMPLETE
84662026-09-04T23:30:32.067Z[ recovery-image] Sep 04 23:30:30.896 INFO O| Sep 04 23:30:30.896 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-09-04T23:30:32.085Z[ recovery-image] Sep 04 23:30:30.906 INFO O| Sep 04 23:30:30.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
84682026-09-04T23:30:32.085Z[ recovery-image] Sep 04 23:30:30.906 INFO O| Sep 04 23:30:30.906 INFO STEP 921 (remove_files) COMPLETE
84692026-09-04T23:30:32.085Z[ recovery-image] Sep 04 23:30:30.906 INFO O| Sep 04 23:30:30.906 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-09-04T23:30:32.097Z[ recovery-image] Sep 04 23:30:30.916 INFO O| Sep 04 23:30:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
84712026-09-04T23:30:32.097Z[ recovery-image] Sep 04 23:30:30.916 INFO O| Sep 04 23:30:30.916 INFO STEP 922 (remove_files) COMPLETE
84722026-09-04T23:30:32.098Z[ recovery-image] Sep 04 23:30:30.916 INFO O| Sep 04 23:30:30.916 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-09-04T23:30:32.098Z[ recovery-image] Sep 04 23:30:30.926 INFO O| Sep 04 23:30:30.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
84742026-09-04T23:30:32.098Z[ recovery-image] Sep 04 23:30:30.926 INFO O| Sep 04 23:30:30.926 INFO STEP 923 (remove_files) COMPLETE
84752026-09-04T23:30:32.098Z[ recovery-image] Sep 04 23:30:30.926 INFO O| Sep 04 23:30:30.926 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-09-04T23:30:32.117Z[ recovery-image] Sep 04 23:30:30.937 INFO O| Sep 04 23:30:30.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
84772026-09-04T23:30:32.117Z[ recovery-image] Sep 04 23:30:30.937 INFO O| Sep 04 23:30:30.937 INFO STEP 924 (remove_files) COMPLETE
84782026-09-04T23:30:32.117Z[ recovery-image] Sep 04 23:30:30.937 INFO O| Sep 04 23:30:30.937 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-09-04T23:30:32.122Z[ recovery-image] Sep 04 23:30:30.948 INFO O| Sep 04 23:30:30.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
84802026-09-04T23:30:32.122Z[ recovery-image] Sep 04 23:30:30.948 INFO O| Sep 04 23:30:30.948 INFO STEP 925 (remove_files) COMPLETE
84812026-09-04T23:30:32.122Z[ recovery-image] Sep 04 23:30:30.948 INFO O| Sep 04 23:30:30.948 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-09-04T23:30:32.130Z[ recovery-image] Sep 04 23:30:30.959 INFO O| Sep 04 23:30:30.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
84832026-09-04T23:30:32.131Z[ recovery-image] Sep 04 23:30:30.959 INFO O| Sep 04 23:30:30.959 INFO STEP 926 (remove_files) COMPLETE
84842026-09-04T23:30:32.131Z[ recovery-image] Sep 04 23:30:30.959 INFO O| Sep 04 23:30:30.959 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-09-04T23:30:32.150Z[ recovery-image] Sep 04 23:30:30.978 INFO O| Sep 04 23:30:30.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
84862026-09-04T23:30:32.150Z[ recovery-image] Sep 04 23:30:30.978 INFO O| Sep 04 23:30:30.970 INFO STEP 927 (remove_files) COMPLETE
84872026-09-04T23:30:32.150Z[ recovery-image] Sep 04 23:30:30.978 INFO O| Sep 04 23:30:30.970 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-09-04T23:30:32.157Z[ recovery-image] Sep 04 23:30:30.981 INFO O| Sep 04 23:30:30.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
84892026-09-04T23:30:32.157Z[ recovery-image] Sep 04 23:30:30.981 INFO O| Sep 04 23:30:30.981 INFO STEP 928 (remove_files) COMPLETE
84902026-09-04T23:30:32.157Z[ recovery-image] Sep 04 23:30:30.981 INFO O| Sep 04 23:30:30.981 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-09-04T23:30:32.164Z[ recovery-image] Sep 04 23:30:30.992 INFO O| Sep 04 23:30:30.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
84922026-09-04T23:30:32.164Z[ recovery-image] Sep 04 23:30:30.993 INFO O| Sep 04 23:30:30.992 INFO STEP 929 (remove_files) COMPLETE
84932026-09-04T23:30:32.168Z[ recovery-image] Sep 04 23:30:30.993 INFO O| Sep 04 23:30:30.993 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-09-04T23:30:32.173Z[ recovery-image] Sep 04 23:30:31.003 INFO O| Sep 04 23:30:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
84952026-09-04T23:30:32.173Z[ recovery-image] Sep 04 23:30:31.003 INFO O| Sep 04 23:30:31.003 INFO STEP 930 (remove_files) COMPLETE
84962026-09-04T23:30:32.176Z[ recovery-image] Sep 04 23:30:31.003 INFO O| Sep 04 23:30:31.003 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-09-04T23:30:32.182Z[ recovery-image] Sep 04 23:30:31.012 INFO O| Sep 04 23:30:31.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
84982026-09-04T23:30:32.182Z[ recovery-image] Sep 04 23:30:31.012 INFO O| Sep 04 23:30:31.012 INFO STEP 931 (remove_files) COMPLETE
84992026-09-04T23:30:32.182Z[ recovery-image] Sep 04 23:30:31.012 INFO O| Sep 04 23:30:31.012 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-09-04T23:30:32.196Z[ recovery-image] Sep 04 23:30:31.023 INFO O| Sep 04 23:30:31.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
85012026-09-04T23:30:32.196Z[ recovery-image] Sep 04 23:30:31.023 INFO O| Sep 04 23:30:31.023 INFO STEP 932 (remove_files) COMPLETE
85022026-09-04T23:30:32.201Z[ recovery-image] Sep 04 23:30:31.023 INFO O| Sep 04 23:30:31.023 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-09-04T23:30:32.205Z[ recovery-image] Sep 04 23:30:31.033 INFO O| Sep 04 23:30:31.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
85042026-09-04T23:30:32.205Z[ recovery-image] Sep 04 23:30:31.033 INFO O| Sep 04 23:30:31.033 INFO STEP 933 (remove_files) COMPLETE
85052026-09-04T23:30:32.205Z[ recovery-image] Sep 04 23:30:31.033 INFO O| Sep 04 23:30:31.033 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-09-04T23:30:32.213Z[ recovery-image] Sep 04 23:30:31.043 INFO O| Sep 04 23:30:31.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
85072026-09-04T23:30:32.214Z[ recovery-image] Sep 04 23:30:31.043 INFO O| Sep 04 23:30:31.043 INFO STEP 934 (remove_files) COMPLETE
85082026-09-04T23:30:32.214Z[ recovery-image] Sep 04 23:30:31.043 INFO O| Sep 04 23:30:31.043 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-09-04T23:30:32.222Z[ recovery-image] Sep 04 23:30:31.053 INFO O| Sep 04 23:30:31.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
85102026-09-04T23:30:32.228Z[ recovery-image] Sep 04 23:30:31.053 INFO O| Sep 04 23:30:31.053 INFO STEP 935 (remove_files) COMPLETE
85112026-09-04T23:30:32.228Z[ recovery-image] Sep 04 23:30:31.054 INFO O| Sep 04 23:30:31.053 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-09-04T23:30:32.235Z[ recovery-image] Sep 04 23:30:31.064 INFO O| Sep 04 23:30:31.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
85132026-09-04T23:30:32.235Z[ recovery-image] Sep 04 23:30:31.064 INFO O| Sep 04 23:30:31.064 INFO STEP 936 (remove_files) COMPLETE
85142026-09-04T23:30:32.235Z[ recovery-image] Sep 04 23:30:31.064 INFO O| Sep 04 23:30:31.064 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-09-04T23:30:32.247Z[ recovery-image] Sep 04 23:30:31.077 INFO O| Sep 04 23:30:31.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
85162026-09-04T23:30:32.247Z[ recovery-image] Sep 04 23:30:31.077 INFO O| Sep 04 23:30:31.077 INFO STEP 937 (remove_files) COMPLETE
85172026-09-04T23:30:32.247Z[ recovery-image] Sep 04 23:30:31.077 INFO O| Sep 04 23:30:31.077 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-09-04T23:30:32.258Z[ recovery-image] Sep 04 23:30:31.088 INFO O| Sep 04 23:30:31.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
85192026-09-04T23:30:32.258Z[ recovery-image] Sep 04 23:30:31.088 INFO O| Sep 04 23:30:31.088 INFO STEP 938 (remove_files) COMPLETE
85202026-09-04T23:30:32.258Z[ recovery-image] Sep 04 23:30:31.088 INFO O| Sep 04 23:30:31.088 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-09-04T23:30:32.267Z[ recovery-image] Sep 04 23:30:31.097 INFO O| Sep 04 23:30:31.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
85222026-09-04T23:30:32.267Z[ recovery-image] Sep 04 23:30:31.097 INFO O| Sep 04 23:30:31.097 INFO STEP 939 (remove_files) COMPLETE
85232026-09-04T23:30:32.267Z[ recovery-image] Sep 04 23:30:31.097 INFO O| Sep 04 23:30:31.097 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-09-04T23:30:32.278Z[ recovery-image] Sep 04 23:30:31.107 INFO O| Sep 04 23:30:31.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
85252026-09-04T23:30:32.278Z[ recovery-image] Sep 04 23:30:31.107 INFO O| Sep 04 23:30:31.107 INFO STEP 940 (remove_files) COMPLETE
85262026-09-04T23:30:32.283Z[ recovery-image] Sep 04 23:30:31.107 INFO O| Sep 04 23:30:31.107 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-09-04T23:30:32.287Z[ recovery-image] Sep 04 23:30:31.117 INFO O| Sep 04 23:30:31.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
85282026-09-04T23:30:32.287Z[ recovery-image] Sep 04 23:30:31.117 INFO O| Sep 04 23:30:31.117 INFO STEP 941 (remove_files) COMPLETE
85292026-09-04T23:30:32.287Z[ recovery-image] Sep 04 23:30:31.117 INFO O| Sep 04 23:30:31.117 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-04T23:30:32.297Z[ recovery-image] Sep 04 23:30:31.127 INFO O| Sep 04 23:30:31.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
85312026-09-04T23:30:32.297Z[ recovery-image] Sep 04 23:30:31.127 INFO O| Sep 04 23:30:31.127 INFO STEP 942 (remove_files) COMPLETE
85322026-09-04T23:30:32.297Z[ recovery-image] Sep 04 23:30:31.127 INFO O| Sep 04 23:30:31.127 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-09-04T23:30:32.321Z[ recovery-image] Sep 04 23:30:31.138 INFO O| Sep 04 23:30:31.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
85342026-09-04T23:30:32.321Z[ recovery-image] Sep 04 23:30:31.138 INFO O| Sep 04 23:30:31.138 INFO STEP 943 (remove_files) COMPLETE
85352026-09-04T23:30:32.321Z[ recovery-image] Sep 04 23:30:31.138 INFO O| Sep 04 23:30:31.138 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-09-04T23:30:32.325Z[ recovery-image] Sep 04 23:30:31.148 INFO O| Sep 04 23:30:31.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
85372026-09-04T23:30:32.325Z[ recovery-image] Sep 04 23:30:31.148 INFO O| Sep 04 23:30:31.148 INFO STEP 944 (remove_files) COMPLETE
85382026-09-04T23:30:32.325Z[ recovery-image] Sep 04 23:30:31.148 INFO O| Sep 04 23:30:31.148 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-09-04T23:30:32.330Z[ recovery-image] Sep 04 23:30:31.159 INFO O| Sep 04 23:30:31.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
85402026-09-04T23:30:32.330Z[ recovery-image] Sep 04 23:30:31.159 INFO O| Sep 04 23:30:31.159 INFO STEP 945 (remove_files) COMPLETE
85412026-09-04T23:30:32.330Z[ recovery-image] Sep 04 23:30:31.159 INFO O| Sep 04 23:30:31.159 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-09-04T23:30:32.338Z[ recovery-image] Sep 04 23:30:31.168 INFO O| Sep 04 23:30:31.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
85432026-09-04T23:30:32.338Z[ recovery-image] Sep 04 23:30:31.168 INFO O| Sep 04 23:30:31.168 INFO STEP 946 (remove_files) COMPLETE
85442026-09-04T23:30:32.338Z[ recovery-image] Sep 04 23:30:31.168 INFO O| Sep 04 23:30:31.168 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-09-04T23:30:32.350Z[ recovery-image] Sep 04 23:30:31.178 INFO O| Sep 04 23:30:31.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
85462026-09-04T23:30:32.350Z[ recovery-image] Sep 04 23:30:31.178 INFO O| Sep 04 23:30:31.178 INFO STEP 947 (remove_files) COMPLETE
85472026-09-04T23:30:32.350Z[ recovery-image] Sep 04 23:30:31.178 INFO O| Sep 04 23:30:31.178 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-09-04T23:30:32.358Z[ recovery-image] Sep 04 23:30:31.188 INFO O| Sep 04 23:30:31.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
85492026-09-04T23:30:32.358Z[ recovery-image] Sep 04 23:30:31.188 INFO O| Sep 04 23:30:31.188 INFO STEP 948 (remove_files) COMPLETE
85502026-09-04T23:30:32.358Z[ recovery-image] Sep 04 23:30:31.188 INFO O| Sep 04 23:30:31.188 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-09-04T23:30:32.369Z[ recovery-image] Sep 04 23:30:31.198 INFO O| Sep 04 23:30:31.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
85522026-09-04T23:30:32.369Z[ recovery-image] Sep 04 23:30:31.198 INFO O| Sep 04 23:30:31.198 INFO STEP 949 (remove_files) COMPLETE
85532026-09-04T23:30:32.373Z[ recovery-image] Sep 04 23:30:31.198 INFO O| Sep 04 23:30:31.198 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-09-04T23:30:32.388Z[ recovery-image] Sep 04 23:30:31.209 INFO O| Sep 04 23:30:31.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
85552026-09-04T23:30:32.388Z[ recovery-image] Sep 04 23:30:31.209 INFO O| Sep 04 23:30:31.209 INFO STEP 950 (remove_files) COMPLETE
85562026-09-04T23:30:32.389Z[ recovery-image] Sep 04 23:30:31.209 INFO O| Sep 04 23:30:31.209 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-09-04T23:30:32.393Z[ recovery-image] Sep 04 23:30:31.220 INFO O| Sep 04 23:30:31.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
85582026-09-04T23:30:32.393Z[ recovery-image] Sep 04 23:30:31.220 INFO O| Sep 04 23:30:31.220 INFO STEP 951 (remove_files) COMPLETE
85592026-09-04T23:30:32.394Z[ recovery-image] Sep 04 23:30:31.220 INFO O| Sep 04 23:30:31.220 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-09-04T23:30:32.401Z[ recovery-image] Sep 04 23:30:31.230 INFO O| Sep 04 23:30:31.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
85612026-09-04T23:30:32.401Z[ recovery-image] Sep 04 23:30:31.231 INFO O| Sep 04 23:30:31.231 INFO STEP 952 (remove_files) COMPLETE
85622026-09-04T23:30:32.401Z[ recovery-image] Sep 04 23:30:31.231 INFO O| Sep 04 23:30:31.231 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-09-04T23:30:32.410Z[ recovery-image] Sep 04 23:30:31.241 INFO O| Sep 04 23:30:31.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
85642026-09-04T23:30:32.410Z[ recovery-image] Sep 04 23:30:31.241 INFO O| Sep 04 23:30:31.241 INFO STEP 953 (remove_files) COMPLETE
85652026-09-04T23:30:32.410Z[ recovery-image] Sep 04 23:30:31.241 INFO O| Sep 04 23:30:31.241 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-09-04T23:30:32.420Z[ recovery-image] Sep 04 23:30:31.250 INFO O| Sep 04 23:30:31.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
85672026-09-04T23:30:32.420Z[ recovery-image] Sep 04 23:30:31.250 INFO O| Sep 04 23:30:31.250 INFO STEP 954 (remove_files) COMPLETE
85682026-09-04T23:30:32.420Z[ recovery-image] Sep 04 23:30:31.250 INFO O| Sep 04 23:30:31.250 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-09-04T23:30:32.432Z[ recovery-image] Sep 04 23:30:31.259 INFO O| Sep 04 23:30:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
85702026-09-04T23:30:32.432Z[ recovery-image] Sep 04 23:30:31.259 INFO O| Sep 04 23:30:31.259 INFO STEP 955 (remove_files) COMPLETE
85712026-09-04T23:30:32.432Z[ recovery-image] Sep 04 23:30:31.259 INFO O| Sep 04 23:30:31.259 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-09-04T23:30:32.438Z[ recovery-image] Sep 04 23:30:31.268 INFO O| Sep 04 23:30:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
85732026-09-04T23:30:32.438Z[ recovery-image] Sep 04 23:30:31.268 INFO O| Sep 04 23:30:31.268 INFO STEP 956 (remove_files) COMPLETE
85742026-09-04T23:30:32.438Z[ recovery-image] Sep 04 23:30:31.268 INFO O| Sep 04 23:30:31.268 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-09-04T23:30:32.451Z[ recovery-image] Sep 04 23:30:31.278 INFO O| Sep 04 23:30:31.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
85762026-09-04T23:30:32.451Z[ recovery-image] Sep 04 23:30:31.278 INFO O| Sep 04 23:30:31.278 INFO STEP 957 (remove_files) COMPLETE
85772026-09-04T23:30:32.456Z[ recovery-image] Sep 04 23:30:31.278 INFO O| Sep 04 23:30:31.278 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-09-04T23:30:32.461Z[ recovery-image] Sep 04 23:30:31.289 INFO O| Sep 04 23:30:31.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
85792026-09-04T23:30:32.461Z[ recovery-image] Sep 04 23:30:31.289 INFO O| Sep 04 23:30:31.289 INFO STEP 958 (remove_files) COMPLETE
85802026-09-04T23:30:32.461Z[ recovery-image] Sep 04 23:30:31.289 INFO O| Sep 04 23:30:31.289 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-09-04T23:30:32.474Z[ recovery-image] Sep 04 23:30:31.299 INFO O| Sep 04 23:30:31.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
85822026-09-04T23:30:32.474Z[ recovery-image] Sep 04 23:30:31.299 INFO O| Sep 04 23:30:31.299 INFO STEP 959 (remove_files) COMPLETE
85832026-09-04T23:30:32.474Z[ recovery-image] Sep 04 23:30:31.299 INFO O| Sep 04 23:30:31.299 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-09-04T23:30:32.485Z[ recovery-image] Sep 04 23:30:31.310 INFO O| Sep 04 23:30:31.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
85852026-09-04T23:30:32.486Z[ recovery-image] Sep 04 23:30:31.310 INFO O| Sep 04 23:30:31.310 INFO STEP 960 (remove_files) COMPLETE
85862026-09-04T23:30:32.486Z[ recovery-image] Sep 04 23:30:31.310 INFO O| Sep 04 23:30:31.310 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-09-04T23:30:32.495Z[ recovery-image] Sep 04 23:30:31.321 INFO O| Sep 04 23:30:31.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
85882026-09-04T23:30:32.495Z[ recovery-image] Sep 04 23:30:31.321 INFO O| Sep 04 23:30:31.321 INFO STEP 961 (remove_files) COMPLETE
85892026-09-04T23:30:32.529Z[ recovery-image] Sep 04 23:30:31.321 INFO O| Sep 04 23:30:31.321 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-09-04T23:30:32.529Z[ recovery-image] Sep 04 23:30:31.332 INFO O| Sep 04 23:30:31.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
85912026-09-04T23:30:32.529Z[ recovery-image] Sep 04 23:30:31.332 INFO O| Sep 04 23:30:31.332 INFO STEP 962 (remove_files) COMPLETE
85922026-09-04T23:30:32.529Z[ recovery-image] Sep 04 23:30:31.332 INFO O| Sep 04 23:30:31.332 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-09-04T23:30:32.530Z[ recovery-image] Sep 04 23:30:31.343 INFO O| Sep 04 23:30:31.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
85942026-09-04T23:30:32.530Z[ recovery-image] Sep 04 23:30:31.343 INFO O| Sep 04 23:30:31.343 INFO STEP 963 (remove_files) COMPLETE
85952026-09-04T23:30:32.530Z[ recovery-image] Sep 04 23:30:31.343 INFO O| Sep 04 23:30:31.343 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-09-04T23:30:32.535Z[ recovery-image] Sep 04 23:30:31.361 INFO O| Sep 04 23:30:31.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
85972026-09-04T23:30:32.535Z[ recovery-image] Sep 04 23:30:31.361 INFO O| Sep 04 23:30:31.361 INFO STEP 964 (remove_files) COMPLETE
85982026-09-04T23:30:32.535Z[ recovery-image] Sep 04 23:30:31.361 INFO O| Sep 04 23:30:31.361 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-09-04T23:30:32.556Z[ recovery-image] Sep 04 23:30:31.370 INFO O| Sep 04 23:30:31.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
86002026-09-04T23:30:32.556Z[ recovery-image] Sep 04 23:30:31.370 INFO O| Sep 04 23:30:31.370 INFO STEP 965 (remove_files) COMPLETE
86012026-09-04T23:30:32.556Z[ recovery-image] Sep 04 23:30:31.370 INFO O| Sep 04 23:30:31.370 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-09-04T23:30:32.556Z[ recovery-image] Sep 04 23:30:31.379 INFO O| Sep 04 23:30:31.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
86032026-09-04T23:30:32.556Z[ recovery-image] Sep 04 23:30:31.379 INFO O| Sep 04 23:30:31.379 INFO STEP 966 (remove_files) COMPLETE
86042026-09-04T23:30:32.556Z[ recovery-image] Sep 04 23:30:31.379 INFO O| Sep 04 23:30:31.379 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-09-04T23:30:32.565Z[ recovery-image] Sep 04 23:30:31.388 INFO O| Sep 04 23:30:31.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
86062026-09-04T23:30:32.565Z[ recovery-image] Sep 04 23:30:31.388 INFO O| Sep 04 23:30:31.388 INFO STEP 967 (remove_files) COMPLETE
86072026-09-04T23:30:32.565Z[ recovery-image] Sep 04 23:30:31.388 INFO O| Sep 04 23:30:31.388 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-09-04T23:30:32.594Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86092026-09-04T23:30:32.594Z[ recovery-image] Sep 04 23:30:31.397 INFO O| Sep 04 23:30:31.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
86102026-09-04T23:30:32.594Z[ recovery-image] Sep 04 23:30:31.397 INFO O| Sep 04 23:30:31.397 INFO STEP 968 (remove_files) COMPLETE
86112026-09-04T23:30:32.594Z[ recovery-image] Sep 04 23:30:31.397 INFO O| Sep 04 23:30:31.397 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-09-04T23:30:32.602Z[ recovery-image] Sep 04 23:30:31.406 INFO O| Sep 04 23:30:31.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
86132026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.406 INFO O| Sep 04 23:30:31.406 INFO STEP 969 (remove_files) COMPLETE
86142026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.406 INFO O| Sep 04 23:30:31.406 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.414 INFO O| Sep 04 23:30:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
86162026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.414 INFO O| Sep 04 23:30:31.414 INFO STEP 970 (remove_files) COMPLETE
86172026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.414 INFO O| Sep 04 23:30:31.414 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-09-04T23:30:32.603Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86192026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.423 INFO O| Sep 04 23:30:31.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
86202026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.423 INFO O| Sep 04 23:30:31.423 INFO STEP 971 (remove_files) COMPLETE
86212026-09-04T23:30:32.603Z[ recovery-image] Sep 04 23:30:31.423 INFO O| Sep 04 23:30:31.423 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-09-04T23:30:32.615Z[ recovery-image] Sep 04 23:30:31.432 INFO O| Sep 04 23:30:31.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
86232026-09-04T23:30:32.615Z[ recovery-image] Sep 04 23:30:31.432 INFO O| Sep 04 23:30:31.432 INFO STEP 972 (remove_files) COMPLETE
86242026-09-04T23:30:32.615Z[ recovery-image] Sep 04 23:30:31.432 INFO O| Sep 04 23:30:31.432 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-09-04T23:30:32.615Z[ recovery-image] Sep 04 23:30:31.440 INFO O| Sep 04 23:30:31.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
86262026-09-04T23:30:32.615Z[ recovery-image] Sep 04 23:30:31.441 INFO O| Sep 04 23:30:31.441 INFO STEP 973 (remove_files) COMPLETE
86272026-09-04T23:30:32.615Z[ recovery-image] Sep 04 23:30:31.441 INFO O| Sep 04 23:30:31.441 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-09-04T23:30:32.634Z[ recovery-image] Sep 04 23:30:31.450 INFO O| Sep 04 23:30:31.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
86292026-09-04T23:30:32.635Z[ recovery-image] Sep 04 23:30:31.451 INFO O| Sep 04 23:30:31.450 INFO STEP 974 (remove_files) COMPLETE
86302026-09-04T23:30:32.635Z[ recovery-image] Sep 04 23:30:31.451 INFO O| Sep 04 23:30:31.450 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-09-04T23:30:32.640Z[ recovery-image] Sep 04 23:30:31.459 INFO O| Sep 04 23:30:31.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
86322026-09-04T23:30:32.640Z[ recovery-image] Sep 04 23:30:31.459 INFO O| Sep 04 23:30:31.459 INFO STEP 975 (remove_files) COMPLETE
86332026-09-04T23:30:32.640Z[ recovery-image] Sep 04 23:30:31.459 INFO O| Sep 04 23:30:31.459 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-09-04T23:30:32.640Z[ recovery-image] Sep 04 23:30:31.468 INFO O| Sep 04 23:30:31.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
86352026-09-04T23:30:32.640Z[ recovery-image] Sep 04 23:30:31.468 INFO O| Sep 04 23:30:31.468 INFO STEP 976 (remove_files) COMPLETE
86362026-09-04T23:30:32.640Z[ recovery-image] Sep 04 23:30:31.468 INFO O| Sep 04 23:30:31.468 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-09-04T23:30:32.648Z[ recovery-image] Sep 04 23:30:31.478 INFO O| Sep 04 23:30:31.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
86382026-09-04T23:30:32.648Z[ recovery-image] Sep 04 23:30:31.478 INFO O| Sep 04 23:30:31.478 INFO STEP 977 (remove_files) COMPLETE
86392026-09-04T23:30:32.648Z[ recovery-image] Sep 04 23:30:31.478 INFO O| Sep 04 23:30:31.478 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-09-04T23:30:32.660Z[ recovery-image] Sep 04 23:30:31.487 INFO O| Sep 04 23:30:31.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
86412026-09-04T23:30:32.660Z[ recovery-image] Sep 04 23:30:31.487 INFO O| Sep 04 23:30:31.487 INFO STEP 978 (remove_files) COMPLETE
86422026-09-04T23:30:32.673Z[ recovery-image] Sep 04 23:30:31.487 INFO O| Sep 04 23:30:31.487 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-04T23:30:32.673Z[ recovery-image] Sep 04 23:30:31.497 INFO O| Sep 04 23:30:31.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
86442026-09-04T23:30:32.673Z[ recovery-image] Sep 04 23:30:31.497 INFO O| Sep 04 23:30:31.497 INFO STEP 979 (remove_files) COMPLETE
86452026-09-04T23:30:32.673Z[ recovery-image] Sep 04 23:30:31.497 INFO O| Sep 04 23:30:31.497 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-04T23:30:32.690Z[ recovery-image] Sep 04 23:30:31.507 INFO O| Sep 04 23:30:31.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
86472026-09-04T23:30:32.690Z[ recovery-image] Sep 04 23:30:31.507 INFO O| Sep 04 23:30:31.507 INFO STEP 980 (remove_files) COMPLETE
86482026-09-04T23:30:32.690Z[ recovery-image] Sep 04 23:30:31.507 INFO O| Sep 04 23:30:31.507 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-04T23:30:32.701Z[ recovery-image] Sep 04 23:30:31.517 INFO O| Sep 04 23:30:31.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
86502026-09-04T23:30:32.701Z[ recovery-image] Sep 04 23:30:31.517 INFO O| Sep 04 23:30:31.517 INFO STEP 981 (remove_files) COMPLETE
86512026-09-04T23:30:32.701Z[ recovery-image] Sep 04 23:30:31.517 INFO O| Sep 04 23:30:31.517 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.528 INFO O| Sep 04 23:30:31.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
86532026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.528 INFO O| Sep 04 23:30:31.528 INFO STEP 982 (remove_files) COMPLETE
86542026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.528 INFO O| Sep 04 23:30:31.528 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.539 INFO O| Sep 04 23:30:31.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
86562026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.539 INFO O| Sep 04 23:30:31.539 INFO STEP 983 (remove_files) COMPLETE
86572026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.539 INFO O| Sep 04 23:30:31.539 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.548 INFO O| Sep 04 23:30:31.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
86592026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.549 INFO O| Sep 04 23:30:31.549 INFO STEP 984 (remove_files) COMPLETE
86602026-09-04T23:30:32.726Z[ recovery-image] Sep 04 23:30:31.549 INFO O| Sep 04 23:30:31.549 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-09-04T23:30:32.741Z[ recovery-image] Sep 04 23:30:31.557 INFO O| Sep 04 23:30:31.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
86622026-09-04T23:30:32.741Z[ recovery-image] Sep 04 23:30:31.557 INFO O| Sep 04 23:30:31.557 INFO STEP 985 (remove_files) COMPLETE
86632026-09-04T23:30:32.741Z[ recovery-image] Sep 04 23:30:31.557 INFO O| Sep 04 23:30:31.557 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-09-04T23:30:32.747Z[ recovery-image] Sep 04 23:30:31.567 INFO O| Sep 04 23:30:31.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
86652026-09-04T23:30:32.748Z[ recovery-image] Sep 04 23:30:31.567 INFO O| Sep 04 23:30:31.567 INFO STEP 986 (remove_files) COMPLETE
86662026-09-04T23:30:32.748Z[ recovery-image] Sep 04 23:30:31.567 INFO O| Sep 04 23:30:31.567 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-09-04T23:30:32.748Z[ recovery-image] Sep 04 23:30:31.576 INFO O| Sep 04 23:30:31.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
86682026-09-04T23:30:32.748Z[ recovery-image] Sep 04 23:30:31.577 INFO O| Sep 04 23:30:31.576 INFO STEP 987 (remove_files) COMPLETE
86692026-09-04T23:30:32.748Z[ recovery-image] Sep 04 23:30:31.577 INFO O| Sep 04 23:30:31.576 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-09-04T23:30:32.758Z[ recovery-image] Sep 04 23:30:31.586 INFO O| Sep 04 23:30:31.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
86712026-09-04T23:30:32.758Z[ recovery-image] Sep 04 23:30:31.586 INFO O| Sep 04 23:30:31.586 INFO STEP 988 (remove_files) COMPLETE
86722026-09-04T23:30:32.758Z[ recovery-image] Sep 04 23:30:31.586 INFO O| Sep 04 23:30:31.586 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-09-04T23:30:32.767Z[ recovery-image] Sep 04 23:30:31.597 INFO O| Sep 04 23:30:31.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
86742026-09-04T23:30:32.767Z[ recovery-image] Sep 04 23:30:31.597 INFO O| Sep 04 23:30:31.597 INFO STEP 989 (remove_files) COMPLETE
86752026-09-04T23:30:32.781Z[ recovery-image] Sep 04 23:30:31.597 INFO O| Sep 04 23:30:31.597 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-09-04T23:30:32.788Z[ recovery-image] Sep 04 23:30:31.607 INFO O| Sep 04 23:30:31.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
86772026-09-04T23:30:32.788Z[ recovery-image] Sep 04 23:30:31.607 INFO O| Sep 04 23:30:31.607 INFO STEP 990 (remove_files) COMPLETE
86782026-09-04T23:30:32.788Z[ recovery-image] Sep 04 23:30:31.607 INFO O| Sep 04 23:30:31.607 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-09-04T23:30:32.788Z[ recovery-image] Sep 04 23:30:31.617 INFO O| Sep 04 23:30:31.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
86802026-09-04T23:30:32.788Z[ recovery-image] Sep 04 23:30:31.617 INFO O| Sep 04 23:30:31.617 INFO STEP 991 (remove_files) COMPLETE
86812026-09-04T23:30:32.788Z[ recovery-image] Sep 04 23:30:31.617 INFO O| Sep 04 23:30:31.617 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-09-04T23:30:32.798Z[ recovery-image] Sep 04 23:30:31.628 INFO O| Sep 04 23:30:31.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
86832026-09-04T23:30:32.798Z[ recovery-image] Sep 04 23:30:31.628 INFO O| Sep 04 23:30:31.628 INFO STEP 992 (remove_files) COMPLETE
86842026-09-04T23:30:32.798Z[ recovery-image] Sep 04 23:30:31.628 INFO O| Sep 04 23:30:31.628 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-09-04T23:30:32.809Z[ recovery-image] Sep 04 23:30:31.638 INFO O| Sep 04 23:30:31.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
86862026-09-04T23:30:32.809Z[ recovery-image] Sep 04 23:30:31.638 INFO O| Sep 04 23:30:31.638 INFO STEP 993 (remove_files) COMPLETE
86872026-09-04T23:30:32.809Z[ recovery-image] Sep 04 23:30:31.638 INFO O| Sep 04 23:30:31.638 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-09-04T23:30:32.820Z[ recovery-image] Sep 04 23:30:31.648 INFO O| Sep 04 23:30:31.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
86892026-09-04T23:30:32.820Z[ recovery-image] Sep 04 23:30:31.648 INFO O| Sep 04 23:30:31.648 INFO STEP 994 (remove_files) COMPLETE
86902026-09-04T23:30:32.825Z[ recovery-image] Sep 04 23:30:31.648 INFO O| Sep 04 23:30:31.648 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-09-04T23:30:32.829Z[ recovery-image] Sep 04 23:30:31.659 INFO O| Sep 04 23:30:31.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
86922026-09-04T23:30:32.829Z[ recovery-image] Sep 04 23:30:31.659 INFO O| Sep 04 23:30:31.659 INFO STEP 995 (remove_files) COMPLETE
86932026-09-04T23:30:32.829Z[ recovery-image] Sep 04 23:30:31.659 INFO O| Sep 04 23:30:31.659 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-09-04T23:30:32.839Z[ recovery-image] Sep 04 23:30:31.669 INFO O| Sep 04 23:30:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
86952026-09-04T23:30:32.839Z[ recovery-image] Sep 04 23:30:31.669 INFO O| Sep 04 23:30:31.669 INFO STEP 996 (remove_files) COMPLETE
86962026-09-04T23:30:32.839Z[ recovery-image] Sep 04 23:30:31.669 INFO O| Sep 04 23:30:31.669 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-09-04T23:30:32.848Z[ recovery-image] Sep 04 23:30:31.679 INFO O| Sep 04 23:30:31.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
86982026-09-04T23:30:32.848Z[ recovery-image] Sep 04 23:30:31.679 INFO O| Sep 04 23:30:31.679 INFO STEP 997 (remove_files) COMPLETE
86992026-09-04T23:30:32.848Z[ recovery-image] Sep 04 23:30:31.679 INFO O| Sep 04 23:30:31.679 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-09-04T23:30:32.863Z[ recovery-image] Sep 04 23:30:31.688 INFO O| Sep 04 23:30:31.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
87012026-09-04T23:30:32.863Z[ recovery-image] Sep 04 23:30:31.688 INFO O| Sep 04 23:30:31.688 INFO STEP 998 (remove_files) COMPLETE
87022026-09-04T23:30:32.863Z[ recovery-image] Sep 04 23:30:31.688 INFO O| Sep 04 23:30:31.688 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-09-04T23:30:32.868Z[ recovery-image] Sep 04 23:30:31.698 INFO O| Sep 04 23:30:31.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
87042026-09-04T23:30:32.869Z[ recovery-image] Sep 04 23:30:31.698 INFO O| Sep 04 23:30:31.698 INFO STEP 999 (remove_files) COMPLETE
87052026-09-04T23:30:32.873Z[ recovery-image] Sep 04 23:30:31.698 INFO O| Sep 04 23:30:31.698 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-09-04T23:30:32.884Z[ recovery-image] Sep 04 23:30:31.714 INFO O| Sep 04 23:30:31.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
87072026-09-04T23:30:32.884Z[ recovery-image] Sep 04 23:30:31.714 INFO O| Sep 04 23:30:31.714 INFO STEP 1000 (remove_files) COMPLETE
87082026-09-04T23:30:32.884Z[ recovery-image] Sep 04 23:30:31.714 INFO O| Sep 04 23:30:31.714 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-09-04T23:30:32.911Z[ recovery-image] Sep 04 23:30:31.736 INFO O| Sep 04 23:30:31.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
87102026-09-04T23:30:32.912Z[ recovery-image] Sep 04 23:30:31.736 INFO O| Sep 04 23:30:31.736 INFO STEP 1001 (remove_files) COMPLETE
87112026-09-04T23:30:32.912Z[ recovery-image] Sep 04 23:30:31.736 INFO O| Sep 04 23:30:31.736 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-09-04T23:30:32.917Z[ recovery-image] Sep 04 23:30:31.748 INFO O| Sep 04 23:30:31.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
87132026-09-04T23:30:32.918Z[ recovery-image] Sep 04 23:30:31.748 INFO O| Sep 04 23:30:31.748 INFO STEP 1002 (remove_files) COMPLETE
87142026-09-04T23:30:32.922Z[ recovery-image] Sep 04 23:30:31.748 INFO O| Sep 04 23:30:31.748 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-09-04T23:30:32.928Z[ recovery-image] Sep 04 23:30:31.758 INFO O| Sep 04 23:30:31.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
87162026-09-04T23:30:32.932Z[ recovery-image] Sep 04 23:30:31.758 INFO O| Sep 04 23:30:31.758 INFO STEP 1003 (remove_files) COMPLETE
87172026-09-04T23:30:32.932Z[ recovery-image] Sep 04 23:30:31.758 INFO O| Sep 04 23:30:31.758 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-09-04T23:30:32.940Z[ recovery-image] Sep 04 23:30:31.769 INFO O| Sep 04 23:30:31.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
87192026-09-04T23:30:32.940Z[ recovery-image] Sep 04 23:30:31.769 INFO O| Sep 04 23:30:31.769 INFO STEP 1004 (remove_files) COMPLETE
87202026-09-04T23:30:32.945Z[ recovery-image] Sep 04 23:30:31.769 INFO O| Sep 04 23:30:31.769 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-09-04T23:30:32.949Z[ recovery-image] Sep 04 23:30:31.779 INFO O| Sep 04 23:30:31.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
87222026-09-04T23:30:32.949Z[ recovery-image] Sep 04 23:30:31.779 INFO O| Sep 04 23:30:31.779 INFO STEP 1005 (remove_files) COMPLETE
87232026-09-04T23:30:32.950Z[ recovery-image] Sep 04 23:30:31.779 INFO O| Sep 04 23:30:31.779 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-09-04T23:30:32.971Z[ recovery-image] Sep 04 23:30:31.789 INFO O| Sep 04 23:30:31.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
87252026-09-04T23:30:32.971Z[ recovery-image] Sep 04 23:30:31.789 INFO O| Sep 04 23:30:31.789 INFO STEP 1006 (remove_files) COMPLETE
87262026-09-04T23:30:32.971Z[ recovery-image] Sep 04 23:30:31.789 INFO O| Sep 04 23:30:31.789 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-09-04T23:30:32.998Z[ recovery-image] Sep 04 23:30:31.799 INFO O| Sep 04 23:30:31.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
87282026-09-04T23:30:32.998Z[ recovery-image] Sep 04 23:30:31.799 INFO O| Sep 04 23:30:31.799 INFO STEP 1007 (remove_files) COMPLETE
87292026-09-04T23:30:32.999Z[ recovery-image] Sep 04 23:30:31.799 INFO O| Sep 04 23:30:31.799 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-09-04T23:30:32.999Z[ recovery-image] Sep 04 23:30:31.808 INFO O| Sep 04 23:30:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
87312026-09-04T23:30:32.999Z[ recovery-image] Sep 04 23:30:31.808 INFO O| Sep 04 23:30:31.808 INFO STEP 1008 (remove_files) COMPLETE
87322026-09-04T23:30:32.999Z[ recovery-image] Sep 04 23:30:31.808 INFO O| Sep 04 23:30:31.808 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-09-04T23:30:33.085Z[ recovery-image] Sep 04 23:30:31.819 INFO O| Sep 04 23:30:31.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
87342026-09-04T23:30:33.085Z[ recovery-image] Sep 04 23:30:31.819 INFO O| Sep 04 23:30:31.819 INFO STEP 1009 (remove_files) COMPLETE
87352026-09-04T23:30:33.085Z[ recovery-image] Sep 04 23:30:31.819 INFO O| Sep 04 23:30:31.819 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-09-04T23:30:33.085Z[ recovery-image] Sep 04 23:30:31.831 INFO O| Sep 04 23:30:31.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
87372026-09-04T23:30:33.085Z[ recovery-image] Sep 04 23:30:31.831 INFO O| Sep 04 23:30:31.831 INFO STEP 1010 (remove_files) COMPLETE
87382026-09-04T23:30:33.085Z[ recovery-image] Sep 04 23:30:31.831 INFO O| Sep 04 23:30:31.831 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-09-04T23:30:33.091Z[ recovery-image] Sep 04 23:30:31.842 INFO O| Sep 04 23:30:31.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
87402026-09-04T23:30:33.091Z[ recovery-image] Sep 04 23:30:31.842 INFO O| Sep 04 23:30:31.842 INFO STEP 1011 (remove_files) COMPLETE
87412026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.842 INFO O| Sep 04 23:30:31.842 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.853 INFO O| Sep 04 23:30:31.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
87432026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.853 INFO O| Sep 04 23:30:31.853 INFO STEP 1012 (remove_files) COMPLETE
87442026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.853 INFO O| Sep 04 23:30:31.853 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.864 INFO O| Sep 04 23:30:31.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
87462026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.864 INFO O| Sep 04 23:30:31.864 INFO STEP 1013 (remove_files) COMPLETE
87472026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.864 INFO O| Sep 04 23:30:31.864 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.875 INFO O| Sep 04 23:30:31.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
87492026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.875 INFO O| Sep 04 23:30:31.875 INFO STEP 1014 (remove_files) COMPLETE
87502026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.875 INFO O| Sep 04 23:30:31.875 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.886 INFO O| Sep 04 23:30:31.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
87522026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.886 INFO O| Sep 04 23:30:31.886 INFO STEP 1015 (remove_files) COMPLETE
87532026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.886 INFO O| Sep 04 23:30:31.886 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.897 INFO O| Sep 04 23:30:31.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
87552026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.897 INFO O| Sep 04 23:30:31.897 INFO STEP 1016 (remove_files) COMPLETE
87562026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.897 INFO O| Sep 04 23:30:31.897 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87572026-09-04T23:30:33.092Z[ recovery-image] Sep 04 23:30:31.909 INFO O| Sep 04 23:30:31.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
87582026-09-04T23:30:33.093Z[ recovery-image] Sep 04 23:30:31.909 INFO O| Sep 04 23:30:31.909 INFO STEP 1017 (remove_files) COMPLETE
87592026-09-04T23:30:33.093Z[ recovery-image] Sep 04 23:30:31.909 INFO O| Sep 04 23:30:31.909 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.920 INFO O| Sep 04 23:30:31.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
87612026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.920 INFO O| Sep 04 23:30:31.920 INFO STEP 1018 (remove_files) COMPLETE
87622026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.920 INFO O| Sep 04 23:30:31.920 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.931 INFO O| Sep 04 23:30:31.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
87642026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.931 INFO O| Sep 04 23:30:31.931 INFO STEP 1019 (remove_files) COMPLETE
87652026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.931 INFO O| Sep 04 23:30:31.931 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.943 INFO O| Sep 04 23:30:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
87672026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.943 INFO O| Sep 04 23:30:31.943 INFO STEP 1020 (remove_files) COMPLETE
87682026-09-04T23:30:33.121Z[ recovery-image] Sep 04 23:30:31.943 INFO O| Sep 04 23:30:31.943 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87692026-09-04T23:30:33.152Z[ recovery-image] Sep 04 23:30:31.953 INFO O| Sep 04 23:30:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
87702026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.953 INFO O| Sep 04 23:30:31.953 INFO STEP 1021 (remove_files) COMPLETE
87712026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.953 INFO O| Sep 04 23:30:31.953 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87722026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.964 INFO O| Sep 04 23:30:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
87732026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.965 INFO O| Sep 04 23:30:31.965 INFO STEP 1022 (remove_files) COMPLETE
87742026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.965 INFO O| Sep 04 23:30:31.965 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.974 INFO O| Sep 04 23:30:31.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
87762026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.974 INFO O| Sep 04 23:30:31.974 INFO STEP 1023 (remove_files) COMPLETE
87772026-09-04T23:30:33.153Z[ recovery-image] Sep 04 23:30:31.974 INFO O| Sep 04 23:30:31.974 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87782026-09-04T23:30:33.159Z[ recovery-image] Sep 04 23:30:31.982 INFO O| Sep 04 23:30:31.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
87792026-09-04T23:30:33.159Z[ recovery-image] Sep 04 23:30:31.982 INFO O| Sep 04 23:30:31.982 INFO STEP 1024 (remove_files) COMPLETE
87802026-09-04T23:30:33.159Z[ recovery-image] Sep 04 23:30:31.982 INFO O| Sep 04 23:30:31.982 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87812026-09-04T23:30:33.164Z[ recovery-image] Sep 04 23:30:31.990 INFO O| Sep 04 23:30:31.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
87822026-09-04T23:30:33.164Z[ recovery-image] Sep 04 23:30:31.990 INFO O| Sep 04 23:30:31.990 INFO STEP 1025 (remove_files) COMPLETE
87832026-09-04T23:30:33.164Z[ recovery-image] Sep 04 23:30:31.990 INFO O| Sep 04 23:30:31.990 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87842026-09-04T23:30:33.171Z[ recovery-image] Sep 04 23:30:32.000 INFO O| Sep 04 23:30:32.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
87852026-09-04T23:30:33.171Z[ recovery-image] Sep 04 23:30:32.000 INFO O| Sep 04 23:30:32.000 INFO STEP 1026 (remove_files) COMPLETE
87862026-09-04T23:30:33.175Z[ recovery-image] Sep 04 23:30:32.000 INFO O| Sep 04 23:30:32.000 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87872026-09-04T23:30:33.181Z[ recovery-image] Sep 04 23:30:32.011 INFO O| Sep 04 23:30:32.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
87882026-09-04T23:30:33.181Z[ recovery-image] Sep 04 23:30:32.011 INFO O| Sep 04 23:30:32.011 INFO STEP 1027 (remove_files) COMPLETE
87892026-09-04T23:30:33.187Z[ recovery-image] Sep 04 23:30:32.011 INFO O| Sep 04 23:30:32.011 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87902026-09-04T23:30:33.222Z[ recovery-image] Sep 04 23:30:32.022 INFO O| Sep 04 23:30:32.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
87912026-09-04T23:30:33.222Z[ recovery-image] Sep 04 23:30:32.023 INFO O| Sep 04 23:30:32.022 INFO STEP 1028 (remove_files) COMPLETE
87922026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.023 INFO O| Sep 04 23:30:32.022 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87932026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.031 INFO O| Sep 04 23:30:32.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
87942026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.032 INFO O| Sep 04 23:30:32.032 INFO STEP 1029 (remove_files) COMPLETE
87952026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.032 INFO O| Sep 04 23:30:32.032 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87962026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.041 INFO O| Sep 04 23:30:32.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
87972026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.041 INFO O| Sep 04 23:30:32.041 INFO STEP 1030 (remove_files) COMPLETE
87982026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.041 INFO O| Sep 04 23:30:32.041 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.050 INFO O| Sep 04 23:30:32.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
88002026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.050 INFO O| Sep 04 23:30:32.050 INFO STEP 1031 (remove_files) COMPLETE
88012026-09-04T23:30:33.228Z[ recovery-image] Sep 04 23:30:32.051 INFO O| Sep 04 23:30:32.050 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-04T23:30:33.232Z[ recovery-image] Sep 04 23:30:32.060 INFO O| Sep 04 23:30:32.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
88032026-09-04T23:30:33.233Z[ recovery-image] Sep 04 23:30:32.060 INFO O| Sep 04 23:30:32.060 INFO STEP 1032 (remove_files) COMPLETE
88042026-09-04T23:30:33.233Z[ recovery-image] Sep 04 23:30:32.060 INFO O| Sep 04 23:30:32.060 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-04T23:30:33.239Z[ recovery-image] Sep 04 23:30:32.069 INFO O| Sep 04 23:30:32.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
88062026-09-04T23:30:33.239Z[ recovery-image] Sep 04 23:30:32.069 INFO O| Sep 04 23:30:32.069 INFO STEP 1033 (remove_files) COMPLETE
88072026-09-04T23:30:33.239Z[ recovery-image] Sep 04 23:30:32.069 INFO O| Sep 04 23:30:32.069 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-04T23:30:33.250Z[ recovery-image] Sep 04 23:30:32.078 INFO O| Sep 04 23:30:32.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
88092026-09-04T23:30:33.250Z[ recovery-image] Sep 04 23:30:32.078 INFO O| Sep 04 23:30:32.078 INFO STEP 1034 (remove_files) COMPLETE
88102026-09-04T23:30:33.250Z[ recovery-image] Sep 04 23:30:32.078 INFO O| Sep 04 23:30:32.078 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-04T23:30:33.259Z[ recovery-image] Sep 04 23:30:32.088 INFO O| Sep 04 23:30:32.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
88122026-09-04T23:30:33.259Z[ recovery-image] Sep 04 23:30:32.088 INFO O| Sep 04 23:30:32.088 INFO STEP 1035 (remove_files) COMPLETE
88132026-09-04T23:30:33.259Z[ recovery-image] Sep 04 23:30:32.088 INFO O| Sep 04 23:30:32.088 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-09-04T23:30:33.267Z[ recovery-image] Sep 04 23:30:32.098 INFO O| Sep 04 23:30:32.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
88152026-09-04T23:30:33.268Z[ recovery-image] Sep 04 23:30:32.098 INFO O| Sep 04 23:30:32.098 INFO STEP 1036 (remove_files) COMPLETE
88162026-09-04T23:30:33.268Z[ recovery-image] Sep 04 23:30:32.098 INFO O| Sep 04 23:30:32.098 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88172026-09-04T23:30:33.280Z[ recovery-image] Sep 04 23:30:32.107 INFO O| Sep 04 23:30:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
88182026-09-04T23:30:33.280Z[ recovery-image] Sep 04 23:30:32.107 INFO O| Sep 04 23:30:32.107 INFO STEP 1037 (remove_files) COMPLETE
88192026-09-04T23:30:33.280Z[ recovery-image] Sep 04 23:30:32.107 INFO O| Sep 04 23:30:32.107 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88202026-09-04T23:30:33.286Z[ recovery-image] Sep 04 23:30:32.116 INFO O| Sep 04 23:30:32.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
88212026-09-04T23:30:33.286Z[ recovery-image] Sep 04 23:30:32.116 INFO O| Sep 04 23:30:32.116 INFO STEP 1038 (remove_files) COMPLETE
88222026-09-04T23:30:33.286Z[ recovery-image] Sep 04 23:30:32.116 INFO O| Sep 04 23:30:32.116 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88232026-09-04T23:30:33.295Z[ recovery-image] Sep 04 23:30:32.125 INFO O| Sep 04 23:30:32.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
88242026-09-04T23:30:33.295Z[ recovery-image] Sep 04 23:30:32.125 INFO O| Sep 04 23:30:32.125 INFO STEP 1039 (remove_files) COMPLETE
88252026-09-04T23:30:33.295Z[ recovery-image] Sep 04 23:30:32.125 INFO O| Sep 04 23:30:32.125 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88262026-09-04T23:30:33.303Z[ recovery-image] Sep 04 23:30:32.133 INFO O| Sep 04 23:30:32.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
88272026-09-04T23:30:33.303Z[ recovery-image] Sep 04 23:30:32.133 INFO O| Sep 04 23:30:32.133 INFO STEP 1040 (remove_files) COMPLETE
88282026-09-04T23:30:33.303Z[ recovery-image] Sep 04 23:30:32.133 INFO O| Sep 04 23:30:32.133 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88292026-09-04T23:30:33.319Z[ recovery-image] Sep 04 23:30:32.144 INFO O| Sep 04 23:30:32.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
88302026-09-04T23:30:33.319Z[ recovery-image] Sep 04 23:30:32.144 INFO O| Sep 04 23:30:32.144 INFO STEP 1041 (remove_files) COMPLETE
88312026-09-04T23:30:33.319Z[ recovery-image] Sep 04 23:30:32.144 INFO O| Sep 04 23:30:32.144 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88322026-09-04T23:30:33.324Z[ recovery-image] Sep 04 23:30:32.154 INFO O| Sep 04 23:30:32.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
88332026-09-04T23:30:33.324Z[ recovery-image] Sep 04 23:30:32.154 INFO O| Sep 04 23:30:32.154 INFO STEP 1042 (remove_files) COMPLETE
88342026-09-04T23:30:33.331Z[ recovery-image] Sep 04 23:30:32.154 INFO O| Sep 04 23:30:32.154 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88352026-09-04T23:30:33.335Z[ recovery-image] Sep 04 23:30:32.165 INFO O| Sep 04 23:30:32.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
88362026-09-04T23:30:33.335Z[ recovery-image] Sep 04 23:30:32.165 INFO O| Sep 04 23:30:32.165 INFO STEP 1043 (remove_files) COMPLETE
88372026-09-04T23:30:33.335Z[ recovery-image] Sep 04 23:30:32.165 INFO O| Sep 04 23:30:32.165 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88382026-09-04T23:30:33.346Z[ recovery-image] Sep 04 23:30:32.176 INFO O| Sep 04 23:30:32.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
88392026-09-04T23:30:33.346Z[ recovery-image] Sep 04 23:30:32.176 INFO O| Sep 04 23:30:32.176 INFO STEP 1044 (remove_files) COMPLETE
88402026-09-04T23:30:33.346Z[ recovery-image] Sep 04 23:30:32.176 INFO O| Sep 04 23:30:32.176 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88412026-09-04T23:30:33.359Z[ recovery-image] Sep 04 23:30:32.187 INFO O| Sep 04 23:30:32.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
88422026-09-04T23:30:33.359Z[ recovery-image] Sep 04 23:30:32.187 INFO O| Sep 04 23:30:32.187 INFO STEP 1045 (remove_files) COMPLETE
88432026-09-04T23:30:33.359Z[ recovery-image] Sep 04 23:30:32.187 INFO O| Sep 04 23:30:32.187 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88442026-09-04T23:30:33.369Z[ recovery-image] Sep 04 23:30:32.198 INFO O| Sep 04 23:30:32.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
88452026-09-04T23:30:33.369Z[ recovery-image] Sep 04 23:30:32.198 INFO O| Sep 04 23:30:32.198 INFO STEP 1046 (remove_files) COMPLETE
88462026-09-04T23:30:33.369Z[ recovery-image] Sep 04 23:30:32.198 INFO O| Sep 04 23:30:32.198 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88472026-09-04T23:30:33.379Z[ recovery-image] Sep 04 23:30:32.209 INFO O| Sep 04 23:30:32.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
88482026-09-04T23:30:33.379Z[ recovery-image] Sep 04 23:30:32.209 INFO O| Sep 04 23:30:32.209 INFO STEP 1047 (remove_files) COMPLETE
88492026-09-04T23:30:33.379Z[ recovery-image] Sep 04 23:30:32.209 INFO O| Sep 04 23:30:32.209 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88502026-09-04T23:30:33.388Z[ recovery-image] Sep 04 23:30:32.218 INFO O| Sep 04 23:30:32.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
88512026-09-04T23:30:33.389Z[ recovery-image] Sep 04 23:30:32.218 INFO O| Sep 04 23:30:32.218 INFO STEP 1048 (remove_files) COMPLETE
88522026-09-04T23:30:33.389Z[ recovery-image] Sep 04 23:30:32.218 INFO O| Sep 04 23:30:32.218 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88532026-09-04T23:30:33.396Z[ recovery-image] Sep 04 23:30:32.226 INFO O| Sep 04 23:30:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
88542026-09-04T23:30:33.396Z[ recovery-image] Sep 04 23:30:32.226 INFO O| Sep 04 23:30:32.226 INFO STEP 1049 (remove_files) COMPLETE
88552026-09-04T23:30:33.396Z[ recovery-image] Sep 04 23:30:32.226 INFO O| Sep 04 23:30:32.226 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88562026-09-04T23:30:33.404Z[ recovery-image] Sep 04 23:30:32.234 INFO O| Sep 04 23:30:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
88572026-09-04T23:30:33.405Z[ recovery-image] Sep 04 23:30:32.234 INFO O| Sep 04 23:30:32.234 INFO STEP 1050 (remove_files) COMPLETE
88582026-09-04T23:30:33.405Z[ recovery-image] Sep 04 23:30:32.234 INFO O| Sep 04 23:30:32.234 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88592026-09-04T23:30:33.416Z[ recovery-image] Sep 04 23:30:32.246 INFO O| Sep 04 23:30:32.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
88602026-09-04T23:30:33.416Z[ recovery-image] Sep 04 23:30:32.246 INFO O| Sep 04 23:30:32.246 INFO STEP 1051 (remove_files) COMPLETE
88612026-09-04T23:30:33.420Z[ recovery-image] Sep 04 23:30:32.246 INFO O| Sep 04 23:30:32.246 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88622026-09-04T23:30:33.425Z[ recovery-image] Sep 04 23:30:32.255 INFO O| Sep 04 23:30:32.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
88632026-09-04T23:30:33.425Z[ recovery-image] Sep 04 23:30:32.255 INFO O| Sep 04 23:30:32.255 INFO STEP 1052 (remove_files) COMPLETE
88642026-09-04T23:30:33.430Z[ recovery-image] Sep 04 23:30:32.255 INFO O| Sep 04 23:30:32.255 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88652026-09-04T23:30:33.437Z[ recovery-image] Sep 04 23:30:32.266 INFO O| Sep 04 23:30:32.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
88662026-09-04T23:30:33.437Z[ recovery-image] Sep 04 23:30:32.266 INFO O| Sep 04 23:30:32.266 INFO STEP 1053 (remove_files) COMPLETE
88672026-09-04T23:30:33.441Z[ recovery-image] Sep 04 23:30:32.266 INFO O| Sep 04 23:30:32.266 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88682026-09-04T23:30:33.449Z[ recovery-image] Sep 04 23:30:32.277 INFO O| Sep 04 23:30:32.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
88692026-09-04T23:30:33.449Z[ recovery-image] Sep 04 23:30:32.277 INFO O| Sep 04 23:30:32.277 INFO STEP 1054 (remove_files) COMPLETE
88702026-09-04T23:30:33.450Z[ recovery-image] Sep 04 23:30:32.277 INFO O| Sep 04 23:30:32.277 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88712026-09-04T23:30:33.458Z[ recovery-image] Sep 04 23:30:32.288 INFO O| Sep 04 23:30:32.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
88722026-09-04T23:30:33.458Z[ recovery-image] Sep 04 23:30:32.288 INFO O| Sep 04 23:30:32.288 INFO STEP 1055 (remove_files) COMPLETE
88732026-09-04T23:30:33.458Z[ recovery-image] Sep 04 23:30:32.288 INFO O| Sep 04 23:30:32.288 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88742026-09-04T23:30:33.471Z[ recovery-image] Sep 04 23:30:32.300 INFO O| Sep 04 23:30:32.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
88752026-09-04T23:30:33.471Z[ recovery-image] Sep 04 23:30:32.300 INFO O| Sep 04 23:30:32.300 INFO STEP 1056 (remove_files) COMPLETE
88762026-09-04T23:30:33.471Z[ recovery-image] Sep 04 23:30:32.300 INFO O| Sep 04 23:30:32.300 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88772026-09-04T23:30:33.480Z[ recovery-image] Sep 04 23:30:32.310 INFO O| Sep 04 23:30:32.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
88782026-09-04T23:30:33.480Z[ recovery-image] Sep 04 23:30:32.310 INFO O| Sep 04 23:30:32.310 INFO STEP 1057 (remove_files) COMPLETE
88792026-09-04T23:30:33.480Z[ recovery-image] Sep 04 23:30:32.310 INFO O| Sep 04 23:30:32.310 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88802026-09-04T23:30:33.490Z[ recovery-image] Sep 04 23:30:32.319 INFO O| Sep 04 23:30:32.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
88812026-09-04T23:30:33.496Z[ recovery-image] Sep 04 23:30:32.320 INFO O| Sep 04 23:30:32.320 INFO STEP 1058 (remove_files) COMPLETE
88822026-09-04T23:30:33.496Z[ recovery-image] Sep 04 23:30:32.320 INFO O| Sep 04 23:30:32.320 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88832026-09-04T23:30:33.502Z[ recovery-image] Sep 04 23:30:32.332 INFO O| Sep 04 23:30:32.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
88842026-09-04T23:30:33.502Z[ recovery-image] Sep 04 23:30:32.332 INFO O| Sep 04 23:30:32.332 INFO STEP 1059 (remove_files) COMPLETE
88852026-09-04T23:30:33.502Z[ recovery-image] Sep 04 23:30:32.332 INFO O| Sep 04 23:30:32.332 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88862026-09-04T23:30:33.511Z[ recovery-image] Sep 04 23:30:32.341 INFO O| Sep 04 23:30:32.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
88872026-09-04T23:30:33.511Z[ recovery-image] Sep 04 23:30:32.341 INFO O| Sep 04 23:30:32.341 INFO STEP 1060 (remove_files) COMPLETE
88882026-09-04T23:30:33.516Z[ recovery-image] Sep 04 23:30:32.341 INFO O| Sep 04 23:30:32.341 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88892026-09-04T23:30:33.523Z[ recovery-image] Sep 04 23:30:32.350 INFO O| Sep 04 23:30:32.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
88902026-09-04T23:30:33.523Z[ recovery-image] Sep 04 23:30:32.350 INFO O| Sep 04 23:30:32.350 INFO STEP 1061 (remove_files) COMPLETE
88912026-09-04T23:30:33.529Z[ recovery-image] Sep 04 23:30:32.350 INFO O| Sep 04 23:30:32.350 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88922026-09-04T23:30:33.535Z[ recovery-image] Sep 04 23:30:32.359 INFO O| Sep 04 23:30:32.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
88932026-09-04T23:30:33.535Z[ recovery-image] Sep 04 23:30:32.360 INFO O| Sep 04 23:30:32.360 INFO STEP 1062 (remove_files) COMPLETE
88942026-09-04T23:30:33.535Z[ recovery-image] Sep 04 23:30:32.360 INFO O| Sep 04 23:30:32.360 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88952026-09-04T23:30:33.541Z[ recovery-image] Sep 04 23:30:32.371 INFO O| Sep 04 23:30:32.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
88962026-09-04T23:30:33.541Z[ recovery-image] Sep 04 23:30:32.371 INFO O| Sep 04 23:30:32.371 INFO STEP 1063 (remove_files) COMPLETE
88972026-09-04T23:30:33.541Z[ recovery-image] Sep 04 23:30:32.371 INFO O| Sep 04 23:30:32.371 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88982026-09-04T23:30:33.546Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88992026-09-04T23:30:33.553Z[ recovery-image] Sep 04 23:30:32.382 INFO O| Sep 04 23:30:32.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
89002026-09-04T23:30:33.557Z[ recovery-image] Sep 04 23:30:32.382 INFO O| Sep 04 23:30:32.382 INFO STEP 1064 (remove_files) COMPLETE
89012026-09-04T23:30:33.557Z[ recovery-image] Sep 04 23:30:32.382 INFO O| Sep 04 23:30:32.382 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89022026-09-04T23:30:33.563Z[ recovery-image] Sep 04 23:30:32.393 INFO O| Sep 04 23:30:32.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
89032026-09-04T23:30:33.563Z[ recovery-image] Sep 04 23:30:32.393 INFO O| Sep 04 23:30:32.393 INFO STEP 1065 (remove_files) COMPLETE
89042026-09-04T23:30:33.563Z[ recovery-image] Sep 04 23:30:32.393 INFO O| Sep 04 23:30:32.393 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89052026-09-04T23:30:33.596Z[ recovery-image] Sep 04 23:30:32.401 INFO O| Sep 04 23:30:32.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
89062026-09-04T23:30:33.596Z[ recovery-image] Sep 04 23:30:32.401 INFO O| Sep 04 23:30:32.401 INFO STEP 1066 (remove_files) COMPLETE
89072026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.401 INFO O| Sep 04 23:30:32.401 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89082026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.409 INFO O| Sep 04 23:30:32.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
89092026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.409 INFO O| Sep 04 23:30:32.409 INFO STEP 1067 (remove_files) COMPLETE
89102026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.409 INFO O| Sep 04 23:30:32.409 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89112026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.418 INFO O| Sep 04 23:30:32.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
89122026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.418 INFO O| Sep 04 23:30:32.418 INFO STEP 1068 (remove_files) COMPLETE
89132026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.418 INFO O| Sep 04 23:30:32.418 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89142026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.427 INFO O| Sep 04 23:30:32.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
89152026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.427 INFO O| Sep 04 23:30:32.427 INFO STEP 1069 (remove_files) COMPLETE
89162026-09-04T23:30:33.602Z[ recovery-image] Sep 04 23:30:32.427 INFO O| Sep 04 23:30:32.427 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-04T23:30:33.612Z[ recovery-image] Sep 04 23:30:32.436 INFO O| Sep 04 23:30:32.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
89182026-09-04T23:30:33.612Z[ recovery-image] Sep 04 23:30:32.436 INFO O| Sep 04 23:30:32.436 INFO STEP 1070 (remove_files) COMPLETE
89192026-09-04T23:30:33.613Z[ recovery-image] Sep 04 23:30:32.436 INFO O| Sep 04 23:30:32.436 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-04T23:30:33.619Z[ recovery-image] Sep 04 23:30:32.444 INFO O| Sep 04 23:30:32.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
89212026-09-04T23:30:33.619Z[ recovery-image] Sep 04 23:30:32.444 INFO O| Sep 04 23:30:32.444 INFO STEP 1071 (remove_files) COMPLETE
89222026-09-04T23:30:33.619Z[ recovery-image] Sep 04 23:30:32.444 INFO O| Sep 04 23:30:32.444 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-04T23:30:33.623Z[ recovery-image] Sep 04 23:30:32.453 INFO O| Sep 04 23:30:32.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
89242026-09-04T23:30:33.623Z[ recovery-image] Sep 04 23:30:32.453 INFO O| Sep 04 23:30:32.453 INFO STEP 1072 (remove_files) COMPLETE
89252026-09-04T23:30:33.623Z[ recovery-image] Sep 04 23:30:32.453 INFO O| Sep 04 23:30:32.453 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-04T23:30:33.635Z[ recovery-image] Sep 04 23:30:32.461 INFO O| Sep 04 23:30:32.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
89272026-09-04T23:30:33.635Z[ recovery-image] Sep 04 23:30:32.461 INFO O| Sep 04 23:30:32.461 INFO STEP 1073 (remove_files) COMPLETE
89282026-09-04T23:30:33.642Z[ recovery-image] Sep 04 23:30:32.461 INFO O| Sep 04 23:30:32.461 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-04T23:30:33.649Z[ recovery-image] Sep 04 23:30:32.469 INFO O| Sep 04 23:30:32.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
89302026-09-04T23:30:33.649Z[ recovery-image] Sep 04 23:30:32.469 INFO O| Sep 04 23:30:32.469 INFO STEP 1074 (remove_files) COMPLETE
89312026-09-04T23:30:33.649Z[ recovery-image] Sep 04 23:30:32.469 INFO O| Sep 04 23:30:32.469 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-04T23:30:33.649Z[ recovery-image] Sep 04 23:30:32.478 INFO O| Sep 04 23:30:32.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
89332026-09-04T23:30:33.649Z[ recovery-image] Sep 04 23:30:32.478 INFO O| Sep 04 23:30:32.478 INFO STEP 1075 (remove_files) COMPLETE
89342026-09-04T23:30:33.655Z[ recovery-image] Sep 04 23:30:32.478 INFO O| Sep 04 23:30:32.478 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-04T23:30:33.659Z[ recovery-image] Sep 04 23:30:32.487 INFO O| Sep 04 23:30:32.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
89362026-09-04T23:30:33.659Z[ recovery-image] Sep 04 23:30:32.487 INFO O| Sep 04 23:30:32.487 INFO STEP 1076 (remove_files) COMPLETE
89372026-09-04T23:30:33.659Z[ recovery-image] Sep 04 23:30:32.487 INFO O| Sep 04 23:30:32.487 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-04T23:30:33.667Z[ recovery-image] Sep 04 23:30:32.497 INFO O| Sep 04 23:30:32.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
89392026-09-04T23:30:33.667Z[ recovery-image] Sep 04 23:30:32.497 INFO O| Sep 04 23:30:32.497 INFO STEP 1077 (remove_files) COMPLETE
89402026-09-04T23:30:33.667Z[ recovery-image] Sep 04 23:30:32.497 INFO O| Sep 04 23:30:32.497 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-04T23:30:33.678Z[ recovery-image] Sep 04 23:30:32.507 INFO O| Sep 04 23:30:32.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
89422026-09-04T23:30:33.678Z[ recovery-image] Sep 04 23:30:32.507 INFO O| Sep 04 23:30:32.507 INFO STEP 1078 (remove_files) COMPLETE
89432026-09-04T23:30:33.683Z[ recovery-image] Sep 04 23:30:32.507 INFO O| Sep 04 23:30:32.507 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-04T23:30:33.687Z[ recovery-image] Sep 04 23:30:32.517 INFO O| Sep 04 23:30:32.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
89452026-09-04T23:30:33.687Z[ recovery-image] Sep 04 23:30:32.517 INFO O| Sep 04 23:30:32.517 INFO STEP 1079 (remove_files) COMPLETE
89462026-09-04T23:30:33.693Z[ recovery-image] Sep 04 23:30:32.517 INFO O| Sep 04 23:30:32.517 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-04T23:30:33.787Z[ recovery-image] Sep 04 23:30:32.527 INFO O| Sep 04 23:30:32.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
89482026-09-04T23:30:33.787Z[ recovery-image] Sep 04 23:30:32.527 INFO O| Sep 04 23:30:32.527 INFO STEP 1080 (remove_files) COMPLETE
89492026-09-04T23:30:33.788Z[ recovery-image] Sep 04 23:30:32.527 INFO O| Sep 04 23:30:32.527 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.537 INFO O| Sep 04 23:30:32.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
89512026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.537 INFO O| Sep 04 23:30:32.537 INFO STEP 1081 (remove_files) COMPLETE
89522026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.537 INFO O| Sep 04 23:30:32.537 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.550 INFO O| Sep 04 23:30:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
89542026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.550 INFO O| Sep 04 23:30:32.550 INFO STEP 1082 (remove_files) COMPLETE
89552026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.550 INFO O| Sep 04 23:30:32.550 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.560 INFO O| Sep 04 23:30:32.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
89572026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.560 INFO O| Sep 04 23:30:32.560 INFO STEP 1083 (remove_files) COMPLETE
89582026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.560 INFO O| Sep 04 23:30:32.560 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.570 INFO O| Sep 04 23:30:32.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
89602026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.570 INFO O| Sep 04 23:30:32.570 INFO STEP 1084 (remove_files) COMPLETE
89612026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.570 INFO O| Sep 04 23:30:32.570 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-04T23:30:33.802Z[ recovery-image] Sep 04 23:30:32.580 INFO O| Sep 04 23:30:32.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
89632026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.580 INFO O| Sep 04 23:30:32.580 INFO STEP 1085 (remove_files) COMPLETE
89642026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.580 INFO O| Sep 04 23:30:32.580 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89652026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.588 INFO O| Sep 04 23:30:32.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
89662026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.588 INFO O| Sep 04 23:30:32.588 INFO STEP 1086 (remove_files) COMPLETE
89672026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.588 INFO O| Sep 04 23:30:32.588 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89682026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.597 INFO O| Sep 04 23:30:32.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
89692026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.597 INFO O| Sep 04 23:30:32.597 INFO STEP 1087 (remove_files) COMPLETE
89702026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.597 INFO O| Sep 04 23:30:32.597 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89712026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.605 INFO O| Sep 04 23:30:32.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
89722026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.605 INFO O| Sep 04 23:30:32.605 INFO STEP 1088 (remove_files) COMPLETE
89732026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.605 INFO O| Sep 04 23:30:32.605 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89742026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.614 INFO O| Sep 04 23:30:32.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
89752026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.614 INFO O| Sep 04 23:30:32.614 INFO STEP 1089 (remove_files) COMPLETE
89762026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.614 INFO O| Sep 04 23:30:32.614 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89772026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.622 INFO O| Sep 04 23:30:32.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
89782026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.622 INFO O| Sep 04 23:30:32.622 INFO STEP 1090 (remove_files) COMPLETE
89792026-09-04T23:30:33.803Z[ recovery-image] Sep 04 23:30:32.622 INFO O| Sep 04 23:30:32.622 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89802026-09-04T23:30:33.812Z[ recovery-image] Sep 04 23:30:32.632 INFO O| Sep 04 23:30:32.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
89812026-09-04T23:30:33.812Z[ recovery-image] Sep 04 23:30:32.632 INFO O| Sep 04 23:30:32.632 INFO STEP 1091 (remove_files) COMPLETE
89822026-09-04T23:30:33.812Z[ recovery-image] Sep 04 23:30:32.632 INFO O| Sep 04 23:30:32.632 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-04T23:30:33.832Z[ recovery-image] Sep 04 23:30:32.640 INFO O| Sep 04 23:30:32.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
89842026-09-04T23:30:33.852Z[ recovery-image] Sep 04 23:30:32.640 INFO O| Sep 04 23:30:32.640 INFO STEP 1092 (remove_files) COMPLETE
89852026-09-04T23:30:33.852Z[ recovery-image] Sep 04 23:30:32.640 INFO O| Sep 04 23:30:32.640 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.650 INFO O| Sep 04 23:30:32.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
89872026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.650 INFO O| Sep 04 23:30:32.650 INFO STEP 1093 (remove_files) COMPLETE
89882026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.650 INFO O| Sep 04 23:30:32.650 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.659 INFO O| Sep 04 23:30:32.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
89902026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.659 INFO O| Sep 04 23:30:32.659 INFO STEP 1094 (remove_files) COMPLETE
89912026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.659 INFO O| Sep 04 23:30:32.659 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.669 INFO O| Sep 04 23:30:32.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
89932026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.669 INFO O| Sep 04 23:30:32.669 INFO STEP 1095 (remove_files) COMPLETE
89942026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.669 INFO O| Sep 04 23:30:32.669 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.679 INFO O| Sep 04 23:30:32.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
89962026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.679 INFO O| Sep 04 23:30:32.679 INFO STEP 1096 (remove_files) COMPLETE
89972026-09-04T23:30:33.863Z[ recovery-image] Sep 04 23:30:32.680 INFO O| Sep 04 23:30:32.679 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-04T23:30:33.868Z[ recovery-image] Sep 04 23:30:32.691 INFO O| Sep 04 23:30:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
89992026-09-04T23:30:33.868Z[ recovery-image] Sep 04 23:30:32.691 INFO O| Sep 04 23:30:32.691 INFO STEP 1097 (remove_files) COMPLETE
90002026-09-04T23:30:33.868Z[ recovery-image] Sep 04 23:30:32.691 INFO O| Sep 04 23:30:32.691 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-04T23:30:33.876Z[ recovery-image] Sep 04 23:30:32.702 INFO O| Sep 04 23:30:32.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
90022026-09-04T23:30:33.876Z[ recovery-image] Sep 04 23:30:32.702 INFO O| Sep 04 23:30:32.702 INFO STEP 1098 (remove_files) COMPLETE
90032026-09-04T23:30:33.883Z[ recovery-image] Sep 04 23:30:32.702 INFO O| Sep 04 23:30:32.702 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-04T23:30:33.890Z[ recovery-image] Sep 04 23:30:32.713 INFO O| Sep 04 23:30:32.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
90052026-09-04T23:30:33.890Z[ recovery-image] Sep 04 23:30:32.713 INFO O| Sep 04 23:30:32.713 INFO STEP 1099 (remove_files) COMPLETE
90062026-09-04T23:30:33.890Z[ recovery-image] Sep 04 23:30:32.713 INFO O| Sep 04 23:30:32.713 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-04T23:30:33.898Z[ recovery-image] Sep 04 23:30:32.723 INFO O| Sep 04 23:30:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
90082026-09-04T23:30:33.898Z[ recovery-image] Sep 04 23:30:32.723 INFO O| Sep 04 23:30:32.723 INFO STEP 1100 (remove_files) COMPLETE
90092026-09-04T23:30:33.898Z[ recovery-image] Sep 04 23:30:32.723 INFO O| Sep 04 23:30:32.723 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-04T23:30:33.907Z[ recovery-image] Sep 04 23:30:32.734 INFO O| Sep 04 23:30:32.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
90112026-09-04T23:30:33.907Z[ recovery-image] Sep 04 23:30:32.734 INFO O| Sep 04 23:30:32.734 INFO STEP 1101 (remove_files) COMPLETE
90122026-09-04T23:30:33.907Z[ recovery-image] Sep 04 23:30:32.734 INFO O| Sep 04 23:30:32.734 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-04T23:30:33.915Z[ recovery-image] Sep 04 23:30:32.744 INFO O| Sep 04 23:30:32.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
90142026-09-04T23:30:33.915Z[ recovery-image] Sep 04 23:30:32.745 INFO O| Sep 04 23:30:32.745 INFO STEP 1102 (remove_files) COMPLETE
90152026-09-04T23:30:33.915Z[ recovery-image] Sep 04 23:30:32.745 INFO O| Sep 04 23:30:32.745 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-04T23:30:33.927Z[ recovery-image] Sep 04 23:30:32.755 INFO O| Sep 04 23:30:32.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
90172026-09-04T23:30:33.927Z[ recovery-image] Sep 04 23:30:32.755 INFO O| Sep 04 23:30:32.755 INFO STEP 1103 (remove_files) COMPLETE
90182026-09-04T23:30:33.927Z[ recovery-image] Sep 04 23:30:32.755 INFO O| Sep 04 23:30:32.755 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-04T23:30:33.944Z[ recovery-image] Sep 04 23:30:32.764 INFO O| Sep 04 23:30:32.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
90202026-09-04T23:30:33.944Z[ recovery-image] Sep 04 23:30:32.764 INFO O| Sep 04 23:30:32.764 INFO STEP 1104 (remove_files) COMPLETE
90212026-09-04T23:30:33.944Z[ recovery-image] Sep 04 23:30:32.764 INFO O| Sep 04 23:30:32.764 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-04T23:30:33.954Z[ recovery-image] Sep 04 23:30:32.773 INFO O| Sep 04 23:30:32.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
90232026-09-04T23:30:33.954Z[ recovery-image] Sep 04 23:30:32.773 INFO O| Sep 04 23:30:32.773 INFO STEP 1105 (remove_files) COMPLETE
90242026-09-04T23:30:33.954Z[ recovery-image] Sep 04 23:30:32.773 INFO O| Sep 04 23:30:32.773 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-04T23:30:33.961Z[ recovery-image] Sep 04 23:30:32.782 INFO O| Sep 04 23:30:32.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
90262026-09-04T23:30:33.961Z[ recovery-image] Sep 04 23:30:32.782 INFO O| Sep 04 23:30:32.782 INFO STEP 1106 (remove_files) COMPLETE
90272026-09-04T23:30:33.961Z[ recovery-image] Sep 04 23:30:32.782 INFO O| Sep 04 23:30:32.782 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90282026-09-04T23:30:33.990Z[ recovery-image] Sep 04 23:30:32.792 INFO O| Sep 04 23:30:32.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
90292026-09-04T23:30:33.990Z[ recovery-image] Sep 04 23:30:32.793 INFO O| Sep 04 23:30:32.792 INFO STEP 1107 (remove_files) COMPLETE
90302026-09-04T23:30:33.990Z[ recovery-image] Sep 04 23:30:32.793 INFO O| Sep 04 23:30:32.793 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90312026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.803 INFO O| Sep 04 23:30:32.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
90322026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.803 INFO O| Sep 04 23:30:32.803 INFO STEP 1108 (remove_files) COMPLETE
90332026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.803 INFO O| Sep 04 23:30:32.803 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90342026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.813 INFO O| Sep 04 23:30:32.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
90352026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.813 INFO O| Sep 04 23:30:32.813 INFO STEP 1109 (remove_files) COMPLETE
90362026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.813 INFO O| Sep 04 23:30:32.813 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90372026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.821 INFO O| Sep 04 23:30:32.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
90382026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.821 INFO O| Sep 04 23:30:32.821 INFO STEP 1110 (remove_files) COMPLETE
90392026-09-04T23:30:33.997Z[ recovery-image] Sep 04 23:30:32.821 INFO O| Sep 04 23:30:32.821 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90402026-09-04T23:30:34.036Z[ recovery-image] Sep 04 23:30:32.831 INFO O| Sep 04 23:30:32.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
90412026-09-04T23:30:34.036Z[ recovery-image] Sep 04 23:30:32.831 INFO O| Sep 04 23:30:32.831 INFO STEP 1111 (remove_files) COMPLETE
90422026-09-04T23:30:34.036Z[ recovery-image] Sep 04 23:30:32.831 INFO O| Sep 04 23:30:32.831 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90432026-09-04T23:30:34.041Z[ recovery-image] Sep 04 23:30:32.841 INFO O| Sep 04 23:30:32.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
90442026-09-04T23:30:34.041Z[ recovery-image] Sep 04 23:30:32.841 INFO O| Sep 04 23:30:32.841 INFO STEP 1112 (remove_files) COMPLETE
90452026-09-04T23:30:34.041Z[ recovery-image] Sep 04 23:30:32.841 INFO O| Sep 04 23:30:32.841 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-04T23:30:34.041Z[ recovery-image] Sep 04 23:30:32.849 INFO O| Sep 04 23:30:32.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
90472026-09-04T23:30:34.041Z[ recovery-image] Sep 04 23:30:32.850 INFO O| Sep 04 23:30:32.850 INFO STEP 1113 (remove_files) COMPLETE
90482026-09-04T23:30:34.041Z[ recovery-image] Sep 04 23:30:32.850 INFO O| Sep 04 23:30:32.850 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-04T23:30:34.042Z[ recovery-image] Sep 04 23:30:32.859 INFO O| Sep 04 23:30:32.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
90502026-09-04T23:30:34.042Z[ recovery-image] Sep 04 23:30:32.859 INFO O| Sep 04 23:30:32.859 INFO STEP 1114 (remove_files) COMPLETE
90512026-09-04T23:30:34.042Z[ recovery-image] Sep 04 23:30:32.859 INFO O| Sep 04 23:30:32.859 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-04T23:30:34.042Z[ recovery-image] Sep 04 23:30:32.869 INFO O| Sep 04 23:30:32.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
90532026-09-04T23:30:34.042Z[ recovery-image] Sep 04 23:30:32.869 INFO O| Sep 04 23:30:32.869 INFO STEP 1115 (remove_files) COMPLETE
90542026-09-04T23:30:34.042Z[ recovery-image] Sep 04 23:30:32.869 INFO O| Sep 04 23:30:32.869 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-04T23:30:34.055Z[ recovery-image] Sep 04 23:30:32.878 INFO O| Sep 04 23:30:32.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
90562026-09-04T23:30:34.055Z[ recovery-image] Sep 04 23:30:32.878 INFO O| Sep 04 23:30:32.878 INFO STEP 1116 (remove_files) COMPLETE
90572026-09-04T23:30:34.055Z[ recovery-image] Sep 04 23:30:32.878 INFO O| Sep 04 23:30:32.878 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90582026-09-04T23:30:34.070Z[ recovery-image] Sep 04 23:30:32.887 INFO O| Sep 04 23:30:32.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
90592026-09-04T23:30:34.070Z[ recovery-image] Sep 04 23:30:32.887 INFO O| Sep 04 23:30:32.887 INFO STEP 1117 (remove_files) COMPLETE
90602026-09-04T23:30:34.070Z[ recovery-image] Sep 04 23:30:32.887 INFO O| Sep 04 23:30:32.887 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
90612026-09-04T23:30:34.076Z[ recovery-image] Sep 04 23:30:32.902 INFO O| Sep 04 23:30:32.902 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
90622026-09-04T23:30:34.076Z[ recovery-image] Sep 04 23:30:32.902 INFO O| Sep 04 23:30:32.902 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
90632026-09-04T23:30:34.903Z[ recovery-image] Sep 04 23:30:33.733 INFO O| Sep 04 23:30:33.733 INFO STEP 1118 (pack_tar) COMPLETE
90642026-09-04T23:30:34.903Z[ recovery-image] Sep 04 23:30:33.733 INFO O| Sep 04 23:30:33.733 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
90652026-09-04T23:30:34.903Z[ recovery-image] Sep 04 23:30:33.733 INFO O| Sep 04 23:30:33.733 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
90662026-09-04T23:30:35.004Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
90672026-09-04T23:30:35.620Z[ recovery-image] Sep 04 23:30:34.449 INFO O| Sep 04 23:30:34.449 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
90682026-09-04T23:30:35.752Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
90692026-09-04T23:30:35.752Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
90702026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
90712026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
90722026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
90732026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
90742026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
90752026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.582 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
90762026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.583 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260904T231655Z
90772026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.583 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
90782026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.583 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
90792026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.583 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
90802026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.583 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
90812026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.583 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
90822026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
90832026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
90842026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
90852026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
90862026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
90872026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
90882026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
90892026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
90902026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
90912026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
90922026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
90932026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
90942026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.584 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
90952026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
90962026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
90972026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
90982026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
90992026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
91002026-09-04T23:30:35.758Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
91012026-09-04T23:30:35.759Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
91022026-09-04T23:30:35.759Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
91032026-09-04T23:30:35.759Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
91042026-09-04T23:30:35.759Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
91052026-09-04T23:30:35.759Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
91062026-09-04T23:30:35.759Z[ host-image] Sep 04 23:30:34.585 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
91072026-09-04T23:30:35.764Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91082026-09-04T23:30:35.764Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
91092026-09-04T23:30:35.764Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
91102026-09-04T23:30:35.764Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91112026-09-04T23:30:35.764Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
91122026-09-04T23:30:35.764Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
91132026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
91142026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
91152026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.588 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
91162026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.589 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
91172026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.589 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
91182026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.592 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
91192026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.592 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
91202026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.592 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
91212026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.592 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
91222026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.593 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
91232026-09-04T23:30:35.765Z[ host-image] Sep 04 23:30:34.593 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
91242026-09-04T23:30:35.774Z[ host-image] Sep 04 23:30:34.604 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
91252026-09-04T23:30:35.774Z[ host-image] Sep 04 23:30:34.604 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
91262026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.604 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
91272026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
91282026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
91292026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
91302026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
91312026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
91322026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
91332026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
91342026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
91352026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
91362026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.605 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
91372026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.606 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
91382026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.606 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
91392026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.606 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
91402026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.606 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
91412026-09-04T23:30:35.781Z[ host-image] Sep 04 23:30:34.606 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
91422026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.610 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
91432026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.610 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
91442026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.611 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
91452026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.611 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
91462026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.611 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
91472026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.611 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
91482026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.611 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
91492026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.611 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
91502026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.611 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
91512026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.612 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
91522026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.612 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
91532026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.612 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
91542026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.612 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
91552026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.613 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
91562026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.613 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
91572026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.613 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
91582026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.613 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
91592026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.615 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
91602026-09-04T23:30:35.786Z[ host-image] Sep 04 23:30:34.615 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
91612026-09-04T23:30:35.787Z[ host-image] Sep 04 23:30:34.615 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
91622026-09-04T23:30:35.787Z[ host-image] Sep 04 23:30:34.615 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
91632026-09-04T23:30:35.787Z[ host-image] Sep 04 23:30:34.616 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
91642026-09-04T23:30:35.787Z[ host-image] Sep 04 23:30:34.616 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
91652026-09-04T23:30:35.787Z[ host-image] Sep 04 23:30:34.616 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
91662026-09-04T23:30:35.787Z[ host-image] Sep 04 23:30:34.616 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
91672026-09-04T23:30:35.787Z[ host-image] Sep 04 23:30:34.616 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
91682026-09-04T23:30:35.791Z[ host-image] Sep 04 23:30:34.616 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
91692026-09-04T23:30:35.791Z[ host-image] Sep 04 23:30:34.619 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
91702026-09-04T23:30:35.791Z[ host-image] Sep 04 23:30:34.619 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
91712026-09-04T23:30:35.791Z[ host-image] Sep 04 23:30:34.619 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
91722026-09-04T23:30:35.791Z[ host-image] Sep 04 23:30:34.619 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
91732026-09-04T23:30:35.791Z[ host-image] Sep 04 23:30:34.619 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
91742026-09-04T23:30:35.796Z[ host-image] Sep 04 23:30:34.625 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
91752026-09-04T23:30:35.801Z[ host-image] Sep 04 23:30:34.625 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
91762026-09-04T23:30:35.801Z[ host-image] Sep 04 23:30:34.625 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
91772026-09-04T23:30:35.802Z[ host-image] Sep 04 23:30:34.625 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
91782026-09-04T23:30:35.802Z[ host-image] Sep 04 23:30:34.625 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
91792026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.633 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
91802026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
91812026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
91822026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
91832026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
91842026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
91852026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
91862026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
91872026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
91882026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
91892026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.634 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
91902026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.635 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
91912026-09-04T23:30:35.807Z[ host-image] Sep 04 23:30:34.635 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
91922026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.635 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
91932026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.635 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
91942026-09-04T23:30:35.813Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91952026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
91962026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
91972026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
91982026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
91992026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
92002026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92012026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92022026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
92032026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
92042026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92052026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92062026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92072026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92082026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.636 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92092026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.637 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92102026-09-04T23:30:35.813Z[ host-image] Sep 04 23:30:34.637 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
92112026-09-04T23:30:35.814Z[ host-image] Sep 04 23:30:34.637 INFO O| tempdir @ "/tmp/.tmpZyJ81I/tmp"
92122026-09-04T23:30:35.814Z[ host-image] Sep 04 23:30:34.637 INFO O| image root @ "/tmp/.tmpZyJ81I/tmp/root"
92132026-09-04T23:30:35.814Z[ host-image] Sep 04 23:30:34.637 INFO O| creating image...
92142026-09-04T23:30:35.817Z[ recovery-image] Sep 04 23:30:34.647 INFO O| Sep 04 23:30:34.646 INFO completed processing sled/ramdisk-03-recovery-trim
92152026-09-04T23:30:35.821Z[ recovery-image] Sep 04 23:30:34.650 INFO image builder template: zfs-recovery...
92162026-09-04T23:30:35.821Z[ recovery-image] Sep 04 23:30:34.650 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/.tmpaRJXye/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
92172026-09-04T23:30:35.848Z[ recovery-image] Sep 04 23:30:34.678 INFO O| Sep 04 23:30:34.678 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92182026-09-04T23:30:35.853Z[ recovery-image] Sep 04 23:30:34.682 INFO O| Sep 04 23:30:34.682 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92192026-09-04T23:30:35.970Z[ recovery-image] Sep 04 23:30:34.800 INFO O| Sep 04 23:30:34.800 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92202026-09-04T23:30:36.040Z[ recovery-image] Sep 04 23:30:34.868 INFO O| Sep 04 23:30:34.868 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92212026-09-04T23:30:36.040Z[ recovery-image] Sep 04 23:30:34.868 INFO O| Sep 04 23:30:34.868 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92222026-09-04T23:30:36.043Z[ recovery-image] Sep 04 23:30:34.872 INFO O| Sep 04 23:30:34.871 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92232026-09-04T23:30:36.149Z[ recovery-image] Sep 04 23:30:34.979 INFO O| Sep 04 23:30:34.979 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92242026-09-04T23:30:36.253Z[ recovery-image] Sep 04 23:30:35.082 INFO O| Sep 04 23:30:35.082 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92252026-09-04T23:30:36.261Z[ recovery-image] Sep 04 23:30:35.091 INFO O| Sep 04 23:30:35.091 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92262026-09-04T23:30:36.266Z[ recovery-image] Sep 04 23:30:35.096 INFO O| Sep 04 23:30:35.096 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92272026-09-04T23:30:36.271Z[ recovery-image] Sep 04 23:30:35.097 INFO O| Sep 04 23:30:35.097 INFO no lofi found
92282026-09-04T23:30:36.271Z[ recovery-image] Sep 04 23:30:35.097 INFO O| Sep 04 23:30:35.097 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92292026-09-04T23:30:36.271Z[ recovery-image] Sep 04 23:30:35.097 INFO O| Sep 04 23:30:35.097 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92302026-09-04T23:30:36.353Z[ host-image] Sep 04 23:30:35.183 INFO O| copying publishers...
92312026-09-04T23:30:36.775Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92322026-09-04T23:30:37.157Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92332026-09-04T23:30:37.208Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92342026-09-04T23:30:37.321Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92352026-09-04T23:30:37.424Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92362026-09-04T23:30:37.626Z[verify-libraries] Compiling multimap v0.10.1
92372026-09-04T23:30:37.738Z[verify-libraries] Compiling termios v0.3.3
92382026-09-04T23:30:37.881Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92392026-09-04T23:30:37.962Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92402026-09-04T23:30:38.000Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92412026-09-04T23:30:38.171Z[ recovery-image] Sep 04 23:30:37.001 INFO O| Sep 04 23:30:37.001 INFO lofi device = /dev/dsk/c2t1d0p0
92422026-09-04T23:30:38.171Z[ recovery-image] Sep 04 23:30:37.001 INFO O| Sep 04 23:30:37.001 INFO pool device = /dev/dsk/c2t1d0p0
92432026-09-04T23:30:38.178Z[ recovery-image] Sep 04 23:30:37.001 INFO O| Sep 04 23:30:37.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"]
92442026-09-04T23:30:38.346Z[ recovery-image] Sep 04 23:30:37.175 INFO O| Sep 04 23:30:37.175 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92452026-09-04T23:30:38.346Z[ recovery-image] Sep 04 23:30:37.175 INFO O| Sep 04 23:30:37.175 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92462026-09-04T23:30:38.375Z[ recovery-image] Sep 04 23:30:37.200 INFO O| Sep 04 23:30:37.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92472026-09-04T23:30:38.478Z[ recovery-image] Sep 04 23:30:37.307 INFO O| Sep 04 23:30:37.307 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92482026-09-04T23:30:38.511Z[ recovery-image] Sep 04 23:30:37.340 INFO O| Sep 04 23:30:37.340 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92492026-09-04T23:30:38.533Z[ recovery-image] Sep 04 23:30:37.363 INFO O| Sep 04 23:30:37.362 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92502026-09-04T23:30:38.551Z[ recovery-image] Sep 04 23:30:37.381 INFO O| Sep 04 23:30:37.381 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92512026-09-04T23:30:38.595Z[ recovery-image] Sep 04 23:30:37.425 INFO O| Sep 04 23:30:37.425 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92522026-09-04T23:30:38.595Z[ recovery-image] Sep 04 23:30:37.425 INFO O| Sep 04 23:30:37.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92532026-09-04T23:30:38.595Z[ recovery-image] Sep 04 23:30:37.425 INFO O| Sep 04 23:30:37.425 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92542026-09-04T23:30:38.607Z[ recovery-image] Sep 04 23:30:37.436 INFO O| Sep 04 23:30:37.436 INFO boot environment UUID: 45ffe4f9-f41f-4caf-8b3d-94e34156042b
92552026-09-04T23:30:38.607Z[ recovery-image] Sep 04 23:30:37.436 INFO O| Sep 04 23:30:37.436 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 45ffe4f9-f41f-4caf-8b3d-94e34156042b
92562026-09-04T23:30:38.627Z[ recovery-image] Sep 04 23:30:37.453 INFO O| Sep 04 23:30:37.453 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92572026-09-04T23:30:38.656Z[ recovery-image] Sep 04 23:30:37.485 INFO O| Sep 04 23:30:37.485 INFO STEP 0 (create_be) COMPLETE
92582026-09-04T23:30:38.656Z[ recovery-image] Sep 04 23:30:37.485 INFO O| Sep 04 23:30:37.485 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92592026-09-04T23:30:38.670Z[ recovery-image] Sep 04 23:30:37.500 INFO O| Sep 04 23:30:37.500 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"]
92602026-09-04T23:30:39.683Z[ host-image] Sep 04 23:30:38.514 INFO O| adding properties...
92612026-09-04T23:30:42.642Z[ host-image] Sep 04 23:30:41.468 INFO O| installing packages...
92622026-09-04T23:30:43.025Z[ recovery-image] Sep 04 23:30:41.855 INFO O| Sep 04 23:30:41.855 INFO STEP 1 (unpack_tar) COMPLETE
92632026-09-04T23:30:43.026Z[ recovery-image] Sep 04 23:30:41.855 INFO O| Sep 04 23:30:41.855 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642026-09-04T23:30:43.037Z[ recovery-image] Sep 04 23:30:41.867 INFO O| Sep 04 23:30:41.867 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92652026-09-04T23:30:44.382Z[verify-libraries] Compiling polar-core v0.27.3
92662026-09-04T23:30:44.387Z[ recovery-image] Sep 04 23:30:43.212 INFO O| Sep 04 23:30:43.212 INFO STEP 2 (devfsadm) COMPLETE
92672026-09-04T23:30:44.387Z[ recovery-image] Sep 04 23:30:43.212 INFO O| Sep 04 23:30:43.212 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92682026-09-04T23:30:44.429Z[ recovery-image] Sep 04 23:30:43.251 INFO O| Sep 04 23:30:43.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92692026-09-04T23:30:44.429Z[ recovery-image] Sep 04 23:30:43.251 INFO O| Sep 04 23:30:43.251 INFO STEP 3 (ensure_dir) COMPLETE
92702026-09-04T23:30:44.429Z[ recovery-image] Sep 04 23:30:43.251 INFO O| Sep 04 23:30:43.251 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92712026-09-04T23:30:44.432Z[ recovery-image] Sep 04 23:30:43.260 INFO O| Sep 04 23:30:43.260 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92722026-09-04T23:30:44.432Z[ recovery-image] Sep 04 23:30:43.260 INFO O| Sep 04 23:30:43.260 INFO STEP 4 (ensure_dir) COMPLETE
92732026-09-04T23:30:44.432Z[ recovery-image] Sep 04 23:30:43.260 INFO O| Sep 04 23:30:43.260 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742026-09-04T23:30:44.440Z[ recovery-image] Sep 04 23:30:43.269 INFO O| Sep 04 23:30:43.269 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92752026-09-04T23:30:44.440Z[ recovery-image] Sep 04 23:30:43.269 INFO O| Sep 04 23:30:43.269 INFO STEP 5 (ensure_dir) COMPLETE
92762026-09-04T23:30:44.444Z[ recovery-image] Sep 04 23:30:43.269 INFO O| Sep 04 23:30:43.269 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92772026-09-04T23:30:44.455Z[ recovery-image] Sep 04 23:30:43.281 INFO O| Sep 04 23:30:43.281 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92782026-09-04T23:30:44.455Z[ recovery-image] Sep 04 23:30:43.281 INFO O| Sep 04 23:30:43.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92792026-09-04T23:30:44.455Z[ recovery-image] Sep 04 23:30:43.281 INFO O| Sep 04 23:30:43.281 INFO STEP 6 (ensure_dir) COMPLETE
92802026-09-04T23:30:44.460Z[ recovery-image] Sep 04 23:30:43.281 INFO O| Sep 04 23:30:43.281 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92812026-09-04T23:30:44.464Z[ recovery-image] Sep 04 23:30:43.291 INFO O| Sep 04 23:30:43.291 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92822026-09-04T23:30:44.464Z[ recovery-image] Sep 04 23:30:43.291 INFO O| Sep 04 23:30:43.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92832026-09-04T23:30:44.464Z[ recovery-image] Sep 04 23:30:43.291 INFO O| Sep 04 23:30:43.291 INFO STEP 7 (ensure_dir) COMPLETE
92842026-09-04T23:30:44.464Z[ recovery-image] Sep 04 23:30:43.291 INFO O| Sep 04 23:30:43.291 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92852026-09-04T23:30:44.472Z[ recovery-image] Sep 04 23:30:43.302 INFO O| Sep 04 23:30:43.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92862026-09-04T23:30:44.476Z[ recovery-image] Sep 04 23:30:43.303 INFO O| Sep 04 23:30:43.303 INFO STEP 8 (remove_files) COMPLETE
92872026-09-04T23:30:44.476Z[ recovery-image] Sep 04 23:30:43.303 INFO O| Sep 04 23:30:43.303 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92882026-09-04T23:30:44.484Z[ recovery-image] Sep 04 23:30:43.314 INFO O| Sep 04 23:30:43.314 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92892026-09-04T23:30:44.488Z[ recovery-image] Sep 04 23:30:43.315 INFO O| Sep 04 23:30:43.314 INFO STEP 9 (remove_files) COMPLETE
92902026-09-04T23:30:44.488Z[ recovery-image] Sep 04 23:30:43.315 INFO O| Sep 04 23:30:43.314 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912026-09-04T23:30:44.495Z[ recovery-image] Sep 04 23:30:43.325 INFO O| Sep 04 23:30:43.325 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92922026-09-04T23:30:44.499Z[ recovery-image] Sep 04 23:30:43.325 INFO O| Sep 04 23:30:43.325 INFO STEP 10 (remove_files) COMPLETE
92932026-09-04T23:30:44.499Z[ recovery-image] Sep 04 23:30:43.326 INFO O| Sep 04 23:30:43.325 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942026-09-04T23:30:44.505Z[ recovery-image] Sep 04 23:30:43.335 INFO O| Sep 04 23:30:43.335 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92952026-09-04T23:30:44.505Z[ recovery-image] Sep 04 23:30:43.335 INFO O| Sep 04 23:30:43.335 INFO STEP 11 (remove_files) COMPLETE
92962026-09-04T23:30:44.505Z[ recovery-image] Sep 04 23:30:43.335 INFO O| Sep 04 23:30:43.335 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972026-09-04T23:30:44.514Z[ recovery-image] Sep 04 23:30:43.344 INFO O| Sep 04 23:30:43.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92982026-09-04T23:30:44.514Z[ recovery-image] Sep 04 23:30:43.345 INFO O| Sep 04 23:30:43.345 INFO STEP 12 (remove_files) COMPLETE
92992026-09-04T23:30:44.518Z[ recovery-image] Sep 04 23:30:43.345 INFO O| Sep 04 23:30:43.345 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93002026-09-04T23:30:44.525Z[ recovery-image] Sep 04 23:30:43.355 INFO O| Sep 04 23:30:43.355 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93012026-09-04T23:30:44.525Z[ recovery-image] Sep 04 23:30:43.355 INFO O| Sep 04 23:30:43.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93022026-09-04T23:30:44.525Z[ recovery-image] Sep 04 23:30:43.355 INFO O| Sep 04 23:30:43.355 INFO STEP 13 (ensure_dir) COMPLETE
93032026-09-04T23:30:44.529Z[ recovery-image] Sep 04 23:30:43.355 INFO O| Sep 04 23:30:43.355 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93042026-09-04T23:30:44.538Z[ recovery-image] Sep 04 23:30:43.365 INFO O| Sep 04 23:30:43.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93052026-09-04T23:30:44.538Z[ recovery-image] Sep 04 23:30:43.366 INFO O| Sep 04 23:30:43.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93062026-09-04T23:30:44.538Z[ recovery-image] Sep 04 23:30:43.366 INFO O| Sep 04 23:30:43.366 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93072026-09-04T23:30:44.542Z[ recovery-image] Sep 04 23:30:43.366 INFO O| Sep 04 23:30:43.366 INFO STEP 14 (ensure_dir) COMPLETE
93082026-09-04T23:30:44.542Z[ recovery-image] Sep 04 23:30:43.366 INFO O| Sep 04 23:30:43.366 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092026-09-04T23:30:44.555Z[ recovery-image] Sep 04 23:30:43.377 INFO O| Sep 04 23:30:43.377 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93102026-09-04T23:30:44.566Z[ recovery-image] Sep 04 23:30:43.377 INFO O| Sep 04 23:30:43.377 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93112026-09-04T23:30:44.566Z[ recovery-image] Sep 04 23:30:43.377 INFO O| Sep 04 23:30:43.377 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93122026-09-04T23:30:44.566Z[ recovery-image] Sep 04 23:30:43.377 INFO O| Sep 04 23:30:43.377 INFO STEP 15 (ensure_dir) COMPLETE
93132026-09-04T23:30:44.566Z[ recovery-image] Sep 04 23:30:43.377 INFO O| Sep 04 23:30:43.377 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93142026-09-04T23:30:44.566Z[ recovery-image] Sep 04 23:30:43.386 INFO O| Sep 04 23:30:43.386 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93152026-09-04T23:30:44.566Z[ recovery-image] Sep 04 23:30:43.386 INFO O| Sep 04 23:30:43.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93162026-09-04T23:30:44.566Z[ recovery-image] Sep 04 23:30:43.386 INFO O| Sep 04 23:30:43.386 INFO STEP 16 (ensure_dir) COMPLETE
93172026-09-04T23:30:44.567Z[ recovery-image] Sep 04 23:30:43.386 INFO O| Sep 04 23:30:43.386 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93182026-09-04T23:30:44.576Z[ recovery-image] Sep 04 23:30:43.396 INFO O| Sep 04 23:30:43.396 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93192026-09-04T23:30:44.576Z[ recovery-image] Sep 04 23:30:43.396 INFO O| Sep 04 23:30:43.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93202026-09-04T23:30:44.576Z[ recovery-image] Sep 04 23:30:43.396 INFO O| Sep 04 23:30:43.396 INFO STEP 17 (ensure_dir) COMPLETE
93212026-09-04T23:30:44.576Z[ recovery-image] Sep 04 23:30:43.396 INFO O| Sep 04 23:30:43.396 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222026-09-04T23:30:44.580Z[ recovery-image] Sep 04 23:30:43.409 INFO O| Sep 04 23:30:43.409 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93232026-09-04T23:30:44.580Z[ recovery-image] Sep 04 23:30:43.409 INFO O| Sep 04 23:30:43.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93242026-09-04T23:30:44.580Z[ recovery-image] Sep 04 23:30:43.409 INFO O| Sep 04 23:30:43.409 INFO ok!
93252026-09-04T23:30:44.580Z[ recovery-image] Sep 04 23:30:43.409 INFO O| Sep 04 23:30:43.409 INFO STEP 18 (ensure_symlink) COMPLETE
93262026-09-04T23:30:44.580Z[ recovery-image] Sep 04 23:30:43.409 INFO O| Sep 04 23:30:43.409 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93272026-09-04T23:30:44.589Z[ recovery-image] Sep 04 23:30:43.419 INFO O| Sep 04 23:30:43.419 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93282026-09-04T23:30:44.589Z[ recovery-image] Sep 04 23:30:43.419 INFO O| Sep 04 23:30:43.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93292026-09-04T23:30:44.607Z[ recovery-image] Sep 04 23:30:43.419 INFO O| Sep 04 23:30:43.419 INFO ok!
93302026-09-04T23:30:44.607Z[ recovery-image] Sep 04 23:30:43.419 INFO O| Sep 04 23:30:43.419 INFO STEP 19 (ensure_file) COMPLETE
93312026-09-04T23:30:44.607Z[ recovery-image] Sep 04 23:30:43.419 INFO O| Sep 04 23:30:43.419 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93322026-09-04T23:30:44.607Z[ recovery-image] Sep 04 23:30:43.428 INFO O| Sep 04 23:30:43.428 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93332026-09-04T23:30:44.607Z[ recovery-image] Sep 04 23:30:43.428 INFO O| Sep 04 23:30:43.428 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93342026-09-04T23:30:44.608Z[ recovery-image] Sep 04 23:30:43.428 INFO O| Sep 04 23:30:43.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93352026-09-04T23:30:44.608Z[ recovery-image] Sep 04 23:30:43.428 INFO O| Sep 04 23:30:43.428 INFO ok!
93362026-09-04T23:30:44.608Z[ recovery-image] Sep 04 23:30:43.428 INFO O| Sep 04 23:30:43.428 INFO STEP 20 (ensure_symlink) COMPLETE
93372026-09-04T23:30:44.608Z[ recovery-image] Sep 04 23:30:43.428 INFO O| Sep 04 23:30:43.428 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93382026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.437 INFO O| Sep 04 23:30:43.437 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93392026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.437 INFO O| Sep 04 23:30:43.437 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93402026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.437 INFO O| Sep 04 23:30:43.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93412026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.437 INFO O| Sep 04 23:30:43.437 INFO ok!
93422026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.437 INFO O| Sep 04 23:30:43.437 INFO STEP 21 (ensure_symlink) COMPLETE
93432026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.437 INFO O| Sep 04 23:30:43.437 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93442026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.446 INFO O| Sep 04 23:30:43.446 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93452026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.446 INFO O| Sep 04 23:30:43.446 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93462026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.446 INFO O| Sep 04 23:30:43.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93472026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.446 INFO O| Sep 04 23:30:43.446 INFO ok!
93482026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.446 INFO O| Sep 04 23:30:43.446 INFO STEP 22 (ensure_symlink) COMPLETE
93492026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.446 INFO O| Sep 04 23:30:43.446 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93502026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.461 INFO O| Sep 04 23:30:43.461 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93512026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.461 INFO O| Sep 04 23:30:43.461 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93522026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.461 INFO O| Sep 04 23:30:43.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93532026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.461 INFO O| Sep 04 23:30:43.461 INFO ok!
93542026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.461 INFO O| Sep 04 23:30:43.461 INFO STEP 23 (ensure_symlink) COMPLETE
93552026-09-04T23:30:44.635Z[ recovery-image] Sep 04 23:30:43.461 INFO O| Sep 04 23:30:43.461 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93562026-09-04T23:30:44.641Z[ recovery-image] Sep 04 23:30:43.471 INFO O| Sep 04 23:30:43.471 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93572026-09-04T23:30:44.641Z[ recovery-image] Sep 04 23:30:43.471 INFO O| Sep 04 23:30:43.471 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 ...
93582026-09-04T23:30:44.642Z[ recovery-image] Sep 04 23:30:43.471 INFO O| Sep 04 23:30:43.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93592026-09-04T23:30:44.646Z[ recovery-image] Sep 04 23:30:43.471 INFO O| Sep 04 23:30:43.471 INFO ok!
93602026-09-04T23:30:44.647Z[ recovery-image] Sep 04 23:30:43.471 INFO O| Sep 04 23:30:43.471 INFO STEP 24 (ensure_file) COMPLETE
93612026-09-04T23:30:44.647Z[ recovery-image] Sep 04 23:30:43.471 INFO O| Sep 04 23:30:43.471 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93622026-09-04T23:30:44.655Z[ recovery-image] Sep 04 23:30:43.481 INFO O| Sep 04 23:30:43.481 INFO updating shadow file
93632026-09-04T23:30:44.655Z[ recovery-image] Sep 04 23:30:43.481 INFO O| Sep 04 23:30:43.481 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93642026-09-04T23:30:44.655Z[ recovery-image] Sep 04 23:30:43.481 INFO O| Sep 04 23:30:43.481 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93652026-09-04T23:30:44.656Z[ recovery-image] Sep 04 23:30:43.481 INFO O| Sep 04 23:30:43.481 INFO STEP 25 (shadow) COMPLETE
93662026-09-04T23:30:44.656Z[ recovery-image] Sep 04 23:30:43.481 INFO O| Sep 04 23:30:43.481 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93672026-09-04T23:30:44.663Z[ recovery-image] Sep 04 23:30:43.493 INFO O| Sep 04 23:30:43.493 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93682026-09-04T23:30:44.669Z[ recovery-image] Sep 04 23:30:43.493 INFO O| Sep 04 23:30:43.493 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93692026-09-04T23:30:44.669Z[ recovery-image] Sep 04 23:30:43.493 INFO O| Sep 04 23:30:43.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93702026-09-04T23:30:44.669Z[ recovery-image] Sep 04 23:30:43.493 INFO O| Sep 04 23:30:43.493 INFO ok!
93712026-09-04T23:30:44.669Z[ recovery-image] Sep 04 23:30:43.493 INFO O| Sep 04 23:30:43.493 INFO STEP 26 (ensure_file) COMPLETE
93722026-09-04T23:30:44.669Z[ recovery-image] Sep 04 23:30:43.493 INFO O| Sep 04 23:30:43.493 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93732026-09-04T23:30:44.680Z[ recovery-image] Sep 04 23:30:43.505 INFO O| Sep 04 23:30:43.505 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93742026-09-04T23:30:44.680Z[ recovery-image] Sep 04 23:30:43.505 INFO O| Sep 04 23:30:43.505 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93752026-09-04T23:30:44.680Z[ recovery-image] Sep 04 23:30:43.505 INFO O| Sep 04 23:30:43.505 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93762026-09-04T23:30:44.689Z[ recovery-image] Sep 04 23:30:43.505 INFO O| Sep 04 23:30:43.505 INFO ok!
93772026-09-04T23:30:44.689Z[ recovery-image] Sep 04 23:30:43.505 INFO O| Sep 04 23:30:43.505 INFO STEP 27 (ensure_file) COMPLETE
93782026-09-04T23:30:44.689Z[ recovery-image] Sep 04 23:30:43.505 INFO O| Sep 04 23:30:43.505 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93792026-09-04T23:30:44.700Z[ recovery-image] Sep 04 23:30:43.519 INFO O| Sep 04 23:30:43.519 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93802026-09-04T23:30:44.700Z[ recovery-image] Sep 04 23:30:43.519 INFO O| Sep 04 23:30:43.519 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93812026-09-04T23:30:44.700Z[ recovery-image] Sep 04 23:30:43.519 INFO O| Sep 04 23:30:43.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93822026-09-04T23:30:44.700Z[ recovery-image] Sep 04 23:30:43.519 INFO O| Sep 04 23:30:43.519 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93832026-09-04T23:30:44.700Z[ recovery-image] Sep 04 23:30:43.519 INFO O| Sep 04 23:30:43.519 INFO ok!
93842026-09-04T23:30:44.701Z[ recovery-image] Sep 04 23:30:43.519 INFO O| Sep 04 23:30:43.519 INFO STEP 28 (ensure_file) COMPLETE
93852026-09-04T23:30:44.701Z[ recovery-image] Sep 04 23:30:43.519 INFO O| Sep 04 23:30:43.519 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93862026-09-04T23:30:44.705Z[ recovery-image] Sep 04 23:30:43.531 INFO O| Sep 04 23:30:43.531 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93872026-09-04T23:30:44.706Z[ recovery-image] Sep 04 23:30:43.531 INFO O| Sep 04 23:30:43.531 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93882026-09-04T23:30:44.706Z[ recovery-image] Sep 04 23:30:43.531 INFO O| Sep 04 23:30:43.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93892026-09-04T23:30:44.706Z[ recovery-image] Sep 04 23:30:43.531 INFO O| Sep 04 23:30:43.531 INFO ok!
93902026-09-04T23:30:44.706Z[ recovery-image] Sep 04 23:30:43.531 INFO O| Sep 04 23:30:43.531 INFO STEP 29 (ensure_file) COMPLETE
93912026-09-04T23:30:44.706Z[ recovery-image] Sep 04 23:30:43.531 INFO O| Sep 04 23:30:43.531 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93922026-09-04T23:30:44.713Z[ recovery-image] Sep 04 23:30:43.542 INFO O| Sep 04 23:30:43.542 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93932026-09-04T23:30:44.713Z[ recovery-image] Sep 04 23:30:43.542 INFO O| Sep 04 23:30:43.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93942026-09-04T23:30:44.713Z[ recovery-image] Sep 04 23:30:43.542 INFO O| Sep 04 23:30:43.542 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93952026-09-04T23:30:44.716Z[ recovery-image] Sep 04 23:30:43.542 INFO O| Sep 04 23:30:43.542 INFO STEP 30 (ensure_dir) COMPLETE
93962026-09-04T23:30:44.716Z[ recovery-image] Sep 04 23:30:43.542 INFO O| Sep 04 23:30:43.542 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93972026-09-04T23:30:44.723Z[ recovery-image] Sep 04 23:30:43.553 INFO O| Sep 04 23:30:43.553 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93982026-09-04T23:30:44.723Z[ recovery-image] Sep 04 23:30:43.553 INFO O| Sep 04 23:30:43.553 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 ...
93992026-09-04T23:30:44.723Z[ recovery-image] Sep 04 23:30:43.553 INFO O| Sep 04 23:30:43.553 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
94002026-09-04T23:30:44.728Z[ recovery-image] Sep 04 23:30:43.553 INFO O| Sep 04 23:30:43.553 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94012026-09-04T23:30:44.728Z[ recovery-image] Sep 04 23:30:43.553 INFO O| Sep 04 23:30:43.553 INFO ok!
94022026-09-04T23:30:44.728Z[ recovery-image] Sep 04 23:30:43.553 INFO O| Sep 04 23:30:43.553 INFO STEP 31 (ensure_file) COMPLETE
94032026-09-04T23:30:44.728Z[ recovery-image] Sep 04 23:30:43.553 INFO O| Sep 04 23:30:43.553 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94042026-09-04T23:30:44.745Z[ recovery-image] Sep 04 23:30:43.567 INFO O| Sep 04 23:30:43.567 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94052026-09-04T23:30:44.745Z[ recovery-image] Sep 04 23:30:43.567 INFO O| Sep 04 23:30:43.567 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94062026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.568 INFO O| Sep 04 23:30:43.568 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94072026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.568 INFO O| Sep 04 23:30:43.568 INFO STEP 32 (ensure_dir) COMPLETE
94082026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.568 INFO O| Sep 04 23:30:43.568 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94092026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.580 INFO O| Sep 04 23:30:43.580 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94102026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.580 INFO O| Sep 04 23:30:43.580 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 ...
94112026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.580 INFO O| Sep 04 23:30:43.580 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
94122026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.580 INFO O| Sep 04 23:30:43.580 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94132026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.580 INFO O| Sep 04 23:30:43.580 INFO ok!
94142026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.580 INFO O| Sep 04 23:30:43.580 INFO STEP 33 (ensure_file) COMPLETE
94152026-09-04T23:30:44.766Z[ recovery-image] Sep 04 23:30:43.580 INFO O| Sep 04 23:30:43.580 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94162026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.596 INFO O| Sep 04 23:30:43.596 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94172026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.596 INFO O| Sep 04 23:30:43.596 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94182026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.597 INFO O| Sep 04 23:30:43.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94192026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.597 INFO O| Sep 04 23:30:43.597 INFO ok!
94202026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.597 INFO O| Sep 04 23:30:43.597 INFO STEP 34 (ensure_file) COMPLETE
94212026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.597 INFO O| Sep 04 23:30:43.597 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94222026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.606 INFO O| Sep 04 23:30:43.606 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94232026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.606 INFO O| Sep 04 23:30:43.606 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94242026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.606 INFO O| Sep 04 23:30:43.606 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94252026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.606 INFO O| Sep 04 23:30:43.606 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94262026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.606 INFO O| Sep 04 23:30:43.606 INFO ok!
94272026-09-04T23:30:44.784Z[ recovery-image] Sep 04 23:30:43.606 INFO O| Sep 04 23:30:43.606 INFO STEP 35 (ensure_file) COMPLETE
94282026-09-04T23:30:44.785Z[ recovery-image] Sep 04 23:30:43.606 INFO O| Sep 04 23:30:43.606 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94292026-09-04T23:30:44.800Z[ recovery-image] Sep 04 23:30:43.615 INFO O| Sep 04 23:30:43.615 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94302026-09-04T23:30:44.800Z[ recovery-image] Sep 04 23:30:43.615 INFO O| Sep 04 23:30:43.615 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94312026-09-04T23:30:44.800Z[ recovery-image] Sep 04 23:30:43.615 INFO O| Sep 04 23:30:43.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94322026-09-04T23:30:44.800Z[ recovery-image] Sep 04 23:30:43.615 INFO O| Sep 04 23:30:43.615 INFO ok!
94332026-09-04T23:30:44.800Z[ recovery-image] Sep 04 23:30:43.615 INFO O| Sep 04 23:30:43.615 INFO STEP 36 (ensure_file) COMPLETE
94342026-09-04T23:30:44.800Z[ recovery-image] Sep 04 23:30:43.615 INFO O| Sep 04 23:30:43.615 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94352026-09-04T23:30:44.819Z[ recovery-image] Sep 04 23:30:43.624 INFO O| Sep 04 23:30:43.624 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94362026-09-04T23:30:44.819Z[ recovery-image] Sep 04 23:30:43.624 INFO O| Sep 04 23:30:43.624 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94372026-09-04T23:30:44.819Z[ recovery-image] Sep 04 23:30:43.624 INFO O| Sep 04 23:30:43.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94382026-09-04T23:30:44.819Z[ recovery-image] Sep 04 23:30:43.624 INFO O| Sep 04 23:30:43.624 INFO ok!
94392026-09-04T23:30:44.819Z[ recovery-image] Sep 04 23:30:43.624 INFO O| Sep 04 23:30:43.624 INFO STEP 37 (ensure_file) COMPLETE
94402026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.624 INFO O| Sep 04 23:30:43.624 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94412026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94422026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94432026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94442026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94452026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94462026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94472026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO ok!
94482026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO STEP 38 (ensure_file) COMPLETE
94492026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.636 INFO O| Sep 04 23:30:43.636 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94502026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.646 INFO O| Sep 04 23:30:43.646 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94512026-09-04T23:30:44.820Z[ recovery-image] Sep 04 23:30:43.646 INFO O| Sep 04 23:30:43.646 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94522026-09-04T23:30:44.830Z[ recovery-image] Sep 04 23:30:43.646 INFO O| Sep 04 23:30:43.646 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94532026-09-04T23:30:44.830Z[ recovery-image] Sep 04 23:30:43.646 INFO O| Sep 04 23:30:43.646 INFO STEP 39 (ensure_dir) COMPLETE
94542026-09-04T23:30:44.830Z[ recovery-image] Sep 04 23:30:43.646 INFO O| Sep 04 23:30:43.646 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94552026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 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
94562026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 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 ...
94572026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 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
94582026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 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
94592026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 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
94602026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 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
94612026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 INFO ok!
94622026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 INFO STEP 40 (ensure_file) COMPLETE
94632026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.656 INFO O| Sep 04 23:30:43.656 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94642026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.665 INFO O| Sep 04 23:30:43.665 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94652026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.666 INFO O| Sep 04 23:30:43.665 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 ...
94662026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.666 INFO O| Sep 04 23:30:43.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94672026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.666 INFO O| Sep 04 23:30:43.666 INFO ok!
94682026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.666 INFO O| Sep 04 23:30:43.666 INFO STEP 41 (ensure_symlink) COMPLETE
94692026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.666 INFO O| Sep 04 23:30:43.666 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94702026-09-04T23:30:44.892Z[ recovery-image] Sep 04 23:30:43.674 INFO O| Sep 04 23:30:43.674 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94712026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.674 INFO O| Sep 04 23:30:43.674 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94722026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.674 INFO O| Sep 04 23:30:43.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94732026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.674 INFO O| Sep 04 23:30:43.674 INFO ok!
94742026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.674 INFO O| Sep 04 23:30:43.674 INFO STEP 42 (ensure_symlink) COMPLETE
94752026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.674 INFO O| Sep 04 23:30:43.674 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94762026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94772026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94782026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94792026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94802026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94812026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94822026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO ok!
94832026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO STEP 43 (ensure_file) COMPLETE
94842026-09-04T23:30:44.893Z[ recovery-image] Sep 04 23:30:43.683 INFO O| Sep 04 23:30:43.683 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94852026-09-04T23:30:44.915Z[ recovery-image] Sep 04 23:30:43.692 INFO O| Sep 04 23:30:43.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94862026-09-04T23:30:44.915Z[ recovery-image] Sep 04 23:30:43.692 INFO O| Sep 04 23:30:43.692 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 ...
94872026-09-04T23:30:44.915Z[ recovery-image] Sep 04 23:30:43.692 INFO O| Sep 04 23:30:43.692 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
94882026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.692 INFO O| Sep 04 23:30:43.692 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94892026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.692 INFO O| Sep 04 23:30:43.692 INFO ok!
94902026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.692 INFO O| Sep 04 23:30:43.692 INFO STEP 44 (ensure_file) COMPLETE
94912026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.692 INFO O| Sep 04 23:30:43.692 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94922026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.700 INFO O| Sep 04 23:30:43.700 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94932026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.700 INFO O| Sep 04 23:30:43.700 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94942026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.700 INFO O| Sep 04 23:30:43.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94952026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.700 INFO O| Sep 04 23:30:43.700 INFO ok!
94962026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.700 INFO O| Sep 04 23:30:43.700 INFO STEP 45 (ensure_file) COMPLETE
94972026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.700 INFO O| Sep 04 23:30:43.700 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94982026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.709 INFO O| Sep 04 23:30:43.709 INFO updating shadow file
94992026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.709 INFO O| Sep 04 23:30:43.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95002026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.709 INFO O| Sep 04 23:30:43.709 INFO STEP 46 (shadow) COMPLETE
95012026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.709 INFO O| Sep 04 23:30:43.709 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95022026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.717 INFO O| Sep 04 23:30:43.717 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95032026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.717 INFO O| Sep 04 23:30:43.717 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95042026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.717 INFO O| Sep 04 23:30:43.717 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95052026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.717 INFO O| Sep 04 23:30:43.717 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95062026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.717 INFO O| Sep 04 23:30:43.717 INFO ok!
95072026-09-04T23:30:44.916Z[ recovery-image] Sep 04 23:30:43.717 INFO O| Sep 04 23:30:43.717 INFO STEP 47 (ensure_file) COMPLETE
95082026-09-04T23:30:44.917Z[ recovery-image] Sep 04 23:30:43.717 INFO O| Sep 04 23:30:43.717 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95092026-09-04T23:30:44.917Z[ recovery-image] Sep 04 23:30:43.726 INFO O| Sep 04 23:30:43.726 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95102026-09-04T23:30:44.917Z[ recovery-image] Sep 04 23:30:43.726 INFO O| Sep 04 23:30:43.726 INFO STEP 48 (ensure_dir) COMPLETE
95112026-09-04T23:30:44.917Z[ recovery-image] Sep 04 23:30:43.726 INFO O| Sep 04 23:30:43.726 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95122026-09-04T23:30:44.936Z[ recovery-image] Sep 04 23:30:43.734 INFO O| Sep 04 23:30:43.734 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95132026-09-04T23:30:44.937Z[ recovery-image] Sep 04 23:30:43.734 INFO O| Sep 04 23:30:43.734 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95142026-09-04T23:30:44.937Z[ recovery-image] Sep 04 23:30:43.734 INFO O| Sep 04 23:30:43.734 INFO STEP 49 (ensure_dir) COMPLETE
95152026-09-04T23:30:44.937Z[ recovery-image] Sep 04 23:30:43.734 INFO O| Sep 04 23:30:43.734 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95162026-09-04T23:30:44.937Z[ recovery-image] Sep 04 23:30:43.742 INFO O| Sep 04 23:30:43.741 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95172026-09-04T23:30:44.937Z[ recovery-image] Sep 04 23:30:43.742 INFO O| Sep 04 23:30:43.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95182026-09-04T23:30:44.937Z[ recovery-image] Sep 04 23:30:43.742 INFO O| Sep 04 23:30:43.742 INFO STEP 50 (ensure_dir) COMPLETE
95192026-09-04T23:30:44.937Z[ recovery-image] Sep 04 23:30:43.742 INFO O| Sep 04 23:30:43.742 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95202026-09-04T23:30:44.955Z[ recovery-image] Sep 04 23:30:43.753 INFO O| Sep 04 23:30:43.750 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95212026-09-04T23:30:44.955Z[ recovery-image] Sep 04 23:30:43.753 INFO O| Sep 04 23:30:43.750 INFO copying /tmp/.tmpaRJXye/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95222026-09-04T23:30:44.955Z[ recovery-image] Sep 04 23:30:43.761 INFO O| Sep 04 23:30:43.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95232026-09-04T23:30:44.955Z[ recovery-image] Sep 04 23:30:43.761 INFO O| Sep 04 23:30:43.761 INFO ok!
95242026-09-04T23:30:44.955Z[ recovery-image] Sep 04 23:30:43.761 INFO O| Sep 04 23:30:43.761 INFO STEP 51 (ensure_file) COMPLETE
95252026-09-04T23:30:44.955Z[ recovery-image] Sep 04 23:30:43.761 INFO O| Sep 04 23:30:43.761 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95262026-09-04T23:30:44.980Z[ recovery-image] Sep 04 23:30:43.772 INFO O| Sep 04 23:30:43.772 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95272026-09-04T23:30:44.980Z[ recovery-image] Sep 04 23:30:43.772 INFO O| Sep 04 23:30:43.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95282026-09-04T23:30:44.980Z[ recovery-image] Sep 04 23:30:43.772 INFO O| Sep 04 23:30:43.772 INFO STEP 52 (ensure_dir) COMPLETE
95292026-09-04T23:30:44.980Z[ recovery-image] Sep 04 23:30:43.772 INFO O| Sep 04 23:30:43.772 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95302026-09-04T23:30:44.980Z[ recovery-image] Sep 04 23:30:43.781 INFO O| Sep 04 23:30:43.781 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95312026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.781 INFO O| Sep 04 23:30:43.781 INFO copying /tmp/.tmpaRJXye/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95322026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.781 INFO O| Sep 04 23:30:43.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95332026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.781 INFO O| Sep 04 23:30:43.781 INFO ok!
95342026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.781 INFO O| Sep 04 23:30:43.781 INFO STEP 53 (ensure_file) COMPLETE
95352026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.781 INFO O| Sep 04 23:30:43.781 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95362026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.790 INFO O| Sep 04 23:30:43.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95372026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.790 INFO O| Sep 04 23:30:43.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95382026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.790 INFO O| Sep 04 23:30:43.790 INFO STEP 54 (ensure_dir) COMPLETE
95392026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.790 INFO O| Sep 04 23:30:43.790 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95402026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.798 INFO O| Sep 04 23:30:43.798 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95412026-09-04T23:30:44.981Z[ recovery-image] Sep 04 23:30:43.798 INFO O| Sep 04 23:30:43.798 INFO copying /tmp/.tmpaRJXye/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95422026-09-04T23:30:45.452Z[ recovery-image] Sep 04 23:30:44.282 INFO O| Sep 04 23:30:44.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95432026-09-04T23:30:45.452Z[ recovery-image] Sep 04 23:30:44.282 INFO O| Sep 04 23:30:44.282 INFO ok!
95442026-09-04T23:30:45.456Z[ recovery-image] Sep 04 23:30:44.282 INFO O| Sep 04 23:30:44.282 INFO STEP 55 (ensure_file) COMPLETE
95452026-09-04T23:30:45.456Z[ recovery-image] Sep 04 23:30:44.282 INFO O| Sep 04 23:30:44.282 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95462026-09-04T23:30:45.469Z[ recovery-image] Sep 04 23:30:44.299 INFO O| Sep 04 23:30:44.299 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95472026-09-04T23:30:45.469Z[ recovery-image] Sep 04 23:30:44.299 INFO O| Sep 04 23:30:44.299 INFO copying /tmp/.tmpaRJXye/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95482026-09-04T23:30:47.504Z[ recovery-image] Sep 04 23:30:46.334 INFO O| Sep 04 23:30:46.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95492026-09-04T23:30:47.504Z[ recovery-image] Sep 04 23:30:46.334 INFO O| Sep 04 23:30:46.334 INFO ok!
95502026-09-04T23:30:47.508Z[ recovery-image] Sep 04 23:30:46.334 INFO O| Sep 04 23:30:46.334 INFO STEP 56 (ensure_file) COMPLETE
95512026-09-04T23:30:47.509Z[ recovery-image] Sep 04 23:30:46.334 INFO O| Sep 04 23:30:46.334 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95522026-09-04T23:30:47.516Z[ recovery-image] Sep 04 23:30:46.346 INFO O| Sep 04 23:30:46.346 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95532026-09-04T23:30:47.516Z[ recovery-image] Sep 04 23:30:46.346 INFO O| Sep 04 23:30:46.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95542026-09-04T23:30:47.520Z[ recovery-image] Sep 04 23:30:46.346 INFO O| Sep 04 23:30:46.346 INFO STEP 57 (ensure_dir) COMPLETE
95552026-09-04T23:30:47.521Z[ recovery-image] Sep 04 23:30:46.346 INFO O| Sep 04 23:30:46.346 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95562026-09-04T23:30:47.527Z[ recovery-image] Sep 04 23:30:46.357 INFO O| Sep 04 23:30:46.357 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95572026-09-04T23:30:47.527Z[ recovery-image] Sep 04 23:30:46.357 INFO O| Sep 04 23:30:46.357 INFO copying /tmp/.tmpaRJXye/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 ...
95582026-09-04T23:30:47.527Z[ recovery-image] Sep 04 23:30:46.357 INFO O| Sep 04 23:30:46.357 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
95592026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.357 INFO O| Sep 04 23:30:46.357 INFO ok!
95602026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.357 INFO O| Sep 04 23:30:46.357 INFO STEP 58 (ensure_file) COMPLETE
95612026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.357 INFO O| Sep 04 23:30:46.357 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95622026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.368 INFO O| Sep 04 23:30:46.368 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95632026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.368 INFO O| Sep 04 23:30:46.368 INFO copying /tmp/.tmpaRJXye/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 ...
95642026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.368 INFO O| Sep 04 23:30:46.368 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
95652026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.368 INFO O| Sep 04 23:30:46.368 INFO ok!
95662026-09-04T23:30:47.545Z[ recovery-image] Sep 04 23:30:46.368 INFO O| Sep 04 23:30:46.368 INFO STEP 59 (ensure_file) COMPLETE
95672026-09-04T23:30:47.546Z[ recovery-image] Sep 04 23:30:46.368 INFO O| Sep 04 23:30:46.368 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95682026-09-04T23:30:47.554Z[ recovery-image] Sep 04 23:30:46.382 INFO O| Sep 04 23:30:46.382 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95692026-09-04T23:30:47.554Z[ recovery-image] Sep 04 23:30:46.382 INFO O| Sep 04 23:30:46.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95702026-09-04T23:30:47.554Z[ recovery-image] Sep 04 23:30:46.382 INFO O| Sep 04 23:30:46.382 INFO STEP 60 (ensure_dir) COMPLETE
95712026-09-04T23:30:47.554Z[ recovery-image] Sep 04 23:30:46.382 INFO O| Sep 04 23:30:46.382 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95722026-09-04T23:30:47.569Z[ recovery-image] Sep 04 23:30:46.393 INFO O| Sep 04 23:30:46.393 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95732026-09-04T23:30:47.569Z[ recovery-image] Sep 04 23:30:46.393 INFO O| Sep 04 23:30:46.393 INFO copying /tmp/.tmpaRJXye/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 ...
95742026-09-04T23:30:47.570Z[ recovery-image] Sep 04 23:30:46.393 INFO O| Sep 04 23:30:46.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95752026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.393 INFO O| Sep 04 23:30:46.393 INFO ok!
95762026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.393 INFO O| Sep 04 23:30:46.393 INFO STEP 61 (ensure_file) COMPLETE
95772026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.393 INFO O| Sep 04 23:30:46.393 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95782026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.404 INFO O| Sep 04 23:30:46.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95792026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.404 INFO O| Sep 04 23:30:46.404 INFO copying /tmp/.tmpaRJXye/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 ...
95802026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.404 INFO O| Sep 04 23:30:46.404 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
95812026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.404 INFO O| Sep 04 23:30:46.404 INFO ok!
95822026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.404 INFO O| Sep 04 23:30:46.404 INFO STEP 62 (ensure_file) COMPLETE
95832026-09-04T23:30:47.575Z[ recovery-image] Sep 04 23:30:46.404 INFO O| Sep 04 23:30:46.404 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95842026-09-04T23:30:47.584Z[ recovery-image] Sep 04 23:30:46.414 INFO O| Sep 04 23:30:46.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95852026-09-04T23:30:47.585Z[ recovery-image] Sep 04 23:30:46.414 INFO O| Sep 04 23:30:46.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95862026-09-04T23:30:47.585Z[ recovery-image] Sep 04 23:30:46.414 INFO O| Sep 04 23:30:46.414 INFO STEP 63 (ensure_dir) COMPLETE
95872026-09-04T23:30:47.589Z[ recovery-image] Sep 04 23:30:46.414 INFO O| Sep 04 23:30:46.414 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95882026-09-04T23:30:47.601Z[ recovery-image] Sep 04 23:30:46.426 INFO O| Sep 04 23:30:46.426 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95892026-09-04T23:30:47.601Z[ recovery-image] Sep 04 23:30:46.426 INFO O| Sep 04 23:30:46.426 INFO copying /tmp/.tmpaRJXye/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 ...
95902026-09-04T23:30:47.601Z[ recovery-image] Sep 04 23:30:46.426 INFO O| Sep 04 23:30:46.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95912026-09-04T23:30:47.606Z[ recovery-image] Sep 04 23:30:46.426 INFO O| Sep 04 23:30:46.426 INFO ok!
95922026-09-04T23:30:47.606Z[ recovery-image] Sep 04 23:30:46.426 INFO O| Sep 04 23:30:46.426 INFO STEP 64 (ensure_file) COMPLETE
95932026-09-04T23:30:47.606Z[ recovery-image] Sep 04 23:30:46.426 INFO O| Sep 04 23:30:46.426 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95942026-09-04T23:30:47.620Z[ recovery-image] Sep 04 23:30:46.450 INFO O| Sep 04 23:30:46.450 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95952026-09-04T23:30:47.620Z[ recovery-image] Sep 04 23:30:46.450 INFO O| Sep 04 23:30:46.450 INFO copying /tmp/.tmpaRJXye/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95962026-09-04T23:30:47.620Z[ recovery-image] Sep 04 23:30:46.450 INFO O| Sep 04 23:30:46.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95972026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.450 INFO O| Sep 04 23:30:46.450 INFO ok!
95982026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.450 INFO O| Sep 04 23:30:46.450 INFO STEP 65 (ensure_file) COMPLETE
95992026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.450 INFO O| Sep 04 23:30:46.450 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96002026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.461 INFO O| Sep 04 23:30:46.461 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96012026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.462 INFO O| Sep 04 23:30:46.461 INFO STEP 66 (ensure_dir) COMPLETE
96022026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.462 INFO O| Sep 04 23:30:46.461 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96032026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.472 INFO O| Sep 04 23:30:46.472 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96042026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.472 INFO O| Sep 04 23:30:46.472 INFO STEP 67 (ensure_dir) COMPLETE
96052026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.472 INFO O| Sep 04 23:30:46.472 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96062026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.483 INFO O| Sep 04 23:30:46.483 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96072026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.483 INFO O| Sep 04 23:30:46.483 INFO STEP 68 (ensure_dir) COMPLETE
96082026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.483 INFO O| Sep 04 23:30:46.483 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96092026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.495 INFO O| Sep 04 23:30:46.494 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96102026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.495 INFO O| Sep 04 23:30:46.495 INFO STEP 69 (ensure_dir) COMPLETE
96112026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.495 INFO O| Sep 04 23:30:46.495 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96122026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.506 INFO O| Sep 04 23:30:46.506 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96132026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.506 INFO O| Sep 04 23:30:46.506 INFO copying /tmp/.tmpaRJXye/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96142026-09-04T23:30:47.807Z[ recovery-image] Sep 04 23:30:46.506 INFO O| Sep 04 23:30:46.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96152026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.506 INFO O| Sep 04 23:30:46.506 INFO ok!
96162026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.506 INFO O| Sep 04 23:30:46.506 INFO STEP 70 (ensure_file) COMPLETE
96172026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.506 INFO O| Sep 04 23:30:46.506 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.516 INFO O| Sep 04 23:30:46.516 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96192026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.516 INFO O| Sep 04 23:30:46.516 INFO STEP 71 (remove_files) COMPLETE
96202026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.516 INFO O| Sep 04 23:30:46.516 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.525 INFO O| Sep 04 23:30:46.525 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96222026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.525 INFO O| Sep 04 23:30:46.525 INFO STEP 72 (remove_files) COMPLETE
96232026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.525 INFO O| Sep 04 23:30:46.525 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.535 INFO O| Sep 04 23:30:46.535 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96252026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.535 INFO O| Sep 04 23:30:46.535 INFO STEP 73 (remove_files) COMPLETE
96262026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.535 INFO O| Sep 04 23:30:46.535 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.544 INFO O| Sep 04 23:30:46.544 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96282026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.545 INFO O| Sep 04 23:30:46.545 INFO STEP 74 (remove_files) COMPLETE
96292026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.545 INFO O| Sep 04 23:30:46.545 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.554 INFO O| Sep 04 23:30:46.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96312026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.555 INFO O| Sep 04 23:30:46.554 INFO STEP 75 (remove_files) COMPLETE
96322026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.555 INFO O| Sep 04 23:30:46.554 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.564 INFO O| Sep 04 23:30:46.564 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96342026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.564 INFO O| Sep 04 23:30:46.564 INFO STEP 76 (remove_files) COMPLETE
96352026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.564 INFO O| Sep 04 23:30:46.564 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.574 INFO O| Sep 04 23:30:46.574 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96372026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.574 INFO O| Sep 04 23:30:46.574 INFO STEP 77 (remove_files) COMPLETE
96382026-09-04T23:30:47.808Z[ recovery-image] Sep 04 23:30:46.574 INFO O| Sep 04 23:30:46.574 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392026-09-04T23:30:47.813Z[ recovery-image] Sep 04 23:30:46.639 INFO O| Sep 04 23:30:46.639 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96402026-09-04T23:30:47.813Z[ recovery-image] Sep 04 23:30:46.639 INFO O| Sep 04 23:30:46.639 INFO STEP 78 (remove_files) COMPLETE
96412026-09-04T23:30:47.813Z[ recovery-image] Sep 04 23:30:46.639 INFO O| Sep 04 23:30:46.639 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422026-09-04T23:30:47.823Z[ recovery-image] Sep 04 23:30:46.652 INFO O| Sep 04 23:30:46.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96432026-09-04T23:30:47.823Z[ recovery-image] Sep 04 23:30:46.652 INFO O| Sep 04 23:30:46.652 INFO STEP 79 (remove_files) COMPLETE
96442026-09-04T23:30:47.823Z[ recovery-image] Sep 04 23:30:46.652 INFO O| Sep 04 23:30:46.652 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452026-09-04T23:30:47.835Z[ recovery-image] Sep 04 23:30:46.661 INFO O| Sep 04 23:30:46.661 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96462026-09-04T23:30:47.835Z[ recovery-image] Sep 04 23:30:46.661 INFO O| Sep 04 23:30:46.661 INFO STEP 80 (remove_files) COMPLETE
96472026-09-04T23:30:47.835Z[ recovery-image] Sep 04 23:30:46.661 INFO O| Sep 04 23:30:46.661 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482026-09-04T23:30:47.843Z[ recovery-image] Sep 04 23:30:46.673 INFO O| Sep 04 23:30:46.673 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96492026-09-04T23:30:47.843Z[ recovery-image] Sep 04 23:30:46.673 INFO O| Sep 04 23:30:46.673 INFO STEP 81 (remove_files) COMPLETE
96502026-09-04T23:30:47.847Z[ recovery-image] Sep 04 23:30:46.673 INFO O| Sep 04 23:30:46.673 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512026-09-04T23:30:47.856Z[ recovery-image] Sep 04 23:30:46.685 INFO O| Sep 04 23:30:46.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96522026-09-04T23:30:47.860Z[ recovery-image] Sep 04 23:30:46.685 INFO O| Sep 04 23:30:46.685 INFO STEP 82 (remove_files) COMPLETE
96532026-09-04T23:30:47.860Z[ recovery-image] Sep 04 23:30:46.685 INFO O| Sep 04 23:30:46.685 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542026-09-04T23:30:47.866Z[ recovery-image] Sep 04 23:30:46.696 INFO O| Sep 04 23:30:46.696 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96552026-09-04T23:30:47.866Z[ recovery-image] Sep 04 23:30:46.696 INFO O| Sep 04 23:30:46.696 INFO STEP 83 (remove_files) COMPLETE
96562026-09-04T23:30:47.872Z[ recovery-image] Sep 04 23:30:46.696 INFO O| Sep 04 23:30:46.696 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572026-09-04T23:30:47.883Z[ recovery-image] Sep 04 23:30:46.710 INFO O| Sep 04 23:30:46.708 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96582026-09-04T23:30:47.883Z[ recovery-image] Sep 04 23:30:46.710 INFO O| Sep 04 23:30:46.708 INFO STEP 84 (remove_files) COMPLETE
96592026-09-04T23:30:47.883Z[ recovery-image] Sep 04 23:30:46.710 INFO O| Sep 04 23:30:46.708 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602026-09-04T23:30:47.893Z[ recovery-image] Sep 04 23:30:46.719 INFO O| Sep 04 23:30:46.719 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96612026-09-04T23:30:47.893Z[ recovery-image] Sep 04 23:30:46.719 INFO O| Sep 04 23:30:46.719 INFO STEP 85 (remove_files) COMPLETE
96622026-09-04T23:30:47.897Z[ recovery-image] Sep 04 23:30:46.719 INFO O| Sep 04 23:30:46.719 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632026-09-04T23:30:47.901Z[ recovery-image] Sep 04 23:30:46.731 INFO O| Sep 04 23:30:46.731 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96642026-09-04T23:30:47.901Z[ recovery-image] Sep 04 23:30:46.731 INFO O| Sep 04 23:30:46.731 INFO STEP 86 (remove_files) COMPLETE
96652026-09-04T23:30:47.905Z[ recovery-image] Sep 04 23:30:46.731 INFO O| Sep 04 23:30:46.731 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662026-09-04T23:30:47.911Z[ recovery-image] Sep 04 23:30:46.741 INFO O| Sep 04 23:30:46.741 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96672026-09-04T23:30:47.911Z[ recovery-image] Sep 04 23:30:46.741 INFO O| Sep 04 23:30:46.741 INFO STEP 87 (remove_files) COMPLETE
96682026-09-04T23:30:47.911Z[ recovery-image] Sep 04 23:30:46.741 INFO O| Sep 04 23:30:46.741 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692026-09-04T23:30:47.923Z[ recovery-image] Sep 04 23:30:46.753 INFO O| Sep 04 23:30:46.753 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96702026-09-04T23:30:47.923Z[ recovery-image] Sep 04 23:30:46.753 INFO O| Sep 04 23:30:46.753 INFO STEP 88 (remove_files) COMPLETE
96712026-09-04T23:30:47.926Z[ recovery-image] Sep 04 23:30:46.753 INFO O| Sep 04 23:30:46.753 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722026-09-04T23:30:47.936Z[ recovery-image] Sep 04 23:30:46.764 INFO O| Sep 04 23:30:46.764 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96732026-09-04T23:30:47.936Z[ recovery-image] Sep 04 23:30:46.764 INFO O| Sep 04 23:30:46.764 INFO STEP 89 (remove_files) COMPLETE
96742026-09-04T23:30:47.939Z[ recovery-image] Sep 04 23:30:46.764 INFO O| Sep 04 23:30:46.764 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752026-09-04T23:30:47.943Z[ recovery-image] Sep 04 23:30:46.774 INFO O| Sep 04 23:30:46.774 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96762026-09-04T23:30:47.943Z[ recovery-image] Sep 04 23:30:46.774 INFO O| Sep 04 23:30:46.774 INFO STEP 90 (remove_files) COMPLETE
96772026-09-04T23:30:47.947Z[ recovery-image] Sep 04 23:30:46.774 INFO O| Sep 04 23:30:46.774 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782026-09-04T23:30:47.953Z[ recovery-image] Sep 04 23:30:46.784 INFO O| Sep 04 23:30:46.783 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96792026-09-04T23:30:47.953Z[ recovery-image] Sep 04 23:30:46.784 INFO O| Sep 04 23:30:46.784 INFO STEP 91 (remove_files) COMPLETE
96802026-09-04T23:30:47.956Z[ recovery-image] Sep 04 23:30:46.784 INFO O| Sep 04 23:30:46.784 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812026-09-04T23:30:47.962Z[ recovery-image] Sep 04 23:30:46.792 INFO O| Sep 04 23:30:46.792 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96822026-09-04T23:30:47.962Z[ recovery-image] Sep 04 23:30:46.792 INFO O| Sep 04 23:30:46.792 INFO STEP 92 (remove_files) COMPLETE
96832026-09-04T23:30:47.967Z[ recovery-image] Sep 04 23:30:46.792 INFO O| Sep 04 23:30:46.792 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842026-09-04T23:30:47.971Z[ recovery-image] Sep 04 23:30:46.801 INFO O| Sep 04 23:30:46.801 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96852026-09-04T23:30:47.971Z[ recovery-image] Sep 04 23:30:46.801 INFO O| Sep 04 23:30:46.801 INFO STEP 93 (remove_files) COMPLETE
96862026-09-04T23:30:47.974Z[ recovery-image] Sep 04 23:30:46.801 INFO O| Sep 04 23:30:46.801 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872026-09-04T23:30:47.980Z[ recovery-image] Sep 04 23:30:46.810 INFO O| Sep 04 23:30:46.810 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96882026-09-04T23:30:47.980Z[ recovery-image] Sep 04 23:30:46.810 INFO O| Sep 04 23:30:46.810 INFO STEP 94 (remove_files) COMPLETE
96892026-09-04T23:30:47.985Z[ recovery-image] Sep 04 23:30:46.810 INFO O| Sep 04 23:30:46.810 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96902026-09-04T23:30:47.988Z[ recovery-image] Sep 04 23:30:46.818 INFO O| Sep 04 23:30:46.818 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96912026-09-04T23:30:47.988Z[ recovery-image] Sep 04 23:30:46.818 INFO O| Sep 04 23:30:46.818 INFO STEP 95 (remove_files) COMPLETE
96922026-09-04T23:30:47.988Z[ recovery-image] Sep 04 23:30:46.818 INFO O| Sep 04 23:30:46.818 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96932026-09-04T23:30:47.998Z[ recovery-image] Sep 04 23:30:46.828 INFO O| Sep 04 23:30:46.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96942026-09-04T23:30:47.998Z[ recovery-image] Sep 04 23:30:46.829 INFO O| Sep 04 23:30:46.829 INFO STEP 96 (remove_files) COMPLETE
96952026-09-04T23:30:48.003Z[ recovery-image] Sep 04 23:30:46.829 INFO O| Sep 04 23:30:46.829 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96962026-09-04T23:30:48.008Z[ recovery-image] Sep 04 23:30:46.838 INFO O| Sep 04 23:30:46.838 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96972026-09-04T23:30:48.008Z[ recovery-image] Sep 04 23:30:46.838 INFO O| Sep 04 23:30:46.838 INFO STEP 97 (remove_files) COMPLETE
96982026-09-04T23:30:48.008Z[ recovery-image] Sep 04 23:30:46.838 INFO O| Sep 04 23:30:46.838 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96992026-09-04T23:30:48.017Z[ recovery-image] Sep 04 23:30:46.847 INFO O| Sep 04 23:30:46.847 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97002026-09-04T23:30:48.017Z[ recovery-image] Sep 04 23:30:46.847 INFO O| Sep 04 23:30:46.847 INFO STEP 98 (remove_files) COMPLETE
97012026-09-04T23:30:48.021Z[ recovery-image] Sep 04 23:30:46.847 INFO O| Sep 04 23:30:46.847 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97022026-09-04T23:30:48.025Z[ recovery-image] Sep 04 23:30:46.856 INFO O| Sep 04 23:30:46.856 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97032026-09-04T23:30:48.025Z[ recovery-image] Sep 04 23:30:46.856 INFO O| Sep 04 23:30:46.856 INFO STEP 99 (remove_files) COMPLETE
97042026-09-04T23:30:48.028Z[ recovery-image] Sep 04 23:30:46.856 INFO O| Sep 04 23:30:46.856 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97052026-09-04T23:30:48.039Z[ recovery-image] Sep 04 23:30:46.869 INFO O| Sep 04 23:30:46.869 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97062026-09-04T23:30:48.039Z[ recovery-image] Sep 04 23:30:46.869 INFO O| Sep 04 23:30:46.869 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
97072026-09-04T23:30:56.528Z[verify-libraries] Compiling oso v0.27.3
97082026-09-04T23:30:56.569Z[ recovery-image] Sep 04 23:30:51.233 INFO O| Sep 04 23:30:51.233 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
97092026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.233 INFO O| Sep 04 23:30:51.233 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97102026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.246 INFO O| Sep 04 23:30:51.246 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97112026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.350 INFO O| Sep 04 23:30:51.350 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97122026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.410 INFO O| Sep 04 23:30:51.410 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
97132026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.476 INFO O| Sep 04 23:30:51.475 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97142026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.476 INFO O| Sep 04 23:30:51.476 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 ...
97152026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.478 INFO O| Sep 04 23:30:51.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97162026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.478 INFO O| Sep 04 23:30:51.478 INFO ok!
97172026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.478 INFO O| Sep 04 23:30:51.478 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97182026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.478 INFO O| Sep 04 23:30:51.478 INFO STEP 100 (seed_smf) COMPLETE
97192026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.478 INFO O| Sep 04 23:30:51.478 INFO steps complete; finalising image!
97202026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.478 INFO O| Sep 04 23:30:51.478 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97212026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.546 INFO O| Sep 04 23:30:51.546 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Sep 4 23:30:51 2026)
97222026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.754 INFO O| Sep 04 23:30:51.754 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Fri Sep 4 23:30:51 2026)
97232026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:51.959 INFO O| Sep 04 23:30:51.959 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 23:30:51 2026)
97242026-09-04T23:30:56.570Z[ recovery-image] Sep 04 23:30:52.166 INFO O| Sep 04 23:30:52.166 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 23:30:51 2026)
97252026-09-04T23:30:56.764Z[ recovery-image] Sep 04 23:30:55.590 INFO O| Sep 04 23:30:55.590 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Sep 4 23:30:51 2026)
97262026-09-04T23:30:56.884Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97272026-09-04T23:30:56.926Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97282026-09-04T23:30:56.986Z[ recovery-image] Sep 04 23:30:55.816 INFO O| Sep 04 23:30:55.816 INFO temporary pool has 462M used, 1.30G avail, 1.00x compressratio
97292026-09-04T23:30:56.986Z[ recovery-image] Sep 04 23:30:55.816 INFO O| Sep 04 23:30:55.816 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97302026-09-04T23:30:58.632Z[ recovery-image] Sep 04 23:30:57.462 INFO O| Sep 04 23:30:57.462 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
97312026-09-04T23:30:58.632Z[ recovery-image] Sep 04 23:30:57.462 INFO O| Sep 04 23:30:57.462 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97322026-09-04T23:31:00.975Z[ host-image] Sep 04 23:30:59.805 INFO O| seeding SMF database...
97332026-09-04T23:31:00.986Z[ recovery-image] Sep 04 23:30:59.816 INFO O| Sep 04 23:30:59.815 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97342026-09-04T23:31:00.986Z[ recovery-image] Sep 04 23:30:59.816 INFO O| Sep 04 23:30:59.816 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97352026-09-04T23:31:00.986Z[ recovery-image] Sep 04 23:30:59.816 INFO O| Sep 04 23:30:59.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97362026-09-04T23:31:00.986Z[ recovery-image] Sep 04 23:30:59.816 INFO O| Sep 04 23:30:59.816 INFO completed processing sled/zfs-recovery
97372026-09-04T23:31:00.986Z[ recovery-image] Sep 04 23:30:59.816 INFO O| Sep 04 23:30:59.816 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97382026-09-04T23:31:05.787Z[ host-image] Sep 04 23:31:04.617 INFO O| configuring SMF profile...
97392026-09-04T23:31:05.787Z[ host-image] Sep 04 23:31:04.617 INFO O| modifying shadow(5)...
97402026-09-04T23:31:05.790Z[ host-image] Sep 04 23:31:04.617 INFO O| loading user and group database...
97412026-09-04T23:31:05.790Z[ host-image] Sep 04 23:31:04.617 INFO O| loading facet selections...
97422026-09-04T23:31:06.173Z[ host-image] Sep 04 23:31:05.004 INFO O| devel -> true
97432026-09-04T23:31:06.173Z[ host-image] Sep 04 23:31:05.004 INFO O| doc.man -> true
97442026-09-04T23:31:06.174Z[ host-image] Sep 04 23:31:05.004 INFO O| version-lock.shell/ksh93 -> true
97452026-09-04T23:31:06.177Z[ host-image] Sep 04 23:31:05.004 INFO O| version-lock.system/data/hardware-registry -> true
97462026-09-04T23:31:06.177Z[ host-image] Sep 04 23:31:05.004 INFO O| version-lock.system/data/zoneinfo -> true
97472026-09-04T23:31:06.177Z[ host-image] Sep 04 23:31:05.004 INFO O| version-lock.system/microcode/amd -> true
97482026-09-04T23:31:06.177Z[ host-image] Sep 04 23:31:05.004 INFO O| version-lock.system/microcode/intel -> true
97492026-09-04T23:31:06.177Z[ host-image] Sep 04 23:31:05.004 INFO O| version-lock.system/microcode/oxide -> true
97502026-09-04T23:31:06.177Z[ host-image] Sep 04 23:31:05.004 INFO O| assessing packaged files...
97512026-09-04T23:31:06.483Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97522026-09-04T23:31:07.456Z[ recovery-image] Sep 04 23:31:06.286 INFO O| Sep 04 23:31:06.285 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97532026-09-04T23:31:07.621Z[ recovery-image] Sep 04 23:31:06.451 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
97542026-09-04T23:31:07.621Z[ recovery-image] Sep 04 23:31:06.451 INFO expanded image name: "recovery bdb5ffd/${os_short_commit} 2026-09-04 23:16" -> "recovery bdb5ffd/0e29ea8 2026-09-04 23:16"
97552026-09-04T23:31:07.624Z[ recovery-image] Sep 04 23:31:06.451 INFO output artefacts stored in: "/work/os-recovery"
97562026-09-04T23:31:07.624Z[ recovery-image] Sep 04 23:31:06.451 INFO collecting git info from project "bootserver"...
97572026-09-04T23:31:07.629Z[ recovery-image] Sep 04 23:31:06.459 INFO collecting git info from project "image-builder"...
97582026-09-04T23:31:07.637Z[ recovery-image] Sep 04 23:31:06.466 INFO collecting git info from project "chelsio-t6-roms"...
97592026-09-04T23:31:07.656Z[ recovery-image] Sep 04 23:31:06.486 INFO collecting git info from project "phbl"...
97602026-09-04T23:31:07.663Z[ recovery-image] Sep 04 23:31:06.494 INFO collecting git info from project "pinprick"...
97612026-09-04T23:31:07.670Z[ recovery-image] Sep 04 23:31:06.501 INFO collecting git info from project "amd-host-image-builder"...
97622026-09-04T23:31:07.718Z[ recovery-image] Sep 04 23:31:06.548 INFO collecting git info from project "dmar-report"...
97632026-09-04T23:31:07.730Z[ recovery-image] Sep 04 23:31:06.560 INFO collecting git info from project "amd-firmware"...
97642026-09-04T23:31:08.111Z[ host-image] Sep 04 23:31:06.941 INFO O| creating archive...
97652026-09-04T23:31:08.133Z[ host-image] Sep 04 23:31:06.962 INFO O| missing from packaging:
97662026-09-04T23:31:08.133Z[ host-image] Sep 04 23:31:06.962 INFO O| "etc/.pwd.lock"
97672026-09-04T23:31:08.133Z[ host-image] Sep 04 23:31:06.962 INFO O| "etc/bash"
97682026-09-04T23:31:08.137Z[ host-image] Sep 04 23:31:06.966 INFO O| "etc/svc/profile/generic.xml"
97692026-09-04T23:31:08.137Z[ host-image] Sep 04 23:31:06.966 INFO O| "etc/svc/profile/inetd_services.xml"
97702026-09-04T23:31:08.137Z[ host-image] Sep 04 23:31:06.966 INFO O| "etc/svc/profile/name_service.xml"
97712026-09-04T23:31:08.137Z[ host-image] Sep 04 23:31:06.966 INFO O| "etc/svc/profile/platform.xml"
97722026-09-04T23:31:08.137Z[ host-image] Sep 04 23:31:06.966 INFO O| "etc/svc/profile/platform_omicron1.xml"
97732026-09-04T23:31:08.137Z[ host-image] Sep 04 23:31:06.966 INFO O| "etc/svc/repository.db"
97742026-09-04T23:31:08.142Z[ host-image] Sep 04 23:31:06.973 INFO O| "opt/ooce/share"
97752026-09-04T23:31:08.142Z[ host-image] Sep 04 23:31:06.973 INFO O| "opt/ooce/share/man"
97762026-09-04T23:31:08.146Z[ host-image] Sep 04 23:31:06.973 INFO O| "opt/ooce/share/man/man1"
97772026-09-04T23:31:08.151Z[ host-image] Sep 04 23:31:06.982 INFO O| finishing archive...
97782026-09-04T23:31:08.173Z[ recovery-image] Sep 04 23:31:07.003 INFO collecting git info from project "pilot"...
97792026-09-04T23:31:08.185Z[ recovery-image] Sep 04 23:31:07.014 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97802026-09-04T23:31:09.068Z[ recovery-image] Sep 04 23:31:07.896 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97812026-09-04T23:31:09.491Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97822026-09-04T23:31:09.581Z[ recovery-image] Sep 04 23:31:08.411 INFO creating Oxide boot image...
97832026-09-04T23:31:09.581Z[ recovery-image] Sep 04 23:31:08.411 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery bdb5ffd/0e29ea8 2026-09-04 23:16", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
97842026-09-04T23:31:10.770Z[ host-image] Sep 04 23:31:09.599 INFO O| creating gzonly manifest...
97852026-09-04T23:31:10.812Z[ host-image] Sep 04 23:31:09.642 INFO O| ok
97862026-09-04T23:31:10.880Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
97872026-09-04T23:31:10.994Z[ host-image] Sep 04 23:31:09.821 INFO image builder template: ramdisk-02-trim...
97882026-09-04T23:31:10.995Z[ host-image] Sep 04 23:31:09.821 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/.tmpaRJXye/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
97892026-09-04T23:31:11.013Z[ host-image] Sep 04 23:31:09.843 INFO O| Sep 04 23:31:09.843 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97902026-09-04T23:31:11.018Z[ host-image] Sep 04 23:31:09.847 INFO O| Sep 04 23:31:09.847 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97912026-09-04T23:31:11.176Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
97922026-09-04T23:31:11.363Z[ host-image] Sep 04 23:31:10.193 INFO O| Sep 04 23:31:10.192 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97932026-09-04T23:31:11.551Z[ host-image] Sep 04 23:31:10.379 INFO O| Sep 04 23:31:10.379 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97942026-09-04T23:31:11.551Z[ host-image] Sep 04 23:31:10.379 INFO O| Sep 04 23:31:10.379 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97952026-09-04T23:31:11.556Z[ host-image] Sep 04 23:31:10.384 INFO O| Sep 04 23:31:10.384 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97962026-09-04T23:31:11.560Z[ host-image] Sep 04 23:31:10.389 INFO O| Sep 04 23:31:10.389 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97972026-09-04T23:31:11.568Z[ host-image] Sep 04 23:31:10.397 INFO O| Sep 04 23:31:10.397 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97982026-09-04T23:31:11.945Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
97992026-09-04T23:31:12.319Z[ host-image] Sep 04 23:31:11.146 INFO O| Sep 04 23:31:11.146 INFO rolled back to input snapshot; work may begin
98002026-09-04T23:31:12.320Z[ host-image] Sep 04 23:31:11.146 INFO O| Sep 04 23:31:11.146 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98012026-09-04T23:31:12.324Z[ host-image] Sep 04 23:31:11.151 INFO O| Sep 04 23:31:11.151 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98022026-09-04T23:31:12.331Z[ host-image] Sep 04 23:31:11.161 INFO O| Sep 04 23:31:11.161 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98032026-09-04T23:31:12.368Z[ host-image] Sep 04 23:31:11.197 INFO O| Sep 04 23:31:11.197 INFO STEP 0 (remove_files) COMPLETE
98042026-09-04T23:31:12.368Z[ host-image] Sep 04 23:31:11.198 INFO O| Sep 04 23:31:11.197 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98052026-09-04T23:31:12.409Z[ host-image] Sep 04 23:31:11.238 INFO O| Sep 04 23:31:11.238 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98062026-09-04T23:31:12.412Z[ host-image] Sep 04 23:31:11.240 INFO O| Sep 04 23:31:11.239 INFO STEP 1 (remove_files) COMPLETE
98072026-09-04T23:31:12.413Z[ host-image] Sep 04 23:31:11.240 INFO O| Sep 04 23:31:11.239 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98082026-09-04T23:31:12.453Z[ host-image] Sep 04 23:31:11.259 INFO O| Sep 04 23:31:11.259 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98092026-09-04T23:31:12.453Z[ host-image] Sep 04 23:31:11.272 INFO O| Sep 04 23:31:11.272 INFO STEP 2 (remove_files) COMPLETE
98102026-09-04T23:31:12.453Z[ host-image] Sep 04 23:31:11.272 INFO O| Sep 04 23:31:11.272 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98112026-09-04T23:31:12.457Z[ host-image] Sep 04 23:31:11.283 INFO O| Sep 04 23:31:11.283 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98122026-09-04T23:31:12.457Z[ host-image] Sep 04 23:31:11.284 INFO O| Sep 04 23:31:11.284 INFO STEP 3 (remove_files) COMPLETE
98132026-09-04T23:31:12.457Z[ host-image] Sep 04 23:31:11.284 INFO O| Sep 04 23:31:11.284 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98142026-09-04T23:31:12.465Z[ host-image] Sep 04 23:31:11.295 INFO O| Sep 04 23:31:11.295 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98152026-09-04T23:31:12.469Z[ host-image] Sep 04 23:31:11.298 INFO O| Sep 04 23:31:11.298 INFO STEP 4 (remove_files) COMPLETE
98162026-09-04T23:31:12.470Z[ host-image] Sep 04 23:31:11.298 INFO O| Sep 04 23:31:11.298 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98172026-09-04T23:31:12.479Z[ host-image] Sep 04 23:31:11.309 INFO O| Sep 04 23:31:11.309 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98182026-09-04T23:31:12.483Z[ host-image] Sep 04 23:31:11.311 INFO O| Sep 04 23:31:11.311 INFO STEP 5 (remove_files) COMPLETE
98192026-09-04T23:31:12.483Z[ host-image] Sep 04 23:31:11.311 INFO O| Sep 04 23:31:11.311 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98202026-09-04T23:31:12.492Z[ host-image] Sep 04 23:31:11.321 INFO O| Sep 04 23:31:11.321 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98212026-09-04T23:31:12.502Z[ host-image] Sep 04 23:31:11.331 INFO O| Sep 04 23:31:11.331 INFO STEP 6 (remove_files) COMPLETE
98222026-09-04T23:31:12.502Z[ host-image] Sep 04 23:31:11.332 INFO O| Sep 04 23:31:11.331 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98232026-09-04T23:31:12.502Z[ host-image] Sep 04 23:31:11.332 INFO O| Sep 04 23:31:11.331 INFO skip step because feature "heliosv2" is not enabled
98242026-09-04T23:31:12.505Z[ host-image] Sep 04 23:31:11.332 INFO O| Sep 04 23:31:11.331 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98252026-09-04T23:31:12.514Z[ host-image] Sep 04 23:31:11.343 INFO O| Sep 04 23:31:11.343 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98262026-09-04T23:31:12.526Z[ host-image] Sep 04 23:31:11.354 INFO O| Sep 04 23:31:11.354 INFO STEP 8 (remove_files) COMPLETE
98272026-09-04T23:31:12.526Z[ host-image] Sep 04 23:31:11.354 INFO O| Sep 04 23:31:11.354 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98282026-09-04T23:31:12.536Z[ host-image] Sep 04 23:31:11.366 INFO O| Sep 04 23:31:11.366 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98292026-09-04T23:31:12.604Z[ host-image] Sep 04 23:31:11.434 INFO O| Sep 04 23:31:11.434 INFO STEP 9 (remove_files) COMPLETE
98302026-09-04T23:31:12.605Z[ host-image] Sep 04 23:31:11.434 INFO O| Sep 04 23:31:11.434 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98312026-09-04T23:31:12.643Z[ host-image] Sep 04 23:31:11.462 INFO O| Sep 04 23:31:11.462 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98322026-09-04T23:31:12.702Z[ host-image] Sep 04 23:31:11.531 INFO O| Sep 04 23:31:11.531 INFO STEP 10 (remove_files) COMPLETE
98332026-09-04T23:31:12.702Z[ host-image] Sep 04 23:31:11.531 INFO O| Sep 04 23:31:11.531 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98342026-09-04T23:31:12.727Z[ host-image] Sep 04 23:31:11.556 INFO O| Sep 04 23:31:11.556 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98352026-09-04T23:31:12.732Z[ host-image] Sep 04 23:31:11.559 INFO O| Sep 04 23:31:11.559 INFO STEP 11 (remove_files) COMPLETE
98362026-09-04T23:31:12.732Z[ host-image] Sep 04 23:31:11.559 INFO O| Sep 04 23:31:11.559 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98372026-09-04T23:31:12.762Z[ host-image] Sep 04 23:31:11.592 INFO O| Sep 04 23:31:11.592 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98382026-09-04T23:31:12.767Z[ host-image] Sep 04 23:31:11.593 INFO O| Sep 04 23:31:11.593 INFO STEP 12 (remove_files) COMPLETE
98392026-09-04T23:31:12.767Z[ host-image] Sep 04 23:31:11.593 INFO O| Sep 04 23:31:11.593 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98402026-09-04T23:31:12.772Z[ host-image] Sep 04 23:31:11.603 INFO O| Sep 04 23:31:11.603 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98412026-09-04T23:31:12.776Z[ host-image] Sep 04 23:31:11.604 INFO O| Sep 04 23:31:11.604 INFO STEP 13 (remove_files) COMPLETE
98422026-09-04T23:31:12.776Z[ host-image] Sep 04 23:31:11.604 INFO O| Sep 04 23:31:11.604 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98432026-09-04T23:31:12.820Z[ host-image] Sep 04 23:31:11.649 INFO O| Sep 04 23:31:11.649 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98442026-09-04T23:31:12.820Z[ host-image] Sep 04 23:31:11.649 INFO O| Sep 04 23:31:11.649 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98452026-09-04T23:31:12.823Z[ host-image] Sep 04 23:31:11.649 INFO O| Sep 04 23:31:11.649 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98462026-09-04T23:31:12.823Z[ host-image] Sep 04 23:31:11.649 INFO O| Sep 04 23:31:11.649 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98472026-09-04T23:31:12.823Z[ host-image] Sep 04 23:31:11.649 INFO O| Sep 04 23:31:11.649 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98482026-09-04T23:31:12.823Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98492026-09-04T23:31:12.824Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98502026-09-04T23:31:12.824Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98512026-09-04T23:31:12.824Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98522026-09-04T23:31:12.824Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98532026-09-04T23:31:12.824Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98542026-09-04T23:31:12.824Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98552026-09-04T23:31:12.824Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98562026-09-04T23:31:12.828Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98572026-09-04T23:31:12.828Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98582026-09-04T23:31:12.828Z[ host-image] Sep 04 23:31:11.650 INFO O| Sep 04 23:31:11.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98592026-09-04T23:31:12.828Z[ host-image] Sep 04 23:31:11.651 INFO O| Sep 04 23:31:11.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98602026-09-04T23:31:12.828Z[ host-image] Sep 04 23:31:11.651 INFO O| Sep 04 23:31:11.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98612026-09-04T23:31:13.024Z[ host-image] Sep 04 23:31:11.854 INFO O| Sep 04 23:31:11.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98622026-09-04T23:31:13.030Z[ host-image] Sep 04 23:31:11.860 INFO O| Sep 04 23:31:11.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98632026-09-04T23:31:13.091Z[ host-image] Sep 04 23:31:11.921 INFO O| Sep 04 23:31:11.921 INFO STEP 14 (remove_files) COMPLETE
98642026-09-04T23:31:13.092Z[ host-image] Sep 04 23:31:11.921 INFO O| Sep 04 23:31:11.921 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98652026-09-04T23:31:13.102Z[ host-image] Sep 04 23:31:11.931 INFO O| Sep 04 23:31:11.931 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98662026-09-04T23:31:13.105Z[ host-image] Sep 04 23:31:11.932 INFO O| Sep 04 23:31:11.932 INFO STEP 15 (remove_files) COMPLETE
98672026-09-04T23:31:13.105Z[ host-image] Sep 04 23:31:11.932 INFO O| Sep 04 23:31:11.932 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98682026-09-04T23:31:13.112Z[ host-image] Sep 04 23:31:11.941 INFO O| Sep 04 23:31:11.941 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98692026-09-04T23:31:13.116Z[ host-image] Sep 04 23:31:11.946 INFO O| Sep 04 23:31:11.946 INFO STEP 16 (remove_files) COMPLETE
98702026-09-04T23:31:13.116Z[ host-image] Sep 04 23:31:11.946 INFO O| Sep 04 23:31:11.946 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98712026-09-04T23:31:13.125Z[ host-image] Sep 04 23:31:11.955 INFO O| Sep 04 23:31:11.955 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98722026-09-04T23:31:13.129Z[ host-image] Sep 04 23:31:11.956 INFO O| Sep 04 23:31:11.956 INFO STEP 17 (remove_files) COMPLETE
98732026-09-04T23:31:13.130Z[ host-image] Sep 04 23:31:11.956 INFO O| Sep 04 23:31:11.956 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98742026-09-04T23:31:13.246Z[ host-image] Sep 04 23:31:12.076 INFO O| Sep 04 23:31:12.076 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98752026-09-04T23:31:13.250Z[ host-image] Sep 04 23:31:12.077 INFO O| Sep 04 23:31:12.077 INFO STEP 18 (remove_files) COMPLETE
98762026-09-04T23:31:13.250Z[ host-image] Sep 04 23:31:12.077 INFO O| Sep 04 23:31:12.077 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98772026-09-04T23:31:13.262Z[ host-image] Sep 04 23:31:12.090 INFO O| Sep 04 23:31:12.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98782026-09-04T23:31:13.262Z[ host-image] Sep 04 23:31:12.090 INFO O| Sep 04 23:31:12.090 INFO STEP 19 (remove_files) COMPLETE
98792026-09-04T23:31:13.265Z[ host-image] Sep 04 23:31:12.090 INFO O| Sep 04 23:31:12.090 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98802026-09-04T23:31:13.270Z[ host-image] Sep 04 23:31:12.100 INFO O| Sep 04 23:31:12.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98812026-09-04T23:31:13.270Z[ host-image] Sep 04 23:31:12.100 INFO O| Sep 04 23:31:12.100 INFO STEP 20 (remove_files) COMPLETE
98822026-09-04T23:31:13.273Z[ host-image] Sep 04 23:31:12.100 INFO O| Sep 04 23:31:12.100 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98832026-09-04T23:31:13.281Z[ host-image] Sep 04 23:31:12.111 INFO O| Sep 04 23:31:12.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98842026-09-04T23:31:13.281Z[ host-image] Sep 04 23:31:12.111 INFO O| Sep 04 23:31:12.111 INFO STEP 21 (remove_files) COMPLETE
98852026-09-04T23:31:13.284Z[ host-image] Sep 04 23:31:12.111 INFO O| Sep 04 23:31:12.111 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98862026-09-04T23:31:13.292Z[ host-image] Sep 04 23:31:12.121 INFO O| Sep 04 23:31:12.121 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98872026-09-04T23:31:13.292Z[ host-image] Sep 04 23:31:12.121 INFO O| Sep 04 23:31:12.121 INFO STEP 22 (remove_files) COMPLETE
98882026-09-04T23:31:13.292Z[ host-image] Sep 04 23:31:12.121 INFO O| Sep 04 23:31:12.121 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98892026-09-04T23:31:13.300Z[ host-image] Sep 04 23:31:12.130 INFO O| Sep 04 23:31:12.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98902026-09-04T23:31:13.300Z[ host-image] Sep 04 23:31:12.130 INFO O| Sep 04 23:31:12.130 INFO STEP 23 (remove_files) COMPLETE
98912026-09-04T23:31:13.303Z[ host-image] Sep 04 23:31:12.130 INFO O| Sep 04 23:31:12.130 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98922026-09-04T23:31:13.312Z[ host-image] Sep 04 23:31:12.142 INFO O| Sep 04 23:31:12.142 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
98932026-09-04T23:31:13.312Z[ host-image] Sep 04 23:31:12.142 INFO O| Sep 04 23:31:12.142 INFO STEP 24 (remove_files) COMPLETE
98942026-09-04T23:31:13.315Z[ host-image] Sep 04 23:31:12.142 INFO O| Sep 04 23:31:12.142 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98952026-09-04T23:31:13.322Z[ host-image] Sep 04 23:31:12.152 INFO O| Sep 04 23:31:12.152 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
98962026-09-04T23:31:13.322Z[ host-image] Sep 04 23:31:12.152 INFO O| Sep 04 23:31:12.152 INFO STEP 25 (remove_files) COMPLETE
98972026-09-04T23:31:13.326Z[ host-image] Sep 04 23:31:12.152 INFO O| Sep 04 23:31:12.152 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98982026-09-04T23:31:13.334Z[ host-image] Sep 04 23:31:12.164 INFO O| Sep 04 23:31:12.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
98992026-09-04T23:31:13.334Z[ host-image] Sep 04 23:31:12.164 INFO O| Sep 04 23:31:12.164 INFO STEP 26 (remove_files) COMPLETE
99002026-09-04T23:31:13.338Z[ host-image] Sep 04 23:31:12.164 INFO O| Sep 04 23:31:12.164 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99012026-09-04T23:31:13.344Z[ host-image] Sep 04 23:31:12.174 INFO O| Sep 04 23:31:12.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99022026-09-04T23:31:13.344Z[ host-image] Sep 04 23:31:12.174 INFO O| Sep 04 23:31:12.174 INFO STEP 27 (remove_files) COMPLETE
99032026-09-04T23:31:13.344Z[ host-image] Sep 04 23:31:12.174 INFO O| Sep 04 23:31:12.174 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-04T23:31:13.354Z[ host-image] Sep 04 23:31:12.183 INFO O| Sep 04 23:31:12.183 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99052026-09-04T23:31:13.354Z[ host-image] Sep 04 23:31:12.183 INFO O| Sep 04 23:31:12.183 INFO STEP 28 (remove_files) COMPLETE
99062026-09-04T23:31:13.355Z[ host-image] Sep 04 23:31:12.183 INFO O| Sep 04 23:31:12.183 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-04T23:31:13.364Z[ host-image] Sep 04 23:31:12.194 INFO O| Sep 04 23:31:12.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99082026-09-04T23:31:13.364Z[ host-image] Sep 04 23:31:12.194 INFO O| Sep 04 23:31:12.194 INFO STEP 29 (remove_files) COMPLETE
99092026-09-04T23:31:13.368Z[ host-image] Sep 04 23:31:12.194 INFO O| Sep 04 23:31:12.194 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-04T23:31:13.374Z[ host-image] Sep 04 23:31:12.203 INFO O| Sep 04 23:31:12.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99112026-09-04T23:31:13.374Z[ host-image] Sep 04 23:31:12.203 INFO O| Sep 04 23:31:12.203 INFO STEP 30 (remove_files) COMPLETE
99122026-09-04T23:31:13.377Z[ host-image] Sep 04 23:31:12.203 INFO O| Sep 04 23:31:12.203 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99132026-09-04T23:31:13.383Z[ host-image] Sep 04 23:31:12.213 INFO O| Sep 04 23:31:12.213 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99142026-09-04T23:31:13.386Z[ host-image] Sep 04 23:31:12.213 INFO O| Sep 04 23:31:12.213 INFO STEP 31 (remove_files) COMPLETE
99152026-09-04T23:31:13.386Z[ host-image] Sep 04 23:31:12.213 INFO O| Sep 04 23:31:12.213 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99162026-09-04T23:31:13.393Z[ host-image] Sep 04 23:31:12.223 INFO O| Sep 04 23:31:12.223 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99172026-09-04T23:31:13.393Z[ host-image] Sep 04 23:31:12.223 INFO O| Sep 04 23:31:12.223 INFO STEP 32 (remove_files) COMPLETE
99182026-09-04T23:31:13.396Z[ host-image] Sep 04 23:31:12.223 INFO O| Sep 04 23:31:12.223 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99192026-09-04T23:31:13.403Z[ host-image] Sep 04 23:31:12.233 INFO O| Sep 04 23:31:12.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99202026-09-04T23:31:13.403Z[ host-image] Sep 04 23:31:12.233 INFO O| Sep 04 23:31:12.233 INFO STEP 33 (remove_files) COMPLETE
99212026-09-04T23:31:13.403Z[ host-image] Sep 04 23:31:12.233 INFO O| Sep 04 23:31:12.233 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99222026-09-04T23:31:13.414Z[ host-image] Sep 04 23:31:12.244 INFO O| Sep 04 23:31:12.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99232026-09-04T23:31:13.414Z[ host-image] Sep 04 23:31:12.244 INFO O| Sep 04 23:31:12.244 INFO STEP 34 (remove_files) COMPLETE
99242026-09-04T23:31:13.417Z[ host-image] Sep 04 23:31:12.244 INFO O| Sep 04 23:31:12.244 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99252026-09-04T23:31:13.425Z[ host-image] Sep 04 23:31:12.255 INFO O| Sep 04 23:31:12.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99262026-09-04T23:31:13.426Z[ host-image] Sep 04 23:31:12.255 INFO O| Sep 04 23:31:12.255 INFO STEP 35 (remove_files) COMPLETE
99272026-09-04T23:31:13.426Z[ host-image] Sep 04 23:31:12.255 INFO O| Sep 04 23:31:12.255 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99282026-09-04T23:31:13.436Z[ host-image] Sep 04 23:31:12.265 INFO O| Sep 04 23:31:12.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99292026-09-04T23:31:13.436Z[ host-image] Sep 04 23:31:12.265 INFO O| Sep 04 23:31:12.265 INFO STEP 36 (remove_files) COMPLETE
99302026-09-04T23:31:13.436Z[ host-image] Sep 04 23:31:12.265 INFO O| Sep 04 23:31:12.265 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99312026-09-04T23:31:13.448Z[ host-image] Sep 04 23:31:12.277 INFO O| Sep 04 23:31:12.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99322026-09-04T23:31:13.448Z[ host-image] Sep 04 23:31:12.277 INFO O| Sep 04 23:31:12.277 INFO STEP 37 (remove_files) COMPLETE
99332026-09-04T23:31:13.451Z[ host-image] Sep 04 23:31:12.277 INFO O| Sep 04 23:31:12.277 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99342026-09-04T23:31:13.458Z[ host-image] Sep 04 23:31:12.288 INFO O| Sep 04 23:31:12.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99352026-09-04T23:31:13.458Z[ host-image] Sep 04 23:31:12.288 INFO O| Sep 04 23:31:12.288 INFO STEP 38 (remove_files) COMPLETE
99362026-09-04T23:31:13.458Z[ host-image] Sep 04 23:31:12.288 INFO O| Sep 04 23:31:12.288 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99372026-09-04T23:31:13.469Z[ host-image] Sep 04 23:31:12.298 INFO O| Sep 04 23:31:12.298 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99382026-09-04T23:31:13.469Z[ host-image] Sep 04 23:31:12.298 INFO O| Sep 04 23:31:12.298 INFO STEP 39 (remove_files) COMPLETE
99392026-09-04T23:31:13.469Z[ host-image] Sep 04 23:31:12.298 INFO O| Sep 04 23:31:12.298 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99402026-09-04T23:31:13.480Z[ host-image] Sep 04 23:31:12.309 INFO O| Sep 04 23:31:12.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99412026-09-04T23:31:13.480Z[ host-image] Sep 04 23:31:12.309 INFO O| Sep 04 23:31:12.309 INFO STEP 40 (remove_files) COMPLETE
99422026-09-04T23:31:13.480Z[ host-image] Sep 04 23:31:12.309 INFO O| Sep 04 23:31:12.309 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99432026-09-04T23:31:13.490Z[ host-image] Sep 04 23:31:12.320 INFO O| Sep 04 23:31:12.320 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99442026-09-04T23:31:13.490Z[ host-image] Sep 04 23:31:12.320 INFO O| Sep 04 23:31:12.320 INFO STEP 41 (remove_files) COMPLETE
99452026-09-04T23:31:13.490Z[ host-image] Sep 04 23:31:12.320 INFO O| Sep 04 23:31:12.320 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99462026-09-04T23:31:13.500Z[ host-image] Sep 04 23:31:12.330 INFO O| Sep 04 23:31:12.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99472026-09-04T23:31:13.500Z[ host-image] Sep 04 23:31:12.330 INFO O| Sep 04 23:31:12.330 INFO STEP 42 (remove_files) COMPLETE
99482026-09-04T23:31:13.500Z[ host-image] Sep 04 23:31:12.330 INFO O| Sep 04 23:31:12.330 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99492026-09-04T23:31:13.510Z[ host-image] Sep 04 23:31:12.340 INFO O| Sep 04 23:31:12.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99502026-09-04T23:31:13.510Z[ host-image] Sep 04 23:31:12.340 INFO O| Sep 04 23:31:12.340 INFO STEP 43 (remove_files) COMPLETE
99512026-09-04T23:31:13.514Z[ host-image] Sep 04 23:31:12.340 INFO O| Sep 04 23:31:12.340 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99522026-09-04T23:31:13.520Z[ host-image] Sep 04 23:31:12.349 INFO O| Sep 04 23:31:12.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99532026-09-04T23:31:13.520Z[ host-image] Sep 04 23:31:12.350 INFO O| Sep 04 23:31:12.350 INFO STEP 44 (remove_files) COMPLETE
99542026-09-04T23:31:13.523Z[ host-image] Sep 04 23:31:12.350 INFO O| Sep 04 23:31:12.350 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99552026-09-04T23:31:13.529Z[ host-image] Sep 04 23:31:12.360 INFO O| Sep 04 23:31:12.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99562026-09-04T23:31:13.529Z[ host-image] Sep 04 23:31:12.360 INFO O| Sep 04 23:31:12.360 INFO STEP 45 (remove_files) COMPLETE
99572026-09-04T23:31:13.534Z[ host-image] Sep 04 23:31:12.360 INFO O| Sep 04 23:31:12.360 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99582026-09-04T23:31:13.539Z[ host-image] Sep 04 23:31:12.369 INFO O| Sep 04 23:31:12.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99592026-09-04T23:31:13.539Z[ host-image] Sep 04 23:31:12.369 INFO O| Sep 04 23:31:12.369 INFO STEP 46 (remove_files) COMPLETE
99602026-09-04T23:31:13.539Z[ host-image] Sep 04 23:31:12.369 INFO O| Sep 04 23:31:12.369 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99612026-09-04T23:31:13.560Z[ host-image] Sep 04 23:31:12.389 INFO O| Sep 04 23:31:12.389 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99622026-09-04T23:31:13.560Z[ host-image] Sep 04 23:31:12.389 INFO O| Sep 04 23:31:12.389 INFO STEP 47 (remove_files) COMPLETE
99632026-09-04T23:31:13.560Z[ host-image] Sep 04 23:31:12.389 INFO O| Sep 04 23:31:12.389 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99642026-09-04T23:31:13.572Z[ host-image] Sep 04 23:31:12.401 INFO O| Sep 04 23:31:12.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99652026-09-04T23:31:13.572Z[ host-image] Sep 04 23:31:12.401 INFO O| Sep 04 23:31:12.401 INFO STEP 48 (remove_files) COMPLETE
99662026-09-04T23:31:13.576Z[ host-image] Sep 04 23:31:12.401 INFO O| Sep 04 23:31:12.401 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99672026-09-04T23:31:13.583Z[ host-image] Sep 04 23:31:12.413 INFO O| Sep 04 23:31:12.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99682026-09-04T23:31:13.583Z[ host-image] Sep 04 23:31:12.413 INFO O| Sep 04 23:31:12.413 INFO STEP 49 (remove_files) COMPLETE
99692026-09-04T23:31:13.587Z[ host-image] Sep 04 23:31:12.413 INFO O| Sep 04 23:31:12.413 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99702026-09-04T23:31:13.595Z[ host-image] Sep 04 23:31:12.424 INFO O| Sep 04 23:31:12.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99712026-09-04T23:31:13.595Z[ host-image] Sep 04 23:31:12.424 INFO O| Sep 04 23:31:12.424 INFO STEP 50 (remove_files) COMPLETE
99722026-09-04T23:31:13.595Z[ host-image] Sep 04 23:31:12.424 INFO O| Sep 04 23:31:12.424 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99732026-09-04T23:31:13.610Z[ host-image] Sep 04 23:31:12.439 INFO O| Sep 04 23:31:12.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99742026-09-04T23:31:13.610Z[ host-image] Sep 04 23:31:12.440 INFO O| Sep 04 23:31:12.440 INFO STEP 51 (remove_files) COMPLETE
99752026-09-04T23:31:13.610Z[ host-image] Sep 04 23:31:12.440 INFO O| Sep 04 23:31:12.440 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99762026-09-04T23:31:13.621Z[ host-image] Sep 04 23:31:12.451 INFO O| Sep 04 23:31:12.451 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99772026-09-04T23:31:13.622Z[ host-image] Sep 04 23:31:12.451 INFO O| Sep 04 23:31:12.451 INFO STEP 52 (remove_files) COMPLETE
99782026-09-04T23:31:13.625Z[ host-image] Sep 04 23:31:12.451 INFO O| Sep 04 23:31:12.451 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99792026-09-04T23:31:13.633Z[ host-image] Sep 04 23:31:12.463 INFO O| Sep 04 23:31:12.463 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99802026-09-04T23:31:13.633Z[ host-image] Sep 04 23:31:12.463 INFO O| Sep 04 23:31:12.463 INFO STEP 53 (remove_files) COMPLETE
99812026-09-04T23:31:13.633Z[ host-image] Sep 04 23:31:12.463 INFO O| Sep 04 23:31:12.463 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99822026-09-04T23:31:13.644Z[ host-image] Sep 04 23:31:12.474 INFO O| Sep 04 23:31:12.474 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99832026-09-04T23:31:13.644Z[ host-image] Sep 04 23:31:12.474 INFO O| Sep 04 23:31:12.474 INFO STEP 54 (remove_files) COMPLETE
99842026-09-04T23:31:13.644Z[ host-image] Sep 04 23:31:12.474 INFO O| Sep 04 23:31:12.474 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99852026-09-04T23:31:13.655Z[ host-image] Sep 04 23:31:12.485 INFO O| Sep 04 23:31:12.485 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99862026-09-04T23:31:13.655Z[ host-image] Sep 04 23:31:12.485 INFO O| Sep 04 23:31:12.485 INFO STEP 55 (remove_files) COMPLETE
99872026-09-04T23:31:13.656Z[ host-image] Sep 04 23:31:12.485 INFO O| Sep 04 23:31:12.485 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99882026-09-04T23:31:13.666Z[ host-image] Sep 04 23:31:12.496 INFO O| Sep 04 23:31:12.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99892026-09-04T23:31:13.666Z[ host-image] Sep 04 23:31:12.496 INFO O| Sep 04 23:31:12.496 INFO STEP 56 (remove_files) COMPLETE
99902026-09-04T23:31:13.666Z[ host-image] Sep 04 23:31:12.496 INFO O| Sep 04 23:31:12.496 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99912026-09-04T23:31:13.678Z[ host-image] Sep 04 23:31:12.507 INFO O| Sep 04 23:31:12.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
99922026-09-04T23:31:13.678Z[ host-image] Sep 04 23:31:12.507 INFO O| Sep 04 23:31:12.507 INFO STEP 57 (remove_files) COMPLETE
99932026-09-04T23:31:13.678Z[ host-image] Sep 04 23:31:12.507 INFO O| Sep 04 23:31:12.507 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99942026-09-04T23:31:13.688Z[ host-image] Sep 04 23:31:12.518 INFO O| Sep 04 23:31:12.518 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
99952026-09-04T23:31:13.688Z[ host-image] Sep 04 23:31:12.518 INFO O| Sep 04 23:31:12.518 INFO STEP 58 (remove_files) COMPLETE
99962026-09-04T23:31:13.688Z[ host-image] Sep 04 23:31:12.518 INFO O| Sep 04 23:31:12.518 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99972026-09-04T23:31:13.699Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
99982026-09-04T23:31:13.699Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
99992026-09-04T23:31:13.702Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100002026-09-04T23:31:13.703Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100012026-09-04T23:31:13.703Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100022026-09-04T23:31:13.703Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100032026-09-04T23:31:13.703Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO ok!
100042026-09-04T23:31:13.703Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO STEP 59 (ensure_file) COMPLETE
100052026-09-04T23:31:13.703Z[ host-image] Sep 04 23:31:12.529 INFO O| Sep 04 23:31:12.529 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100062026-09-04T23:31:13.710Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100072026-09-04T23:31:13.710Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100082026-09-04T23:31:13.710Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100092026-09-04T23:31:13.714Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100102026-09-04T23:31:13.714Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100112026-09-04T23:31:13.714Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100122026-09-04T23:31:13.714Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO ok!
100132026-09-04T23:31:13.714Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO STEP 60 (ensure_file) COMPLETE
100142026-09-04T23:31:13.714Z[ host-image] Sep 04 23:31:12.540 INFO O| Sep 04 23:31:12.540 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100152026-09-04T23:31:13.722Z[ host-image] Sep 04 23:31:12.551 INFO O| Sep 04 23:31:12.551 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100162026-09-04T23:31:13.722Z[ host-image] Sep 04 23:31:12.551 INFO O| Sep 04 23:31:12.551 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100172026-09-04T23:31:13.722Z[ host-image] Sep 04 23:31:12.551 INFO O| Sep 04 23:31:12.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100182026-09-04T23:31:13.725Z[ host-image] Sep 04 23:31:12.551 INFO O| Sep 04 23:31:12.551 INFO ok!
100192026-09-04T23:31:13.725Z[ host-image] Sep 04 23:31:12.551 INFO O| Sep 04 23:31:12.551 INFO STEP 61 (ensure_file) COMPLETE
100202026-09-04T23:31:13.725Z[ host-image] Sep 04 23:31:12.551 INFO O| Sep 04 23:31:12.551 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100212026-09-04T23:31:13.732Z[ host-image] Sep 04 23:31:12.562 INFO O| Sep 04 23:31:12.562 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100222026-09-04T23:31:13.732Z[ host-image] Sep 04 23:31:12.562 INFO O| Sep 04 23:31:12.562 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100232026-09-04T23:31:13.733Z[ host-image] Sep 04 23:31:12.562 INFO O| Sep 04 23:31:12.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100242026-09-04T23:31:13.736Z[ host-image] Sep 04 23:31:12.562 INFO O| Sep 04 23:31:12.562 INFO ok!
100252026-09-04T23:31:13.736Z[ host-image] Sep 04 23:31:12.562 INFO O| Sep 04 23:31:12.562 INFO STEP 62 (ensure_file) COMPLETE
100262026-09-04T23:31:13.736Z[ host-image] Sep 04 23:31:12.562 INFO O| Sep 04 23:31:12.562 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100272026-09-04T23:31:13.743Z[ host-image] Sep 04 23:31:12.573 INFO O| Sep 04 23:31:12.573 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100282026-09-04T23:31:13.744Z[ host-image] Sep 04 23:31:12.573 INFO O| Sep 04 23:31:12.573 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100292026-09-04T23:31:13.747Z[ host-image] Sep 04 23:31:12.573 INFO O| Sep 04 23:31:12.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100302026-09-04T23:31:13.747Z[ host-image] Sep 04 23:31:12.573 INFO O| Sep 04 23:31:12.573 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100312026-09-04T23:31:13.747Z[ host-image] Sep 04 23:31:12.573 INFO O| Sep 04 23:31:12.573 INFO ok!
100322026-09-04T23:31:13.747Z[ host-image] Sep 04 23:31:12.573 INFO O| Sep 04 23:31:12.573 INFO STEP 63 (ensure_file) COMPLETE
100332026-09-04T23:31:13.747Z[ host-image] Sep 04 23:31:12.573 INFO O| Sep 04 23:31:12.573 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100342026-09-04T23:31:13.754Z[ host-image] Sep 04 23:31:12.584 INFO O| Sep 04 23:31:12.584 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100352026-09-04T23:31:13.755Z[ host-image] Sep 04 23:31:12.584 INFO O| Sep 04 23:31:12.584 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100362026-09-04T23:31:13.755Z[ host-image] Sep 04 23:31:12.584 INFO O| Sep 04 23:31:12.584 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100372026-09-04T23:31:13.758Z[ host-image] Sep 04 23:31:12.584 INFO O| Sep 04 23:31:12.584 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100382026-09-04T23:31:13.758Z[ host-image] Sep 04 23:31:12.584 INFO O| Sep 04 23:31:12.584 INFO ok!
100392026-09-04T23:31:13.758Z[ host-image] Sep 04 23:31:12.584 INFO O| Sep 04 23:31:12.584 INFO STEP 64 (ensure_file) COMPLETE
100402026-09-04T23:31:13.758Z[ host-image] Sep 04 23:31:12.584 INFO O| Sep 04 23:31:12.584 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100412026-09-04T23:31:13.764Z[ host-image] Sep 04 23:31:12.595 INFO O| Sep 04 23:31:12.594 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100422026-09-04T23:31:13.765Z[ host-image] Sep 04 23:31:12.595 INFO O| Sep 04 23:31:12.594 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100432026-09-04T23:31:13.768Z[ host-image] Sep 04 23:31:12.595 INFO O| Sep 04 23:31:12.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100442026-09-04T23:31:13.769Z[ host-image] Sep 04 23:31:12.595 INFO O| Sep 04 23:31:12.595 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100452026-09-04T23:31:13.769Z[ host-image] Sep 04 23:31:12.595 INFO O| Sep 04 23:31:12.595 INFO ok!
100462026-09-04T23:31:13.769Z[ host-image] Sep 04 23:31:12.595 INFO O| Sep 04 23:31:12.595 INFO STEP 65 (ensure_file) COMPLETE
100472026-09-04T23:31:13.769Z[ host-image] Sep 04 23:31:12.595 INFO O| Sep 04 23:31:12.595 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100482026-09-04T23:31:13.775Z[ host-image] Sep 04 23:31:12.605 INFO O| Sep 04 23:31:12.605 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100492026-09-04T23:31:13.775Z[ host-image] Sep 04 23:31:12.605 INFO O| Sep 04 23:31:12.605 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100502026-09-04T23:31:13.778Z[ host-image] Sep 04 23:31:12.605 INFO O| Sep 04 23:31:12.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100512026-09-04T23:31:13.778Z[ host-image] Sep 04 23:31:12.605 INFO O| Sep 04 23:31:12.605 INFO ok!
100522026-09-04T23:31:13.778Z[ host-image] Sep 04 23:31:12.605 INFO O| Sep 04 23:31:12.605 INFO STEP 66 (assemble_files) COMPLETE
100532026-09-04T23:31:13.778Z[ host-image] Sep 04 23:31:12.605 INFO O| Sep 04 23:31:12.605 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100542026-09-04T23:31:13.786Z[ host-image] Sep 04 23:31:12.615 INFO O| Sep 04 23:31:12.615 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100552026-09-04T23:31:13.786Z[ host-image] Sep 04 23:31:12.616 INFO O| Sep 04 23:31:12.615 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100562026-09-04T23:31:13.786Z[ host-image] Sep 04 23:31:12.616 INFO O| Sep 04 23:31:12.616 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100572026-09-04T23:31:13.789Z[ host-image] Sep 04 23:31:12.616 INFO O| Sep 04 23:31:12.616 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100582026-09-04T23:31:13.790Z[ host-image] Sep 04 23:31:12.616 INFO O| Sep 04 23:31:12.616 INFO ok!
100592026-09-04T23:31:13.790Z[ host-image] Sep 04 23:31:12.616 INFO O| Sep 04 23:31:12.616 INFO STEP 67 (ensure_file) COMPLETE
100602026-09-04T23:31:13.790Z[ host-image] Sep 04 23:31:12.616 INFO O| Sep 04 23:31:12.616 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100612026-09-04T23:31:13.796Z[ host-image] Sep 04 23:31:12.626 INFO O| Sep 04 23:31:12.626 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100622026-09-04T23:31:13.796Z[ host-image] Sep 04 23:31:12.626 INFO O| Sep 04 23:31:12.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100632026-09-04T23:31:13.796Z[ host-image] Sep 04 23:31:12.626 INFO O| Sep 04 23:31:12.626 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100642026-09-04T23:31:13.800Z[ host-image] Sep 04 23:31:12.626 INFO O| Sep 04 23:31:12.626 INFO STEP 68 (ensure_dir) COMPLETE
100652026-09-04T23:31:13.800Z[ host-image] Sep 04 23:31:12.626 INFO O| Sep 04 23:31:12.626 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100662026-09-04T23:31:13.807Z[ host-image] Sep 04 23:31:12.637 INFO O| Sep 04 23:31:12.637 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100672026-09-04T23:31:13.807Z[ host-image] Sep 04 23:31:12.637 INFO O| Sep 04 23:31:12.637 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 ...
100682026-09-04T23:31:13.819Z[ host-image] Sep 04 23:31:12.648 INFO O| Sep 04 23:31:12.648 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
100692026-09-04T23:31:13.819Z[ host-image] Sep 04 23:31:12.649 INFO O| Sep 04 23:31:12.648 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100702026-09-04T23:31:13.819Z[ host-image] Sep 04 23:31:12.649 INFO O| Sep 04 23:31:12.648 INFO ok!
100712026-09-04T23:31:13.819Z[ host-image] Sep 04 23:31:12.649 INFO O| Sep 04 23:31:12.648 INFO STEP 69 (ensure_file) COMPLETE
100722026-09-04T23:31:13.823Z[ host-image] Sep 04 23:31:12.649 INFO O| Sep 04 23:31:12.648 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100732026-09-04T23:31:13.834Z[ host-image] Sep 04 23:31:12.660 INFO O| Sep 04 23:31:12.660 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100742026-09-04T23:31:13.834Z[ host-image] Sep 04 23:31:12.660 INFO O| Sep 04 23:31:12.660 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 ...
100752026-09-04T23:31:13.835Z[ host-image] Sep 04 23:31:12.660 INFO O| Sep 04 23:31:12.660 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
100762026-09-04T23:31:13.838Z[ host-image] Sep 04 23:31:12.660 INFO O| Sep 04 23:31:12.660 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100772026-09-04T23:31:13.838Z[ host-image] Sep 04 23:31:12.660 INFO O| Sep 04 23:31:12.660 INFO ok!
100782026-09-04T23:31:13.839Z[ host-image] Sep 04 23:31:12.660 INFO O| Sep 04 23:31:12.660 INFO STEP 70 (ensure_file) COMPLETE
100792026-09-04T23:31:13.839Z[ host-image] Sep 04 23:31:12.660 INFO O| Sep 04 23:31:12.660 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100802026-09-04T23:31:13.846Z[ host-image] Sep 04 23:31:12.675 INFO O| Sep 04 23:31:12.675 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100812026-09-04T23:31:13.846Z[ host-image] Sep 04 23:31:12.675 INFO O| Sep 04 23:31:12.675 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100822026-09-04T23:31:14.175Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
100832026-09-04T23:31:15.780Z[ host-image] Sep 04 23:31:14.609 INFO O| Sep 04 23:31:14.609 INFO STEP 71 (pack_tar) COMPLETE
100842026-09-04T23:31:15.780Z[ host-image] Sep 04 23:31:14.610 INFO O| Sep 04 23:31:14.609 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100852026-09-04T23:31:15.780Z[ host-image] Sep 04 23:31:14.610 INFO O| Sep 04 23:31:14.609 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100862026-09-04T23:31:16.694Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
100872026-09-04T23:31:16.954Z[ host-image] Sep 04 23:31:15.777 INFO O| Sep 04 23:31:15.777 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100882026-09-04T23:31:17.618Z[ host-image] Sep 04 23:31:16.446 INFO O| Sep 04 23:31:16.446 INFO completed processing sled/ramdisk-02-trim
100892026-09-04T23:31:17.649Z[ host-image] Sep 04 23:31:16.449 INFO image builder template: zfs...
100902026-09-04T23:31:17.649Z[ host-image] Sep 04 23:31:16.449 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/.tmpaRJXye/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
100912026-09-04T23:31:17.670Z[ host-image] Sep 04 23:31:16.493 INFO O| Sep 04 23:31:16.493 INFO skip include "stress" because feature "stress" is not enabled
100922026-09-04T23:31:17.670Z[ host-image] Sep 04 23:31:16.493 INFO O| Sep 04 23:31:16.493 INFO skip include "stress" because feature "compliance" is not enabled
100932026-09-04T23:31:17.743Z[ host-image] Sep 04 23:31:16.573 INFO O| Sep 04 23:31:16.573 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
100942026-09-04T23:31:17.752Z[ host-image] Sep 04 23:31:16.577 INFO O| Sep 04 23:31:16.577 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
100952026-09-04T23:31:18.200Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
100962026-09-04T23:31:19.224Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
100972026-09-04T23:31:19.840Z[ host-image] Sep 04 23:31:18.669 INFO O| Sep 04 23:31:18.669 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
100982026-09-04T23:31:20.754Z[ host-image] Sep 04 23:31:19.583 INFO O| Sep 04 23:31:19.583 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
100992026-09-04T23:31:20.755Z[ host-image] Sep 04 23:31:19.583 INFO O| Sep 04 23:31:19.583 INFO work dataset: rpool/images/build/host/work/sled/zfs
101002026-09-04T23:31:20.770Z[ host-image] Sep 04 23:31:19.588 INFO O| Sep 04 23:31:19.587 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101012026-09-04T23:31:22.067Z[ host-image] Sep 04 23:31:20.858 INFO O| Sep 04 23:31:20.858 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101022026-09-04T23:31:22.272Z[ host-image] Sep 04 23:31:21.101 INFO O| Sep 04 23:31:21.101 INFO DESTROY POOL: TEMPORARY-sled-zfs
101032026-09-04T23:31:22.282Z[ host-image] Sep 04 23:31:21.111 INFO O| Sep 04 23:31:21.111 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101042026-09-04T23:31:22.287Z[ host-image] Sep 04 23:31:21.117 INFO O| Sep 04 23:31:21.117 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101052026-09-04T23:31:22.287Z[ host-image] Sep 04 23:31:21.117 INFO O| Sep 04 23:31:21.117 INFO no lofi found
101062026-09-04T23:31:22.287Z[ host-image] Sep 04 23:31:21.117 INFO O| Sep 04 23:31:21.117 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101072026-09-04T23:31:22.287Z[ host-image] Sep 04 23:31:21.117 INFO O| Sep 04 23:31:21.117 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101082026-09-04T23:31:24.171Z[ host-image] Sep 04 23:31:23.001 INFO O| Sep 04 23:31:23.001 INFO lofi device = /dev/dsk/c2t1d0p0
101092026-09-04T23:31:24.171Z[ host-image] Sep 04 23:31:23.001 INFO O| Sep 04 23:31:23.001 INFO pool device = /dev/dsk/c2t1d0p0
101102026-09-04T23:31:24.174Z[ host-image] Sep 04 23:31:23.001 INFO O| Sep 04 23:31:23.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"]
101112026-09-04T23:31:24.361Z[ host-image] Sep 04 23:31:23.191 INFO O| Sep 04 23:31:23.191 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101122026-09-04T23:31:24.361Z[ host-image] Sep 04 23:31:23.191 INFO O| Sep 04 23:31:23.191 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101132026-09-04T23:31:24.383Z[ host-image] Sep 04 23:31:23.213 INFO O| Sep 04 23:31:23.213 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101142026-09-04T23:31:24.467Z[ host-image] Sep 04 23:31:23.297 INFO O| Sep 04 23:31:23.297 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101152026-09-04T23:31:24.548Z[ host-image] Sep 04 23:31:23.330 INFO O| Sep 04 23:31:23.330 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101162026-09-04T23:31:24.548Z[ host-image] Sep 04 23:31:23.347 INFO O| Sep 04 23:31:23.347 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101172026-09-04T23:31:24.548Z[ host-image] Sep 04 23:31:23.360 INFO O| Sep 04 23:31:23.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101182026-09-04T23:31:24.569Z[ host-image] Sep 04 23:31:23.397 INFO O| Sep 04 23:31:23.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101192026-09-04T23:31:24.570Z[ host-image] Sep 04 23:31:23.397 INFO O| Sep 04 23:31:23.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101202026-09-04T23:31:24.570Z[ host-image] Sep 04 23:31:23.397 INFO O| Sep 04 23:31:23.397 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101212026-09-04T23:31:24.585Z[ host-image] Sep 04 23:31:23.404 INFO O| Sep 04 23:31:23.404 INFO boot environment UUID: b83d4b59-bc45-49e5-8f39-0eac7a5325c8
101222026-09-04T23:31:24.585Z[ host-image] Sep 04 23:31:23.404 INFO O| Sep 04 23:31:23.404 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b83d4b59-bc45-49e5-8f39-0eac7a5325c8
101232026-09-04T23:31:24.588Z[ host-image] Sep 04 23:31:23.416 INFO O| Sep 04 23:31:23.416 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101242026-09-04T23:31:24.603Z[ host-image] Sep 04 23:31:23.433 INFO O| Sep 04 23:31:23.432 INFO STEP 0 (create_be) COMPLETE
101252026-09-04T23:31:24.603Z[ host-image] Sep 04 23:31:23.433 INFO O| Sep 04 23:31:23.433 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101262026-09-04T23:31:24.617Z[ host-image] Sep 04 23:31:23.447 INFO O| Sep 04 23:31:23.447 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101272026-09-04T23:31:27.592Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
101282026-09-04T23:31:34.685Z[ host-image] Sep 04 23:31:33.515 INFO O| Sep 04 23:31:33.515 INFO STEP 1 (unpack_tar) COMPLETE
101292026-09-04T23:31:34.685Z[ host-image] Sep 04 23:31:33.515 INFO O| Sep 04 23:31:33.515 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101302026-09-04T23:31:34.695Z[ host-image] Sep 04 23:31:33.525 INFO O| Sep 04 23:31:33.525 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101312026-09-04T23:31:35.086Z[ host-image] Sep 04 23:31:33.916 INFO O| Sep 04 23:31:33.916 INFO STEP 2 (devfsadm) COMPLETE
101322026-09-04T23:31:35.086Z[ host-image] Sep 04 23:31:33.916 INFO O| Sep 04 23:31:33.916 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101332026-09-04T23:31:35.097Z[ host-image] Sep 04 23:31:33.927 INFO O| Sep 04 23:31:33.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101342026-09-04T23:31:35.097Z[ host-image] Sep 04 23:31:33.927 INFO O| Sep 04 23:31:33.927 INFO STEP 3 (ensure_dir) COMPLETE
101352026-09-04T23:31:35.097Z[ host-image] Sep 04 23:31:33.927 INFO O| Sep 04 23:31:33.927 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101362026-09-04T23:31:35.106Z[ host-image] Sep 04 23:31:33.936 INFO O| Sep 04 23:31:33.936 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101372026-09-04T23:31:35.106Z[ host-image] Sep 04 23:31:33.936 INFO O| Sep 04 23:31:33.936 INFO STEP 4 (ensure_dir) COMPLETE
101382026-09-04T23:31:35.108Z[ host-image] Sep 04 23:31:33.936 INFO O| Sep 04 23:31:33.936 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101392026-09-04T23:31:35.114Z[ host-image] Sep 04 23:31:33.944 INFO O| Sep 04 23:31:33.944 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101402026-09-04T23:31:35.114Z[ host-image] Sep 04 23:31:33.944 INFO O| Sep 04 23:31:33.944 INFO STEP 5 (ensure_dir) COMPLETE
101412026-09-04T23:31:35.116Z[ host-image] Sep 04 23:31:33.944 INFO O| Sep 04 23:31:33.944 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101422026-09-04T23:31:35.122Z[ host-image] Sep 04 23:31:33.952 INFO O| Sep 04 23:31:33.952 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101432026-09-04T23:31:35.122Z[ host-image] Sep 04 23:31:33.952 INFO O| Sep 04 23:31:33.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101442026-09-04T23:31:35.122Z[ host-image] Sep 04 23:31:33.952 INFO O| Sep 04 23:31:33.952 INFO STEP 6 (ensure_dir) COMPLETE
101452026-09-04T23:31:35.122Z[ host-image] Sep 04 23:31:33.952 INFO O| Sep 04 23:31:33.952 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101462026-09-04T23:31:35.130Z[ host-image] Sep 04 23:31:33.961 INFO O| Sep 04 23:31:33.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101472026-09-04T23:31:35.130Z[ host-image] Sep 04 23:31:33.961 INFO O| Sep 04 23:31:33.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101482026-09-04T23:31:35.134Z[ host-image] Sep 04 23:31:33.961 INFO O| Sep 04 23:31:33.961 INFO STEP 7 (ensure_dir) COMPLETE
101492026-09-04T23:31:35.134Z[ host-image] Sep 04 23:31:33.961 INFO O| Sep 04 23:31:33.961 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101502026-09-04T23:31:35.138Z[ host-image] Sep 04 23:31:33.969 INFO O| Sep 04 23:31:33.969 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101512026-09-04T23:31:35.141Z[ host-image] Sep 04 23:31:33.969 INFO O| Sep 04 23:31:33.969 INFO STEP 8 (remove_files) COMPLETE
101522026-09-04T23:31:35.141Z[ host-image] Sep 04 23:31:33.969 INFO O| Sep 04 23:31:33.969 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101532026-09-04T23:31:35.147Z[ host-image] Sep 04 23:31:33.978 INFO O| Sep 04 23:31:33.978 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101542026-09-04T23:31:35.150Z[ host-image] Sep 04 23:31:33.978 INFO O| Sep 04 23:31:33.978 INFO STEP 9 (remove_files) COMPLETE
101552026-09-04T23:31:35.150Z[ host-image] Sep 04 23:31:33.978 INFO O| Sep 04 23:31:33.978 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101562026-09-04T23:31:35.157Z[ host-image] Sep 04 23:31:33.987 INFO O| Sep 04 23:31:33.987 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101572026-09-04T23:31:35.160Z[ host-image] Sep 04 23:31:33.988 INFO O| Sep 04 23:31:33.987 INFO STEP 10 (remove_files) COMPLETE
101582026-09-04T23:31:35.160Z[ host-image] Sep 04 23:31:33.988 INFO O| Sep 04 23:31:33.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101592026-09-04T23:31:35.164Z[ host-image] Sep 04 23:31:33.995 INFO O| Sep 04 23:31:33.995 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101602026-09-04T23:31:35.167Z[ host-image] Sep 04 23:31:33.995 INFO O| Sep 04 23:31:33.995 INFO STEP 11 (remove_files) COMPLETE
101612026-09-04T23:31:35.167Z[ host-image] Sep 04 23:31:33.995 INFO O| Sep 04 23:31:33.995 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101622026-09-04T23:31:35.173Z[ host-image] Sep 04 23:31:34.004 INFO O| Sep 04 23:31:34.004 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101632026-09-04T23:31:35.174Z[ host-image] Sep 04 23:31:34.004 INFO O| Sep 04 23:31:34.004 INFO STEP 12 (remove_files) COMPLETE
101642026-09-04T23:31:35.176Z[ host-image] Sep 04 23:31:34.004 INFO O| Sep 04 23:31:34.004 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101652026-09-04T23:31:35.182Z[ host-image] Sep 04 23:31:34.012 INFO O| Sep 04 23:31:34.012 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101662026-09-04T23:31:35.182Z[ host-image] Sep 04 23:31:34.012 INFO O| Sep 04 23:31:34.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101672026-09-04T23:31:35.184Z[ host-image] Sep 04 23:31:34.012 INFO O| Sep 04 23:31:34.012 INFO STEP 13 (ensure_dir) COMPLETE
101682026-09-04T23:31:35.185Z[ host-image] Sep 04 23:31:34.012 INFO O| Sep 04 23:31:34.012 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101692026-09-04T23:31:35.191Z[ host-image] Sep 04 23:31:34.022 INFO O| Sep 04 23:31:34.022 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101702026-09-04T23:31:35.191Z[ host-image] Sep 04 23:31:34.022 INFO O| Sep 04 23:31:34.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101712026-09-04T23:31:35.191Z[ host-image] Sep 04 23:31:34.022 INFO O| Sep 04 23:31:34.022 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101722026-09-04T23:31:35.194Z[ host-image] Sep 04 23:31:34.022 INFO O| Sep 04 23:31:34.022 INFO STEP 14 (ensure_dir) COMPLETE
101732026-09-04T23:31:35.195Z[ host-image] Sep 04 23:31:34.022 INFO O| Sep 04 23:31:34.022 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101742026-09-04T23:31:35.201Z[ host-image] Sep 04 23:31:34.031 INFO O| Sep 04 23:31:34.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101752026-09-04T23:31:35.204Z[ host-image] Sep 04 23:31:34.031 INFO O| Sep 04 23:31:34.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101762026-09-04T23:31:35.204Z[ host-image] Sep 04 23:31:34.032 INFO O| Sep 04 23:31:34.031 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101772026-09-04T23:31:35.204Z[ host-image] Sep 04 23:31:34.032 INFO O| Sep 04 23:31:34.031 INFO STEP 15 (ensure_dir) COMPLETE
101782026-09-04T23:31:35.204Z[ host-image] Sep 04 23:31:34.032 INFO O| Sep 04 23:31:34.032 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101792026-09-04T23:31:35.211Z[ host-image] Sep 04 23:31:34.041 INFO O| Sep 04 23:31:34.041 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101802026-09-04T23:31:35.211Z[ host-image] Sep 04 23:31:34.041 INFO O| Sep 04 23:31:34.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101812026-09-04T23:31:35.227Z[ host-image] Sep 04 23:31:34.041 INFO O| Sep 04 23:31:34.041 INFO STEP 16 (ensure_dir) COMPLETE
101822026-09-04T23:31:35.227Z[ host-image] Sep 04 23:31:34.041 INFO O| Sep 04 23:31:34.041 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101832026-09-04T23:31:35.227Z[ host-image] Sep 04 23:31:34.051 INFO O| Sep 04 23:31:34.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101842026-09-04T23:31:35.227Z[ host-image] Sep 04 23:31:34.051 INFO O| Sep 04 23:31:34.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101852026-09-04T23:31:35.227Z[ host-image] Sep 04 23:31:34.051 INFO O| Sep 04 23:31:34.051 INFO STEP 17 (ensure_dir) COMPLETE
101862026-09-04T23:31:35.227Z[ host-image] Sep 04 23:31:34.051 INFO O| Sep 04 23:31:34.051 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101872026-09-04T23:31:35.231Z[ host-image] Sep 04 23:31:34.061 INFO O| Sep 04 23:31:34.060 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101882026-09-04T23:31:35.231Z[ host-image] Sep 04 23:31:34.061 INFO O| Sep 04 23:31:34.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101892026-09-04T23:31:35.231Z[ host-image] Sep 04 23:31:34.061 INFO O| Sep 04 23:31:34.061 INFO ok!
101902026-09-04T23:31:35.231Z[ host-image] Sep 04 23:31:34.061 INFO O| Sep 04 23:31:34.061 INFO STEP 18 (ensure_symlink) COMPLETE
101912026-09-04T23:31:35.231Z[ host-image] Sep 04 23:31:34.061 INFO O| Sep 04 23:31:34.061 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101922026-09-04T23:31:35.240Z[ host-image] Sep 04 23:31:34.071 INFO O| Sep 04 23:31:34.071 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
101932026-09-04T23:31:35.240Z[ host-image] Sep 04 23:31:34.071 INFO O| Sep 04 23:31:34.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
101942026-09-04T23:31:35.244Z[ host-image] Sep 04 23:31:34.071 INFO O| Sep 04 23:31:34.071 INFO ok!
101952026-09-04T23:31:35.244Z[ host-image] Sep 04 23:31:34.071 INFO O| Sep 04 23:31:34.071 INFO STEP 19 (ensure_file) COMPLETE
101962026-09-04T23:31:35.244Z[ host-image] Sep 04 23:31:34.071 INFO O| Sep 04 23:31:34.071 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
101972026-09-04T23:31:35.250Z[ host-image] Sep 04 23:31:34.080 INFO O| Sep 04 23:31:34.080 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
101982026-09-04T23:31:35.250Z[ host-image] Sep 04 23:31:34.080 INFO O| Sep 04 23:31:34.080 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
101992026-09-04T23:31:35.255Z[ host-image] Sep 04 23:31:34.080 INFO O| Sep 04 23:31:34.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102002026-09-04T23:31:35.255Z[ host-image] Sep 04 23:31:34.080 INFO O| Sep 04 23:31:34.080 INFO ok!
102012026-09-04T23:31:35.255Z[ host-image] Sep 04 23:31:34.080 INFO O| Sep 04 23:31:34.080 INFO STEP 20 (ensure_symlink) COMPLETE
102022026-09-04T23:31:35.255Z[ host-image] Sep 04 23:31:34.080 INFO O| Sep 04 23:31:34.080 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102032026-09-04T23:31:35.261Z[ host-image] Sep 04 23:31:34.091 INFO O| Sep 04 23:31:34.091 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102042026-09-04T23:31:35.261Z[ host-image] Sep 04 23:31:34.091 INFO O| Sep 04 23:31:34.091 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102052026-09-04T23:31:35.261Z[ host-image] Sep 04 23:31:34.091 INFO O| Sep 04 23:31:34.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102062026-09-04T23:31:35.263Z[ host-image] Sep 04 23:31:34.091 INFO O| Sep 04 23:31:34.091 INFO ok!
102072026-09-04T23:31:35.264Z[ host-image] Sep 04 23:31:34.091 INFO O| Sep 04 23:31:34.091 INFO STEP 21 (ensure_symlink) COMPLETE
102082026-09-04T23:31:35.264Z[ host-image] Sep 04 23:31:34.091 INFO O| Sep 04 23:31:34.091 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102092026-09-04T23:31:35.269Z[ host-image] Sep 04 23:31:34.099 INFO O| Sep 04 23:31:34.099 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102102026-09-04T23:31:35.269Z[ host-image] Sep 04 23:31:34.099 INFO O| Sep 04 23:31:34.099 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102112026-09-04T23:31:35.272Z[ host-image] Sep 04 23:31:34.099 INFO O| Sep 04 23:31:34.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102122026-09-04T23:31:35.272Z[ host-image] Sep 04 23:31:34.099 INFO O| Sep 04 23:31:34.099 INFO ok!
102132026-09-04T23:31:35.272Z[ host-image] Sep 04 23:31:34.099 INFO O| Sep 04 23:31:34.099 INFO STEP 22 (ensure_symlink) COMPLETE
102142026-09-04T23:31:35.272Z[ host-image] Sep 04 23:31:34.099 INFO O| Sep 04 23:31:34.099 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102152026-09-04T23:31:35.280Z[ host-image] Sep 04 23:31:34.110 INFO O| Sep 04 23:31:34.109 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102162026-09-04T23:31:35.280Z[ host-image] Sep 04 23:31:34.110 INFO O| Sep 04 23:31:34.110 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102172026-09-04T23:31:35.280Z[ host-image] Sep 04 23:31:34.110 INFO O| Sep 04 23:31:34.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102182026-09-04T23:31:35.283Z[ host-image] Sep 04 23:31:34.110 INFO O| Sep 04 23:31:34.110 INFO ok!
102192026-09-04T23:31:35.283Z[ host-image] Sep 04 23:31:34.110 INFO O| Sep 04 23:31:34.110 INFO STEP 23 (ensure_symlink) COMPLETE
102202026-09-04T23:31:35.283Z[ host-image] Sep 04 23:31:34.110 INFO O| Sep 04 23:31:34.110 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102212026-09-04T23:31:35.290Z[ host-image] Sep 04 23:31:34.120 INFO O| Sep 04 23:31:34.120 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102222026-09-04T23:31:35.290Z[ host-image] Sep 04 23:31:34.120 INFO O| Sep 04 23:31:34.120 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102232026-09-04T23:31:35.293Z[ host-image] Sep 04 23:31:34.120 INFO O| Sep 04 23:31:34.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102242026-09-04T23:31:35.293Z[ host-image] Sep 04 23:31:34.120 INFO O| Sep 04 23:31:34.120 INFO ok!
102252026-09-04T23:31:35.293Z[ host-image] Sep 04 23:31:34.120 INFO O| Sep 04 23:31:34.120 INFO STEP 24 (ensure_file) COMPLETE
102262026-09-04T23:31:35.293Z[ host-image] Sep 04 23:31:34.120 INFO O| Sep 04 23:31:34.120 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102272026-09-04T23:31:35.299Z[ host-image] Sep 04 23:31:34.129 INFO O| Sep 04 23:31:34.129 INFO updating shadow file
102282026-09-04T23:31:35.302Z[ host-image] Sep 04 23:31:34.130 INFO O| Sep 04 23:31:34.130 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102292026-09-04T23:31:35.302Z[ host-image] Sep 04 23:31:34.130 INFO O| Sep 04 23:31:34.130 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102302026-09-04T23:31:35.302Z[ host-image] Sep 04 23:31:34.130 INFO O| Sep 04 23:31:34.130 INFO STEP 25 (shadow) COMPLETE
102312026-09-04T23:31:35.302Z[ host-image] Sep 04 23:31:34.130 INFO O| Sep 04 23:31:34.130 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102322026-09-04T23:31:35.310Z[ host-image] Sep 04 23:31:34.140 INFO O| Sep 04 23:31:34.140 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102332026-09-04T23:31:35.310Z[ host-image] Sep 04 23:31:34.140 INFO O| Sep 04 23:31:34.140 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102342026-09-04T23:31:35.310Z[ host-image] Sep 04 23:31:34.140 INFO O| Sep 04 23:31:34.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102352026-09-04T23:31:35.310Z[ host-image] Sep 04 23:31:34.140 INFO O| Sep 04 23:31:34.140 INFO ok!
102362026-09-04T23:31:35.314Z[ host-image] Sep 04 23:31:34.140 INFO O| Sep 04 23:31:34.140 INFO STEP 26 (ensure_file) COMPLETE
102372026-09-04T23:31:35.314Z[ host-image] Sep 04 23:31:34.140 INFO O| Sep 04 23:31:34.140 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102382026-09-04T23:31:35.320Z[ host-image] Sep 04 23:31:34.150 INFO O| Sep 04 23:31:34.150 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102392026-09-04T23:31:35.320Z[ host-image] Sep 04 23:31:34.150 INFO O| Sep 04 23:31:34.150 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102402026-09-04T23:31:35.323Z[ host-image] Sep 04 23:31:34.150 INFO O| Sep 04 23:31:34.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102412026-09-04T23:31:35.323Z[ host-image] Sep 04 23:31:34.150 INFO O| Sep 04 23:31:34.150 INFO ok!
102422026-09-04T23:31:35.323Z[ host-image] Sep 04 23:31:34.150 INFO O| Sep 04 23:31:34.150 INFO STEP 27 (ensure_file) COMPLETE
102432026-09-04T23:31:35.323Z[ host-image] Sep 04 23:31:34.150 INFO O| Sep 04 23:31:34.150 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102442026-09-04T23:31:35.330Z[ host-image] Sep 04 23:31:34.160 INFO O| Sep 04 23:31:34.160 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102452026-09-04T23:31:35.330Z[ host-image] Sep 04 23:31:34.160 INFO O| Sep 04 23:31:34.160 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102462026-09-04T23:31:35.333Z[ host-image] Sep 04 23:31:34.160 INFO O| Sep 04 23:31:34.160 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102472026-09-04T23:31:35.333Z[ host-image] Sep 04 23:31:34.160 INFO O| Sep 04 23:31:34.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102482026-09-04T23:31:35.333Z[ host-image] Sep 04 23:31:34.160 INFO O| Sep 04 23:31:34.160 INFO ok!
102492026-09-04T23:31:35.333Z[ host-image] Sep 04 23:31:34.160 INFO O| Sep 04 23:31:34.160 INFO STEP 28 (ensure_file) COMPLETE
102502026-09-04T23:31:35.333Z[ host-image] Sep 04 23:31:34.160 INFO O| Sep 04 23:31:34.160 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102512026-09-04T23:31:35.338Z[ host-image] Sep 04 23:31:34.169 INFO O| Sep 04 23:31:34.169 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102522026-09-04T23:31:35.339Z[ host-image] Sep 04 23:31:34.169 INFO O| Sep 04 23:31:34.169 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102532026-09-04T23:31:35.342Z[ host-image] Sep 04 23:31:34.169 INFO O| Sep 04 23:31:34.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102542026-09-04T23:31:35.342Z[ host-image] Sep 04 23:31:34.169 INFO O| Sep 04 23:31:34.169 INFO ok!
102552026-09-04T23:31:35.342Z[ host-image] Sep 04 23:31:34.169 INFO O| Sep 04 23:31:34.169 INFO STEP 29 (ensure_file) COMPLETE
102562026-09-04T23:31:35.342Z[ host-image] Sep 04 23:31:34.169 INFO O| Sep 04 23:31:34.169 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102572026-09-04T23:31:35.349Z[ host-image] Sep 04 23:31:34.179 INFO O| Sep 04 23:31:34.179 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102582026-09-04T23:31:35.349Z[ host-image] Sep 04 23:31:34.179 INFO O| Sep 04 23:31:34.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102592026-09-04T23:31:35.349Z[ host-image] Sep 04 23:31:34.179 INFO O| Sep 04 23:31:34.179 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102602026-09-04T23:31:35.352Z[ host-image] Sep 04 23:31:34.179 INFO O| Sep 04 23:31:34.179 INFO STEP 30 (ensure_dir) COMPLETE
102612026-09-04T23:31:35.352Z[ host-image] Sep 04 23:31:34.179 INFO O| Sep 04 23:31:34.179 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102622026-09-04T23:31:35.359Z[ host-image] Sep 04 23:31:34.189 INFO O| Sep 04 23:31:34.189 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102632026-09-04T23:31:35.359Z[ host-image] Sep 04 23:31:34.189 INFO O| Sep 04 23:31:34.189 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
102642026-09-04T23:31:35.362Z[ host-image] Sep 04 23:31:34.189 INFO O| Sep 04 23:31:34.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102652026-09-04T23:31:35.362Z[ host-image] Sep 04 23:31:34.189 INFO O| Sep 04 23:31:34.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102662026-09-04T23:31:35.362Z[ host-image] Sep 04 23:31:34.189 INFO O| Sep 04 23:31:34.189 INFO ok!
102672026-09-04T23:31:35.362Z[ host-image] Sep 04 23:31:34.189 INFO O| Sep 04 23:31:34.189 INFO STEP 31 (ensure_file) COMPLETE
102682026-09-04T23:31:35.362Z[ host-image] Sep 04 23:31:34.189 INFO O| Sep 04 23:31:34.189 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102692026-09-04T23:31:35.369Z[ host-image] Sep 04 23:31:34.199 INFO O| Sep 04 23:31:34.199 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102702026-09-04T23:31:35.369Z[ host-image] Sep 04 23:31:34.199 INFO O| Sep 04 23:31:34.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102712026-09-04T23:31:35.369Z[ host-image] Sep 04 23:31:34.199 INFO O| Sep 04 23:31:34.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102722026-09-04T23:31:35.372Z[ host-image] Sep 04 23:31:34.199 INFO O| Sep 04 23:31:34.199 INFO STEP 32 (ensure_dir) COMPLETE
102732026-09-04T23:31:35.372Z[ host-image] Sep 04 23:31:34.199 INFO O| Sep 04 23:31:34.199 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102742026-09-04T23:31:35.378Z[ host-image] Sep 04 23:31:34.209 INFO O| Sep 04 23:31:34.209 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102752026-09-04T23:31:35.378Z[ host-image] Sep 04 23:31:34.209 INFO O| Sep 04 23:31:34.209 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 ...
102762026-09-04T23:31:35.381Z[ host-image] Sep 04 23:31:34.209 INFO O| Sep 04 23:31:34.209 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
102772026-09-04T23:31:35.381Z[ host-image] Sep 04 23:31:34.209 INFO O| Sep 04 23:31:34.209 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102782026-09-04T23:31:35.381Z[ host-image] Sep 04 23:31:34.209 INFO O| Sep 04 23:31:34.209 INFO ok!
102792026-09-04T23:31:35.381Z[ host-image] Sep 04 23:31:34.209 INFO O| Sep 04 23:31:34.209 INFO STEP 33 (ensure_file) COMPLETE
102802026-09-04T23:31:35.381Z[ host-image] Sep 04 23:31:34.209 INFO O| Sep 04 23:31:34.209 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102812026-09-04T23:31:35.387Z[ host-image] Sep 04 23:31:34.218 INFO O| Sep 04 23:31:34.218 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102822026-09-04T23:31:35.387Z[ host-image] Sep 04 23:31:34.218 INFO O| Sep 04 23:31:34.218 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102832026-09-04T23:31:35.387Z[ host-image] Sep 04 23:31:34.218 INFO O| Sep 04 23:31:34.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102842026-09-04T23:31:35.391Z[ host-image] Sep 04 23:31:34.218 INFO O| Sep 04 23:31:34.218 INFO ok!
102852026-09-04T23:31:35.391Z[ host-image] Sep 04 23:31:34.218 INFO O| Sep 04 23:31:34.218 INFO STEP 34 (ensure_file) COMPLETE
102862026-09-04T23:31:35.391Z[ host-image] Sep 04 23:31:34.218 INFO O| Sep 04 23:31:34.218 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102872026-09-04T23:31:35.396Z[ host-image] Sep 04 23:31:34.227 INFO O| Sep 04 23:31:34.226 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102882026-09-04T23:31:35.396Z[ host-image] Sep 04 23:31:34.227 INFO O| Sep 04 23:31:34.227 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102892026-09-04T23:31:35.400Z[ host-image] Sep 04 23:31:34.227 INFO O| Sep 04 23:31:34.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102902026-09-04T23:31:35.400Z[ host-image] Sep 04 23:31:34.227 INFO O| Sep 04 23:31:34.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102912026-09-04T23:31:35.400Z[ host-image] Sep 04 23:31:34.227 INFO O| Sep 04 23:31:34.227 INFO ok!
102922026-09-04T23:31:35.400Z[ host-image] Sep 04 23:31:34.227 INFO O| Sep 04 23:31:34.227 INFO STEP 35 (ensure_file) COMPLETE
102932026-09-04T23:31:35.400Z[ host-image] Sep 04 23:31:34.227 INFO O| Sep 04 23:31:34.227 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102942026-09-04T23:31:35.407Z[ host-image] Sep 04 23:31:34.237 INFO O| Sep 04 23:31:34.237 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
102952026-09-04T23:31:35.407Z[ host-image] Sep 04 23:31:34.237 INFO O| Sep 04 23:31:34.237 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
102962026-09-04T23:31:35.410Z[ host-image] Sep 04 23:31:34.237 INFO O| Sep 04 23:31:34.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
102972026-09-04T23:31:35.410Z[ host-image] Sep 04 23:31:34.237 INFO O| Sep 04 23:31:34.237 INFO ok!
102982026-09-04T23:31:35.410Z[ host-image] Sep 04 23:31:34.237 INFO O| Sep 04 23:31:34.237 INFO STEP 36 (ensure_file) COMPLETE
102992026-09-04T23:31:35.410Z[ host-image] Sep 04 23:31:34.237 INFO O| Sep 04 23:31:34.237 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103002026-09-04T23:31:35.416Z[ host-image] Sep 04 23:31:34.246 INFO O| Sep 04 23:31:34.246 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103012026-09-04T23:31:35.416Z[ host-image] Sep 04 23:31:34.246 INFO O| Sep 04 23:31:34.246 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103022026-09-04T23:31:35.419Z[ host-image] Sep 04 23:31:34.246 INFO O| Sep 04 23:31:34.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103032026-09-04T23:31:35.419Z[ host-image] Sep 04 23:31:34.246 INFO O| Sep 04 23:31:34.246 INFO ok!
103042026-09-04T23:31:35.419Z[ host-image] Sep 04 23:31:34.246 INFO O| Sep 04 23:31:34.246 INFO STEP 37 (ensure_file) COMPLETE
103052026-09-04T23:31:35.419Z[ host-image] Sep 04 23:31:34.246 INFO O| Sep 04 23:31:34.246 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103062026-09-04T23:31:35.426Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103072026-09-04T23:31:35.426Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103082026-09-04T23:31:35.429Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103092026-09-04T23:31:35.429Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103102026-09-04T23:31:35.429Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103112026-09-04T23:31:35.429Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103122026-09-04T23:31:35.429Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO ok!
103132026-09-04T23:31:35.429Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO STEP 38 (ensure_file) COMPLETE
103142026-09-04T23:31:35.429Z[ host-image] Sep 04 23:31:34.256 INFO O| Sep 04 23:31:34.256 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103152026-09-04T23:31:35.436Z[ host-image] Sep 04 23:31:34.267 INFO O| Sep 04 23:31:34.267 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103162026-09-04T23:31:35.440Z[ host-image] Sep 04 23:31:34.267 INFO O| Sep 04 23:31:34.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103172026-09-04T23:31:35.440Z[ host-image] Sep 04 23:31:34.267 INFO O| Sep 04 23:31:34.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103182026-09-04T23:31:35.440Z[ host-image] Sep 04 23:31:34.267 INFO O| Sep 04 23:31:34.267 INFO STEP 39 (ensure_dir) COMPLETE
103192026-09-04T23:31:35.440Z[ host-image] Sep 04 23:31:34.267 INFO O| Sep 04 23:31:34.267 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103202026-09-04T23:31:35.446Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 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
103212026-09-04T23:31:35.446Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 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 ...
103222026-09-04T23:31:35.449Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 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
103232026-09-04T23:31:35.449Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 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
103242026-09-04T23:31:35.449Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 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
103252026-09-04T23:31:35.449Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 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
103262026-09-04T23:31:35.449Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 INFO ok!
103272026-09-04T23:31:35.449Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 INFO STEP 40 (ensure_file) COMPLETE
103282026-09-04T23:31:35.449Z[ host-image] Sep 04 23:31:34.276 INFO O| Sep 04 23:31:34.276 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103292026-09-04T23:31:35.455Z[ host-image] Sep 04 23:31:34.285 INFO O| Sep 04 23:31:34.285 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103302026-09-04T23:31:35.455Z[ host-image] Sep 04 23:31:34.285 INFO O| Sep 04 23:31:34.285 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 ...
103312026-09-04T23:31:35.458Z[ host-image] Sep 04 23:31:34.285 INFO O| Sep 04 23:31:34.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103322026-09-04T23:31:35.458Z[ host-image] Sep 04 23:31:34.285 INFO O| Sep 04 23:31:34.285 INFO ok!
103332026-09-04T23:31:35.458Z[ host-image] Sep 04 23:31:34.285 INFO O| Sep 04 23:31:34.285 INFO STEP 41 (ensure_symlink) COMPLETE
103342026-09-04T23:31:35.458Z[ host-image] Sep 04 23:31:34.285 INFO O| Sep 04 23:31:34.285 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103352026-09-04T23:31:35.464Z[ host-image] Sep 04 23:31:34.294 INFO O| Sep 04 23:31:34.294 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103362026-09-04T23:31:35.464Z[ host-image] Sep 04 23:31:34.294 INFO O| Sep 04 23:31:34.294 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103372026-09-04T23:31:35.467Z[ host-image] Sep 04 23:31:34.294 INFO O| Sep 04 23:31:34.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103382026-09-04T23:31:35.467Z[ host-image] Sep 04 23:31:34.294 INFO O| Sep 04 23:31:34.294 INFO ok!
103392026-09-04T23:31:35.467Z[ host-image] Sep 04 23:31:34.294 INFO O| Sep 04 23:31:34.294 INFO STEP 42 (ensure_symlink) COMPLETE
103402026-09-04T23:31:35.467Z[ host-image] Sep 04 23:31:34.294 INFO O| Sep 04 23:31:34.294 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103412026-09-04T23:31:35.472Z[ host-image] Sep 04 23:31:34.302 INFO O| Sep 04 23:31:34.302 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103422026-09-04T23:31:35.472Z[ host-image] Sep 04 23:31:34.302 INFO O| Sep 04 23:31:34.302 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103432026-09-04T23:31:35.475Z[ host-image] Sep 04 23:31:34.303 INFO O| Sep 04 23:31:34.302 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103442026-09-04T23:31:35.475Z[ host-image] Sep 04 23:31:34.303 INFO O| Sep 04 23:31:34.303 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103452026-09-04T23:31:35.475Z[ host-image] Sep 04 23:31:34.303 INFO O| Sep 04 23:31:34.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103462026-09-04T23:31:35.475Z[ host-image] Sep 04 23:31:34.303 INFO O| Sep 04 23:31:34.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103472026-09-04T23:31:35.475Z[ host-image] Sep 04 23:31:34.303 INFO O| Sep 04 23:31:34.303 INFO ok!
103482026-09-04T23:31:35.475Z[ host-image] Sep 04 23:31:34.303 INFO O| Sep 04 23:31:34.303 INFO STEP 43 (ensure_file) COMPLETE
103492026-09-04T23:31:35.475Z[ host-image] Sep 04 23:31:34.303 INFO O| Sep 04 23:31:34.303 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103502026-09-04T23:31:35.480Z[ host-image] Sep 04 23:31:34.310 INFO O| Sep 04 23:31:34.310 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103512026-09-04T23:31:35.480Z[ host-image] Sep 04 23:31:34.310 INFO O| Sep 04 23:31:34.310 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 ...
103522026-09-04T23:31:35.483Z[ host-image] Sep 04 23:31:34.310 INFO O| Sep 04 23:31:34.310 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
103532026-09-04T23:31:35.483Z[ host-image] Sep 04 23:31:34.310 INFO O| Sep 04 23:31:34.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103542026-09-04T23:31:35.483Z[ host-image] Sep 04 23:31:34.311 INFO O| Sep 04 23:31:34.310 INFO ok!
103552026-09-04T23:31:35.483Z[ host-image] Sep 04 23:31:34.311 INFO O| Sep 04 23:31:34.310 INFO STEP 44 (ensure_file) COMPLETE
103562026-09-04T23:31:35.483Z[ host-image] Sep 04 23:31:34.311 INFO O| Sep 04 23:31:34.310 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103572026-09-04T23:31:35.490Z[ host-image] Sep 04 23:31:34.320 INFO O| Sep 04 23:31:34.320 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103582026-09-04T23:31:35.493Z[ host-image] Sep 04 23:31:34.320 INFO O| Sep 04 23:31:34.320 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103592026-09-04T23:31:35.493Z[ host-image] Sep 04 23:31:34.320 INFO O| Sep 04 23:31:34.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103602026-09-04T23:31:35.493Z[ host-image] Sep 04 23:31:34.320 INFO O| Sep 04 23:31:34.320 INFO ok!
103612026-09-04T23:31:35.493Z[ host-image] Sep 04 23:31:34.320 INFO O| Sep 04 23:31:34.320 INFO STEP 45 (ensure_file) COMPLETE
103622026-09-04T23:31:35.493Z[ host-image] Sep 04 23:31:34.320 INFO O| Sep 04 23:31:34.320 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103632026-09-04T23:31:35.500Z[ host-image] Sep 04 23:31:34.330 INFO O| Sep 04 23:31:34.330 INFO updating shadow file
103642026-09-04T23:31:35.500Z[ host-image] Sep 04 23:31:34.330 INFO O| Sep 04 23:31:34.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103652026-09-04T23:31:35.500Z[ host-image] Sep 04 23:31:34.330 INFO O| Sep 04 23:31:34.330 INFO STEP 46 (shadow) COMPLETE
103662026-09-04T23:31:35.500Z[ host-image] Sep 04 23:31:34.330 INFO O| Sep 04 23:31:34.330 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103672026-09-04T23:31:35.508Z[ host-image] Sep 04 23:31:34.338 INFO O| Sep 04 23:31:34.338 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103682026-09-04T23:31:35.508Z[ host-image] Sep 04 23:31:34.338 INFO O| Sep 04 23:31:34.338 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103692026-09-04T23:31:35.511Z[ host-image] Sep 04 23:31:34.338 INFO O| Sep 04 23:31:34.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103702026-09-04T23:31:35.511Z[ host-image] Sep 04 23:31:34.338 INFO O| Sep 04 23:31:34.338 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103712026-09-04T23:31:35.511Z[ host-image] Sep 04 23:31:34.339 INFO O| Sep 04 23:31:34.338 INFO ok!
103722026-09-04T23:31:35.511Z[ host-image] Sep 04 23:31:34.339 INFO O| Sep 04 23:31:34.339 INFO STEP 47 (ensure_file) COMPLETE
103732026-09-04T23:31:35.511Z[ host-image] Sep 04 23:31:34.339 INFO O| Sep 04 23:31:34.339 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103742026-09-04T23:31:35.511Z[ host-image] Sep 04 23:31:34.339 INFO O| Sep 04 23:31:34.339 INFO skip step because feature "mfg" is not enabled
103752026-09-04T23:31:35.511Z[ host-image] Sep 04 23:31:34.339 INFO O| Sep 04 23:31:34.339 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103762026-09-04T23:31:35.512Z[ host-image] Sep 04 23:31:34.339 INFO O| Sep 04 23:31:34.339 INFO skip step because feature "mfg" is not enabled
103772026-09-04T23:31:35.512Z[ host-image] Sep 04 23:31:34.339 INFO O| Sep 04 23:31:34.339 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103782026-09-04T23:31:35.516Z[ host-image] Sep 04 23:31:34.346 INFO O| Sep 04 23:31:34.346 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103792026-09-04T23:31:35.516Z[ host-image] Sep 04 23:31:34.346 INFO O| Sep 04 23:31:34.346 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103802026-09-04T23:31:35.544Z[ host-image] Sep 04 23:31:34.371 INFO O| Sep 04 23:31:34.371 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103812026-09-04T23:31:35.544Z[ host-image] Sep 04 23:31:34.371 INFO O| Sep 04 23:31:34.371 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103822026-09-04T23:31:35.544Z[ host-image] Sep 04 23:31:34.371 INFO O| Sep 04 23:31:34.371 INFO ok!
103832026-09-04T23:31:35.549Z[ host-image] Sep 04 23:31:34.371 INFO O| Sep 04 23:31:34.371 INFO STEP 50 (ensure_file) COMPLETE
103842026-09-04T23:31:35.549Z[ host-image] Sep 04 23:31:34.371 INFO O| Sep 04 23:31:34.371 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103852026-09-04T23:31:35.549Z[ host-image] Sep 04 23:31:34.371 INFO O| Sep 04 23:31:34.371 INFO skip step because feature "compliance" is not enabled
103862026-09-04T23:31:35.549Z[ host-image] Sep 04 23:31:34.371 INFO O| Sep 04 23:31:34.371 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103872026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103882026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
103892026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103902026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103912026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103922026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103932026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO ok!
103942026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO STEP 52 (ensure_file) COMPLETE
103952026-09-04T23:31:35.553Z[ host-image] Sep 04 23:31:34.382 INFO O| Sep 04 23:31:34.382 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103962026-09-04T23:31:35.563Z[ host-image] Sep 04 23:31:34.391 INFO O| Sep 04 23:31:34.390 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
103972026-09-04T23:31:35.563Z[ host-image] Sep 04 23:31:34.391 INFO O| Sep 04 23:31:34.390 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 ...
103982026-09-04T23:31:35.567Z[ host-image] Sep 04 23:31:34.391 INFO O| Sep 04 23:31:34.391 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
103992026-09-04T23:31:35.567Z[ host-image] Sep 04 23:31:34.391 INFO O| Sep 04 23:31:34.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104002026-09-04T23:31:35.567Z[ host-image] Sep 04 23:31:34.391 INFO O| Sep 04 23:31:34.391 INFO ok!
104012026-09-04T23:31:35.567Z[ host-image] Sep 04 23:31:34.391 INFO O| Sep 04 23:31:34.391 INFO STEP 53 (ensure_file) COMPLETE
104022026-09-04T23:31:35.567Z[ host-image] Sep 04 23:31:34.391 INFO O| Sep 04 23:31:34.391 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104032026-09-04T23:31:35.571Z[ host-image] Sep 04 23:31:34.401 INFO O| Sep 04 23:31:34.401 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104042026-09-04T23:31:35.571Z[ host-image] Sep 04 23:31:34.401 INFO O| Sep 04 23:31:34.401 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 ...
104052026-09-04T23:31:35.575Z[ host-image] Sep 04 23:31:34.401 INFO O| Sep 04 23:31:34.401 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104062026-09-04T23:31:35.575Z[ host-image] Sep 04 23:31:34.401 INFO O| Sep 04 23:31:34.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104072026-09-04T23:31:35.575Z[ host-image] Sep 04 23:31:34.401 INFO O| Sep 04 23:31:34.401 INFO ok!
104082026-09-04T23:31:35.575Z[ host-image] Sep 04 23:31:34.401 INFO O| Sep 04 23:31:34.401 INFO STEP 54 (ensure_file) COMPLETE
104092026-09-04T23:31:35.575Z[ host-image] Sep 04 23:31:34.401 INFO O| Sep 04 23:31:34.401 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104102026-09-04T23:31:35.581Z[ host-image] Sep 04 23:31:34.412 INFO O| Sep 04 23:31:34.411 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104112026-09-04T23:31:35.582Z[ host-image] Sep 04 23:31:34.412 INFO O| Sep 04 23:31:34.412 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 ...
104122026-09-04T23:31:35.585Z[ host-image] Sep 04 23:31:34.412 INFO O| Sep 04 23:31:34.412 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
104132026-09-04T23:31:35.585Z[ host-image] Sep 04 23:31:34.412 INFO O| Sep 04 23:31:34.412 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104142026-09-04T23:31:35.585Z[ host-image] Sep 04 23:31:34.412 INFO O| Sep 04 23:31:34.412 INFO ok!
104152026-09-04T23:31:35.585Z[ host-image] Sep 04 23:31:34.412 INFO O| Sep 04 23:31:34.412 INFO STEP 55 (ensure_file) COMPLETE
104162026-09-04T23:31:35.585Z[ host-image] Sep 04 23:31:34.412 INFO O| Sep 04 23:31:34.412 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104172026-09-04T23:31:35.592Z[ host-image] Sep 04 23:31:34.423 INFO O| Sep 04 23:31:34.423 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104182026-09-04T23:31:35.592Z[ host-image] Sep 04 23:31:34.423 INFO O| Sep 04 23:31:34.423 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 ...
104192026-09-04T23:31:35.592Z[ host-image] Sep 04 23:31:34.423 INFO O| Sep 04 23:31:34.423 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104202026-09-04T23:31:35.596Z[ host-image] Sep 04 23:31:34.423 INFO O| Sep 04 23:31:34.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104212026-09-04T23:31:35.596Z[ host-image] Sep 04 23:31:34.423 INFO O| Sep 04 23:31:34.423 INFO ok!
104222026-09-04T23:31:35.596Z[ host-image] Sep 04 23:31:34.423 INFO O| Sep 04 23:31:34.423 INFO STEP 56 (ensure_file) COMPLETE
104232026-09-04T23:31:35.596Z[ host-image] Sep 04 23:31:34.423 INFO O| Sep 04 23:31:34.423 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104242026-09-04T23:31:35.603Z[ host-image] Sep 04 23:31:34.433 INFO O| Sep 04 23:31:34.433 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104252026-09-04T23:31:35.606Z[ host-image] Sep 04 23:31:34.433 INFO O| Sep 04 23:31:34.433 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 ...
104262026-09-04T23:31:35.606Z[ host-image] Sep 04 23:31:34.433 INFO O| Sep 04 23:31:34.433 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
104272026-09-04T23:31:35.606Z[ host-image] Sep 04 23:31:34.433 INFO O| Sep 04 23:31:34.433 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104282026-09-04T23:31:35.606Z[ host-image] Sep 04 23:31:34.433 INFO O| Sep 04 23:31:34.433 INFO ok!
104292026-09-04T23:31:35.606Z[ host-image] Sep 04 23:31:34.433 INFO O| Sep 04 23:31:34.433 INFO STEP 57 (ensure_file) COMPLETE
104302026-09-04T23:31:35.606Z[ host-image] Sep 04 23:31:34.433 INFO O| Sep 04 23:31:34.433 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104312026-09-04T23:31:35.612Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104322026-09-04T23:31:35.612Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 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 ...
104332026-09-04T23:31:35.612Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104342026-09-04T23:31:35.615Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104352026-09-04T23:31:35.615Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104362026-09-04T23:31:35.616Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104372026-09-04T23:31:35.616Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO ok!
104382026-09-04T23:31:35.616Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO STEP 58 (ensure_file) COMPLETE
104392026-09-04T23:31:35.616Z[ host-image] Sep 04 23:31:34.442 INFO O| Sep 04 23:31:34.442 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104402026-09-04T23:31:35.621Z[ host-image] Sep 04 23:31:34.452 INFO O| Sep 04 23:31:34.451 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104412026-09-04T23:31:35.621Z[ host-image] Sep 04 23:31:34.452 INFO O| Sep 04 23:31:34.452 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 ...
104422026-09-04T23:31:35.625Z[ host-image] Sep 04 23:31:34.452 INFO O| Sep 04 23:31:34.452 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
104432026-09-04T23:31:35.625Z[ host-image] Sep 04 23:31:34.452 INFO O| Sep 04 23:31:34.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104442026-09-04T23:31:35.625Z[ host-image] Sep 04 23:31:34.452 INFO O| Sep 04 23:31:34.452 INFO ok!
104452026-09-04T23:31:35.625Z[ host-image] Sep 04 23:31:34.452 INFO O| Sep 04 23:31:34.452 INFO STEP 59 (ensure_file) COMPLETE
104462026-09-04T23:31:35.626Z[ host-image] Sep 04 23:31:34.452 INFO O| Sep 04 23:31:34.452 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104472026-09-04T23:31:35.631Z[ host-image] Sep 04 23:31:34.461 INFO O| Sep 04 23:31:34.461 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104482026-09-04T23:31:35.631Z[ host-image] Sep 04 23:31:34.461 INFO O| Sep 04 23:31:34.461 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104492026-09-04T23:31:35.634Z[ host-image] Sep 04 23:31:34.461 INFO O| Sep 04 23:31:34.461 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104502026-09-04T23:31:35.634Z[ host-image] Sep 04 23:31:34.461 INFO O| Sep 04 23:31:34.461 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104512026-09-04T23:31:35.634Z[ host-image] Sep 04 23:31:34.461 INFO O| Sep 04 23:31:34.461 INFO ok!
104522026-09-04T23:31:35.634Z[ host-image] Sep 04 23:31:34.461 INFO O| Sep 04 23:31:34.461 INFO STEP 60 (ensure_file) COMPLETE
104532026-09-04T23:31:35.634Z[ host-image] Sep 04 23:31:34.461 INFO O| Sep 04 23:31:34.461 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104542026-09-04T23:31:35.641Z[ host-image] Sep 04 23:31:34.471 INFO O| Sep 04 23:31:34.471 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104552026-09-04T23:31:35.644Z[ host-image] Sep 04 23:31:34.471 INFO O| Sep 04 23:31:34.471 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 ...
104562026-09-04T23:31:35.644Z[ host-image] Sep 04 23:31:34.471 INFO O| Sep 04 23:31:34.471 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
104572026-09-04T23:31:35.644Z[ host-image] Sep 04 23:31:34.471 INFO O| Sep 04 23:31:34.471 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104582026-09-04T23:31:35.644Z[ host-image] Sep 04 23:31:34.471 INFO O| Sep 04 23:31:34.471 INFO ok!
104592026-09-04T23:31:35.644Z[ host-image] Sep 04 23:31:34.471 INFO O| Sep 04 23:31:34.471 INFO STEP 61 (ensure_file) COMPLETE
104602026-09-04T23:31:35.644Z[ host-image] Sep 04 23:31:34.471 INFO O| Sep 04 23:31:34.471 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104612026-09-04T23:31:35.652Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104622026-09-04T23:31:35.652Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104632026-09-04T23:31:35.652Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104642026-09-04T23:31:35.655Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104652026-09-04T23:31:35.655Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104662026-09-04T23:31:35.655Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104672026-09-04T23:31:35.655Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO ok!
104682026-09-04T23:31:35.655Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO STEP 62 (ensure_file) COMPLETE
104692026-09-04T23:31:35.655Z[ host-image] Sep 04 23:31:34.482 INFO O| Sep 04 23:31:34.482 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104702026-09-04T23:31:35.663Z[ host-image] Sep 04 23:31:34.493 INFO O| Sep 04 23:31:34.493 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104712026-09-04T23:31:35.663Z[ host-image] Sep 04 23:31:34.493 INFO O| Sep 04 23:31:34.493 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 ...
104722026-09-04T23:31:35.666Z[ host-image] Sep 04 23:31:34.493 INFO O| Sep 04 23:31:34.493 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
104732026-09-04T23:31:35.666Z[ host-image] Sep 04 23:31:34.493 INFO O| Sep 04 23:31:34.493 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104742026-09-04T23:31:35.666Z[ host-image] Sep 04 23:31:34.493 INFO O| Sep 04 23:31:34.493 INFO ok!
104752026-09-04T23:31:35.666Z[ host-image] Sep 04 23:31:34.493 INFO O| Sep 04 23:31:34.493 INFO STEP 63 (ensure_file) COMPLETE
104762026-09-04T23:31:35.666Z[ host-image] Sep 04 23:31:34.493 INFO O| Sep 04 23:31:34.493 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104772026-09-04T23:31:35.674Z[ host-image] Sep 04 23:31:34.504 INFO O| Sep 04 23:31:34.504 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104782026-09-04T23:31:35.674Z[ host-image] Sep 04 23:31:34.504 INFO O| Sep 04 23:31:34.504 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 ...
104792026-09-04T23:31:35.674Z[ host-image] Sep 04 23:31:34.504 INFO O| Sep 04 23:31:34.504 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
104802026-09-04T23:31:35.677Z[ host-image] Sep 04 23:31:34.504 INFO O| Sep 04 23:31:34.504 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104812026-09-04T23:31:35.677Z[ host-image] Sep 04 23:31:34.504 INFO O| Sep 04 23:31:34.504 INFO ok!
104822026-09-04T23:31:35.677Z[ host-image] Sep 04 23:31:34.505 INFO O| Sep 04 23:31:34.504 INFO STEP 64 (ensure_file) COMPLETE
104832026-09-04T23:31:35.677Z[ host-image] Sep 04 23:31:34.505 INFO O| Sep 04 23:31:34.504 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104842026-09-04T23:31:35.686Z[ host-image] Sep 04 23:31:34.516 INFO O| Sep 04 23:31:34.516 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104852026-09-04T23:31:35.686Z[ host-image] Sep 04 23:31:34.516 INFO O| Sep 04 23:31:34.516 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 ...
104862026-09-04T23:31:35.689Z[ host-image] Sep 04 23:31:34.517 INFO O| Sep 04 23:31:34.516 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
104872026-09-04T23:31:35.689Z[ host-image] Sep 04 23:31:34.517 INFO O| Sep 04 23:31:34.516 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104882026-09-04T23:31:35.689Z[ host-image] Sep 04 23:31:34.517 INFO O| Sep 04 23:31:34.516 INFO ok!
104892026-09-04T23:31:35.690Z[ host-image] Sep 04 23:31:34.517 INFO O| Sep 04 23:31:34.516 INFO STEP 65 (ensure_file) COMPLETE
104902026-09-04T23:31:35.690Z[ host-image] Sep 04 23:31:34.517 INFO O| Sep 04 23:31:34.516 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104912026-09-04T23:31:35.690Z[ host-image] Sep 04 23:31:34.517 INFO O| Sep 04 23:31:34.516 INFO skip step because feature "mbist" is not enabled
104922026-09-04T23:31:35.690Z[ host-image] Sep 04 23:31:34.517 INFO O| Sep 04 23:31:34.517 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-09-04T23:31:35.698Z[ host-image] Sep 04 23:31:34.528 INFO O| Sep 04 23:31:34.528 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
104942026-09-04T23:31:35.701Z[ host-image] Sep 04 23:31:34.528 INFO O| Sep 04 23:31:34.528 INFO STEP 67 (ensure_dir) COMPLETE
104952026-09-04T23:31:35.701Z[ host-image] Sep 04 23:31:34.528 INFO O| Sep 04 23:31:34.528 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-09-04T23:31:35.708Z[ host-image] Sep 04 23:31:34.538 INFO O| Sep 04 23:31:34.538 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
104972026-09-04T23:31:35.711Z[ host-image] Sep 04 23:31:34.538 INFO O| Sep 04 23:31:34.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
104982026-09-04T23:31:35.711Z[ host-image] Sep 04 23:31:34.538 INFO O| Sep 04 23:31:34.538 INFO STEP 68 (ensure_dir) COMPLETE
104992026-09-04T23:31:35.711Z[ host-image] Sep 04 23:31:34.538 INFO O| Sep 04 23:31:34.538 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-09-04T23:31:35.718Z[ host-image] Sep 04 23:31:34.549 INFO O| Sep 04 23:31:34.548 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105012026-09-04T23:31:35.718Z[ host-image] Sep 04 23:31:34.549 INFO O| Sep 04 23:31:34.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105022026-09-04T23:31:35.722Z[ host-image] Sep 04 23:31:34.549 INFO O| Sep 04 23:31:34.549 INFO STEP 69 (ensure_dir) COMPLETE
105032026-09-04T23:31:35.722Z[ host-image] Sep 04 23:31:34.549 INFO O| Sep 04 23:31:34.549 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-09-04T23:31:35.730Z[ host-image] Sep 04 23:31:34.560 INFO O| Sep 04 23:31:34.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105052026-09-04T23:31:35.730Z[ host-image] Sep 04 23:31:34.560 INFO O| Sep 04 23:31:34.560 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105062026-09-04T23:31:36.155Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105072026-09-04T23:31:36.162Z[ host-image] Sep 04 23:31:34.992 INFO O| Sep 04 23:31:34.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105082026-09-04T23:31:36.162Z[ host-image] Sep 04 23:31:34.992 INFO O| Sep 04 23:31:34.992 INFO ok!
105092026-09-04T23:31:36.165Z[ host-image] Sep 04 23:31:34.992 INFO O| Sep 04 23:31:34.992 INFO STEP 70 (ensure_file) COMPLETE
105102026-09-04T23:31:36.165Z[ host-image] Sep 04 23:31:34.992 INFO O| Sep 04 23:31:34.992 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-09-04T23:31:36.172Z[ host-image] Sep 04 23:31:35.002 INFO O| Sep 04 23:31:35.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105122026-09-04T23:31:36.172Z[ host-image] Sep 04 23:31:35.002 INFO O| Sep 04 23:31:35.002 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105132026-09-04T23:31:36.999Z[ host-image] Sep 04 23:31:35.829 INFO O| Sep 04 23:31:35.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105142026-09-04T23:31:36.999Z[ host-image] Sep 04 23:31:35.829 INFO O| Sep 04 23:31:35.829 INFO ok!
105152026-09-04T23:31:37.000Z[ host-image] Sep 04 23:31:35.829 INFO O| Sep 04 23:31:35.829 INFO STEP 71 (ensure_file) COMPLETE
105162026-09-04T23:31:37.004Z[ host-image] Sep 04 23:31:35.829 INFO O| Sep 04 23:31:35.829 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-09-04T23:31:37.011Z[ host-image] Sep 04 23:31:35.841 INFO O| Sep 04 23:31:35.841 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105182026-09-04T23:31:37.011Z[ host-image] Sep 04 23:31:35.841 INFO O| Sep 04 23:31:35.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105192026-09-04T23:31:37.011Z[ host-image] Sep 04 23:31:35.841 INFO O| Sep 04 23:31:35.841 INFO STEP 72 (ensure_dir) COMPLETE
105202026-09-04T23:31:37.011Z[ host-image] Sep 04 23:31:35.841 INFO O| Sep 04 23:31:35.841 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-09-04T23:31:37.021Z[ host-image] Sep 04 23:31:35.851 INFO O| Sep 04 23:31:35.851 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105222026-09-04T23:31:37.021Z[ host-image] Sep 04 23:31:35.851 INFO O| Sep 04 23:31:35.851 INFO copying /tmp/.tmpaRJXye/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 ...
105232026-09-04T23:31:37.021Z[ host-image] Sep 04 23:31:35.851 INFO O| Sep 04 23:31:35.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105242026-09-04T23:31:37.021Z[ host-image] Sep 04 23:31:35.851 INFO O| Sep 04 23:31:35.851 INFO ok!
105252026-09-04T23:31:37.021Z[ host-image] Sep 04 23:31:35.851 INFO O| Sep 04 23:31:35.851 INFO STEP 73 (ensure_file) COMPLETE
105262026-09-04T23:31:37.021Z[ host-image] Sep 04 23:31:35.851 INFO O| Sep 04 23:31:35.851 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-09-04T23:31:37.030Z[ host-image] Sep 04 23:31:35.860 INFO O| Sep 04 23:31:35.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105282026-09-04T23:31:37.031Z[ host-image] Sep 04 23:31:35.860 INFO O| Sep 04 23:31:35.860 INFO copying /tmp/.tmpaRJXye/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 ...
105292026-09-04T23:31:37.031Z[ host-image] Sep 04 23:31:35.860 INFO O| Sep 04 23:31:35.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105302026-09-04T23:31:37.031Z[ host-image] Sep 04 23:31:35.860 INFO O| Sep 04 23:31:35.860 INFO ok!
105312026-09-04T23:31:37.034Z[ host-image] Sep 04 23:31:35.860 INFO O| Sep 04 23:31:35.860 INFO STEP 74 (ensure_file) COMPLETE
105322026-09-04T23:31:37.034Z[ host-image] Sep 04 23:31:35.860 INFO O| Sep 04 23:31:35.860 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-09-04T23:31:37.039Z[ host-image] Sep 04 23:31:35.869 INFO O| Sep 04 23:31:35.869 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105342026-09-04T23:31:37.039Z[ host-image] Sep 04 23:31:35.870 INFO O| Sep 04 23:31:35.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105352026-09-04T23:31:37.039Z[ host-image] Sep 04 23:31:35.870 INFO O| Sep 04 23:31:35.869 INFO STEP 75 (ensure_dir) COMPLETE
105362026-09-04T23:31:37.042Z[ host-image] Sep 04 23:31:35.870 INFO O| Sep 04 23:31:35.869 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-09-04T23:31:37.049Z[ host-image] Sep 04 23:31:35.879 INFO O| Sep 04 23:31:35.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105382026-09-04T23:31:37.049Z[ host-image] Sep 04 23:31:35.879 INFO O| Sep 04 23:31:35.879 INFO copying /tmp/.tmpaRJXye/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 ...
105392026-09-04T23:31:37.049Z[ host-image] Sep 04 23:31:35.879 INFO O| Sep 04 23:31:35.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105402026-09-04T23:31:37.049Z[ host-image] Sep 04 23:31:35.879 INFO O| Sep 04 23:31:35.879 INFO ok!
105412026-09-04T23:31:37.052Z[ host-image] Sep 04 23:31:35.879 INFO O| Sep 04 23:31:35.879 INFO STEP 76 (ensure_file) COMPLETE
105422026-09-04T23:31:37.052Z[ host-image] Sep 04 23:31:35.879 INFO O| Sep 04 23:31:35.879 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-09-04T23:31:37.059Z[ host-image] Sep 04 23:31:35.889 INFO O| Sep 04 23:31:35.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105442026-09-04T23:31:37.059Z[ host-image] Sep 04 23:31:35.889 INFO O| Sep 04 23:31:35.889 INFO copying /tmp/.tmpaRJXye/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 ...
105452026-09-04T23:31:37.062Z[ host-image] Sep 04 23:31:35.889 INFO O| Sep 04 23:31:35.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105462026-09-04T23:31:37.062Z[ host-image] Sep 04 23:31:35.889 INFO O| Sep 04 23:31:35.889 INFO ok!
105472026-09-04T23:31:37.062Z[ host-image] Sep 04 23:31:35.889 INFO O| Sep 04 23:31:35.889 INFO STEP 77 (ensure_file) COMPLETE
105482026-09-04T23:31:37.062Z[ host-image] Sep 04 23:31:35.889 INFO O| Sep 04 23:31:35.889 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-09-04T23:31:37.069Z[ host-image] Sep 04 23:31:35.899 INFO O| Sep 04 23:31:35.899 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105502026-09-04T23:31:37.069Z[ host-image] Sep 04 23:31:35.899 INFO O| Sep 04 23:31:35.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105512026-09-04T23:31:37.073Z[ host-image] Sep 04 23:31:35.899 INFO O| Sep 04 23:31:35.899 INFO STEP 78 (ensure_dir) COMPLETE
105522026-09-04T23:31:37.073Z[ host-image] Sep 04 23:31:35.899 INFO O| Sep 04 23:31:35.899 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-09-04T23:31:37.078Z[ host-image] Sep 04 23:31:35.908 INFO O| Sep 04 23:31:35.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105542026-09-04T23:31:37.081Z[ host-image] Sep 04 23:31:35.908 INFO O| Sep 04 23:31:35.908 INFO copying /tmp/.tmpaRJXye/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 ...
105552026-09-04T23:31:37.081Z[ host-image] Sep 04 23:31:35.908 INFO O| Sep 04 23:31:35.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105562026-09-04T23:31:37.081Z[ host-image] Sep 04 23:31:35.908 INFO O| Sep 04 23:31:35.908 INFO ok!
105572026-09-04T23:31:37.081Z[ host-image] Sep 04 23:31:35.908 INFO O| Sep 04 23:31:35.908 INFO STEP 79 (ensure_file) COMPLETE
105582026-09-04T23:31:37.081Z[ host-image] Sep 04 23:31:35.908 INFO O| Sep 04 23:31:35.908 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-09-04T23:31:37.088Z[ host-image] Sep 04 23:31:35.918 INFO O| Sep 04 23:31:35.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105602026-09-04T23:31:37.088Z[ host-image] Sep 04 23:31:35.918 INFO O| Sep 04 23:31:35.918 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105612026-09-04T23:31:37.088Z[ host-image] Sep 04 23:31:35.918 INFO O| Sep 04 23:31:35.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105622026-09-04T23:31:37.088Z[ host-image] Sep 04 23:31:35.918 INFO O| Sep 04 23:31:35.918 INFO ok!
105632026-09-04T23:31:37.091Z[ host-image] Sep 04 23:31:35.918 INFO O| Sep 04 23:31:35.918 INFO STEP 80 (ensure_file) COMPLETE
105642026-09-04T23:31:37.092Z[ host-image] Sep 04 23:31:35.918 INFO O| Sep 04 23:31:35.918 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-09-04T23:31:37.098Z[ host-image] Sep 04 23:31:35.928 INFO O| Sep 04 23:31:35.928 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105662026-09-04T23:31:37.098Z[ host-image] Sep 04 23:31:35.928 INFO O| Sep 04 23:31:35.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105672026-09-04T23:31:37.102Z[ host-image] Sep 04 23:31:35.929 INFO O| Sep 04 23:31:35.928 INFO STEP 81 (ensure_dir) COMPLETE
105682026-09-04T23:31:37.102Z[ host-image] Sep 04 23:31:35.929 INFO O| Sep 04 23:31:35.928 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-09-04T23:31:37.109Z[ host-image] Sep 04 23:31:35.939 INFO O| Sep 04 23:31:35.939 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105702026-09-04T23:31:37.109Z[ host-image] Sep 04 23:31:35.939 INFO O| Sep 04 23:31:35.939 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
105712026-09-04T23:31:37.459Z[ host-image] Sep 04 23:31:36.289 INFO O| Sep 04 23:31:36.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105722026-09-04T23:31:37.459Z[ host-image] Sep 04 23:31:36.289 INFO O| Sep 04 23:31:36.289 INFO ok!
105732026-09-04T23:31:37.463Z[ host-image] Sep 04 23:31:36.289 INFO O| Sep 04 23:31:36.289 INFO STEP 82 (ensure_file) COMPLETE
105742026-09-04T23:31:37.463Z[ host-image] Sep 04 23:31:36.289 INFO O| Sep 04 23:31:36.289 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-09-04T23:31:37.470Z[ host-image] Sep 04 23:31:36.300 INFO O| Sep 04 23:31:36.300 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105762026-09-04T23:31:37.473Z[ host-image] Sep 04 23:31:36.300 INFO O| Sep 04 23:31:36.300 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
105772026-09-04T23:31:37.474Z[ host-image] Sep 04 23:31:36.301 INFO O| Sep 04 23:31:36.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105782026-09-04T23:31:37.474Z[ host-image] Sep 04 23:31:36.301 INFO O| Sep 04 23:31:36.301 INFO ok!
105792026-09-04T23:31:37.474Z[ host-image] Sep 04 23:31:36.301 INFO O| Sep 04 23:31:36.301 INFO STEP 83 (ensure_file) COMPLETE
105802026-09-04T23:31:37.474Z[ host-image] Sep 04 23:31:36.301 INFO O| Sep 04 23:31:36.301 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-09-04T23:31:37.483Z[ host-image] Sep 04 23:31:36.313 INFO O| Sep 04 23:31:36.313 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105822026-09-04T23:31:37.483Z[ host-image] Sep 04 23:31:36.313 INFO O| Sep 04 23:31:36.313 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
105832026-09-04T23:31:38.590Z[ host-image] Sep 04 23:31:37.420 INFO O| Sep 04 23:31:37.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105842026-09-04T23:31:38.590Z[ host-image] Sep 04 23:31:37.420 INFO O| Sep 04 23:31:37.420 INFO ok!
105852026-09-04T23:31:38.590Z[ host-image] Sep 04 23:31:37.420 INFO O| Sep 04 23:31:37.420 INFO STEP 84 (ensure_file) COMPLETE
105862026-09-04T23:31:38.594Z[ host-image] Sep 04 23:31:37.420 INFO O| Sep 04 23:31:37.420 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-09-04T23:31:38.601Z[ host-image] Sep 04 23:31:37.431 INFO O| Sep 04 23:31:37.431 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105882026-09-04T23:31:38.601Z[ host-image] Sep 04 23:31:37.431 INFO O| Sep 04 23:31:37.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105892026-09-04T23:31:38.604Z[ host-image] Sep 04 23:31:37.431 INFO O| Sep 04 23:31:37.431 INFO STEP 85 (ensure_dir) COMPLETE
105902026-09-04T23:31:38.604Z[ host-image] Sep 04 23:31:37.431 INFO O| Sep 04 23:31:37.431 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-09-04T23:31:38.610Z[ host-image] Sep 04 23:31:37.440 INFO O| Sep 04 23:31:37.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
105922026-09-04T23:31:38.610Z[ host-image] Sep 04 23:31:37.440 INFO O| Sep 04 23:31:37.440 INFO copying /tmp/.tmpaRJXye/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 ...
105932026-09-04T23:31:38.613Z[ host-image] Sep 04 23:31:37.440 INFO O| Sep 04 23:31:37.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
105942026-09-04T23:31:38.613Z[ host-image] Sep 04 23:31:37.440 INFO O| Sep 04 23:31:37.440 INFO ok!
105952026-09-04T23:31:38.614Z[ host-image] Sep 04 23:31:37.440 INFO O| Sep 04 23:31:37.440 INFO STEP 86 (ensure_file) COMPLETE
105962026-09-04T23:31:38.614Z[ host-image] Sep 04 23:31:37.440 INFO O| Sep 04 23:31:37.440 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-09-04T23:31:38.620Z[ host-image] Sep 04 23:31:37.450 INFO O| Sep 04 23:31:37.450 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
105982026-09-04T23:31:38.620Z[ host-image] Sep 04 23:31:37.450 INFO O| Sep 04 23:31:37.450 INFO copying /tmp/.tmpaRJXye/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 ...
105992026-09-04T23:31:38.624Z[ host-image] Sep 04 23:31:37.451 INFO O| Sep 04 23:31:37.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106002026-09-04T23:31:38.624Z[ host-image] Sep 04 23:31:37.451 INFO O| Sep 04 23:31:37.451 INFO ok!
106012026-09-04T23:31:38.624Z[ host-image] Sep 04 23:31:37.451 INFO O| Sep 04 23:31:37.451 INFO STEP 87 (ensure_file) COMPLETE
106022026-09-04T23:31:38.624Z[ host-image] Sep 04 23:31:37.451 INFO O| Sep 04 23:31:37.451 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-09-04T23:31:38.630Z[ host-image] Sep 04 23:31:37.461 INFO O| Sep 04 23:31:37.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106042026-09-04T23:31:38.631Z[ host-image] Sep 04 23:31:37.461 INFO O| Sep 04 23:31:37.461 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106052026-09-04T23:31:38.634Z[ host-image] Sep 04 23:31:37.461 INFO O| Sep 04 23:31:37.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106062026-09-04T23:31:38.635Z[ host-image] Sep 04 23:31:37.461 INFO O| Sep 04 23:31:37.461 INFO ok!
106072026-09-04T23:31:38.635Z[ host-image] Sep 04 23:31:37.461 INFO O| Sep 04 23:31:37.461 INFO STEP 88 (ensure_file) COMPLETE
106082026-09-04T23:31:38.635Z[ host-image] Sep 04 23:31:37.461 INFO O| Sep 04 23:31:37.461 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-09-04T23:31:38.642Z[ host-image] Sep 04 23:31:37.472 INFO O| Sep 04 23:31:37.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106102026-09-04T23:31:38.642Z[ host-image] Sep 04 23:31:37.472 INFO O| Sep 04 23:31:37.472 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106112026-09-04T23:31:38.645Z[ host-image] Sep 04 23:31:37.472 INFO O| Sep 04 23:31:37.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106122026-09-04T23:31:38.645Z[ host-image] Sep 04 23:31:37.472 INFO O| Sep 04 23:31:37.472 INFO ok!
106132026-09-04T23:31:38.646Z[ host-image] Sep 04 23:31:37.472 INFO O| Sep 04 23:31:37.472 INFO STEP 89 (ensure_file) COMPLETE
106142026-09-04T23:31:38.646Z[ host-image] Sep 04 23:31:37.472 INFO O| Sep 04 23:31:37.472 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-09-04T23:31:38.652Z[ host-image] Sep 04 23:31:37.483 INFO O| Sep 04 23:31:37.482 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106162026-09-04T23:31:38.653Z[ host-image] Sep 04 23:31:37.483 INFO O| Sep 04 23:31:37.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106172026-09-04T23:31:38.656Z[ host-image] Sep 04 23:31:37.483 INFO O| Sep 04 23:31:37.483 INFO STEP 90 (ensure_dir) COMPLETE
106182026-09-04T23:31:38.656Z[ host-image] Sep 04 23:31:37.483 INFO O| Sep 04 23:31:37.483 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106192026-09-04T23:31:38.664Z[ host-image] Sep 04 23:31:37.494 INFO O| Sep 04 23:31:37.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106202026-09-04T23:31:38.664Z[ host-image] Sep 04 23:31:37.494 INFO O| Sep 04 23:31:37.494 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106212026-09-04T23:31:38.667Z[ host-image] Sep 04 23:31:37.497 INFO O| Sep 04 23:31:37.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106222026-09-04T23:31:38.667Z[ host-image] Sep 04 23:31:37.497 INFO O| Sep 04 23:31:37.497 INFO ok!
106232026-09-04T23:31:38.667Z[ host-image] Sep 04 23:31:37.497 INFO O| Sep 04 23:31:37.497 INFO STEP 91 (ensure_file) COMPLETE
106242026-09-04T23:31:38.667Z[ host-image] Sep 04 23:31:37.497 INFO O| Sep 04 23:31:37.497 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106252026-09-04T23:31:38.678Z[ host-image] Sep 04 23:31:37.506 INFO O| Sep 04 23:31:37.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106262026-09-04T23:31:38.678Z[ host-image] Sep 04 23:31:37.506 INFO O| Sep 04 23:31:37.506 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106272026-09-04T23:31:38.681Z[ host-image] Sep 04 23:31:37.506 INFO O| Sep 04 23:31:37.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106282026-09-04T23:31:38.681Z[ host-image] Sep 04 23:31:37.506 INFO O| Sep 04 23:31:37.506 INFO ok!
106292026-09-04T23:31:38.682Z[ host-image] Sep 04 23:31:37.506 INFO O| Sep 04 23:31:37.506 INFO STEP 92 (ensure_file) COMPLETE
106302026-09-04T23:31:38.682Z[ host-image] Sep 04 23:31:37.506 INFO O| Sep 04 23:31:37.506 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-09-04T23:31:38.686Z[ host-image] Sep 04 23:31:37.516 INFO O| Sep 04 23:31:37.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106322026-09-04T23:31:38.686Z[ host-image] Sep 04 23:31:37.516 INFO O| Sep 04 23:31:37.516 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106332026-09-04T23:31:39.152Z[ host-image] Sep 04 23:31:37.981 INFO O| Sep 04 23:31:37.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106342026-09-04T23:31:39.152Z[ host-image] Sep 04 23:31:37.981 INFO O| Sep 04 23:31:37.981 INFO ok!
106352026-09-04T23:31:39.152Z[ host-image] Sep 04 23:31:37.981 INFO O| Sep 04 23:31:37.981 INFO STEP 93 (ensure_file) COMPLETE
106362026-09-04T23:31:39.153Z[ host-image] Sep 04 23:31:37.981 INFO O| Sep 04 23:31:37.981 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106372026-09-04T23:31:39.161Z[ host-image] Sep 04 23:31:37.991 INFO O| Sep 04 23:31:37.991 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106382026-09-04T23:31:39.162Z[ host-image] Sep 04 23:31:37.991 INFO O| Sep 04 23:31:37.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106392026-09-04T23:31:39.162Z[ host-image] Sep 04 23:31:37.991 INFO O| Sep 04 23:31:37.991 INFO STEP 94 (ensure_dir) COMPLETE
106402026-09-04T23:31:39.162Z[ host-image] Sep 04 23:31:37.991 INFO O| Sep 04 23:31:37.991 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106412026-09-04T23:31:39.170Z[ host-image] Sep 04 23:31:38.000 INFO O| Sep 04 23:31:38.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106422026-09-04T23:31:39.170Z[ host-image] Sep 04 23:31:38.000 INFO O| Sep 04 23:31:38.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106432026-09-04T23:31:39.174Z[ host-image] Sep 04 23:31:38.000 INFO O| Sep 04 23:31:38.000 INFO STEP 95 (ensure_dir) COMPLETE
106442026-09-04T23:31:39.174Z[ host-image] Sep 04 23:31:38.000 INFO O| Sep 04 23:31:38.000 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-09-04T23:31:39.179Z[ host-image] Sep 04 23:31:38.010 INFO O| Sep 04 23:31:38.009 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106462026-09-04T23:31:39.180Z[ host-image] Sep 04 23:31:38.010 INFO O| Sep 04 23:31:38.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106472026-09-04T23:31:39.180Z[ host-image] Sep 04 23:31:38.010 INFO O| Sep 04 23:31:38.010 INFO STEP 96 (ensure_dir) COMPLETE
106482026-09-04T23:31:39.183Z[ host-image] Sep 04 23:31:38.010 INFO O| Sep 04 23:31:38.010 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106492026-09-04T23:31:39.188Z[ host-image] Sep 04 23:31:38.018 INFO O| Sep 04 23:31:38.018 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106502026-09-04T23:31:39.188Z[ host-image] Sep 04 23:31:38.018 INFO O| Sep 04 23:31:38.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106512026-09-04T23:31:39.188Z[ host-image] Sep 04 23:31:38.018 INFO O| Sep 04 23:31:38.018 INFO STEP 97 (ensure_dir) COMPLETE
106522026-09-04T23:31:39.192Z[ host-image] Sep 04 23:31:38.018 INFO O| Sep 04 23:31:38.018 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106532026-09-04T23:31:39.197Z[ host-image] Sep 04 23:31:38.027 INFO O| Sep 04 23:31:38.027 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106542026-09-04T23:31:39.200Z[ host-image] Sep 04 23:31:38.027 INFO O| Sep 04 23:31:38.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106552026-09-04T23:31:39.201Z[ host-image] Sep 04 23:31:38.027 INFO O| Sep 04 23:31:38.027 INFO STEP 98 (ensure_dir) COMPLETE
106562026-09-04T23:31:39.201Z[ host-image] Sep 04 23:31:38.027 INFO O| Sep 04 23:31:38.027 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106572026-09-04T23:31:39.206Z[ host-image] Sep 04 23:31:38.036 INFO O| Sep 04 23:31:38.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106582026-09-04T23:31:39.206Z[ host-image] Sep 04 23:31:38.036 INFO O| Sep 04 23:31:38.036 INFO copying /tmp/.tmpaRJXye/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 ...
106592026-09-04T23:31:39.210Z[ host-image] Sep 04 23:31:38.036 INFO O| Sep 04 23:31:38.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106602026-09-04T23:31:39.210Z[ host-image] Sep 04 23:31:38.036 INFO O| Sep 04 23:31:38.036 INFO ok!
106612026-09-04T23:31:39.210Z[ host-image] Sep 04 23:31:38.036 INFO O| Sep 04 23:31:38.036 INFO STEP 99 (ensure_file) COMPLETE
106622026-09-04T23:31:39.210Z[ host-image] Sep 04 23:31:38.036 INFO O| Sep 04 23:31:38.036 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106632026-09-04T23:31:39.215Z[ host-image] Sep 04 23:31:38.045 INFO O| Sep 04 23:31:38.045 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106642026-09-04T23:31:39.219Z[ host-image] Sep 04 23:31:38.045 INFO O| Sep 04 23:31:38.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106652026-09-04T23:31:39.219Z[ host-image] Sep 04 23:31:38.046 INFO O| Sep 04 23:31:38.045 INFO STEP 100 (ensure_dir) COMPLETE
106662026-09-04T23:31:39.219Z[ host-image] Sep 04 23:31:38.046 INFO O| Sep 04 23:31:38.045 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-09-04T23:31:39.226Z[ host-image] Sep 04 23:31:38.056 INFO O| Sep 04 23:31:38.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106682026-09-04T23:31:39.226Z[ host-image] Sep 04 23:31:38.056 INFO O| Sep 04 23:31:38.056 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106692026-09-04T23:31:39.992Z[ host-image] Sep 04 23:31:38.822 INFO O| Sep 04 23:31:38.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106702026-09-04T23:31:39.992Z[ host-image] Sep 04 23:31:38.822 INFO O| Sep 04 23:31:38.822 INFO ok!
106712026-09-04T23:31:39.995Z[ host-image] Sep 04 23:31:38.822 INFO O| Sep 04 23:31:38.822 INFO STEP 101 (ensure_file) COMPLETE
106722026-09-04T23:31:39.995Z[ host-image] Sep 04 23:31:38.822 INFO O| Sep 04 23:31:38.822 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106732026-09-04T23:31:40.003Z[ host-image] Sep 04 23:31:38.833 INFO O| Sep 04 23:31:38.833 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106742026-09-04T23:31:40.003Z[ host-image] Sep 04 23:31:38.833 INFO O| Sep 04 23:31:38.833 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
106752026-09-04T23:31:40.007Z[ host-image] Sep 04 23:31:38.833 INFO O| Sep 04 23:31:38.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106762026-09-04T23:31:40.007Z[ host-image] Sep 04 23:31:38.833 INFO O| Sep 04 23:31:38.833 INFO ok!
106772026-09-04T23:31:40.007Z[ host-image] Sep 04 23:31:38.833 INFO O| Sep 04 23:31:38.833 INFO STEP 102 (ensure_file) COMPLETE
106782026-09-04T23:31:40.007Z[ host-image] Sep 04 23:31:38.833 INFO O| Sep 04 23:31:38.833 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106792026-09-04T23:31:40.014Z[ host-image] Sep 04 23:31:38.844 INFO O| Sep 04 23:31:38.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106802026-09-04T23:31:40.014Z[ host-image] Sep 04 23:31:38.844 INFO O| Sep 04 23:31:38.844 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106812026-09-04T23:31:40.022Z[ host-image] Sep 04 23:31:38.852 INFO O| Sep 04 23:31:38.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106822026-09-04T23:31:40.022Z[ host-image] Sep 04 23:31:38.852 INFO O| Sep 04 23:31:38.852 INFO ok!
106832026-09-04T23:31:40.025Z[ host-image] Sep 04 23:31:38.852 INFO O| Sep 04 23:31:38.852 INFO STEP 103 (ensure_file) COMPLETE
106842026-09-04T23:31:40.025Z[ host-image] Sep 04 23:31:38.852 INFO O| Sep 04 23:31:38.852 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106852026-09-04T23:31:40.033Z[ host-image] Sep 04 23:31:38.863 INFO O| Sep 04 23:31:38.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106862026-09-04T23:31:40.033Z[ host-image] Sep 04 23:31:38.863 INFO O| Sep 04 23:31:38.863 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106872026-09-04T23:31:40.036Z[ host-image] Sep 04 23:31:38.863 INFO O| Sep 04 23:31:38.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106882026-09-04T23:31:40.036Z[ host-image] Sep 04 23:31:38.863 INFO O| Sep 04 23:31:38.863 INFO ok!
106892026-09-04T23:31:40.037Z[ host-image] Sep 04 23:31:38.863 INFO O| Sep 04 23:31:38.863 INFO STEP 104 (ensure_file) COMPLETE
106902026-09-04T23:31:40.037Z[ host-image] Sep 04 23:31:38.864 INFO O| Sep 04 23:31:38.863 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106912026-09-04T23:31:40.044Z[ host-image] Sep 04 23:31:38.874 INFO O| Sep 04 23:31:38.874 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106922026-09-04T23:31:40.044Z[ host-image] Sep 04 23:31:38.874 INFO O| Sep 04 23:31:38.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106932026-09-04T23:31:40.044Z[ host-image] Sep 04 23:31:38.874 INFO O| Sep 04 23:31:38.874 INFO STEP 105 (ensure_dir) COMPLETE
106942026-09-04T23:31:40.047Z[ host-image] Sep 04 23:31:38.874 INFO O| Sep 04 23:31:38.874 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106952026-09-04T23:31:40.054Z[ host-image] Sep 04 23:31:38.884 INFO O| Sep 04 23:31:38.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
106962026-09-04T23:31:40.054Z[ host-image] Sep 04 23:31:38.884 INFO O| Sep 04 23:31:38.884 INFO copying /tmp/.tmpaRJXye/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 ...
106972026-09-04T23:31:40.415Z[ host-image] Sep 04 23:31:39.245 INFO O| Sep 04 23:31:39.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
106982026-09-04T23:31:40.418Z[ host-image] Sep 04 23:31:39.245 INFO O| Sep 04 23:31:39.245 INFO ok!
106992026-09-04T23:31:40.418Z[ host-image] Sep 04 23:31:39.245 INFO O| Sep 04 23:31:39.245 INFO STEP 106 (ensure_file) COMPLETE
107002026-09-04T23:31:40.418Z[ host-image] Sep 04 23:31:39.245 INFO O| Sep 04 23:31:39.245 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107012026-09-04T23:31:40.427Z[ host-image] Sep 04 23:31:39.257 INFO O| Sep 04 23:31:39.257 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107022026-09-04T23:31:40.427Z[ host-image] Sep 04 23:31:39.257 INFO O| Sep 04 23:31:39.257 INFO copying /tmp/.tmpaRJXye/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 ...
107032026-09-04T23:31:40.430Z[ host-image] Sep 04 23:31:39.257 INFO O| Sep 04 23:31:39.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107042026-09-04T23:31:40.430Z[ host-image] Sep 04 23:31:39.257 INFO O| Sep 04 23:31:39.257 INFO ok!
107052026-09-04T23:31:40.430Z[ host-image] Sep 04 23:31:39.257 INFO O| Sep 04 23:31:39.257 INFO STEP 107 (ensure_file) COMPLETE
107062026-09-04T23:31:40.430Z[ host-image] Sep 04 23:31:39.257 INFO O| Sep 04 23:31:39.257 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107072026-09-04T23:31:40.437Z[ host-image] Sep 04 23:31:39.267 INFO O| Sep 04 23:31:39.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107082026-09-04T23:31:40.437Z[ host-image] Sep 04 23:31:39.267 INFO O| Sep 04 23:31:39.267 INFO copying /tmp/.tmpaRJXye/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 ...
107092026-09-04T23:31:40.437Z[ host-image] Sep 04 23:31:39.267 INFO O| Sep 04 23:31:39.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107102026-09-04T23:31:40.441Z[ host-image] Sep 04 23:31:39.267 INFO O| Sep 04 23:31:39.267 INFO ok!
107112026-09-04T23:31:40.442Z[ host-image] Sep 04 23:31:39.267 INFO O| Sep 04 23:31:39.267 INFO STEP 108 (ensure_file) COMPLETE
107122026-09-04T23:31:40.442Z[ host-image] Sep 04 23:31:39.267 INFO O| Sep 04 23:31:39.267 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107132026-09-04T23:31:40.447Z[ host-image] Sep 04 23:31:39.277 INFO O| Sep 04 23:31:39.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107142026-09-04T23:31:40.447Z[ host-image] Sep 04 23:31:39.277 INFO O| Sep 04 23:31:39.277 INFO copying /tmp/.tmpaRJXye/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 ...
107152026-09-04T23:31:40.447Z[ host-image] Sep 04 23:31:39.277 INFO O| Sep 04 23:31:39.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107162026-09-04T23:31:40.450Z[ host-image] Sep 04 23:31:39.277 INFO O| Sep 04 23:31:39.277 INFO ok!
107172026-09-04T23:31:40.450Z[ host-image] Sep 04 23:31:39.277 INFO O| Sep 04 23:31:39.277 INFO STEP 109 (ensure_file) COMPLETE
107182026-09-04T23:31:40.451Z[ host-image] Sep 04 23:31:39.277 INFO O| Sep 04 23:31:39.277 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107192026-09-04T23:31:40.457Z[ host-image] Sep 04 23:31:39.287 INFO O| Sep 04 23:31:39.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107202026-09-04T23:31:40.457Z[ host-image] Sep 04 23:31:39.287 INFO O| Sep 04 23:31:39.287 INFO copying /tmp/.tmpaRJXye/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 ...
107212026-09-04T23:31:40.460Z[ host-image] Sep 04 23:31:39.287 INFO O| Sep 04 23:31:39.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107222026-09-04T23:31:40.460Z[ host-image] Sep 04 23:31:39.287 INFO O| Sep 04 23:31:39.287 INFO ok!
107232026-09-04T23:31:40.460Z[ host-image] Sep 04 23:31:39.287 INFO O| Sep 04 23:31:39.287 INFO STEP 110 (ensure_file) COMPLETE
107242026-09-04T23:31:40.460Z[ host-image] Sep 04 23:31:39.287 INFO O| Sep 04 23:31:39.287 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107252026-09-04T23:31:40.468Z[ host-image] Sep 04 23:31:39.298 INFO O| Sep 04 23:31:39.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107262026-09-04T23:31:40.468Z[ host-image] Sep 04 23:31:39.298 INFO O| Sep 04 23:31:39.298 INFO copying /tmp/.tmpaRJXye/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 ...
107272026-09-04T23:31:40.471Z[ host-image] Sep 04 23:31:39.298 INFO O| Sep 04 23:31:39.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107282026-09-04T23:31:40.471Z[ host-image] Sep 04 23:31:39.298 INFO O| Sep 04 23:31:39.298 INFO ok!
107292026-09-04T23:31:40.471Z[ host-image] Sep 04 23:31:39.298 INFO O| Sep 04 23:31:39.298 INFO STEP 111 (ensure_file) COMPLETE
107302026-09-04T23:31:40.471Z[ host-image] Sep 04 23:31:39.298 INFO O| Sep 04 23:31:39.298 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107312026-09-04T23:31:40.476Z[ host-image] Sep 04 23:31:39.306 INFO O| Sep 04 23:31:39.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107322026-09-04T23:31:40.476Z[ host-image] Sep 04 23:31:39.306 INFO O| Sep 04 23:31:39.306 INFO copying /tmp/.tmpaRJXye/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 ...
107332026-09-04T23:31:40.479Z[ host-image] Sep 04 23:31:39.306 INFO O| Sep 04 23:31:39.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107342026-09-04T23:31:40.479Z[ host-image] Sep 04 23:31:39.306 INFO O| Sep 04 23:31:39.306 INFO ok!
107352026-09-04T23:31:40.479Z[ host-image] Sep 04 23:31:39.306 INFO O| Sep 04 23:31:39.306 INFO STEP 112 (ensure_file) COMPLETE
107362026-09-04T23:31:40.479Z[ host-image] Sep 04 23:31:39.306 INFO O| Sep 04 23:31:39.306 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107372026-09-04T23:31:40.485Z[ host-image] Sep 04 23:31:39.315 INFO O| Sep 04 23:31:39.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107382026-09-04T23:31:40.485Z[ host-image] Sep 04 23:31:39.315 INFO O| Sep 04 23:31:39.315 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107392026-09-04T23:31:40.488Z[ host-image] Sep 04 23:31:39.315 INFO O| Sep 04 23:31:39.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107402026-09-04T23:31:40.488Z[ host-image] Sep 04 23:31:39.315 INFO O| Sep 04 23:31:39.315 INFO ok!
107412026-09-04T23:31:40.488Z[ host-image] Sep 04 23:31:39.315 INFO O| Sep 04 23:31:39.315 INFO STEP 113 (ensure_file) COMPLETE
107422026-09-04T23:31:40.488Z[ host-image] Sep 04 23:31:39.315 INFO O| Sep 04 23:31:39.315 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107432026-09-04T23:31:40.496Z[ host-image] Sep 04 23:31:39.326 INFO O| Sep 04 23:31:39.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107442026-09-04T23:31:40.496Z[ host-image] Sep 04 23:31:39.326 INFO O| Sep 04 23:31:39.326 INFO copying /tmp/.tmpaRJXye/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 ...
107452026-09-04T23:31:40.496Z[ host-image] Sep 04 23:31:39.326 INFO O| Sep 04 23:31:39.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107462026-09-04T23:31:40.496Z[ host-image] Sep 04 23:31:39.326 INFO O| Sep 04 23:31:39.326 INFO ok!
107472026-09-04T23:31:40.496Z[ host-image] Sep 04 23:31:39.326 INFO O| Sep 04 23:31:39.326 INFO STEP 114 (ensure_file) COMPLETE
107482026-09-04T23:31:40.496Z[ host-image] Sep 04 23:31:39.326 INFO O| Sep 04 23:31:39.326 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107492026-09-04T23:31:40.507Z[ host-image] Sep 04 23:31:39.337 INFO O| Sep 04 23:31:39.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107502026-09-04T23:31:40.507Z[ host-image] Sep 04 23:31:39.337 INFO O| Sep 04 23:31:39.337 INFO copying /tmp/.tmpaRJXye/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 ...
107512026-09-04T23:31:40.510Z[ host-image] Sep 04 23:31:39.337 INFO O| Sep 04 23:31:39.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107522026-09-04T23:31:40.510Z[ host-image] Sep 04 23:31:39.337 INFO O| Sep 04 23:31:39.337 INFO ok!
107532026-09-04T23:31:40.510Z[ host-image] Sep 04 23:31:39.337 INFO O| Sep 04 23:31:39.337 INFO STEP 115 (ensure_file) COMPLETE
107542026-09-04T23:31:40.510Z[ host-image] Sep 04 23:31:39.337 INFO O| Sep 04 23:31:39.337 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107552026-09-04T23:31:40.517Z[ host-image] Sep 04 23:31:39.348 INFO O| Sep 04 23:31:39.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107562026-09-04T23:31:40.518Z[ host-image] Sep 04 23:31:39.348 INFO O| Sep 04 23:31:39.348 INFO copying /tmp/.tmpaRJXye/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 ...
107572026-09-04T23:31:40.524Z[ host-image] Sep 04 23:31:39.348 INFO O| Sep 04 23:31:39.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107582026-09-04T23:31:40.524Z[ host-image] Sep 04 23:31:39.348 INFO O| Sep 04 23:31:39.348 INFO ok!
107592026-09-04T23:31:40.524Z[ host-image] Sep 04 23:31:39.348 INFO O| Sep 04 23:31:39.348 INFO STEP 116 (ensure_file) COMPLETE
107602026-09-04T23:31:40.524Z[ host-image] Sep 04 23:31:39.348 INFO O| Sep 04 23:31:39.348 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107612026-09-04T23:31:40.528Z[ host-image] Sep 04 23:31:39.357 INFO O| Sep 04 23:31:39.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107622026-09-04T23:31:40.528Z[ host-image] Sep 04 23:31:39.357 INFO O| Sep 04 23:31:39.357 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107632026-09-04T23:31:40.528Z[ host-image] Sep 04 23:31:39.357 INFO O| Sep 04 23:31:39.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107642026-09-04T23:31:40.528Z[ host-image] Sep 04 23:31:39.357 INFO O| Sep 04 23:31:39.357 INFO ok!
107652026-09-04T23:31:40.528Z[ host-image] Sep 04 23:31:39.357 INFO O| Sep 04 23:31:39.357 INFO STEP 117 (ensure_file) COMPLETE
107662026-09-04T23:31:40.528Z[ host-image] Sep 04 23:31:39.357 INFO O| Sep 04 23:31:39.357 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107672026-09-04T23:31:40.537Z[ host-image] Sep 04 23:31:39.367 INFO O| Sep 04 23:31:39.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107682026-09-04T23:31:40.537Z[ host-image] Sep 04 23:31:39.367 INFO O| Sep 04 23:31:39.367 INFO copying /tmp/.tmpaRJXye/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 ...
107692026-09-04T23:31:40.537Z[ host-image] Sep 04 23:31:39.367 INFO O| Sep 04 23:31:39.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107702026-09-04T23:31:40.540Z[ host-image] Sep 04 23:31:39.367 INFO O| Sep 04 23:31:39.367 INFO ok!
107712026-09-04T23:31:40.540Z[ host-image] Sep 04 23:31:39.367 INFO O| Sep 04 23:31:39.367 INFO STEP 118 (ensure_file) COMPLETE
107722026-09-04T23:31:40.541Z[ host-image] Sep 04 23:31:39.367 INFO O| Sep 04 23:31:39.367 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107732026-09-04T23:31:40.548Z[ host-image] Sep 04 23:31:39.378 INFO O| Sep 04 23:31:39.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107742026-09-04T23:31:40.548Z[ host-image] Sep 04 23:31:39.378 INFO O| Sep 04 23:31:39.378 INFO copying /tmp/.tmpaRJXye/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 ...
107752026-09-04T23:31:40.548Z[ host-image] Sep 04 23:31:39.378 INFO O| Sep 04 23:31:39.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
107762026-09-04T23:31:40.548Z[ host-image] Sep 04 23:31:39.378 INFO O| Sep 04 23:31:39.378 INFO ok!
107772026-09-04T23:31:40.554Z[ host-image] Sep 04 23:31:39.378 INFO O| Sep 04 23:31:39.378 INFO STEP 119 (ensure_file) COMPLETE
107782026-09-04T23:31:40.554Z[ host-image] Sep 04 23:31:39.378 INFO O| Sep 04 23:31:39.378 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107792026-09-04T23:31:40.560Z[ host-image] Sep 04 23:31:39.390 INFO O| Sep 04 23:31:39.390 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107802026-09-04T23:31:40.560Z[ host-image] Sep 04 23:31:39.390 INFO O| Sep 04 23:31:39.390 INFO copying /tmp/.tmpaRJXye/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 ...
107812026-09-04T23:31:40.560Z[ host-image] Sep 04 23:31:39.390 INFO O| Sep 04 23:31:39.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107822026-09-04T23:31:40.563Z[ host-image] Sep 04 23:31:39.390 INFO O| Sep 04 23:31:39.390 INFO ok!
107832026-09-04T23:31:40.563Z[ host-image] Sep 04 23:31:39.390 INFO O| Sep 04 23:31:39.390 INFO STEP 120 (ensure_file) COMPLETE
107842026-09-04T23:31:40.563Z[ host-image] Sep 04 23:31:39.390 INFO O| Sep 04 23:31:39.390 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107852026-09-04T23:31:40.571Z[ host-image] Sep 04 23:31:39.401 INFO O| Sep 04 23:31:39.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107862026-09-04T23:31:40.571Z[ host-image] Sep 04 23:31:39.401 INFO O| Sep 04 23:31:39.401 INFO copying /tmp/.tmpaRJXye/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 ...
107872026-09-04T23:31:40.574Z[ host-image] Sep 04 23:31:39.401 INFO O| Sep 04 23:31:39.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
107882026-09-04T23:31:40.574Z[ host-image] Sep 04 23:31:39.401 INFO O| Sep 04 23:31:39.401 INFO ok!
107892026-09-04T23:31:40.575Z[ host-image] Sep 04 23:31:39.401 INFO O| Sep 04 23:31:39.401 INFO STEP 121 (ensure_file) COMPLETE
107902026-09-04T23:31:40.575Z[ host-image] Sep 04 23:31:39.401 INFO O| Sep 04 23:31:39.401 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107912026-09-04T23:31:40.584Z[ host-image] Sep 04 23:31:39.412 INFO O| Sep 04 23:31:39.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
107922026-09-04T23:31:40.585Z[ host-image] Sep 04 23:31:39.412 INFO O| Sep 04 23:31:39.412 INFO copying /tmp/.tmpaRJXye/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 ...
107932026-09-04T23:31:40.588Z[ host-image] Sep 04 23:31:39.412 INFO O| Sep 04 23:31:39.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
107942026-09-04T23:31:40.588Z[ host-image] Sep 04 23:31:39.412 INFO O| Sep 04 23:31:39.412 INFO ok!
107952026-09-04T23:31:40.588Z[ host-image] Sep 04 23:31:39.412 INFO O| Sep 04 23:31:39.412 INFO STEP 122 (ensure_file) COMPLETE
107962026-09-04T23:31:40.588Z[ host-image] Sep 04 23:31:39.412 INFO O| Sep 04 23:31:39.412 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107972026-09-04T23:31:40.592Z[ host-image] Sep 04 23:31:39.422 INFO O| Sep 04 23:31:39.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
107982026-09-04T23:31:40.592Z[ host-image] Sep 04 23:31:39.422 INFO O| Sep 04 23:31:39.422 INFO copying /tmp/.tmpaRJXye/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 ...
107992026-09-04T23:31:40.596Z[ host-image] Sep 04 23:31:39.422 INFO O| Sep 04 23:31:39.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108002026-09-04T23:31:40.596Z[ host-image] Sep 04 23:31:39.422 INFO O| Sep 04 23:31:39.422 INFO ok!
108012026-09-04T23:31:40.596Z[ host-image] Sep 04 23:31:39.422 INFO O| Sep 04 23:31:39.422 INFO STEP 123 (ensure_file) COMPLETE
108022026-09-04T23:31:40.596Z[ host-image] Sep 04 23:31:39.422 INFO O| Sep 04 23:31:39.422 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108032026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.433 INFO O| Sep 04 23:31:39.433 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108042026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.433 INFO O| Sep 04 23:31:39.433 INFO copying /tmp/.tmpaRJXye/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 ...
108052026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.433 INFO O| Sep 04 23:31:39.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108062026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.433 INFO O| Sep 04 23:31:39.433 INFO ok!
108072026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.433 INFO O| Sep 04 23:31:39.433 INFO STEP 124 (ensure_file) COMPLETE
108082026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.433 INFO O| Sep 04 23:31:39.433 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108092026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.443 INFO O| Sep 04 23:31:39.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108102026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.443 INFO O| Sep 04 23:31:39.443 INFO copying /tmp/.tmpaRJXye/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 ...
108112026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.443 INFO O| Sep 04 23:31:39.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108122026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.443 INFO O| Sep 04 23:31:39.443 INFO ok!
108132026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.443 INFO O| Sep 04 23:31:39.443 INFO STEP 125 (ensure_file) COMPLETE
108142026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.443 INFO O| Sep 04 23:31:39.443 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108152026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.454 INFO O| Sep 04 23:31:39.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108162026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.454 INFO O| Sep 04 23:31:39.454 INFO copying /tmp/.tmpaRJXye/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 ...
108172026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.454 INFO O| Sep 04 23:31:39.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108182026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.454 INFO O| Sep 04 23:31:39.454 INFO ok!
108192026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.454 INFO O| Sep 04 23:31:39.454 INFO STEP 126 (ensure_file) COMPLETE
108202026-09-04T23:31:40.626Z[ host-image] Sep 04 23:31:39.454 INFO O| Sep 04 23:31:39.454 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108212026-09-04T23:31:40.637Z[ host-image] Sep 04 23:31:39.465 INFO O| Sep 04 23:31:39.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108222026-09-04T23:31:40.637Z[ host-image] Sep 04 23:31:39.465 INFO O| Sep 04 23:31:39.465 INFO copying /tmp/.tmpaRJXye/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 ...
108232026-09-04T23:31:40.642Z[ host-image] Sep 04 23:31:39.465 INFO O| Sep 04 23:31:39.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108242026-09-04T23:31:40.643Z[ host-image] Sep 04 23:31:39.465 INFO O| Sep 04 23:31:39.465 INFO ok!
108252026-09-04T23:31:40.643Z[ host-image] Sep 04 23:31:39.465 INFO O| Sep 04 23:31:39.465 INFO STEP 127 (ensure_file) COMPLETE
108262026-09-04T23:31:40.643Z[ host-image] Sep 04 23:31:39.465 INFO O| Sep 04 23:31:39.465 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108272026-09-04T23:31:40.646Z[ host-image] Sep 04 23:31:39.476 INFO O| Sep 04 23:31:39.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108282026-09-04T23:31:40.646Z[ host-image] Sep 04 23:31:39.476 INFO O| Sep 04 23:31:39.476 INFO copying /tmp/.tmpaRJXye/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 ...
108292026-09-04T23:31:40.650Z[ host-image] Sep 04 23:31:39.476 INFO O| Sep 04 23:31:39.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108302026-09-04T23:31:40.650Z[ host-image] Sep 04 23:31:39.476 INFO O| Sep 04 23:31:39.476 INFO ok!
108312026-09-04T23:31:40.650Z[ host-image] Sep 04 23:31:39.476 INFO O| Sep 04 23:31:39.476 INFO STEP 128 (ensure_file) COMPLETE
108322026-09-04T23:31:40.650Z[ host-image] Sep 04 23:31:39.476 INFO O| Sep 04 23:31:39.476 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108332026-09-04T23:31:40.658Z[ host-image] Sep 04 23:31:39.487 INFO O| Sep 04 23:31:39.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108342026-09-04T23:31:40.658Z[ host-image] Sep 04 23:31:39.488 INFO O| Sep 04 23:31:39.487 INFO copying /tmp/.tmpaRJXye/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 ...
108352026-09-04T23:31:40.661Z[ host-image] Sep 04 23:31:39.488 INFO O| Sep 04 23:31:39.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108362026-09-04T23:31:40.661Z[ host-image] Sep 04 23:31:39.488 INFO O| Sep 04 23:31:39.488 INFO ok!
108372026-09-04T23:31:40.661Z[ host-image] Sep 04 23:31:39.488 INFO O| Sep 04 23:31:39.488 INFO STEP 129 (ensure_file) COMPLETE
108382026-09-04T23:31:40.661Z[ host-image] Sep 04 23:31:39.488 INFO O| Sep 04 23:31:39.488 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108392026-09-04T23:31:40.669Z[ host-image] Sep 04 23:31:39.498 INFO O| Sep 04 23:31:39.498 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108402026-09-04T23:31:40.669Z[ host-image] Sep 04 23:31:39.498 INFO O| Sep 04 23:31:39.498 INFO copying /tmp/.tmpaRJXye/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 ...
108412026-09-04T23:31:40.673Z[ host-image] Sep 04 23:31:39.498 INFO O| Sep 04 23:31:39.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108422026-09-04T23:31:40.673Z[ host-image] Sep 04 23:31:39.498 INFO O| Sep 04 23:31:39.498 INFO ok!
108432026-09-04T23:31:40.673Z[ host-image] Sep 04 23:31:39.498 INFO O| Sep 04 23:31:39.498 INFO STEP 130 (ensure_file) COMPLETE
108442026-09-04T23:31:40.673Z[ host-image] Sep 04 23:31:39.498 INFO O| Sep 04 23:31:39.498 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108452026-09-04T23:31:40.683Z[ host-image] Sep 04 23:31:39.510 INFO O| Sep 04 23:31:39.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108462026-09-04T23:31:40.683Z[ host-image] Sep 04 23:31:39.510 INFO O| Sep 04 23:31:39.510 INFO copying /tmp/.tmpaRJXye/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 ...
108472026-09-04T23:31:40.683Z[ host-image] Sep 04 23:31:39.510 INFO O| Sep 04 23:31:39.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108482026-09-04T23:31:40.683Z[ host-image] Sep 04 23:31:39.510 INFO O| Sep 04 23:31:39.510 INFO ok!
108492026-09-04T23:31:40.687Z[ host-image] Sep 04 23:31:39.510 INFO O| Sep 04 23:31:39.510 INFO STEP 131 (ensure_file) COMPLETE
108502026-09-04T23:31:40.687Z[ host-image] Sep 04 23:31:39.510 INFO O| Sep 04 23:31:39.510 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108512026-09-04T23:31:40.691Z[ host-image] Sep 04 23:31:39.520 INFO O| Sep 04 23:31:39.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108522026-09-04T23:31:40.691Z[ host-image] Sep 04 23:31:39.520 INFO O| Sep 04 23:31:39.520 INFO copying /tmp/.tmpaRJXye/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 ...
108532026-09-04T23:31:40.691Z[ host-image] Sep 04 23:31:39.520 INFO O| Sep 04 23:31:39.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108542026-09-04T23:31:40.691Z[ host-image] Sep 04 23:31:39.520 INFO O| Sep 04 23:31:39.520 INFO ok!
108552026-09-04T23:31:40.691Z[ host-image] Sep 04 23:31:39.520 INFO O| Sep 04 23:31:39.520 INFO STEP 132 (ensure_file) COMPLETE
108562026-09-04T23:31:40.691Z[ host-image] Sep 04 23:31:39.520 INFO O| Sep 04 23:31:39.520 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108572026-09-04T23:31:40.699Z[ host-image] Sep 04 23:31:39.529 INFO O| Sep 04 23:31:39.529 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108582026-09-04T23:31:40.699Z[ host-image] Sep 04 23:31:39.529 INFO O| Sep 04 23:31:39.529 INFO copying /tmp/.tmpaRJXye/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 ...
108592026-09-04T23:31:40.700Z[ host-image] Sep 04 23:31:39.530 INFO O| Sep 04 23:31:39.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108602026-09-04T23:31:40.700Z[ host-image] Sep 04 23:31:39.530 INFO O| Sep 04 23:31:39.529 INFO ok!
108612026-09-04T23:31:40.705Z[ host-image] Sep 04 23:31:39.530 INFO O| Sep 04 23:31:39.529 INFO STEP 133 (ensure_file) COMPLETE
108622026-09-04T23:31:40.705Z[ host-image] Sep 04 23:31:39.530 INFO O| Sep 04 23:31:39.530 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108632026-09-04T23:31:40.709Z[ host-image] Sep 04 23:31:39.539 INFO O| Sep 04 23:31:39.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108642026-09-04T23:31:40.709Z[ host-image] Sep 04 23:31:39.539 INFO O| Sep 04 23:31:39.539 INFO copying /tmp/.tmpaRJXye/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 ...
108652026-09-04T23:31:40.709Z[ host-image] Sep 04 23:31:39.539 INFO O| Sep 04 23:31:39.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108662026-09-04T23:31:40.709Z[ host-image] Sep 04 23:31:39.539 INFO O| Sep 04 23:31:39.539 INFO ok!
108672026-09-04T23:31:40.712Z[ host-image] Sep 04 23:31:39.539 INFO O| Sep 04 23:31:39.539 INFO STEP 134 (ensure_file) COMPLETE
108682026-09-04T23:31:40.712Z[ host-image] Sep 04 23:31:39.539 INFO O| Sep 04 23:31:39.539 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108692026-09-04T23:31:40.719Z[ host-image] Sep 04 23:31:39.550 INFO O| Sep 04 23:31:39.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108702026-09-04T23:31:40.719Z[ host-image] Sep 04 23:31:39.550 INFO O| Sep 04 23:31:39.549 INFO copying /tmp/.tmpaRJXye/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 ...
108712026-09-04T23:31:40.719Z[ host-image] Sep 04 23:31:39.550 INFO O| Sep 04 23:31:39.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108722026-09-04T23:31:40.720Z[ host-image] Sep 04 23:31:39.550 INFO O| Sep 04 23:31:39.550 INFO ok!
108732026-09-04T23:31:40.723Z[ host-image] Sep 04 23:31:39.550 INFO O| Sep 04 23:31:39.550 INFO STEP 135 (ensure_file) COMPLETE
108742026-09-04T23:31:40.723Z[ host-image] Sep 04 23:31:39.550 INFO O| Sep 04 23:31:39.550 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108752026-09-04T23:31:40.731Z[ host-image] Sep 04 23:31:39.561 INFO O| Sep 04 23:31:39.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108762026-09-04T23:31:40.731Z[ host-image] Sep 04 23:31:39.561 INFO O| Sep 04 23:31:39.561 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
108772026-09-04T23:31:40.734Z[ host-image] Sep 04 23:31:39.561 INFO O| Sep 04 23:31:39.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108782026-09-04T23:31:40.734Z[ host-image] Sep 04 23:31:39.561 INFO O| Sep 04 23:31:39.561 INFO ok!
108792026-09-04T23:31:40.734Z[ host-image] Sep 04 23:31:39.561 INFO O| Sep 04 23:31:39.561 INFO STEP 136 (ensure_file) COMPLETE
108802026-09-04T23:31:40.734Z[ host-image] Sep 04 23:31:39.561 INFO O| Sep 04 23:31:39.561 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108812026-09-04T23:31:40.742Z[ host-image] Sep 04 23:31:39.572 INFO O| Sep 04 23:31:39.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108822026-09-04T23:31:40.742Z[ host-image] Sep 04 23:31:39.572 INFO O| Sep 04 23:31:39.572 INFO copying /tmp/.tmpaRJXye/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 ...
108832026-09-04T23:31:40.742Z[ host-image] Sep 04 23:31:39.572 INFO O| Sep 04 23:31:39.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108842026-09-04T23:31:40.745Z[ host-image] Sep 04 23:31:39.572 INFO O| Sep 04 23:31:39.572 INFO ok!
108852026-09-04T23:31:40.745Z[ host-image] Sep 04 23:31:39.572 INFO O| Sep 04 23:31:39.572 INFO STEP 137 (ensure_file) COMPLETE
108862026-09-04T23:31:40.745Z[ host-image] Sep 04 23:31:39.572 INFO O| Sep 04 23:31:39.572 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108872026-09-04T23:31:40.753Z[ host-image] Sep 04 23:31:39.583 INFO O| Sep 04 23:31:39.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108882026-09-04T23:31:40.753Z[ host-image] Sep 04 23:31:39.583 INFO O| Sep 04 23:31:39.583 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108892026-09-04T23:31:40.753Z[ host-image] Sep 04 23:31:39.583 INFO O| Sep 04 23:31:39.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108902026-09-04T23:31:40.753Z[ host-image] Sep 04 23:31:39.583 INFO O| Sep 04 23:31:39.583 INFO ok!
108912026-09-04T23:31:40.753Z[ host-image] Sep 04 23:31:39.583 INFO O| Sep 04 23:31:39.583 INFO STEP 138 (ensure_file) COMPLETE
108922026-09-04T23:31:40.756Z[ host-image] Sep 04 23:31:39.583 INFO O| Sep 04 23:31:39.583 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108932026-09-04T23:31:40.764Z[ host-image] Sep 04 23:31:39.594 INFO O| Sep 04 23:31:39.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
108942026-09-04T23:31:40.764Z[ host-image] Sep 04 23:31:39.594 INFO O| Sep 04 23:31:39.594 INFO copying /tmp/.tmpaRJXye/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
108952026-09-04T23:31:48.908Z[ host-image] Sep 04 23:31:47.738 INFO O| Sep 04 23:31:47.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
108962026-09-04T23:31:48.908Z[ host-image] Sep 04 23:31:47.738 INFO O| Sep 04 23:31:47.738 INFO ok!
108972026-09-04T23:31:48.909Z[ host-image] Sep 04 23:31:47.738 INFO O| Sep 04 23:31:47.738 INFO STEP 139 (ensure_file) COMPLETE
108982026-09-04T23:31:48.909Z[ host-image] Sep 04 23:31:47.738 INFO O| Sep 04 23:31:47.738 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108992026-09-04T23:31:48.917Z[ host-image] Sep 04 23:31:47.747 INFO O| Sep 04 23:31:47.747 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109002026-09-04T23:31:48.920Z[ host-image] Sep 04 23:31:47.747 INFO O| Sep 04 23:31:47.747 INFO STEP 140 (ensure_dir) COMPLETE
109012026-09-04T23:31:48.920Z[ host-image] Sep 04 23:31:47.747 INFO O| Sep 04 23:31:47.747 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109022026-09-04T23:31:48.925Z[ host-image] Sep 04 23:31:47.755 INFO O| Sep 04 23:31:47.755 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109032026-09-04T23:31:48.925Z[ host-image] Sep 04 23:31:47.755 INFO O| Sep 04 23:31:47.755 INFO STEP 141 (ensure_dir) COMPLETE
109042026-09-04T23:31:48.928Z[ host-image] Sep 04 23:31:47.755 INFO O| Sep 04 23:31:47.755 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109052026-09-04T23:31:48.935Z[ host-image] Sep 04 23:31:47.765 INFO O| Sep 04 23:31:47.765 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109062026-09-04T23:31:48.935Z[ host-image] Sep 04 23:31:47.765 INFO O| Sep 04 23:31:47.765 INFO STEP 142 (ensure_dir) COMPLETE
109072026-09-04T23:31:48.938Z[ host-image] Sep 04 23:31:47.765 INFO O| Sep 04 23:31:47.765 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109082026-09-04T23:31:48.944Z[ host-image] Sep 04 23:31:47.774 INFO O| Sep 04 23:31:47.774 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109092026-09-04T23:31:48.944Z[ host-image] Sep 04 23:31:47.774 INFO O| Sep 04 23:31:47.774 INFO STEP 143 (ensure_dir) COMPLETE
109102026-09-04T23:31:48.948Z[ host-image] Sep 04 23:31:47.774 INFO O| Sep 04 23:31:47.774 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109112026-09-04T23:31:48.953Z[ host-image] Sep 04 23:31:47.783 INFO O| Sep 04 23:31:47.783 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109122026-09-04T23:31:48.953Z[ host-image] Sep 04 23:31:47.783 INFO O| Sep 04 23:31:47.783 INFO copying /tmp/.tmpaRJXye/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 ...
109132026-09-04T23:31:48.956Z[ host-image] Sep 04 23:31:47.783 INFO O| Sep 04 23:31:47.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109142026-09-04T23:31:48.956Z[ host-image] Sep 04 23:31:47.783 INFO O| Sep 04 23:31:47.783 INFO ok!
109152026-09-04T23:31:48.956Z[ host-image] Sep 04 23:31:47.783 INFO O| Sep 04 23:31:47.783 INFO STEP 144 (ensure_file) COMPLETE
109162026-09-04T23:31:48.956Z[ host-image] Sep 04 23:31:47.783 INFO O| Sep 04 23:31:47.783 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109172026-09-04T23:31:48.962Z[ host-image] Sep 04 23:31:47.792 INFO O| Sep 04 23:31:47.792 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109182026-09-04T23:31:48.965Z[ host-image] Sep 04 23:31:47.792 INFO O| Sep 04 23:31:47.792 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109192026-09-04T23:31:48.965Z[ host-image] Sep 04 23:31:47.792 INFO O| Sep 04 23:31:47.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109202026-09-04T23:31:48.965Z[ host-image] Sep 04 23:31:47.792 INFO O| Sep 04 23:31:47.792 INFO STEP 145 (ensure_dir) COMPLETE
109212026-09-04T23:31:48.965Z[ host-image] Sep 04 23:31:47.792 INFO O| Sep 04 23:31:47.792 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109222026-09-04T23:31:48.969Z[ host-image] Sep 04 23:31:47.799 INFO O| Sep 04 23:31:47.799 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109232026-09-04T23:31:48.973Z[ host-image] Sep 04 23:31:47.800 INFO O| Sep 04 23:31:47.799 INFO copying /tmp/.tmpaRJXye/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109242026-09-04T23:31:48.973Z[ host-image] Sep 04 23:31:47.800 INFO O| Sep 04 23:31:47.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109252026-09-04T23:31:48.973Z[ host-image] Sep 04 23:31:47.800 INFO O| Sep 04 23:31:47.800 INFO ok!
109262026-09-04T23:31:48.973Z[ host-image] Sep 04 23:31:47.800 INFO O| Sep 04 23:31:47.800 INFO STEP 146 (ensure_file) COMPLETE
109272026-09-04T23:31:48.973Z[ host-image] Sep 04 23:31:47.800 INFO O| Sep 04 23:31:47.800 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109282026-09-04T23:31:48.976Z[ host-image] Sep 04 23:31:47.806 INFO O| Sep 04 23:31:47.806 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109292026-09-04T23:31:48.979Z[ host-image] Sep 04 23:31:47.806 INFO O| Sep 04 23:31:47.806 INFO STEP 147 (remove_files) COMPLETE
109302026-09-04T23:31:48.979Z[ host-image] Sep 04 23:31:47.807 INFO O| Sep 04 23:31:47.806 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109312026-09-04T23:31:48.985Z[ host-image] Sep 04 23:31:47.815 INFO O| Sep 04 23:31:47.815 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109322026-09-04T23:31:48.988Z[ host-image] Sep 04 23:31:47.815 INFO O| Sep 04 23:31:47.815 INFO STEP 148 (remove_files) COMPLETE
109332026-09-04T23:31:48.988Z[ host-image] Sep 04 23:31:47.815 INFO O| Sep 04 23:31:47.815 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109342026-09-04T23:31:48.993Z[ host-image] Sep 04 23:31:47.823 INFO O| Sep 04 23:31:47.823 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109352026-09-04T23:31:48.996Z[ host-image] Sep 04 23:31:47.823 INFO O| Sep 04 23:31:47.823 INFO STEP 149 (remove_files) COMPLETE
109362026-09-04T23:31:48.997Z[ host-image] Sep 04 23:31:47.823 INFO O| Sep 04 23:31:47.823 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109372026-09-04T23:31:49.002Z[ host-image] Sep 04 23:31:47.831 INFO O| Sep 04 23:31:47.831 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109382026-09-04T23:31:49.005Z[ host-image] Sep 04 23:31:47.831 INFO O| Sep 04 23:31:47.831 INFO STEP 150 (remove_files) COMPLETE
109392026-09-04T23:31:49.005Z[ host-image] Sep 04 23:31:47.831 INFO O| Sep 04 23:31:47.831 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109402026-09-04T23:31:49.008Z[ host-image] Sep 04 23:31:47.838 INFO O| Sep 04 23:31:47.838 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109412026-09-04T23:31:49.008Z[ host-image] Sep 04 23:31:47.838 INFO O| Sep 04 23:31:47.838 INFO STEP 151 (remove_files) COMPLETE
109422026-09-04T23:31:49.009Z[ host-image] Sep 04 23:31:47.838 INFO O| Sep 04 23:31:47.838 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109432026-09-04T23:31:49.017Z[ host-image] Sep 04 23:31:47.846 INFO O| Sep 04 23:31:47.846 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109442026-09-04T23:31:49.020Z[ host-image] Sep 04 23:31:47.846 INFO O| Sep 04 23:31:47.846 INFO STEP 152 (remove_files) COMPLETE
109452026-09-04T23:31:49.020Z[ host-image] Sep 04 23:31:47.846 INFO O| Sep 04 23:31:47.846 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109462026-09-04T23:31:49.024Z[ host-image] Sep 04 23:31:47.854 INFO O| Sep 04 23:31:47.854 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109472026-09-04T23:31:49.027Z[ host-image] Sep 04 23:31:47.854 INFO O| Sep 04 23:31:47.854 INFO STEP 153 (remove_files) COMPLETE
109482026-09-04T23:31:49.027Z[ host-image] Sep 04 23:31:47.854 INFO O| Sep 04 23:31:47.854 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109492026-09-04T23:31:49.031Z[ host-image] Sep 04 23:31:47.861 INFO O| Sep 04 23:31:47.861 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109502026-09-04T23:31:49.034Z[ host-image] Sep 04 23:31:47.861 INFO O| Sep 04 23:31:47.861 INFO STEP 154 (remove_files) COMPLETE
109512026-09-04T23:31:49.034Z[ host-image] Sep 04 23:31:47.861 INFO O| Sep 04 23:31:47.861 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109522026-09-04T23:31:49.040Z[ host-image] Sep 04 23:31:47.870 INFO O| Sep 04 23:31:47.870 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109532026-09-04T23:31:49.040Z[ host-image] Sep 04 23:31:47.870 INFO O| Sep 04 23:31:47.870 INFO STEP 155 (remove_files) COMPLETE
109542026-09-04T23:31:49.043Z[ host-image] Sep 04 23:31:47.870 INFO O| Sep 04 23:31:47.870 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109552026-09-04T23:31:49.046Z[ host-image] Sep 04 23:31:47.876 INFO O| Sep 04 23:31:47.876 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109562026-09-04T23:31:49.046Z[ host-image] Sep 04 23:31:47.876 INFO O| Sep 04 23:31:47.876 INFO STEP 156 (remove_files) COMPLETE
109572026-09-04T23:31:49.046Z[ host-image] Sep 04 23:31:47.876 INFO O| Sep 04 23:31:47.876 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109582026-09-04T23:31:49.053Z[ host-image] Sep 04 23:31:47.883 INFO O| Sep 04 23:31:47.883 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109592026-09-04T23:31:49.056Z[ host-image] Sep 04 23:31:47.883 INFO O| Sep 04 23:31:47.883 INFO STEP 157 (remove_files) COMPLETE
109602026-09-04T23:31:49.056Z[ host-image] Sep 04 23:31:47.883 INFO O| Sep 04 23:31:47.883 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109612026-09-04T23:31:49.059Z[ host-image] Sep 04 23:31:47.889 INFO O| Sep 04 23:31:47.889 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109622026-09-04T23:31:49.059Z[ host-image] Sep 04 23:31:47.889 INFO O| Sep 04 23:31:47.889 INFO STEP 158 (remove_files) COMPLETE
109632026-09-04T23:31:49.059Z[ host-image] Sep 04 23:31:47.889 INFO O| Sep 04 23:31:47.889 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109642026-09-04T23:31:49.066Z[ host-image] Sep 04 23:31:47.896 INFO O| Sep 04 23:31:47.896 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109652026-09-04T23:31:49.066Z[ host-image] Sep 04 23:31:47.896 INFO O| Sep 04 23:31:47.896 INFO STEP 159 (remove_files) COMPLETE
109662026-09-04T23:31:49.069Z[ host-image] Sep 04 23:31:47.896 INFO O| Sep 04 23:31:47.896 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109672026-09-04T23:31:49.072Z[ host-image] Sep 04 23:31:47.902 INFO O| Sep 04 23:31:47.902 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109682026-09-04T23:31:49.072Z[ host-image] Sep 04 23:31:47.902 INFO O| Sep 04 23:31:47.902 INFO STEP 160 (remove_files) COMPLETE
109692026-09-04T23:31:49.072Z[ host-image] Sep 04 23:31:47.902 INFO O| Sep 04 23:31:47.902 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109702026-09-04T23:31:49.079Z[ host-image] Sep 04 23:31:47.909 INFO O| Sep 04 23:31:47.909 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109712026-09-04T23:31:49.079Z[ host-image] Sep 04 23:31:47.909 INFO O| Sep 04 23:31:47.909 INFO STEP 161 (remove_files) COMPLETE
109722026-09-04T23:31:49.079Z[ host-image] Sep 04 23:31:47.909 INFO O| Sep 04 23:31:47.909 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109732026-09-04T23:31:49.088Z[ host-image] Sep 04 23:31:47.918 INFO O| Sep 04 23:31:47.918 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109742026-09-04T23:31:49.088Z[ host-image] Sep 04 23:31:47.918 INFO O| Sep 04 23:31:47.918 INFO STEP 162 (remove_files) COMPLETE
109752026-09-04T23:31:49.091Z[ host-image] Sep 04 23:31:47.918 INFO O| Sep 04 23:31:47.918 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109762026-09-04T23:31:49.097Z[ host-image] Sep 04 23:31:47.927 INFO O| Sep 04 23:31:47.927 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109772026-09-04T23:31:49.100Z[ host-image] Sep 04 23:31:47.927 INFO O| Sep 04 23:31:47.927 INFO STEP 163 (remove_files) COMPLETE
109782026-09-04T23:31:49.101Z[ host-image] Sep 04 23:31:47.927 INFO O| Sep 04 23:31:47.927 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109792026-09-04T23:31:49.105Z[ host-image] Sep 04 23:31:47.935 INFO O| Sep 04 23:31:47.935 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109802026-09-04T23:31:49.108Z[ host-image] Sep 04 23:31:47.935 INFO O| Sep 04 23:31:47.935 INFO STEP 164 (remove_files) COMPLETE
109812026-09-04T23:31:49.108Z[ host-image] Sep 04 23:31:47.935 INFO O| Sep 04 23:31:47.935 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109822026-09-04T23:31:49.113Z[ host-image] Sep 04 23:31:47.943 INFO O| Sep 04 23:31:47.943 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109832026-09-04T23:31:49.116Z[ host-image] Sep 04 23:31:47.943 INFO O| Sep 04 23:31:47.943 INFO STEP 165 (remove_files) COMPLETE
109842026-09-04T23:31:49.116Z[ host-image] Sep 04 23:31:47.943 INFO O| Sep 04 23:31:47.943 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109852026-09-04T23:31:49.122Z[ host-image] Sep 04 23:31:47.952 INFO O| Sep 04 23:31:47.952 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109862026-09-04T23:31:49.125Z[ host-image] Sep 04 23:31:47.952 INFO O| Sep 04 23:31:47.952 INFO STEP 166 (remove_files) COMPLETE
109872026-09-04T23:31:49.125Z[ host-image] Sep 04 23:31:47.952 INFO O| Sep 04 23:31:47.952 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109882026-09-04T23:31:49.129Z[ host-image] Sep 04 23:31:47.960 INFO O| Sep 04 23:31:47.960 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109892026-09-04T23:31:49.133Z[ host-image] Sep 04 23:31:47.960 INFO O| Sep 04 23:31:47.960 INFO STEP 167 (remove_files) COMPLETE
109902026-09-04T23:31:49.133Z[ host-image] Sep 04 23:31:47.960 INFO O| Sep 04 23:31:47.960 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109912026-09-04T23:31:49.137Z[ host-image] Sep 04 23:31:47.967 INFO O| Sep 04 23:31:47.967 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
109922026-09-04T23:31:49.141Z[ host-image] Sep 04 23:31:47.967 INFO O| Sep 04 23:31:47.967 INFO STEP 168 (remove_files) COMPLETE
109932026-09-04T23:31:49.141Z[ host-image] Sep 04 23:31:47.967 INFO O| Sep 04 23:31:47.967 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109942026-09-04T23:31:49.145Z[ host-image] Sep 04 23:31:47.975 INFO O| Sep 04 23:31:47.975 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
109952026-09-04T23:31:49.145Z[ host-image] Sep 04 23:31:47.975 INFO O| Sep 04 23:31:47.975 INFO STEP 169 (remove_files) COMPLETE
109962026-09-04T23:31:49.145Z[ host-image] Sep 04 23:31:47.975 INFO O| Sep 04 23:31:47.975 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109972026-09-04T23:31:49.153Z[ host-image] Sep 04 23:31:47.983 INFO O| Sep 04 23:31:47.983 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
109982026-09-04T23:31:49.157Z[ host-image] Sep 04 23:31:47.983 INFO O| Sep 04 23:31:47.983 INFO STEP 170 (remove_files) COMPLETE
109992026-09-04T23:31:49.157Z[ host-image] Sep 04 23:31:47.984 INFO O| Sep 04 23:31:47.983 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110002026-09-04T23:31:49.161Z[ host-image] Sep 04 23:31:47.992 INFO O| Sep 04 23:31:47.991 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110012026-09-04T23:31:49.165Z[ host-image] Sep 04 23:31:47.992 INFO O| Sep 04 23:31:47.992 INFO STEP 171 (remove_files) COMPLETE
110022026-09-04T23:31:49.165Z[ host-image] Sep 04 23:31:47.992 INFO O| Sep 04 23:31:47.992 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110032026-09-04T23:31:49.169Z[ host-image] Sep 04 23:31:47.999 INFO O| Sep 04 23:31:47.999 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110042026-09-04T23:31:49.172Z[ host-image] Sep 04 23:31:47.999 INFO O| Sep 04 23:31:47.999 INFO STEP 172 (remove_files) COMPLETE
110052026-09-04T23:31:49.172Z[ host-image] Sep 04 23:31:47.999 INFO O| Sep 04 23:31:47.999 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110062026-09-04T23:31:49.175Z[ host-image] Sep 04 23:31:48.006 INFO O| Sep 04 23:31:48.006 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110072026-09-04T23:31:49.176Z[ host-image] Sep 04 23:31:48.006 INFO O| Sep 04 23:31:48.006 INFO STEP 173 (remove_files) COMPLETE
110082026-09-04T23:31:49.179Z[ host-image] Sep 04 23:31:48.006 INFO O| Sep 04 23:31:48.006 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110092026-09-04T23:31:49.184Z[ host-image] Sep 04 23:31:48.014 INFO O| Sep 04 23:31:48.014 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110102026-09-04T23:31:49.184Z[ host-image] Sep 04 23:31:48.014 INFO O| Sep 04 23:31:48.014 INFO STEP 174 (remove_files) COMPLETE
110112026-09-04T23:31:49.187Z[ host-image] Sep 04 23:31:48.014 INFO O| Sep 04 23:31:48.014 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110122026-09-04T23:31:49.191Z[ host-image] Sep 04 23:31:48.021 INFO O| Sep 04 23:31:48.021 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110132026-09-04T23:31:49.191Z[ host-image] Sep 04 23:31:48.022 INFO O| Sep 04 23:31:48.022 INFO STEP 175 (remove_files) COMPLETE
110142026-09-04T23:31:49.195Z[ host-image] Sep 04 23:31:48.022 INFO O| Sep 04 23:31:48.022 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110152026-09-04T23:31:49.204Z[ host-image] Sep 04 23:31:48.034 INFO O| Sep 04 23:31:48.034 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110162026-09-04T23:31:49.204Z[ host-image] Sep 04 23:31:48.034 INFO O| Sep 04 23:31:48.034 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110172026-09-04T23:31:53.914Z[ recovery-image] Sep 04 23:31:52.744 INFO O| ok, image written!
110182026-09-04T23:31:53.914Z[ recovery-image] Sep 04 23:31:52.744 INFO O| ok, boot_image_csum file written!
110192026-09-04T23:31:53.918Z[ recovery-image] Sep 04 23:31:52.746 INFO creating boot archive (CPIO)...
110202026-09-04T23:31:53.918Z[ recovery-image] Sep 04 23:31:52.746 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
110212026-09-04T23:31:53.921Z[ recovery-image] Sep 04 23:31:52.750 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110222026-09-04T23:31:53.921Z[ recovery-image] Sep 04 23:31:52.750 INFO E| + outfile=/work/os-recovery/cpio
110232026-09-04T23:31:53.921Z[ recovery-image] Sep 04 23:31:52.750 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110242026-09-04T23:31:53.925Z[ recovery-image] Sep 04 23:31:52.752 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110252026-09-04T23:31:53.925Z[ recovery-image] Sep 04 23:31:52.752 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110262026-09-04T23:31:53.962Z[ recovery-image] Sep 04 23:31:52.792 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110272026-09-04T23:31:53.962Z[ recovery-image] Sep 04 23:31:52.792 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110282026-09-04T23:31:53.969Z[ recovery-image] Sep 04 23:31:52.799 INFO creating compressed cpio/unix for dev loaders...
110292026-09-04T23:31:53.972Z[ recovery-image] Sep 04 23:31:52.799 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
110302026-09-04T23:31:54.196Z[ recovery-image] Sep 04 23:31:53.026 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110312026-09-04T23:31:55.558Z[ host-image] Sep 04 23:31:54.387 INFO O| Sep 04 23:31:54.387 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80
110322026-09-04T23:31:55.558Z[ host-image] Sep 04 23:31:54.387 INFO O| Sep 04 23:31:54.387 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110332026-09-04T23:31:55.571Z[ host-image] Sep 04 23:31:54.400 INFO O| Sep 04 23:31:54.400 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
110342026-09-04T23:31:55.670Z[ host-image] Sep 04 23:31:54.500 INFO O| Sep 04 23:31:54.499 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
110352026-09-04T23:31:55.726Z[ host-image] Sep 04 23:31:54.556 INFO O| Sep 04 23:31:54.556 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110362026-09-04T23:31:55.804Z[ host-image] Sep 04 23:31:54.618 INFO O| Sep 04 23:31:54.618 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110372026-09-04T23:31:55.804Z[ host-image] Sep 04 23:31:54.618 INFO O| Sep 04 23:31:54.618 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110382026-09-04T23:31:55.808Z[ host-image] Sep 04 23:31:54.619 INFO O| Sep 04 23:31:54.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110392026-09-04T23:31:55.808Z[ host-image] Sep 04 23:31:54.619 INFO O| Sep 04 23:31:54.619 INFO ok!
110402026-09-04T23:31:55.809Z[ host-image] Sep 04 23:31:54.619 INFO O| Sep 04 23:31:54.619 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110412026-09-04T23:31:55.809Z[ host-image] Sep 04 23:31:54.619 INFO O| Sep 04 23:31:54.619 INFO STEP 176 (seed_smf) COMPLETE
110422026-09-04T23:31:55.809Z[ host-image] Sep 04 23:31:54.619 INFO O| Sep 04 23:31:54.619 INFO steps complete; finalising image!
110432026-09-04T23:31:55.809Z[ host-image] Sep 04 23:31:54.619 INFO O| Sep 04 23:31:54.619 INFO TRIM POOL: TEMPORARY-sled-zfs
110442026-09-04T23:31:55.868Z[ host-image] Sep 04 23:31:54.698 INFO O| Sep 04 23:31:54.698 INFO trim TEMPORARY-sled-zfs: (31% trimmed, started at Fri Sep 4 23:31:54 2026)
110452026-09-04T23:31:56.081Z[ host-image] Sep 04 23:31:54.911 INFO O| Sep 04 23:31:54.911 INFO temporary pool has 706M used, 318M avail, 1.92x compressratio
110462026-09-04T23:31:56.081Z[ host-image] Sep 04 23:31:54.911 INFO O| Sep 04 23:31:54.911 INFO EXPORT POOL: TEMPORARY-sled-zfs
110472026-09-04T23:31:56.407Z[ host-image] Sep 04 23:31:55.236 INFO O| Sep 04 23:31:55.236 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110482026-09-04T23:31:56.407Z[ host-image] Sep 04 23:31:55.236 INFO O| Sep 04 23:31:55.236 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110492026-09-04T23:31:57.396Z[ host-image] Sep 04 23:31:56.225 INFO O| Sep 04 23:31:56.225 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110502026-09-04T23:31:57.396Z[ host-image] Sep 04 23:31:56.225 INFO O| Sep 04 23:31:56.225 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110512026-09-04T23:31:57.399Z[ host-image] Sep 04 23:31:56.225 INFO O| Sep 04 23:31:56.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110522026-09-04T23:31:57.399Z[ host-image] Sep 04 23:31:56.225 INFO O| Sep 04 23:31:56.225 INFO completed processing sled/zfs
110532026-09-04T23:31:57.399Z[ host-image] Sep 04 23:31:56.225 INFO O| Sep 04 23:31:56.225 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110542026-09-04T23:31:57.582Z[ recovery-image] Sep 04 23:31:56.412 INFO creating reset image...
110552026-09-04T23:31:57.582Z[ recovery-image] Sep 04 23:31:56.412 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")
110562026-09-04T23:31:57.820Z[ recovery-image] Sep 04 23:31:56.650 INFO E| Updating crates.io index
110572026-09-04T23:31:58.108Z[ recovery-image] Sep 04 23:31:56.938 INFO E| Downloading crates ...
110582026-09-04T23:31:58.151Z[ recovery-image] Sep 04 23:31:56.981 INFO E| Downloaded os_pipe v1.2.3
110592026-09-04T23:31:58.162Z[ recovery-image] Sep 04 23:31:56.992 INFO E| Downloaded clap_lex v1.1.0
110602026-09-04T23:31:58.167Z[ recovery-image] Sep 04 23:31:56.997 INFO E| Downloaded colorchoice v1.0.5
110612026-09-04T23:31:58.170Z[ recovery-image] Sep 04 23:31:56.999 INFO E| Downloaded sigchld v0.2.4
110622026-09-04T23:31:58.173Z[ recovery-image] Sep 04 23:31:57.000 INFO E| Downloaded shared_child v1.1.1
110632026-09-04T23:31:58.176Z[ recovery-image] Sep 04 23:31:57.005 INFO E| Downloaded shared_thread v0.2.0
110642026-09-04T23:31:58.179Z[ recovery-image] Sep 04 23:31:57.007 INFO E| Downloaded duct v1.1.1
110652026-09-04T23:31:58.210Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling libc v0.2.186
110662026-09-04T23:31:58.210Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling proc-macro2 v1.0.106
110672026-09-04T23:31:58.210Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling unicode-ident v1.0.24
110682026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling signal-hook v0.3.18
110692026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling quote v1.0.45
110702026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling utf8parse v0.2.2
110712026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling anstyle-query v1.1.5
110722026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling colorchoice v1.0.5
110732026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling anstyle v1.0.14
110742026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.039 INFO E| Compiling is_terminal_polyfill v1.70.2
110752026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.040 INFO E| Compiling clap_lex v1.1.0
110762026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.040 INFO E| Compiling heck v0.5.0
110772026-09-04T23:31:58.213Z[ recovery-image] Sep 04 23:31:57.040 INFO E| Compiling strsim v0.11.1
110782026-09-04T23:31:58.220Z[ recovery-image] Sep 04 23:31:57.050 INFO E| Compiling shared_thread v0.2.0
110792026-09-04T23:31:58.325Z[ recovery-image] Sep 04 23:31:57.155 INFO E| Compiling anstyle-parse v1.0.0
110802026-09-04T23:31:58.460Z[ recovery-image] Sep 04 23:31:57.290 INFO E| Compiling anstream v1.0.0
110812026-09-04T23:31:58.653Z[ recovery-image] Sep 04 23:31:57.482 INFO E| Compiling clap_builder v4.6.0
110822026-09-04T23:31:58.912Z[ recovery-image] Sep 04 23:31:57.742 INFO E| Compiling errno v0.3.14
110832026-09-04T23:31:58.912Z[ recovery-image] Sep 04 23:31:57.742 INFO E| Compiling os_pipe v1.2.3
110842026-09-04T23:31:59.002Z[ recovery-image] Sep 04 23:31:57.831 INFO E| Compiling signal-hook-registry v1.4.8
110852026-09-04T23:31:59.193Z[ recovery-image] Sep 04 23:31:58.023 INFO E| Compiling syn v2.0.117
110862026-09-04T23:31:59.247Z[ recovery-image] Sep 04 23:31:58.076 INFO E| Compiling sigchld v0.2.4
110872026-09-04T23:31:59.335Z[ recovery-image] Sep 04 23:31:58.165 INFO E| Compiling shared_child v1.1.1
110882026-09-04T23:31:59.440Z[ recovery-image] Sep 04 23:31:58.269 INFO E| Compiling duct v1.1.1
110892026-09-04T23:32:01.087Z[ recovery-image] Sep 04 23:31:59.916 INFO E| Compiling clap_derive v4.6.1
110902026-09-04T23:32:02.224Z[ recovery-image] Sep 04 23:32:01.054 INFO E| Compiling clap v4.6.1
110912026-09-04T23:32:02.276Z[ recovery-image] Sep 04 23:32:01.105 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
110922026-09-04T23:32:03.023Z[ recovery-image] Sep 04 23:32:01.852 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
110932026-09-04T23:32:03.027Z[ recovery-image] Sep 04 23:32:01.857 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
110942026-09-04T23:32:03.221Z[ recovery-image] Sep 04 23:32:02.051 INFO E| Downloading crates ...
110952026-09-04T23:32:03.266Z[ recovery-image] Sep 04 23:32:02.096 INFO E| Downloaded bitstruct v0.1.1
110962026-09-04T23:32:03.275Z[ recovery-image] Sep 04 23:32:02.105 INFO E| Downloaded miniz_oxide v0.9.1
110972026-09-04T23:32:03.279Z[ recovery-image] Sep 04 23:32:02.107 INFO E| Downloaded bit_field v0.10.3
110982026-09-04T23:32:03.282Z[ recovery-image] Sep 04 23:32:02.111 INFO E| Downloaded bitstruct_derive v0.1.0
110992026-09-04T23:32:03.284Z[ recovery-image] Sep 04 23:32:02.112 INFO E| Downloaded cpio_reader v0.1.2
111002026-09-04T23:32:03.287Z[ recovery-image] Sep 04 23:32:02.115 INFO E| Downloaded log v0.4.32
111012026-09-04T23:32:03.294Z[ recovery-image] Sep 04 23:32:02.125 INFO E| Downloaded bitflags v2.13.0
111022026-09-04T23:32:03.298Z[ recovery-image] Sep 04 23:32:02.127 INFO E| Downloaded raw-cpuid v10.7.0
111032026-09-04T23:32:03.324Z[ recovery-image] Sep 04 23:32:02.154 INFO E| Downloaded goblin v0.10.7
111042026-09-04T23:32:03.422Z[ recovery-image] Sep 04 23:32:02.252 INFO E| Downloaded x86 v0.52.0
111052026-09-04T23:32:03.454Z[ recovery-image] Sep 04 23:32:02.283 INFO E| Updating crates.io index
111062026-09-04T23:32:03.584Z[ recovery-image] Sep 04 23:32:02.414 INFO E| Downloading crates ...
111072026-09-04T23:32:03.609Z[ recovery-image] Sep 04 23:32:02.439 INFO E| Downloaded rustc-literal-escaper v0.0.7
111082026-09-04T23:32:03.612Z[ recovery-image] Sep 04 23:32:02.440 INFO E| Downloaded hashbrown v0.17.1
111092026-09-04T23:32:03.654Z[ recovery-image] Sep 04 23:32:02.484 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)
111102026-09-04T23:32:03.655Z[ recovery-image] Sep 04 23:32:02.484 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)
111112026-09-04T23:32:03.658Z[ recovery-image] Sep 04 23:32:02.484 INFO E| Compiling proc-macro2 v1.0.106
111122026-09-04T23:32:03.658Z[ recovery-image] Sep 04 23:32:02.484 INFO E| Compiling unicode-ident v1.0.24
111132026-09-04T23:32:03.658Z[ recovery-image] Sep 04 23:32:02.484 INFO E| Compiling quote v1.0.45
111142026-09-04T23:32:03.658Z[ recovery-image] Sep 04 23:32:02.484 INFO E| Compiling syn v1.0.109
111152026-09-04T23:32:03.658Z[ recovery-image] Sep 04 23:32:02.484 INFO E| Compiling x86 v0.52.0
111162026-09-04T23:32:03.658Z[ recovery-image] Sep 04 23:32:02.485 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111172026-09-04T23:32:03.665Z[ recovery-image] Sep 04 23:32:02.495 INFO E| Compiling seq-macro v0.3.6
111182026-09-04T23:32:04.580Z[ recovery-image] Sep 04 23:32:03.409 INFO E| Compiling syn v2.0.117
111192026-09-04T23:32:05.838Z[ recovery-image] Sep 04 23:32:04.668 INFO E| Compiling scroll_derive v0.13.1
111202026-09-04T23:32:06.429Z[ host-image] Sep 04 23:32:05.259 INFO O| Sep 04 23:32:05.259 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111212026-09-04T23:32:06.521Z[ host-image] Sep 04 23:32:05.351 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
111222026-09-04T23:32:06.522Z[ host-image] Sep 04 23:32:05.351 INFO expanded image name: "ci bdb5ffd/${os_short_commit} 2026-09-04 23:16" -> "ci bdb5ffd/0e29ea8 2026-09-04 23:16"
111232026-09-04T23:32:06.524Z[ host-image] Sep 04 23:32:05.351 INFO output artefacts stored in: "/work/os-host"
111242026-09-04T23:32:06.525Z[ host-image] Sep 04 23:32:05.351 INFO collecting git info from project "bootserver"...
111252026-09-04T23:32:06.527Z[ host-image] Sep 04 23:32:05.357 INFO collecting git info from project "image-builder"...
111262026-09-04T23:32:06.531Z[ host-image] Sep 04 23:32:05.361 INFO collecting git info from project "chelsio-t6-roms"...
111272026-09-04T23:32:06.535Z[ host-image] Sep 04 23:32:05.365 INFO collecting git info from project "phbl"...
111282026-09-04T23:32:06.541Z[ host-image] Sep 04 23:32:05.369 INFO collecting git info from project "pinprick"...
111292026-09-04T23:32:06.544Z[ host-image] Sep 04 23:32:05.372 INFO collecting git info from project "amd-host-image-builder"...
111302026-09-04T23:32:06.548Z[ host-image] Sep 04 23:32:05.376 INFO collecting git info from project "dmar-report"...
111312026-09-04T23:32:06.551Z[ host-image] Sep 04 23:32:05.380 INFO collecting git info from project "amd-firmware"...
111322026-09-04T23:32:06.561Z[ host-image] Sep 04 23:32:05.390 INFO collecting git info from project "pilot"...
111332026-09-04T23:32:06.565Z[ host-image] Sep 04 23:32:05.395 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111342026-09-04T23:32:06.827Z[ recovery-image] Sep 04 23:32:05.657 INFO E| Compiling bitstruct_derive v0.1.0
111352026-09-04T23:32:06.880Z[ host-image] Sep 04 23:32:05.709 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111362026-09-04T23:32:07.163Z[ host-image] Sep 04 23:32:05.993 INFO creating Oxide boot image...
111372026-09-04T23:32:07.163Z[ host-image] Sep 04 23:32:05.993 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci bdb5ffd/0e29ea8 2026-09-04 23:16", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111382026-09-04T23:32:07.926Z[ host-image] Sep 04 23:32:06.756 INFO O| ok, image written!
111392026-09-04T23:32:07.926Z[ host-image] Sep 04 23:32:06.756 INFO O| ok, boot_image_csum file written!
111402026-09-04T23:32:07.930Z[ host-image] Sep 04 23:32:06.758 INFO creating boot archive (CPIO)...
111412026-09-04T23:32:07.930Z[ host-image] Sep 04 23:32:06.758 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
111422026-09-04T23:32:07.933Z[ host-image] Sep 04 23:32:06.762 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111432026-09-04T23:32:07.933Z[ host-image] Sep 04 23:32:06.762 INFO E| + outfile=/work/os-host/cpio
111442026-09-04T23:32:07.933Z[ host-image] Sep 04 23:32:06.762 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111452026-09-04T23:32:07.936Z[ host-image] Sep 04 23:32:06.764 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111462026-09-04T23:32:07.936Z[ host-image] Sep 04 23:32:06.764 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111472026-09-04T23:32:07.961Z[ host-image] Sep 04 23:32:06.790 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111482026-09-04T23:32:07.961Z[ host-image] Sep 04 23:32:06.790 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111492026-09-04T23:32:07.966Z[ host-image] Sep 04 23:32:06.796 INFO creating compressed cpio/unix for dev loaders...
111502026-09-04T23:32:07.966Z[ host-image] Sep 04 23:32:06.796 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
111512026-09-04T23:32:08.189Z[ host-image] Sep 04 23:32:07.018 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111522026-09-04T23:32:11.410Z[ host-image] Sep 04 23:32:10.239 INFO creating reset image...
111532026-09-04T23:32:11.414Z[ host-image] Sep 04 23:32:10.239 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")
111542026-09-04T23:32:11.483Z[ host-image] Sep 04 23:32:10.311 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111552026-09-04T23:32:11.489Z[ host-image] Sep 04 23:32:10.313 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111562026-09-04T23:32:11.751Z[ host-image] Sep 04 23:32:10.580 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)
111572026-09-04T23:32:11.751Z[ host-image] Sep 04 23:32:10.580 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)
111582026-09-04T23:32:11.755Z[ host-image] Sep 04 23:32:10.580 INFO E| Compiling proc-macro2 v1.0.106
111592026-09-04T23:32:11.755Z[ host-image] Sep 04 23:32:10.580 INFO E| Compiling unicode-ident v1.0.24
111602026-09-04T23:32:11.755Z[ host-image] Sep 04 23:32:10.580 INFO E| Compiling quote v1.0.45
111612026-09-04T23:32:11.760Z[ host-image] Sep 04 23:32:10.590 INFO E| Compiling syn v1.0.109
111622026-09-04T23:32:11.765Z[ host-image] Sep 04 23:32:10.593 INFO E| Compiling x86 v0.52.0
111632026-09-04T23:32:11.765Z[ host-image] Sep 04 23:32:10.593 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111642026-09-04T23:32:11.769Z[ host-image] Sep 04 23:32:10.596 INFO E| Compiling seq-macro v0.3.6
111652026-09-04T23:32:12.657Z[ host-image] Sep 04 23:32:11.486 INFO E| Compiling syn v2.0.117
111662026-09-04T23:32:13.934Z[ host-image] Sep 04 23:32:12.764 INFO E| Compiling scroll_derive v0.13.1
111672026-09-04T23:32:14.977Z[ host-image] Sep 04 23:32:13.807 INFO E| Compiling bitstruct_derive v0.1.0
111682026-09-04T23:32:16.067Z[ recovery-image] Sep 04 23:32:14.896 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)
111692026-09-04T23:32:18.209Z[ recovery-image] Sep 04 23:32:17.037 INFO E| Compiling bitflags v1.3.2
111702026-09-04T23:32:18.209Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling bit_field v0.10.3
111712026-09-04T23:32:18.209Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling bitflags v2.13.0
111722026-09-04T23:32:18.213Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling plain v0.2.3
111732026-09-04T23:32:18.213Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling scroll v0.13.0
111742026-09-04T23:32:18.213Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling log v0.4.32
111752026-09-04T23:32:18.213Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling adler2 v2.0.1
111762026-09-04T23:32:18.213Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling bitstruct v0.1.1
111772026-09-04T23:32:18.213Z[ recovery-image] Sep 04 23:32:17.038 INFO E| Compiling static_assertions v1.1.0
111782026-09-04T23:32:18.260Z[ recovery-image] Sep 04 23:32:17.089 INFO E| Compiling raw-cpuid v10.7.0
111792026-09-04T23:32:18.313Z[ recovery-image] Sep 04 23:32:17.142 INFO E| Compiling miniz_oxide v0.9.1
111802026-09-04T23:32:18.361Z[ recovery-image] Sep 04 23:32:17.191 INFO E| Compiling cpio_reader v0.1.2
111812026-09-04T23:32:18.432Z[ recovery-image] Sep 04 23:32:17.261 INFO E| Compiling goblin v0.10.7
111822026-09-04T23:32:21.277Z[ recovery-image] Sep 04 23:32:20.106 INFO E| Finished `release` profile [optimized] target(s) in 18.23s
111832026-09-04T23:32:21.299Z[ recovery-image] Sep 04 23:32:20.128 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111842026-09-04T23:32:21.299Z[ recovery-image] Sep 04 23:32:20.128 INFO building ROM for cosmo
111852026-09-04T23:32:21.302Z[ recovery-image] Sep 04 23:32:20.128 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")
111862026-09-04T23:32:21.373Z[ recovery-image] Sep 04 23:32:20.202 INFO E| Downloading crates ...
111872026-09-04T23:32:21.432Z[ recovery-image] Sep 04 23:32:20.261 INFO E| Downloaded is_terminal_polyfill v1.70.1
111882026-09-04T23:32:21.435Z[ recovery-image] Sep 04 23:32:20.263 INFO E| Downloaded clap_builder v4.5.37
111892026-09-04T23:32:21.438Z[ recovery-image] Sep 04 23:32:20.267 INFO E| Downloaded anstyle-query v1.1.2
111902026-09-04T23:32:21.438Z[ recovery-image] Sep 04 23:32:20.268 INFO E| Downloaded toml_datetime v0.6.9
111912026-09-04T23:32:21.442Z[ recovery-image] Sep 04 23:32:20.269 INFO E| Downloaded anstream v0.6.18
111922026-09-04T23:32:21.442Z[ recovery-image] Sep 04 23:32:20.270 INFO E| Downloaded shared_child v1.0.1
111932026-09-04T23:32:21.442Z[ recovery-image] Sep 04 23:32:20.271 INFO E| Downloaded colorchoice v1.0.3
111942026-09-04T23:32:21.445Z[ recovery-image] Sep 04 23:32:20.273 INFO E| Downloaded os_pipe v1.2.1
111952026-09-04T23:32:21.448Z[ recovery-image] Sep 04 23:32:20.276 INFO E| Downloaded serde_spanned v0.6.8
111962026-09-04T23:32:21.448Z[ recovery-image] Sep 04 23:32:20.277 INFO E| Downloaded anstyle v1.0.10
111972026-09-04T23:32:21.453Z[ recovery-image] Sep 04 23:32:20.278 INFO E| Downloaded anstyle-parse v0.2.6
111982026-09-04T23:32:21.453Z[ recovery-image] Sep 04 23:32:20.280 INFO E| Downloaded duct v0.13.7
111992026-09-04T23:32:21.453Z[ recovery-image] Sep 04 23:32:20.281 INFO E| Downloaded toml_write v0.1.1
112002026-09-04T23:32:21.457Z[ recovery-image] Sep 04 23:32:20.282 INFO E| Downloaded clap_derive v4.5.32
112012026-09-04T23:32:21.457Z[ recovery-image] Sep 04 23:32:20.283 INFO E| Downloaded clap_lex v0.7.4
112022026-09-04T23:32:21.465Z[ recovery-image] Sep 04 23:32:20.295 INFO E| Downloaded clap v4.5.37
112032026-09-04T23:32:21.470Z[ recovery-image] Sep 04 23:32:20.300 INFO E| Downloaded toml v0.8.22
112042026-09-04T23:32:21.490Z[ recovery-image] Sep 04 23:32:20.319 INFO E| Downloaded cc v1.2.20
112052026-09-04T23:32:21.493Z[ recovery-image] Sep 04 23:32:20.322 INFO E| Downloaded toml_edit v0.22.26
112062026-09-04T23:32:21.512Z[ recovery-image] Sep 04 23:32:20.342 INFO E| Downloaded winnow v0.7.7
112072026-09-04T23:32:21.529Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling libc v0.2.172
112082026-09-04T23:32:21.529Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling utf8parse v0.2.2
112092026-09-04T23:32:21.529Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling shlex v1.3.0
112102026-09-04T23:32:21.529Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling is_terminal_polyfill v1.70.1
112112026-09-04T23:32:21.533Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling hashbrown v0.15.2
112122026-09-04T23:32:21.533Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling equivalent v1.0.2
112132026-09-04T23:32:21.533Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling anstyle-query v1.1.2
112142026-09-04T23:32:21.533Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling anstyle v1.0.10
112152026-09-04T23:32:21.533Z[ recovery-image] Sep 04 23:32:20.358 INFO E| Compiling colorchoice v1.0.3
112162026-09-04T23:32:21.533Z[ recovery-image] Sep 04 23:32:20.359 INFO E| Compiling once_cell v1.21.3
112172026-09-04T23:32:21.547Z[ recovery-image] Sep 04 23:32:20.376 INFO E| Compiling clap_lex v0.7.4
112182026-09-04T23:32:21.550Z[ recovery-image] Sep 04 23:32:20.376 INFO E| Compiling anyhow v1.0.98
112192026-09-04T23:32:21.551Z[ recovery-image] Sep 04 23:32:20.377 INFO E| Compiling winnow v0.7.7
112202026-09-04T23:32:21.561Z[ recovery-image] Sep 04 23:32:20.391 INFO E| Compiling toml_write v0.1.1
112212026-09-04T23:32:21.575Z[ recovery-image] Sep 04 23:32:20.404 INFO E| Compiling strsim v0.11.1
112222026-09-04T23:32:21.578Z[ recovery-image] Sep 04 23:32:20.407 INFO E| Compiling syn v2.0.101
112232026-09-04T23:32:21.677Z[ recovery-image] Sep 04 23:32:20.506 INFO E| Compiling anstyle-parse v0.2.6
112242026-09-04T23:32:21.724Z[ recovery-image] Sep 04 23:32:20.553 INFO E| Compiling cc v1.2.20
112252026-09-04T23:32:21.887Z[ recovery-image] Sep 04 23:32:20.716 INFO E| Compiling anstream v0.6.18
112262026-09-04T23:32:22.219Z[ recovery-image] Sep 04 23:32:21.048 INFO E| Compiling indexmap v2.9.0
112272026-09-04T23:32:22.219Z[ recovery-image] Sep 04 23:32:21.048 INFO E| Compiling clap_builder v4.5.37
112282026-09-04T23:32:22.432Z[ recovery-image] Sep 04 23:32:21.261 INFO E| Compiling os_pipe v1.2.1
112292026-09-04T23:32:22.432Z[ recovery-image] Sep 04 23:32:21.261 INFO E| Compiling shared_child v1.0.1
112302026-09-04T23:32:22.587Z[ recovery-image] Sep 04 23:32:21.415 INFO E| Compiling duct v0.13.7
112312026-09-04T23:32:23.317Z[ recovery-image] Sep 04 23:32:22.146 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112322026-09-04T23:32:24.165Z[ recovery-image] Sep 04 23:32:22.994 INFO E| Compiling serde_derive v1.0.219
112332026-09-04T23:32:24.165Z[ recovery-image] Sep 04 23:32:22.994 INFO E| Compiling clap_derive v4.5.32
112342026-09-04T23:32:24.750Z[ host-image] Sep 04 23:32:23.579 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)
112352026-09-04T23:32:26.114Z[ recovery-image] Sep 04 23:32:24.944 INFO E| Compiling clap v4.5.37
112362026-09-04T23:32:26.854Z[ recovery-image] Sep 04 23:32:25.683 INFO E| Compiling serde v1.0.219
112372026-09-04T23:32:27.516Z[ host-image] Sep 04 23:32:26.345 INFO E| Compiling bitflags v1.3.2
112382026-09-04T23:32:27.516Z[ host-image] Sep 04 23:32:26.345 INFO E| Compiling bit_field v0.10.3
112392026-09-04T23:32:27.516Z[ host-image] Sep 04 23:32:26.345 INFO E| Compiling bitflags v2.13.0
112402026-09-04T23:32:27.526Z[ host-image] Sep 04 23:32:26.345 INFO E| Compiling scroll v0.13.0
112412026-09-04T23:32:27.526Z[ host-image] Sep 04 23:32:26.346 INFO E| Compiling adler2 v2.0.1
112422026-09-04T23:32:27.526Z[ host-image] Sep 04 23:32:26.346 INFO E| Compiling log v0.4.32
112432026-09-04T23:32:27.526Z[ host-image] Sep 04 23:32:26.346 INFO E| Compiling plain v0.2.3
112442026-09-04T23:32:27.526Z[ host-image] Sep 04 23:32:26.346 INFO E| Compiling static_assertions v1.1.0
112452026-09-04T23:32:27.526Z[ host-image] Sep 04 23:32:26.346 INFO E| Compiling bitstruct v0.1.1
112462026-09-04T23:32:27.576Z[ host-image] Sep 04 23:32:26.401 INFO E| Compiling raw-cpuid v10.7.0
112472026-09-04T23:32:27.612Z[ host-image] Sep 04 23:32:26.441 INFO E| Compiling miniz_oxide v0.9.1
112482026-09-04T23:32:27.695Z[ host-image] Sep 04 23:32:26.525 INFO E| Compiling cpio_reader v0.1.2
112492026-09-04T23:32:27.744Z[ host-image] Sep 04 23:32:26.573 INFO E| Compiling goblin v0.10.7
112502026-09-04T23:32:28.859Z[ recovery-image] Sep 04 23:32:27.688 INFO E| Compiling toml_datetime v0.6.9
112512026-09-04T23:32:28.859Z[ recovery-image] Sep 04 23:32:27.688 INFO E| Compiling serde_spanned v0.6.8
112522026-09-04T23:32:29.038Z[ recovery-image] Sep 04 23:32:27.867 INFO E| Compiling toml_edit v0.22.26
112532026-09-04T23:32:30.464Z[ recovery-image] Sep 04 23:32:29.294 INFO E| Compiling toml v0.8.22
112542026-09-04T23:32:30.883Z[ host-image] Sep 04 23:32:29.711 INFO E| Finished `release` profile [optimized] target(s) in 19.38s
112552026-09-04T23:32:30.898Z[ host-image] Sep 04 23:32:29.728 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112562026-09-04T23:32:30.899Z[ host-image] Sep 04 23:32:29.728 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112572026-09-04T23:32:30.899Z[ host-image] Sep 04 23:32:29.728 INFO building ROM for gimlet
112582026-09-04T23:32:30.899Z[ host-image] Sep 04 23:32:29.728 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")
112592026-09-04T23:32:30.995Z[ host-image] Sep 04 23:32:29.825 INFO E| Blocking waiting for file lock on build directory
112602026-09-04T23:32:32.773Z[ recovery-image] Sep 04 23:32:31.594 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
112612026-09-04T23:32:32.777Z[ host-image] Sep 04 23:32:31.602 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
112622026-09-04T23:32:32.777Z[ recovery-image] Sep 04 23:32:31.603 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`
112632026-09-04T23:32:32.777Z[ host-image] Sep 04 23:32:31.605 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`
112642026-09-04T23:32:32.792Z[ host-image] Sep 04 23:32:31.617 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112652026-09-04T23:32:32.796Z[ recovery-image] Sep 04 23:32:31.617 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
112662026-09-04T23:32:32.811Z[ host-image] Sep 04 23:32:31.638 INFO E| Blocking waiting for file lock on package cache
112672026-09-04T23:32:32.832Z[ recovery-image] Sep 04 23:32:31.662 INFO E| Blocking waiting for file lock on package cache
112682026-09-04T23:32:32.858Z[ host-image] Sep 04 23:32:31.685 INFO E| Blocking waiting for file lock on package cache
112692026-09-04T23:32:32.862Z[ recovery-image] Sep 04 23:32:31.686 INFO E| Blocking waiting for file lock on package cache
112702026-09-04T23:32:32.862Z[ host-image] Sep 04 23:32:31.687 INFO E| Blocking waiting for file lock on package cache
112712026-09-04T23:32:32.885Z[ recovery-image] Sep 04 23:32:31.704 INFO E| Blocking waiting for file lock on package cache
112722026-09-04T23:32:32.893Z[ host-image] Sep 04 23:32:31.718 INFO E| Blocking waiting for file lock on build directory
112732026-09-04T23:32:32.926Z[ recovery-image] Sep 04 23:32:31.731 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
112742026-09-04T23:32:32.931Z[ recovery-image] Sep 04 23:32:31.735 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`
112752026-09-04T23:32:32.931Z[ host-image] Sep 04 23:32:31.741 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
112762026-09-04T23:32:32.931Z[ host-image] Sep 04 23:32:31.745 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`
112772026-09-04T23:32:33.043Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112782026-09-04T23:32:33.043Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112792026-09-04T23:32:33.043Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112802026-09-04T23:32:33.047Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112812026-09-04T23:32:33.047Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112822026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112832026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112842026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112852026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112862026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112872026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112882026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112892026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112902026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112912026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112922026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO O| Info: ABL version: 0x100f5010
112932026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
112942026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
112952026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
112962026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112972026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112982026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112992026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113002026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113012026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113022026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113032026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113042026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113052026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113062026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113072026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113082026-09-04T23:32:33.048Z[ host-image] Sep 04 23:32:31.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113092026-09-04T23:32:33.049Z[ host-image] Sep 04 23:32:31.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113102026-09-04T23:32:33.049Z[ host-image] Sep 04 23:32:31.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113112026-09-04T23:32:33.049Z[ host-image] Sep 04 23:32:31.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113122026-09-04T23:32:33.081Z[ host-image] Sep 04 23:32:31.910 INFO building ROM for cosmo
113132026-09-04T23:32:33.081Z[ host-image] Sep 04 23:32:31.910 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")
113142026-09-04T23:32:33.124Z[ recovery-image] Sep 04 23:32:31.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113152026-09-04T23:32:33.128Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113162026-09-04T23:32:33.128Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113172026-09-04T23:32:33.128Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113182026-09-04T23:32:33.128Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113192026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113202026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113212026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113222026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113232026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113242026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113252026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113262026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113272026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113282026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113292026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113302026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113312026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113322026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113332026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113342026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113352026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113362026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113372026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
113382026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
113392026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
113402026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
113412026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
113422026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
113432026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
113442026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
113452026-09-04T23:32:33.129Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
113462026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
113472026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
113482026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113492026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113502026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
113512026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
113522026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
113532026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
113542026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
113552026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
113562026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
113572026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
113582026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
113592026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
113602026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
113612026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
113622026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
113632026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
113642026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
113652026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
113662026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
113672026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO O| Info: ABL version: 0x100af010
113682026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
113692026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
113702026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
113712026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
113722026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
113732026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
113742026-09-04T23:32:33.130Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
113752026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
113762026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
113772026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
113782026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
113792026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
113802026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
113812026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
113822026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
113832026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
113842026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
113852026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
113862026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
113872026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
113882026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
113892026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
113902026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
113912026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
113922026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
113932026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
113942026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
113952026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
113962026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
113972026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
113982026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
113992026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114002026-09-04T23:32:33.131Z[ recovery-image] Sep 04 23:32:31.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114012026-09-04T23:32:33.162Z[ recovery-image] Sep 04 23:32:31.991 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
114022026-09-04T23:32:33.162Z[ recovery-image] Sep 04 23:32:31.991 INFO building ROM for gimlet
114032026-09-04T23:32:33.165Z[ recovery-image] Sep 04 23:32:31.991 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/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")
114042026-09-04T23:32:33.168Z[ host-image] Sep 04 23:32:31.998 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
114052026-09-04T23:32:33.172Z[ host-image] Sep 04 23:32:32.000 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`
114062026-09-04T23:32:33.184Z[ host-image] Sep 04 23:32:32.014 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114072026-09-04T23:32:33.208Z[ recovery-image] Sep 04 23:32:32.038 INFO E| Blocking waiting for file lock on package cache
114082026-09-04T23:32:33.229Z[ host-image] Sep 04 23:32:32.057 INFO E| Blocking waiting for file lock on package cache
114092026-09-04T23:32:33.250Z[ recovery-image] Sep 04 23:32:32.080 INFO E| Blocking waiting for file lock on package cache
114102026-09-04T23:32:33.253Z[ host-image] Sep 04 23:32:32.080 INFO E| Blocking waiting for file lock on package cache
114112026-09-04T23:32:33.253Z[ recovery-image] Sep 04 23:32:32.081 INFO E| Blocking waiting for file lock on package cache
114122026-09-04T23:32:33.264Z[ host-image] Sep 04 23:32:32.094 INFO E| Blocking waiting for file lock on package cache
114132026-09-04T23:32:33.275Z[ host-image] Sep 04 23:32:32.104 INFO E| Blocking waiting for file lock on build directory
114142026-09-04T23:32:33.279Z[ recovery-image] Sep 04 23:32:32.109 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
114152026-09-04T23:32:33.282Z[ recovery-image] Sep 04 23:32:32.112 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`
114162026-09-04T23:32:33.289Z[ host-image] Sep 04 23:32:32.119 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
114172026-09-04T23:32:33.293Z[ host-image] Sep 04 23:32:32.123 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`
114182026-09-04T23:32:33.296Z[ recovery-image] Sep 04 23:32:32.125 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
114192026-09-04T23:32:33.364Z[ recovery-image] Sep 04 23:32:32.194 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114202026-09-04T23:32:33.368Z[ recovery-image] Sep 04 23:32:32.197 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`
114212026-09-04T23:32:33.499Z[ recovery-image] Sep 04 23:32:32.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
114222026-09-04T23:32:33.499Z[ recovery-image] Sep 04 23:32:32.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
114232026-09-04T23:32:33.499Z[ recovery-image] Sep 04 23:32:32.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
114242026-09-04T23:32:33.499Z[ recovery-image] Sep 04 23:32:32.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114252026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114262026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114272026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114282026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114292026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114302026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114312026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114322026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114332026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114342026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114352026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114362026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO O| Info: ABL version: 0x100f5010
114372026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114382026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114392026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114402026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114412026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114422026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114432026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114442026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114452026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114462026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114472026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114482026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114492026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114502026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114512026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114522026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114532026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114542026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114552026-09-04T23:32:33.503Z[ recovery-image] Sep 04 23:32:32.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114562026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114572026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114582026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114592026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114602026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114612026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114622026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114632026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114642026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114652026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114662026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114672026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114682026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114692026-09-04T23:32:33.507Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114702026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114712026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114722026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114732026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114742026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114752026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114762026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114772026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114782026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114792026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114802026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114812026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114822026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114832026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114842026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114852026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114862026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114872026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114882026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114892026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114902026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114912026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114922026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114932026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114942026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114952026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114962026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114972026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114982026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114992026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115002026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115012026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115022026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115032026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115042026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115052026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115062026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115072026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115082026-09-04T23:32:33.508Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115092026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.336 INFO O| Info: ABL version: 0x100af010
115102026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.336 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115112026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.336 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115122026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115132026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115142026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115152026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115162026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115172026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115182026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115192026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115202026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115212026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115222026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115232026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115242026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115252026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115262026-09-04T23:32:33.509Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115272026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115282026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115292026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115302026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115312026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115322026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115332026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115342026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115352026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115362026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115372026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115382026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115392026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115402026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115412026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115422026-09-04T23:32:33.513Z[ host-image] Sep 04 23:32:32.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115432026-09-04T23:32:33.546Z[ recovery-image] Sep 04 23:32:32.376 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115442026-09-04T23:32:33.551Z[ host-image] Sep 04 23:32:32.381 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115452026-09-04T23:32:34.799Z[ recovery-image] Sep 04 23:32:33.628 INFO image complete! materials are in "/work/os-recovery"
115462026-09-04T23:32:34.803Z[ recovery-image]
115472026-09-04T23:32:34.803Z[ recovery-image] real 3:24.658823720
115482026-09-04T23:32:34.803Z[ recovery-image] user 2:36.190313972
115492026-09-04T23:32:34.803Z[ recovery-image] sys 37.870955389
115502026-09-04T23:32:34.803Z[ recovery-image] trap 0.137513856
115512026-09-04T23:32:34.803Z[ recovery-image] tflt 0.698995694
115522026-09-04T23:32:34.803Z[ recovery-image] dflt 0.977333488
115532026-09-04T23:32:34.803Z[ recovery-image] kflt 0.000205490
115542026-09-04T23:32:34.803Z[ recovery-image] lock 8:12.381681063
115552026-09-04T23:32:34.803Z[ recovery-image] slp 18:11.966248311
115562026-09-04T23:32:34.803Z[ recovery-image] lat 37.008121515
115572026-09-04T23:32:34.803Z[ recovery-image] stop 10.743154215
115582026-09-04T23:32:34.803ZSep 04 23:32:33.632 INFO [recovery-image] process exited with exit status: 0 (204.663874107s)
115592026-09-04T23:32:34.803ZSep 04 23:32:33.632 INFO [tuf-v2-recovery] running task
115602026-09-04T23:32:34.807ZSep 04 23:32:33.633 INFO [tuf-v2-recovery] task succeeded (810.131µs)
115612026-09-04T23:32:38.573Z[ host-image] Sep 04 23:32:37.402 INFO image complete! materials are in "/work/os-host"
115622026-09-04T23:32:38.576Z[ host-image]
115632026-09-04T23:32:38.576Z[ host-image] real 3:58.741196067
115642026-09-04T23:32:38.576Z[ host-image] user 2:48.858468052
115652026-09-04T23:32:38.576Z[ host-image] sys 38.421883216
115662026-09-04T23:32:38.576Z[ host-image] trap 0.159801838
115672026-09-04T23:32:38.576Z[ host-image] tflt 0.236242203
115682026-09-04T23:32:38.576Z[ host-image] dflt 0.205564404
115692026-09-04T23:32:38.577Z[ host-image] kflt 0.000196250
115702026-09-04T23:32:38.577Z[ host-image] lock 4:51.952359309
115712026-09-04T23:32:38.577Z[ host-image] slp 20:43.181456603
115722026-09-04T23:32:38.581Z[ host-image] lat 28.270439051
115732026-09-04T23:32:38.581Z[ host-image] stop 1.636468844
115742026-09-04T23:32:38.581ZSep 04 23:32:37.407 INFO [host-image] process exited with exit status: 0 (238.746866175s)
115752026-09-04T23:32:38.581ZSep 04 23:32:37.407 INFO [tuf-v2-host] running task
115762026-09-04T23:32:38.581ZSep 04 23:32:37.407 INFO [tuf-repo] running task
115772026-09-04T23:32:38.581ZSep 04 23:32:37.407 INFO [tuf-v2-host] task succeeded (619.551µs)
115782026-09-04T23:32:38.581ZSep 04 23:32:37.407 INFO [tuf-v2-repo] running task
115792026-09-04T23:32:53.125ZSep 04 23:32:51.955 INFO assembling repository in `/tmp/tufaceousov05LH`, component: OmicronRepoAssembler
115802026-09-04T23:32:55.584ZSep 04 23:32:54.413 INFO [tuf-v2-repo] task succeeded (17.006174926s)
115812026-09-04T23:32:57.497ZSep 04 23:32:56.326 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115822026-09-04T23:32:57.736ZSep 04 23:32:56.566 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115832026-09-04T23:32:59.198ZSep 04 23:32:58.027 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115842026-09-04T23:32:59.261ZSep 04 23:32:58.089 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115852026-09-04T23:32:59.310ZSep 04 23:32:58.139 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
115862026-09-04T23:32:59.356ZSep 04 23:32:58.186 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
115872026-09-04T23:32:59.405ZSep 04 23:32:58.234 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
115882026-09-04T23:32:59.453ZSep 04 23:32:58.282 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
115892026-09-04T23:32:59.502ZSep 04 23:32:58.331 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
115902026-09-04T23:33:07.056ZSep 04 23:33:05.885 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
115912026-09-04T23:33:07.061ZSep 04 23:33:05.891 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
115922026-09-04T23:33:07.083ZSep 04 23:33:05.912 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
115932026-09-04T23:33:07.136ZSep 04 23:33:05.965 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
115942026-09-04T23:33:07.189ZSep 04 23:33:06.019 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
115952026-09-04T23:33:07.243ZSep 04 23:33:06.073 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
115962026-09-04T23:33:07.308ZSep 04 23:33:06.137 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
115972026-09-04T23:33:07.314ZSep 04 23:33:06.143 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
115982026-09-04T23:33:07.337ZSep 04 23:33:06.167 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
115992026-09-04T23:33:08.555ZSep 04 23:33:07.385 INFO [tuf-repo] task succeeded (29.977954777s)
116002026-09-04T23:36:17.406Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
116012026-09-04T23:36:17.418Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116022026-09-04T23:36:17.419Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116032026-09-04T23:36:20.071ZSep 04 23:36:18.899 INFO [verify-libraries] process exited with exit status: 0 (430.173321755s)
116042026-09-04T23:36:20.071ZSep 04 23:36:18.899 INFO all jobs completed in 1168.878518597s
116052026-09-04T23:36:20.962Zprocess exited: duration 1383314 ms, exit code 0
 
116062026-09-04T23:36:20.983Zfound 41 output files
116072026-09-04T23:36:20.984Zuploading: /work/manifest.toml (17334 bytes)
116082026-09-04T23:36:21.997Zuploaded: /work/manifest.toml
116092026-09-04T23:36:21.998Zuploading: /work/repo.zip (2349637575 bytes)
116102026-09-04T23:36:59.312Zuploaded: /work/repo.zip
116112026-09-04T23:36:59.312Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116122026-09-04T23:37:00.377Zuploaded: /work/repo.zip.sha256.txt
116132026-09-04T23:37:00.377Zuploading: /work/helios.json (647 bytes)
116142026-09-04T23:37:01.389Zuploaded: /work/helios.json
116152026-09-04T23:37:01.389Zuploading: /work/incorporation.p5m (113595 bytes)
116162026-09-04T23:37:02.401Zuploaded: /work/incorporation.p5m
116172026-09-04T23:37:02.401Zuploading: /work/incorporation.p5p (133120 bytes)
116182026-09-04T23:37:03.424Zuploaded: /work/incorporation.p5p
116192026-09-04T23:37:03.424Zuploading: /work/helios-incorp.log (522 bytes)
116202026-09-04T23:37:04.434Zuploaded: /work/helios-incorp.log
116212026-09-04T23:37:04.435Zuploading: /work/helios-setup.log (57206 bytes)
116222026-09-04T23:37:05.449Zuploaded: /work/helios-setup.log
116232026-09-04T23:37:05.449Zuploading: /work/host-image.log (234970 bytes)
116242026-09-04T23:37:06.465Zuploaded: /work/host-image.log
116252026-09-04T23:37:06.465Zuploading: /work/host-package.log (49353 bytes)
116262026-09-04T23:37:07.478Zuploaded: /work/host-package.log
116272026-09-04T23:37:07.478Zuploading: /work/host-target.log (101 bytes)
116282026-09-04T23:37:08.487Zuploaded: /work/host-target.log
116292026-09-04T23:37:08.487Zuploading: /work/incorp-create.log (0 bytes)
116302026-09-04T23:37:09.494Zuploaded: /work/incorp-create.log
116312026-09-04T23:37:09.494Zuploading: /work/incorp-fmt.log (0 bytes)
116322026-09-04T23:37:10.501Zuploaded: /work/incorp-fmt.log
116332026-09-04T23:37:10.501Zuploading: /work/incorp-pkgsend.log (108 bytes)
116342026-09-04T23:37:11.512Zuploaded: /work/incorp-pkgsend.log
116352026-09-04T23:37:11.512Zuploading: /work/incorp-publisher.log (0 bytes)
116362026-09-04T23:37:12.519Zuploaded: /work/incorp-publisher.log
116372026-09-04T23:37:12.519Zuploading: /work/omicron-package.log (10474 bytes)
116382026-09-04T23:37:13.531Zuploaded: /work/omicron-package.log
116392026-09-04T23:37:13.531Zuploading: /work/recovery-image.log (590776 bytes)
116402026-09-04T23:37:14.549Zuploaded: /work/recovery-image.log
116412026-09-04T23:37:14.550Zuploading: /work/recovery-package.log (2621 bytes)
116422026-09-04T23:37:15.558Zuploaded: /work/recovery-package.log
116432026-09-04T23:37:15.559Zuploading: /work/recovery-target.log (98 bytes)
116442026-09-04T23:37:16.568Zuploaded: /work/recovery-target.log
116452026-09-04T23:37:16.569Zuploading: /work/stamp-clickhouse.log (117 bytes)
116462026-09-04T23:37:17.577Zuploaded: /work/stamp-clickhouse.log
116472026-09-04T23:37:17.577Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116482026-09-04T23:37:18.588Zuploaded: /work/stamp-clickhouse_keeper.log
116492026-09-04T23:37:18.588Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116502026-09-04T23:37:19.601Zuploaded: /work/stamp-clickhouse_server.log
116512026-09-04T23:37:19.601Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116522026-09-04T23:37:20.612Zuploaded: /work/stamp-cockroachdb.log
116532026-09-04T23:37:20.612Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116542026-09-04T23:37:21.622Zuploaded: /work/stamp-crucible-pantry-zone.log
116552026-09-04T23:37:21.622Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116562026-09-04T23:37:22.633Zuploaded: /work/stamp-crucible-utils.log
116572026-09-04T23:37:22.633Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116582026-09-04T23:37:23.643Zuploaded: /work/stamp-crucible-zone.log
116592026-09-04T23:37:23.643Zuploading: /work/stamp-external-dns.log (119 bytes)
116602026-09-04T23:37:24.653Zuploaded: /work/stamp-external-dns.log
116612026-09-04T23:37:24.653Zuploading: /work/stamp-installinator.log (103 bytes)
116622026-09-04T23:37:25.664Zuploaded: /work/stamp-installinator.log
116632026-09-04T23:37:25.664Zuploading: /work/stamp-internal-dns.log (119 bytes)
116642026-09-04T23:37:26.677Zuploaded: /work/stamp-internal-dns.log
116652026-09-04T23:37:26.677Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116662026-09-04T23:37:27.687Zuploaded: /work/stamp-mg-ddm-gz.log
116672026-09-04T23:37:27.688Zuploading: /work/stamp-nexus.log (112 bytes)
116682026-09-04T23:37:28.698Zuploaded: /work/stamp-nexus.log
116692026-09-04T23:37:28.698Zuploading: /work/stamp-ntp.log (110 bytes)
116702026-09-04T23:37:29.708Zuploaded: /work/stamp-ntp.log
116712026-09-04T23:37:29.708Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116722026-09-04T23:37:30.717Zuploaded: /work/stamp-omicron-sled-agent.log
116732026-09-04T23:37:30.717Zuploading: /work/stamp-overlay.log (114 bytes)
116742026-09-04T23:37:31.726Zuploaded: /work/stamp-overlay.log
116752026-09-04T23:37:31.726Zuploading: /work/stamp-oximeter.log (115 bytes)
116762026-09-04T23:37:32.736Zuploaded: /work/stamp-oximeter.log
116772026-09-04T23:37:32.736Zuploading: /work/stamp-oxlog.log (109 bytes)
116782026-09-04T23:37:33.747Zuploaded: /work/stamp-oxlog.log
116792026-09-04T23:37:33.747Zuploading: /work/stamp-probe.log (112 bytes)
116802026-09-04T23:37:34.758Zuploaded: /work/stamp-probe.log
116812026-09-04T23:37:34.759Zuploading: /work/stamp-propolis-server.log (122 bytes)
116822026-09-04T23:37:35.774Zuploaded: /work/stamp-propolis-server.log
116832026-09-04T23:37:35.774Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116842026-09-04T23:37:36.811Zuploaded: /work/stamp-pumpkind-gz.log
116852026-09-04T23:37:36.811Zuploading: /work/stamp-switch-asic.log (118 bytes)
116862026-09-04T23:37:37.884Zuploaded: /work/stamp-switch-asic.log
116872026-09-04T23:37:37.884Zuploading: /work/verify-libraries.log (50340 bytes)
116882026-09-04T23:37:38.931Zuploaded: /work/verify-libraries.log