01M1PNSYDSA5Z2G9VQ2TVB9TVR: 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: 01M1PNTH38D9F39M48KDENV351

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T17:01:19.377Zjob assigned to worker 01M1PNTWFVVZ3WQT0JRT78F9GV [factory aws, i-0a568b75c0a0231de] (queued for 55 s)
 
22026-09-04T17:01:26.968Zstarting task 0: "setup"
32026-09-04T17:01:26.972Z++ uname -s
42026-09-04T17:01:26.975Z+ kern=SunOS
52026-09-04T17:01:26.975Z+ build_user=build
62026-09-04T17:01:26.975Z+ build_uid=12345
72026-09-04T17:01:26.975Z+ work_dir=/work
82026-09-04T17:01:26.975Z+ input_dir=/input
92026-09-04T17:01:26.975Z+ [[ 0 == 12345 ]]
102026-09-04T17:01:26.975Z+ case "$kern" in
112026-09-04T17:01:26.975Z+ groupadd -g 12345 build
122026-09-04T17:01:26.978Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T17:01:28.984Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T17:01:29.080Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T17:01:29.083Z+ home_fs=zfs
162026-09-04T17:01:29.083Z+ [[ zfs == autofs ]]
172026-09-04T17:01:29.083Z+ mkdir -p /home/build
182026-09-04T17:01:29.086Z+ chown build:build /home/build /work
192026-09-04T17:01:31.085Z+ chmod 0700 /home/build /work
202026-09-04T17:01:31.091Zprocess exited: duration 4122 ms, exit code 0
 
212026-09-04T17:01:31.098Zstarting task 1: "rust-toolchain"
222026-09-04T17:01:31.103Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-04T17:01:31.104Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-04T17:01:31.104Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-04T17:01:31.104Z * rust toolchain channel = "1.97.1"
262026-09-04T17:01:31.104Z * rust toolchain profile = "default"
272026-09-04T17:01:31.104Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T17:01:31.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T17:01:31.107Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-04T17:01:31.195Zinfo: downloading installer
312026-09-04T17:01:32.462Zinfo: profile set to default
322026-09-04T17:01:32.462Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T17:01:32.468Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-04T17:01:32.592Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-04T17:01:32.595Zinfo: downloading 6 components
362026-09-04T17:01:45.736Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-04T17:01:45.736Z
382026-09-04T17:01:45.782Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-04T17:01:45.782Z
402026-09-04T17:01:45.785Z
412026-09-04T17:01:45.785ZRust is installed now. Great!
422026-09-04T17:01:45.785Z
432026-09-04T17:01:45.785ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T17:01:45.785Zenvironment variable. This has not been done automatically.
452026-09-04T17:01:45.785Z
462026-09-04T17:01:45.785ZTo configure your current shell, you need to source
472026-09-04T17:01:45.785Zthe corresponding env file under $HOME/.cargo.
482026-09-04T17:01:45.785Z
492026-09-04T17:01:45.785ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T17:01:45.785Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T17:01:45.785Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T17:01:45.785ZCC_x86_64-unknown-illumos = None
532026-09-04T17:01:45.785Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T17:01:45.785ZCC_x86_64_unknown_illumos = None
552026-09-04T17:01:45.785Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T17:01:45.785ZHOST_CC = None
572026-09-04T17:01:45.785Zcargo:rerun-if-env-changed=CC
582026-09-04T17:01:45.785ZCC = None
592026-09-04T17:01:45.785Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T17:01:46.037Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T17:01:46.037ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T17:01:46.037Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T17:01:46.037ZCFLAGS = None
642026-09-04T17:01:46.037Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T17:01:46.037ZHOST_CFLAGS = None
662026-09-04T17:01:46.037Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T17:01:46.037ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T17:01:46.037Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T17:01:46.037ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T17:01:46.150Z+ rustup --version
712026-09-04T17:01:46.154Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T17:01:46.157Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T17:01:46.176Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-04T17:01:46.179Z+ cargo --version
752026-09-04T17:01:46.187Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-04T17:01:46.193Z+ rustc --version
772026-09-04T17:01:46.210Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-04T17:01:46.213Zprocess exited: duration 15114 ms, exit code 0
 
792026-09-04T17:01:46.222Zstarting task 2: "authentication"
802026-09-04T17:01:46.237Zprocess exited: duration 17 ms, exit code 0
 
812026-09-04T17:01:46.244Zstarting task 3: "clone repository"
822026-09-04T17:01:46.248Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-04T17:01:46.252Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-04T17:01:46.297ZCloning into '/work/oxidecomputer/omicron'...
852026-09-04T17:02:00.431Z+ cd /work/oxidecomputer/omicron
862026-09-04T17:02:00.431Z+ git fetch origin d6121683ebb870d5074d9af7fb80ab82985369a0
872026-09-04T17:02:00.763ZFrom https://github.com/oxidecomputer/omicron
882026-09-04T17:02:00.763Z * branch d6121683ebb870d5074d9af7fb80ab82985369a0 -> FETCH_HEAD
892026-09-04T17:02:00.778Z+ [[ -n '' ]]
902026-09-04T17:02:00.778Z+ git reset --hard d6121683ebb870d5074d9af7fb80ab82985369a0
912026-09-04T17:02:00.912ZHEAD is now at d6121683e [antithesis] first cut of the Antithesis harness for Nexus and CockroachDB
922026-09-04T17:02:00.916Zprocess exited: duration 14671 ms, exit code 0
 
932026-09-04T17:02:00.924Zstarting task 4: "build"
942026-09-04T17:02:00.929Z+ source .github/buildomat/ci-env.sh
952026-09-04T17:02:00.929Z++ export CARGO_TERM_COLOR=always
962026-09-04T17:02:00.929Z++ CARGO_TERM_COLOR=always
972026-09-04T17:02:00.934Z+++ uname -s
982026-09-04T17:02:00.934Z++ [[ SunOS == \S\u\n\O\S ]]
992026-09-04T17:02:00.934Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1002026-09-04T17:02:00.934Z+ cargo --version
1012026-09-04T17:02:00.944Zcargo 1.97.1 (c980f4866 2026-06-30)
1022026-09-04T17:02:00.949Z+ rustc --version
1032026-09-04T17:02:00.969Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1042026-09-04T17:02:00.976Z+ cargo tree --locked
1052026-09-04T17:02:01.162Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1062026-09-04T17:02:01.486Z Updating crates.io index
1072026-09-04T17:02:01.490Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1082026-09-04T17:02:01.777Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1092026-09-04T17:02:02.312Z Updating git repository `https://github.com/oxidecomputer/propolis`
1102026-09-04T17:02:03.583Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1112026-09-04T17:02:03.854Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1122026-09-04T17:02:04.677Z Updating git repository `https://github.com/oxidecomputer/crucible`
1132026-09-04T17:02:06.747Z Updating git repository `https://github.com/oxidecomputer/opte`
1142026-09-04T17:02:07.643Z Updating git repository `https://github.com/oxidecomputer/tofino`
1152026-09-04T17:02:08.015Z Updating git repository `https://github.com/oxidecomputer/lldp`
1162026-09-04T17:02:08.371Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1172026-09-04T17:02:09.697Z Updating git repository `https://github.com/oxidecomputer/clickward`
1182026-09-04T17:02:10.073Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1192026-09-04T17:02:10.446Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-09-04T17:02:10.726Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-09-04T17:02:11.012Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-09-04T17:02:11.299Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-09-04T17:02:11.592Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242026-09-04T17:02:11.830Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1252026-09-04T17:02:12.147Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-09-04T17:02:12.834Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1272026-09-04T17:02:13.041Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-09-04T17:02:13.573Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1292026-09-04T17:02:13.937Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1302026-09-04T17:02:14.571Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1312026-09-04T17:02:14.853Z Updating git repository `https://github.com/oxidecomputer/erebor`
1322026-09-04T17:02:15.140Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1332026-09-04T17:02:15.629Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1342026-09-04T17:02:15.907Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1352026-09-04T17:02:16.337Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362026-09-04T17:02:16.724Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372026-09-04T17:02:17.001Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-09-04T17:02:17.387Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-09-04T17:02:17.762Z Updating git repository `https://github.com/oxidecomputer/tough`
1402026-09-04T17:02:18.318Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412026-09-04T17:02:18.612Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1422026-09-04T17:02:18.924Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1432026-09-04T17:02:19.291Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1442026-09-04T17:02:19.628Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1452026-09-04T17:02:19.889Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1462026-09-04T17:02:20.187Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1472026-09-04T17:02:20.536Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1482026-09-04T17:02:20.840Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-09-04T17:02:21.271Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1502026-09-04T17:02:23.899Z Downloading crates ...
1512026-09-04T17:02:23.943Z Downloaded cipher v0.5.2
1522026-09-04T17:02:23.970Z Downloaded addr2line v0.25.1
1532026-09-04T17:02:23.970Z Downloaded compression-core v0.4.31
1542026-09-04T17:02:23.971Z Downloaded colorchoice v1.0.4
1552026-09-04T17:02:23.971Z Downloaded hash32 v0.2.1
1562026-09-04T17:02:23.983Z Downloaded convert_case v0.4.0
1572026-09-04T17:02:23.983Z Downloaded crc v3.4.0
1582026-09-04T17:02:23.983Z Downloaded des v0.9.0
1592026-09-04T17:02:23.983Z Downloaded ciborium-io v0.2.2
1602026-09-04T17:02:23.983Z Downloaded hash32 v0.3.1
1612026-09-04T17:02:23.983Z Downloaded group v0.14.0
1622026-09-04T17:02:23.983Z Downloaded half v1.8.3
1632026-09-04T17:02:23.983Z Downloaded half v2.7.1
1642026-09-04T17:02:23.983Z Downloaded cpufeatures v0.2.17
1652026-09-04T17:02:23.983Z Downloaded heck v0.5.0
1662026-09-04T17:02:23.983Z Downloaded instant v0.1.13
1672026-09-04T17:02:23.983Z Downloaded clap_lex v1.0.0
1682026-09-04T17:02:23.984Z Downloaded cpubits v0.1.1
1692026-09-04T17:02:23.984Z Downloaded crypto-common v0.1.7
1702026-09-04T17:02:23.984Z Downloaded cobs v0.3.0
1712026-09-04T17:02:23.984Z Downloaded indexmap v1.9.3
1722026-09-04T17:02:23.984Z Downloaded constant_time_eq v0.3.1
1732026-09-04T17:02:23.990Z Downloaded ciborium-ll v0.2.2
1742026-09-04T17:02:23.990Z Downloaded cmake v0.1.57
1752026-09-04T17:02:23.990Z Downloaded crc8 v0.1.1
1762026-09-04T17:02:23.991Z Downloaded cpufeatures v0.3.0
1772026-09-04T17:02:23.991Z Downloaded defmt-parser v1.0.0
1782026-09-04T17:02:24.019Z Downloaded guppy-workspace-hack v0.1.0
1792026-09-04T17:02:24.019Z Downloaded crunchy v0.2.4
1802026-09-04T17:02:24.019Z Downloaded darling_macro v0.21.3
1812026-09-04T17:02:24.019Z Downloaded httpdate v1.0.3
1822026-09-04T17:02:24.019Z Downloaded hubpack_derive v0.1.1
1832026-09-04T17:02:24.020Z Downloaded debug-ignore v1.0.5
1842026-09-04T17:02:24.051Z Downloaded crypto-common v0.2.2
1852026-09-04T17:02:24.051Z Downloaded hickory-client v0.25.2
1862026-09-04T17:02:24.051Z Downloaded cmov v0.5.4
1872026-09-04T17:02:24.051Z Downloaded constant_time_eq v0.4.2
1882026-09-04T17:02:24.051Z Downloaded hex-literal v1.1.0
1892026-09-04T17:02:24.051Z Downloaded cipher v0.4.4
1902026-09-04T17:02:24.051Z Downloaded compression-codecs v0.4.37
1912026-09-04T17:02:24.051Z Downloaded criterion-plot v0.6.0
1922026-09-04T17:02:24.051Z Downloaded critical-section v1.2.0
1932026-09-04T17:02:24.051Z Downloaded defmt v0.3.100
1942026-09-04T17:02:24.051Z Downloaded http-range v0.1.5
1952026-09-04T17:02:24.051Z Downloaded crucible-workspace-hack v0.1.0
1962026-09-04T17:02:24.051Z Downloaded hubpack v0.1.2
1972026-09-04T17:02:24.051Z Downloaded hex v0.4.3
1982026-09-04T17:02:24.051Z Downloaded hostname v0.4.2
1992026-09-04T17:02:24.089Z Downloaded colored v3.1.1
2002026-09-04T17:02:24.089Z Downloaded hmac v0.13.0
2012026-09-04T17:02:24.090Z Downloaded http-body v1.0.1
2022026-09-04T17:02:24.090Z Downloaded cstr-argument v0.1.2
2032026-09-04T17:02:24.090Z Downloaded home v0.5.12
2042026-09-04T17:02:24.090Z Downloaded darling_macro v0.23.0
2052026-09-04T17:02:24.090Z Downloaded darling_macro v0.20.11
2062026-09-04T17:02:24.090Z Downloaded curve25519-dalek-derive v0.1.1
2072026-09-04T17:02:24.090Z Downloaded hostname v0.3.1
2082026-09-04T17:02:24.090Z Downloaded ident_case v1.0.1
2092026-09-04T17:02:24.090Z Downloaded darling_macro v0.13.4
2102026-09-04T17:02:24.090Z Downloaded derive_builder_macro v0.20.2
2112026-09-04T17:02:24.090Z Downloaded headers v0.4.1
2122026-09-04T17:02:24.090Z Downloaded highway v1.3.0
2132026-09-04T17:02:24.090Z Downloaded adler2 v2.0.1
2142026-09-04T17:02:24.090Z Downloaded hex-literal v0.4.1
2152026-09-04T17:02:24.115Z Downloaded crc-catalog v2.4.0
2162026-09-04T17:02:24.115Z Downloaded crossbeam-deque v0.8.6
2172026-09-04T17:02:24.115Z Downloaded ctr v0.10.1
2182026-09-04T17:02:24.115Z Downloaded concurrent-queue v2.5.0
2192026-09-04T17:02:24.115Z Downloaded const_format_proc_macros v0.2.34
2202026-09-04T17:02:24.115Z Downloaded inout v0.1.4
2212026-09-04T17:02:24.115Z Downloaded idna_adapter v1.2.1
2222026-09-04T17:02:24.115Z Downloaded illumos-nvpair-sys v0.2.0
2232026-09-04T17:02:24.115Z Downloaded bb8 v0.8.6
2242026-09-04T17:02:24.115Z Downloaded colored v2.2.0
2252026-09-04T17:02:24.115Z Downloaded console v0.15.11
2262026-09-04T17:02:24.116Z Downloaded hyper-tls v0.6.0
2272026-09-04T17:02:24.116Z Downloaded convert_case v0.10.0
2282026-09-04T17:02:24.116Z Downloaded clang-sys v1.8.1
2292026-09-04T17:02:24.116Z Downloaded datatest-stable v0.3.3
2302026-09-04T17:02:24.116Z Downloaded headers-core v0.3.0
2312026-09-04T17:02:24.116Z Downloaded is_terminal_polyfill v1.70.2
2322026-09-04T17:02:24.116Z Downloaded clap_derive v4.6.1
2332026-09-04T17:02:24.116Z Downloaded internet-checksum v0.2.1
2342026-09-04T17:02:24.116Z Downloaded is_ci v1.2.0
2352026-09-04T17:02:24.116Z Downloaded defmt v1.0.1
2362026-09-04T17:02:24.116Z Downloaded indent_write v2.2.0
2372026-09-04T17:02:24.117Z Downloaded instability v0.3.11
2382026-09-04T17:02:24.117Z Downloaded deranged v0.5.8
2392026-09-04T17:02:24.117Z Downloaded corncobs v0.1.4
2402026-09-04T17:02:24.117Z Downloaded cargo-platform v0.3.2
2412026-09-04T17:02:24.137Z Downloaded indoc v1.0.9
2422026-09-04T17:02:24.137Z Downloaded data-encoding v2.10.0
2432026-09-04T17:02:24.137Z Downloaded defmt-macros v1.0.1
2442026-09-04T17:02:24.137Z Downloaded assert_matches v1.5.0
2452026-09-04T17:02:24.137Z Downloaded cookie v0.18.1
2462026-09-04T17:02:24.137Z Downloaded crossterm v0.29.0
2472026-09-04T17:02:24.137Z Downloaded is-terminal v0.4.17
2482026-09-04T17:02:24.137Z Downloaded cfg_aliases v0.2.1
2492026-09-04T17:02:24.137Z Downloaded opaque-debug v0.3.1
2502026-09-04T17:02:24.137Z Downloaded parse-display v0.10.0
2512026-09-04T17:02:24.137Z Downloaded illumos-nvpair v0.3.0
2522026-09-04T17:02:24.138Z Downloaded darling v0.13.4
2532026-09-04T17:02:24.138Z Downloaded derive_builder_core v0.20.2
2542026-09-04T17:02:24.138Z Downloaded derive-ex v0.1.8
2552026-09-04T17:02:24.138Z Downloaded anes v0.1.6
2562026-09-04T17:02:24.138Z Downloaded daft v0.1.8
2572026-09-04T17:02:24.153Z Downloaded der_derive v0.7.3
2582026-09-04T17:02:24.153Z Downloaded csv-core v0.1.13
2592026-09-04T17:02:24.153Z Downloaded pathdiff v0.2.3
2602026-09-04T17:02:24.153Z Downloaded bit-set v0.8.0
2612026-09-04T17:02:24.153Z Downloaded bit-set v0.5.3
2622026-09-04T17:02:24.153Z Downloaded console v0.16.2
2632026-09-04T17:02:24.153Z Downloaded anstyle-parse v0.2.7
2642026-09-04T17:02:24.153Z Downloaded ciborium v0.2.2
2652026-09-04T17:02:24.153Z Downloaded crossbeam-utils v0.8.21
2662026-09-04T17:02:24.153Z Downloaded group v0.13.0
2672026-09-04T17:02:24.153Z Downloaded heck v0.4.1
2682026-09-04T17:02:24.192Z Downloaded proc-macro-crate v3.4.0
2692026-09-04T17:02:24.192Z Downloaded argon2 v0.5.3
2702026-09-04T17:02:24.192Z Downloaded arrayvec v0.7.6
2712026-09-04T17:02:24.192Z Downloaded oso-derive v0.27.3
2722026-09-04T17:02:24.192Z Downloaded const-oid v0.10.2
2732026-09-04T17:02:24.192Z Downloaded packed_struct_codegen v0.10.1
2742026-09-04T17:02:24.192Z Downloaded phf_shared v0.11.3
2752026-09-04T17:02:24.192Z Downloaded plain v0.2.3
2762026-09-04T17:02:24.192Z Downloaded precomputed-hash v0.1.1
2772026-09-04T17:02:24.192Z Downloaded const-oid v0.9.6
2782026-09-04T17:02:24.192Z Downloaded rand_chacha v0.3.1
2792026-09-04T17:02:24.192Z Downloaded http-body-util v0.1.3
2802026-09-04T17:02:24.240Z Downloaded ctutils v0.4.2
2812026-09-04T17:02:24.240Z Downloaded proc-macro-error-attr2 v2.0.0
2822026-09-04T17:02:24.240Z Downloaded quick-error v1.2.3
2832026-09-04T17:02:24.240Z Downloaded ref-cast-impl v1.0.25
2842026-09-04T17:02:24.240Z Downloaded cookie_store v0.22.1
2852026-09-04T17:02:24.240Z Downloaded ipnet v2.12.0
2862026-09-04T17:02:24.240Z Downloaded cexpr v0.6.0
2872026-09-04T17:02:24.240Z Downloaded derive_builder v0.20.2
2882026-09-04T17:02:24.240Z Downloaded inout v0.2.2
2892026-09-04T17:02:24.241Z Downloaded chacha20 v0.9.1
2902026-09-04T17:02:24.241Z Downloaded oorandom v11.1.5
2912026-09-04T17:02:24.241Z Downloaded oxide-tokio-rt v0.1.4
2922026-09-04T17:02:24.241Z Downloaded impl-trait-for-tuples v0.2.3
2932026-09-04T17:02:24.241Z Downloaded rustc-hash v2.1.1
2942026-09-04T17:02:24.241Z Downloaded ingot-types v0.2.0
2952026-09-04T17:02:24.241Z Downloaded ingot v0.2.1
2962026-09-04T17:02:24.241Z Downloaded darling v0.23.0
2972026-09-04T17:02:24.241Z Downloaded delegate v0.13.5
2982026-09-04T17:02:24.241Z Downloaded pem-rfc7468 v1.0.0
2992026-09-04T17:02:24.241Z Downloaded darling v0.20.11
3002026-09-04T17:02:24.293Z Downloaded hyper-staticfile v0.10.1
3012026-09-04T17:02:24.293Z Downloaded indoc v2.0.7
3022026-09-04T17:02:24.293Z Downloaded path-tree v0.8.3
3032026-09-04T17:02:24.294Z Downloaded scheduled-thread-pool v0.2.7
3042026-09-04T17:02:24.294Z Downloaded semver v0.1.20
3052026-09-04T17:02:24.294Z Downloaded darling_core v0.13.4
3062026-09-04T17:02:24.294Z Downloaded clap v4.6.1
3072026-09-04T17:02:24.294Z Downloaded crc-any v2.5.0
3082026-09-04T17:02:24.294Z Downloaded ipnetwork v0.21.1
3092026-09-04T17:02:24.294Z Downloaded progenitor-macro v0.13.0
3102026-09-04T17:02:24.294Z Downloaded bitflags v2.11.0
3112026-09-04T17:02:24.294Z Downloaded pin-project-internal v1.1.11
3122026-09-04T17:02:24.294Z Downloaded sha1 v0.10.6
3132026-09-04T17:02:24.294Z Downloaded autocfg v1.5.0
3142026-09-04T17:02:24.294Z Downloaded signature v3.0.0
3152026-09-04T17:02:24.294Z Downloaded slog-bunyan v2.5.0
3162026-09-04T17:02:24.294Z Downloaded humantime v2.3.0
3172026-09-04T17:02:24.294Z Downloaded hmac v0.12.1
3182026-09-04T17:02:24.294Z Downloaded darling v0.21.3
3192026-09-04T17:02:24.294Z Downloaded compact_str v0.8.1
3202026-09-04T17:02:24.294Z Downloaded blake2b_simd v1.0.4
3212026-09-04T17:02:24.294Z Downloaded port-file v0.1.0
3222026-09-04T17:02:24.294Z Downloaded darling_core v0.23.0
3232026-09-04T17:02:24.294Z Downloaded crossbeam-epoch v0.9.18
3242026-09-04T17:02:24.294Z Downloaded derive-where v1.6.0
3252026-09-04T17:02:24.294Z Downloaded blake2 v0.11.0-rc.6
3262026-09-04T17:02:24.294Z Downloaded buf-list v1.1.2
3272026-09-04T17:02:24.295Z Downloaded serde-big-array v0.5.1
3282026-09-04T17:02:24.295Z Downloaded hickory-resolver v0.24.4
3292026-09-04T17:02:24.295Z Downloaded progenitor-client v0.13.0
3302026-09-04T17:02:24.295Z Downloaded structmeta v0.3.0
3312026-09-04T17:02:24.295Z Downloaded serde_plain v1.0.2
3322026-09-04T17:02:24.295Z Downloaded supports-hyperlinks v2.1.0
3332026-09-04T17:02:24.295Z Downloaded supports-unicode v3.0.0
3342026-09-04T17:02:24.295Z Downloaded sync-ptr v0.1.4
3352026-09-04T17:02:24.295Z Downloaded terminal_size v0.4.3
3362026-09-04T17:02:24.295Z Downloaded cancel-safe-futures v0.1.5
3372026-09-04T17:02:24.295Z Downloaded byteorder v1.5.0
3382026-09-04T17:02:24.295Z Downloaded password-hash v0.5.0
3392026-09-04T17:02:24.295Z Downloaded serde_regex v1.1.0
3402026-09-04T17:02:24.295Z Downloaded smawk v0.3.2
3412026-09-04T17:02:24.295Z Downloaded time-core v0.1.8
3422026-09-04T17:02:24.295Z Downloaded take_mut v0.2.2
3432026-09-04T17:02:24.295Z Downloaded tower-layer v0.3.3
3442026-09-04T17:02:24.295Z Downloaded daft-derive v0.1.8
3452026-09-04T17:02:24.295Z Downloaded relative-path v1.9.3
3462026-09-04T17:02:24.295Z Downloaded tinyvec_macros v0.1.1
3472026-09-04T17:02:24.295Z Downloaded httparse v1.10.1
3482026-09-04T17:02:24.296Z Downloaded derive_more v0.99.20
3492026-09-04T17:02:24.326Z Downloaded httptest v0.16.4
3502026-09-04T17:02:24.326Z Downloaded serde_path_to_error v0.1.20
3512026-09-04T17:02:24.326Z Downloaded hyper-rustls v0.27.7
3522026-09-04T17:02:24.326Z Downloaded slog-stdlog v4.1.1
3532026-09-04T17:02:24.326Z Downloaded snafu-derive v0.8.9
3542026-09-04T17:02:24.326Z Downloaded untrusted v0.9.0
3552026-09-04T17:02:24.326Z Downloaded usdt v0.6.0
3562026-09-04T17:02:24.326Z Downloaded utf8parse v0.2.2
3572026-09-04T17:02:24.326Z Downloaded async-lock v3.4.2
3582026-09-04T17:02:24.326Z Downloaded const_format v0.2.35
3592026-09-04T17:02:24.327Z Downloaded anyhow v1.0.104
3602026-09-04T17:02:24.327Z Downloaded async-trait v0.1.89
3612026-09-04T17:02:24.351Z Downloaded want v0.3.1
3622026-09-04T17:02:24.351Z Downloaded signature v2.2.0
3632026-09-04T17:02:24.351Z Downloaded xshell-macros v0.2.7
3642026-09-04T17:02:24.351Z Downloaded zerofrom v0.1.6
3652026-09-04T17:02:24.351Z Downloaded primefield v0.14.0
3662026-09-04T17:02:24.351Z Downloaded rand_xorshift v0.4.0
3672026-09-04T17:02:24.351Z Downloaded static_assertions v1.1.0
3682026-09-04T17:02:24.351Z Downloaded crc32fast v1.5.0
3692026-09-04T17:02:24.351Z Downloaded parking_lot v0.11.2
3702026-09-04T17:02:24.351Z Downloaded strum_macros v0.24.3
3712026-09-04T17:02:24.351Z Downloaded universal-hash v0.5.1
3722026-09-04T17:02:24.351Z Downloaded hybrid-array v0.4.13
3732026-09-04T17:02:24.351Z Downloaded ingot-macros v0.2.0
3742026-09-04T17:02:24.351Z Downloaded zone_cfg_derive v0.3.1
3752026-09-04T17:02:24.351Z Downloaded diesel_table_macro_syntax v0.3.0
3762026-09-04T17:02:24.351Z Downloaded dirs-sys-next v0.1.2
3772026-09-04T17:02:24.351Z Downloaded env_filter v2.0.0
3782026-09-04T17:02:24.351Z Downloaded display-error-chain v0.2.2
3792026-09-04T17:02:24.352Z Downloaded iana-time-zone v0.1.65
3802026-09-04T17:02:24.352Z Downloaded foreign-types-shared v0.3.1
3812026-09-04T17:02:24.352Z Downloaded rustls-pki-types v1.14.0
3822026-09-04T17:02:24.352Z Downloaded backon v1.6.0
3832026-09-04T17:02:24.370Z Downloaded target-spec v3.5.7
3842026-09-04T17:02:24.370Z Downloaded tinytemplate v1.2.1
3852026-09-04T17:02:24.371Z Downloaded darling_core v0.21.3
3862026-09-04T17:02:24.371Z Downloaded hashbrown v0.13.2
3872026-09-04T17:02:24.371Z Downloaded usdt-macro v0.5.0
3882026-09-04T17:02:24.371Z Downloaded pest_generator v2.8.6
3892026-09-04T17:02:24.371Z Downloaded zerofrom-derive v0.1.6
3902026-09-04T17:02:24.371Z Downloaded float-ord v0.3.2
3912026-09-04T17:02:24.371Z Downloaded futures-task v0.3.32
3922026-09-04T17:02:24.371Z Downloaded pin-project-lite v0.2.17
3932026-09-04T17:02:24.371Z Downloaded flagset v0.4.7
3942026-09-04T17:02:24.371Z Downloaded funty v2.0.0
3952026-09-04T17:02:24.371Z Downloaded futures-sink v0.3.32
3962026-09-04T17:02:24.371Z Downloaded postgres-types v0.2.12
3972026-09-04T17:02:24.371Z Downloaded scroll v0.13.0
3982026-09-04T17:02:24.371Z Downloaded ssh-encoding v0.3.0
3992026-09-04T17:02:24.371Z Downloaded serde_with_macros v3.21.0
4002026-09-04T17:02:24.409Z Downloaded dropshot-api-manager-types v0.8.0
4012026-09-04T17:02:24.409Z Downloaded git-stub v1.0.0
4022026-09-04T17:02:24.410Z Downloaded kstat-rs v0.2.5
4032026-09-04T17:02:24.410Z Downloaded lru-slab v0.1.2
4042026-09-04T17:02:24.410Z Downloaded crypto-bigint v0.5.5
4052026-09-04T17:02:24.479Z Downloaded md5 v0.8.0
4062026-09-04T17:02:24.479Z Downloaded mime v0.3.17
4072026-09-04T17:02:24.479Z Downloaded xshell v0.2.7
4082026-09-04T17:02:24.479Z Downloaded crossbeam-channel v0.5.15
4092026-09-04T17:02:24.479Z Downloaded digest v0.11.3
4102026-09-04T17:02:24.479Z Downloaded icu_provider v2.1.1
4112026-09-04T17:02:24.479Z Downloaded termios v0.3.3
4122026-09-04T17:02:24.479Z Downloaded ecdsa v0.16.9
4132026-09-04T17:02:24.479Z Downloaded num-iter v0.1.45
4142026-09-04T17:02:24.479Z Downloaded aead v0.5.2
4152026-09-04T17:02:24.479Z Downloaded ignore v0.4.25
4162026-09-04T17:02:24.479Z Downloaded maplit v1.0.2
4172026-09-04T17:02:24.479Z Downloaded thiserror-impl v1.0.69
4182026-09-04T17:02:24.479Z Downloaded thiserror-impl v2.0.18
4192026-09-04T17:02:24.479Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4202026-09-04T17:02:24.479Z Downloaded tui-tree-widget v0.23.1
4212026-09-04T17:02:24.479Z Downloaded term v1.2.1
4222026-09-04T17:02:24.479Z Downloaded env_logger v0.11.11
4232026-09-04T17:02:24.479Z Downloaded filetime v0.2.27
4242026-09-04T17:02:24.480Z Downloaded memoffset v0.9.1
4252026-09-04T17:02:24.480Z Downloaded darling_core v0.20.11
4262026-09-04T17:02:24.480Z Downloaded derive_more v2.1.1
4272026-09-04T17:02:24.516Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4282026-09-04T17:02:24.516Z Downloaded schemars v0.8.22
4292026-09-04T17:02:24.516Z Downloaded atomic-waker v1.1.2
4302026-09-04T17:02:24.516Z Downloaded block-buffer v0.12.1
4312026-09-04T17:02:24.516Z Downloaded fs_extra v1.3.0
4322026-09-04T17:02:24.516Z Downloaded unicode-properties v0.1.4
4332026-09-04T17:02:24.516Z Downloaded sqlformat v0.3.5
4342026-09-04T17:02:24.516Z Downloaded vergen-gitcl v1.0.8
4352026-09-04T17:02:24.517Z Downloaded knus-derive v3.4.0
4362026-09-04T17:02:24.517Z Downloaded block-buffer v0.10.4
4372026-09-04T17:02:24.517Z Downloaded serde_cbor v0.11.2
4382026-09-04T17:02:24.517Z Downloaded openssl-probe v0.1.6
4392026-09-04T17:02:24.517Z Downloaded writeable v0.6.2
4402026-09-04T17:02:24.517Z Downloaded assert-json-diff v2.0.2
4412026-09-04T17:02:24.517Z Downloaded async-object-pool v0.2.0
4422026-09-04T17:02:24.517Z Downloaded oso v0.27.3
4432026-09-04T17:02:24.517Z Downloaded prefix-trie v0.7.0
4442026-09-04T17:02:24.517Z Downloaded miette-derive v7.6.0
4452026-09-04T17:02:24.517Z Downloaded zeroize v1.9.0
4462026-09-04T17:02:24.517Z Downloaded keccak v0.2.0
4472026-09-04T17:02:24.517Z Downloaded cast v0.3.0
4482026-09-04T17:02:24.518Z Downloaded radium v0.7.0
4492026-09-04T17:02:24.518Z Downloaded password-hash v0.6.1
4502026-09-04T17:02:24.518Z Downloaded module-lattice v0.2.3
4512026-09-04T17:02:24.518Z Downloaded plotters-svg v0.3.7
4522026-09-04T17:02:24.518Z Downloaded predicates-core v1.0.10
4532026-09-04T17:02:24.518Z Downloaded heapless v0.7.17
4542026-09-04T17:02:24.518Z Downloaded rayon-core v1.13.0
4552026-09-04T17:02:24.518Z Downloaded ecdsa v0.17.0
4562026-09-04T17:02:24.518Z Downloaded linkme v0.3.35
4572026-09-04T17:02:24.518Z Downloaded lock_api v0.4.14
4582026-09-04T17:02:24.518Z Downloaded nu-ansi-term v0.50.3
4592026-09-04T17:02:24.518Z Downloaded num-rational v0.4.2
4602026-09-04T17:02:24.518Z Downloaded approx v0.5.1
4612026-09-04T17:02:24.518Z Downloaded anstream v1.0.0
4622026-09-04T17:02:24.518Z Downloaded derive_more-impl v2.1.1
4632026-09-04T17:02:24.518Z Downloaded antithesis_sdk v0.2.9
4642026-09-04T17:02:24.518Z Downloaded indicatif v0.18.4
4652026-09-04T17:02:24.518Z Downloaded base16ct v1.0.0
4662026-09-04T17:02:24.518Z Downloaded icu_locale_core v2.1.1
4672026-09-04T17:02:24.518Z Downloaded icu_normalizer_data v2.1.1
4682026-09-04T17:02:24.518Z Downloaded icu_properties v2.1.2
4692026-09-04T17:02:24.518Z Downloaded russh-cryptovec v0.62.0
4702026-09-04T17:02:24.540Z Downloaded psl-types v2.0.11
4712026-09-04T17:02:24.540Z Downloaded rand_pcg v0.10.2
4722026-09-04T17:02:24.540Z Downloaded uuid v1.23.4
4732026-09-04T17:02:24.540Z Downloaded icu_normalizer v2.1.1
4742026-09-04T17:02:24.540Z Downloaded bytecount v0.6.9
4752026-09-04T17:02:24.541Z Downloaded native-tls v0.2.18
4762026-09-04T17:02:24.541Z Downloaded rtoolbox v0.0.3
4772026-09-04T17:02:24.541Z Downloaded signal-hook-tokio v0.3.1
4782026-09-04T17:02:24.541Z Downloaded scroll_derive v0.12.1
4792026-09-04T17:02:24.541Z Downloaded der v0.7.10
4802026-09-04T17:02:24.541Z Downloaded newtype-uuid v1.3.2
4812026-09-04T17:02:24.541Z Downloaded rustls-platform-verifier v0.6.2
4822026-09-04T17:02:24.541Z Downloaded ref-cast v1.0.25
4832026-09-04T17:02:24.541Z Downloaded pbkdf2 v0.13.0
4842026-09-04T17:02:24.541Z Downloaded peg v0.8.5
4852026-09-04T17:02:24.541Z Downloaded criterion v0.7.0
4862026-09-04T17:02:24.580Z Downloaded rstest v0.25.0
4872026-09-04T17:02:24.580Z Downloaded scroll v0.12.0
4882026-09-04T17:02:24.580Z Downloaded snafu v0.8.9
4892026-09-04T17:02:24.580Z Downloaded num-complex v0.4.6
4902026-09-04T17:02:24.580Z Downloaded owo-colors v3.5.0
4912026-09-04T17:02:24.580Z Downloaded oxide-update-engine-display v0.1.2
4922026-09-04T17:02:24.580Z Downloaded polyval v0.7.1
4932026-09-04T17:02:24.580Z Downloaded serde_repr v0.1.20
4942026-09-04T17:02:24.580Z Downloaded postgres-protocol v0.6.10
4952026-09-04T17:02:24.580Z Downloaded primeorder v0.13.6
4962026-09-04T17:02:24.580Z Downloaded serde_bytes v0.11.19
4972026-09-04T17:02:24.620Z Downloaded serde_spanned v0.6.9
4982026-09-04T17:02:24.620Z Downloaded strsim v0.10.0
4992026-09-04T17:02:24.620Z Downloaded strum v0.27.2
5002026-09-04T17:02:24.620Z Downloaded supports-hyperlinks v3.2.0
5012026-09-04T17:02:24.620Z Downloaded bit-vec v0.8.0
5022026-09-04T17:02:24.620Z Downloaded hyper v1.10.1
5032026-09-04T17:02:24.620Z Downloaded bitfield v0.19.4
5042026-09-04T17:02:24.621Z Downloaded signal-hook v0.3.18
5052026-09-04T17:02:24.621Z Downloaded rcgen v0.12.1
5062026-09-04T17:02:24.621Z Downloaded subprocess v0.2.15
5072026-09-04T17:02:24.621Z Downloaded crossterm v0.28.1
5082026-09-04T17:02:24.621Z Downloaded elliptic-curve v0.14.1
5092026-09-04T17:02:24.621Z Downloaded ahash v0.8.12
5102026-09-04T17:02:24.621Z Downloaded proc-macro-error2 v2.0.1
5112026-09-04T17:02:24.621Z Downloaded tinyvec v1.10.0
5122026-09-04T17:02:24.621Z Downloaded cassowary v0.3.0
5132026-09-04T17:02:24.621Z Downloaded getrandom v0.2.17
5142026-09-04T17:02:24.621Z Downloaded phc v0.6.1
5152026-09-04T17:02:24.621Z Downloaded heapless v0.8.0
5162026-09-04T17:02:24.621Z Downloaded tabled_derive v0.7.0
5172026-09-04T17:02:24.621Z Downloaded icu_collections v2.1.1
5182026-09-04T17:02:24.621Z Downloaded resolv-conf v0.7.6
5192026-09-04T17:02:24.621Z Downloaded rpassword v7.5.4
5202026-09-04T17:02:24.621Z Downloaded unicode-bidi v0.3.18
5212026-09-04T17:02:24.653Z Downloaded progenitor-impl v0.14.0
5222026-09-04T17:02:24.653Z Downloaded signal-hook-registry v1.4.8
5232026-09-04T17:02:24.653Z Downloaded termtree v0.5.1
5242026-09-04T17:02:24.653Z Downloaded unicode-xid v0.2.6
5252026-09-04T17:02:24.653Z Downloaded universal-hash v0.6.1
5262026-09-04T17:02:24.653Z Downloaded toml_datetime v0.6.11
5272026-09-04T17:02:24.653Z Downloaded rand_core v0.6.4
5282026-09-04T17:02:24.653Z Downloaded parking_lot_core v0.9.12
5292026-09-04T17:02:24.654Z Downloaded slog-json v2.6.1
5302026-09-04T17:02:24.654Z Downloaded spki v0.8.0
5312026-09-04T17:02:24.654Z Downloaded yansi v1.0.1
5322026-09-04T17:02:24.654Z Downloaded pkcs8 v0.10.2
5332026-09-04T17:02:24.654Z Downloaded hickory-resolver v0.25.2
5342026-09-04T17:02:24.654Z Downloaded der v0.8.0
5352026-09-04T17:02:24.654Z Downloaded ssh-cipher v0.3.0
5362026-09-04T17:02:24.654Z Downloaded string_cache v0.8.9
5372026-09-04T17:02:24.654Z Downloaded ron v0.8.1
5382026-09-04T17:02:24.654Z Downloaded unarray v0.1.4
5392026-09-04T17:02:24.654Z Downloaded unicode-linebreak v0.1.5
5402026-09-04T17:02:24.654Z Downloaded enum-as-inner v0.6.1
5412026-09-04T17:02:24.655Z Downloaded backtrace v0.3.76
5422026-09-04T17:02:24.655Z Downloaded rstest_macros v0.25.0
5432026-09-04T17:02:24.655Z Downloaded errno v0.3.14
5442026-09-04T17:02:24.655Z Downloaded rustversion v1.0.22
5452026-09-04T17:02:24.694Z Downloaded flume v0.11.1
5462026-09-04T17:02:24.695Z Downloaded serde_derive_internals v0.29.1
5472026-09-04T17:02:24.695Z Downloaded tls_codec_derive v0.4.2
5482026-09-04T17:02:24.695Z Downloaded tokio-native-tls v0.3.1
5492026-09-04T17:02:24.695Z Downloaded fatfs v0.3.6
5502026-09-04T17:02:24.695Z Downloaded toml v0.7.8
5512026-09-04T17:02:24.695Z Downloaded itoa v1.0.17
5522026-09-04T17:02:24.695Z Downloaded phf_shared v0.13.1
5532026-09-04T17:02:24.695Z Downloaded miette-derive v5.10.0
5542026-09-04T17:02:24.695Z Downloaded lalrpop-util v0.19.12
5552026-09-04T17:02:24.695Z Downloaded dirs-next v2.0.0
5562026-09-04T17:02:24.695Z Downloaded dof v0.4.0
5572026-09-04T17:02:24.695Z Downloaded dunce v1.0.5
5582026-09-04T17:02:24.695Z Downloaded embedded-io v0.4.0
5592026-09-04T17:02:24.695Z Downloaded foreign-types-macros v0.2.3
5602026-09-04T17:02:24.695Z Downloaded keccak v0.1.6
5612026-09-04T17:02:24.707Z Downloaded camino v1.2.5
5622026-09-04T17:02:24.707Z Downloaded salsa20 v0.11.0
5632026-09-04T17:02:24.707Z Downloaded slog-scope v4.4.1
5642026-09-04T17:02:24.707Z Downloaded vergen-git2 v9.1.0
5652026-09-04T17:02:24.707Z Downloaded whoami v2.1.0
5662026-09-04T17:02:24.707Z Downloaded wnaf v0.14.0
5672026-09-04T17:02:24.707Z Downloaded indexmap v2.14.0
5682026-09-04T17:02:24.707Z Downloaded internal-russh-num-bigint v0.5.0
5692026-09-04T17:02:24.707Z Downloaded async-recursion v1.1.1
5702026-09-04T17:02:24.707Z Downloaded papergrid v0.18.0
5712026-09-04T17:02:24.707Z Downloaded thiserror v2.0.18
5722026-09-04T17:02:24.707Z Downloaded time-macros v0.2.27
5732026-09-04T17:02:24.707Z Downloaded gethostname v0.5.0
5742026-09-04T17:02:24.707Z Downloaded memmap v0.7.0
5752026-09-04T17:02:24.707Z Downloaded match_cfg v0.1.0
5762026-09-04T17:02:24.707Z Downloaded rand v0.10.1
5772026-09-04T17:02:24.708Z Downloaded steno v0.4.1
5782026-09-04T17:02:24.708Z Downloaded newline-converter v0.3.0
5792026-09-04T17:02:24.708Z Downloaded atty v0.2.14
5802026-09-04T17:02:24.708Z Downloaded tracing-core v0.1.36
5812026-09-04T17:02:24.708Z Downloaded support-bundle-viewer v0.1.2
5822026-09-04T17:02:24.718Z Downloaded tokio-tungstenite v0.21.0
5832026-09-04T17:02:24.718Z Downloaded usdt-impl v0.5.0
5842026-09-04T17:02:24.718Z Downloaded nonempty v0.12.0
5852026-09-04T17:02:24.718Z Downloaded oxide-generation-macros v0.2.0
5862026-09-04T17:02:24.718Z Downloaded potential_utf v0.1.4
5872026-09-04T17:02:24.724Z Downloaded bitfield-struct v0.6.2
5882026-09-04T17:02:24.724Z Downloaded tokio-postgres v0.7.16
5892026-09-04T17:02:24.724Z Downloaded ff v0.13.1
5902026-09-04T17:02:24.724Z Downloaded vte v0.14.1
5912026-09-04T17:02:24.725Z Downloaded hashbrown v0.15.5
5922026-09-04T17:02:24.731Z Downloaded semver v1.0.28
5932026-09-04T17:02:24.731Z Downloaded term v0.7.0
5942026-09-04T17:02:24.731Z Downloaded fallible-iterator v0.2.0
5952026-09-04T17:02:24.731Z Downloaded openssl-probe v0.2.1
5962026-09-04T17:02:24.731Z Downloaded parse-size v1.1.0
5972026-09-04T17:02:24.731Z Downloaded libefi-sys v0.1.0
5982026-09-04T17:02:24.735Z Downloaded predicates-tree v1.0.13
5992026-09-04T17:02:24.735Z Downloaded pretty-hex v0.4.1
6002026-09-04T17:02:24.735Z Downloaded zerovec-derive v0.11.2
6012026-09-04T17:02:24.741Z Downloaded chacha20 v0.10.0
6022026-09-04T17:02:24.744Z Downloaded trybuild v1.0.116
6032026-09-04T17:02:24.744Z Downloaded knus v3.4.0
6042026-09-04T17:02:24.764Z Downloaded zstd-safe v7.2.4
6052026-09-04T17:02:24.764Z Downloaded chumsky v0.9.3
6062026-09-04T17:02:24.764Z Downloaded parking v2.2.1
6072026-09-04T17:02:24.764Z Downloaded vergen v9.1.0
6082026-09-04T17:02:24.764Z Downloaded yasna v0.5.2
6092026-09-04T17:02:24.764Z Downloaded anstyle v1.0.14
6102026-09-04T17:02:24.764Z Downloaded arrayref v0.3.9
6112026-09-04T17:02:24.764Z Downloaded progenitor-macro v0.14.0
6122026-09-04T17:02:24.764Z Downloaded num_enum v0.7.6
6132026-09-04T17:02:24.764Z Downloaded rfc6979 v0.6.0
6142026-09-04T17:02:24.764Z Downloaded clap_builder v4.6.0
6152026-09-04T17:02:24.771Z Downloaded fixedbitset v0.5.7
6162026-09-04T17:02:24.771Z Downloaded hashbrown v0.12.3
6172026-09-04T17:02:24.771Z Downloaded hickory-server v0.25.2
6182026-09-04T17:02:24.771Z Downloaded num_enum v0.5.11
6192026-09-04T17:02:24.771Z Downloaded prettyplease v0.2.37
6202026-09-04T17:02:24.781Z Downloaded rustc_version v0.4.1
6212026-09-04T17:02:24.781Z Downloaded progenitor-impl v0.13.0
6222026-09-04T17:02:24.781Z Downloaded diff v0.1.13
6232026-09-04T17:02:24.781Z Downloaded thiserror v1.0.69
6242026-09-04T17:02:24.785Z Downloaded russh-util v0.52.0
6252026-09-04T17:02:24.785Z Downloaded sponge-cursor v0.1.0
6262026-09-04T17:02:24.785Z Downloaded hyper-util v0.1.20
6272026-09-04T17:02:24.800Z Downloaded stable_deref_trait v1.2.1
6282026-09-04T17:02:24.800Z Downloaded strip-ansi-escapes v0.2.1
6292026-09-04T17:02:24.800Z Downloaded itertools v0.10.5
6302026-09-04T17:02:24.811Z Downloaded oxide-update-engine v0.1.2
6312026-09-04T17:02:24.811Z Downloaded pem-rfc7468 v0.7.0
6322026-09-04T17:02:24.811Z Downloaded hkdf v0.12.4
6332026-09-04T17:02:24.811Z Downloaded base64 v0.21.7
6342026-09-04T17:02:24.811Z Downloaded litemap v0.8.1
6352026-09-04T17:02:24.811Z Downloaded futures-channel v0.3.32
6362026-09-04T17:02:24.811Z Downloaded litrs v1.0.0
6372026-09-04T17:02:24.811Z Downloaded fs-err v3.3.0
6382026-09-04T17:02:24.829Z Downloaded ml-kem v0.3.2
6392026-09-04T17:02:24.829Z Downloaded percent-encoding v2.3.2
6402026-09-04T17:02:24.829Z Downloaded peg-macros v0.8.5
6412026-09-04T17:02:24.829Z Downloaded bcs v0.1.6
6422026-09-04T17:02:24.829Z Downloaded r2d2 v0.8.10
6432026-09-04T17:02:24.829Z Downloaded target-triple v1.0.0
6442026-09-04T17:02:24.829Z Downloaded sync_wrapper v1.0.2
6452026-09-04T17:02:24.829Z Downloaded unicode-truncate v1.1.0
6462026-09-04T17:02:24.836Z Downloaded thread-id v5.1.0
6472026-09-04T17:02:24.836Z Downloaded scuffle v0.1.0
6482026-09-04T17:02:24.836Z Downloaded socket2 v0.5.10
6492026-09-04T17:02:24.836Z Downloaded waitgroup v0.1.2
6502026-09-04T17:02:24.836Z Downloaded pest_meta v2.8.6
6512026-09-04T17:02:24.836Z Downloaded p384 v0.14.0
6522026-09-04T17:02:24.836Z Downloaded git-stub-vcs v0.1.0
6532026-09-04T17:02:24.836Z Downloaded poly1305 v0.8.0
6542026-09-04T17:02:24.836Z Downloaded progenitor v0.13.0
6552026-09-04T17:02:24.836Z Downloaded rustls-pemfile v2.2.0
6562026-09-04T17:02:24.836Z Downloaded version_check v0.9.5
6572026-09-04T17:02:24.836Z Downloaded xattr v1.6.1
6582026-09-04T17:02:24.836Z Downloaded dof v0.3.0
6592026-09-04T17:02:24.836Z Downloaded thiserror-impl-no-std v2.0.2
6602026-09-04T17:02:24.856Z Downloaded trait-variant v0.1.2
6612026-09-04T17:02:24.856Z Downloaded usdt-attr-macro v0.6.0
6622026-09-04T17:02:24.857Z Downloaded utf8_iter v1.0.4
6632026-09-04T17:02:24.857Z Downloaded serde_tokenstream v0.3.0
6642026-09-04T17:02:24.857Z Downloaded rand_seeder v0.4.0
6652026-09-04T17:02:24.857Z Downloaded zeroize_derive v1.5.0
6662026-09-04T17:02:24.857Z Downloaded dropshot_endpoint v0.17.1
6672026-09-04T17:02:24.857Z Downloaded bzip2 v0.4.4
6682026-09-04T17:02:24.883Z Downloaded bzip2 v0.6.1
6692026-09-04T17:02:24.883Z Downloaded once_cell v1.21.3
6702026-09-04T17:02:24.883Z Downloaded strum_macros v0.27.2
6712026-09-04T17:02:24.883Z Downloaded equivalent v1.0.2
6722026-09-04T17:02:24.883Z Downloaded foreign-types v0.3.2
6732026-09-04T17:02:24.883Z Downloaded generic-array v0.14.7
6742026-09-04T17:02:24.883Z Downloaded lru-cache v0.1.2
6752026-09-04T17:02:24.883Z Downloaded rand_core v0.9.5
6762026-09-04T17:02:24.884Z Downloaded secrecy v0.10.3
6772026-09-04T17:02:24.884Z Downloaded pkcs8 v0.11.0
6782026-09-04T17:02:24.884Z Downloaded dsl_auto_type v0.2.0
6792026-09-04T17:02:24.902Z Downloaded typenum v1.20.1
6802026-09-04T17:02:24.902Z Downloaded dtrace-parser v0.2.0
6812026-09-04T17:02:24.902Z Downloaded toml_edit v0.19.15
6822026-09-04T17:02:24.902Z Downloaded float-cmp v0.10.0
6832026-09-04T17:02:24.902Z Downloaded serde_with_macros v1.5.2
6842026-09-04T17:02:24.902Z Downloaded toml v1.1.2+spec-1.1.0
6852026-09-04T17:02:24.902Z Downloaded http v1.4.2
6862026-09-04T17:02:24.902Z Downloaded jiff-static v0.2.34
6872026-09-04T17:02:24.902Z Downloaded normalize-line-endings v0.3.0
6882026-09-04T17:02:24.902Z Downloaded num v0.4.3
6892026-09-04T17:02:24.902Z Downloaded ghash v0.6.0
6902026-09-04T17:02:24.902Z Downloaded typed-path v0.9.3
6912026-09-04T17:02:24.902Z Downloaded samael v0.0.19
6922026-09-04T17:02:24.917Z Downloaded slog-async v2.8.0
6932026-09-04T17:02:24.917Z Downloaded slog-dtrace v0.3.0
6942026-09-04T17:02:24.917Z Downloaded num-traits v0.2.19
6952026-09-04T17:02:24.917Z Downloaded linked-hash-map v0.5.6
6962026-09-04T17:02:24.917Z Downloaded scrypt v0.12.0
6972026-09-04T17:02:24.917Z Downloaded newtype_derive v0.1.6
6982026-09-04T17:02:24.917Z Downloaded array-init v0.0.4
6992026-09-04T17:02:24.917Z Downloaded bitfield-macros v0.19.4
7002026-09-04T17:02:24.917Z Downloaded slog v2.8.2
7012026-09-04T17:02:24.926Z Downloaded cfg-if v1.0.4
7022026-09-04T17:02:24.926Z Downloaded openssl-macros v0.1.1
7032026-09-04T17:02:24.926Z Downloaded expectorate v1.2.0
7042026-09-04T17:02:24.926Z Downloaded peg-runtime v0.8.5
7052026-09-04T17:02:24.926Z Downloaded thread_local v1.1.9
7062026-09-04T17:02:24.926Z Downloaded tokio-tungstenite v0.23.1
7072026-09-04T17:02:24.926Z Downloaded unicase v2.9.0
7082026-09-04T17:02:24.926Z Downloaded untrusted v0.7.1
7092026-09-04T17:02:24.926Z Downloaded crypto-primes v0.7.2
7102026-09-04T17:02:24.940Z Downloaded digest v0.10.7
7112026-09-04T17:02:24.940Z Downloaded olpc-cjson v0.1.4
7122026-09-04T17:02:24.940Z Downloaded tar v0.4.46
7132026-09-04T17:02:24.940Z Downloaded cfg-expr v0.20.6
7142026-09-04T17:02:24.940Z Downloaded strum_macros v0.26.4
7152026-09-04T17:02:24.940Z Downloaded hashbrown v0.16.1
7162026-09-04T17:02:24.955Z Downloaded enum_dispatch v0.3.13
7172026-09-04T17:02:24.955Z Downloaded fs-err v2.11.0
7182026-09-04T17:02:24.955Z Downloaded pin-project v1.1.11
7192026-09-04T17:02:24.955Z Downloaded progenitor-client v0.14.0
7202026-09-04T17:02:24.955Z Downloaded serde_spanned v1.1.1
7212026-09-04T17:02:24.955Z Downloaded iri-string v0.7.10
7222026-09-04T17:02:24.959Z Downloaded itertools v0.12.1
7232026-09-04T17:02:24.959Z Downloaded itertools v0.13.0
7242026-09-04T17:02:24.959Z Downloaded futures v0.3.32
7252026-09-04T17:02:24.959Z Downloaded toml_parser v1.1.2+spec-1.1.0
7262026-09-04T17:02:24.959Z Downloaded libloading v0.8.9
7272026-09-04T17:02:24.959Z Downloaded futures-macro v0.3.32
7282026-09-04T17:02:24.959Z Downloaded recursive-proc-macro-impl v0.1.1
7292026-09-04T17:02:24.959Z Downloaded seq-macro v0.3.6
7302026-09-04T17:02:24.960Z Downloaded num_enum_derive v0.7.6
7312026-09-04T17:02:24.960Z Downloaded anstyle-parse v1.0.0
7322026-09-04T17:02:24.970Z Downloaded typify v0.6.2
7332026-09-04T17:02:24.970Z Downloaded jiff-core v0.1.0
7342026-09-04T17:02:24.975Z Downloaded erased-serde v0.3.31
7352026-09-04T17:02:24.975Z Downloaded terminal_size v0.1.17
7362026-09-04T17:02:24.975Z Downloaded slog-envlogger v2.2.0
7372026-09-04T17:02:24.975Z Downloaded strsim v0.11.1
7382026-09-04T17:02:24.986Z Downloaded unsafe-libyaml v0.2.11
7392026-09-04T17:02:24.986Z Downloaded libxml v0.3.3
7402026-09-04T17:02:25.003Z Downloaded backoff v0.4.0
7412026-09-04T17:02:25.003Z Downloaded camino-tempfile-ext v0.3.3
7422026-09-04T17:02:25.003Z Downloaded bit-vec v0.6.3
7432026-09-04T17:02:25.003Z Downloaded packed_struct v0.10.1
7442026-09-04T17:02:25.003Z Downloaded pem v3.0.6
7452026-09-04T17:02:25.014Z Downloaded serde_core v1.0.228
7462026-09-04T17:02:25.014Z Downloaded sigpipe v0.1.3
7472026-09-04T17:02:25.014Z Downloaded subtle v2.6.1
7482026-09-04T17:02:25.014Z Downloaded base64ct v1.8.3
7492026-09-04T17:02:25.014Z Downloaded tokio-rustls v0.26.4
7502026-09-04T17:02:25.014Z Downloaded predicates v3.1.4
7512026-09-04T17:02:25.014Z Downloaded p384 v0.13.1
7522026-09-04T17:02:25.014Z Downloaded ed25519-dalek v2.2.0
7532026-09-04T17:02:25.014Z Downloaded bitflags v1.3.2
7542026-09-04T17:02:25.014Z Downloaded lzss v0.8.2
7552026-09-04T17:02:25.014Z Downloaded zip v0.6.6
7562026-09-04T17:02:25.014Z Downloaded event-listener-strategy v0.5.4
7572026-09-04T17:02:25.014Z Downloaded globwalk v0.9.1
7582026-09-04T17:02:25.014Z Downloaded try-lock v0.2.5
7592026-09-04T17:02:25.019Z Downloaded usdt-attr-macro v0.5.0
7602026-09-04T17:02:25.020Z Downloaded salty v0.3.0
7612026-09-04T17:02:25.038Z Downloaded test-strategy v0.4.5
7622026-09-04T17:02:25.038Z Downloaded guppy v0.17.25
7632026-09-04T17:02:25.053Z Downloaded serdect v0.4.3
7642026-09-04T17:02:25.053Z Downloaded idna v1.1.0
7652026-09-04T17:02:25.053Z Downloaded slab v0.4.12
7662026-09-04T17:02:25.054Z Downloaded tagptr v0.2.0
7672026-09-04T17:02:25.054Z Downloaded icu_properties_data v2.1.2
7682026-09-04T17:02:25.054Z Downloaded async-stream v0.3.6
7692026-09-04T17:02:25.054Z Downloaded async-stream-impl v0.3.6
7702026-09-04T17:02:25.057Z Downloaded progenitor-extras v0.2.0
7712026-09-04T17:02:25.058Z Downloaded form_urlencoded v1.2.2
7722026-09-04T17:02:25.058Z Downloaded ar_archive_writer v0.5.1
7732026-09-04T17:02:25.058Z Downloaded termcolor v1.4.1
7742026-09-04T17:02:25.058Z Downloaded tiny-keccak v2.0.2
7752026-09-04T17:02:25.058Z Downloaded lazy_static v1.5.0
7762026-09-04T17:02:25.058Z Downloaded nom v7.1.3
7772026-09-04T17:02:25.058Z Downloaded num-conv v0.2.0
7782026-09-04T17:02:25.058Z Downloaded goblin v0.8.2
7792026-09-04T17:02:25.058Z Downloaded serde_yaml v0.9.34+deprecated
7802026-09-04T17:02:25.058Z Downloaded hkdf v0.13.0
7812026-09-04T17:02:25.061Z Downloaded path-slash v0.1.5
7822026-09-04T17:02:25.061Z Downloaded zerocopy v0.6.6
7832026-09-04T17:02:25.061Z Downloaded zerocopy-derive v0.8.55
7842026-09-04T17:02:25.070Z Downloaded rustc-demangle v0.1.27
7852026-09-04T17:02:25.076Z Downloaded rusty-fork v0.3.1
7862026-09-04T17:02:25.076Z Downloaded macaddr v1.0.1
7872026-09-04T17:02:25.077Z Downloaded nested v0.1.1
7882026-09-04T17:02:25.077Z Downloaded num_threads v0.1.7
7892026-09-04T17:02:25.077Z Downloaded sapling-renderdag v0.1.0
7902026-09-04T17:02:25.077Z Downloaded plotters-backend v0.3.7
7912026-09-04T17:02:25.077Z Downloaded powerfmt v0.2.0
7922026-09-04T17:02:25.091Z Downloaded displaydoc v0.2.5
7932026-09-04T17:02:25.097Z Downloaded ed25519 v3.0.0
7942026-09-04T17:02:25.097Z Downloaded ff v0.14.0
7952026-09-04T17:02:25.097Z Downloaded same-file v1.0.6
7962026-09-04T17:02:25.097Z Downloaded signal-hook-mio v0.2.5
7972026-09-04T17:02:25.097Z Downloaded structmeta-derive v0.3.0
7982026-09-04T17:02:25.097Z Downloaded linear-map v1.2.0
7992026-09-04T17:02:25.097Z Downloaded plotters v0.3.7
8002026-09-04T17:02:25.098Z Downloaded rfc6979 v0.4.0
8012026-09-04T17:02:25.098Z Downloaded mio v1.2.0
8022026-09-04T17:02:25.111Z Downloaded tracing-attributes v0.1.31
8032026-09-04T17:02:25.119Z Downloaded vsss-rs v3.3.4
8042026-09-04T17:02:25.119Z Downloaded supports-unicode v2.1.0
8052026-09-04T17:02:25.119Z Downloaded secrecy v0.8.0
8062026-09-04T17:02:25.119Z Downloaded tabwriter v1.4.1
8072026-09-04T17:02:25.119Z Downloaded thread-id v4.2.2
8082026-09-04T17:02:25.119Z Downloaded wait-timeout v0.2.1
8092026-09-04T17:02:25.119Z Downloaded hashbrown v0.17.0
8102026-09-04T17:02:25.125Z Downloaded itertools v0.15.0
8112026-09-04T17:02:25.125Z Downloaded diesel-dtrace v0.5.0
8122026-09-04T17:02:25.126Z Downloaded ena v0.14.4
8132026-09-04T17:02:25.136Z Downloaded ryu v1.0.23
8142026-09-04T17:02:25.136Z Downloaded toml v0.8.23
8152026-09-04T17:02:25.136Z Downloaded cargo_metadata v0.23.1
8162026-09-04T17:02:25.136Z Downloaded oxide-generation v0.1.3
8172026-09-04T17:02:25.136Z Downloaded zone v0.3.1
8182026-09-04T17:02:25.146Z Downloaded find-msvc-tools v0.1.9
8192026-09-04T17:02:25.146Z Downloaded quick-xml v0.37.5
8202026-09-04T17:02:25.147Z Downloaded elliptic-curve v0.13.8
8212026-09-04T17:02:25.147Z Downloaded camino-tempfile v1.4.1
8222026-09-04T17:02:25.147Z Downloaded partial-io v0.5.4
8232026-09-04T17:02:25.150Z Downloaded paste v1.0.15
8242026-09-04T17:02:25.151Z Downloaded tower-service v0.3.3
8252026-09-04T17:02:25.151Z Downloaded oxide-update-engine-types v0.1.2
8262026-09-04T17:02:25.151Z Downloaded difflib v0.4.0
8272026-09-04T17:02:25.151Z Downloaded pkcs1 v0.7.5
8282026-09-04T17:02:25.151Z Downloaded psm v0.1.30
8292026-09-04T17:02:25.151Z Downloaded rand_core v0.10.0
8302026-09-04T17:02:25.151Z Downloaded uzers v0.12.2
8312026-09-04T17:02:25.151Z Downloaded escape8259 v0.5.3
8322026-09-04T17:02:25.166Z Downloaded h2 v0.4.15
8332026-09-04T17:02:25.166Z Downloaded new_debug_unreachable v1.0.6
8342026-09-04T17:02:25.166Z Downloaded rust-argon2 v2.1.0
8352026-09-04T17:02:25.179Z Downloaded smallvec v0.6.14
8362026-09-04T17:02:25.180Z Downloaded aead v0.6.1
8372026-09-04T17:02:25.180Z Downloaded serde_tokenstream v0.2.3
8382026-09-04T17:02:25.180Z Downloaded linkme-impl v0.3.35
8392026-09-04T17:02:25.180Z Downloaded backtrace-ext v0.2.1
8402026-09-04T17:02:25.180Z Downloaded ascii-canvas v3.0.0
8412026-09-04T17:02:25.180Z Downloaded atomicwrites v0.4.4
8422026-09-04T17:02:25.180Z Downloaded similar v2.7.0
8432026-09-04T17:02:25.180Z Downloaded futures-timer v3.0.3
8442026-09-04T17:02:25.180Z Downloaded memmap2 v0.9.10
8452026-09-04T17:02:25.198Z Downloaded slog-term v2.9.2
8462026-09-04T17:02:25.198Z Downloaded kem v0.3.0
8472026-09-04T17:02:25.198Z Downloaded ppv-lite86 v0.2.21
8482026-09-04T17:02:25.198Z Downloaded num_enum_derive v0.5.11
8492026-09-04T17:02:25.198Z Downloaded castaway v0.2.4
8502026-09-04T17:02:25.203Z Downloaded flate2 v1.1.9
8512026-09-04T17:02:25.203Z Downloaded scopeguard v1.2.0
8522026-09-04T17:02:25.203Z Downloaded strum v0.26.3
8532026-09-04T17:02:25.203Z Downloaded sha2 v0.10.9
8542026-09-04T17:02:25.214Z Downloaded owo-colors v4.3.0
8552026-09-04T17:02:25.228Z Downloaded supports-color v2.1.0
8562026-09-04T17:02:25.228Z Downloaded futures-executor v0.3.32
8572026-09-04T17:02:25.337Z Downloaded void v1.0.2
8582026-09-04T17:02:25.337Z Downloaded itertools v0.14.0
8592026-09-04T17:02:25.337Z Downloaded libtest-mimic v0.8.1
8602026-09-04T17:02:25.337Z Downloaded nanorand v0.7.0
8612026-09-04T17:02:25.337Z Downloaded pretty_assertions v1.4.1
8622026-09-04T17:02:25.337Z Downloaded rand_distr v0.5.1
8632026-09-04T17:02:25.337Z Downloaded jobserver v0.1.34
8642026-09-04T17:02:25.337Z Downloaded git2 v0.20.4
8652026-09-04T17:02:25.337Z Downloaded dtrace-parser v0.3.0
8662026-09-04T17:02:25.337Z Downloaded lru v0.12.5
8672026-09-04T17:02:25.337Z Downloaded knuffel-derive v3.2.0
8682026-09-04T17:02:25.337Z Downloaded managed v0.8.0
8692026-09-04T17:02:25.337Z Downloaded newtype-uuid-macros v0.1.0
8702026-09-04T17:02:25.337Z Downloaded bcrypt-pbkdf v0.11.0
8712026-09-04T17:02:25.337Z Downloaded block-padding v0.4.2
8722026-09-04T17:02:25.337Z Downloaded tokio-macros v2.7.0
8732026-09-04T17:02:25.370Z Downloaded iddqd v0.4.2
8742026-09-04T17:02:25.370Z Downloaded blake2 v0.10.6
8752026-09-04T17:02:25.370Z Downloaded tempfile v3.27.0
8762026-09-04T17:02:25.370Z Downloaded usdt-impl v0.6.0
8772026-09-04T17:02:25.370Z Downloaded proc-macro-crate v1.3.1
8782026-09-04T17:02:25.370Z Downloaded simd-adler32 v0.3.8
8792026-09-04T17:02:25.370Z Downloaded usdt-macro v0.6.0
8802026-09-04T17:02:25.370Z Downloaded embedded-io v0.6.1
8812026-09-04T17:02:25.370Z Downloaded endian-type v0.1.2
8822026-09-04T17:02:25.370Z Downloaded foreign-types v0.5.0
8832026-09-04T17:02:25.370Z Downloaded winnow v0.6.26
8842026-09-04T17:02:25.370Z Downloaded miniz_oxide v0.8.9
8852026-09-04T17:02:25.370Z Downloaded utf-8 v0.7.6
8862026-09-04T17:02:25.370Z Downloaded rustc_version v0.1.7
8872026-09-04T17:02:25.371Z Downloaded miette v5.10.0
8882026-09-04T17:02:25.371Z Downloaded mime_guess v2.0.5
8892026-09-04T17:02:25.371Z Downloaded num-integer v0.1.46
8902026-09-04T17:02:25.371Z Downloaded foreign-types-shared v0.1.1
8912026-09-04T17:02:25.371Z Downloaded petname v2.0.2
8922026-09-04T17:02:25.371Z Downloaded toml_edit v0.22.27
8932026-09-04T17:02:25.371Z Downloaded foldhash v0.2.0
8942026-09-04T17:02:25.371Z Downloaded dropshot-api-manager v0.8.0
8952026-09-04T17:02:25.371Z Downloaded cbc v0.2.1
8962026-09-04T17:02:25.371Z Downloaded parking_lot_core v0.8.6
8972026-09-04T17:02:25.371Z Downloaded tap v1.0.1
8982026-09-04T17:02:25.371Z Downloaded usdt v0.5.0
8992026-09-04T17:02:25.371Z Downloaded unicode-ident v1.0.24
9002026-09-04T17:02:25.371Z Downloaded zerocopy-derive v0.7.35
9012026-09-04T17:02:25.371Z Downloaded stringprep v0.1.5
9022026-09-04T17:02:25.371Z Downloaded quinn-udp v0.5.14
9032026-09-04T17:02:25.371Z Downloaded zmij v1.0.21
9042026-09-04T17:02:25.371Z Downloaded rand_chacha v0.9.0
9052026-09-04T17:02:25.371Z Downloaded serde-hex v0.1.0
9062026-09-04T17:02:25.371Z Downloaded similar-asserts v1.7.0
9072026-09-04T17:02:25.371Z Downloaded siphasher v1.0.2
9082026-09-04T17:02:25.371Z Downloaded pkcs1 v0.8.0-rc.4
9092026-09-04T17:02:25.371Z Downloaded typify-macro v0.6.2
9102026-09-04T17:02:25.371Z Downloaded digest-io v0.1.0
9112026-09-04T17:02:25.371Z Downloaded fxhash v0.2.1
9122026-09-04T17:02:25.371Z Downloaded hashbrown v0.14.5
9132026-09-04T17:02:25.371Z Downloaded nodrop v0.1.14
9142026-09-04T17:02:25.371Z Downloaded schemars v0.9.0
9152026-09-04T17:02:25.371Z Downloaded proc-macro-error-attr v1.0.4
9162026-09-04T17:02:25.372Z Downloaded assert_cmd v2.1.2
9172026-09-04T17:02:25.372Z Downloaded anstream v0.6.21
9182026-09-04T17:02:25.372Z Downloaded postcard v1.1.3
9192026-09-04T17:02:25.372Z Downloaded getrandom v0.3.4
9202026-09-04T17:02:25.372Z Downloaded tower v0.5.3
9212026-09-04T17:02:25.372Z Downloaded poly1305 v0.9.0
9222026-09-04T17:02:25.372Z Downloaded event-listener v5.4.1
9232026-09-04T17:02:25.394Z Downloaded pkg-config v0.3.32
9242026-09-04T17:02:25.394Z Downloaded shlex v1.3.0
9252026-09-04T17:02:25.394Z Downloaded tokio-test v0.4.5
9262026-09-04T17:02:25.394Z Downloaded supports-color v3.0.2
9272026-09-04T17:02:25.394Z Downloaded spin v0.9.8
9282026-09-04T17:02:25.395Z Downloaded yoke v0.8.1
9292026-09-04T17:02:25.395Z Downloaded omicron-zone-package v0.12.3
9302026-09-04T17:02:25.395Z Downloaded scroll_derive v0.13.1
9312026-09-04T17:02:25.395Z Downloaded stringmetrics v2.2.2
9322026-09-04T17:02:25.395Z Downloaded tokio-dtrace v0.1.1
9332026-09-04T17:02:25.395Z Downloaded blowfish v0.10.0
9342026-09-04T17:02:25.395Z Downloaded shell-words v1.1.1
9352026-09-04T17:02:25.395Z Downloaded thiserror-no-std v2.0.2
9362026-09-04T17:02:25.395Z Downloaded twox-hash v2.1.2
9372026-09-04T17:02:25.395Z Downloaded unicode_categories v0.1.1
9382026-09-04T17:02:25.395Z Downloaded phf v0.12.1
9392026-09-04T17:02:25.395Z Downloaded toml_write v0.1.2
9402026-09-04T17:02:25.395Z Downloaded fd-lock v4.0.4
9412026-09-04T17:02:25.405Z Downloaded fixedbitset v0.4.2
9422026-09-04T17:02:25.405Z Downloaded zerotrie v0.2.3
9432026-09-04T17:02:25.405Z Downloaded smallvec v1.15.1
9442026-09-04T17:02:25.405Z Downloaded globset v0.4.18
9452026-09-04T17:02:25.405Z Downloaded sqlparser_derive v0.5.0
9462026-09-04T17:02:25.406Z Downloaded libscf-sys v1.2.0
9472026-09-04T17:02:25.406Z Downloaded anstyle-query v1.1.5
9482026-09-04T17:02:25.412Z Downloaded socket2 v0.6.3
9492026-09-04T17:02:25.412Z Downloaded rsa v0.9.10
9502026-09-04T17:02:25.419Z Downloaded toml_edit v0.23.10+spec-1.0.0
9512026-09-04T17:02:25.473Z Downloaded parking_lot v0.12.5
9522026-09-04T17:02:25.473Z Downloaded tokio-stream v0.1.18
9532026-09-04T17:02:25.473Z Downloaded byte-wrapper v0.1.0
9542026-09-04T17:02:25.473Z Downloaded oxnet v0.1.6
9552026-09-04T17:02:25.474Z Downloaded phf v0.13.1
9562026-09-04T17:02:25.474Z Downloaded num-derive v0.4.2
9572026-09-04T17:02:25.474Z Downloaded fastrand v2.3.0
9582026-09-04T17:02:25.474Z Downloaded foldhash v0.1.5
9592026-09-04T17:02:25.474Z Downloaded sec1 v0.7.3
9602026-09-04T17:02:25.474Z Downloaded futures-core v0.3.32
9612026-09-04T17:02:25.474Z Downloaded reedline v0.40.0
9622026-09-04T17:02:25.474Z Downloaded rustls-webpki v0.103.13
9632026-09-04T17:02:25.474Z Downloaded sha3 v0.12.0
9642026-09-04T17:02:25.474Z Downloaded drift v0.2.0
9652026-09-04T17:02:25.482Z Downloaded nibble_vec v0.1.0
9662026-09-04T17:02:25.482Z Downloaded fnv v1.0.7
9672026-09-04T17:02:25.482Z Downloaded cfg_aliases v0.1.1
9682026-09-04T17:02:25.482Z Downloaded maybe-uninit v2.0.0
9692026-09-04T17:02:25.482Z Downloaded base16ct v0.2.0
9702026-09-04T17:02:25.482Z Downloaded recursive v0.1.1
9712026-09-04T17:02:25.482Z Downloaded topological-sort v0.2.2
9722026-09-04T17:02:25.482Z Downloaded p521 v0.14.0
9732026-09-04T17:02:25.482Z Downloaded zstd v0.13.3
9742026-09-04T17:02:25.482Z Downloaded serde_json v1.0.151
9752026-09-04T17:02:25.482Z Downloaded async-compression v0.4.41
9762026-09-04T17:02:25.482Z Downloaded crypto-bigint v0.7.5
9772026-09-04T17:02:25.482Z Downloaded phf_shared v0.12.1
9782026-09-04T17:02:25.482Z Downloaded swrite v0.1.0
9792026-09-04T17:02:25.490Z Downloaded primeorder v0.14.0
9802026-09-04T17:02:25.490Z Downloaded downcast-rs v2.0.2
9812026-09-04T17:02:25.490Z Downloaded stacker v0.1.23
9822026-09-04T17:02:25.490Z Downloaded yoke-derive v0.8.1
9832026-09-04T17:02:25.494Z Downloaded document-features v0.2.12
9842026-09-04T17:02:25.494Z Downloaded async-bb8-diesel v0.2.1
9852026-09-04T17:02:25.494Z Downloaded wyz v0.5.1
9862026-09-04T17:02:25.494Z Downloaded multer v3.1.0
9872026-09-04T17:02:25.499Z Downloaded memchr v2.8.0
9882026-09-04T17:02:25.503Z Downloaded whoami v1.6.1
9892026-09-04T17:02:25.512Z Downloaded libsw v3.5.0
9902026-09-04T17:02:25.512Z Downloaded libsw-core v0.3.2
9912026-09-04T17:02:25.517Z Downloaded ed25519 v2.2.3
9922026-09-04T17:02:25.517Z Downloaded md-5 v0.10.6
9932026-09-04T17:02:25.517Z Downloaded tough v0.22.0
9942026-09-04T17:02:25.517Z Downloaded lalrpop v0.19.12
9952026-09-04T17:02:25.528Z Downloaded testing_table v0.3.0
9962026-09-04T17:02:25.554Z Downloaded walkdir v2.5.0
9972026-09-04T17:02:25.554Z Downloaded progenitor v0.14.0
9982026-09-04T17:02:25.554Z Downloaded rand v0.8.6
9992026-09-04T17:02:25.554Z Downloaded schemars_derive v0.8.22
10002026-09-04T17:02:25.554Z Downloaded spki v0.7.3
10012026-09-04T17:02:25.566Z Downloaded unit-prefix v0.5.2
10022026-09-04T17:02:25.566Z Downloaded rustls-native-certs v0.8.3
10032026-09-04T17:02:25.566Z Downloaded sec1 v0.8.1
10042026-09-04T17:02:25.566Z Downloaded toml_writer v1.1.1+spec-1.1.0
10052026-09-04T17:02:25.566Z Downloaded pest v2.8.6
10062026-09-04T17:02:25.566Z Downloaded dyn-clone v1.0.20
10072026-09-04T17:02:25.566Z Downloaded curve25519-dalek v4.1.3
10082026-09-04T17:02:25.566Z Downloaded nom v8.0.0
10092026-09-04T17:02:25.566Z Downloaded log v0.4.33
10102026-09-04T17:02:25.567Z Downloaded sha2 v0.11.0
10112026-09-04T17:02:25.567Z Downloaded sha1 v0.11.0
10122026-09-04T17:02:25.595Z Downloaded glob v0.3.3
10132026-09-04T17:02:25.595Z Downloaded parse-display-derive v0.10.0
10142026-09-04T17:02:25.595Z Downloaded target-lexicon v0.13.3
10152026-09-04T17:02:25.595Z Downloaded futures-io v0.3.32
10162026-09-04T17:02:25.595Z Downloaded generic-array v1.4.3
10172026-09-04T17:02:25.595Z Downloaded zerocopy v0.7.35
10182026-09-04T17:02:25.633Z Downloaded vergen-lib v9.1.0
10192026-09-04T17:02:25.633Z Downloaded synstructure v0.13.2
10202026-09-04T17:02:25.633Z Downloaded multimap v0.10.1
10212026-09-04T17:02:25.633Z Downloaded tls_codec v0.4.2
10222026-09-04T17:02:25.633Z Downloaded x509-cert v0.2.5
10232026-09-04T17:02:25.633Z Downloaded textwrap v0.16.2
10242026-09-04T17:02:25.633Z Downloaded textwrap v0.15.2
10252026-09-04T17:02:25.643Z Downloaded rayon v1.11.0
10262026-09-04T17:02:25.643Z Downloaded zopfli v0.8.3
10272026-09-04T17:02:25.643Z Downloaded proc-macro-error v1.0.4
10282026-09-04T17:02:25.643Z Downloaded quote v1.0.45
10292026-09-04T17:02:25.643Z Downloaded smf v0.2.3
10302026-09-04T17:02:25.644Z Downloaded allocator-api2 v0.2.21
10312026-09-04T17:02:25.644Z Downloaded bs58 v0.5.1
10322026-09-04T17:02:25.644Z Downloaded serde_urlencoded v0.7.1
10332026-09-04T17:02:25.644Z Downloaded tinystr v0.8.2
10342026-09-04T17:02:25.644Z Downloaded vergen-lib v0.1.6
10352026-09-04T17:02:25.644Z Downloaded rustyline v14.0.0
10362026-09-04T17:02:25.662Z Downloaded qorb v0.4.1
10372026-09-04T17:02:25.662Z Downloaded quinn v0.11.11
10382026-09-04T17:02:25.674Z Downloaded knuffel v3.2.0
10392026-09-04T17:02:25.674Z Downloaded either v1.15.0
10402026-09-04T17:02:25.674Z Downloaded tokio-util v0.7.18
10412026-09-04T17:02:25.674Z Downloaded ed25519-dalek v3.0.0
10422026-09-04T17:02:25.674Z Downloaded argon2 v0.6.0-rc.8
10432026-09-04T17:02:25.688Z Downloaded publicsuffix v2.3.0
10442026-09-04T17:02:25.688Z Downloaded serde v1.0.228
10452026-09-04T17:02:25.688Z Downloaded libbz2-rs-sys v0.2.2
10462026-09-04T17:02:25.698Z Downloaded openssl-sys v0.9.117
10472026-09-04T17:02:25.699Z Downloaded radix_trie v0.2.1
10482026-09-04T17:02:25.699Z Downloaded papergrid v0.11.0
10492026-09-04T17:02:25.699Z Downloaded russh v0.62.4
10502026-09-04T17:02:25.717Z Downloaded reqwest v0.12.28
10512026-09-04T17:02:25.717Z Downloaded ucd-trie v0.1.7
10522026-09-04T17:02:25.717Z Downloaded unicode-width v0.2.0
10532026-09-04T17:02:25.717Z Downloaded object v0.30.4
10542026-09-04T17:02:25.736Z Downloaded base64 v0.22.1
10552026-09-04T17:02:25.736Z Downloaded bumpalo v3.20.2
10562026-09-04T17:02:25.736Z Downloaded chacha20poly1305 v0.10.1
10572026-09-04T17:02:25.736Z Downloaded pest_derive v2.8.6
10582026-09-04T17:02:25.736Z Downloaded tungstenite v0.21.0
10592026-09-04T17:02:25.739Z Downloaded tabled v0.21.0
10602026-09-04T17:02:25.750Z Downloaded gimli v0.32.3
10612026-09-04T17:02:25.753Z Downloaded p256 v0.14.0
10622026-09-04T17:02:25.760Z Downloaded arc-swap v1.8.2
10632026-09-04T17:02:25.765Z Downloaded serde_derive v1.0.228
10642026-09-04T17:02:25.765Z Downloaded winnow v0.5.40
10652026-09-04T17:02:25.765Z Downloaded proc-macro2 v1.0.106
10662026-09-04T17:02:25.792Z Downloaded tungstenite v0.23.0
10672026-09-04T17:02:25.792Z Downloaded blake3 v1.8.5
10682026-09-04T17:02:25.793Z Downloaded zip v4.6.1
10692026-09-04T17:02:25.793Z Downloaded cc v1.2.56
10702026-09-04T17:02:25.806Z Downloaded aes-gcm v0.11.0
10712026-09-04T17:02:25.806Z Downloaded pkcs5 v0.8.1
10722026-09-04T17:02:25.806Z Downloaded getrandom v0.4.3
10732026-09-04T17:02:25.806Z Downloaded rsa v0.10.0-rc.18
10742026-09-04T17:02:25.806Z Downloaded rand v0.9.2
10752026-09-04T17:02:25.811Z Downloaded url v2.5.8
10762026-09-04T17:02:25.811Z Downloaded nix v0.27.1
10772026-09-04T17:02:25.811Z Downloaded goblin v0.10.5
10782026-09-04T17:02:25.811Z Downloaded tower-http v0.6.8
10792026-09-04T17:02:25.830Z Downloaded unicode-segmentation v1.12.0
10802026-09-04T17:02:25.830Z Downloaded fancy-regex v0.14.0
10812026-09-04T17:02:25.830Z Downloaded unicode-normalization v0.1.25
10822026-09-04T17:02:25.830Z Downloaded minimal-lexical v0.2.1
10832026-09-04T17:02:25.833Z Downloaded aes v0.9.1
10842026-09-04T17:02:25.834Z Downloaded schemars v1.2.1
10852026-09-04T17:02:25.838Z Downloaded num-bigint v0.4.6
10862026-09-04T17:02:25.842Z Downloaded vcpkg v0.2.15
10872026-09-04T17:02:25.882Z Downloaded ssh-key v0.7.0-rc.11
10882026-09-04T17:02:25.888Z Downloaded curve25519-dalek v5.0.0
10892026-09-04T17:02:25.888Z Downloaded bytes v1.11.1
10902026-09-04T17:02:25.888Z Downloaded diesel_derives v2.3.7
10912026-09-04T17:02:25.888Z Downloaded winnow v1.0.3
10922026-09-04T17:02:25.888Z Downloaded num-bigint-dig v0.8.6
10932026-09-04T17:02:25.888Z Downloaded syn v3.0.3
10942026-09-04T17:02:25.902Z Downloaded libm v0.2.16
10952026-09-04T17:02:25.924Z Downloaded zerovec v0.11.5
10962026-09-04T17:02:25.924Z Downloaded quinn-proto v0.11.16
10972026-09-04T17:02:25.924Z Downloaded proptest v1.11.0
10982026-09-04T17:02:25.924Z Downloaded portable-atomic v1.13.1
10992026-09-04T17:02:25.924Z Downloaded regress v0.11.1
11002026-09-04T17:02:25.930Z Downloaded hickory-proto v0.24.4
11012026-09-04T17:02:25.930Z Downloaded regex v1.12.3
11022026-09-04T17:02:25.937Z Downloaded winnow v0.7.14
11032026-09-04T17:02:25.946Z Downloaded rawzip v0.4.4
11042026-09-04T17:02:25.946Z Downloaded reqwest v0.13.2
11052026-09-04T17:02:25.956Z Downloaded rustix v0.38.44
11062026-09-04T17:02:25.961Z Downloaded zlib-rs v0.6.2
11072026-09-04T17:02:25.962Z Downloaded aws-lc-rs v1.16.3
11082026-09-04T17:02:25.976Z Downloaded serde_with v1.14.0
11092026-09-04T17:02:25.988Z Downloaded miette v7.6.0
11102026-09-04T17:02:25.988Z Downloaded syn v1.0.109
11112026-09-04T17:02:25.988Z Downloaded serde_with v3.21.0
11122026-09-04T17:02:26.003Z Downloaded time v0.3.47
11132026-09-04T17:02:26.003Z Downloaded chrono v0.4.45
11142026-09-04T17:02:26.003Z Downloaded tabled v0.15.0
11152026-09-04T17:02:26.012Z Downloaded object v0.37.3
11162026-09-04T17:02:26.012Z Downloaded smoltcp v0.11.0
11172026-09-04T17:02:26.017Z Downloaded regex-syntax v0.8.10
11182026-09-04T17:02:26.027Z Downloaded moka v0.12.13
11192026-09-04T17:02:26.032Z Downloaded bindgen v0.71.1
11202026-09-04T17:02:26.032Z Downloaded bitvec v1.0.1
11212026-09-04T17:02:26.045Z Downloaded aho-corasick v1.1.4
11222026-09-04T17:02:26.072Z Downloaded futures-util v0.3.32
11232026-09-04T17:02:26.085Z Downloaded syn v2.0.117
11242026-09-04T17:02:26.100Z Downloaded nix v0.31.2
11252026-09-04T17:02:26.105Z Downloaded hickory-proto v0.25.2
11262026-09-04T17:02:26.105Z Downloaded nix v0.28.0
11272026-09-04T17:02:26.110Z Downloaded polar-core v0.27.3
11282026-09-04T17:02:26.113Z Downloaded dropshot v0.17.1
11292026-09-04T17:02:26.126Z Downloaded regress v0.10.5
11302026-09-04T17:02:26.143Z Downloaded smoltcp v0.9.1
11312026-09-04T17:02:26.147Z Downloaded unicode-width v0.1.14
11322026-09-04T17:02:26.147Z Downloaded regex-syntax v0.6.29
11332026-09-04T17:02:26.147Z Downloaded bstr v1.12.1
11342026-09-04T17:02:26.167Z Downloaded sha3 v0.11.0
11352026-09-04T17:02:26.167Z Downloaded zerocopy v0.8.55
11362026-09-04T17:02:26.190Z Downloaded openssl v0.10.80
11372026-09-04T17:02:26.213Z Downloaded bzip2-sys v0.1.13+1.0.8
11382026-09-04T17:02:26.227Z Downloaded sled v0.34.7
11392026-09-04T17:02:26.231Z Downloaded openapiv3 v2.2.0
11402026-09-04T17:02:26.231Z Downloaded tracing v0.1.44
11412026-09-04T17:02:26.251Z Downloaded sqlparser v0.61.0
11422026-09-04T17:02:26.258Z Downloaded diesel v2.3.7
11432026-09-04T17:02:26.271Z Downloaded rustls v0.23.41
11442026-09-04T17:02:26.307Z Downloaded rustix v1.1.4
11452026-09-04T17:02:26.316Z Downloaded typify-impl v0.6.2
11462026-09-04T17:02:26.374Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11472026-09-04T17:02:26.379Z Downloaded zerocopy-derive v0.6.6
11482026-09-04T17:02:26.379Z Downloaded jiff v0.2.34
11492026-09-04T17:02:26.379Z Downloaded ratatui v0.29.0
11502026-09-04T17:02:26.395Z Downloaded csv v1.4.0
11512026-09-04T17:02:26.419Z Downloaded regex-automata v0.4.14
11522026-09-04T17:02:26.433Z Downloaded petgraph v0.6.5
11532026-09-04T17:02:26.448Z Downloaded libc v0.2.185
11542026-09-04T17:02:26.475Z Downloaded sha3 v0.10.8
11552026-09-04T17:02:26.486Z Downloaded tokio v1.52.1
11562026-09-04T17:02:26.494Z Downloaded libz-sys v1.1.24
11572026-09-04T17:02:26.511Z Downloaded petgraph v0.8.3
11582026-09-04T17:02:26.524Z Downloaded chrono-tz v0.10.4
11592026-09-04T17:02:26.550Z Downloaded encoding_rs v0.8.35
11602026-09-04T17:02:26.577Z Downloaded httpmock v0.8.3
11612026-09-04T17:02:26.599Z Downloaded ring v0.17.14
11622026-09-04T17:02:26.661Z Downloaded libgit2-sys v0.18.3+1.9.2
11632026-09-04T17:02:27.143Z Downloaded aws-lc-sys v0.40.0
11642026-09-04T17:02:27.631Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11652026-09-04T17:02:30.857Z Startup: Refreshing catalog 'helios' ... Done
11662026-09-04T17:02:31.529Z Startup: Caching catalogs ... Done
11672026-09-04T17:02:34.165ZPlanning: Solver setup ... Done (2.447s)
11682026-09-04T17:02:34.326ZPlanning: Running solver ... Done (0.069s)
11692026-09-04T17:02:34.380ZPlanning: Finding local manifests ... Done (0.003s)
11702026-09-04T17:02:34.380ZPlanning: Fetching manifests: 0/2 0% complete
11712026-09-04T17:02:34.380ZPlanning: Fetching manifests: 2/2 100% complete
11722026-09-04T17:02:34.380ZPlanning: Package planning ... Done (0.014s)
11732026-09-04T17:02:34.380ZPlanning: Merging actions ... Done (0.002s)
11742026-09-04T17:02:34.510ZPlanning: Checking for conflicting actions ... Done (0.168s)
11752026-09-04T17:02:34.568ZPlanning: Consolidating action changes ... Done (0.001s)
11762026-09-04T17:02:36.882ZPlanning: Evaluating mediators ... Done (2.361s)
11772026-09-04T17:02:36.894ZPlanning: Planning completed in 5.29 seconds
11782026-09-04T17:02:36.894Z Packages to install: 2
11792026-09-04T17:02:36.894Z Estimated space available: 155.72 GB
11802026-09-04T17:02:36.894ZEstimated space to be consumed: 86.48 MB
11812026-09-04T17:02:36.894Z Create boot environment: No
11822026-09-04T17:02:36.894ZCreate backup boot environment: No
11832026-09-04T17:02:36.894Z Rebuild boot archive: No
11842026-09-04T17:02:36.894Z
11852026-09-04T17:02:36.895ZChanged packages:
11862026-09-04T17:02:36.895Zhelios
11872026-09-04T17:02:36.895Z developer/build-essential
11882026-09-04T17:02:36.895Z None -> 11-3.0
11892026-09-04T17:02:36.895Z library/libxmlsec1
11902026-09-04T17:02:36.895Z None -> 1.2.35-3.0
11912026-09-04T17:02:36.954Z
11922026-09-04T17:02:36.955ZDownload: 0/214 items 0.0/1.3MB 0% complete
11932026-09-04T17:02:37.034ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
11942026-09-04T17:02:37.161Z Actions: 1/268 actions (Installing new actions)
11952026-09-04T17:02:37.173Z Actions: Completed 268 actions in 0.04 seconds.
11962026-09-04T17:02:37.311ZFinalize: Updating package state database ... Done (0.038s)
11972026-09-04T17:02:37.311ZFinalize: Updating package cache ... Done (0.000s)
11982026-09-04T17:02:37.611ZFinalize: Updating image state ... Done (0.102s)
11992026-09-04T17:02:40.726ZFinalize: Creating fast lookup database ... Done (3.350s)
12002026-09-04T17:02:40.817ZFinalize: Reading search index ... Done (0.043s)
12012026-09-04T17:02:40.826ZFinalize: Updating search index ... Done (0.000s)
12022026-09-04T17:02:41.005ZFinalize: Updating package cache ... Done (0.000s)
12032026-09-04T17:02:41.356ZPlanning: Evaluating mediator changes ... Done
12042026-09-04T17:02:41.482ZPlanning: Checking for conflicting actions ... Done
12052026-09-04T17:02:41.521ZPlanning: Consolidating action changes ... Done
12062026-09-04T17:02:41.643ZPlanning: Evaluating mediators ... Done
12072026-09-04T17:02:41.667ZPlanning: Planning completed in 0.27 seconds
12082026-09-04T17:02:41.667Z Mediators to change: 2
12092026-09-04T17:02:41.667Z Create boot environment: No
12102026-09-04T17:02:41.667ZCreate backup boot environment: No
12112026-09-04T17:02:44.890ZFinalize: Updating package state database ... Done
12122026-09-04T17:02:44.890ZFinalize: Updating package cache ... Done
12132026-09-04T17:02:44.890ZFinalize: Updating image state ... Done
12142026-09-04T17:02:45.166ZFinalize: Creating fast lookup database ... Done
12152026-09-04T17:02:45.167ZFinalize: Reading search index ... Done
12162026-09-04T17:02:45.167ZFinalize: Updating search index ... Done
12172026-09-04T17:02:45.167ZFinalize: Updating package cache ... Done
12182026-09-04T17:02:45.167ZPlanning: Evaluating mediator changes ... Done
12192026-09-04T17:02:45.167ZPlanning: Checking for conflicting actions ... Done
12202026-09-04T17:02:45.167ZPlanning: Consolidating action changes ... Done
12212026-09-04T17:02:45.167ZPlanning: Evaluating mediators ... Done
12222026-09-04T17:02:45.167ZPlanning: Planning completed in 0.27 seconds
12232026-09-04T17:02:45.167Z Mediators to change: 1
12242026-09-04T17:02:45.167Z Create boot environment: No
12252026-09-04T17:02:45.167ZCreate backup boot environment: No
12262026-09-04T17:02:45.167ZFinalize: Updating package state database ... Done
12272026-09-04T17:02:45.167ZFinalize: Updating package cache ... Done
12282026-09-04T17:02:45.168ZFinalize: Updating image state ... Done
12292026-09-04T17:02:46.652ZFinalize: Creating fast lookup database ... Done
12302026-09-04T17:02:46.710ZFinalize: Reading search index ... Done
12312026-09-04T17:02:46.710ZFinalize: Updating search index ... Done
12322026-09-04T17:02:46.721ZFinalize: Updating package cache ... Done
12332026-09-04T17:02:47.039ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12342026-09-04T17:02:47.039Zapache system 2.4 system
12352026-09-04T17:02:47.039Zclang system 15 system
12362026-09-04T17:02:47.039Zcsh system system illumos
12372026-09-04T17:02:47.039Zctags system system illumos
12382026-09-04T17:02:47.039Zfile vendor vendor darwinsys
12392026-09-04T17:02:47.039Zfile system system illumos
12402026-09-04T17:02:47.039Zgcc vendor 14 vendor
12412026-09-04T17:02:47.039Zgcc system 13 system
12422026-09-04T17:02:47.039Zgcc system 10 system
12432026-09-04T17:02:47.039Zgo system 1.25 system
12442026-09-04T17:02:47.039Zllvm system 15 system
12452026-09-04T17:02:47.039Zmariadb system 11.4 system
12462026-09-04T17:02:47.039Zmta vendor vendor dma
12472026-09-04T17:02:47.039Zopenjdk system 17 system
12482026-09-04T17:02:47.039Zopenjdk system 11 system
12492026-09-04T17:02:47.039Zopenssl vendor 3 vendor
12502026-09-04T17:02:47.039Zperl system 5.40 system
12512026-09-04T17:02:47.039Zpostgresql system 18 system
12522026-09-04T17:02:47.040Zpostgresql system 17 system
12532026-09-04T17:02:47.040Zpython vendor 3 vendor
12542026-09-04T17:02:47.040Zpython system 2 system
12552026-09-04T17:02:47.040Zpython3 vendor 3.13 vendor
12562026-09-04T17:02:47.040Zruby system 3.4 system
12572026-09-04T17:02:47.040Zruby system 3.0 system
12582026-09-04T17:02:47.040Zwords vendor vendor american-english
12592026-09-04T17:02:47.040Zwords system system australian-english
12602026-09-04T17:02:47.040Zwords system system british-english
12612026-09-04T17:02:47.040Zwords system system canadian-english
12622026-09-04T17:02:47.040Zwords system system french
12632026-09-04T17:02:47.040Zwords system system italian
12642026-09-04T17:02:47.040Zwords system system ngerman
12652026-09-04T17:02:47.040Zwords system system ogerman
12662026-09-04T17:02:47.040Zwords system system spanish
12672026-09-04T17:02:47.280ZPUBLISHER TYPE STATUS P LOCATION
12682026-09-04T17:02:47.280Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12692026-09-04T17:02:47.801ZFMRI IFO
12702026-09-04T17:02:47.801Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12712026-09-04T17:02:47.801Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12722026-09-04T17:02:47.801Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12732026-09-04T17:02:47.801Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12742026-09-04T17:02:47.801Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12752026-09-04T17:02:47.801Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12762026-09-04T17:02:47.801Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12772026-09-04T17:02:47.801Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12782026-09-04T17:02:47.802Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12792026-09-04T17:02:48.453Z Downloading crates ...
12802026-09-04T17:02:48.503Z Downloaded cargo_toml v0.21.0
12812026-09-04T17:02:48.544Z Compiling proc-macro2 v1.0.106
12822026-09-04T17:02:48.544Z Compiling quote v1.0.45
12832026-09-04T17:02:48.548Z Compiling unicode-ident v1.0.24
12842026-09-04T17:02:48.548Z Compiling serde_core v1.0.228
12852026-09-04T17:02:48.548Z Compiling libc v0.2.185
12862026-09-04T17:02:48.548Z Compiling version_check v0.9.5
12872026-09-04T17:02:48.548Z Compiling memchr v2.8.0
12882026-09-04T17:02:48.548Z Compiling serde v1.0.228
12892026-09-04T17:02:48.548Z Compiling zmij v1.0.21
12902026-09-04T17:02:48.548Z Compiling ucd-trie v0.1.7
12912026-09-04T17:02:48.622Z Compiling thiserror v1.0.69
12922026-09-04T17:02:48.625Z Compiling itoa v1.0.17
12932026-09-04T17:02:48.625Z Compiling rustix v1.1.4
12942026-09-04T17:02:48.626Z Compiling byteorder v1.5.0
12952026-09-04T17:02:48.831Z Compiling serde_json v1.0.151
12962026-09-04T17:02:48.862Z Compiling bitflags v2.11.0
12972026-09-04T17:02:48.992Z Compiling camino v1.2.5
12982026-09-04T17:02:49.117Z Compiling pest v2.8.6
12992026-09-04T17:02:49.140Z Compiling syn v1.0.109
13002026-09-04T17:02:49.150Z Compiling usdt-impl v0.5.0
13012026-09-04T17:02:49.181Z Compiling proc-macro-error-attr v1.0.4
13022026-09-04T17:02:49.209Z Compiling proc-macro-error v1.0.4
13032026-09-04T17:02:49.227Z Compiling getrandom v0.4.3
13042026-09-04T17:02:49.237Z Compiling hashbrown v0.17.0
13052026-09-04T17:02:49.343Z Compiling log v0.4.33
13062026-09-04T17:02:49.370Z Compiling plain v0.2.3
13072026-09-04T17:02:49.440Z Compiling equivalent v1.0.2
13082026-09-04T17:02:49.452Z Compiling utf8parse v0.2.2
13092026-09-04T17:02:49.545Z Compiling anstyle-parse v1.0.0
13102026-09-04T17:02:49.556Z Compiling cfg-if v1.0.4
13112026-09-04T17:02:49.559Z Compiling anstyle v1.0.14
13122026-09-04T17:02:49.559Z Compiling winnow v0.7.14
13132026-09-04T17:02:49.590Z Compiling toml_write v0.1.2
13142026-09-04T17:02:49.612Z Compiling pretty-hex v0.4.1
13152026-09-04T17:02:49.644Z Compiling is_terminal_polyfill v1.70.2
13162026-09-04T17:02:49.652Z Compiling thiserror v2.0.18
13172026-09-04T17:02:49.658Z Compiling errno v0.3.14
13182026-09-04T17:02:49.702Z Compiling thread-id v4.2.2
13192026-09-04T17:02:49.739Z Compiling autocfg v1.5.0
13202026-09-04T17:02:49.749Z Compiling colorchoice v1.0.4
13212026-09-04T17:02:49.759Z Compiling anstyle-query v1.1.5
13222026-09-04T17:02:49.812Z Compiling strsim v0.11.1
13232026-09-04T17:02:49.824Z Compiling once_cell v1.21.3
13242026-09-04T17:02:49.836Z Compiling indexmap v2.14.0
13252026-09-04T17:02:49.875Z Compiling anstream v1.0.0
13262026-09-04T17:02:49.887Z Compiling anyhow v1.0.104
13272026-09-04T17:02:49.891Z Compiling unicode-width v0.1.14
13282026-09-04T17:02:49.995Z Compiling fastrand v2.3.0
13292026-09-04T17:02:50.064Z Compiling heck v0.5.0
13302026-09-04T17:02:50.189Z Compiling syn v2.0.117
13312026-09-04T17:02:50.202Z Compiling fs-err v3.3.0
13322026-09-04T17:02:50.215Z Compiling pest_meta v2.8.6
13332026-09-04T17:02:50.237Z Compiling clap_lex v1.0.0
13342026-09-04T17:02:50.240Z Compiling heck v0.4.1
13352026-09-04T17:02:50.271Z Compiling fnv v1.0.7
13362026-09-04T17:02:50.283Z Compiling bytecount v0.6.9
13372026-09-04T17:02:50.382Z Compiling papergrid v0.11.0
13382026-09-04T17:02:50.445Z Compiling memmap v0.7.0
13392026-09-04T17:02:50.508Z Compiling smawk v0.3.2
13402026-09-04T17:02:50.508Z Compiling unicode-linebreak v0.1.5
13412026-09-04T17:02:50.508Z Compiling unicode-width v0.2.0
13422026-09-04T17:02:50.519Z Compiling swrite v0.1.0
13432026-09-04T17:02:50.669Z Compiling terminal_size v0.4.3
13442026-09-04T17:02:50.669Z Compiling tempfile v3.27.0
13452026-09-04T17:02:50.771Z Compiling clap_builder v4.6.0
13462026-09-04T17:02:50.771Z Compiling textwrap v0.16.2
13472026-09-04T17:02:51.031Z Compiling cargo-platform v0.3.2
13482026-09-04T17:02:51.046Z Compiling semver v1.0.28
13492026-09-04T17:02:51.310Z Compiling camino-tempfile v1.4.1
13502026-09-04T17:02:51.639Z Compiling tabled_derive v0.7.0
13512026-09-04T17:02:52.377Z Compiling pest_generator v2.8.6
13522026-09-04T17:02:52.401Z Compiling tabled v0.15.0
13532026-09-04T17:02:52.884Z Compiling serde_derive v1.0.228
13542026-09-04T17:02:52.884Z Compiling thiserror-impl v1.0.69
13552026-09-04T17:02:52.887Z Compiling zerocopy-derive v0.7.35
13562026-09-04T17:02:52.887Z Compiling scroll_derive v0.12.1
13572026-09-04T17:02:52.887Z Compiling thiserror-impl v2.0.18
13582026-09-04T17:02:52.887Z Compiling clap_derive v4.6.1
13592026-09-04T17:02:52.928Z Compiling pest_derive v2.8.6
13602026-09-04T17:02:53.473Z Compiling scroll v0.12.0
13612026-09-04T17:02:53.559Z Compiling zerocopy v0.7.35
13622026-09-04T17:02:53.673Z Compiling goblin v0.8.2
13632026-09-04T17:02:53.915Z Compiling dtrace-parser v0.2.0
13642026-09-04T17:02:54.179Z Compiling clap v4.6.1
13652026-09-04T17:02:55.212Z Compiling dof v0.3.0
13662026-09-04T17:02:55.212Z Compiling serde_tokenstream v0.2.3
13672026-09-04T17:02:55.220Z Compiling toml_datetime v0.6.11
13682026-09-04T17:02:55.225Z Compiling serde_spanned v0.6.9
13692026-09-04T17:02:55.225Z Compiling macaddr v1.0.1
13702026-09-04T17:02:55.225Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13712026-09-04T17:02:55.225Z Compiling cargo_metadata v0.23.1
13722026-09-04T17:02:55.418Z Compiling toml_edit v0.22.27
13732026-09-04T17:02:55.887Z Compiling usdt-macro v0.5.0
13742026-09-04T17:02:55.891Z Compiling usdt-attr-macro v0.5.0
13752026-09-04T17:02:56.510Z Compiling usdt v0.5.0
13762026-09-04T17:02:56.725Z Compiling toml v0.8.23
13772026-09-04T17:02:57.050Z Compiling cargo_toml v0.21.0
13782026-09-04T17:02:58.364Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13792026-09-04T17:03:00.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.45s
13802026-09-04T17:03:00.482Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13812026-09-04T17:03:01.258Z Compiling serde_core v1.0.228
13822026-09-04T17:03:01.258Z Compiling libc v0.2.185
13832026-09-04T17:03:01.258Z Compiling serde v1.0.228
13842026-09-04T17:03:01.262Z Compiling log v0.4.33
13852026-09-04T17:03:01.262Z Compiling smallvec v1.15.1
13862026-09-04T17:03:01.262Z Compiling shlex v1.3.0
13872026-09-04T17:03:01.262Z Compiling find-msvc-tools v0.1.9
13882026-09-04T17:03:01.262Z Compiling subtle v2.6.1
13892026-09-04T17:03:01.381Z Compiling scopeguard v1.2.0
13902026-09-04T17:03:01.391Z Compiling typenum v1.20.1
13912026-09-04T17:03:01.394Z Compiling stable_deref_trait v1.2.1
13922026-09-04T17:03:01.394Z Compiling zerocopy v0.8.55
13932026-09-04T17:03:01.394Z Compiling portable-atomic v1.13.1
13942026-09-04T17:03:01.461Z Compiling serde_json v1.0.151
13952026-09-04T17:03:01.474Z Compiling syn v2.0.117
13962026-09-04T17:03:01.501Z Compiling critical-section v1.2.0
13972026-09-04T17:03:01.571Z Compiling libm v0.2.16
13982026-09-04T17:03:01.608Z Compiling lock_api v0.4.14
13992026-09-04T17:03:01.624Z Compiling num-traits v0.2.19
14002026-09-04T17:03:01.638Z Compiling pkg-config v0.3.32
14012026-09-04T17:03:01.642Z Compiling generic-array v0.14.7
14022026-09-04T17:03:01.673Z Compiling pin-project-lite v0.2.17
14032026-09-04T17:03:01.677Z Compiling getrandom v0.4.3
14042026-09-04T17:03:01.677Z Compiling const-oid v0.9.6
14052026-09-04T17:03:01.815Z Compiling parking_lot_core v0.9.12
14062026-09-04T17:03:01.819Z Compiling rand_core v0.10.0
14072026-09-04T17:03:01.819Z Compiling litemap v0.8.1
14082026-09-04T17:03:01.859Z Compiling percent-encoding v2.3.2
14092026-09-04T17:03:01.990Z Compiling futures-core v0.3.32
14102026-09-04T17:03:02.005Z Compiling writeable v0.6.2
14112026-09-04T17:03:02.029Z Compiling icu_normalizer_data v2.1.1
14122026-09-04T17:03:02.044Z Compiling icu_properties_data v2.1.2
14132026-09-04T17:03:02.092Z Compiling rustix v1.1.4
14142026-09-04T17:03:02.119Z Compiling getrandom v0.3.4
14152026-09-04T17:03:02.134Z Compiling futures-sink v0.3.32
14162026-09-04T17:03:02.161Z Compiling futures-io v0.3.32
14172026-09-04T17:03:02.176Z Compiling futures-task v0.3.32
14182026-09-04T17:03:02.246Z Compiling utf8_iter v1.0.4
14192026-09-04T17:03:02.263Z Compiling futures-channel v0.3.32
14202026-09-04T17:03:02.291Z Compiling slab v0.4.12
14212026-09-04T17:03:02.349Z Compiling errno v0.3.14
14222026-09-04T17:03:02.368Z Compiling jobserver v0.1.34
14232026-09-04T17:03:02.383Z Compiling getrandom v0.2.17
14242026-09-04T17:03:02.433Z Compiling mio v1.2.0
14252026-09-04T17:03:02.482Z Compiling signal-hook-registry v1.4.8
14262026-09-04T17:03:02.497Z Compiling socket2 v0.6.3
14272026-09-04T17:03:02.515Z Compiling form_urlencoded v1.2.2
14282026-09-04T17:03:02.518Z Compiling rustversion v1.0.22
14292026-09-04T17:03:02.529Z Compiling rand_core v0.6.4
14302026-09-04T17:03:02.635Z Compiling cc v1.2.56
14312026-09-04T17:03:02.658Z Compiling once_cell v1.21.3
14322026-09-04T17:03:02.673Z Compiling parking_lot v0.12.5
14332026-09-04T17:03:02.711Z Compiling iana-time-zone v0.1.65
14342026-09-04T17:03:02.726Z Compiling base64ct v1.8.3
14352026-09-04T17:03:02.743Z Compiling dunce v1.0.5
14362026-09-04T17:03:02.799Z Compiling flagset v0.4.7
14372026-09-04T17:03:02.849Z Compiling regex-syntax v0.8.10
14382026-09-04T17:03:02.865Z Compiling fs_extra v1.3.0
14392026-09-04T17:03:02.888Z Compiling ident_case v1.0.1
14402026-09-04T17:03:02.923Z Compiling base64 v0.22.1
14412026-09-04T17:03:02.939Z Compiling vcpkg v0.2.15
14422026-09-04T17:03:02.942Z Compiling syn v1.0.109
14432026-09-04T17:03:02.973Z Compiling pem-rfc7468 v0.7.0
14442026-09-04T17:03:03.037Z Compiling rand_core v0.9.5
14452026-09-04T17:03:03.055Z Compiling tracing-core v0.1.36
14462026-09-04T17:03:03.059Z Compiling simd-adler32 v0.3.8
14472026-09-04T17:03:03.087Z Compiling dyn-clone v1.0.20
14482026-09-04T17:03:03.144Z Compiling schemars v0.8.22
14492026-09-04T17:03:03.163Z Compiling cpufeatures v0.2.17
14502026-09-04T17:03:03.247Z Compiling aws-lc-rs v1.16.3
14512026-09-04T17:03:03.256Z Compiling spin v0.9.8
14522026-09-04T17:03:03.281Z Compiling crc32fast v1.5.0
14532026-09-04T17:03:03.296Z Compiling httparse v1.10.1
14542026-09-04T17:03:03.326Z Compiling tinyvec_macros v0.1.1
14552026-09-04T17:03:03.339Z Compiling adler2 v2.0.1
14562026-09-04T17:03:03.379Z Compiling cmake v0.1.57
14572026-09-04T17:03:03.427Z Compiling openssl-probe v0.2.1
14582026-09-04T17:03:03.443Z Compiling cmov v0.5.4
14592026-09-04T17:03:03.479Z Compiling miniz_oxide v0.8.9
14602026-09-04T17:03:03.499Z Compiling tinyvec v1.10.0
14612026-09-04T17:03:03.555Z Compiling aho-corasick v1.1.4
14622026-09-04T17:03:03.610Z Compiling untrusted v0.7.1
14632026-09-04T17:03:03.627Z Compiling bitflags v2.11.0
14642026-09-04T17:03:03.671Z Compiling semver v1.0.28
14652026-09-04T17:03:03.685Z Compiling indexmap v2.14.0
14662026-09-04T17:03:03.688Z Compiling uuid v1.23.4
14672026-09-04T17:03:03.758Z Compiling ctutils v0.4.2
14682026-09-04T17:03:03.769Z Compiling radium v0.7.0
14692026-09-04T17:03:03.794Z Compiling tower-service v0.3.3
14702026-09-04T17:03:03.875Z Compiling tower-layer v0.3.3
14712026-09-04T17:03:03.894Z Compiling rustc_version v0.4.1
14722026-09-04T17:03:03.908Z Compiling atomic-waker v1.1.2
14732026-09-04T17:03:04.013Z Compiling try-lock v0.2.5
14742026-09-04T17:03:04.071Z Compiling foreign-types-shared v0.1.1
14752026-09-04T17:03:04.092Z Compiling tap v1.0.1
14762026-09-04T17:03:04.125Z Compiling want v0.3.1
14772026-09-04T17:03:04.140Z Compiling maybe-uninit v2.0.0
14782026-09-04T17:03:04.176Z Compiling openssl v0.10.80
14792026-09-04T17:03:04.219Z Compiling untrusted v0.9.0
14802026-09-04T17:03:04.237Z Compiling rustls v0.23.41
14812026-09-04T17:03:04.255Z Compiling aws-lc-sys v0.40.0
14822026-09-04T17:03:04.255Z Compiling openssl-sys v0.9.117
14832026-09-04T17:03:04.304Z Compiling httpdate v1.0.3
14842026-09-04T17:03:04.348Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14852026-09-04T17:03:04.361Z Compiling bzip2-sys v0.1.13+1.0.8
14862026-09-04T17:03:04.375Z Compiling wyz v0.5.1
14872026-09-04T17:03:04.432Z Compiling synstructure v0.13.2
14882026-09-04T17:03:04.446Z Compiling serde_derive_internals v0.29.1
14892026-09-04T17:03:04.449Z Compiling pest_generator v2.8.6
14902026-09-04T17:03:04.449Z Compiling darling_core v0.20.11
14912026-09-04T17:03:04.555Z Compiling regex-automata v0.4.14
14922026-09-04T17:03:04.667Z Compiling foreign-types v0.3.2
14932026-09-04T17:03:04.748Z Compiling tempfile v3.27.0
14942026-09-04T17:03:04.837Z Compiling terminal_size v0.4.3
14952026-09-04T17:03:04.854Z Compiling unicode-normalization v0.1.25
14962026-09-04T17:03:04.911Z Compiling num-integer v0.1.46
14972026-09-04T17:03:04.964Z Compiling wait-timeout v0.2.1
14982026-09-04T17:03:05.022Z Compiling ahash v0.8.12
14992026-09-04T17:03:05.063Z Compiling packed_struct v0.10.1
15002026-09-04T17:03:05.142Z Compiling funty v2.0.0
15012026-09-04T17:03:05.216Z Compiling powerfmt v0.2.0
15022026-09-04T17:03:05.248Z Compiling quick-error v1.2.3
15032026-09-04T17:03:05.262Z Compiling num-bigint-dig v0.8.6
15042026-09-04T17:03:05.265Z Compiling time-core v0.1.8
15052026-09-04T17:03:05.291Z Compiling bit-vec v0.8.0
15062026-09-04T17:03:05.325Z Compiling native-tls v0.2.18
15072026-09-04T17:03:05.340Z Compiling num-conv v0.2.0
15082026-09-04T17:03:05.368Z Compiling deranged v0.5.8
15092026-09-04T17:03:05.385Z Compiling rusty-fork v0.3.1
15102026-09-04T17:03:05.403Z Compiling clap_builder v4.6.0
15112026-09-04T17:03:05.439Z Compiling num-iter v0.1.45
15122026-09-04T17:03:05.481Z Compiling bitvec v1.0.1
15132026-09-04T17:03:05.493Z Compiling time-macros v0.2.27
15142026-09-04T17:03:05.509Z Compiling bit-set v0.8.0
15152026-09-04T17:03:05.595Z Compiling lazy_static v1.5.0
15162026-09-04T17:03:05.654Z Compiling rand_xorshift v0.4.0
15172026-09-04T17:03:05.684Z Compiling sync_wrapper v1.0.2
15182026-09-04T17:03:05.702Z Compiling indexmap v1.9.3
15192026-09-04T17:03:05.718Z Compiling crc-catalog v2.4.0
15202026-09-04T17:03:05.733Z Compiling crossbeam-utils v0.8.21
15212026-09-04T17:03:05.806Z Compiling unicode-segmentation v1.12.0
15222026-09-04T17:03:05.824Z Compiling nodrop v0.1.14
15232026-09-04T17:03:05.838Z Compiling unarray v0.1.4
15242026-09-04T17:03:05.905Z Compiling num_threads v0.1.7
15252026-09-04T17:03:05.928Z Compiling paste v1.0.15
15262026-09-04T17:03:05.957Z Compiling object v0.37.3
15272026-09-04T17:03:06.015Z Compiling zlib-rs v0.6.2
15282026-09-04T17:03:06.039Z Compiling siphasher v1.0.2
15292026-09-04T17:03:06.143Z Compiling serde_derive v1.0.228
15302026-09-04T17:03:06.203Z Compiling zeroize_derive v1.5.0
15312026-09-04T17:03:06.220Z Compiling zerofrom-derive v0.1.6
15322026-09-04T17:03:06.240Z Compiling zerocopy-derive v0.8.55
15332026-09-04T17:03:06.255Z Compiling yoke-derive v0.8.1
15342026-09-04T17:03:06.411Z Compiling zerovec-derive v0.11.2
15352026-09-04T17:03:06.509Z Compiling displaydoc v0.2.5
15362026-09-04T17:03:06.581Z Compiling tokio-macros v2.7.0
15372026-09-04T17:03:06.826Z Compiling futures-macro v0.3.32
15382026-09-04T17:03:06.930Z Compiling der_derive v0.7.3
15392026-09-04T17:03:06.970Z Compiling thiserror-impl v2.0.18
15402026-09-04T17:03:07.385Z Compiling tracing-attributes v0.1.31
15412026-09-04T17:03:07.400Z Compiling schemars_derive v0.8.22
15422026-09-04T17:03:07.415Z Compiling pest_derive v2.8.6
15432026-09-04T17:03:07.538Z Compiling scroll_derive v0.13.1
15442026-09-04T17:03:07.601Z Compiling darling_macro v0.20.11
15452026-09-04T17:03:07.699Z Compiling futures-util v0.3.32
15462026-09-04T17:03:07.739Z Compiling zerofrom v0.1.6
15472026-09-04T17:03:07.887Z Compiling yoke v0.8.1
15482026-09-04T17:03:07.919Z Compiling thiserror-impl v1.0.69
15492026-09-04T17:03:07.979Z Compiling openssl-macros v0.1.1
15502026-09-04T17:03:08.098Z Compiling zerovec v0.11.5
15512026-09-04T17:03:08.138Z Compiling zerotrie v0.2.3
15522026-09-04T17:03:08.405Z Compiling thiserror v2.0.18
15532026-09-04T17:03:08.442Z Compiling scroll v0.13.0
15542026-09-04T17:03:08.473Z Compiling darling v0.20.11
15552026-09-04T17:03:08.546Z Compiling packed_struct_codegen v0.10.1
15562026-09-04T17:03:08.570Z Compiling clap_derive v4.6.1
15572026-09-04T17:03:08.585Z Compiling zerocopy-derive v0.6.6
15582026-09-04T17:03:08.669Z Compiling tinystr v0.8.2
15592026-09-04T17:03:08.746Z Compiling potential_utf v0.1.4
15602026-09-04T17:03:08.759Z Compiling goblin v0.10.5
15612026-09-04T17:03:08.817Z Compiling tracing v0.1.44
15622026-09-04T17:03:08.905Z Compiling icu_locale_core v2.1.1
15632026-09-04T17:03:08.921Z Compiling icu_collections v2.1.1
15642026-09-04T17:03:08.936Z Compiling bitfield-macros v0.19.4
15652026-09-04T17:03:09.121Z Compiling usdt-impl v0.6.0
15662026-09-04T17:03:09.325Z Compiling thiserror v1.0.69
15672026-09-04T17:03:09.376Z Compiling flate2 v1.1.9
15682026-09-04T17:03:09.436Z Compiling derive_builder_core v0.20.2
15692026-09-04T17:03:09.451Z Compiling dtrace-parser v0.3.0
15702026-09-04T17:03:09.454Z Compiling time v0.3.47
15712026-09-04T17:03:09.517Z Compiling zerocopy v0.6.6
15722026-09-04T17:03:09.722Z Compiling icu_provider v2.1.1
15732026-09-04T17:03:09.733Z Compiling bitfield v0.19.4
15742026-09-04T17:03:09.856Z Compiling zeroize v1.9.0
15752026-09-04T17:03:09.881Z Compiling bytes v1.11.1
15762026-09-04T17:03:09.900Z Compiling chrono v0.4.45
15772026-09-04T17:03:09.940Z Compiling ipnet v2.12.0
15782026-09-04T17:03:10.061Z Compiling icu_properties v2.1.2
15792026-09-04T17:03:10.097Z Compiling icu_normalizer v2.1.1
15802026-09-04T17:03:10.186Z Compiling der v0.7.10
15812026-09-04T17:03:10.244Z Compiling rustls-pki-types v1.14.0
15822026-09-04T17:03:10.353Z Compiling hybrid-array v0.4.13
15832026-09-04T17:03:10.480Z Compiling tokio v1.52.1
15842026-09-04T17:03:10.521Z Compiling http v1.4.2
15852026-09-04T17:03:10.537Z Compiling hex v0.4.3
15862026-09-04T17:03:10.645Z Compiling crypto-common v0.1.7
15872026-09-04T17:03:10.669Z Compiling block-buffer v0.10.4
15882026-09-04T17:03:10.729Z Compiling toml_datetime v0.6.11
15892026-09-04T17:03:10.820Z Compiling digest v0.10.7
15902026-09-04T17:03:10.835Z Compiling serde_spanned v0.6.9
15912026-09-04T17:03:10.999Z Compiling idna_adapter v1.2.1
15922026-09-04T17:03:11.019Z Compiling ppv-lite86 v0.2.21
15932026-09-04T17:03:11.107Z Compiling spki v0.7.3
15942026-09-04T17:03:11.135Z Compiling idna v1.1.0
15952026-09-04T17:03:11.152Z Compiling sha2 v0.10.9
15962026-09-04T17:03:11.169Z Compiling http-body v1.0.1
15972026-09-04T17:03:11.182Z Compiling signature v2.2.0
15982026-09-04T17:03:11.216Z Compiling hmac v0.12.1
15992026-09-04T17:03:11.337Z Compiling rand_chacha v0.9.0
16002026-09-04T17:03:11.353Z Compiling pkcs8 v0.10.2
16012026-09-04T17:03:11.353Z Compiling rand_chacha v0.3.1
16022026-09-04T17:03:11.383Z Compiling http-body-util v0.1.3
16032026-09-04T17:03:11.395Z Compiling clap v4.6.1
16042026-09-04T17:03:11.477Z Compiling url v2.5.8
16052026-09-04T17:03:11.495Z Compiling scroll_derive v0.12.1
16062026-09-04T17:03:11.556Z Compiling rand v0.9.2
16072026-09-04T17:03:11.570Z Compiling dof v0.4.0
16082026-09-04T17:03:11.587Z Compiling rand v0.8.6
16092026-09-04T17:03:11.649Z Compiling pkcs1 v0.7.5
16102026-09-04T17:03:11.654Z Compiling structmeta-derive v0.3.0
16112026-09-04T17:03:11.960Z Compiling array-init v0.0.4
16122026-09-04T17:03:12.141Z Compiling crc v3.4.0
16132026-09-04T17:03:12.259Z Compiling proptest v1.11.0
16142026-09-04T17:03:12.329Z Compiling smallvec v0.6.14
16152026-09-04T17:03:12.364Z Compiling darling_core v0.23.0
16162026-09-04T17:03:12.411Z Compiling heapless v0.7.17
16172026-09-04T17:03:12.426Z Compiling slog v2.8.2
16182026-09-04T17:03:12.492Z Compiling thread-id v5.1.0
16192026-09-04T17:03:12.564Z Compiling env_filter v2.0.0
16202026-09-04T17:03:12.584Z Compiling syn v3.0.3
16212026-09-04T17:03:12.599Z Compiling cookie v0.18.1
16222026-09-04T17:03:12.639Z Compiling zstd-safe v7.2.4
16232026-09-04T17:03:12.684Z Compiling hashbrown v0.12.3
16242026-09-04T17:03:12.818Z Compiling unicode-properties v0.1.4
16252026-09-04T17:03:12.846Z Compiling allocator-api2 v0.2.21
16262026-09-04T17:03:12.867Z Compiling ryu v1.0.23
16272026-09-04T17:03:12.883Z Compiling gimli v0.32.3
16282026-09-04T17:03:12.900Z Compiling winnow v0.5.40
16292026-09-04T17:03:12.903Z Compiling base64 v0.21.7
16302026-09-04T17:03:13.055Z Compiling ipnetwork v0.21.1
16312026-09-04T17:03:13.070Z Compiling signal-hook v0.3.18
16322026-09-04T17:03:13.198Z Compiling anyhow v1.0.104
16332026-09-04T17:03:13.213Z Compiling iri-string v0.7.10
16342026-09-04T17:03:13.263Z Compiling unicode-bidi v0.3.18
16352026-09-04T17:03:13.310Z Compiling oxnet v0.1.6
16362026-09-04T17:03:13.345Z Compiling ron v0.8.1
16372026-09-04T17:03:13.441Z Compiling rsa v0.9.10
16382026-09-04T17:03:13.533Z Compiling serde_urlencoded v0.7.1
16392026-09-04T17:03:13.789Z Compiling stringprep v0.1.5
16402026-09-04T17:03:13.803Z Compiling structmeta v0.3.0
16412026-09-04T17:03:13.843Z Compiling env_logger v0.11.11
16422026-09-04T17:03:13.912Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16432026-09-04T17:03:14.053Z Compiling serde-hex v0.1.0
16442026-09-04T17:03:14.263Z Compiling camino v1.2.5
16452026-09-04T17:03:14.310Z Compiling toml_edit v0.19.15
16462026-09-04T17:03:14.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16472026-09-04T17:03:14.470Z Compiling scroll v0.12.0
16482026-09-04T17:03:14.621Z Compiling tokio-util v0.7.18
16492026-09-04T17:03:14.637Z Compiling tower v0.5.3
16502026-09-04T17:03:14.696Z Compiling tokio-native-tls v0.3.1
16512026-09-04T17:03:14.774Z Compiling addr2line v0.25.1
16522026-09-04T17:03:14.886Z Compiling newtype-uuid v1.3.2
16532026-09-04T17:03:15.093Z Compiling darling_macro v0.23.0
16542026-09-04T17:03:15.139Z Compiling tower-http v0.6.8
16552026-09-04T17:03:15.324Z Compiling hashbrown v0.13.2
16562026-09-04T17:03:15.448Z Compiling h2 v0.4.15
16572026-09-04T17:03:15.595Z Compiling x509-cert v0.2.5
16582026-09-04T17:03:15.609Z Compiling crypto-common v0.2.2
16592026-09-04T17:03:15.662Z Compiling block-buffer v0.12.1
16602026-09-04T17:03:15.741Z Compiling block-padding v0.4.2
16612026-09-04T17:03:15.800Z Compiling md-5 v0.10.6
16622026-09-04T17:03:15.887Z Compiling rustls-native-certs v0.8.3
16632026-09-04T17:03:15.943Z Compiling derive_builder_macro v0.20.2
16642026-09-04T17:03:15.958Z Compiling bzip2 v0.4.4
16652026-09-04T17:03:15.992Z Compiling erased-serde v0.3.31
16662026-09-04T17:03:16.193Z Compiling serde_tokenstream v0.2.3
16672026-09-04T17:03:16.209Z Compiling bstr v1.12.1
16682026-09-04T17:03:16.299Z Compiling daft-derive v0.1.8
16692026-09-04T17:03:16.470Z Compiling zerocopy-derive v0.7.35
16702026-09-04T17:03:16.529Z Compiling pin-project-internal v1.1.11
16712026-09-04T17:03:16.549Z Compiling async-trait v0.1.89
16722026-09-04T17:03:16.728Z Compiling curve25519-dalek v4.1.3
16732026-09-04T17:03:16.786Z Compiling vergen-lib v9.1.0
16742026-09-04T17:03:16.960Z Compiling hash32 v0.2.1
16752026-09-04T17:03:17.000Z Compiling memoffset v0.9.1
16762026-09-04T17:03:17.115Z Compiling encoding_rs v0.8.35
16772026-09-04T17:03:17.140Z Compiling mime v0.3.17
16782026-09-04T17:03:17.171Z Compiling owo-colors v4.3.0
16792026-09-04T17:03:17.191Z Compiling psl-types v2.0.11
16802026-09-04T17:03:17.223Z Compiling litrs v1.0.0
16812026-09-04T17:03:17.341Z Compiling smoltcp v0.9.1
16822026-09-04T17:03:17.405Z Compiling ref-cast v1.0.25
16832026-09-04T17:03:17.436Z Compiling fallible-iterator v0.2.0
16842026-09-04T17:03:17.489Z Compiling cfg_aliases v0.2.1
16852026-09-04T17:03:17.546Z Compiling crc-any v2.5.0
16862026-09-04T17:03:17.556Z Compiling rustix v0.38.44
16872026-09-04T17:03:17.580Z Compiling rustc-demangle v0.1.27
16882026-09-04T17:03:17.742Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16892026-09-04T17:03:17.761Z Compiling postgres-protocol v0.6.10
16902026-09-04T17:03:17.793Z Compiling nix v0.31.2
16912026-09-04T17:03:17.812Z Compiling document-features v0.2.12
16922026-09-04T17:03:17.831Z Compiling pin-project v1.1.11
16932026-09-04T17:03:17.852Z Compiling zerocopy v0.7.35
16942026-09-04T17:03:17.877Z Compiling publicsuffix v2.3.0
16952026-09-04T17:03:17.964Z Compiling backtrace v0.3.76
16962026-09-04T17:03:18.052Z Compiling daft v0.1.8
16972026-09-04T17:03:18.234Z Compiling derive_builder v0.20.2
16982026-09-04T17:03:18.261Z Compiling zip v0.6.6
16992026-09-04T17:03:18.278Z Compiling inout v0.2.2
17002026-09-04T17:03:18.368Z Compiling toml v0.7.8
17012026-09-04T17:03:18.384Z Compiling object v0.30.4
17022026-09-04T17:03:18.384Z Compiling darling v0.23.0
17032026-09-04T17:03:18.462Z Compiling goblin v0.8.2
17042026-09-04T17:03:18.481Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17052026-09-04T17:03:18.496Z Compiling derive-ex v0.1.8
17062026-09-04T17:03:18.805Z Compiling futures-executor v0.3.32
17072026-09-04T17:03:18.898Z Compiling hyper v1.10.1
17082026-09-04T17:03:18.913Z Compiling hubpack_derive v0.1.1
17092026-09-04T17:03:18.966Z Compiling regex v1.12.3
17102026-09-04T17:03:19.008Z Compiling phf_shared v0.13.1
17112026-09-04T17:03:19.022Z Compiling snafu-derive v0.8.9
17122026-09-04T17:03:19.073Z Compiling curve25519-dalek-derive v0.1.1
17132026-09-04T17:03:19.099Z Compiling ref-cast-impl v1.0.25
17142026-09-04T17:03:19.114Z Compiling strum_macros v0.27.2
17152026-09-04T17:03:19.230Z Compiling convert_case v0.10.0
17162026-09-04T17:03:19.277Z Compiling cargo-platform v0.3.2
17172026-09-04T17:03:19.418Z Compiling vergen v9.1.0
17182026-09-04T17:03:19.445Z Compiling ff v0.13.1
17192026-09-04T17:03:19.573Z Compiling fs-err v3.3.0
17202026-09-04T17:03:19.592Z Compiling foldhash v0.2.0
17212026-09-04T17:03:19.615Z Compiling managed v0.8.0
17222026-09-04T17:03:19.663Z Compiling is_ci v1.2.0
17232026-09-04T17:03:19.717Z Compiling foldhash v0.1.5
17242026-09-04T17:03:19.797Z Compiling jiff-core v0.1.0
17252026-09-04T17:03:19.816Z Compiling bumpalo v3.20.2
17262026-09-04T17:03:19.831Z Compiling bitflags v1.3.2
17272026-09-04T17:03:19.848Z Compiling same-file v1.0.6
17282026-09-04T17:03:19.871Z Compiling either v1.15.0
17292026-09-04T17:03:19.912Z Compiling libbz2-rs-sys v0.2.2
17302026-09-04T17:03:19.927Z Compiling base16ct v0.2.0
17312026-09-04T17:03:20.002Z Compiling path-slash v0.1.5
17322026-09-04T17:03:20.042Z Compiling zopfli v0.8.3
17332026-09-04T17:03:20.100Z Compiling hyper-util v0.1.20
17342026-09-04T17:03:20.115Z Compiling sec1 v0.7.3
17352026-09-04T17:03:20.137Z Compiling walkdir v2.5.0
17362026-09-04T17:03:20.340Z Compiling test-strategy v0.4.5
17372026-09-04T17:03:20.427Z Compiling bzip2 v0.6.1
17382026-09-04T17:03:20.488Z Compiling textwrap v0.16.2
17392026-09-04T17:03:20.634Z Compiling jiff v0.2.34
17402026-09-04T17:03:20.649Z Compiling hashbrown v0.15.5
17412026-09-04T17:03:20.876Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17422026-09-04T17:03:20.963Z Compiling dof v0.3.0
17432026-09-04T17:03:20.986Z Compiling supports-color v3.0.2
17442026-09-04T17:03:21.030Z Compiling hashbrown v0.16.1
17452026-09-04T17:03:21.143Z Compiling snafu v0.8.9
17462026-09-04T17:03:21.267Z Compiling strum v0.27.2
17472026-09-04T17:03:21.301Z Compiling group v0.13.0
17482026-09-04T17:03:21.314Z Compiling derive_more-impl v2.1.1
17492026-09-04T17:03:21.425Z Compiling cargo_metadata v0.23.1
17502026-09-04T17:03:21.510Z Compiling hubpack v0.1.2
17512026-09-04T17:03:21.525Z Compiling phf v0.13.1
17522026-09-04T17:03:21.539Z Compiling signal-hook-mio v0.2.5
17532026-09-04T17:03:21.682Z Compiling hyper-tls v0.6.0
17542026-09-04T17:03:21.744Z Compiling futures v0.3.32
17552026-09-04T17:03:21.775Z Compiling zstd v0.13.3
17562026-09-04T17:03:21.800Z Compiling cookie_store v0.22.1
17572026-09-04T17:03:21.846Z Compiling serde_with_macros v3.21.0
17582026-09-04T17:03:21.964Z Compiling reqwest v0.12.28
17592026-09-04T17:03:21.983Z Compiling cipher v0.5.2
17602026-09-04T17:03:22.043Z Compiling backtrace-ext v0.2.1
17612026-09-04T17:03:22.099Z Compiling postgres-types v0.2.12
17622026-09-04T17:03:22.273Z Compiling globset v0.4.18
17632026-09-04T17:03:22.331Z Compiling usdt-macro v0.6.0
17642026-09-04T17:03:22.507Z Compiling usdt-attr-macro v0.6.0
17652026-09-04T17:03:22.526Z Compiling byte-wrapper v0.1.0
17662026-09-04T17:03:22.640Z Compiling ed25519 v2.2.3
17672026-09-04T17:03:22.734Z Compiling hkdf v0.12.4
17682026-09-04T17:03:22.908Z Compiling crypto-bigint v0.5.5
17692026-09-04T17:03:22.942Z Compiling serde-big-array v0.5.1
17702026-09-04T17:03:22.992Z Compiling serde_plain v1.0.2
17712026-09-04T17:03:23.030Z Compiling olpc-cjson v0.1.4
17722026-09-04T17:03:23.059Z Compiling dtrace-parser v0.2.0
17732026-09-04T17:03:23.117Z Compiling phf_shared v0.11.3
17742026-09-04T17:03:23.132Z Compiling strum_macros v0.26.4
17752026-09-04T17:03:23.220Z Compiling miette-derive v7.6.0
17762026-09-04T17:03:23.248Z Compiling async-recursion v1.1.1
17772026-09-04T17:03:23.265Z Compiling serde_repr v0.1.20
17782026-09-04T17:03:23.341Z Compiling enum-as-inner v0.6.1
17792026-09-04T17:03:23.430Z Compiling float-cmp v0.10.0
17802026-09-04T17:03:23.501Z Compiling pem v3.0.6
17812026-09-04T17:03:23.656Z Compiling memmap2 v0.9.10
17822026-09-04T17:03:23.752Z Compiling thread-id v4.2.2
17832026-09-04T17:03:23.778Z Compiling keccak v0.1.6
17842026-09-04T17:03:23.929Z Compiling static_assertions v1.1.0
17852026-09-04T17:03:24.220Z Compiling supports-hyperlinks v3.2.0
17862026-09-04T17:03:24.220Z Compiling fixedbitset v0.4.2
17872026-09-04T17:03:24.220Z Compiling winnow v1.0.3
17882026-09-04T17:03:24.220Z Compiling cpufeatures v0.3.0
17892026-09-04T17:03:24.443Z Compiling predicates-core v1.0.10
17902026-09-04T17:03:24.443Z Compiling difflib v0.4.0
17912026-09-04T17:03:24.444Z Compiling whoami v2.1.0
17922026-09-04T17:03:24.444Z Compiling fixedbitset v0.5.7
17932026-09-04T17:03:24.444Z Compiling precomputed-hash v0.1.1
17942026-09-04T17:03:24.444Z Compiling const-oid v0.10.2
17952026-09-04T17:03:24.444Z Compiling supports-unicode v3.0.0
17962026-09-04T17:03:24.444Z Compiling new_debug_unreachable v1.0.6
17972026-09-04T17:03:24.460Z Compiling typed-path v0.9.3
17982026-09-04T17:03:24.461Z Compiling data-encoding v2.10.0
17992026-09-04T17:03:24.461Z Compiling normalize-line-endings v0.3.0
18002026-09-04T17:03:24.461Z Compiling digest v0.11.3
18012026-09-04T17:03:24.461Z Compiling toml_edit v0.22.27
18022026-09-04T17:03:24.461Z Compiling string_cache v0.8.9
18032026-09-04T17:03:24.497Z Compiling predicates v3.1.4
18042026-09-04T17:03:24.533Z Compiling miette v7.6.0
18052026-09-04T17:03:24.615Z Compiling tokio-postgres v0.7.16
18062026-09-04T17:03:24.663Z Compiling petgraph v0.8.3
18072026-09-04T17:03:24.663Z Compiling petgraph v0.6.5
18082026-09-04T17:03:24.669Z Compiling chacha20 v0.10.0
18092026-09-04T17:03:24.694Z Compiling hickory-proto v0.25.2
18102026-09-04T17:03:25.070Z Compiling toml_parser v1.1.2+spec-1.1.0
18112026-09-04T17:03:25.105Z Compiling elliptic-curve v0.13.8
18122026-09-04T17:03:25.119Z Compiling sha3 v0.10.8
18132026-09-04T17:03:25.120Z Compiling strum v0.26.3
18142026-09-04T17:03:25.209Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18152026-09-04T17:03:25.257Z Compiling usdt v0.6.0
18162026-09-04T17:03:25.281Z Compiling usdt-impl v0.5.0
18172026-09-04T17:03:25.581Z Compiling crossterm v0.28.1
18182026-09-04T17:03:25.622Z Compiling serde_with v3.21.0
18192026-09-04T17:03:25.622Z Compiling zip v4.6.1
18202026-09-04T17:03:25.640Z Compiling ed25519-dalek v2.2.0
18212026-09-04T17:03:25.764Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18222026-09-04T17:03:25.773Z Compiling derive_more v2.1.1
18232026-09-04T17:03:26.191Z Compiling iddqd v0.4.2
18242026-09-04T17:03:26.689Z Compiling itertools v0.15.0
18252026-09-04T17:03:27.238Z Compiling itertools v0.13.0
18262026-09-04T17:03:27.239Z Compiling similar v2.7.0
18272026-09-04T17:03:27.239Z Compiling tokio-stream v0.1.18
18282026-09-04T17:03:27.239Z Compiling crossbeam-epoch v0.9.18
18292026-09-04T17:03:27.701Z Compiling buf-list v1.1.2
18302026-09-04T17:03:27.702Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18312026-09-04T17:03:27.702Z Compiling openapiv3 v2.2.0
18322026-09-04T17:03:27.702Z Compiling heck v0.4.1
18332026-09-04T17:03:27.702Z Compiling lalrpop-util v0.19.12
18342026-09-04T17:03:27.702Z Compiling peg-runtime v0.8.5
18352026-09-04T17:03:27.702Z Compiling thread_local v1.1.9
18362026-09-04T17:03:27.702Z Compiling slog-async v2.8.0
18372026-09-04T17:03:27.702Z Compiling crossbeam-channel v0.5.15
18382026-09-04T17:03:28.090Z Compiling filetime v0.2.27
18392026-09-04T17:03:28.090Z Compiling is-terminal v0.4.17
18402026-09-04T17:03:28.091Z Compiling take_mut v0.2.2
18412026-09-04T17:03:28.091Z Compiling xattr v1.6.1
18422026-09-04T17:03:28.091Z Compiling term v1.2.1
18432026-09-04T17:03:28.091Z Compiling camino-tempfile v1.4.1
18442026-09-04T17:03:28.091Z Compiling tar v0.4.46
18452026-09-04T17:03:28.901Z Compiling slog-term v2.9.2
18462026-09-04T17:03:46.056Z Compiling rustls-webpki v0.103.13
18472026-09-04T17:03:48.308Z Compiling tokio-rustls v0.26.4
18482026-09-04T17:03:48.308Z Compiling rustls-platform-verifier v0.6.2
18492026-09-04T17:03:49.129Z Compiling tough v0.22.0
18502026-09-04T17:03:49.129Z Compiling hyper-rustls v0.27.7
18512026-09-04T17:03:49.129Z Compiling reqwest v0.13.2
18522026-09-04T17:03:50.945Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532026-09-04T17:03:51.748Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18542026-09-04T17:03:53.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.15s
18552026-09-04T17:03:54.267Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18562026-09-04T17:03:54.267ZSep 04 17:03:52.586 INFO Starting download, target: Console
18572026-09-04T17:03:54.267ZSep 04 17:03:52.587 INFO Starting download, target: Cockroach
18582026-09-04T17:03:54.267ZSep 04 17:03:52.587 INFO Starting download, target: DendriteStub
18592026-09-04T17:03:54.268ZSep 04 17:03:52.587 INFO Starting download, target: Clickhouse
18602026-09-04T17:03:54.268ZSep 04 17:03:52.587 INFO Starting download, target: MaghemiteMgd
18612026-09-04T17:03:54.268ZSep 04 17:03:52.587 INFO Starting download, target: MaghemiteDdmd
18622026-09-04T17:03:54.268ZSep 04 17:03:52.587 INFO Starting download, target: TransceiverControl
18632026-09-04T17:03:54.268ZSep 04 17:03:52.587 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18642026-09-04T17:03:54.268ZSep 04 17:03:52.588 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18652026-09-04T17:03:54.268ZSep 04 17:03:52.588 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18662026-09-04T17:03:54.268ZSep 04 17:03:52.588 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18672026-09-04T17:03:54.268ZSep 04 17:03:52.588 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18682026-09-04T17:03:54.268ZSep 04 17:03:52.588 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18692026-09-04T17:03:54.268ZSep 04 17:03:52.588 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18702026-09-04T17:03:56.080ZSep 04 17:03:54.402 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18712026-09-04T17:03:56.654ZSep 04 17:03:54.649 INFO Download complete, target: Console
18722026-09-04T17:03:56.654ZSep 04 17:03:55.029 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18732026-09-04T17:04:03.464ZSep 04 17:04:01.704 INFO Checking that binary works, target: Clickhouse
18742026-09-04T17:04:03.943ZSep 04 17:04:01.845 INFO Download complete, target: Clickhouse
18752026-09-04T17:04:07.759ZSep 04 17:04:05.801 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18762026-09-04T17:04:07.759ZSep 04 17:04:06.012 INFO Download complete, target: TransceiverControl
18772026-09-04T17:04:17.368ZSep 04 17:04:15.745 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18782026-09-04T17:04:17.562ZSep 04 17:04:16.114 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18792026-09-04T17:04:19.117ZSep 04 17:04:17.636 INFO Download complete, target: MaghemiteDdmd
18802026-09-04T17:04:19.156ZSep 04 17:04:17.644 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18812026-09-04T17:04:19.897ZSep 04 17:04:18.608 INFO Download complete, target: DendriteStub
18822026-09-04T17:04:20.311ZSep 04 17:04:19.016 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18832026-09-04T17:04:20.311ZSep 04 17:04:19.016 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18842026-09-04T17:04:21.496ZSep 04 17:04:20.209 INFO Download complete, target: MaghemiteMgd
18852026-09-04T17:04:24.936ZSep 04 17:04:23.658 INFO Checking that binary works, target: Cockroach
18862026-09-04T17:04:25.122ZSep 04 17:04:23.844 INFO Download complete, target: Cockroach
18872026-09-04T17:04:25.131ZAll prerequisites installed successfully
18882026-09-04T17:04:25.135Z
18892026-09-04T17:04:25.135Zreal 1:57.538784384
18902026-09-04T17:04:25.135Zuser 7:41.094862454
18912026-09-04T17:04:25.135Zsys 1:46.507034075
18922026-09-04T17:04:25.135Ztrap 0.267694118
18932026-09-04T17:04:25.135Ztflt 1.009095895
18942026-09-04T17:04:25.135Zdflt 1.797062370
18952026-09-04T17:04:25.135Zkflt 0.051773635
18962026-09-04T17:04:25.135Zlock 39:14.690251351
18972026-09-04T17:04:25.135Zslp 21:26.396437348
18982026-09-04T17:04:25.135Zlat 27.902163287
18992026-09-04T17:04:25.135Zstop 3:06.126906806
19002026-09-04T17:04:25.136Z+ source ./tools/include/force-git-over-https.sh
19012026-09-04T17:04:25.136Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19022026-09-04T17:04:25.136Z++ (( i = 0 ))
19032026-09-04T17:04:25.136Z++ (( i < 5 ))
19042026-09-04T17:04:25.136Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19052026-09-04T17:04:25.136Z++ (( i++ ))
19062026-09-04T17:04:25.136Z++ (( i < 5 ))
19072026-09-04T17:04:25.136Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19082026-09-04T17:04:25.142Z++ (( i++ ))
19092026-09-04T17:04:25.143Z++ (( i < 5 ))
19102026-09-04T17:04:25.143Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19112026-09-04T17:04:25.143Z++ (( i++ ))
19122026-09-04T17:04:25.143Z++ (( i < 5 ))
19132026-09-04T17:04:25.143Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19142026-09-04T17:04:25.148Z++ (( i++ ))
19152026-09-04T17:04:25.148Z++ (( i < 5 ))
19162026-09-04T17:04:25.149Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19172026-09-04T17:04:25.149Z++ (( i++ ))
19182026-09-04T17:04:25.149Z++ (( i < 5 ))
19192026-09-04T17:04:25.149Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19202026-09-04T17:04:25.149Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19212026-09-04T17:04:25.149Z+ rc=0
19222026-09-04T17:04:25.149Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19232026-09-04T17:04:35.427Z+ case $rc in
19242026-09-04T17:04:35.427Z+ pfexec zfs create -p rpool/images/build/host
19252026-09-04T17:04:35.575Z+ pfexec zfs create -p rpool/images/build/recovery
19262026-09-04T17:04:35.620Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19272026-09-04T17:04:36.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19282026-09-04T17:04:36.099Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19292026-09-04T17:04:36.968Z Compiling proc-macro2 v1.0.106
19302026-09-04T17:04:36.968Z Compiling quote v1.0.45
19312026-09-04T17:04:36.968Z Compiling unicode-ident v1.0.24
19322026-09-04T17:04:36.972Z Compiling serde_core v1.0.228
19332026-09-04T17:04:36.973Z Compiling libc v0.2.185
19342026-09-04T17:04:36.973Z Compiling serde v1.0.228
19352026-09-04T17:04:36.973Z Compiling cfg-if v1.0.4
19362026-09-04T17:04:36.973Z Compiling shlex v1.3.0
19372026-09-04T17:04:37.096Z Compiling find-msvc-tools v0.1.9
19382026-09-04T17:04:37.100Z Compiling autocfg v1.5.0
19392026-09-04T17:04:37.100Z Compiling version_check v0.9.5
19402026-09-04T17:04:37.100Z Compiling zerocopy v0.8.55
19412026-09-04T17:04:37.100Z Compiling memchr v2.8.0
19422026-09-04T17:04:37.100Z Compiling portable-atomic v1.13.1
19432026-09-04T17:04:37.100Z Compiling zmij v1.0.21
19442026-09-04T17:04:37.314Z Compiling serde_json v1.0.151
19452026-09-04T17:04:37.318Z Compiling libm v0.2.16
19462026-09-04T17:04:37.366Z Compiling getrandom v0.4.3
19472026-09-04T17:04:37.447Z Compiling parking_lot_core v0.9.12
19482026-09-04T17:04:37.504Z Compiling generic-array v0.14.7
19492026-09-04T17:04:37.552Z Compiling pkg-config v0.3.32
19502026-09-04T17:04:37.560Z Compiling num-traits v0.2.19
19512026-09-04T17:04:37.560Z Compiling icu_normalizer_data v2.1.1
19522026-09-04T17:04:37.568Z Compiling icu_properties_data v2.1.2
19532026-09-04T17:04:37.655Z Compiling smallvec v1.15.1
19542026-09-04T17:04:37.674Z Compiling rustix v1.1.4
19552026-09-04T17:04:37.678Z Compiling log v0.4.33
19562026-09-04T17:04:37.678Z Compiling itoa v1.0.17
19572026-09-04T17:04:37.771Z Compiling getrandom v0.3.4
19582026-09-04T17:04:37.850Z Compiling subtle v2.6.1
19592026-09-04T17:04:37.928Z Compiling scopeguard v1.2.0
19602026-09-04T17:04:37.966Z Compiling stable_deref_trait v1.2.1
19612026-09-04T17:04:37.995Z Compiling typenum v1.20.1
19622026-09-04T17:04:38.033Z Compiling lock_api v0.4.14
19632026-09-04T17:04:38.066Z Compiling heck v0.5.0
19642026-09-04T17:04:38.066Z Compiling critical-section v1.2.0
19652026-09-04T17:04:38.168Z Compiling rand_core v0.10.0
19662026-09-04T17:04:38.172Z Compiling thiserror v2.0.18
19672026-09-04T17:04:38.225Z Compiling jobserver v0.1.34
19682026-09-04T17:04:38.242Z Compiling errno v0.3.14
19692026-09-04T17:04:38.410Z Compiling syn v2.0.117
19702026-09-04T17:04:38.460Z Compiling cc v1.2.56
19712026-09-04T17:04:38.503Z Compiling getrandom v0.2.17
19722026-09-04T17:04:38.517Z Compiling dunce v1.0.5
19732026-09-04T17:04:38.549Z Compiling fs_extra v1.3.0
19742026-09-04T17:04:38.580Z Compiling percent-encoding v2.3.2
19752026-09-04T17:04:38.611Z Compiling litemap v0.8.1
19762026-09-04T17:04:38.657Z Compiling once_cell v1.21.3
19772026-09-04T17:04:38.680Z Compiling rand_core v0.6.4
19782026-09-04T17:04:38.702Z Compiling writeable v0.6.2
19792026-09-04T17:04:38.848Z Compiling const-oid v0.9.6
19802026-09-04T17:04:38.955Z Compiling pin-project-lite v0.2.17
19812026-09-04T17:04:38.963Z Compiling schemars v0.8.22
19822026-09-04T17:04:39.063Z Compiling equivalent v1.0.2
19832026-09-04T17:04:39.115Z Compiling signal-hook-registry v1.4.8
19842026-09-04T17:04:39.118Z Compiling futures-core v0.3.32
19852026-09-04T17:04:39.204Z Compiling cmake v0.1.57
19862026-09-04T17:04:39.208Z Compiling aws-lc-rs v1.16.3
19872026-09-04T17:04:39.234Z Compiling rustversion v1.0.22
19882026-09-04T17:04:39.301Z Compiling bitflags v2.11.0
19892026-09-04T17:04:39.427Z Compiling semver v1.0.28
19902026-09-04T17:04:39.581Z Compiling parking_lot v0.12.5
19912026-09-04T17:04:39.587Z Compiling mio v1.2.0
19922026-09-04T17:04:39.769Z Compiling aws-lc-sys v0.40.0
19932026-09-04T17:04:39.791Z Compiling utf8_iter v1.0.4
19942026-09-04T17:04:39.805Z Compiling crc32fast v1.5.0
19952026-09-04T17:04:39.891Z Compiling form_urlencoded v1.2.2
19962026-09-04T17:04:40.100Z Compiling syn v1.0.109
19972026-09-04T17:04:40.121Z Compiling fnv v1.0.7
19982026-09-04T17:04:40.163Z Compiling vcpkg v0.2.15
19992026-09-04T17:04:40.200Z Compiling byteorder v1.5.0
20002026-09-04T17:04:40.205Z Compiling hashbrown v0.17.0
20012026-09-04T17:04:40.377Z Compiling strsim v0.11.1
20022026-09-04T17:04:40.483Z Compiling socket2 v0.6.3
20032026-09-04T17:04:40.687Z Compiling radium v0.7.0
20042026-09-04T17:04:40.706Z Compiling httparse v1.10.1
20052026-09-04T17:04:40.710Z Compiling futures-sink v0.3.32
20062026-09-04T17:04:40.819Z Compiling openssl-sys v0.9.117
20072026-09-04T17:04:40.837Z Compiling futures-channel v0.3.32
20082026-09-04T17:04:40.855Z Compiling indexmap v2.14.0
20092026-09-04T17:04:40.864Z Compiling futures-io v0.3.32
20102026-09-04T17:04:40.897Z Compiling iana-time-zone v0.1.65
20112026-09-04T17:04:40.923Z Compiling thiserror v1.0.69
20122026-09-04T17:04:40.954Z Compiling futures-task v0.3.32
20132026-09-04T17:04:40.960Z Compiling slab v0.4.12
20142026-09-04T17:04:41.061Z Compiling rustls v0.23.41
20152026-09-04T17:04:41.093Z Compiling maybe-uninit v2.0.0
20162026-09-04T17:04:41.201Z Compiling base64 v0.22.1
20172026-09-04T17:04:41.297Z Compiling rustc_version v0.4.1
20182026-09-04T17:04:41.317Z Compiling synstructure v0.13.2
20192026-09-04T17:04:41.339Z Compiling serde_derive_internals v0.29.1
20202026-09-04T17:04:41.512Z Compiling bzip2-sys v0.1.13+1.0.8
20212026-09-04T17:04:41.555Z Compiling uuid v1.23.4
20222026-09-04T17:04:41.556Z Compiling ahash v0.8.12
20232026-09-04T17:04:41.588Z Compiling ident_case v1.0.1
20242026-09-04T17:04:41.601Z Compiling base64ct v1.8.3
20252026-09-04T17:04:41.711Z Compiling packed_struct v0.10.1
20262026-09-04T17:04:41.731Z Compiling regex-syntax v0.8.10
20272026-09-04T17:04:41.757Z Compiling ucd-trie v0.1.7
20282026-09-04T17:04:41.770Z Compiling num-bigint-dig v0.8.6
20292026-09-04T17:04:41.807Z Compiling rand_core v0.9.5
20302026-09-04T17:04:41.890Z Compiling pem-rfc7468 v0.7.0
20312026-09-04T17:04:41.978Z Compiling pest v2.8.6
20322026-09-04T17:04:41.996Z Compiling flagset v0.4.7
20332026-09-04T17:04:42.019Z Compiling fastrand v2.3.0
20342026-09-04T17:04:42.038Z Compiling openssl v0.10.80
20352026-09-04T17:04:42.086Z Compiling dyn-clone v1.0.20
20362026-09-04T17:04:42.156Z Compiling indexmap v1.9.3
20372026-09-04T17:04:42.251Z Compiling tempfile v3.27.0
20382026-09-04T17:04:42.275Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20392026-09-04T17:04:42.341Z Compiling native-tls v0.2.18
20402026-09-04T17:04:42.397Z Compiling cpufeatures v0.2.17
20412026-09-04T17:04:42.556Z Compiling simd-adler32 v0.3.8
20422026-09-04T17:04:42.556Z Compiling paste v1.0.15
20432026-09-04T17:04:42.602Z Compiling serde_derive v1.0.228
20442026-09-04T17:04:42.606Z Compiling zeroize_derive v1.5.0
20452026-09-04T17:04:42.632Z Compiling zerofrom-derive v0.1.6
20462026-09-04T17:04:42.674Z Compiling zerocopy-derive v0.8.55
20472026-09-04T17:04:42.691Z Compiling yoke-derive v0.8.1
20482026-09-04T17:04:42.787Z Compiling zerovec-derive v0.11.2
20492026-09-04T17:04:42.810Z Compiling displaydoc v0.2.5
20502026-09-04T17:04:42.828Z Compiling tokio-macros v2.7.0
20512026-09-04T17:04:42.974Z Compiling futures-macro v0.3.32
20522026-09-04T17:04:43.072Z Compiling der_derive v0.7.3
20532026-09-04T17:04:43.116Z Compiling thiserror-impl v2.0.18
20542026-09-04T17:04:43.241Z Compiling schemars_derive v0.8.22
20552026-09-04T17:04:43.257Z Compiling tracing-attributes v0.1.31
20562026-09-04T17:04:43.546Z Compiling thiserror-impl v1.0.69
20572026-09-04T17:04:43.573Z Compiling clap_derive v4.6.1
20582026-09-04T17:04:43.701Z Compiling pest_meta v2.8.6
20592026-09-04T17:04:43.782Z Compiling futures-util v0.3.32
20602026-09-04T17:04:43.799Z Compiling zerofrom v0.1.6
20612026-09-04T17:04:43.993Z Compiling yoke v0.8.1
20622026-09-04T17:04:44.085Z Compiling packed_struct_codegen v0.10.1
20632026-09-04T17:04:44.175Z Compiling zerovec v0.11.5
20642026-09-04T17:04:44.309Z Compiling zerotrie v0.2.3
20652026-09-04T17:04:44.658Z Compiling zerocopy-derive v0.6.6
20662026-09-04T17:04:44.679Z Compiling bitfield-macros v0.19.4
20672026-09-04T17:04:44.751Z Compiling tinystr v0.8.2
20682026-09-04T17:04:44.767Z Compiling potential_utf v0.1.4
20692026-09-04T17:04:44.792Z Compiling pest_generator v2.8.6
20702026-09-04T17:04:44.937Z Compiling icu_collections v2.1.1
20712026-09-04T17:04:44.967Z Compiling icu_locale_core v2.1.1
20722026-09-04T17:04:45.219Z Compiling openssl-macros v0.1.1
20732026-09-04T17:04:45.379Z Compiling scroll_derive v0.13.1
20742026-09-04T17:04:45.437Z Compiling pest_derive v2.8.6
20752026-09-04T17:04:45.448Z Compiling syn v3.0.3
20762026-09-04T17:04:45.671Z Compiling anstyle v1.0.14
20772026-09-04T17:04:45.730Z Compiling adler2 v2.0.1
20782026-09-04T17:04:45.914Z Compiling zeroize v1.9.0
20792026-09-04T17:04:45.962Z Compiling bytes v1.11.1
20802026-09-04T17:04:45.992Z Compiling icu_provider v2.1.1
20812026-09-04T17:04:46.203Z Compiling chrono v0.4.45
20822026-09-04T17:04:46.208Z Compiling der v0.7.10
20832026-09-04T17:04:46.375Z Compiling icu_properties v2.1.2
20842026-09-04T17:04:46.394Z Compiling icu_normalizer v2.1.1
20852026-09-04T17:04:46.476Z Compiling tokio v1.52.1
20862026-09-04T17:04:46.701Z Compiling crypto-common v0.1.7
20872026-09-04T17:04:46.717Z Compiling block-buffer v0.10.4
20882026-09-04T17:04:46.874Z Compiling digest v0.10.7
20892026-09-04T17:04:47.073Z Compiling hex v0.4.3
20902026-09-04T17:04:47.314Z Compiling idna_adapter v1.2.1
20912026-09-04T17:04:47.398Z Compiling ppv-lite86 v0.2.21
20922026-09-04T17:04:47.446Z Compiling idna v1.1.0
20932026-09-04T17:04:47.477Z Compiling spki v0.7.3
20942026-09-04T17:04:47.593Z Compiling camino v1.2.5
20952026-09-04T17:04:47.753Z Compiling rand_chacha v0.9.0
20962026-09-04T17:04:47.793Z Compiling url v2.5.8
20972026-09-04T17:04:47.803Z Compiling utf8parse v0.2.2
20982026-09-04T17:04:47.932Z Compiling crossbeam-utils v0.8.21
20992026-09-04T17:04:47.948Z Compiling anstyle-parse v1.0.0
21002026-09-04T17:04:48.021Z Compiling rand v0.9.2
21012026-09-04T17:04:48.263Z Compiling pkcs8 v0.10.2
21022026-09-04T17:04:48.307Z Compiling sha2 v0.10.9
21032026-09-04T17:04:48.346Z Compiling http v1.4.2
21042026-09-04T17:04:48.697Z Compiling daft-derive v0.1.8
21052026-09-04T17:04:48.780Z Compiling rustls-pki-types v1.14.0
21062026-09-04T17:04:48.829Z Compiling miniz_oxide v0.8.9
21072026-09-04T17:04:49.137Z Compiling terminal_size v0.4.3
21082026-09-04T17:04:49.381Z Compiling spin v0.9.8
21092026-09-04T17:04:49.452Z Compiling anstyle-query v1.1.5
21102026-09-04T17:04:49.554Z Compiling colorchoice v1.0.4
21112026-09-04T17:04:49.580Z Compiling is_terminal_polyfill v1.70.2
21122026-09-04T17:04:49.598Z Compiling num-conv v0.2.0
21132026-09-04T17:04:49.638Z Compiling tinyvec_macros v0.1.1
21142026-09-04T17:04:49.654Z Compiling time-core v0.1.8
21152026-09-04T17:04:49.685Z Compiling anstream v1.0.0
21162026-09-04T17:04:49.723Z Compiling tinyvec v1.10.0
21172026-09-04T17:04:49.728Z Compiling async-trait v0.1.89
21182026-09-04T17:04:49.731Z Compiling structmeta-derive v0.3.0
21192026-09-04T17:04:49.773Z Compiling tracing-core v0.1.36
21202026-09-04T17:04:49.822Z Compiling time-macros v0.2.27
21212026-09-04T17:04:50.100Z Compiling untrusted v0.7.1
21222026-09-04T17:04:50.216Z Compiling cmov v0.5.4
21232026-09-04T17:04:50.247Z Compiling plain v0.2.3
21242026-09-04T17:04:50.342Z Compiling object v0.37.3
21252026-09-04T17:04:50.357Z Compiling tracing v0.1.44
21262026-09-04T17:04:50.410Z Compiling tokio-util v0.7.18
21272026-09-04T17:04:50.470Z Compiling ctutils v0.4.2
21282026-09-04T17:04:50.582Z Compiling http-body v1.0.1
21292026-09-04T17:04:50.804Z Compiling toml_datetime v0.6.11
21302026-09-04T17:04:50.830Z Compiling structmeta v0.3.0
21312026-09-04T17:04:50.830Z Compiling serde_spanned v0.6.9
21322026-09-04T17:04:50.878Z Compiling pin-project-internal v1.1.11
21332026-09-04T17:04:50.973Z Compiling slog v2.8.2
21342026-09-04T17:04:51.032Z Compiling wait-timeout v0.2.1
21352026-09-04T17:04:51.047Z Compiling cookie v0.18.1
21362026-09-04T17:04:51.053Z Compiling tap v1.0.1
21372026-09-04T17:04:51.077Z Compiling bit-vec v0.8.0
21382026-09-04T17:04:51.094Z Compiling clap_lex v1.0.0
21392026-09-04T17:04:51.230Z Compiling untrusted v0.9.0
21402026-09-04T17:04:51.265Z Compiling openssl-probe v0.2.1
21412026-09-04T17:04:51.399Z Compiling zstd-safe v7.2.4
21422026-09-04T17:04:51.460Z Compiling quick-error v1.2.3
21432026-09-04T17:04:51.504Z Compiling clap_builder v4.6.0
21442026-09-04T17:04:51.529Z Compiling bit-set v0.8.0
21452026-09-04T17:04:51.600Z Compiling rusty-fork v0.3.1
21462026-09-04T17:04:51.702Z Compiling wyz v0.5.1
21472026-09-04T17:04:51.863Z Compiling derive-ex v0.1.8
21482026-09-04T17:04:51.868Z Compiling hybrid-array v0.4.13
21492026-09-04T17:04:51.897Z Compiling unicode-normalization v0.1.25
21502026-09-04T17:04:51.926Z Compiling rand_chacha v0.3.1
21512026-09-04T17:04:52.043Z Compiling signature v2.2.0
21522026-09-04T17:04:52.123Z Compiling scroll_derive v0.12.1
21532026-09-04T17:04:52.234Z Compiling rand_xorshift v0.4.0
21542026-09-04T17:04:52.275Z Compiling heapless v0.7.17
21552026-09-04T17:04:52.434Z Compiling num-integer v0.1.46
21562026-09-04T17:04:52.459Z Compiling aho-corasick v1.1.4
21572026-09-04T17:04:52.532Z Compiling usdt-impl v0.6.0
21582026-09-04T17:04:52.571Z Compiling tower-service v0.3.3
21592026-09-04T17:04:52.637Z Compiling unarray v0.1.4
21602026-09-04T17:04:52.780Z Compiling funty v2.0.0
21612026-09-04T17:04:52.799Z Compiling tower-layer v0.3.3
21622026-09-04T17:04:52.806Z Compiling rustix v0.38.44
21632026-09-04T17:04:52.832Z Compiling anyhow v1.0.104
21642026-09-04T17:04:52.856Z Compiling try-lock v0.2.5
21652026-09-04T17:04:52.877Z Compiling pretty-hex v0.4.1
21662026-09-04T17:04:52.991Z Compiling atomic-waker v1.1.2
21672026-09-04T17:04:53.028Z Compiling zlib-rs v0.6.2
21682026-09-04T17:04:53.064Z Compiling signal-hook v0.3.18
21692026-09-04T17:04:53.251Z Compiling h2 v0.4.15
21702026-09-04T17:04:53.270Z Compiling want v0.3.1
21712026-09-04T17:04:53.275Z Compiling bitvec v1.0.1
21722026-09-04T17:04:53.331Z Compiling regex-automata v0.4.14
21732026-09-04T17:04:53.335Z Compiling test-strategy v0.4.5
21742026-09-04T17:04:53.443Z Compiling clap v4.6.1
21752026-09-04T17:04:53.658Z Compiling proptest v1.11.0
21762026-09-04T17:04:53.729Z Compiling num-iter v0.1.45
21772026-09-04T17:04:54.063Z Compiling rand v0.8.6
21782026-09-04T17:04:54.377Z Compiling ipnetwork v0.21.1
21792026-09-04T17:04:54.649Z Compiling lazy_static v1.5.0
21802026-09-04T17:04:54.780Z Compiling scroll v0.13.0
21812026-09-04T17:04:54.848Z Compiling ipnet v2.12.0
21822026-09-04T17:04:55.060Z Compiling strum_macros v0.26.4
21832026-09-04T17:04:55.123Z Compiling snafu-derive v0.8.9
21842026-09-04T17:04:55.396Z Compiling flate2 v1.1.9
21852026-09-04T17:04:56.065Z Compiling darling_core v0.20.11
21862026-09-04T17:04:56.081Z Compiling darling_core v0.23.0
21872026-09-04T17:04:56.677Z Compiling nodrop v0.1.14
21882026-09-04T17:04:56.786Z Compiling winnow v0.5.40
21892026-09-04T17:04:56.895Z Compiling foreign-types-shared v0.1.1
21902026-09-04T17:04:56.997Z Compiling httpdate v1.0.3
21912026-09-04T17:04:57.090Z Compiling crc-catalog v2.4.0
21922026-09-04T17:04:57.204Z Compiling hyper v1.10.1
21932026-09-04T17:04:57.244Z Compiling crc v3.4.0
21942026-09-04T17:04:57.478Z Compiling foreign-types v0.3.2
21952026-09-04T17:04:57.556Z Compiling array-init v0.0.4
21962026-09-04T17:04:57.791Z Compiling newtype-uuid v1.3.2
21972026-09-04T17:04:58.105Z Compiling darling_macro v0.20.11
21982026-09-04T17:04:58.284Z Compiling darling_macro v0.23.0
21992026-09-04T17:04:58.539Z Compiling toml_edit v0.19.15
22002026-09-04T17:04:58.602Z Compiling goblin v0.10.5
22012026-09-04T17:04:58.695Z Compiling oxnet v0.1.6
22022026-09-04T17:04:58.813Z Compiling smallvec v0.6.14
22032026-09-04T17:04:59.093Z Compiling pkcs1 v0.7.5
22042026-09-04T17:04:59.534Z Compiling zerocopy v0.6.6
22052026-09-04T17:04:59.626Z Compiling bitfield v0.19.4
22062026-09-04T17:04:59.771Z Compiling zerocopy-derive v0.7.35
22072026-09-04T17:04:59.806Z Compiling curve25519-dalek v4.1.3
22082026-09-04T17:05:00.167Z Compiling env_filter v2.0.0
22092026-09-04T17:05:00.276Z Compiling memoffset v0.9.1
22102026-09-04T17:05:00.294Z Compiling litrs v1.0.0
22112026-09-04T17:05:00.599Z Compiling smoltcp v0.9.1
22122026-09-04T17:05:00.803Z Compiling base64 v0.21.7
22132026-09-04T17:05:00.838Z Compiling unicode-segmentation v1.12.0
22142026-09-04T17:05:00.872Z Compiling ref-cast v1.0.25
22152026-09-04T17:05:00.888Z Compiling owo-colors v4.3.0
22162026-09-04T17:05:00.936Z Compiling hashbrown v0.12.3
22172026-09-04T17:05:01.077Z Compiling ron v0.8.1
22182026-09-04T17:05:01.199Z Compiling document-features v0.2.12
22192026-09-04T17:05:01.326Z Compiling dof v0.4.0
22202026-09-04T17:05:01.546Z Compiling env_logger v0.11.11
22212026-09-04T17:05:01.745Z Compiling toml v0.7.8
22222026-09-04T17:05:01.833Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-09-04T17:05:01.849Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22242026-09-04T17:05:02.016Z Compiling rsa v0.9.10
22252026-09-04T17:05:02.360Z Compiling serde-hex v0.1.0
22262026-09-04T17:05:02.375Z Compiling daft v0.1.8
22272026-09-04T17:05:02.392Z Compiling hyper-util v0.1.20
22282026-09-04T17:05:02.496Z Compiling bzip2 v0.4.4
22292026-09-04T17:05:02.693Z Compiling darling v0.23.0
22302026-09-04T17:05:02.750Z Compiling darling v0.20.11
22312026-09-04T17:05:02.827Z Compiling hashbrown v0.13.2
22322026-09-04T17:05:03.078Z Compiling x509-cert v0.2.5
22332026-09-04T17:05:03.337Z Compiling hmac v0.12.1
22342026-09-04T17:05:03.384Z Compiling dtrace-parser v0.3.0
22352026-09-04T17:05:03.695Z Compiling async-recursion v1.1.1
22362026-09-04T17:05:03.810Z Compiling sync_wrapper v1.0.2
22372026-09-04T17:05:03.974Z Compiling thread-id v5.1.0
22382026-09-04T17:05:04.061Z Compiling siphasher v1.0.2
22392026-09-04T17:05:04.076Z Compiling powerfmt v0.2.0
22402026-09-04T17:05:04.242Z Compiling cfg_aliases v0.2.1
22412026-09-04T17:05:04.287Z Compiling crc-any v2.5.0
22422026-09-04T17:05:04.580Z Compiling deranged v0.5.8
22432026-09-04T17:05:04.689Z Compiling nix v0.31.2
22442026-09-04T17:05:04.928Z Compiling tower v0.5.3
22452026-09-04T17:05:05.438Z Compiling object v0.30.4
22462026-09-04T17:05:05.712Z Compiling derive_builder_core v0.20.2
22472026-09-04T17:05:05.752Z Compiling serde_with_macros v3.21.0
22482026-09-04T17:05:06.267Z Compiling zip v0.6.6
22492026-09-04T17:05:06.531Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22502026-09-04T17:05:06.577Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22512026-09-04T17:05:06.825Z Compiling bstr v1.12.1
22522026-09-04T17:05:06.969Z Compiling block-buffer v0.12.1
22532026-09-04T17:05:07.200Z Compiling crypto-common v0.2.2
22542026-09-04T17:05:07.282Z Compiling http-body-util v0.1.3
22552026-09-04T17:05:07.549Z Compiling futures-executor v0.3.32
22562026-09-04T17:05:07.605Z Compiling erased-serde v0.3.31
22572026-09-04T17:05:07.624Z Compiling serde_tokenstream v0.2.3
22582026-09-04T17:05:07.922Z Compiling hubpack_derive v0.1.1
22592026-09-04T17:05:08.014Z Compiling ref-cast-impl v1.0.25
22602026-09-04T17:05:08.031Z Compiling strum_macros v0.27.2
22612026-09-04T17:05:08.048Z Compiling curve25519-dalek-derive v0.1.1
22622026-09-04T17:05:08.260Z Compiling fs-err v3.3.0
22632026-09-04T17:05:08.339Z Compiling usdt-impl v0.5.0
22642026-09-04T17:05:08.418Z Compiling gimli v0.32.3
22652026-09-04T17:05:08.647Z Compiling iri-string v0.7.10
22662026-09-04T17:05:08.699Z Compiling path-slash v0.1.5
22672026-09-04T17:05:08.750Z Compiling allocator-api2 v0.2.21
22682026-09-04T17:05:08.872Z Compiling num_threads v0.1.7
22692026-09-04T17:05:08.930Z Compiling same-file v1.0.6
22702026-09-04T17:05:08.995Z Compiling unicode-bidi v0.3.18
22712026-09-04T17:05:09.211Z Compiling ryu v1.0.23
22722026-09-04T17:05:09.510Z Compiling unicode-properties v0.1.4
22732026-09-04T17:05:09.754Z Compiling stringprep v0.1.5
22742026-09-04T17:05:09.797Z Compiling serde_urlencoded v0.7.1
22752026-09-04T17:05:09.928Z Compiling time v0.3.47
22762026-09-04T17:05:10.109Z Compiling tower-http v0.6.8
22772026-09-04T17:05:10.252Z Compiling addr2line v0.25.1
22782026-09-04T17:05:10.487Z Compiling walkdir v2.5.0
22792026-09-04T17:05:11.496Z Compiling futures v0.3.32
22802026-09-04T17:05:12.268Z Compiling derive_builder_macro v0.20.2
22812026-09-04T17:05:12.492Z Compiling tokio-native-tls v0.3.1
22822026-09-04T17:05:12.602Z Compiling convert_case v0.10.0
22832026-09-04T17:05:12.695Z Compiling strum v0.26.3
22842026-09-04T17:05:12.804Z Compiling block-padding v0.4.2
22852026-09-04T17:05:12.900Z Compiling scroll v0.12.0
22862026-09-04T17:05:12.914Z Compiling pin-project v1.1.11
22872026-09-04T17:05:12.975Z Compiling rustls-native-certs v0.8.3
22882026-09-04T17:05:13.054Z Compiling md-5 v0.10.6
22892026-09-04T17:05:13.106Z Compiling hash32 v0.2.1
22902026-09-04T17:05:13.118Z Compiling vergen-lib v9.1.0
22912026-09-04T17:05:13.189Z Compiling encoding_rs v0.8.35
22922026-09-04T17:05:13.243Z Compiling cpufeatures v0.3.0
22932026-09-04T17:05:13.257Z Compiling rustc-demangle v0.1.27
22942026-09-04T17:05:13.277Z Compiling psl-types v2.0.11
22952026-09-04T17:05:13.309Z Compiling fallible-iterator v0.2.0
22962026-09-04T17:05:13.343Z Compiling mime v0.3.17
22972026-09-04T17:05:13.420Z Compiling jiff-core v0.1.0
22982026-09-04T17:05:13.636Z Compiling postgres-protocol v0.6.10
22992026-09-04T17:05:13.653Z Compiling publicsuffix v2.3.0
23002026-09-04T17:05:13.835Z Compiling goblin v0.8.2
23012026-09-04T17:05:14.165Z Compiling snafu v0.8.9
23022026-09-04T17:05:14.199Z Compiling backtrace v0.3.76
23032026-09-04T17:05:14.244Z Compiling inout v0.2.2
23042026-09-04T17:05:14.431Z Compiling jiff v0.2.34
23052026-09-04T17:05:14.445Z Compiling derive_more-impl v2.1.1
23062026-09-04T17:05:14.470Z Compiling derive_builder v0.20.2
23072026-09-04T17:05:14.583Z Compiling hyper-tls v0.6.0
23082026-09-04T17:05:15.053Z Compiling usdt-macro v0.6.0
23092026-09-04T17:05:15.109Z Compiling usdt-attr-macro v0.6.0
23102026-09-04T17:05:15.171Z Compiling globset v0.4.18
23112026-09-04T17:05:15.221Z Compiling phf_shared v0.13.1
23122026-09-04T17:05:15.257Z Compiling crossbeam-epoch v0.9.18
23132026-09-04T17:05:15.449Z Compiling zerocopy v0.7.35
23142026-09-04T17:05:15.621Z Compiling regex v1.12.3
23152026-09-04T17:05:15.934Z Compiling serde_plain v1.0.2
23162026-09-04T17:05:15.937Z Compiling serde_repr v0.1.20
23172026-09-04T17:05:16.043Z Compiling miette-derive v7.6.0
23182026-09-04T17:05:16.043Z Compiling enum-as-inner v0.6.1
23192026-09-04T17:05:16.167Z Compiling pem v3.0.6
23202026-09-04T17:05:16.278Z Compiling vergen v9.1.0
23212026-09-04T17:05:16.297Z Compiling cargo-platform v0.3.2
23222026-09-04T17:05:16.306Z Compiling ff v0.13.1
23232026-09-04T17:05:16.440Z Compiling filetime v0.2.27
23242026-09-04T17:05:16.486Z Compiling bitflags v1.3.2
23252026-09-04T17:05:16.519Z Compiling unicode-linebreak v0.1.5
23262026-09-04T17:05:16.568Z Compiling foldhash v0.2.0
23272026-09-04T17:05:16.583Z Compiling xattr v1.6.1
23282026-09-04T17:05:16.612Z Compiling const-oid v0.10.2
23292026-09-04T17:05:16.780Z Compiling libbz2-rs-sys v0.2.2
23302026-09-04T17:05:16.796Z Compiling unicode-width v0.2.0
23312026-09-04T17:05:16.930Z Compiling smawk v0.3.2
23322026-09-04T17:05:16.946Z Compiling foldhash v0.1.5
23332026-09-04T17:05:16.991Z Compiling bumpalo v3.20.2
23342026-09-04T17:05:17.072Z Compiling typed-path v0.9.3
23352026-09-04T17:05:17.104Z Compiling either v1.15.0
23362026-09-04T17:05:17.122Z Compiling base16ct v0.2.0
23372026-09-04T17:05:17.137Z Compiling managed v0.8.0
23382026-09-04T17:05:17.301Z Compiling is_ci v1.2.0
23392026-09-04T17:05:17.369Z Compiling sec1 v0.7.3
23402026-09-04T17:05:17.401Z Compiling supports-color v3.0.2
23412026-09-04T17:05:17.450Z Compiling bzip2 v0.6.1
23422026-09-04T17:05:17.464Z Compiling zopfli v0.8.3
23432026-09-04T17:05:17.643Z Compiling hashbrown v0.15.5
23442026-09-04T17:05:17.659Z Compiling textwrap v0.16.2
23452026-09-04T17:05:17.672Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23462026-09-04T17:05:17.870Z Compiling digest v0.11.3
23472026-09-04T17:05:18.018Z Compiling hashbrown v0.16.1
23482026-09-04T17:05:18.057Z Compiling tar v0.4.46
23492026-09-04T17:05:18.098Z Compiling cargo_metadata v0.23.1
23502026-09-04T17:05:18.113Z Compiling group v0.13.0
23512026-09-04T17:05:18.200Z Compiling dof v0.3.0
23522026-09-04T17:05:19.465Z Compiling phf v0.13.1
23532026-09-04T17:05:19.682Z Compiling zstd v0.13.3
23542026-09-04T17:05:19.850Z Compiling reqwest v0.12.28
23552026-09-04T17:05:19.866Z Compiling backtrace-ext v0.2.1
23562026-09-04T17:05:20.014Z Compiling signal-hook-mio v0.2.5
23572026-09-04T17:05:20.040Z Compiling cipher v0.5.2
23582026-09-04T17:05:20.157Z Compiling cookie_store v0.22.1
23592026-09-04T17:05:20.242Z Compiling postgres-types v0.2.12
23602026-09-04T17:05:20.361Z Compiling strum v0.27.2
23612026-09-04T17:05:20.546Z Compiling hubpack v0.1.2
23622026-09-04T17:05:20.598Z Compiling phf_shared v0.11.3
23632026-09-04T17:05:20.633Z Compiling hkdf v0.12.4
23642026-09-04T17:05:20.656Z Compiling dtrace-parser v0.2.0
23652026-09-04T17:05:20.761Z Compiling byte-wrapper v0.1.0
23662026-09-04T17:05:20.785Z Compiling ed25519 v2.2.3
23672026-09-04T17:05:20.841Z Compiling olpc-cjson v0.1.4
23682026-09-04T17:05:21.075Z Compiling crypto-bigint v0.5.5
23692026-09-04T17:05:21.105Z Compiling serde-big-array v0.5.1
23702026-09-04T17:05:21.277Z Compiling float-cmp v0.10.0
23712026-09-04T17:05:21.402Z Compiling memmap2 v0.9.10
23722026-09-04T17:05:21.439Z Compiling thread-id v4.2.2
23732026-09-04T17:05:21.493Z Compiling data-encoding v2.10.0
23742026-09-04T17:05:21.538Z Compiling supports-unicode v3.0.0
23752026-09-04T17:05:21.678Z Compiling rayon-core v1.13.0
23762026-09-04T17:05:21.696Z Compiling keccak v0.1.6
23772026-09-04T17:05:21.708Z Compiling static_assertions v1.1.0
23782026-09-04T17:05:21.711Z Compiling unicode-width v0.1.14
23792026-09-04T17:05:21.745Z Compiling supports-hyperlinks v3.2.0
23802026-09-04T17:05:21.798Z Compiling whoami v2.1.0
23812026-09-04T17:05:21.931Z Compiling toml_write v0.1.2
23822026-09-04T17:05:22.018Z Compiling normalize-line-endings v0.3.0
23832026-09-04T17:05:22.049Z Compiling new_debug_unreachable v1.0.6
23842026-09-04T17:05:22.128Z Compiling precomputed-hash v0.1.1
23852026-09-04T17:05:22.144Z Compiling difflib v0.4.0
23862026-09-04T17:05:22.275Z Compiling winnow v0.7.14
23872026-09-04T17:05:22.443Z Compiling fixedbitset v0.5.7
23882026-09-04T17:05:22.458Z Compiling predicates-core v1.0.10
23892026-09-04T17:05:22.473Z Compiling winnow v1.0.3
23902026-09-04T17:05:22.739Z Compiling fixedbitset v0.4.2
23912026-09-04T17:05:22.869Z Compiling chacha20 v0.10.0
23922026-09-04T17:05:22.951Z Compiling petgraph v0.6.5
23932026-09-04T17:05:23.033Z Compiling petgraph v0.8.3
23942026-09-04T17:05:23.073Z Compiling predicates v3.1.4
23952026-09-04T17:05:23.568Z Compiling toml_parser v1.1.2+spec-1.1.0
23962026-09-04T17:05:23.632Z Compiling toml_edit v0.22.27
23972026-09-04T17:05:23.834Z Compiling string_cache v0.8.9
23982026-09-04T17:05:23.979Z Compiling tokio-postgres v0.7.16
23992026-09-04T17:05:24.062Z Compiling elliptic-curve v0.13.8
24002026-09-04T17:05:24.077Z Compiling miette v7.6.0
24012026-09-04T17:05:24.452Z Compiling sha3 v0.10.8
24022026-09-04T17:05:24.573Z Compiling hickory-proto v0.25.2
24032026-09-04T17:05:24.738Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24042026-09-04T17:05:24.762Z Compiling usdt v0.6.0
24052026-09-04T17:05:25.071Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24062026-09-04T17:05:26.201Z Compiling ed25519-dalek v2.2.0
24072026-09-04T17:05:26.942Z Compiling crossterm v0.28.1
24082026-09-04T17:05:27.415Z Compiling zip v4.6.1
24092026-09-04T17:05:27.547Z Compiling iddqd v0.4.2
24102026-09-04T17:05:28.102Z Compiling itertools v0.13.0
24112026-09-04T17:05:28.218Z Compiling itertools v0.15.0
24122026-09-04T17:05:28.294Z Compiling derive_more v2.1.1
24132026-09-04T17:05:28.428Z Compiling similar v2.7.0
24142026-09-04T17:05:28.758Z Compiling serde_with v3.21.0
24152026-09-04T17:05:29.216Z Compiling heck v0.4.1
24162026-09-04T17:05:29.554Z Compiling tokio-stream v0.1.18
24172026-09-04T17:05:29.599Z Compiling buf-list v1.1.2
24182026-09-04T17:05:29.759Z Compiling half v2.7.1
24192026-09-04T17:05:29.807Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24202026-09-04T17:05:29.877Z Compiling openapiv3 v2.2.0
24212026-09-04T17:05:30.067Z Compiling ciborium-io v0.2.2
24222026-09-04T17:05:30.107Z Compiling lalrpop-util v0.19.12
24232026-09-04T17:05:30.122Z Compiling peg-runtime v0.8.5
24242026-09-04T17:05:30.931Z Compiling ciborium-ll v0.2.2
24252026-09-04T17:05:31.927Z Compiling crossbeam-deque v0.8.6
24262026-09-04T17:05:32.512Z Compiling camino-tempfile v1.4.1
24272026-09-04T17:05:32.934Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-09-04T17:05:33.399Z Compiling blake3 v1.8.5
24292026-09-04T17:05:33.542Z Compiling fs-err v2.11.0
24302026-09-04T17:05:35.496Z Compiling rustls-webpki v0.103.13
24312026-09-04T17:05:36.357Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24322026-09-04T17:05:37.745Z Compiling ciborium v0.2.2
24332026-09-04T17:05:38.193Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24342026-09-04T17:05:38.607Z Compiling thread_local v1.1.9
24352026-09-04T17:05:38.773Z Compiling constant_time_eq v0.4.2
24362026-09-04T17:05:38.950Z Compiling arrayvec v0.7.6
24372026-09-04T17:05:38.980Z Compiling arrayref v0.3.9
24382026-09-04T17:05:39.042Z Compiling tokio-rustls v0.26.4
24392026-09-04T17:05:39.061Z Compiling rustls-platform-verifier v0.6.2
24402026-09-04T17:05:39.077Z Compiling tough v0.22.0
24412026-09-04T17:05:39.213Z Compiling slog-async v2.8.0
24422026-09-04T17:05:39.393Z Compiling hyper-rustls v0.27.7
24432026-09-04T17:05:39.532Z Compiling reqwest v0.13.2
24442026-09-04T17:05:39.612Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24452026-09-04T17:05:39.766Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24462026-09-04T17:05:39.803Z Compiling toml v0.8.23
24472026-09-04T17:05:40.074Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24482026-09-04T17:05:40.088Z Compiling atomicwrites v0.4.4
24492026-09-04T17:05:40.189Z Compiling sha2 v0.11.0
24502026-09-04T17:05:40.324Z Compiling digest-io v0.1.0
24512026-09-04T17:05:40.390Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24522026-09-04T17:05:40.421Z Compiling crossbeam-channel v0.5.15
24532026-09-04T17:05:40.456Z Compiling serde_path_to_error v0.1.20
24542026-09-04T17:05:40.488Z Compiling is-terminal v0.4.17
24552026-09-04T17:05:40.609Z Compiling topological-sort v0.2.2
24562026-09-04T17:05:40.627Z Compiling take_mut v0.2.2
24572026-09-04T17:05:40.642Z Compiling parse-size v1.1.0
24582026-09-04T17:05:40.769Z Compiling indent_write v2.2.0
24592026-09-04T17:05:40.802Z Compiling rawzip v0.4.4
24602026-09-04T17:05:40.848Z Compiling debug-ignore v1.0.5
24612026-09-04T17:05:40.945Z Compiling term v1.2.1
24622026-09-04T17:05:40.976Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24632026-09-04T17:05:41.150Z Compiling shell-words v1.1.1
24642026-09-04T17:05:41.364Z Compiling slog-term v2.9.2
24652026-09-04T17:05:42.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24662026-09-04T17:05:48.827Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24672026-09-04T17:05:50.922Z Compiling omicron-zone-package v0.12.3
24682026-09-04T17:05:51.234Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24692026-09-04T17:05:51.547Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24702026-09-04T17:05:51.602Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24712026-09-04T17:05:56.411Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24722026-09-04T17:06:08.747Z Finished `release` profile [optimized] target(s) in 1m 32s
24732026-09-04T17:06:08.892Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24742026-09-04T17:06:08.950ZSep 04 17:06:07.670 DEBG changing working directory to /work/oxidecomputer/omicron
24752026-09-04T17:06:09.049ZSep 04 17:06:07.769 DEBG running: git rev-parse HEAD
24762026-09-04T17:06:09.052ZSep 04 17:06:07.771 DEBG process exited with exit status: 0 (2.43303ms)
24772026-09-04T17:06:09.053ZSep 04 17:06:07.771 INFO version: 23.0.0-0.ci+gitd6121683ebb
24782026-09-04T17:06:09.058ZSep 04 17:06:07.780 INFO cloning helios to /work/oxidecomputer/helios
24792026-09-04T17:06:09.058ZSep 04 17:06:07.780 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24802026-09-04T17:06:09.061ZCloning into '/work/oxidecomputer/helios'...
24812026-09-04T17:06:09.644ZSep 04 17:06:08.365 DEBG process exited with exit status: 0 (585.464029ms)
24822026-09-04T17:06:09.644ZSep 04 17:06:08.365 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24832026-09-04T17:06:09.647ZSep 04 17:06:08.368 DEBG process exited with exit status: 0 (2.58525ms)
24842026-09-04T17:06:09.647ZSep 04 17:06:08.368 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24852026-09-04T17:06:12.811ZSep 04 17:06:08.751 DEBG process exited with exit status: 0 (383.769269ms)
24862026-09-04T17:06:12.811ZSep 04 17:06:08.752 DEBG running: zfs list rpool/images/build/host
24872026-09-04T17:06:12.875ZNAME USED AVAIL REFER MOUNTPOINT
24882026-09-04T17:06:12.875Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24892026-09-04T17:06:12.875ZSep 04 17:06:08.756 DEBG process exited with exit status: 0 (4.41304ms)
24902026-09-04T17:06:12.875ZSep 04 17:06:08.756 DEBG running: zfs list rpool/images/build/recovery
24912026-09-04T17:06:12.875ZNAME USED AVAIL REFER MOUNTPOINT
24922026-09-04T17:06:12.875Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24932026-09-04T17:06:12.875ZSep 04 17:06:08.759 DEBG process exited with exit status: 0 (3.49557ms)
24942026-09-04T17:06:12.875ZSep 04 17:06:08.760 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24952026-09-04T17:06:12.875ZSep 04 17:06:08.772 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24962026-09-04T17:06:12.875ZSep 04 17:06:08.772 INFO [hubris-staging] running task
24972026-09-04T17:06:12.875ZSep 04 17:06:08.773 INFO [hubris-production] running task
24982026-09-04T17:06:12.875ZSep 04 17:06:08.773 INFO [incorp-manifest] running task
24992026-09-04T17:06:12.875ZSep 04 17:06:08.773 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25002026-09-04T17:06:12.875ZSep 04 17:06:08.774 INFO [incorp-create] running: pkgrepo create /work/incorporation
25012026-09-04T17:06:12.875ZSep 04 17:06:08.774 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
25022026-09-04T17:06:12.875ZSep 04 17:06:08.775 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25032026-09-04T17:06:12.875Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25042026-09-04T17:06:12.876Z[ omicron-package] Blocking waiting for file lock on package cache
25052026-09-04T17:06:12.876ZSep 04 17:06:09.012 INFO [incorp-create] process exited with exit status: 0 (238.833449ms)
25062026-09-04T17:06:12.876ZSep 04 17:06:09.012 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25072026-09-04T17:06:12.876ZSep 04 17:06:09.276 INFO [incorp-publisher] process exited with exit status: 0 (263.72706ms)
25082026-09-04T17:06:12.876Z[ omicron-package] Blocking waiting for file lock on package cache
25092026-09-04T17:06:12.876ZSep 04 17:06:09.912 INFO [hubris-production] task succeeded (1.139599467s)
25102026-09-04T17:06:13.857Z[ omicron-package] Compiling macaddr v1.0.1
25112026-09-04T17:06:13.857Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25122026-09-04T17:06:13.857Z[ omicron-package] Compiling secrecy v0.10.3
25132026-09-04T17:06:13.857Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-09-04T17:06:13.857Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25152026-09-04T17:06:13.858Z[ omicron-package] Compiling heapless v0.8.0
25162026-09-04T17:06:13.858Z[ omicron-package] Compiling ingot-macros v0.2.0
25172026-09-04T17:06:13.858Z[ omicron-package] Compiling hash32 v0.3.1
25182026-09-04T17:06:13.858Z[ omicron-package] Compiling inout v0.1.4
25192026-09-04T17:06:13.858Z[ omicron-package] Compiling multer v3.1.0
25202026-09-04T17:06:13.858Z[ omicron-package] Compiling match_cfg v0.1.0
25212026-09-04T17:06:13.858Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25222026-09-04T17:06:13.858Z[ omicron-package] Compiling smoltcp v0.11.0
25232026-09-04T17:06:13.858Z[ omicron-package] Compiling compression-core v0.4.31
25242026-09-04T17:06:13.858Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-09-04T17:06:13.858Z[ omicron-package] Compiling slog-json v2.6.1
25262026-09-04T17:06:13.858ZSep 04 17:06:11.208 DEBG process exited with exit status: 0 (2.434823055s)
25272026-09-04T17:06:13.858ZSep 04 17:06:11.208 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25282026-09-04T17:06:13.858Z[ omicron-package] Compiling cipher v0.4.4
25292026-09-04T17:06:13.858Z[ omicron-package] Compiling compression-codecs v0.4.37
25302026-09-04T17:06:13.858Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25312026-09-04T17:06:13.858Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25322026-09-04T17:06:13.889Z[ omicron-package] Compiling hostname v0.3.1
25332026-09-04T17:06:13.889Z[ omicron-package] Compiling cobs v0.3.0
25342026-09-04T17:06:13.889Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25352026-09-04T17:06:13.889Z[ omicron-package] Compiling universal-hash v0.5.1
25362026-09-04T17:06:13.889Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25372026-09-04T17:06:13.889Z[ omicron-package] Compiling dropshot v0.17.1
25382026-09-04T17:06:13.889Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25392026-09-04T17:06:13.889Z[ omicron-package] Compiling serde_spanned v1.1.1
25402026-09-04T17:06:13.889Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25412026-09-04T17:06:13.889Z[ omicron-package] Compiling async-stream-impl v0.3.6
25422026-09-04T17:06:13.889Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25432026-09-04T17:06:13.890Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-09-04T17:06:13.890Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25452026-09-04T17:06:13.910Z[ omicron-package] Compiling convert_case v0.4.0
25462026-09-04T17:06:13.910Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25472026-09-04T17:06:13.924Z[ omicron-package] Compiling opaque-debug v0.3.1
25482026-09-04T17:06:14.212Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25492026-09-04T17:06:14.236Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25502026-09-04T17:06:14.236Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25512026-09-04T17:06:14.236Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25522026-09-04T17:06:14.236Z[ omicron-package] Compiling poly1305 v0.8.0
25532026-09-04T17:06:14.236Z[ omicron-package] Compiling async-compression v0.4.41
25542026-09-04T17:06:14.394Z[ omicron-package] Compiling derive_more v0.99.20
25552026-09-04T17:06:14.401Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25562026-09-04T17:06:14.401Z[ omicron-package] Compiling async-stream v0.3.6
25572026-09-04T17:06:14.401Z[ omicron-package] Compiling chacha20 v0.9.1
25582026-09-04T17:06:14.401Z[ omicron-package] Compiling num_enum_derive v0.7.6
25592026-09-04T17:06:15.595Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25602026-09-04T17:06:15.626Z[ omicron-package] Compiling postcard v1.1.3
25612026-09-04T17:06:15.626Z[ omicron-package] Compiling slog-bunyan v2.5.0
25622026-09-04T17:06:15.626Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25632026-09-04T17:06:15.626Z[ omicron-package] Compiling sha1 v0.11.0
25642026-09-04T17:06:15.626Z[ omicron-package] Compiling progenitor-client v0.14.0
25652026-09-04T17:06:15.626Z[ omicron-package] Compiling oxide-generation v0.1.3
25662026-09-04T17:06:15.626Z[ omicron-package] Compiling parse-display-derive v0.10.0
25672026-09-04T17:06:15.626Z[ omicron-package] Compiling waitgroup v0.1.2
25682026-09-04T17:06:15.627Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25692026-09-04T17:06:15.627Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25702026-09-04T17:06:15.627Z[ omicron-package] Compiling backon v1.6.0
25712026-09-04T17:06:15.627Z[ omicron-package] Compiling password-hash v0.5.0
25722026-09-04T17:06:15.627Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25732026-09-04T17:06:15.627ZSep 04 17:06:14.293 DEBG process exited with exit status: 0 (3.084923384s)
25742026-09-04T17:06:15.651Z[ omicron-package] Compiling ingot-types v0.2.0
25752026-09-04T17:06:15.660ZSep 04 17:06:14.361 INFO [incorp-manifest] task succeeded (5.588565749s)
25762026-09-04T17:06:15.660ZSep 04 17:06:14.361 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25772026-09-04T17:06:15.736Z[ omicron-package] Compiling blake2 v0.10.6
25782026-09-04T17:06:15.789Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25792026-09-04T17:06:15.815Z[ omicron-package] Compiling aead v0.5.2
25802026-09-04T17:06:15.899Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25812026-09-04T17:06:15.913ZSep 04 17:06:14.634 INFO [incorp-fmt] process exited with exit status: 0 (272.936739ms)
25822026-09-04T17:06:15.917ZSep 04 17:06:14.636 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25832026-09-04T17:06:15.943Z[ omicron-package] Compiling proc-macro-error v1.0.4
25842026-09-04T17:06:15.972Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-09-04T17:06:16.256Z[ omicron-package] Compiling ingot v0.2.1
25862026-09-04T17:06:16.339Z[ omicron-package] Compiling hostname v0.4.2
25872026-09-04T17:06:16.343Z[ omicron-package] Compiling instant v0.1.13
25882026-09-04T17:06:16.357Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260904T170615Z
25892026-09-04T17:06:16.357Z[ incorp-pkgsend] PUBLISHED
25902026-09-04T17:06:16.370Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25912026-09-04T17:06:16.402Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25922026-09-04T17:06:16.467Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25932026-09-04T17:06:16.470ZSep 04 17:06:15.188 INFO [incorp-pkgsend] process exited with exit status: 0 (553.636609ms)
25942026-09-04T17:06:16.470ZSep 04 17:06:15.188 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25952026-09-04T17:06:16.576Z[ omicron-package] Compiling backoff v0.4.0
25962026-09-04T17:06:16.723Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-09-04T17:06:16.727Z[ helios-incorp] Retrieving packages for publisher helios ...
25982026-09-04T17:06:16.727Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25992026-09-04T17:06:16.755Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26002026-09-04T17:06:16.755Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26012026-09-04T17:06:16.755Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26022026-09-04T17:06:16.755Z[ helios-incorp]
26032026-09-04T17:06:16.755Z[ helios-incorp] Archiving packages ...
26042026-09-04T17:06:16.758Z[ helios-incorp] Packages to add: 1
26052026-09-04T17:06:16.758Z[ helios-incorp] Files to retrieve: 0
26062026-09-04T17:06:16.758Z[ helios-incorp] Estimated transfer size: 0.00 B
26072026-09-04T17:06:16.758Z[ helios-incorp]
26082026-09-04T17:06:16.758Z[ helios-incorp] Packages to archive:
26092026-09-04T17:06:16.758Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260904T170615Z
26102026-09-04T17:06:16.758Z[ helios-incorp]
26112026-09-04T17:06:16.758Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26122026-09-04T17:06:16.758Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26132026-09-04T17:06:16.826Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26142026-09-04T17:06:16.832ZSep 04 17:06:15.546 INFO [helios-incorp] process exited with exit status: 0 (357.606499ms)
26152026-09-04T17:06:16.852Z[ omicron-package] Compiling argon2 v0.5.3
26162026-09-04T17:06:16.918Z[ omicron-package] Compiling num_enum v0.7.6
26172026-09-04T17:06:16.922Z[ omicron-package] Compiling num_enum_derive v0.5.11
26182026-09-04T17:06:16.922Z[ omicron-package] Compiling progenitor-extras v0.2.0
26192026-09-04T17:06:17.009Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-09-04T17:06:17.018Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26212026-09-04T17:06:17.043Z[ omicron-package] Compiling vsss-rs v3.3.4
26222026-09-04T17:06:17.071Z[ omicron-package] Compiling parse-display v0.10.0
26232026-09-04T17:06:17.251Z[ omicron-package] Compiling foreign-types v0.5.0
26242026-09-04T17:06:17.325Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26252026-09-04T17:06:17.341Z[ omicron-package] Compiling regress v0.10.5
26262026-09-04T17:06:17.379Z[ omicron-package] Compiling itertools v0.14.0
26272026-09-04T17:06:17.478Z[ omicron-package] Compiling tabwriter v1.4.1
26282026-09-04T17:06:17.524Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26292026-09-04T17:06:17.809Z[ omicron-package] Compiling cstr-argument v0.1.2
26302026-09-04T17:06:17.841Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26312026-09-04T17:06:17.963Z[ omicron-package] Compiling humantime v2.3.0
26322026-09-04T17:06:18.057Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26332026-09-04T17:06:18.060Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26342026-09-04T17:06:18.154Z[ omicron-package] Compiling num_enum v0.5.11
26352026-09-04T17:06:18.229Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26362026-09-04T17:06:18.233Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26372026-09-04T17:06:18.431Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26382026-09-04T17:06:18.460Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26392026-09-04T17:06:18.574Z[ omicron-package] Compiling rayon v1.11.0
26402026-09-04T17:06:18.643Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26412026-09-04T17:06:18.715Z[ omicron-package] Compiling rand v0.10.1
26422026-09-04T17:06:18.817Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26432026-09-04T17:06:18.861Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26442026-09-04T17:06:18.902Z[ omicron-package] Compiling colored v3.1.1
26452026-09-04T17:06:18.922Z[ omicron-package] Compiling libefi-sys v0.1.0
26462026-09-04T17:06:18.984Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26472026-09-04T17:06:19.017Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26482026-09-04T17:06:19.044Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26492026-09-04T17:06:19.178Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26502026-09-04T17:06:19.246Z[ omicron-package] Compiling itertools v0.12.1
26512026-09-04T17:06:19.378Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26522026-09-04T17:06:19.417Z[ omicron-package] Compiling usdt-macro v0.5.0
26532026-09-04T17:06:19.579Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26542026-09-04T17:06:19.638Z[ omicron-package] Compiling sigpipe v0.1.3
26552026-09-04T17:06:19.712Z[ omicron-package] Compiling memmap v0.7.0
26562026-09-04T17:06:19.815Z[ omicron-package] Compiling bitfield-struct v0.6.2
26572026-09-04T17:06:19.856Z[ omicron-package] Compiling num-derive v0.4.2
26582026-09-04T17:06:19.913Z[ omicron-package] Compiling swrite v0.1.0
26592026-09-04T17:06:20.167Z[ omicron-package] Compiling glob v0.3.3
26602026-09-04T17:06:20.233Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26612026-09-04T17:06:20.616Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26622026-09-04T17:06:20.735Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26632026-09-04T17:06:20.799Z[ omicron-package] Compiling usdt v0.5.0
26642026-09-04T17:06:20.953Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26652026-09-04T17:06:21.150Z[ omicron-package] Compiling zone v0.3.1
26662026-09-04T17:06:21.182Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26672026-09-04T17:06:21.215Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26682026-09-04T17:06:21.231Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26692026-09-04T17:06:21.260Z[ omicron-package] Compiling smf v0.2.3
26702026-09-04T17:06:21.348Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-09-04T17:06:21.377Z[ omicron-package] Compiling whoami v1.6.1
26722026-09-04T17:06:21.441Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26732026-09-04T17:06:21.476Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26742026-09-04T17:06:21.795Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26752026-09-04T17:06:21.879Z[ omicron-package] Compiling gethostname v0.5.0
26762026-09-04T17:06:21.937Z[ omicron-package] Compiling console v0.16.2
26772026-09-04T17:06:22.052Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26782026-09-04T17:06:22.136Z[ omicron-package] Compiling unit-prefix v0.5.2
26792026-09-04T17:06:22.214Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26802026-09-04T17:06:22.326Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26812026-09-04T17:06:22.606Z[ omicron-package] Compiling indicatif v0.18.4
26822026-09-04T17:06:26.219Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26832026-09-04T17:06:26.443Z[ helios-setup] Sep 04 17:06:25.163 INFO helios repository root is: /work/oxidecomputer/helios
26842026-09-04T17:06:26.446Z[ helios-setup] Sep 04 17:06:25.165 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
26852026-09-04T17:06:26.446Z[ helios-setup] Sep 04 17:06:25.165 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26862026-09-04T17:06:26.446Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26872026-09-04T17:06:26.835ZSep 04 17:06:25.556 INFO [hubris-staging] task succeeded (16.783415996s)
26882026-09-04T17:06:27.162Z[ helios-setup] Sep 04 17:06:25.883 INFO clone ok!, project: image-builder
26892026-09-04T17:06:27.167Z[ helios-setup] Sep 04 17:06:25.883 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
26902026-09-04T17:06:27.167Z[ helios-setup] Sep 04 17:06:25.883 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26912026-09-04T17:06:27.167Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26922026-09-04T17:06:35.629Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26932026-09-04T17:06:37.506Z[ helios-setup] Sep 04 17:06:36.226 INFO clone ok!, project: amd-firmware
26942026-09-04T17:06:37.506Z[ helios-setup] Sep 04 17:06:36.226 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
26952026-09-04T17:06:37.509Z[ helios-setup] Sep 04 17:06:36.226 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26962026-09-04T17:06:37.509Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26972026-09-04T17:06:38.029Z[ helios-setup] Sep 04 17:06:36.750 INFO clone ok!, project: bootserver
26982026-09-04T17:06:38.030Z[ helios-setup] Sep 04 17:06:36.750 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26992026-09-04T17:06:38.033Z[ helios-setup] Sep 04 17:06:36.750 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
27002026-09-04T17:06:38.033Z[ helios-setup] Sep 04 17:06:36.750 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27012026-09-04T17:06:38.033Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27022026-09-04T17:06:38.547Z[ helios-setup] Sep 04 17:06:37.268 INFO clone ok!, project: pinprick
27032026-09-04T17:06:38.548Z[ helios-setup] Sep 04 17:06:37.268 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27042026-09-04T17:06:38.551Z[ helios-setup] Sep 04 17:06:37.268 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27052026-09-04T17:06:38.551Z[ helios-setup] Sep 04 17:06:37.268 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
27062026-09-04T17:06:38.551Z[ helios-setup] Sep 04 17:06:37.268 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27072026-09-04T17:06:38.551Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27082026-09-04T17:06:39.006Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-09-04T17:06:39.268Z[ helios-setup] Sep 04 17:06:37.989 INFO clone ok!, project: dmar-report
27102026-09-04T17:06:39.269Z[ helios-setup] Sep 04 17:06:37.989 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
27112026-09-04T17:06:39.272Z[ helios-setup] Sep 04 17:06:37.989 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27122026-09-04T17:06:39.272Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27132026-09-04T17:06:40.041Z[ helios-setup] Sep 04 17:06:38.762 INFO clone ok!, project: pilot
27142026-09-04T17:06:40.041Z[ helios-setup] Sep 04 17:06:38.762 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
27152026-09-04T17:06:40.044Z[ helios-setup] Sep 04 17:06:38.762 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27162026-09-04T17:06:40.044Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27172026-09-04T17:06:40.114Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27182026-09-04T17:06:40.575Z[ helios-setup] Sep 04 17:06:39.294 INFO clone ok!, project: phbl
27192026-09-04T17:06:40.579Z[ helios-setup] Sep 04 17:06:39.294 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
27202026-09-04T17:06:40.579Z[ helios-setup] Sep 04 17:06:39.294 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
27212026-09-04T17:06:40.579Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27222026-09-04T17:06:41.381Z[ helios-setup] Sep 04 17:06:40.101 INFO clone ok!, project: amd-host-image-builder
27232026-09-04T17:06:41.384Z[ helios-setup] Sep 04 17:06:40.101 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
27242026-09-04T17:06:41.384Z[ helios-setup] Sep 04 17:06:40.101 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27252026-09-04T17:06:41.385Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27262026-09-04T17:06:42.218Z[ helios-setup] Sep 04 17:06:40.938 INFO clone ok!, project: chelsio-t6-roms
27272026-09-04T17:06:42.221Z[ helios-setup] Sep 04 17:06:40.939 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27282026-09-04T17:06:42.434Z[ helios-setup] Sep 04 17:06:41.154 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27292026-09-04T17:06:42.645Z[ helios-setup] Sep 04 17:06:41.365 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27302026-09-04T17:06:42.645Z[ helios-setup] Sep 04 17:06:41.366 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27312026-09-04T17:06:42.856Z[ helios-setup] Sep 04 17:06:41.576 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27322026-09-04T17:06:43.067Z[ helios-setup] Sep 04 17:06:41.788 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27332026-09-04T17:06:43.067Z[ helios-setup] Sep 04 17:06:41.788 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27342026-09-04T17:06:43.278Z[ helios-setup] Sep 04 17:06:41.999 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27352026-09-04T17:06:43.492Z[ helios-setup] Sep 04 17:06:42.213 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27362026-09-04T17:06:43.493Z[ helios-setup] Sep 04 17:06:42.213 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27372026-09-04T17:06:43.493Z[ helios-setup] Sep 04 17:06:42.213 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27382026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO ok!
27392026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27402026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27412026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO ok!
27422026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27432026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27442026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO ok!
27452026-09-04T17:06:43.497Z[ helios-setup] Sep 04 17:06:42.213 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27462026-09-04T17:06:43.500Z[ helios-setup] Sep 04 17:06:42.220 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
27472026-09-04T17:06:43.500Z[ helios-setup] Sep 04 17:06:42.220 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27482026-09-04T17:06:43.500Z[ helios-setup] Sep 04 17:06:42.220 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27492026-09-04T17:06:43.573Z[ helios-setup] Sep 04 17:06:42.294 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27502026-09-04T17:06:43.851Z[ helios-setup] Sep 04 17:06:42.569 INFO E| From https://github.com/jclulow/rust-jmclib
27512026-09-04T17:06:43.851Z[ helios-setup] Sep 04 17:06:42.569 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27522026-09-04T17:06:43.856Z[ helios-setup] Sep 04 17:06:42.577 INFO E| Updating crates.io index
27532026-09-04T17:06:43.902Z[ helios-setup] Sep 04 17:06:42.623 INFO E| Downloading crates ...
27542026-09-04T17:06:43.955Z[ helios-setup] Sep 04 17:06:42.676 INFO E| Downloaded proc-macro2 v1.0.66
27552026-09-04T17:06:43.958Z[ helios-setup] Sep 04 17:06:42.678 INFO E| Downloaded digest v0.9.0
27562026-09-04T17:06:43.962Z[ helios-setup] Sep 04 17:06:42.680 INFO E| Downloaded walkdir v2.3.3
27572026-09-04T17:06:43.962Z[ helios-setup] Sep 04 17:06:42.681 INFO E| Downloaded opaque-debug v0.3.0
27582026-09-04T17:06:43.966Z[ helios-setup] Sep 04 17:06:42.687 INFO E| Downloaded sha-1 v0.9.8
27592026-09-04T17:06:43.969Z[ helios-setup] Sep 04 17:06:42.689 INFO E| Downloaded block-buffer v0.9.0
27602026-09-04T17:06:43.969Z[ helios-setup] Sep 04 17:06:42.689 INFO E| Downloaded md-5 v0.9.1
27612026-09-04T17:06:43.969Z[ helios-setup] Sep 04 17:06:42.690 INFO E| Downloaded getrandom v0.2.10
27622026-09-04T17:06:43.975Z[ helios-setup] Sep 04 17:06:42.696 INFO E| Downloaded errno v0.3.1
27632026-09-04T17:06:43.978Z[ helios-setup] Sep 04 17:06:42.697 INFO E| Downloaded cpufeatures v0.2.9
27642026-09-04T17:06:43.979Z[ helios-setup] Sep 04 17:06:42.698 INFO E| Downloaded libdevinfo-sys v1.0.0
27652026-09-04T17:06:43.987Z[ helios-setup] Sep 04 17:06:42.707 INFO E| Downloaded serde v1.0.193
27662026-09-04T17:06:43.994Z[ helios-setup] Sep 04 17:06:42.711 INFO E| Downloaded itoa v1.0.9
27672026-09-04T17:06:43.997Z[ helios-setup] Sep 04 17:06:42.715 INFO E| Downloaded unicode-width v0.1.10
27682026-09-04T17:06:44.002Z[ helios-setup] Sep 04 17:06:42.719 INFO E| Downloaded once_cell v1.18.0
27692026-09-04T17:06:44.002Z[ helios-setup] Sep 04 17:06:42.721 INFO E| Downloaded fastrand v2.0.0
27702026-09-04T17:06:44.005Z[ helios-setup] Sep 04 17:06:42.722 INFO E| Downloaded glob v0.3.1
27712026-09-04T17:06:44.006Z[ helios-setup] Sep 04 17:06:42.722 INFO E| Downloaded quote v1.0.31
27722026-09-04T17:06:44.009Z[ helios-setup] Sep 04 17:06:42.728 INFO E| Downloaded unicode-ident v1.0.11
27732026-09-04T17:06:44.012Z[ helios-setup] Sep 04 17:06:42.732 INFO E| Downloaded tempfile v3.7.0
27742026-09-04T17:06:44.015Z[ helios-setup] Sep 04 17:06:42.734 INFO E| Downloaded uuid v0.8.2
27752026-09-04T17:06:44.015Z[ helios-setup] Sep 04 17:06:42.735 INFO E| Downloaded bitflags v2.3.3
27762026-09-04T17:06:44.019Z[ helios-setup] Sep 04 17:06:42.737 INFO E| Downloaded ryu v1.0.15
27772026-09-04T17:06:44.019Z[ helios-setup] Sep 04 17:06:42.738 INFO E| Downloaded anyhow v1.0.72
27782026-09-04T17:06:44.022Z[ helios-setup] Sep 04 17:06:42.740 INFO E| Downloaded toml v0.5.11
27792026-09-04T17:06:44.022Z[ helios-setup] Sep 04 17:06:42.742 INFO E| Downloaded typenum v1.16.0
27802026-09-04T17:06:44.025Z[ helios-setup] Sep 04 17:06:42.744 INFO E| Downloaded serde_derive v1.0.193
27812026-09-04T17:06:44.037Z[ helios-setup] Sep 04 17:06:42.758 INFO E| Downloaded serde_json v1.0.103
27822026-09-04T17:06:44.063Z[ helios-setup] Sep 04 17:06:42.783 INFO E| Downloaded syn v2.0.32
27832026-09-04T17:06:44.076Z[ helios-setup] Sep 04 17:06:42.796 INFO E| Downloaded rustix v0.38.4
27842026-09-04T17:06:44.099Z[ helios-setup] Sep 04 17:06:42.820 INFO E| Downloaded libc v0.2.147
27852026-09-04T17:06:44.143Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling libc v0.2.147
27862026-09-04T17:06:44.143Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling proc-macro2 v1.0.66
27872026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling cfg-if v1.0.0
27882026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling unicode-ident v1.0.11
27892026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling version_check v0.9.4
27902026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling typenum v1.16.0
27912026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling serde v1.0.193
27922026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling slog v2.7.0
27932026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling powerfmt v0.2.0
27942026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling num-conv v0.1.0
27952026-09-04T17:06:44.146Z[ helios-setup] Sep 04 17:06:42.864 INFO E| Compiling rustix v0.38.4
27962026-09-04T17:06:44.156Z[ helios-setup] Sep 04 17:06:42.877 INFO E| Compiling itoa v1.0.9
27972026-09-04T17:06:44.161Z[ helios-setup] Sep 04 17:06:42.878 INFO E| Compiling time-core v0.1.2
27982026-09-04T17:06:44.161Z[ helios-setup] Sep 04 17:06:42.878 INFO E| Compiling num_threads v0.1.6
27992026-09-04T17:06:44.161Z[ helios-setup] Sep 04 17:06:42.878 INFO E| Compiling once_cell v1.18.0
28002026-09-04T17:06:44.161Z[ helios-setup] Sep 04 17:06:42.878 INFO E| Compiling bitflags v2.3.3
28012026-09-04T17:06:44.273Z[ helios-setup] Sep 04 17:06:42.993 INFO E| Compiling opaque-debug v0.3.0
28022026-09-04T17:06:44.285Z[ helios-setup] Sep 04 17:06:43.006 INFO E| Compiling serde_json v1.0.103
28032026-09-04T17:06:44.300Z[ helios-setup] Sep 04 17:06:43.021 INFO E| Compiling fastrand v2.0.0
28042026-09-04T17:06:44.305Z[ helios-setup] Sep 04 17:06:43.021 INFO E| Compiling anyhow v1.0.72
28052026-09-04T17:06:44.310Z[ helios-setup] Sep 04 17:06:43.031 INFO E| Compiling ryu v1.0.15
28062026-09-04T17:06:44.326Z[ helios-setup] Sep 04 17:06:43.047 INFO E| Compiling time-macros v0.2.18
28072026-09-04T17:06:44.352Z[ helios-setup] Sep 04 17:06:43.073 INFO E| Compiling deranged v0.3.11
28082026-09-04T17:06:44.400Z[ helios-setup] Sep 04 17:06:43.120 INFO E| Compiling thread_local v1.1.7
28092026-09-04T17:06:44.404Z[ helios-setup] Sep 04 17:06:43.121 INFO E| Compiling same-file v1.0.6
28102026-09-04T17:06:44.410Z[ helios-setup] Sep 04 17:06:43.130 INFO E| Compiling cpufeatures v0.2.9
28112026-09-04T17:06:44.438Z[ helios-setup] Sep 04 17:06:43.158 INFO E| Compiling generic-array v0.14.7
28122026-09-04T17:06:44.481Z[ helios-setup] Sep 04 17:06:43.201 INFO E| Compiling unicode-width v0.1.10
28132026-09-04T17:06:44.503Z[ helios-setup] Sep 04 17:06:43.223 INFO E| Compiling walkdir v2.3.3
28142026-09-04T17:06:44.522Z[ helios-setup] Sep 04 17:06:43.243 INFO E| Compiling libdevinfo-sys v1.0.0
28152026-09-04T17:06:44.585Z[ helios-setup] Sep 04 17:06:43.306 INFO E| Compiling getopts v0.2.21
28162026-09-04T17:06:44.596Z[ helios-setup] Sep 04 17:06:43.317 INFO E| Compiling glob v0.3.1
28172026-09-04T17:06:44.897Z[ helios-setup] Sep 04 17:06:43.618 INFO E| Compiling quote v1.0.31
28182026-09-04T17:06:44.941Z[ helios-setup] Sep 04 17:06:43.662 INFO E| Compiling dirs-sys-next v0.1.2
28192026-09-04T17:06:44.941Z[ helios-setup] Sep 04 17:06:43.662 INFO E| Compiling errno v0.3.1
28202026-09-04T17:06:44.944Z[ helios-setup] Sep 04 17:06:43.662 INFO E| Compiling atty v0.2.14
28212026-09-04T17:06:44.944Z[ helios-setup] Sep 04 17:06:43.662 INFO E| Compiling getrandom v0.2.10
28222026-09-04T17:06:45.053Z[ helios-setup] Sep 04 17:06:43.774 INFO E| Compiling syn v2.0.32
28232026-09-04T17:06:45.065Z[ helios-setup] Sep 04 17:06:43.786 INFO E| Compiling dirs-next v2.0.0
28242026-09-04T17:06:45.131Z[ helios-setup] Sep 04 17:06:43.852 INFO E| Compiling term v0.7.0
28252026-09-04T17:06:45.160Z[ helios-setup] Sep 04 17:06:43.880 INFO E| Compiling time v0.3.36
28262026-09-04T17:06:45.432Z[ helios-setup] Sep 04 17:06:44.150 INFO E| Compiling digest v0.9.0
28272026-09-04T17:06:45.432Z[ helios-setup] Sep 04 17:06:44.150 INFO E| Compiling block-buffer v0.9.0
28282026-09-04T17:06:45.518Z[ helios-setup] Sep 04 17:06:44.239 INFO E| Compiling md-5 v0.9.1
28292026-09-04T17:06:45.518Z[ helios-setup] Sep 04 17:06:44.239 INFO E| Compiling sha-1 v0.9.8
28302026-09-04T17:06:45.529Z[ helios-setup] Sep 04 17:06:44.251 INFO E| Compiling tempfile v3.7.0
28312026-09-04T17:06:45.884Z[ helios-setup] Sep 04 17:06:44.604 INFO E| Compiling slog-term v2.9.0
28322026-09-04T17:06:46.293Z[ helios-setup] Sep 04 17:06:45.011 INFO E| Compiling serde_derive v1.0.193
28332026-09-04T17:06:49.756Z[ helios-setup] Sep 04 17:06:48.477 INFO E| Compiling toml v0.5.11
28342026-09-04T17:06:49.756Z[ helios-setup] Sep 04 17:06:48.477 INFO E| Compiling uuid v0.8.2
28352026-09-04T17:06:50.352Z[ helios-setup] Sep 04 17:06:49.071 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28362026-09-04T17:06:50.650Z[ helios-setup] Sep 04 17:06:49.370 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28372026-09-04T17:06:51.098Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.03s
28382026-09-04T17:06:51.328Z[ omicron-package]
28392026-09-04T17:06:51.328Z[ omicron-package] real 41.210576677
28402026-09-04T17:06:51.332Z[ omicron-package] user 4:01.460152252
28412026-09-04T17:06:51.332Z[ omicron-package] sys 28.790563812
28422026-09-04T17:06:51.332Z[ omicron-package] trap 0.472405799
28432026-09-04T17:06:51.332Z[ omicron-package] tflt 0.652460476
28442026-09-04T17:06:51.332Z[ omicron-package] dflt 2.618366225
28452026-09-04T17:06:51.332Z[ omicron-package] kflt 0.000319987
28462026-09-04T17:06:51.332Z[ omicron-package] lock 12:09.580202713
28472026-09-04T17:06:51.332Z[ omicron-package] slp 6:30.110666001
28482026-09-04T17:06:51.332Z[ omicron-package] lat 50.997196373
28492026-09-04T17:06:51.332Z[ omicron-package] stop 2:04.804510468
28502026-09-04T17:06:51.332ZSep 04 17:06:50.048 INFO [omicron-package] process exited with exit status: 0 (41.273179017s)
28512026-09-04T17:06:51.332ZSep 04 17:06:50.048 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28522026-09-04T17:06:51.332ZSep 04 17:06:50.048 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28532026-09-04T17:06:51.336Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28542026-09-04T17:06:51.337Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28552026-09-04T17:06:51.340Z[ recovery-target] Created new build target 'recovery' and set it as active
28562026-09-04T17:06:51.340Z[ host-target] Created new build target 'host' and set it as active
28572026-09-04T17:06:51.340ZSep 04 17:06:50.060 INFO [recovery-target] process exited with exit status: 0 (11.9733ms)
28582026-09-04T17:06:51.340ZSep 04 17:06:50.060 INFO [host-target] process exited with exit status: 0 (12.62485ms)
28592026-09-04T17:06:51.340ZSep 04 17:06:50.061 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28602026-09-04T17:06:51.345Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28612026-09-04T17:06:52.875Z[ host-package] Compiling heck v0.5.0
28622026-09-04T17:06:52.875Z[ host-package] Compiling regress v0.11.1
28632026-09-04T17:06:53.127Z[ host-package] Compiling unsafe-libyaml v0.2.11
28642026-09-04T17:06:53.150Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28652026-09-04T17:06:53.179Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28662026-09-04T17:06:53.179Z[ host-package] Compiling derive-where v1.6.0
28672026-09-04T17:06:53.182Z[ host-package] Compiling bytecount v0.6.9
28682026-09-04T17:06:53.220Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28692026-09-04T17:06:53.267Z[ host-package] Compiling atomicwrites v0.4.4
28702026-09-04T17:06:53.270Z[ host-package] Compiling is-terminal v0.4.17
28712026-09-04T17:06:53.271Z[ host-package] Compiling prettyplease v0.2.37
28722026-09-04T17:06:53.271Z[ host-package] Compiling newline-converter v0.3.0
28732026-09-04T17:06:53.271Z[ host-package] Compiling console v0.15.11
28742026-09-04T17:06:53.307Z[ host-package] Compiling slog-dtrace v0.3.0
28752026-09-04T17:06:53.329Z[ host-package] Compiling cancel-safe-futures v0.1.5
28762026-09-04T17:06:53.420Z[ host-package] Compiling resolv-conf v0.7.6
28772026-09-04T17:06:53.423Z[ host-package] Compiling num-rational v0.4.2
28782026-09-04T17:06:53.448Z[ host-package] Compiling num-complex v0.4.6
28792026-09-04T17:06:53.470Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28802026-09-04T17:06:53.583Z[ host-package] Compiling thread_local v1.1.9
28812026-09-04T17:06:53.630Z[ helios-setup] Sep 04 17:06:52.342 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
28822026-09-04T17:06:53.645Z[ helios-setup] Sep 04 17:06:52.365 INFO building project "image-builder" ok (10 seconds)
28832026-09-04T17:06:53.645Z[ helios-setup] Sep 04 17:06:52.365 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28842026-09-04T17:06:53.653Z[ helios-setup] Sep 04 17:06:52.374 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
28852026-09-04T17:06:53.653Z[ helios-setup] Sep 04 17:06:52.374 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28862026-09-04T17:06:53.653Z[ helios-setup] Sep 04 17:06:52.374 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28872026-09-04T17:06:53.656Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28882026-09-04T17:06:53.713Z[ host-package] Compiling expectorate v1.2.0
28892026-09-04T17:06:53.755Z[ helios-setup] Sep 04 17:06:52.475 INFO E| Downloading crates ...
28902026-09-04T17:06:53.802Z[ helios-setup] Sep 04 17:06:52.522 INFO E| Downloaded miniz_oxide v0.6.2
28912026-09-04T17:06:53.805Z[ host-package] Compiling compression-core v0.4.31
28922026-09-04T17:06:53.805Z[ helios-setup] Sep 04 17:06:52.524 INFO E| Downloaded block-buffer v0.10.3
28932026-09-04T17:06:53.808Z[ helios-setup] Sep 04 17:06:52.528 INFO E| Downloaded cpufeatures v0.2.5
28942026-09-04T17:06:53.811Z[ helios-setup] Sep 04 17:06:52.529 INFO E| Downloaded generic-array v0.14.6
28952026-09-04T17:06:53.814Z[ helios-setup] Sep 04 17:06:52.532 INFO E| Downloaded typenum v1.15.0
28962026-09-04T17:06:53.814Z[ helios-setup] Sep 04 17:06:52.533 INFO E| Downloaded anyhow v1.0.62
28972026-09-04T17:06:53.817Z[ helios-setup] Sep 04 17:06:52.536 INFO E| Downloaded digest v0.10.3
28982026-09-04T17:06:53.820Z[ helios-setup] Sep 04 17:06:52.538 INFO E| Downloaded sha2 v0.10.5
28992026-09-04T17:06:53.823Z[ helios-setup] Sep 04 17:06:52.542 INFO E| Downloaded bytes v1.2.1
29002026-09-04T17:06:53.823Z[ helios-setup] Sep 04 17:06:52.544 INFO E| Downloaded flate2 v1.0.25
29012026-09-04T17:06:53.864Z[ host-package] Compiling match_cfg v0.1.0
29022026-09-04T17:06:53.867Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling typenum v1.15.0
29032026-09-04T17:06:53.867Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling version_check v0.9.4
29042026-09-04T17:06:53.870Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling crc32fast v1.3.2
29052026-09-04T17:06:53.870Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling cfg-if v1.0.0
29062026-09-04T17:06:53.870Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling anyhow v1.0.62
29072026-09-04T17:06:53.870Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling adler v1.0.2
29082026-09-04T17:06:53.870Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling cpufeatures v0.2.5
29092026-09-04T17:06:53.870Z[ helios-setup] Sep 04 17:06:52.588 INFO E| Compiling unicode-width v0.1.10
29102026-09-04T17:06:53.873Z[ helios-setup] Sep 04 17:06:52.594 INFO E| Compiling bitflags v1.3.2
29112026-09-04T17:06:53.877Z[ helios-setup] Sep 04 17:06:52.595 INFO E| Compiling bytes v1.2.1
29122026-09-04T17:06:53.920Z[ host-package] Compiling num v0.4.3
29132026-09-04T17:06:54.034Z[ helios-setup] Sep 04 17:06:52.750 INFO E| Compiling getopts v0.2.21
29142026-09-04T17:06:54.037Z[ helios-setup] Sep 04 17:06:52.756 INFO E| Compiling miniz_oxide v0.6.2
29152026-09-04T17:06:54.051Z[ host-package] Compiling compression-codecs v0.4.37
29162026-09-04T17:06:54.131Z[ host-package] Compiling hostname v0.3.1
29172026-09-04T17:06:54.259Z[ host-package] Compiling multer v3.1.0
29182026-09-04T17:06:54.317Z[ host-package] Compiling slog-async v2.8.0
29192026-09-04T17:06:54.358Z[ host-package] Compiling crossbeam-channel v0.5.15
29202026-09-04T17:06:54.361Z[ host-package] Compiling slog-json v2.6.1
29212026-09-04T17:06:54.361Z[ helios-setup] Sep 04 17:06:53.080 INFO E| Compiling generic-array v0.14.6
29222026-09-04T17:06:54.402Z[ host-package] Compiling serde_spanned v1.1.1
29232026-09-04T17:06:54.450Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29242026-09-04T17:06:54.543Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29252026-09-04T17:06:54.630Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29262026-09-04T17:06:54.638Z[ helios-setup] Sep 04 17:06:53.359 INFO E| Compiling flate2 v1.0.25
29272026-09-04T17:06:54.707Z[ host-package] Compiling float-ord v0.3.2
29282026-09-04T17:06:54.707Z[ host-package] Compiling linear-map v1.2.0
29292026-09-04T17:06:54.710Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29302026-09-04T17:06:54.717Z[ host-package] Compiling take_mut v0.2.2
29312026-09-04T17:06:54.733Z[ host-package] Compiling term v1.2.1
29322026-09-04T17:06:54.829Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29332026-09-04T17:06:54.884Z[ host-package] Compiling linked-hash-map v0.5.6
29342026-09-04T17:06:55.027Z[ host-package] Compiling typify-impl v0.6.2
29352026-09-04T17:06:55.121Z[ host-package] Compiling slog-term v2.9.2
29362026-09-04T17:06:55.121Z[ host-package] Compiling lru-cache v0.1.2
29372026-09-04T17:06:55.121Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29382026-09-04T17:06:55.225Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29392026-09-04T17:06:55.293Z[ host-package] Compiling slog-bunyan v2.5.0
29402026-09-04T17:06:55.339Z[ host-package] Compiling async-compression v0.4.41
29412026-09-04T17:06:55.479Z[ host-package] Compiling dropshot v0.17.1
29422026-09-04T17:06:55.483Z[ host-package] Compiling async-stream v0.3.6
29432026-09-04T17:06:55.623Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29442026-09-04T17:06:55.722Z[ host-package] Compiling sha1 v0.11.0
29452026-09-04T17:06:55.745Z[ host-package] Compiling progenitor-client v0.14.0
29462026-09-04T17:06:55.747Z[ host-package] Compiling oxide-generation v0.1.3
29472026-09-04T17:06:55.783Z[ helios-setup] Sep 04 17:06:54.503 INFO E| Compiling crypto-common v0.1.6
29482026-09-04T17:06:55.783Z[ helios-setup] Sep 04 17:06:54.503 INFO E| Compiling block-buffer v0.10.3
29492026-09-04T17:06:55.819Z[ host-package] Compiling waitgroup v0.1.2
29502026-09-04T17:06:55.900Z[ host-package] Compiling rustls-pemfile v2.2.0
29512026-09-04T17:06:55.900Z[ helios-setup] Sep 04 17:06:54.612 INFO E| Compiling digest v0.10.3
29522026-09-04T17:06:55.964Z[ host-package] Compiling backon v1.6.0
29532026-09-04T17:06:56.039Z[ host-package] Compiling serde_path_to_error v0.1.20
29542026-09-04T17:06:56.062Z[ helios-setup] Sep 04 17:06:54.782 INFO E| Compiling sha2 v0.10.5
29552026-09-04T17:06:56.103Z[ host-package] Compiling hostname v0.4.2
29562026-09-04T17:06:56.149Z[ host-package] Compiling instant v0.1.13
29572026-09-04T17:06:56.177Z[ host-package] Compiling minimal-lexical v0.2.1
29582026-09-04T17:06:56.224Z[ host-package] Compiling debug-ignore v1.0.5
29592026-09-04T17:06:56.268Z[ host-package] Compiling oxide-update-engine v0.1.2
29602026-09-04T17:06:56.305Z[ host-package] Compiling backoff v0.4.0
29612026-09-04T17:06:56.308Z[ host-package] Compiling progenitor-extras v0.2.0
29622026-09-04T17:06:56.308Z[ helios-setup] Sep 04 17:06:55.027 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29632026-09-04T17:06:56.349Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29642026-09-04T17:06:56.410Z[ host-package] Compiling nom v7.1.3
29652026-09-04T17:06:56.513Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29662026-09-04T17:06:56.569Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29672026-09-04T17:06:56.626Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29682026-09-04T17:06:56.693Z[ host-package] Compiling parse-display v0.10.0
29692026-09-04T17:06:56.741Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29702026-09-04T17:06:56.891Z[ host-package] Compiling hickory-proto v0.24.4
29712026-09-04T17:06:57.121Z[ host-package] Compiling itertools v0.14.0
29722026-09-04T17:06:57.584Z[ host-package] Compiling regress v0.10.5
29732026-09-04T17:06:57.670Z[ host-package] Compiling macaddr v1.0.1
29742026-09-04T17:06:58.033Z[ host-package] Compiling unicode-xid v0.2.6
29752026-09-04T17:06:58.102Z[ host-package] Compiling humantime v2.3.0
29762026-09-04T17:06:58.193Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29772026-09-04T17:06:58.336Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29782026-09-04T17:06:58.459Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29792026-09-04T17:06:58.531Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29802026-09-04T17:06:58.616Z[ host-package] Compiling toml v0.8.23
29812026-09-04T17:06:58.639Z[ helios-setup] Sep 04 17:06:57.359 INFO E| Finished `release` profile [optimized] target(s) in 4.97s
29822026-09-04T17:06:58.650Z[ helios-setup] Sep 04 17:06:57.370 INFO building project "bootserver" ok (4 seconds)
29832026-09-04T17:06:58.650Z[ helios-setup] Sep 04 17:06:57.370 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
29842026-09-04T17:06:58.659Z[ helios-setup] Sep 04 17:06:57.379 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
29852026-09-04T17:06:58.659Z[ helios-setup] Sep 04 17:06:57.379 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29862026-09-04T17:06:58.662Z[ helios-setup] Sep 04 17:06:57.380 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29872026-09-04T17:06:58.788Z[ host-package] Compiling papergrid v0.11.0
29882026-09-04T17:06:58.855Z[ host-package] Compiling tabled_derive v0.7.0
29892026-09-04T17:06:58.855Z[ helios-setup] Sep 04 17:06:57.575 INFO E| Downloading crates ...
29902026-09-04T17:06:58.903Z[ helios-setup] Sep 04 17:06:57.624 INFO E| Downloaded adler2 v2.0.0
29912026-09-04T17:06:58.911Z[ helios-setup] Sep 04 17:06:57.631 INFO E| Downloaded miniz_oxide v0.8.8
29922026-09-04T17:06:58.953Z[ helios-setup] Sep 04 17:06:57.673 INFO E| Compiling adler2 v2.0.0
29932026-09-04T17:06:59.043Z[ helios-setup] Sep 04 17:06:57.763 INFO E| Compiling miniz_oxide v0.8.8
29942026-09-04T17:06:59.068Z[ host-package] Compiling typify-macro v0.6.2
29952026-09-04T17:06:59.340Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29962026-09-04T17:06:59.460Z[ host-package] Compiling termtree v0.5.1
29972026-09-04T17:06:59.718Z[ host-package] Compiling hickory-resolver v0.24.4
29982026-09-04T17:06:59.749Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29992026-09-04T17:06:59.785Z[ host-package] Compiling crossterm v0.29.0
30002026-09-04T17:06:59.904Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30012026-09-04T17:06:59.979Z[ host-package] Compiling tabled v0.15.0
30022026-09-04T17:07:00.273Z[ helios-setup] Sep 04 17:06:58.992 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30032026-09-04T17:07:00.903Z[ helios-setup] Sep 04 17:06:59.595 INFO E| Finished `release` profile [optimized] target(s) in 2.20s
30042026-09-04T17:07:00.977Z[ helios-setup] Sep 04 17:06:59.605 INFO building project "pinprick" ok (2 seconds)
30052026-09-04T17:07:00.977Z[ helios-setup] Sep 04 17:06:59.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
30062026-09-04T17:07:00.977Z[ helios-setup] Sep 04 17:06:59.615 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
30072026-09-04T17:07:00.977Z[ helios-setup] Sep 04 17:06:59.615 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
30082026-09-04T17:07:00.977Z[ helios-setup] Sep 04 17:06:59.615 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
30092026-09-04T17:07:00.977Z[ host-package] Compiling phf_shared v0.12.1
30102026-09-04T17:07:01.037Z[ helios-setup] Sep 04 17:06:59.757 INFO E| Updating crates.io index
30112026-09-04T17:07:01.069Z[ host-package] Compiling typify v0.6.2
30122026-09-04T17:07:01.130Z[ helios-setup] Sep 04 17:06:59.850 INFO E| Downloading crates ...
30132026-09-04T17:07:01.175Z[ helios-setup] Sep 04 17:06:59.896 INFO E| Downloaded tempfile v3.20.0
30142026-09-04T17:07:01.182Z[ helios-setup] Sep 04 17:06:59.899 INFO E| Downloaded anyhow v1.0.98
30152026-09-04T17:07:01.185Z[ helios-setup] Sep 04 17:06:59.905 INFO E| Downloaded itoa v1.0.15
30162026-09-04T17:07:01.192Z[ helios-setup] Sep 04 17:06:59.913 INFO E| Downloaded autocfg v1.4.0
30172026-09-04T17:07:01.196Z[ helios-setup] Sep 04 17:06:59.914 INFO E| Downloaded errno v0.3.12
30182026-09-04T17:07:01.200Z[ helios-setup] Sep 04 17:06:59.919 INFO E| Downloaded time-core v0.1.4
30192026-09-04T17:07:01.212Z[ helios-setup] Sep 04 17:06:59.933 INFO E| Downloaded serde_with_macros v3.12.0
30202026-09-04T17:07:01.215Z[ helios-setup] Sep 04 17:06:59.934 INFO E| Downloaded quote v1.0.40
30212026-09-04T17:07:01.218Z[ host-package] Compiling progenitor-impl v0.14.0
30222026-09-04T17:07:01.218Z[ helios-setup] Sep 04 17:06:59.939 INFO E| Downloaded deranged v0.4.0
30232026-09-04T17:07:01.224Z[ helios-setup] Sep 04 17:06:59.940 INFO E| Downloaded thiserror-impl v2.0.12
30242026-09-04T17:07:01.224Z[ helios-setup] Sep 04 17:06:59.941 INFO E| Downloaded thiserror v2.0.12
30252026-09-04T17:07:01.227Z[ helios-setup] Sep 04 17:06:59.944 INFO E| Downloaded time-macros v0.2.22
30262026-09-04T17:07:01.230Z[ helios-setup] Sep 04 17:06:59.950 INFO E| Downloaded ryu v1.0.20
30272026-09-04T17:07:01.233Z[ helios-setup] Sep 04 17:06:59.952 INFO E| Downloaded iana-time-zone v0.1.63
30282026-09-04T17:07:01.244Z[ helios-setup] Sep 04 17:06:59.965 INFO E| Downloaded proc-macro2 v1.0.95
30292026-09-04T17:07:01.247Z[ helios-setup] Sep 04 17:06:59.967 INFO E| Downloaded unicode-ident v1.0.18
30302026-09-04T17:07:01.250Z[ helios-setup] Sep 04 17:06:59.969 INFO E| Downloaded getrandom v0.3.3
30312026-09-04T17:07:01.257Z[ helios-setup] Sep 04 17:06:59.978 INFO E| Downloaded serde v1.0.219
30322026-09-04T17:07:01.262Z[ helios-setup] Sep 04 17:06:59.983 INFO E| Downloaded serde_derive v1.0.219
30332026-09-04T17:07:01.266Z[ helios-setup] Sep 04 17:06:59.986 INFO E| Downloaded bitflags v2.9.1
30342026-09-04T17:07:01.270Z[ helios-setup] Sep 04 17:06:59.991 INFO E| Downloaded indexmap v2.9.0
30352026-09-04T17:07:01.273Z[ helios-setup] Sep 04 17:06:59.993 INFO E| Downloaded memchr v2.7.4
30362026-09-04T17:07:01.306Z[ helios-setup] Sep 04 17:07:00.027 INFO E| Downloaded hashbrown v0.15.3
30372026-09-04T17:07:01.309Z[ helios-setup] Sep 04 17:07:00.030 INFO E| Downloaded serde_with v3.12.0
30382026-09-04T17:07:01.315Z[ helios-setup] Sep 04 17:07:00.035 INFO E| Downloaded time v0.3.41
30392026-09-04T17:07:01.319Z[ helios-setup] Sep 04 17:07:00.040 INFO E| Downloaded serde_json v1.0.140
30402026-09-04T17:07:01.332Z[ helios-setup] Sep 04 17:07:00.049 INFO E| Downloaded chrono v0.4.41
30412026-09-04T17:07:01.341Z[ helios-setup] Sep 04 17:07:00.062 INFO E| Downloaded syn v2.0.101
30422026-09-04T17:07:01.359Z[ helios-setup] Sep 04 17:07:00.080 INFO E| Downloaded rustix v1.0.7
30432026-09-04T17:07:01.385Z[ helios-setup] Sep 04 17:07:00.105 INFO E| Downloaded libc v0.2.172
30442026-09-04T17:07:01.446Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling proc-macro2 v1.0.95
30452026-09-04T17:07:01.447Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling unicode-ident v1.0.18
30462026-09-04T17:07:01.450Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling libc v0.2.172
30472026-09-04T17:07:01.450Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling strsim v0.11.1
30482026-09-04T17:07:01.450Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling fnv v1.0.7
30492026-09-04T17:07:01.450Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling ident_case v1.0.1
30502026-09-04T17:07:01.450Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling serde v1.0.219
30512026-09-04T17:07:01.450Z[ helios-setup] Sep 04 17:07:00.167 INFO E| Compiling getrandom v0.3.3
30522026-09-04T17:07:01.482Z[ helios-setup] Sep 04 17:07:00.202 INFO E| Compiling rustix v1.0.7
30532026-09-04T17:07:01.482Z[ helios-setup] Sep 04 17:07:00.202 INFO E| Compiling bitflags v2.9.1
30542026-09-04T17:07:01.482Z[ helios-setup] Sep 04 17:07:00.202 INFO E| Compiling cfg-if v1.0.0
30552026-09-04T17:07:01.485Z[ helios-setup] Sep 04 17:07:00.202 INFO E| Compiling thiserror v2.0.12
30562026-09-04T17:07:01.485Z[ helios-setup] Sep 04 17:07:00.202 INFO E| Compiling anyhow v1.0.98
30572026-09-04T17:07:01.485Z[ helios-setup] Sep 04 17:07:00.202 INFO E| Compiling serde_json v1.0.140
30582026-09-04T17:07:01.485Z[ helios-setup] Sep 04 17:07:00.203 INFO E| Compiling ryu v1.0.20
30592026-09-04T17:07:01.485Z[ helios-setup] Sep 04 17:07:00.203 INFO E| Compiling memchr v2.7.4
30602026-09-04T17:07:01.832Z[ host-package] Compiling qorb v0.4.1
30612026-09-04T17:07:01.882Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30622026-09-04T17:07:01.947Z[ helios-setup] Sep 04 17:07:00.667 INFO E| Compiling itoa v1.0.15
30632026-09-04T17:07:02.307Z[ helios-setup] Sep 04 17:07:01.027 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30642026-09-04T17:07:02.408Z[ helios-setup] Sep 04 17:07:01.128 INFO E| Compiling fastrand v2.3.0
30652026-09-04T17:07:02.481Z[ helios-setup] Sep 04 17:07:01.201 INFO E| Compiling once_cell v1.21.3
30662026-09-04T17:07:02.904Z[ host-package] Compiling vte v0.14.1
30672026-09-04T17:07:03.022Z[ helios-setup] Sep 04 17:07:01.743 INFO E| Compiling errno v0.3.12
30682026-09-04T17:07:03.215Z[ host-package] Compiling csv-core v0.1.13
30692026-09-04T17:07:03.235Z[ helios-setup] Sep 04 17:07:01.956 INFO E| Compiling quote v1.0.40
30702026-09-04T17:07:03.336Z[ host-package] Compiling highway v1.3.0
30712026-09-04T17:07:03.475Z[ helios-setup] Sep 04 17:07:02.195 INFO E| Compiling syn v2.0.101
30722026-09-04T17:07:03.739Z[ host-package] Compiling chrono-tz v0.10.4
30732026-09-04T17:07:04.101Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30742026-09-04T17:07:04.366Z[ host-package] Compiling progenitor-macro v0.14.0
30752026-09-04T17:07:04.531Z[ helios-setup] Sep 04 17:07:03.251 INFO E| Compiling tempfile v3.20.0
30762026-09-04T17:07:05.124Z[ host-package] Compiling csv v1.4.0
30772026-09-04T17:07:05.481Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30782026-09-04T17:07:05.865Z[ helios-setup] Sep 04 17:07:04.586 INFO E| Compiling darling_core v0.20.11
30792026-09-04T17:07:06.071Z[ host-package] Compiling phf v0.12.1
30802026-09-04T17:07:06.194Z[ host-package] Compiling const_format_proc_macros v0.2.34
30812026-09-04T17:07:06.271Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30822026-09-04T17:07:06.324Z[ host-package] Compiling fd-lock v4.0.4
30832026-09-04T17:07:06.327Z[ host-package] Compiling peg-macros v0.8.5
30842026-09-04T17:07:06.385Z[ host-package] Compiling nu-ansi-term v0.50.3
30852026-09-04T17:07:06.633Z[ helios-setup] Sep 04 17:07:05.354 INFO E| Compiling serde_derive v1.0.219
30862026-09-04T17:07:06.634Z[ helios-setup] Sep 04 17:07:05.354 INFO E| Compiling thiserror-impl v2.0.12
30872026-09-04T17:07:07.085Z[ host-package] Compiling reedline v0.40.0
30882026-09-04T17:07:07.222Z[ host-package] Compiling const_format v0.2.35
30892026-09-04T17:07:07.607Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30902026-09-04T17:07:07.750Z[ helios-setup] Sep 04 17:07:06.470 INFO E| Compiling darling_macro v0.20.11
30912026-09-04T17:07:07.901Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30922026-09-04T17:07:08.063Z[ host-package] Compiling peg v0.8.5
30932026-09-04T17:07:08.260Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30942026-09-04T17:07:08.521Z[ helios-setup] Sep 04 17:07:07.241 INFO E| Compiling darling v0.20.11
30952026-09-04T17:07:08.608Z[ helios-setup] Sep 04 17:07:07.328 INFO E| Compiling serde_with_macros v3.12.0
30962026-09-04T17:07:08.737Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30972026-09-04T17:07:09.016Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30982026-09-04T17:07:09.042Z[ host-package] Compiling progenitor v0.14.0
30992026-09-04T17:07:09.253Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31002026-09-04T17:07:09.317Z[ host-package] Compiling bcs v0.1.6
31012026-09-04T17:07:09.348Z[ host-package] Compiling nom v8.0.0
31022026-09-04T17:07:09.416Z[ host-package] Compiling semver v0.1.20
31032026-09-04T17:07:09.847Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31042026-09-04T17:07:09.900Z[ host-package] Compiling rustc_version v0.1.7
31052026-09-04T17:07:10.165Z[ host-package] Compiling newtype_derive v0.1.6
31062026-09-04T17:07:10.539Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31072026-09-04T17:07:10.880Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31082026-09-04T17:07:10.961Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31092026-09-04T17:07:11.141Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31102026-09-04T17:07:11.194Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31112026-09-04T17:07:11.847Z[ helios-setup] Sep 04 17:07:10.564 INFO E| Compiling serde_with v3.12.0
31122026-09-04T17:07:11.874Z[ host-package] Compiling steno v0.4.1
31132026-09-04T17:07:12.222Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31142026-09-04T17:07:12.514Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31152026-09-04T17:07:12.627Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31162026-09-04T17:07:12.663Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
31172026-09-04T17:07:12.743Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31182026-09-04T17:07:13.304Z[ host-package] Compiling sha1 v0.10.6
31192026-09-04T17:07:13.432Z[ host-package] Compiling utf-8 v0.7.6
31202026-09-04T17:07:13.870Z[ host-package] Compiling tagptr v0.2.0
31212026-09-04T17:07:13.906Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31222026-09-04T17:07:13.969Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31232026-09-04T17:07:14.085Z[ host-package] Compiling moka v0.12.13
31242026-09-04T17:07:14.211Z[ host-package] Compiling tungstenite v0.21.0
31252026-09-04T17:07:14.523Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31262026-09-04T17:07:15.407Z[ host-package] Compiling hickory-resolver v0.25.2
31272026-09-04T17:07:15.831Z[ host-package] Compiling tokio-tungstenite v0.21.0
31282026-09-04T17:07:16.392Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31292026-09-04T17:07:16.690Z[ helios-setup] Sep 04 17:07:15.410 INFO E| Finished `release` profile [optimized] target(s) in 15.78s
31302026-09-04T17:07:16.715Z[ helios-setup] Sep 04 17:07:15.436 INFO building project "dmar-report" ok (15 seconds)
31312026-09-04T17:07:16.715Z[ helios-setup] Sep 04 17:07:15.436 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31322026-09-04T17:07:16.724Z[ helios-setup] Sep 04 17:07:15.444 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31332026-09-04T17:07:16.724Z[ helios-setup] Sep 04 17:07:15.444 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31342026-09-04T17:07:16.727Z[ helios-setup] Sep 04 17:07:15.444 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31352026-09-04T17:07:16.738Z[ host-package] Compiling darling_core v0.21.3
31362026-09-04T17:07:16.834Z[ helios-setup] Sep 04 17:07:15.554 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31372026-09-04T17:07:17.174Z[ helios-setup] Sep 04 17:07:15.893 INFO E| From https://github.com/jclulow/hiercmd
31382026-09-04T17:07:17.174Z[ helios-setup] Sep 04 17:07:15.893 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31392026-09-04T17:07:17.187Z[ helios-setup] Sep 04 17:07:15.907 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31402026-09-04T17:07:17.450Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31412026-09-04T17:07:17.522Z[ helios-setup] Sep 04 17:07:16.243 INFO E| From https://github.com/oxidecomputer/network-interface
31422026-09-04T17:07:17.522Z[ helios-setup] Sep 04 17:07:16.243 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31432026-09-04T17:07:17.534Z[ helios-setup] Sep 04 17:07:16.254 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31442026-09-04T17:07:17.845Z[ helios-setup] Sep 04 17:07:16.565 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31452026-09-04T17:07:17.845Z[ helios-setup] Sep 04 17:07:16.565 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31462026-09-04T17:07:17.885Z[ helios-setup] Sep 04 17:07:16.582 INFO E| Updating crates.io index
31472026-09-04T17:07:17.924Z[ helios-setup] Sep 04 17:07:16.643 INFO E| Downloading crates ...
31482026-09-04T17:07:17.969Z[ helios-setup] Sep 04 17:07:16.690 INFO E| Downloaded anstyle v1.0.13
31492026-09-04T17:07:17.976Z[ helios-setup] Sep 04 17:07:16.696 INFO E| Downloaded futures-macro v0.3.31
31502026-09-04T17:07:17.979Z[ helios-setup] Sep 04 17:07:16.700 INFO E| Downloaded anstyle-query v1.1.4
31512026-09-04T17:07:18.006Z[ helios-setup] Sep 04 17:07:16.726 INFO E| Downloaded base64ct v1.8.0
31522026-09-04T17:07:18.009Z[ helios-setup] Sep 04 17:07:16.727 INFO E| Downloaded futures-executor v0.3.31
31532026-09-04T17:07:18.009Z[ helios-setup] Sep 04 17:07:16.728 INFO E| Downloaded futures-io v0.3.31
31542026-09-04T17:07:18.009Z[ helios-setup] Sep 04 17:07:16.729 INFO E| Downloaded num_enum_derive v0.7.5
31552026-09-04T17:07:18.009Z[ helios-setup] Sep 04 17:07:16.729 INFO E| Downloaded bitfield-macros v0.19.3
31562026-09-04T17:07:18.013Z[ helios-setup] Sep 04 17:07:16.730 INFO E| Downloaded clap_lex v0.7.6
31572026-09-04T17:07:18.013Z[ helios-setup] Sep 04 17:07:16.731 INFO E| Downloaded futures v0.3.31
31582026-09-04T17:07:18.015Z[ helios-setup] Sep 04 17:07:16.733 INFO E| Downloaded crc v3.3.0
31592026-09-04T17:07:18.015Z[ helios-setup] Sep 04 17:07:16.734 INFO E| Downloaded futures-core v0.3.31
31602026-09-04T17:07:18.015Z[ helios-setup] Sep 04 17:07:16.735 INFO E| Downloaded getopts v0.2.24
31612026-09-04T17:07:18.015Z[ helios-setup] Sep 04 17:07:16.736 INFO E| Downloaded libdevinfo-sys v1.1.0
31622026-09-04T17:07:18.019Z[ helios-setup] Sep 04 17:07:16.736 INFO E| Downloaded num_enum v0.7.5
31632026-09-04T17:07:18.019Z[ helios-setup] Sep 04 17:07:16.739 INFO E| Downloaded time-core v0.1.6
31642026-09-04T17:07:18.039Z[ helios-setup] Sep 04 17:07:16.759 INFO E| Downloaded env_logger v0.11.8
31652026-09-04T17:07:18.048Z[ helios-setup] Sep 04 17:07:16.769 INFO E| Downloaded cc v1.2.44
31662026-09-04T17:07:18.052Z[ helios-setup] Sep 04 17:07:16.771 INFO E| Downloaded signal-hook-registry v1.4.6
31672026-09-04T17:07:18.052Z[ helios-setup] Sep 04 17:07:16.771 INFO E| Downloaded simd-adler32 v0.3.7
31682026-09-04T17:07:18.055Z[ helios-setup] Sep 04 17:07:16.772 INFO E| Downloaded futures-task v0.3.31
31692026-09-04T17:07:18.055Z[ helios-setup] Sep 04 17:07:16.773 INFO E| Downloaded pin-utils v0.1.0
31702026-09-04T17:07:18.055Z[ helios-setup] Sep 04 17:07:16.774 INFO E| Downloaded env_filter v0.1.4
31712026-09-04T17:07:18.055Z[ helios-setup] Sep 04 17:07:16.775 INFO E| Downloaded bitfield v0.19.3
31722026-09-04T17:07:18.055Z[ helios-setup] Sep 04 17:07:16.775 INFO E| Downloaded deranged v0.5.5
31732026-09-04T17:07:18.059Z[ helios-setup] Sep 04 17:07:16.776 INFO E| Downloaded toml_datetime v0.7.3
31742026-09-04T17:07:18.059Z[ helios-setup] Sep 04 17:07:16.777 INFO E| Downloaded futures-channel v0.3.31
31752026-09-04T17:07:18.085Z[ helios-setup] Sep 04 17:07:16.806 INFO E| Downloaded serde_spanned v1.0.3
31762026-09-04T17:07:18.112Z[ helios-setup] Sep 04 17:07:16.832 INFO E| Downloaded futures-sink v0.3.31
31772026-09-04T17:07:18.115Z[ helios-setup] Sep 04 17:07:16.833 INFO E| Downloaded quote v1.0.41
31782026-09-04T17:07:18.115Z[ helios-setup] Sep 04 17:07:16.834 INFO E| Downloaded slab v0.4.11
31792026-09-04T17:07:18.115Z[ helios-setup] Sep 04 17:07:16.835 INFO E| Downloaded toml_writer v1.0.4
31802026-09-04T17:07:18.118Z[ helios-setup] Sep 04 17:07:16.836 INFO E| Downloaded zeroize_derive v1.4.2
31812026-09-04T17:07:18.118Z[ helios-setup] Sep 04 17:07:16.837 INFO E| Downloaded find-msvc-tools v0.1.4
31822026-09-04T17:07:18.118Z[ helios-setup] Sep 04 17:07:16.838 INFO E| Downloaded generic-array v0.14.9
31832026-09-04T17:07:18.118Z[ helios-setup] Sep 04 17:07:16.838 INFO E| Downloaded devinfo v0.1.0
31842026-09-04T17:07:18.121Z[ helios-setup] Sep 04 17:07:16.839 INFO E| Downloaded thiserror-impl v2.0.17
31852026-09-04T17:07:18.121Z[ helios-setup] Sep 04 17:07:16.840 INFO E| Downloaded time-macros v0.2.24
31862026-09-04T17:07:18.126Z[ helios-setup] Sep 04 17:07:16.842 INFO E| Downloaded zeroize v1.8.2
31872026-09-04T17:07:18.126Z[ helios-setup] Sep 04 17:07:16.843 INFO E| Downloaded bitflags v2.10.0
31882026-09-04T17:07:18.126Z[ helios-setup] Sep 04 17:07:16.846 INFO E| Downloaded pin-project-lite v0.2.16
31892026-09-04T17:07:18.130Z[ helios-setup] Sep 04 17:07:16.849 INFO E| Downloaded term v1.2.0
31902026-09-04T17:07:18.133Z[ helios-setup] Sep 04 17:07:16.851 INFO E| Downloaded toml_parser v1.0.4
31912026-09-04T17:07:18.133Z[ helios-setup] Sep 04 17:07:16.852 INFO E| Downloaded log v0.4.28
31922026-09-04T17:07:18.137Z[ helios-setup] Sep 04 17:07:16.853 INFO E| Downloaded tokio-macros v2.6.0
31932026-09-04T17:07:18.137Z[ helios-setup] Sep 04 17:07:16.854 INFO E| Downloaded uuid v1.18.1
31942026-09-04T17:07:18.143Z[ helios-setup] Sep 04 17:07:16.863 INFO E| Downloaded iana-time-zone v0.1.64
31952026-09-04T17:07:18.146Z[ helios-setup] Sep 04 17:07:16.865 INFO E| Downloaded unicode-ident v1.0.22
31962026-09-04T17:07:18.149Z[ helios-setup] Sep 04 17:07:16.867 INFO E| Downloaded clap_derive v4.5.49
31972026-09-04T17:07:18.149Z[ helios-setup] Sep 04 17:07:16.868 INFO E| Downloaded getrandom v0.2.16
31982026-09-04T17:07:18.179Z[ helios-setup] Sep 04 17:07:16.899 INFO E| Downloaded anyhow v1.0.100
31992026-09-04T17:07:18.182Z[ helios-setup] Sep 04 17:07:16.901 INFO E| Downloaded clap v4.5.51
32002026-09-04T17:07:18.187Z[ helios-setup] Sep 04 17:07:16.907 INFO E| Downloaded flate2 v1.1.5
32012026-09-04T17:07:18.190Z[ helios-setup] Sep 04 17:07:16.910 INFO E| Downloaded thiserror v2.0.17
32022026-09-04T17:07:18.194Z[ helios-setup] Sep 04 17:07:16.914 INFO E| Downloaded toml_edit v0.23.7
32032026-09-04T17:07:18.197Z[ helios-setup] Sep 04 17:07:16.916 INFO E| Downloaded toml v0.9.8
32042026-09-04T17:07:18.201Z[ helios-setup] Sep 04 17:07:16.918 INFO E| Downloaded socket2 v0.6.1
32052026-09-04T17:07:18.201Z[ helios-setup] Sep 04 17:07:16.920 INFO E| Downloaded proc-macro2 v1.0.103
32062026-09-04T17:07:18.201Z[ host-package] Compiling display-error-chain v0.2.2
32072026-09-04T17:07:18.204Z[ helios-setup] Sep 04 17:07:16.921 INFO E| Downloaded bytes v1.10.1
32082026-09-04T17:07:18.204Z[ helios-setup] Sep 04 17:07:16.924 INFO E| Downloaded typenum v1.19.0
32092026-09-04T17:07:18.207Z[ helios-setup] Sep 04 17:07:16.925 INFO E| Downloaded memchr v2.7.6
32102026-09-04T17:07:18.210Z[ helios-setup] Sep 04 17:07:16.928 INFO E| Downloaded rsa v0.9.8
32112026-09-04T17:07:18.213Z[ helios-setup] Sep 04 17:07:16.931 INFO E| Downloaded indexmap v2.12.0
32122026-09-04T17:07:18.223Z[ helios-setup] Sep 04 17:07:16.934 INFO E| Downloaded zerocopy-derive v0.8.27
32132026-09-04T17:07:18.223Z[ helios-setup] Sep 04 17:07:16.937 INFO E| Downloaded iddqd v0.3.14
32142026-09-04T17:07:18.223Z[ helios-setup] Sep 04 17:07:16.940 INFO E| Downloaded mio v1.1.0
32152026-09-04T17:07:18.223Z[ helios-setup] Sep 04 17:07:16.943 INFO E| Downloaded rand v0.8.5
32162026-09-04T17:07:18.240Z[ helios-setup] Sep 04 17:07:16.961 INFO E| Downloaded hashbrown v0.16.0
32172026-09-04T17:07:18.244Z[ helios-setup] Sep 04 17:07:16.964 INFO E| Downloaded futures-util v0.3.31
32182026-09-04T17:07:18.251Z[ helios-setup] Sep 04 17:07:16.971 INFO E| Downloaded libm v0.2.15
32192026-09-04T17:07:18.257Z[ helios-setup] Sep 04 17:07:16.978 INFO E| Downloaded clap_builder v4.5.51
32202026-09-04T17:07:18.261Z[ helios-setup] Sep 04 17:07:16.982 INFO E| Downloaded num-bigint-dig v0.8.4
32212026-09-04T17:07:18.264Z[ helios-setup] Sep 04 17:07:16.985 INFO E| Downloaded serde_json v1.0.145
32222026-09-04T17:07:18.268Z[ helios-setup] Sep 04 17:07:16.989 INFO E| Downloaded winnow v0.7.13
32232026-09-04T17:07:18.274Z[ helios-setup] Sep 04 17:07:16.994 INFO E| Downloaded time v0.3.44
32242026-09-04T17:07:18.300Z[ host-package] Compiling libscf-sys v1.2.0
32252026-09-04T17:07:18.303Z[ helios-setup] Sep 04 17:07:17.021 INFO E| Downloaded chrono v0.4.42
32262026-09-04T17:07:18.306Z[ helios-setup] Sep 04 17:07:17.025 INFO E| Downloaded syn v2.0.108
32272026-09-04T17:07:18.311Z[ helios-setup] Sep 04 17:07:17.032 INFO E| Downloaded zerocopy v0.8.27
32282026-09-04T17:07:18.327Z[ helios-setup] Sep 04 17:07:17.045 INFO E| Downloaded unicode-width v0.2.2
32292026-09-04T17:07:18.331Z[ helios-setup] Sep 04 17:07:17.048 INFO E| Downloaded rustix v1.1.2
32302026-09-04T17:07:18.349Z[ helios-setup] Sep 04 17:07:17.070 INFO E| Downloaded libc v0.2.177
32312026-09-04T17:07:18.364Z[ helios-setup] Sep 04 17:07:17.085 INFO E| Downloaded tokio v1.48.0
32322026-09-04T17:07:18.392Z[ host-package] Compiling vergen-lib v0.1.6
32332026-09-04T17:07:18.505Z[ host-package] Compiling diesel_derives v2.3.7
32342026-09-04T17:07:18.531Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling proc-macro2 v1.0.103
32352026-09-04T17:07:18.531Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling unicode-ident v1.0.22
32362026-09-04T17:07:18.531Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling quote v1.0.41
32372026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling libc v0.2.177
32382026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling serde_core v1.0.228
32392026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling cfg-if v1.0.4
32402026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling serde v1.0.228
32412026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling version_check v0.9.5
32422026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling autocfg v1.5.0
32432026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling const-oid v0.9.6
32442026-09-04T17:07:18.540Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling typenum v1.19.0
32452026-09-04T17:07:18.541Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling libm v0.2.15
32462026-09-04T17:07:18.541Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling zerocopy v0.8.27
32472026-09-04T17:07:18.541Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling rustversion v1.0.22
32482026-09-04T17:07:18.541Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling base64ct v1.8.0
32492026-09-04T17:07:18.541Z[ helios-setup] Sep 04 17:07:17.251 INFO E| Compiling smallvec v1.15.1
32502026-09-04T17:07:18.934Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32512026-09-04T17:07:19.006Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32522026-09-04T17:07:19.096Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32532026-09-04T17:07:19.196Z[ host-package] Compiling darling_macro v0.21.3
32542026-09-04T17:07:19.344Z[ helios-setup] Sep 04 17:07:18.064 INFO E| Compiling zeroize v1.8.2
32552026-09-04T17:07:19.350Z[ helios-setup] Sep 04 17:07:18.070 INFO E| Compiling num-traits v0.2.19
32562026-09-04T17:07:19.477Z[ helios-setup] Sep 04 17:07:18.197 INFO E| Compiling memchr v2.7.6
32572026-09-04T17:07:19.484Z[ helios-setup] Sep 04 17:07:18.204 INFO E| Compiling byteorder v1.5.0
32582026-09-04T17:07:19.838Z[ helios-setup] Sep 04 17:07:18.558 INFO E| Compiling anyhow v1.0.100
32592026-09-04T17:07:19.838Z[ helios-setup] Sep 04 17:07:18.559 INFO E| Compiling utf8parse v0.2.2
32602026-09-04T17:07:19.940Z[ helios-setup] Sep 04 17:07:18.659 INFO E| Compiling pem-rfc7468 v0.7.0
32612026-09-04T17:07:20.044Z[ helios-setup] Sep 04 17:07:18.763 INFO E| Compiling equivalent v1.0.2
32622026-09-04T17:07:20.086Z[ helios-setup] Sep 04 17:07:18.806 INFO E| Compiling winnow v0.7.13
32632026-09-04T17:07:20.135Z[ helios-setup] Sep 04 17:07:18.855 INFO E| Compiling rustix v1.1.2
32642026-09-04T17:07:20.141Z[ helios-setup] Sep 04 17:07:18.862 INFO E| Compiling crc32fast v1.5.0
32652026-09-04T17:07:20.178Z[ helios-setup] Sep 04 17:07:18.897 INFO E| Compiling generic-array v0.14.9
32662026-09-04T17:07:20.211Z[ helios-setup] Sep 04 17:07:18.931 INFO E| Compiling hashbrown v0.16.0
32672026-09-04T17:07:20.446Z[ host-package] Compiling darling v0.21.3
32682026-09-04T17:07:20.505Z[ helios-setup] Sep 04 17:07:19.225 INFO E| Compiling flagset v0.4.7
32692026-09-04T17:07:20.834Z[ helios-setup] Sep 04 17:07:19.554 INFO E| Compiling anstyle-parse v0.2.7
32702026-09-04T17:07:20.838Z[ host-package] Compiling dsl_auto_type v0.2.0
32712026-09-04T17:07:20.907Z[ helios-setup] Sep 04 17:07:19.623 INFO E| Compiling syn v1.0.109
32722026-09-04T17:07:21.094Z[ helios-setup] Sep 04 17:07:19.814 INFO E| Compiling colorchoice v1.0.4
32732026-09-04T17:07:21.155Z[ helios-setup] Sep 04 17:07:19.875 INFO E| Compiling cpufeatures v0.2.17
32742026-09-04T17:07:21.170Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32752026-09-04T17:07:21.204Z[ helios-setup] Sep 04 17:07:19.924 INFO E| Compiling toml_datetime v0.7.3
32762026-09-04T17:07:21.241Z[ helios-setup] Sep 04 17:07:19.961 INFO E| Compiling radium v0.7.0
32772026-09-04T17:07:21.241Z[ helios-setup] Sep 04 17:07:19.961 INFO E| Compiling anstyle v1.0.13
32782026-09-04T17:07:21.393Z[ helios-setup] Sep 04 17:07:20.111 INFO E| Compiling getrandom v0.2.16
32792026-09-04T17:07:21.434Z[ helios-setup] Sep 04 17:07:20.155 INFO E| Compiling errno v0.3.14
32802026-09-04T17:07:21.447Z[ helios-setup] Sep 04 17:07:20.167 INFO E| Compiling indexmap v2.12.0
32812026-09-04T17:07:21.498Z[ helios-setup] Sep 04 17:07:20.218 INFO E| Compiling shlex v1.3.0
32822026-09-04T17:07:21.508Z[ helios-setup] Sep 04 17:07:20.228 INFO E| Compiling allocator-api2 v0.2.21
32832026-09-04T17:07:21.612Z[ helios-setup] Sep 04 17:07:20.332 INFO E| Compiling is_terminal_polyfill v1.70.2
32842026-09-04T17:07:21.715Z[ helios-setup] Sep 04 17:07:20.435 INFO E| Compiling rand_core v0.6.4
32852026-09-04T17:07:21.737Z[ helios-setup] Sep 04 17:07:20.457 INFO E| Compiling find-msvc-tools v0.1.4
32862026-09-04T17:07:21.778Z[ helios-setup] Sep 04 17:07:20.498 INFO E| Compiling anstyle-query v1.1.4
32872026-09-04T17:07:22.010Z[ helios-setup] Sep 04 17:07:20.726 INFO E| Compiling crypto-common v0.1.6
32882026-09-04T17:07:22.064Z[ helios-setup] Sep 04 17:07:20.784 INFO E| Compiling syn v2.0.108
32892026-09-04T17:07:22.088Z[ helios-setup] Sep 04 17:07:20.808 INFO E| Compiling block-buffer v0.10.4
32902026-09-04T17:07:22.112Z[ helios-setup] Sep 04 17:07:20.832 INFO E| Compiling cc v1.2.44
32912026-09-04T17:07:22.218Z[ helios-setup] Sep 04 17:07:20.939 INFO E| Compiling anstream v0.6.21
32922026-09-04T17:07:22.245Z[ helios-setup] Sep 04 17:07:20.964 INFO E| Compiling digest v0.10.7
32932026-09-04T17:07:22.251Z[ helios-setup] Sep 04 17:07:20.971 INFO E| Compiling slog v2.8.2
32942026-09-04T17:07:22.305Z[ helios-setup] Sep 04 17:07:21.025 INFO E| Compiling futures-core v0.3.31
32952026-09-04T17:07:22.369Z[ helios-setup] Sep 04 17:07:21.089 INFO E| Compiling maybe-uninit v2.0.0
32962026-09-04T17:07:22.381Z[ host-package] Compiling vergen-gitcl v1.0.8
32972026-09-04T17:07:22.398Z[ helios-setup] Sep 04 17:07:21.118 INFO E| Compiling tap v1.0.1
32982026-09-04T17:07:22.488Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32992026-09-04T17:07:22.498Z[ helios-setup] Sep 04 17:07:21.218 INFO E| Compiling pkg-config v0.3.32
33002026-09-04T17:07:22.594Z[ helios-setup] Sep 04 17:07:21.314 INFO E| Compiling sha2 v0.10.9
33012026-09-04T17:07:22.778Z[ helios-setup] Sep 04 17:07:21.496 INFO E| Compiling unicode-width v0.2.2
33022026-09-04T17:07:22.812Z[ helios-setup] Sep 04 17:07:21.532 INFO E| Compiling futures-sink v0.3.31
33032026-09-04T17:07:22.815Z[ host-package] Compiling dirs-sys-next v0.1.2
33042026-09-04T17:07:22.820Z[ helios-setup] Sep 04 17:07:21.540 INFO E| Compiling pin-project-lite v0.2.16
33052026-09-04T17:07:22.893Z[ helios-setup] Sep 04 17:07:21.613 INFO E| Compiling parking_lot_core v0.9.12
33062026-09-04T17:07:22.938Z[ host-package] Compiling glob v0.3.3
33072026-09-04T17:07:22.942Z[ helios-setup] Sep 04 17:07:21.662 INFO E| Compiling futures-channel v0.3.31
33082026-09-04T17:07:23.065Z[ host-package] Compiling maplit v1.0.2
33092026-09-04T17:07:23.131Z[ helios-setup] Sep 04 17:07:21.851 INFO E| Compiling toml_parser v1.0.4
33102026-09-04T17:07:23.166Z[ helios-setup] Sep 04 17:07:21.886 INFO E| Compiling num-integer v0.1.46
33112026-09-04T17:07:23.233Z[ host-package] Compiling crunchy v0.2.4
33122026-09-04T17:07:23.361Z[ helios-setup] Sep 04 17:07:22.081 INFO E| Compiling wyz v0.5.1
33132026-09-04T17:07:23.386Z[ helios-setup] Sep 04 17:07:22.106 INFO E| Compiling ahash v0.8.12
33142026-09-04T17:07:23.411Z[ helios-setup] Sep 04 17:07:22.131 INFO E| Compiling getopts v0.2.24
33152026-09-04T17:07:23.478Z[ helios-setup] Sep 04 17:07:22.198 INFO E| Compiling scopeguard v1.2.0
33162026-09-04T17:07:23.481Z[ helios-setup] Sep 04 17:07:22.199 INFO E| Compiling futures-io v0.3.31
33172026-09-04T17:07:23.513Z[ host-package] Compiling dirs-next v2.0.0
33182026-09-04T17:07:23.524Z[ helios-setup] Sep 04 17:07:22.245 INFO E| Compiling strsim v0.11.1
33192026-09-04T17:07:23.713Z[ helios-setup] Sep 04 17:07:22.433 INFO E| Compiling num-conv v0.1.0
33202026-09-04T17:07:23.727Z[ helios-setup] Sep 04 17:07:22.447 INFO E| Compiling pin-utils v0.1.0
33212026-09-04T17:07:23.787Z[ helios-setup] Sep 04 17:07:22.502 INFO E| Compiling powerfmt v0.2.0
33222026-09-04T17:07:23.810Z[ helios-setup] Sep 04 17:07:22.530 INFO E| Compiling futures-task v0.3.31
33232026-09-04T17:07:23.853Z[ host-package] Compiling r2d2 v0.8.10
33242026-09-04T17:07:23.918Z[ helios-setup] Sep 04 17:07:22.635 INFO E| Compiling bitflags v2.10.0
33252026-09-04T17:07:23.927Z[ helios-setup] Sep 04 17:07:22.647 INFO E| Compiling time-core v0.1.6
33262026-09-04T17:07:24.060Z[ helios-setup] Sep 04 17:07:22.778 INFO E| Compiling toml_edit v0.23.7
33272026-09-04T17:07:24.161Z[ helios-setup] Sep 04 17:07:22.881 INFO E| Compiling heck v0.5.0
33282026-09-04T17:07:24.225Z[ host-package] Compiling clang-sys v1.8.1
33292026-09-04T17:07:24.243Z[ helios-setup] Sep 04 17:07:22.963 INFO E| Compiling spin v0.9.8
33302026-09-04T17:07:24.316Z[ helios-setup] Sep 04 17:07:23.036 INFO E| Compiling num-bigint-dig v0.8.4
33312026-09-04T17:07:24.337Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-09-04T17:07:24.348Z[ helios-setup] Sep 04 17:07:23.066 INFO E| Compiling clap_lex v0.7.6
33332026-09-04T17:07:24.363Z[ helios-setup] Sep 04 17:07:23.083 INFO E| Compiling packed_struct v0.10.1
33342026-09-04T17:07:24.378Z[ helios-setup] Sep 04 17:07:23.098 INFO E| Compiling getrandom v0.3.4
33352026-09-04T17:07:24.461Z[ host-package] Compiling papergrid v0.18.0
33362026-09-04T17:07:24.476Z[ helios-setup] Sep 04 17:07:23.196 INFO E| Compiling bytes v1.10.1
33372026-09-04T17:07:24.563Z[ helios-setup] Sep 04 17:07:23.282 INFO E| Compiling slab v0.4.11
33382026-09-04T17:07:24.572Z[ helios-setup] Sep 04 17:07:23.292 INFO E| Compiling thiserror v1.0.69
33392026-09-04T17:07:24.614Z[ host-package] Compiling downcast-rs v2.0.2
33402026-09-04T17:07:24.708Z[ helios-setup] Sep 04 17:07:23.428 INFO E| Compiling funty v2.0.0
33412026-09-04T17:07:24.755Z[ helios-setup] Sep 04 17:07:23.474 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33422026-09-04T17:07:24.810Z[ host-package] Compiling tiny-keccak v2.0.2
33432026-09-04T17:07:24.928Z[ helios-setup] Sep 04 17:07:23.642 INFO E| Compiling itoa v1.0.15
33442026-09-04T17:07:24.999Z[ host-package] Compiling xshell-macros v0.2.7
33452026-09-04T17:07:25.004Z[ helios-setup] Sep 04 17:07:23.720 INFO E| Compiling lazy_static v1.5.0
33462026-09-04T17:07:25.107Z[ helios-setup] Sep 04 17:07:23.826 INFO E| Compiling proc-macro-crate v3.4.0
33472026-09-04T17:07:25.114Z[ helios-setup] Sep 04 17:07:23.834 INFO E| Compiling terminal_size v0.4.3
33482026-09-04T17:07:25.205Z[ helios-setup] Sep 04 17:07:23.925 INFO E| Compiling time-macros v0.2.24
33492026-09-04T17:07:25.231Z[ helios-setup] Sep 04 17:07:23.949 INFO E| Compiling clap_builder v4.5.51
33502026-09-04T17:07:25.260Z[ helios-setup] Sep 04 17:07:23.980 INFO E| Compiling deranged v0.5.5
33512026-09-04T17:07:25.271Z[ helios-setup] Sep 04 17:07:23.991 INFO E| Compiling lock_api v0.4.14
33522026-09-04T17:07:25.362Z[ helios-setup] Sep 04 17:07:24.081 INFO E| Compiling num-iter v0.1.45
33532026-09-04T17:07:25.474Z[ helios-setup] Sep 04 17:07:24.193 INFO E| Compiling bitvec v1.0.1
33542026-09-04T17:07:25.663Z[ helios-setup] Sep 04 17:07:24.383 INFO E| Compiling indexmap v1.9.3
33552026-09-04T17:07:25.663Z[ helios-setup] Sep 04 17:07:24.383 INFO E| Compiling log v0.4.28
33562026-09-04T17:07:25.686Z[ helios-setup] Sep 04 17:07:24.404 INFO E| Compiling iana-time-zone v0.1.64
33572026-09-04T17:07:25.823Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33582026-09-04T17:07:25.950Z[ host-package] Compiling term v0.7.0
33592026-09-04T17:07:25.965Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33602026-09-04T17:07:26.082Z[ host-package] Compiling xshell v0.2.7
33612026-09-04T17:07:26.103Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33622026-09-04T17:07:26.136Z[ helios-setup] Sep 04 17:07:24.852 INFO E| Compiling adler2 v2.0.1
33632026-09-04T17:07:26.199Z[ helios-setup] Sep 04 17:07:24.919 INFO E| Compiling thiserror v2.0.17
33642026-09-04T17:07:26.202Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33652026-09-04T17:07:26.215Z[ helios-setup] Sep 04 17:07:24.935 INFO E| Compiling serde_json v1.0.145
33662026-09-04T17:07:26.282Z[ helios-setup] Sep 04 17:07:25.002 INFO E| Compiling once_cell v1.21.3
33672026-09-04T17:07:26.292Z[ helios-setup] Sep 04 17:07:25.011 INFO E| Compiling nodrop v0.1.14
33682026-09-04T17:07:26.332Z[ helios-setup] Sep 04 17:07:25.052 INFO E| Compiling crc-catalog v2.4.0
33692026-09-04T17:07:26.383Z[ helios-setup] Sep 04 17:07:25.101 INFO E| Compiling simd-adler32 v0.3.7
33702026-09-04T17:07:26.462Z[ helios-setup] Sep 04 17:07:25.181 INFO E| Compiling array-init v0.0.4
33712026-09-04T17:07:26.494Z[ helios-setup] Sep 04 17:07:25.214 INFO E| Compiling crc v3.3.0
33722026-09-04T17:07:26.652Z[ helios-setup] Sep 04 17:07:25.370 INFO E| Compiling miniz_oxide v0.8.9
33732026-09-04T17:07:26.713Z[ helios-setup] Sep 04 17:07:25.433 INFO E| Compiling chrono v0.4.42
33742026-09-04T17:07:26.824Z[ helios-setup] Sep 04 17:07:25.543 INFO E| Compiling env_filter v0.1.4
33752026-09-04T17:07:26.881Z[ helios-setup] Sep 04 17:07:25.601 INFO E| Compiling parking_lot v0.12.5
33762026-09-04T17:07:27.159Z[ helios-setup] Sep 04 17:07:25.879 INFO E| Compiling smallvec v0.6.14
33772026-09-04T17:07:27.232Z[ helios-setup] Sep 04 17:07:25.952 INFO E| Compiling serde_spanned v1.0.3
33782026-09-04T17:07:27.256Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-09-04T17:07:27.363Z[ helios-setup] Sep 04 17:07:26.083 INFO E| Compiling time v0.3.44
33802026-09-04T17:07:27.494Z[ host-package] Compiling tabled v0.21.0
33812026-09-04T17:07:27.497Z[ host-package] Compiling bit-vec v0.6.3
33822026-09-04T17:07:27.551Z[ helios-setup] Sep 04 17:07:26.270 INFO E| Compiling signature v2.2.0
33832026-09-04T17:07:27.650Z[ helios-setup] Sep 04 17:07:26.370 INFO E| Compiling is-terminal v0.4.17
33842026-09-04T17:07:27.772Z[ helios-setup] Sep 04 17:07:26.491 INFO E| Compiling signal-hook-registry v1.4.6
33852026-09-04T17:07:27.867Z[ helios-setup] Sep 04 17:07:26.587 INFO E| Compiling mio v1.1.0
33862026-09-04T17:07:27.999Z[ helios-setup] Sep 04 17:07:26.719 INFO E| Compiling socket2 v0.6.1
33872026-09-04T17:07:27.999Z[ helios-setup] Sep 04 17:07:26.719 INFO E| Compiling thread_local v1.1.9
33882026-09-04T17:07:28.057Z[ helios-setup] Sep 04 17:07:26.777 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33892026-09-04T17:07:28.094Z[ host-package] Compiling bit-set v0.5.3
33902026-09-04T17:07:28.232Z[ host-package] Compiling ascii-canvas v3.0.0
33912026-09-04T17:07:28.322Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33922026-09-04T17:07:28.420Z[ helios-setup] Sep 04 17:07:27.140 INFO E| Compiling term v1.2.0
33932026-09-04T17:07:28.485Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33942026-09-04T17:07:28.488Z[ helios-setup] Sep 04 17:07:27.205 INFO E| Compiling libdevinfo-sys v1.1.0
33952026-09-04T17:07:28.905Z[ helios-setup] Sep 04 17:07:27.625 INFO E| Compiling toml_writer v1.0.4
33962026-09-04T17:07:29.005Z[ helios-setup] Sep 04 17:07:27.725 INFO E| Compiling packed_struct_codegen v0.10.1
33972026-09-04T17:07:29.126Z[ helios-setup] Sep 04 17:07:27.845 INFO E| Compiling serde_derive v1.0.228
33982026-09-04T17:07:29.165Z[ helios-setup] Sep 04 17:07:27.884 INFO E| Compiling zerocopy-derive v0.8.27
33992026-09-04T17:07:29.361Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34002026-09-04T17:07:29.428Z[ helios-setup] Sep 04 17:07:28.148 INFO E| Compiling der_derive v0.7.3
34012026-09-04T17:07:29.440Z[ helios-setup] Sep 04 17:07:28.158 INFO E| Compiling futures-macro v0.3.31
34022026-09-04T17:07:29.481Z[ helios-setup] Sep 04 17:07:28.201 INFO E| Compiling num_enum_derive v0.7.5
34032026-09-04T17:07:29.524Z[ helios-setup] Sep 04 17:07:28.244 INFO E| Compiling zerocopy-derive v0.6.6
34042026-09-04T17:07:29.534Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34052026-09-04T17:07:29.539Z[ helios-setup] Sep 04 17:07:28.259 INFO E| Compiling bitfield-macros v0.19.3
34062026-09-04T17:07:29.587Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34072026-09-04T17:07:29.693Z[ helios-setup] Sep 04 17:07:28.406 INFO E| Compiling thiserror-impl v1.0.69
34082026-09-04T17:07:29.730Z[ helios-setup] Sep 04 17:07:28.449 INFO E| Compiling clap_derive v4.5.49
34092026-09-04T17:07:29.734Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34102026-09-04T17:07:30.032Z[ helios-setup] Sep 04 17:07:28.752 INFO E| Compiling tokio-macros v2.6.0
34112026-09-04T17:07:30.371Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34122026-09-04T17:07:30.669Z[ host-package] Compiling itertools v0.10.5
34132026-09-04T17:07:30.770Z[ host-package] Compiling ena v0.14.4
34142026-09-04T17:07:30.770Z[ host-package] Compiling libloading v0.8.9
34152026-09-04T17:07:31.022Z[ host-package] Compiling bindgen v0.71.1
34162026-09-04T17:07:31.223Z[ helios-setup] Sep 04 17:07:29.941 INFO E| Compiling bitfield v0.19.3
34172026-09-04T17:07:31.406Z[ host-package] Compiling diff v0.1.13
34182026-09-04T17:07:31.420Z[ helios-setup] Sep 04 17:07:30.140 INFO E| Compiling thiserror-impl v2.0.17
34192026-09-04T17:07:31.467Z[ helios-setup] Sep 04 17:07:30.182 INFO E| Compiling futures-util v0.3.31
34202026-09-04T17:07:31.476Z[ host-package] Compiling unicase v2.9.0
34212026-09-04T17:07:31.511Z[ helios-setup] Sep 04 17:07:30.232 INFO E| Compiling zerocopy v0.6.6
34222026-09-04T17:07:31.572Z[ helios-setup] Sep 04 17:07:30.288 INFO E| Compiling winnow v0.5.40
34232026-09-04T17:07:31.740Z[ helios-setup] Sep 04 17:07:30.460 INFO E| Compiling der v0.7.10
34242026-09-04T17:07:31.749Z[ helios-setup] Sep 04 17:07:30.469 INFO E| Compiling num_enum v0.7.5
34252026-09-04T17:07:31.880Z[ helios-setup] Sep 04 17:07:30.599 INFO E| Compiling subtle v2.6.1
34262026-09-04T17:07:31.935Z[ helios-setup] Sep 04 17:07:30.653 INFO E| Compiling hashbrown v0.12.3
34272026-09-04T17:07:31.951Z[ helios-setup] Sep 04 17:07:30.671 INFO E| Compiling base64 v0.21.7
34282026-09-04T17:07:32.068Z[ host-package] Compiling regex-syntax v0.6.29
34292026-09-04T17:07:32.117Z[ helios-setup] Sep 04 17:07:30.835 INFO E| Compiling ryu v1.0.20
34302026-09-04T17:07:32.117Z[ helios-setup] Sep 04 17:07:30.836 INFO E| Compiling tokio v1.48.0
34312026-09-04T17:07:32.136Z[ helios-setup] Sep 04 17:07:30.856 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34322026-09-04T17:07:32.136Z[ helios-setup] Sep 04 17:07:30.856 INFO E| Compiling devinfo v0.1.0
34332026-09-04T17:07:32.184Z[ helios-setup] Sep 04 17:07:30.902 INFO E| Compiling bzip2 v0.4.4
34342026-09-04T17:07:32.612Z[ helios-setup] Sep 04 17:07:31.332 INFO E| Compiling toml v0.9.8
34352026-09-04T17:07:32.669Z[ host-package] Compiling diesel v2.3.7
34362026-09-04T17:07:32.679Z[ helios-setup] Sep 04 17:07:31.399 INFO E| Compiling flate2 v1.1.5
34372026-09-04T17:07:32.730Z[ helios-setup] Sep 04 17:07:31.449 INFO E| Compiling uuid v1.18.1
34382026-09-04T17:07:32.916Z[ helios-setup] Sep 04 17:07:31.636 INFO E| Compiling env_logger v0.11.8
34392026-09-04T17:07:33.146Z[ host-package] Compiling cexpr v0.6.0
34402026-09-04T17:07:33.326Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34412026-09-04T17:07:33.499Z[ host-package] Compiling crc8 v0.1.1
34422026-09-04T17:07:33.713Z[ helios-setup] Sep 04 17:07:32.433 INFO E| Compiling clap v4.5.51
34432026-09-04T17:07:33.810Z[ helios-setup] Sep 04 17:07:32.529 INFO E| Compiling crc-any v2.5.0
34442026-09-04T17:07:33.844Z[ helios-setup] Sep 04 17:07:32.564 INFO E| Compiling foldhash v0.2.0
34452026-09-04T17:07:33.991Z[ host-package] Compiling rustc-hash v2.1.1
34462026-09-04T17:07:34.080Z[ helios-setup] Sep 04 17:07:32.799 INFO E| Compiling spki v0.7.3
34472026-09-04T17:07:34.139Z[ helios-setup] Sep 04 17:07:32.859 INFO E| Compiling hex v0.4.3
34482026-09-04T17:07:34.372Z[ helios-setup] Sep 04 17:07:33.092 INFO E| Compiling pkcs8 v0.10.2
34492026-09-04T17:07:34.381Z[ helios-setup] Sep 04 17:07:33.099 INFO E| Compiling x509-cert v0.2.5
34502026-09-04T17:07:34.457Z[ helios-setup] Sep 04 17:07:33.177 INFO E| Compiling bitflags v1.3.2
34512026-09-04T17:07:34.517Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34522026-09-04T17:07:34.542Z[ helios-setup] Sep 04 17:07:33.261 INFO E| Compiling rustc-hash v2.1.1
34532026-09-04T17:07:34.548Z[ helios-setup] Sep 04 17:07:33.268 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34542026-09-04T17:07:34.704Z[ helios-setup] Sep 04 17:07:33.424 INFO E| Compiling pkcs1 v0.7.5
34552026-09-04T17:07:34.730Z[ helios-setup] Sep 04 17:07:33.449 INFO E| Compiling iddqd v0.3.14
34562026-09-04T17:07:34.783Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34572026-09-04T17:07:34.867Z[ helios-setup] Sep 04 17:07:33.587 INFO E| Compiling zip v0.6.6
34582026-09-04T17:07:35.052Z[ helios-setup] Sep 04 17:07:33.772 INFO E| Compiling ppv-lite86 v0.2.21
34592026-09-04T17:07:35.252Z[ host-package] Compiling lalrpop v0.19.12
34602026-09-04T17:07:35.392Z[ host-package] Compiling headers-core v0.3.0
34612026-09-04T17:07:35.779Z[ helios-setup] Sep 04 17:07:34.498 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34622026-09-04T17:07:36.003Z[ host-package] Compiling libxml v0.3.3
34632026-09-04T17:07:36.038Z[ helios-setup] Sep 04 17:07:34.758 INFO E| Compiling rand_chacha v0.3.1
34642026-09-04T17:07:36.065Z[ helios-setup] Sep 04 17:07:34.785 INFO E| Compiling hashbrown v0.13.2
34652026-09-04T17:07:36.129Z[ host-package] Compiling headers v0.4.1
34662026-09-04T17:07:36.142Z[ helios-setup] Sep 04 17:07:34.862 INFO E| Compiling path-slash v0.1.5
34672026-09-04T17:07:36.843Z[ helios-setup] Sep 04 17:07:35.562 INFO E| Compiling erased-serde v0.3.31
34682026-09-04T17:07:36.928Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34692026-09-04T17:07:37.023Z[ helios-setup] Sep 04 17:07:35.743 INFO E| Compiling rand v0.8.5
34702026-09-04T17:07:37.078Z[ host-package] Compiling strum_macros v0.24.3
34712026-09-04T17:07:37.082Z[ helios-setup] Sep 04 17:07:35.802 INFO E| Compiling futures-executor v0.3.31
34722026-09-04T17:07:37.109Z[ helios-setup] Sep 04 17:07:35.829 INFO E| Compiling serde_spanned v0.6.9
34732026-09-04T17:07:37.186Z[ helios-setup] Sep 04 17:07:35.906 INFO E| Compiling toml_datetime v0.6.11
34742026-09-04T17:07:37.243Z[ host-package] Compiling indoc v1.0.9
34752026-09-04T17:07:37.427Z[ helios-setup] Sep 04 17:07:36.146 INFO E| Compiling futures v0.3.31
34762026-09-04T17:07:37.486Z[ helios-setup] Sep 04 17:07:36.206 INFO E| Compiling ron v0.8.1
34772026-09-04T17:07:37.521Z[ helios-setup] Sep 04 17:07:36.241 INFO E| Compiling serde-hex v0.1.0
34782026-09-04T17:07:37.732Z[ helios-setup] Sep 04 17:07:36.452 INFO E| Compiling toml_edit v0.19.15
34792026-09-04T17:07:37.831Z[ helios-setup] Sep 04 17:07:36.551 INFO E| Compiling object v0.30.4
34802026-09-04T17:07:37.931Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34812026-09-04T17:07:38.106Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34822026-09-04T17:07:38.361Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34832026-09-04T17:07:38.446Z[ helios-setup] Sep 04 17:07:37.166 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34842026-09-04T17:07:38.462Z[ helios-setup] Sep 04 17:07:37.182 INFO E| Compiling slog-term v2.9.2
34852026-09-04T17:07:38.906Z[ host-package] Compiling derive_builder v0.20.2
34862026-09-04T17:07:39.133Z[ host-package] Compiling oso-derive v0.27.3
34872026-09-04T17:07:39.270Z[ host-package] Compiling quick-xml v0.37.5
34882026-09-04T17:07:39.424Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34892026-09-04T17:07:39.635Z[ host-package] Compiling openssl-probe v0.1.6
34902026-09-04T17:07:39.657Z[ helios-setup] Sep 04 17:07:38.377 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34912026-09-04T17:07:39.861Z[ helios-setup] Sep 04 17:07:38.581 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34922026-09-04T17:07:40.061Z[ helios-setup] Sep 04 17:07:38.780 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34932026-09-04T17:07:40.078Z[ helios-setup] Sep 04 17:07:38.798 INFO E| Compiling rsa v0.9.8
34942026-09-04T17:07:40.159Z[ helios-setup] Sep 04 17:07:38.879 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34952026-09-04T17:07:40.419Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34962026-09-04T17:07:40.419Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34972026-09-04T17:07:40.510Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34982026-09-04T17:07:40.938Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34992026-09-04T17:07:40.995Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35002026-09-04T17:07:41.025Z[ helios-setup] Sep 04 17:07:39.745 INFO E| Compiling toml v0.7.8
35012026-09-04T17:07:41.365Z[ host-package] Compiling bb8 v0.8.6
35022026-09-04T17:07:41.883Z[ host-package] Compiling trait-variant v0.1.2
35032026-09-04T17:07:42.345Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35042026-09-04T17:07:42.451Z[ host-package] Compiling half v1.8.3
35052026-09-04T17:07:42.565Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35062026-09-04T17:07:42.966Z[ host-package] Compiling serde_cbor v0.11.2
35072026-09-04T17:07:43.164Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35082026-09-04T17:07:43.250Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35092026-09-04T17:07:43.418Z[ host-package] Compiling proc-macro-error2 v2.0.1
35102026-09-04T17:07:43.777Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35112026-09-04T17:07:44.407Z[ host-package] Compiling hashbrown v0.14.5
35122026-09-04T17:07:44.495Z[ host-package] Compiling rfc6979 v0.4.0
35132026-09-04T17:07:44.665Z[ host-package] Compiling salty v0.3.0
35142026-09-04T17:07:44.754Z[ host-package] Compiling samael v0.0.19
35152026-09-04T17:07:44.853Z[ host-package] Compiling ecdsa v0.16.9
35162026-09-04T17:07:45.145Z[ host-package] Compiling knus-derive v3.4.0
35172026-09-04T17:07:45.792Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35182026-09-04T17:07:46.010Z[ host-package] Compiling chumsky v0.9.3
35192026-09-04T17:07:46.090Z[ host-package] Compiling progenitor-impl v0.13.0
35202026-09-04T17:07:46.160Z[ host-package] Compiling antithesis_sdk v0.2.9
35212026-09-04T17:07:46.975Z[ host-package] Compiling primeorder v0.13.6
35222026-09-04T17:07:47.115Z[ host-package] Compiling nonempty v0.12.0
35232026-09-04T17:07:47.278Z[ host-package] Compiling p384 v0.13.1
35242026-09-04T17:07:47.353Z[ host-package] Compiling knus v3.4.0
35252026-09-04T17:07:47.433Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35262026-09-04T17:07:47.621Z[ host-package] Compiling polar-core v0.27.3
35272026-09-04T17:07:47.995Z[ helios-setup] Sep 04 17:07:46.715 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35282026-09-04T17:07:48.338Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35292026-09-04T17:07:48.442Z[ host-package] Compiling progenitor-macro v0.13.0
35302026-09-04T17:07:48.940Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35312026-09-04T17:07:48.986Z[ host-package] Compiling progenitor-client v0.13.0
35322026-09-04T17:07:49.392Z[ helios-setup] Sep 04 17:07:48.051 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35332026-09-04T17:07:49.855Z[ host-package] Compiling fxhash v0.2.1
35342026-09-04T17:07:50.057Z[ host-package] Compiling libz-sys v1.1.24
35352026-09-04T17:07:50.167Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35362026-09-04T17:07:50.410Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
35372026-09-04T17:07:51.021Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35382026-09-04T17:07:51.461Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35392026-09-04T17:07:51.825Z[ host-package] Compiling kstat-rs v0.2.5
35402026-09-04T17:07:52.344Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35412026-09-04T17:07:52.417Z[ host-package] Compiling mime_guess v2.0.5
35422026-09-04T17:07:53.015Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35432026-09-04T17:07:53.501Z[ host-package] Compiling progenitor v0.13.0
35442026-09-04T17:07:53.583Z[ helios-setup] Sep 04 17:07:52.302 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35452026-09-04T17:07:54.867Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35462026-09-04T17:07:54.968Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35472026-09-04T17:07:55.133Z[ host-package] Compiling nanorand v0.7.0
35482026-09-04T17:07:55.586Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35492026-09-04T17:07:55.880Z[ host-package] Compiling parking_lot_core v0.8.6
35502026-09-04T17:07:56.295Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35512026-09-04T17:07:56.317Z[ host-package] Compiling flume v0.11.1
35522026-09-04T17:07:56.396Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35532026-09-04T17:07:57.131Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35542026-09-04T17:07:57.770Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35552026-09-04T17:07:58.098Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35562026-09-04T17:07:58.466Z[ host-package] Compiling oso v0.27.3
35572026-09-04T17:07:58.848Z[ host-package] Compiling git-stub v1.0.0
35582026-09-04T17:07:59.368Z[ host-package] Compiling async-bb8-diesel v0.2.1
35592026-09-04T17:08:00.148Z[ host-package] Compiling diesel-dtrace v0.5.0
35602026-09-04T17:08:00.281Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
35612026-09-04T17:08:00.938Z[ host-package] Compiling http-range v0.1.5
35622026-09-04T17:08:01.053Z[ host-package] Compiling instability v0.3.11
35632026-09-04T17:08:01.369Z[ host-package] Compiling strsim v0.10.0
35642026-09-04T17:08:01.657Z[ host-package] Compiling corncobs v0.1.4
35652026-09-04T17:08:01.767Z[ host-package] Compiling darling_core v0.13.4
35662026-09-04T17:08:02.020Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35672026-09-04T17:08:02.999Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35682026-09-04T17:08:03.298Z[ host-package] Compiling git-stub-vcs v0.1.0
35692026-09-04T17:08:03.991Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35702026-09-04T17:08:04.894Z[ helios-setup] Sep 04 17:08:03.612 INFO E| Finished `release` profile [optimized] target(s) in 48.15s
35712026-09-04T17:08:04.901Z[ helios-setup] Sep 04 17:08:03.614 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35722026-09-04T17:08:04.901Z[ helios-setup] Sep 04 17:08:03.614 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35732026-09-04T17:08:04.950Z[ helios-setup] Sep 04 17:08:03.670 INFO building project "pilot" ok (48 seconds)
35742026-09-04T17:08:04.950Z[ helios-setup] Sep 04 17:08:03.670 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35752026-09-04T17:08:05.076Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35762026-09-04T17:08:05.247Z[ host-package] Compiling ignore v0.4.25
35772026-09-04T17:08:06.296Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35782026-09-04T17:08:06.619Z[ host-package] Compiling anstyle-parse v0.2.7
35792026-09-04T17:08:06.662Z[ host-package] Compiling secrecy v0.8.0
35802026-09-04T17:08:06.707Z[ host-package] Compiling vergen-git2 v9.1.0
35812026-09-04T17:08:06.902Z[ host-package] Compiling castaway v0.2.4
35822026-09-04T17:08:06.933Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35832026-09-04T17:08:06.981Z[ host-package] Compiling indoc v2.0.7
35842026-09-04T17:08:07.104Z[ host-package] Compiling compact_str v0.8.1
35852026-09-04T17:08:07.454Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35862026-09-04T17:08:07.884Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35872026-09-04T17:08:07.996Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35882026-09-04T17:08:08.333Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35892026-09-04T17:08:08.413Z[ host-package] Compiling anstream v0.6.21
35902026-09-04T17:08:09.012Z[ host-package] Compiling globwalk v0.9.1
35912026-09-04T17:08:09.615Z[ host-package] Compiling parking_lot v0.11.2
35922026-09-04T17:08:09.630Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35932026-09-04T17:08:09.652Z[ host-package] Compiling hyper-staticfile v0.10.1
35942026-09-04T17:08:10.279Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35952026-09-04T17:08:10.470Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35962026-09-04T17:08:10.619Z[ host-package] Compiling darling_macro v0.13.4
35972026-09-04T17:08:10.911Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35982026-09-04T17:08:11.332Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35992026-09-04T17:08:11.530Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36002026-09-04T17:08:12.087Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36012026-09-04T17:08:12.170Z[ host-package] Compiling predicates-tree v1.0.13
36022026-09-04T17:08:12.273Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36032026-09-04T17:08:12.601Z[ host-package] Compiling unicode-truncate v1.1.0
36042026-09-04T17:08:12.647Z[ host-package] Compiling lru v0.12.5
36052026-09-04T17:08:12.890Z[ host-package] Compiling rand_seeder v0.4.0
36062026-09-04T17:08:12.998Z[ host-package] Compiling prefix-trie v0.7.0
36072026-09-04T17:08:13.024Z[ host-package] Compiling cassowary v0.3.0
36082026-09-04T17:08:13.166Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36092026-09-04T17:08:13.442Z[ host-package] Compiling ratatui v0.29.0
36102026-09-04T17:08:13.565Z[ host-package] Compiling hickory-server v0.25.2
36112026-09-04T17:08:13.638Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36122026-09-04T17:08:13.950Z[ host-package] Compiling darling v0.13.4
36132026-09-04T17:08:14.068Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36142026-09-04T17:08:14.304Z[ host-package] Compiling sled v0.34.7
36152026-09-04T17:08:14.891Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36162026-09-04T17:08:15.443Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36172026-09-04T17:08:15.568Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36182026-09-04T17:08:16.810Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36192026-09-04T17:08:17.039Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36202026-09-04T17:08:17.354Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36212026-09-04T17:08:17.951Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36222026-09-04T17:08:18.216Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36232026-09-04T17:08:19.069Z[ host-package] Compiling serde_with_macros v1.5.2
36242026-09-04T17:08:19.094Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36252026-09-04T17:08:19.988Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36262026-09-04T17:08:20.273Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36272026-09-04T17:08:20.557Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36282026-09-04T17:08:20.789Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36292026-09-04T17:08:21.049Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36302026-09-04T17:08:21.294Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36312026-09-04T17:08:21.363Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36322026-09-04T17:08:21.547Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36332026-09-04T17:08:21.687Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36342026-09-04T17:08:21.760Z[ host-package] Compiling arc-swap v1.8.2
36352026-09-04T17:08:21.821Z[ host-package] Compiling void v1.0.2
36362026-09-04T17:08:21.961Z[ host-package] Compiling lzss v0.8.2
36372026-09-04T17:08:22.086Z[ host-package] Compiling slog-scope v4.4.1
36382026-09-04T17:08:22.482Z[ host-package] Compiling serde_with v1.14.0
36392026-09-04T17:08:22.539Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36402026-09-04T17:08:22.705Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36412026-09-04T17:08:23.733Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36422026-09-04T17:08:24.382Z[ host-package] Compiling git2 v0.20.4
36432026-09-04T17:08:24.835Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36442026-09-04T17:08:25.708Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36452026-09-04T17:08:25.772Z[ host-package] Compiling scuffle v0.1.0
36462026-09-04T17:08:26.950Z[ helios-setup] Sep 04 17:08:25.670 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')"
36472026-09-04T17:08:26.950Z[ helios-setup] Sep 04 17:08:25.670 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36482026-09-04T17:08:26.990Z[ helios-setup] Sep 04 17:08:25.708 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')"
36492026-09-04T17:08:26.990Z[ helios-setup] Sep 04 17:08:25.708 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36502026-09-04T17:08:26.994Z[ helios-setup] Sep 04 17:08:25.708 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36512026-09-04T17:08:27.204Z[ helios-setup] Sep 04 17:08:25.923 INFO E| Updating crates.io index
36522026-09-04T17:08:27.207Z[ helios-setup] Sep 04 17:08:25.924 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36532026-09-04T17:08:27.534Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36542026-09-04T17:08:27.710Z[ helios-setup] Sep 04 17:08:26.429 INFO E| From https://github.com/oxidecomputer/amd-apcb
36552026-09-04T17:08:27.710Z[ helios-setup] Sep 04 17:08:26.429 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36562026-09-04T17:08:27.725Z[ helios-setup] Sep 04 17:08:26.445 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36572026-09-04T17:08:27.866Z[ host-package] Compiling tungstenite v0.23.0
36582026-09-04T17:08:27.937Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36592026-09-04T17:08:28.116Z[ helios-setup] Sep 04 17:08:26.835 INFO E| From https://github.com/oxidecomputer/amd-efs
36602026-09-04T17:08:28.116Z[ helios-setup] Sep 04 17:08:26.835 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36612026-09-04T17:08:28.148Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36622026-09-04T17:08:28.277Z[ helios-setup] Sep 04 17:08:26.995 INFO E| Downloading crates ...
36632026-09-04T17:08:28.354Z[ helios-setup] Sep 04 17:08:27.073 INFO E| Downloaded dyn-clone v1.0.19
36642026-09-04T17:08:28.357Z[ helios-setup] Sep 04 17:08:27.074 INFO E| Downloaded four-cc v0.4.0
36652026-09-04T17:08:28.361Z[ helios-setup] Sep 04 17:08:27.077 INFO E| Downloaded unic-common v0.9.0
36662026-09-04T17:08:28.361Z[ helios-setup] Sep 04 17:08:27.078 INFO E| Downloaded strum v0.27.1
36672026-09-04T17:08:28.364Z[ helios-setup] Sep 04 17:08:27.081 INFO E| Downloaded fletcher v1.0.0
36682026-09-04T17:08:28.364Z[ helios-setup] Sep 04 17:08:27.081 INFO E| Downloaded unic-ucd-version v0.9.0
36692026-09-04T17:08:28.367Z[ helios-setup] Sep 04 17:08:27.086 INFO E| Downloaded unic-ucd-ident v0.9.0
36702026-09-04T17:08:28.373Z[ helios-setup] Sep 04 17:08:27.090 INFO E| Downloaded parse_int v0.9.0
36712026-09-04T17:08:28.373Z[ helios-setup] Sep 04 17:08:27.091 INFO E| Downloaded heck v0.3.3
36722026-09-04T17:08:28.376Z[ helios-setup] Sep 04 17:08:27.092 INFO E| Downloaded unic-char-range v0.9.0
36732026-09-04T17:08:28.376Z[ helios-setup] Sep 04 17:08:27.095 INFO E| Downloaded strsim v0.8.0
36742026-09-04T17:08:28.383Z[ helios-setup] Sep 04 17:08:27.102 INFO E| Downloaded vec_map v0.8.2
36752026-09-04T17:08:28.386Z[ helios-setup] Sep 04 17:08:27.103 INFO E| Downloaded strum_macros v0.27.1
36762026-09-04T17:08:28.386Z[ helios-setup] Sep 04 17:08:27.105 INFO E| Downloaded bytesize v2.0.1
36772026-09-04T17:08:28.390Z[ helios-setup] Sep 04 17:08:27.108 INFO E| Downloaded unic-char-property v0.9.0
36782026-09-04T17:08:28.393Z[ helios-setup] Sep 04 17:08:27.110 INFO E| Downloaded modular-bitfield-impl v0.11.2
36792026-09-04T17:08:28.393Z[ helios-setup] Sep 04 17:08:27.110 INFO E| Downloaded pest_generator v2.8.0
36802026-09-04T17:08:28.393Z[ helios-setup] Sep 04 17:08:27.111 INFO E| Downloaded textwrap v0.11.0
36812026-09-04T17:08:28.396Z[ helios-setup] Sep 04 17:08:27.112 INFO E| Downloaded ansi_term v0.12.1
36822026-09-04T17:08:28.396Z[ helios-setup] Sep 04 17:08:27.114 INFO E| Downloaded structopt-derive v0.4.18
36832026-09-04T17:08:28.399Z[ helios-setup] Sep 04 17:08:27.117 INFO E| Downloaded rustversion v1.0.20
36842026-09-04T17:08:28.402Z[ helios-setup] Sep 04 17:08:27.119 INFO E| Downloaded modular-bitfield-impl v0.13.1
36852026-09-04T17:08:28.402Z[ helios-setup] Sep 04 17:08:27.120 INFO E| Downloaded log v0.4.27
36862026-09-04T17:08:28.402Z[ helios-setup] Sep 04 17:08:27.122 INFO E| Downloaded modular-bitfield v0.13.1
36872026-09-04T17:08:28.408Z[ helios-setup] Sep 04 17:08:27.127 INFO E| Downloaded modular-bitfield v0.11.2
36882026-09-04T17:08:28.414Z[ helios-setup] Sep 04 17:08:27.133 INFO E| Downloaded pest_derive v2.8.0
36892026-09-04T17:08:28.417Z[ helios-setup] Sep 04 17:08:27.135 INFO E| Downloaded pest_meta v2.8.0
36902026-09-04T17:08:28.417Z[ helios-setup] Sep 04 17:08:27.136 INFO E| Downloaded structopt v0.3.26
36912026-09-04T17:08:28.421Z[ helios-setup] Sep 04 17:08:27.141 INFO E| Downloaded typenum v1.18.0
36922026-09-04T17:08:28.429Z[ helios-setup] Sep 04 17:08:27.148 INFO E| Downloaded zerocopy-derive v0.8.25
36932026-09-04T17:08:28.436Z[ helios-setup] Sep 04 17:08:27.156 INFO E| Downloaded pest v2.8.0
36942026-09-04T17:08:28.448Z[ helios-setup] Sep 04 17:08:27.166 INFO E| Downloaded zerocopy v0.8.25
36952026-09-04T17:08:28.456Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36962026-09-04T17:08:28.462Z[ helios-setup] Sep 04 17:08:27.178 INFO E| Downloaded goblin v0.9.3
36972026-09-04T17:08:28.464Z[ helios-setup] Sep 04 17:08:27.182 INFO E| Downloaded clap v2.34.0
36982026-09-04T17:08:28.523Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling proc-macro2 v1.0.95
36992026-09-04T17:08:28.523Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling unicode-ident v1.0.18
37002026-09-04T17:08:28.523Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling memchr v2.7.4
37012026-09-04T17:08:28.526Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling autocfg v1.4.0
37022026-09-04T17:08:28.526Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling thiserror v2.0.12
37032026-09-04T17:08:28.526Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling syn v1.0.109
37042026-09-04T17:08:28.526Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling serde v1.0.219
37052026-09-04T17:08:28.526Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling version_check v0.9.5
37062026-09-04T17:08:28.526Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling serde_json v1.0.140
37072026-09-04T17:08:28.526Z[ helios-setup] Sep 04 17:08:27.242 INFO E| Compiling ryu v1.0.20
37082026-09-04T17:08:28.572Z[ helios-setup] Sep 04 17:08:27.291 INFO E| Compiling schemars v0.8.22
37092026-09-04T17:08:28.576Z[ helios-setup] Sep 04 17:08:27.291 INFO E| Compiling itoa v1.0.15
37102026-09-04T17:08:28.576Z[ helios-setup] Sep 04 17:08:27.291 INFO E| Compiling libc v0.2.172
37112026-09-04T17:08:28.576Z[ helios-setup] Sep 04 17:08:27.291 INFO E| Compiling static_assertions v1.1.0
37122026-09-04T17:08:28.576Z[ helios-setup] Sep 04 17:08:27.292 INFO E| Compiling zerocopy v0.8.25
37132026-09-04T17:08:28.576Z[ helios-setup] Sep 04 17:08:27.292 INFO E| Compiling paste v1.0.15
37142026-09-04T17:08:29.341Z[ helios-setup] Sep 04 17:08:28.061 INFO E| Compiling dyn-clone v1.0.19
37152026-09-04T17:08:29.359Z[ helios-setup] Sep 04 17:08:28.078 INFO E| Compiling ucd-trie v0.1.7
37162026-09-04T17:08:29.365Z[ helios-setup] Sep 04 17:08:28.084 INFO E| Compiling num-traits v0.2.19
37172026-09-04T17:08:29.491Z[ helios-setup] Sep 04 17:08:28.210 INFO E| Compiling memoffset v0.9.1
37182026-09-04T17:08:29.559Z[ helios-setup] Sep 04 17:08:28.278 INFO E| Compiling proc-macro-error-attr v1.0.4
37192026-09-04T17:08:29.693Z[ helios-setup] Sep 04 17:08:28.413 INFO E| Compiling rustversion v1.0.20
37202026-09-04T17:08:29.735Z[ helios-setup] Sep 04 17:08:28.454 INFO E| Compiling proc-macro-error v1.0.4
37212026-09-04T17:08:29.777Z[ helios-setup] Sep 04 17:08:28.496 INFO E| Compiling once_cell v1.21.3
37222026-09-04T17:08:29.983Z[ helios-setup] Sep 04 17:08:28.701 INFO E| Compiling heck v0.5.0
37232026-09-04T17:08:30.053Z[ helios-setup] Sep 04 17:08:28.772 INFO E| Compiling unicode-segmentation v1.12.0
37242026-09-04T17:08:30.062Z[ helios-setup] Sep 04 17:08:28.780 INFO E| Compiling unicode-width v0.1.14
37252026-09-04T17:08:30.163Z[ helios-setup] Sep 04 17:08:28.883 INFO E| Compiling ansi_term v0.12.1
37262026-09-04T17:08:30.246Z[ helios-setup] Sep 04 17:08:28.965 INFO E| Compiling quote v1.0.40
37272026-09-04T17:08:30.252Z[ helios-setup] Sep 04 17:08:28.971 INFO E| Compiling fletcher v1.0.0
37282026-09-04T17:08:30.332Z[ helios-setup] Sep 04 17:08:29.042 INFO E| Compiling strsim v0.8.0
37292026-09-04T17:08:30.368Z[ helios-setup] Sep 04 17:08:29.087 INFO E| Compiling vec_map v0.8.2
37302026-09-04T17:08:30.420Z[ helios-setup] Sep 04 17:08:29.132 INFO E| Compiling unic-common v0.9.0
37312026-09-04T17:08:30.443Z[ helios-setup] Sep 04 17:08:29.162 INFO E| Compiling atty v0.2.14
37322026-09-04T17:08:30.542Z[ helios-setup] Sep 04 17:08:29.261 INFO E| Compiling byteorder v1.5.0
37332026-09-04T17:08:30.545Z[ helios-setup] Sep 04 17:08:29.261 INFO E| Compiling unic-char-range v0.9.0
37342026-09-04T17:08:30.566Z[ helios-setup] Sep 04 17:08:29.285 INFO E| Compiling strum v0.27.1
37352026-09-04T17:08:30.572Z[ helios-setup] Sep 04 17:08:29.291 INFO E| Compiling bitflags v1.3.2
37362026-09-04T17:08:30.575Z[ helios-setup] Sep 04 17:08:29.291 INFO E| Compiling unic-ucd-version v0.9.0
37372026-09-04T17:08:30.608Z[ helios-setup] Sep 04 17:08:29.327 INFO E| Compiling lazy_static v1.5.0
37382026-09-04T17:08:30.659Z[ helios-setup] Sep 04 17:08:29.378 INFO E| Compiling textwrap v0.11.0
37392026-09-04T17:08:30.688Z[ helios-setup] Sep 04 17:08:29.407 INFO E| Compiling unic-char-property v0.9.0
37402026-09-04T17:08:30.708Z[ helios-setup] Sep 04 17:08:29.428 INFO E| Compiling syn v2.0.101
37412026-09-04T17:08:30.730Z[ helios-setup] Sep 04 17:08:29.450 INFO E| Compiling log v0.4.27
37422026-09-04T17:08:30.764Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-09-04T17:08:30.789Z[ helios-setup] Sep 04 17:08:29.508 INFO E| Compiling plain v0.2.3
37442026-09-04T17:08:30.789Z[ helios-setup] Sep 04 17:08:29.508 INFO E| Compiling unic-ucd-ident v0.9.0
37452026-09-04T17:08:30.823Z[ helios-setup] Sep 04 17:08:29.542 INFO E| Compiling heck v0.3.3
37462026-09-04T17:08:30.829Z[ helios-setup] Sep 04 17:08:29.548 INFO E| Compiling bytesize v2.0.1
37472026-09-04T17:08:30.882Z[ helios-setup] Sep 04 17:08:29.601 INFO E| Compiling clap v2.34.0
37482026-09-04T17:08:31.222Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37492026-09-04T17:08:31.322Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37502026-09-04T17:08:31.358Z[ helios-setup] Sep 04 17:08:30.076 INFO E| Compiling parse_int v0.9.0
37512026-09-04T17:08:31.450Z[ host-package] Compiling nix v0.27.1
37522026-09-04T17:08:31.646Z[ host-package] Compiling twox-hash v2.1.2
37532026-09-04T17:08:31.678Z[ host-package] Compiling libsw-core v0.3.2
37542026-09-04T17:08:31.869Z[ host-package] Compiling serde_bytes v0.11.19
37552026-09-04T17:08:32.141Z[ host-package] Compiling atty v0.2.14
37562026-09-04T17:08:32.236Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37572026-09-04T17:08:32.239Z[ host-package] Compiling libsw v3.5.0
37582026-09-04T17:08:32.367Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37592026-09-04T17:08:32.461Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37602026-09-04T17:08:32.518Z[ host-package] Compiling tokio-tungstenite v0.23.1
37612026-09-04T17:08:32.632Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37622026-09-04T17:08:32.846Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37632026-09-04T17:08:32.962Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37642026-09-04T17:08:33.419Z[ helios-setup] Sep 04 17:08:32.138 INFO E| Compiling serde_derive_internals v0.29.1
37652026-09-04T17:08:33.843Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37662026-09-04T17:08:33.940Z[ helios-setup] Sep 04 17:08:32.659 INFO E| Compiling modular-bitfield-impl v0.11.2
37672026-09-04T17:08:33.940Z[ helios-setup] Sep 04 17:08:32.659 INFO E| Compiling structopt-derive v0.4.18
37682026-09-04T17:08:34.605Z[ helios-setup] Sep 04 17:08:33.322 INFO E| Compiling thiserror-impl v2.0.12
37692026-09-04T17:08:34.609Z[ helios-setup] Sep 04 17:08:33.322 INFO E| Compiling serde_derive v1.0.219
37702026-09-04T17:08:34.609Z[ helios-setup] Sep 04 17:08:33.322 INFO E| Compiling schemars_derive v0.8.22
37712026-09-04T17:08:34.609Z[ helios-setup] Sep 04 17:08:33.322 INFO E| Compiling zerocopy-derive v0.8.25
37722026-09-04T17:08:34.609Z[ helios-setup] Sep 04 17:08:33.322 INFO E| Compiling modular-bitfield-impl v0.13.1
37732026-09-04T17:08:34.609Z[ helios-setup] Sep 04 17:08:33.323 INFO E| Compiling num-derive v0.4.2
37742026-09-04T17:08:34.609Z[ helios-setup] Sep 04 17:08:33.323 INFO E| Compiling strum_macros v0.27.1
37752026-09-04T17:08:34.609Z[ helios-setup] Sep 04 17:08:33.323 INFO E| Compiling scroll_derive v0.12.1
37762026-09-04T17:08:35.937Z[ helios-setup] Sep 04 17:08:34.656 INFO E| Compiling scroll v0.12.0
37772026-09-04T17:08:35.965Z[ helios-setup] Sep 04 17:08:34.683 INFO E| Compiling modular-bitfield v0.11.2
37782026-09-04T17:08:36.166Z[ helios-setup] Sep 04 17:08:34.880 INFO E| Compiling structopt v0.3.26
37792026-09-04T17:08:36.220Z[ helios-setup] Sep 04 17:08:34.938 INFO E| Compiling goblin v0.9.3
37802026-09-04T17:08:36.236Z[ helios-setup] Sep 04 17:08:34.955 INFO E| Compiling modular-bitfield v0.13.1
37812026-09-04T17:08:36.499Z[ helios-setup] Sep 04 17:08:35.218 INFO E| Compiling pest v2.8.0
37822026-09-04T17:08:37.866Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37832026-09-04T17:08:37.990Z[ helios-setup] Sep 04 17:08:36.709 INFO E| Compiling pest_meta v2.8.0
37842026-09-04T17:08:38.799Z[ helios-setup] Sep 04 17:08:37.517 INFO E| Compiling pest_generator v2.8.0
37852026-09-04T17:08:38.997Z[ host-package] Compiling slog-stdlog v4.1.1
37862026-09-04T17:08:39.030Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37872026-09-04T17:08:39.141Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37882026-09-04T17:08:39.554Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37892026-09-04T17:08:39.842Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37902026-09-04T17:08:39.889Z[ helios-setup] Sep 04 17:08:38.608 INFO E| Compiling pest_derive v2.8.0
37912026-09-04T17:08:39.917Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37922026-09-04T17:08:39.998Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37932026-09-04T17:08:40.095Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37942026-09-04T17:08:41.265Z[ helios-setup] Sep 04 17:08:39.984 INFO E| Compiling json5 v0.4.1
37952026-09-04T17:08:42.543Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37962026-09-04T17:08:42.977Z[ helios-setup] Sep 04 17:08:41.696 INFO E| Compiling four-cc v0.4.0
37972026-09-04T17:08:42.977Z[ helios-setup] Sep 04 17:08:41.696 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37982026-09-04T17:08:43.174Z[ helios-setup] Sep 04 17:08:41.894 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37992026-09-04T17:08:43.890Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38002026-09-04T17:08:44.651Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38012026-09-04T17:08:44.957Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38022026-09-04T17:08:45.407Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38032026-09-04T17:08:46.357Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38042026-09-04T17:08:48.348Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38052026-09-04T17:08:49.449Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38062026-09-04T17:08:49.832Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38072026-09-04T17:08:52.225Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38082026-09-04T17:08:52.398Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38092026-09-04T17:08:52.641Z[ host-package] Compiling signal-hook-tokio v0.3.1
38102026-09-04T17:08:52.933Z[ host-package] Compiling fatfs v0.3.6
38112026-09-04T17:08:53.595Z[ host-package] Compiling yasna v0.5.2
38122026-09-04T17:08:53.635Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38132026-09-04T17:08:54.446Z[ host-package] Compiling assert_matches v1.5.0
38142026-09-04T17:08:54.517Z[ host-package] Compiling seq-macro v0.3.6
38152026-09-04T17:08:54.608Z[ host-package] Compiling rcgen v0.12.1
38162026-09-04T17:08:55.305Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38172026-09-04T17:08:55.370Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38182026-09-04T17:08:56.386Z[ host-package] Compiling slog-envlogger v2.2.0
38192026-09-04T17:08:57.426Z[ host-package] Compiling oxide-update-engine-display v0.1.2
38202026-09-04T17:08:57.594Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38212026-09-04T17:08:57.945Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38222026-09-04T17:08:58.432Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38232026-09-04T17:08:58.679Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38242026-09-04T17:08:58.883Z[ helios-setup] Sep 04 17:08:57.542 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
38252026-09-04T17:08:58.964Z[ host-package] Compiling port-file v0.1.0
38262026-09-04T17:08:59.366Z[ host-package] Compiling subprocess v0.2.15
38272026-09-04T17:08:59.420Z[ host-package] Compiling rtoolbox v0.0.3
38282026-09-04T17:08:59.809Z[ host-package] Compiling rpassword v7.5.4
38292026-09-04T17:09:00.016Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38302026-09-04T17:09:00.545Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38312026-09-04T17:09:01.722Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38322026-09-04T17:09:01.895Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38332026-09-04T17:09:02.070Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38342026-09-04T17:09:02.496Z[ helios-setup] Sep 04 17:09:01.207 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
38352026-09-04T17:09:04.310Z[ host-package] Compiling tui-tree-widget v0.23.1
38362026-09-04T17:09:04.547Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38372026-09-04T17:09:05.119Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38382026-09-04T17:09:06.119Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38392026-09-04T17:09:08.273Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38402026-09-04T17:09:08.643Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38412026-09-04T17:09:08.928Z[ host-package] Compiling uzers v0.12.2
38422026-09-04T17:09:09.254Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38432026-09-04T17:09:09.704Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38442026-09-04T17:09:10.482Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38452026-09-04T17:09:10.632Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38462026-09-04T17:09:11.259Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38472026-09-04T17:09:13.188Z[ host-package] Compiling support-bundle-viewer v0.1.2
38482026-09-04T17:09:13.684Z[ host-package] Compiling multimap v0.10.1
38492026-09-04T17:09:15.831Z[ helios-setup] Sep 04 17:09:14.550 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.80s
38502026-09-04T17:09:15.868Z[ helios-setup] Sep 04 17:09:14.587 INFO building project "amd-host-image-builder" ok (48 seconds)
38512026-09-04T17:09:15.872Z[ helios-setup] rm -f helios-build
38522026-09-04T17:09:15.872Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38532026-09-04T17:09:15.875Z[ helios-setup]
38542026-09-04T17:09:15.875Z[ helios-setup] Setup complete! ./helios-build is now available.
38552026-09-04T17:09:15.878Z[ helios-setup]
38562026-09-04T17:09:15.878Z[ helios-setup]
38572026-09-04T17:09:15.878Z[ helios-setup] real 3:05.818541828
38582026-09-04T17:09:15.878Z[ helios-setup] user 7:11.011030087
38592026-09-04T17:09:15.878Z[ helios-setup] sys 1:18.695219960
38602026-09-04T17:09:15.878Z[ helios-setup] trap 0.556961982
38612026-09-04T17:09:15.878Z[ helios-setup] tflt 2.479221993
38622026-09-04T17:09:15.878Z[ helios-setup] dflt 7.914818344
38632026-09-04T17:09:15.878Z[ helios-setup] kflt 0.004275467
38642026-09-04T17:09:15.878Z[ helios-setup] lock 57:51.691758237
38652026-09-04T17:09:15.878Z[ helios-setup] slp 38:00.367651652
38662026-09-04T17:09:15.878Z[ helios-setup] lat 7:00.897049747
38672026-09-04T17:09:15.878Z[ helios-setup] stop 1:48.807648127
38682026-09-04T17:09:15.878ZSep 04 17:09:14.596 INFO [helios-setup] process exited with exit status: 0 (185.821616658s)
38692026-09-04T17:09:15.878ZSep 04 17:09:14.597 INFO [helios-record] running task
38702026-09-04T17:09:15.882ZSep 04 17:09:14.597 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38712026-09-04T17:09:15.885ZSep 04 17:09:14.601 DEBG process exited with exit status: 0 (4.40267ms)
38722026-09-04T17:09:15.885ZSep 04 17:09:14.601 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38732026-09-04T17:09:15.888ZSep 04 17:09:14.605 DEBG process exited with exit status: 0 (3.79546ms)
38742026-09-04T17:09:15.888ZSep 04 17:09:14.605 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38752026-09-04T17:09:15.891ZSep 04 17:09:14.608 DEBG process exited with exit status: 0 (3.35739ms)
38762026-09-04T17:09:15.891ZSep 04 17:09:14.608 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38772026-09-04T17:09:15.894ZSep 04 17:09:14.612 DEBG process exited with exit status: 0 (3.31574ms)
38782026-09-04T17:09:15.894ZSep 04 17:09:14.612 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38792026-09-04T17:09:15.897ZSep 04 17:09:14.615 DEBG process exited with exit status: 0 (3.22453ms)
38802026-09-04T17:09:15.897ZSep 04 17:09:14.615 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38812026-09-04T17:09:15.901ZSep 04 17:09:14.618 DEBG process exited with exit status: 0 (3.33417ms)
38822026-09-04T17:09:15.901ZSep 04 17:09:14.618 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38832026-09-04T17:09:15.904ZSep 04 17:09:14.621 DEBG process exited with exit status: 0 (3.15274ms)
38842026-09-04T17:09:15.904ZSep 04 17:09:14.621 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38852026-09-04T17:09:15.908ZSep 04 17:09:14.624 DEBG process exited with exit status: 0 (3.06507ms)
38862026-09-04T17:09:15.908ZSep 04 17:09:14.625 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38872026-09-04T17:09:15.911ZSep 04 17:09:14.628 DEBG process exited with exit status: 0 (3.13322ms)
38882026-09-04T17:09:15.911ZSep 04 17:09:14.628 INFO [helios-record] task succeeded (31.48074ms)
38892026-09-04T17:09:23.314Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38902026-09-04T17:09:26.343Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38912026-09-04T17:09:28.292Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38922026-09-04T17:09:33.986Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38932026-09-04T17:09:34.521Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38942026-09-04T17:17:15.191Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 23s
38952026-09-04T17:17:15.195Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38962026-09-04T17:17:15.195Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38972026-09-04T17:18:07.533ZSep 04 17:18:06.245 INFO [host-package] process exited with exit status: 0 (676.184639228s)
38982026-09-04T17:18:07.533ZSep 04 17:18:06.245 INFO [host-libraries] running task
38992026-09-04T17:18:07.533ZSep 04 17:18:06.245 INFO [host-stamp] running task
39002026-09-04T17:18:07.537ZSep 04 17:18:06.248 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+gitd6121683ebb
39012026-09-04T17:18:07.537ZSep 04 17:18:06.248 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+gitd6121683ebb
39022026-09-04T17:18:07.537ZSep 04 17:18:06.248 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+gitd6121683ebb
39032026-09-04T17:18:07.537ZSep 04 17:18:06.249 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+gitd6121683ebb
39042026-09-04T17:18:07.537ZSep 04 17:18:06.249 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+gitd6121683ebb
39052026-09-04T17:18:07.538ZSep 04 17:18:06.249 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+gitd6121683ebb
39062026-09-04T17:18:07.538ZSep 04 17:18:06.249 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+gitd6121683ebb
39072026-09-04T17:18:07.541ZSep 04 17:18:06.250 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+gitd6121683ebb
39082026-09-04T17:18:07.546Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-09-04T17:18:07.546Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-09-04T17:18:07.549Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-09-04T17:18:07.549Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39122026-09-04T17:18:07.549Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39132026-09-04T17:18:07.550Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39142026-09-04T17:18:07.550Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39152026-09-04T17:18:07.550Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39162026-09-04T17:18:07.550Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39172026-09-04T17:18:07.554ZSep 04 17:18:06.263 INFO [stamp-overlay] process exited with exit status: 0 (14.60454ms)
39182026-09-04T17:18:07.558Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39192026-09-04T17:18:07.562ZSep 04 17:18:06.274 INFO [stamp-oxlog] process exited with exit status: 0 (24.85407ms)
39202026-09-04T17:18:07.600Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39212026-09-04T17:18:07.604ZSep 04 17:18:06.316 INFO [stamp-crucible-utils] process exited with exit status: 0 (66.29939ms)
39222026-09-04T17:18:07.623Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39232026-09-04T17:18:07.627ZSep 04 17:18:06.339 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (89.34739ms)
39242026-09-04T17:18:07.737Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39252026-09-04T17:18:07.741ZSep 04 17:18:06.453 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (205.63912ms)
39262026-09-04T17:18:08.098Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39272026-09-04T17:18:08.104ZSep 04 17:18:06.813 INFO [stamp-propolis-server] process exited with exit status: 0 (564.448638ms)
39282026-09-04T17:18:08.167Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39292026-09-04T17:18:08.172ZSep 04 17:18:06.883 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (633.926178ms)
39302026-09-04T17:18:09.354ZSep 04 17:18:08.067 INFO [host-libraries] task succeeded (1.821404786s)
39312026-09-04T17:18:09.381ZSep 04 17:18:08.067 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39322026-09-04T17:18:09.381Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39332026-09-04T17:18:10.363Z[recovery-package] Compiling rand_chacha v0.3.1
39342026-09-04T17:18:10.634Z[recovery-package] Compiling rand v0.8.6
39352026-09-04T17:18:11.013Z[recovery-package] Compiling num-bigint-dig v0.8.6
39362026-09-04T17:18:11.697Z[recovery-package] Compiling rsa v0.9.10
39372026-09-04T17:18:12.086Z[recovery-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
39382026-09-04T17:18:12.902Z[recovery-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
39392026-09-04T17:18:13.311Z[recovery-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
39402026-09-04T17:18:14.149Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39412026-09-04T17:18:14.406Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
39422026-09-04T17:18:14.406Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39432026-09-04T17:18:14.409Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
39442026-09-04T17:18:14.409Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39452026-09-04T17:18:14.409Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39462026-09-04T17:18:14.409Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39472026-09-04T17:18:14.410Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39482026-09-04T17:18:14.420Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39492026-09-04T17:18:14.423Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39502026-09-04T17:18:14.531Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39512026-09-04T17:18:14.696Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39522026-09-04T17:18:14.700Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39532026-09-04T17:18:14.704ZSep 04 17:18:13.416 INFO [stamp-switch-asic] process exited with exit status: 0 (7.167618696s)
39542026-09-04T17:18:14.707ZSep 04 17:18:13.416 INFO [host-stamp] task succeeded (7.170798226s)
39552026-09-04T17:18:14.707ZSep 04 17:18:13.416 INFO [host-proto] running task
39562026-09-04T17:18:14.818Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
39572026-09-04T17:18:14.960Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39582026-09-04T17:18:15.267ZSep 04 17:18:13.980 INFO [host-proto] task succeeded (563.395498ms)
39592026-09-04T17:18:15.268ZSep 04 17:18:13.980 INFO [host-profile] running task
39602026-09-04T17:18:15.271ZSep 04 17:18:13.980 INFO [host-profile] task succeeded (245.13µs)
39612026-09-04T17:18:15.271ZSep 04 17:18:13.980 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/.tmpMIfNqd/proto/host/root -N 'ci d612168/${os_short_commit} 2026-09-04 17:06' -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/'
39622026-09-04T17:18:15.275Z[ host-image] Sep 04 17:18:13.986 INFO Checking files for board 'gimlet'
39632026-09-04T17:18:15.275Z[ host-image] Sep 04 17:18:13.986 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39642026-09-04T17:18:15.275Z[ host-image] Sep 04 17:18:13.986 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39652026-09-04T17:18:15.275Z[ host-image] Sep 04 17:18:13.986 INFO Checking files for board 'cosmo'
39662026-09-04T17:18:15.276Z[ host-image] Sep 04 17:18:13.986 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39672026-09-04T17:18:15.276Z[ host-image] Sep 04 17:18:13.986 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39682026-09-04T17:18:15.276Z[ host-image] Sep 04 17:18:13.986 INFO Checking files for board 'cosmo-mbist-noaggr'
39692026-09-04T17:18:15.276Z[ host-image] Sep 04 17:18:13.986 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39702026-09-04T17:18:15.276Z[ host-image] Sep 04 17:18:13.987 INFO Checking files for board 'cosmo-mbist'
39712026-09-04T17:18:15.276Z[ host-image] Sep 04 17:18:13.987 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39722026-09-04T17:18:15.284Z[ host-image] Sep 04 17:18:13.996 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpMIfNqd/proto/host/root"
39732026-09-04T17:18:15.288Z[ host-image] Sep 04 17:18:13.996 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39742026-09-04T17:18:15.288Z[ host-image] Sep 04 17:18:13.996 INFO image builder template: ramdisk-01-os...
39752026-09-04T17:18:15.288Z[ host-image] Sep 04 17:18:13.996 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/.tmpMIfNqd/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
39762026-09-04T17:18:15.299Z[ host-image] Sep 04 17:18:14.011 INFO O| Sep 04 17:18:14.011 INFO CREATE DATASET: rpool/images/build/host/output
39772026-09-04T17:18:16.584Z[ host-image] Sep 04 17:18:15.296 INFO O| Sep 04 17:18:15.296 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39782026-09-04T17:18:16.588Z[ host-image] Sep 04 17:18:15.299 INFO O| Sep 04 17:18:15.299 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39792026-09-04T17:18:16.806Z[ host-image] Sep 04 17:18:15.518 INFO O| Sep 04 17:18:15.518 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39802026-09-04T17:18:16.869Z[ host-image] Sep 04 17:18:15.581 INFO O| Sep 04 17:18:15.581 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39812026-09-04T17:18:16.870Z[ host-image] Sep 04 17:18:15.581 INFO O| Sep 04 17:18:15.581 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39822026-09-04T17:18:16.873Z[ host-image] Sep 04 17:18:15.581 INFO O| Sep 04 17:18:15.581 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39832026-09-04T17:18:16.873Z[ host-image] Sep 04 17:18:15.581 INFO O| Sep 04 17:18:15.581 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39842026-09-04T17:18:16.877Z[ host-image] Sep 04 17:18:15.587 INFO O| Sep 04 17:18:15.587 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39852026-09-04T17:18:17.097Z[ host-image] Sep 04 17:18:15.809 INFO O| Sep 04 17:18:15.809 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-09-04T17:18:17.104Z[ host-image] Sep 04 17:18:15.816 INFO O| Sep 04 17:18:15.816 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39872026-09-04T17:18:17.384Z[ host-image] Sep 04 17:18:16.096 INFO O| Sep 04 17:18:16.096 INFO O| Caching catalogs ... Done
39882026-09-04T17:18:17.477Z[ host-image] Sep 04 17:18:16.189 INFO O| Sep 04 17:18:16.188 INFO STEP 0 (pkg_image_create) COMPLETE
39892026-09-04T17:18:17.477Z[ host-image] Sep 04 17:18:16.189 INFO O| Sep 04 17:18:16.189 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39902026-09-04T17:18:17.484Z[ host-image] Sep 04 17:18:16.196 INFO O| Sep 04 17:18:16.196 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"]
39912026-09-04T17:18:17.760Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO STEP 1 (pkg_set_publisher) COMPLETE
39922026-09-04T17:18:17.760Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39932026-09-04T17:18:17.760Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO skip step because feature "publisher_1_name" is not enabled
39942026-09-04T17:18:17.760Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39952026-09-04T17:18:17.764Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO skip step because feature "publisher_2_name" is not enabled
39962026-09-04T17:18:17.764Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-09-04T17:18:17.764Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO skip step because feature "publisher_3_name" is not enabled
39982026-09-04T17:18:17.764Z[ host-image] Sep 04 17:18:16.472 INFO O| Sep 04 17:18:16.472 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-09-04T17:18:18.023Z[ host-image] Sep 04 17:18:16.735 INFO O| Sep 04 17:18:16.735 INFO variant opensolaris.zone is already global
40002026-09-04T17:18:18.023Z[ host-image] Sep 04 17:18:16.735 INFO O| Sep 04 17:18:16.735 INFO STEP 5 (pkg_change_variant) COMPLETE
40012026-09-04T17:18:18.023Z[ host-image] Sep 04 17:18:16.735 INFO O| Sep 04 17:18:16.735 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40022026-09-04T17:18:18.271Z[ host-image] Sep 04 17:18:16.982 INFO O| Sep 04 17:18:16.982 INFO variant opensolaris.imagetype is full; changing to partial
40032026-09-04T17:18:18.271Z[ host-image] Sep 04 17:18:16.982 INFO O| Sep 04 17:18:16.982 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40042026-09-04T17:18:18.338Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40052026-09-04T17:18:18.338Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40062026-09-04T17:18:20.350Z[ host-image] Sep 04 17:18:19.062 INFO O| Sep 04 17:18:19.062 INFO O| Startup: Refreshing catalog 'helios' ... Done
40072026-09-04T17:18:20.812Z[ host-image] Sep 04 17:18:19.521 INFO O| Sep 04 17:18:19.521 INFO O| Startup: Caching catalogs ... Done
40082026-09-04T17:18:20.828Z[ host-image] Sep 04 17:18:19.539 INFO O| Sep 04 17:18:19.539 INFO O| Planning: Planning completed in 0.00 seconds
40092026-09-04T17:18:20.831Z[ host-image] Sep 04 17:18:19.539 INFO O| Sep 04 17:18:19.539 INFO O| Planning: Consolidating action changes ... Done
40102026-09-04T17:18:20.832Z[ host-image] Sep 04 17:18:19.539 INFO O| Sep 04 17:18:19.539 INFO O| Planning: Evaluating mediators ... Done
40112026-09-04T17:18:20.832Z[ host-image] Sep 04 17:18:19.540 INFO O| Sep 04 17:18:19.540 INFO O| Planning: Planning completed in 0.00 seconds
40122026-09-04T17:18:20.832Z[ host-image] Sep 04 17:18:19.540 INFO O| Sep 04 17:18:19.540 INFO O| Variants/Facets to change: 1
40132026-09-04T17:18:20.836Z[ host-image] Sep 04 17:18:19.549 INFO O| Sep 04 17:18:19.548 INFO O| Finalize: Updating package state database ... Done
40142026-09-04T17:18:20.837Z[ host-image] Sep 04 17:18:19.549 INFO O| Sep 04 17:18:19.549 INFO O| Finalize: Updating package cache ... Done
40152026-09-04T17:18:20.908Z[ host-image] Sep 04 17:18:19.620 INFO O| Sep 04 17:18:19.620 INFO O| Finalize: Updating image state ... Done
40162026-09-04T17:18:20.922Z[ host-image] Sep 04 17:18:19.634 INFO O| Sep 04 17:18:19.634 INFO O| Finalize: Creating fast lookup database ... Done
40172026-09-04T17:18:20.925Z[ host-image] Sep 04 17:18:19.635 INFO O| Sep 04 17:18:19.635 INFO O| Finalize: Reading search index ... Done
40182026-09-04T17:18:20.926Z[ host-image] Sep 04 17:18:19.635 INFO O| Sep 04 17:18:19.635 INFO O| Finalize: Updating search index ... Done
40192026-09-04T17:18:20.926Z[ host-image] Sep 04 17:18:19.636 INFO O| Sep 04 17:18:19.636 INFO O| Finalize: Updating package cache ... Done
40202026-09-04T17:18:21.134Z[ host-image] Sep 04 17:18:19.846 INFO O| Sep 04 17:18:19.846 INFO STEP 6 (pkg_change_variant) COMPLETE
40212026-09-04T17:18:21.134Z[ host-image] Sep 04 17:18:19.846 INFO O| Sep 04 17:18:19.846 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40222026-09-04T17:18:21.134Z[ host-image] Sep 04 17:18:19.846 INFO O| Sep 04 17:18:19.846 INFO skip step because feature "debug_variant" is not enabled
40232026-09-04T17:18:21.138Z[ host-image] Sep 04 17:18:19.846 INFO O| Sep 04 17:18:19.846 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40242026-09-04T17:18:21.387Z[ host-image] Sep 04 17:18:20.098 INFO O| Sep 04 17:18:20.098 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40252026-09-04T17:18:23.170Z[ host-image] Sep 04 17:18:21.881 INFO O| Sep 04 17:18:21.881 INFO O| Startup: Refreshing catalog 'helios' ... Done
40262026-09-04T17:18:23.619Z[ host-image] Sep 04 17:18:22.331 INFO O| Sep 04 17:18:22.331 INFO O| Startup: Caching catalogs ... Done
40272026-09-04T17:18:23.634Z[ host-image] Sep 04 17:18:22.346 INFO O| Sep 04 17:18:22.346 INFO O| Planning: Planning completed in 0.00 seconds
40282026-09-04T17:18:23.638Z[ host-image] Sep 04 17:18:22.347 INFO O| Sep 04 17:18:22.347 INFO O| Planning: Consolidating action changes ... Done
40292026-09-04T17:18:23.639Z[ host-image] Sep 04 17:18:22.347 INFO O| Sep 04 17:18:22.347 INFO O| Planning: Evaluating mediators ... Done
40302026-09-04T17:18:23.639Z[ host-image] Sep 04 17:18:22.347 INFO O| Sep 04 17:18:22.347 INFO O| Planning: Planning completed in 0.00 seconds
40312026-09-04T17:18:23.639Z[ host-image] Sep 04 17:18:22.347 INFO O| Sep 04 17:18:22.347 INFO O| Variants/Facets to change: 1
40322026-09-04T17:18:23.643Z[ host-image] Sep 04 17:18:22.356 INFO O| Sep 04 17:18:22.356 INFO O| Finalize: Updating package state database ... Done
40332026-09-04T17:18:23.643Z[ host-image] Sep 04 17:18:22.356 INFO O| Sep 04 17:18:22.356 INFO O| Finalize: Updating package cache ... Done
40342026-09-04T17:18:23.716Z[ host-image] Sep 04 17:18:22.427 INFO O| Sep 04 17:18:22.427 INFO O| Finalize: Updating image state ... Done
40352026-09-04T17:18:23.728Z[ host-image] Sep 04 17:18:22.440 INFO O| Sep 04 17:18:22.440 INFO O| Finalize: Creating fast lookup database ... Done
40362026-09-04T17:18:23.732Z[ host-image] Sep 04 17:18:22.440 INFO O| Sep 04 17:18:22.440 INFO O| Finalize: Reading search index ... Done
40372026-09-04T17:18:23.732Z[ host-image] Sep 04 17:18:22.440 INFO O| Sep 04 17:18:22.440 INFO O| Finalize: Updating search index ... Done
40382026-09-04T17:18:23.732Z[ host-image] Sep 04 17:18:22.441 INFO O| Sep 04 17:18:22.441 INFO O| Finalize: Updating package cache ... Done
40392026-09-04T17:18:23.932Z[ host-image] Sep 04 17:18:22.644 INFO O| Sep 04 17:18:22.643 INFO STEP 8 (pkg_change_facet) COMPLETE
40402026-09-04T17:18:23.932Z[ host-image] Sep 04 17:18:22.644 INFO O| Sep 04 17:18:22.644 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-09-04T17:18:23.936Z[ host-image] Sep 04 17:18:22.644 INFO O| Sep 04 17:18:22.644 INFO skip step because feature "recovery" is not enabled
40422026-09-04T17:18:23.936Z[ host-image] Sep 04 17:18:22.644 INFO O| Sep 04 17:18:22.644 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40432026-09-04T17:18:23.936Z[ host-image] Sep 04 17:18:22.644 INFO O| Sep 04 17:18:22.644 INFO skip step because feature "recovery" is not enabled
40442026-09-04T17:18:23.936Z[ host-image] Sep 04 17:18:22.644 INFO O| Sep 04 17:18:22.644 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40452026-09-04T17:18:23.939Z[ host-image] Sep 04 17:18:22.651 INFO O| Sep 04 17:18:22.650 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"]
40462026-09-04T17:18:25.744Z[ host-image] Sep 04 17:18:24.456 INFO O| Sep 04 17:18:24.455 INFO O| Startup: Refreshing catalog 'helios' ... Done
40472026-09-04T17:18:26.198Z[ host-image] Sep 04 17:18:24.909 INFO O| Sep 04 17:18:24.909 INFO O| Startup: Caching catalogs ... Done
40482026-09-04T17:18:27.948Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40492026-09-04T17:18:28.890Z[ host-image] Sep 04 17:18:27.602 INFO O| Sep 04 17:18:27.602 INFO O| Planning: Solver setup ... Done
40502026-09-04T17:18:28.907Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40512026-09-04T17:18:28.907Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40522026-09-04T17:18:29.188Z[ host-image] Sep 04 17:18:27.900 INFO O| Sep 04 17:18:27.900 INFO O| Planning: Running solver ... Done
40532026-09-04T17:18:29.241Z[ host-image] Sep 04 17:18:27.953 INFO O| Sep 04 17:18:27.953 INFO O| Planning: Finding local manifests ... Done
40542026-09-04T17:18:29.262Z[ host-image] Sep 04 17:18:27.972 INFO O| Sep 04 17:18:27.972 INFO O| Planning: Fetching manifests: 0/130 0% complete
40552026-09-04T17:18:31.347Z[ host-image] Sep 04 17:18:30.059 INFO O| Sep 04 17:18:30.059 INFO O| Planning: Fetching manifests: 130/130 100% complete
40562026-09-04T17:18:31.387Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40572026-09-04T17:18:31.387Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40582026-09-04T17:18:31.920Z[ host-image] Sep 04 17:18:30.632 INFO O| Sep 04 17:18:30.632 INFO O| Planning: Package planning ... Done
40592026-09-04T17:18:32.250Z[ host-image] Sep 04 17:18:30.962 INFO O| Sep 04 17:18:30.962 INFO O| Planning: Merging actions ... Done
40602026-09-04T17:18:32.379Z[ host-image] Sep 04 17:18:31.091 INFO O| Sep 04 17:18:31.090 INFO O| Planning: Checking for conflicting actions ... Done
40612026-09-04T17:18:32.490Z[ host-image] Sep 04 17:18:31.202 INFO O| Sep 04 17:18:31.202 INFO O| Planning: Consolidating action changes ... Done
40622026-09-04T17:18:32.594Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40632026-09-04T17:18:32.859Z[ host-image] Sep 04 17:18:31.571 INFO O| Sep 04 17:18:31.571 INFO O| Planning: Evaluating mediators ... Done
40642026-09-04T17:18:33.241Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40652026-09-04T17:18:34.335Z[ host-image] Sep 04 17:18:33.045 INFO O| Sep 04 17:18:33.045 INFO O| Planning: Planning completed in 8.12 seconds
40662026-09-04T17:18:34.343Z[ host-image] Sep 04 17:18:33.047 INFO O| Sep 04 17:18:33.047 INFO O| Packages to install: 130
40672026-09-04T17:18:34.343Z[ host-image] Sep 04 17:18:33.047 INFO O| Sep 04 17:18:33.047 INFO O| Mediators to change: 5
40682026-09-04T17:18:34.343Z[ host-image] Sep 04 17:18:33.047 INFO O| Sep 04 17:18:33.047 INFO O| Services to change: 6
40692026-09-04T17:18:34.369Z[ host-image] Sep 04 17:18:33.071 INFO O| Sep 04 17:18:33.071 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
40702026-09-04T17:18:39.360Z[ host-image] Sep 04 17:18:38.071 INFO O| Sep 04 17:18:38.071 INFO O| Download: 18813/23891 items 161.3/223.0MB 72% complete (32.3M/s)
40712026-09-04T17:18:40.620Z[ host-image] Sep 04 17:18:39.332 INFO O| Sep 04 17:18:39.332 INFO O| Download: Completed 223.04 MB in 6.26 seconds (35.5M/s)
40722026-09-04T17:18:40.963Z[ host-image] Sep 04 17:18:39.675 INFO O| Sep 04 17:18:39.675 INFO O| Actions: 1/54206 actions (Installing new actions)
40732026-09-04T17:18:45.965Z[ host-image] Sep 04 17:18:44.677 INFO O| Sep 04 17:18:44.677 INFO O| Actions: 25780/54206 actions (Installing new actions)
40742026-09-04T17:18:46.484Z[recovery-package] Finished `release` profile [optimized] target(s) in 37.00s
40752026-09-04T17:18:47.867Z[ host-image] Sep 04 17:18:46.578 INFO O| Sep 04 17:18:46.578 INFO O| Actions: Completed 54206 actions in 6.90 seconds.
40762026-09-04T17:18:47.946Z[ host-image] Sep 04 17:18:46.657 INFO O| Sep 04 17:18:46.657 INFO O| Finalize: Updating package state database ... Done
40772026-09-04T17:18:47.946Z[ host-image] Sep 04 17:18:46.657 INFO O| Sep 04 17:18:46.657 INFO O| Finalize: Updating package cache ... Done
40782026-09-04T17:18:48.072Z[ host-image] Sep 04 17:18:46.784 INFO O| Sep 04 17:18:46.783 INFO O| Finalize: Updating image state ... Done
40792026-09-04T17:18:48.091ZSep 04 17:18:46.803 INFO [recovery-package] process exited with exit status: 0 (38.736366322s)
40802026-09-04T17:18:48.091ZSep 04 17:18:46.803 INFO [recovery-libraries] running task
40812026-09-04T17:18:48.091ZSep 04 17:18:46.803 INFO [recovery-stamp] running task
40822026-09-04T17:18:48.095ZSep 04 17:18:46.804 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+gitd6121683ebb
40832026-09-04T17:18:48.095ZSep 04 17:18:46.804 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitd6121683ebb
40842026-09-04T17:18:48.100Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40852026-09-04T17:18:48.103Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40862026-09-04T17:18:48.149ZSep 04 17:18:46.860 INFO [recovery-libraries] task succeeded (57.19474ms)
40872026-09-04T17:18:48.152ZSep 04 17:18:46.861 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40882026-09-04T17:18:48.186Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40892026-09-04T17:18:48.190ZSep 04 17:18:46.902 INFO [stamp-installinator] process exited with exit status: 0 (97.44729ms)
40902026-09-04T17:18:48.242Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40912026-09-04T17:18:48.245ZSep 04 17:18:46.957 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.28824ms)
40922026-09-04T17:18:48.246ZSep 04 17:18:46.957 INFO [recovery-stamp] task succeeded (153.75037ms)
40932026-09-04T17:18:48.246ZSep 04 17:18:46.957 INFO [recovery-proto] running task
40942026-09-04T17:18:48.246ZSep 04 17:18:46.957 INFO [tuf-stamp] running task
40952026-09-04T17:18:48.250ZSep 04 17:18:46.958 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+gitd6121683ebb
40962026-09-04T17:18:48.250ZSep 04 17:18:46.958 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+gitd6121683ebb
40972026-09-04T17:18:48.250ZSep 04 17:18:46.958 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+gitd6121683ebb
40982026-09-04T17:18:48.250ZSep 04 17:18:46.959 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+gitd6121683ebb
40992026-09-04T17:18:48.250ZSep 04 17:18:46.959 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+gitd6121683ebb
41002026-09-04T17:18:48.250ZSep 04 17:18:46.960 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+gitd6121683ebb
41012026-09-04T17:18:48.250ZSep 04 17:18:46.960 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+gitd6121683ebb
41022026-09-04T17:18:48.250ZSep 04 17:18:46.960 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+gitd6121683ebb
41032026-09-04T17:18:48.250ZSep 04 17:18:46.961 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+gitd6121683ebb
41042026-09-04T17:18:48.250ZSep 04 17:18:46.961 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+gitd6121683ebb
41052026-09-04T17:18:48.250ZSep 04 17:18:46.961 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+gitd6121683ebb
41062026-09-04T17:18:48.250ZSep 04 17:18:46.962 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+gitd6121683ebb
41072026-09-04T17:18:48.254Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41082026-09-04T17:18:48.257Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41092026-09-04T17:18:48.257Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41102026-09-04T17:18:48.257Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41112026-09-04T17:18:48.257Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41122026-09-04T17:18:48.257Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41132026-09-04T17:18:48.257Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41142026-09-04T17:18:48.257Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41152026-09-04T17:18:48.257Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41162026-09-04T17:18:48.257Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41172026-09-04T17:18:48.261Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41182026-09-04T17:18:48.261Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41192026-09-04T17:18:48.304Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41202026-09-04T17:18:48.307ZSep 04 17:18:47.019 INFO [stamp-probe] process exited with exit status: 0 (59.96087ms)
41212026-09-04T17:18:48.373ZSep 04 17:18:47.084 INFO [recovery-proto] task succeeded (127.35688ms)
41222026-09-04T17:18:48.376ZSep 04 17:18:47.085 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/.tmpMIfNqd/proto/recovery/root -N 'recovery d612168/${os_short_commit} 2026-09-04 17:06' -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/'
41232026-09-04T17:18:48.380Z[ recovery-image] Sep 04 17:18:47.091 INFO Checking files for board 'cosmo'
41242026-09-04T17:18:48.380Z[ recovery-image] Sep 04 17:18:47.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41252026-09-04T17:18:48.380Z[ recovery-image] Sep 04 17:18:47.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41262026-09-04T17:18:48.380Z[ recovery-image] Sep 04 17:18:47.092 INFO Checking files for board 'cosmo-mbist'
41272026-09-04T17:18:48.381Z[ recovery-image] Sep 04 17:18:47.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41282026-09-04T17:18:48.381Z[ recovery-image] Sep 04 17:18:47.092 INFO Checking files for board 'cosmo-mbist-noaggr'
41292026-09-04T17:18:48.381Z[ recovery-image] Sep 04 17:18:47.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41302026-09-04T17:18:48.381Z[ recovery-image] Sep 04 17:18:47.092 INFO Checking files for board 'gimlet'
41312026-09-04T17:18:48.381Z[ recovery-image] Sep 04 17:18:47.092 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41322026-09-04T17:18:48.381Z[ recovery-image] Sep 04 17:18:47.092 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
41332026-09-04T17:18:48.389Z[ recovery-image] Sep 04 17:18:47.100 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpMIfNqd/proto/recovery/root"
41342026-09-04T17:18:48.389Z[ recovery-image] Sep 04 17:18:47.101 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41352026-09-04T17:18:48.393Z[ recovery-image] Sep 04 17:18:47.101 INFO image builder template: ramdisk-01-os...
41362026-09-04T17:18:48.393Z[ recovery-image] Sep 04 17:18:47.101 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/.tmpMIfNqd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41372026-09-04T17:18:48.404Z[ recovery-image] Sep 04 17:18:47.116 INFO O| Sep 04 17:18:47.116 INFO CREATE DATASET: rpool/images/build/recovery/output
41382026-09-04T17:18:48.759Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
41392026-09-04T17:18:48.788Z[verify-libraries] Running `target/debug/xtask verify-libraries`
41402026-09-04T17:18:48.814Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41412026-09-04T17:18:48.818ZSep 04 17:18:47.529 INFO [stamp-ntp] process exited with exit status: 0 (571.482319ms)
41422026-09-04T17:18:48.926Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41432026-09-04T17:18:48.933ZSep 04 17:18:47.643 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (683.215189ms)
41442026-09-04T17:18:49.004Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41452026-09-04T17:18:49.014ZSep 04 17:18:47.726 INFO [stamp-internal-dns] process exited with exit status: 0 (765.238139ms)
41462026-09-04T17:18:49.055Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41472026-09-04T17:18:49.058ZSep 04 17:18:47.770 INFO [stamp-external-dns] process exited with exit status: 0 (811.122609ms)
41482026-09-04T17:18:49.106Z[ host-image] Sep 04 17:18:47.818 INFO O| Sep 04 17:18:47.818 INFO O| Finalize: Creating fast lookup database ... Done
41492026-09-04T17:18:49.134Z[ host-image] Sep 04 17:18:47.846 INFO O| Sep 04 17:18:47.846 INFO O| Finalize: Reading search index ... Done
41502026-09-04T17:18:49.158Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41512026-09-04T17:18:49.162ZSep 04 17:18:47.873 INFO [stamp-crucible-zone] process exited with exit status: 0 (913.097658ms)
41522026-09-04T17:18:49.414Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41532026-09-04T17:18:49.418ZSep 04 17:18:48.130 INFO [stamp-oximeter] process exited with exit status: 0 (1.167981708s)
41542026-09-04T17:18:50.133Z[ recovery-image] Sep 04 17:18:48.845 INFO O| Sep 04 17:18:48.845 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41552026-09-04T17:18:50.136Z[ recovery-image] Sep 04 17:18:48.848 INFO O| Sep 04 17:18:48.848 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41562026-09-04T17:18:50.910Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41572026-09-04T17:18:50.914ZSep 04 17:18:49.626 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.665035905s)
41582026-09-04T17:18:51.627Z[ host-image] Sep 04 17:18:50.338 INFO O| Sep 04 17:18:50.338 INFO O| Finalize: Building new search index ... Done
41592026-09-04T17:18:52.060Z[ host-image] Sep 04 17:18:50.772 INFO O| Sep 04 17:18:50.772 INFO O| Finalize: Updating package cache ... Done
41602026-09-04T17:18:52.340Z[ host-image] Sep 04 17:18:51.052 INFO O| Sep 04 17:18:51.052 INFO STEP 11 (pkg_install) COMPLETE
41612026-09-04T17:18:52.344Z[ host-image] Sep 04 17:18:51.052 INFO O| Sep 04 17:18:51.052 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-09-04T17:18:52.347Z[ host-image] Sep 04 17:18:51.059 INFO O| Sep 04 17:18:51.059 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"]
41632026-09-04T17:18:53.071Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41642026-09-04T17:18:53.074ZSep 04 17:18:51.787 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.828493391s)
41652026-09-04T17:18:53.348Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41662026-09-04T17:18:53.351ZSep 04 17:18:52.063 INFO [stamp-clickhouse] process exited with exit status: 0 (5.10420779s)
41672026-09-04T17:18:53.375Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41682026-09-04T17:18:53.380ZSep 04 17:18:52.091 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.13087585s)
41692026-09-04T17:18:53.439Z[verify-libraries] Compiling match_cfg v0.1.0
41702026-09-04T17:18:53.440Z[verify-libraries] Compiling slog-json v2.6.1
41712026-09-04T17:18:53.444Z[verify-libraries] Compiling debug-ignore v1.0.5
41722026-09-04T17:18:53.698Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41732026-09-04T17:18:53.698Z[verify-libraries] Compiling sha1 v0.11.0
41742026-09-04T17:18:53.702Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41752026-09-04T17:18:53.702Z[verify-libraries] Compiling multer v3.1.0
41762026-09-04T17:18:53.702Z[verify-libraries] Compiling compression-core v0.4.31
41772026-09-04T17:18:53.702Z[verify-libraries] Compiling progenitor-client v0.14.0
41782026-09-04T17:18:53.702Z[verify-libraries] Compiling async-stream-impl v0.3.6
41792026-09-04T17:18:53.716Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41802026-09-04T17:18:53.719Z[verify-libraries] Compiling serde_spanned v1.1.1
41812026-09-04T17:18:53.735Z[verify-libraries] Compiling dropshot v0.17.1
41822026-09-04T17:18:53.903Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41832026-09-04T17:18:53.923Z[verify-libraries] Compiling hostname v0.3.1
41842026-09-04T17:18:53.923Z[verify-libraries] Compiling waitgroup v0.1.2
41852026-09-04T17:18:53.926Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41862026-09-04T17:18:53.926Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41872026-09-04T17:18:53.960Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41882026-09-04T17:18:53.966ZSep 04 17:18:52.677 INFO [stamp-nexus] process exited with exit status: 0 (5.715693389s)
41892026-09-04T17:18:53.966ZSep 04 17:18:52.677 INFO [tuf-stamp] task succeeded (5.719929849s)
41902026-09-04T17:18:53.966ZSep 04 17:18:52.677 INFO [tuf-v2-zones] running task
41912026-09-04T17:18:54.010Z[verify-libraries] Compiling hostname v0.4.2
41922026-09-04T17:18:54.014Z[verify-libraries] Compiling compression-codecs v0.4.37
41932026-09-04T17:18:54.075Z[verify-libraries] Compiling slog-bunyan v2.5.0
41942026-09-04T17:18:54.078Z[verify-libraries] Compiling atomicwrites v0.4.4
41952026-09-04T17:18:54.082ZSep 04 17:18:52.794 INFO [tuf-v2-zones] task succeeded (116.869109ms)
41962026-09-04T17:18:54.121Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41972026-09-04T17:18:54.141Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41982026-09-04T17:18:54.160Z[verify-libraries] Compiling regress v0.10.5
41992026-09-04T17:18:54.163Z[verify-libraries] Compiling macaddr v1.0.1
42002026-09-04T17:18:54.228Z[verify-libraries] Compiling serde_tokenstream v0.3.0
42012026-09-04T17:18:54.231Z[verify-libraries] Compiling async-compression v0.4.41
42022026-09-04T17:18:54.231Z[verify-libraries] Compiling instant v0.1.13
42032026-09-04T17:18:54.251Z[verify-libraries] Compiling oxide-generation v0.1.3
42042026-09-04T17:18:54.271Z[verify-libraries] Compiling parse-display-derive v0.10.0
42052026-09-04T17:18:54.293Z[verify-libraries] Compiling itertools v0.14.0
42062026-09-04T17:18:54.359Z[verify-libraries] Compiling backon v1.6.0
42072026-09-04T17:18:54.362Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42082026-09-04T17:18:54.425Z[verify-libraries] Compiling async-stream v0.3.6
42092026-09-04T17:18:54.447Z[verify-libraries] Compiling backoff v0.4.0
42102026-09-04T17:18:54.469Z[verify-libraries] Compiling humantime v2.3.0
42112026-09-04T17:18:54.529Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
42122026-09-04T17:18:54.614Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
42132026-09-04T17:18:54.615Z[verify-libraries] Compiling progenitor-extras v0.2.0
42142026-09-04T17:18:54.656Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
42152026-09-04T17:18:54.659Z[verify-libraries] Compiling convert_case v0.4.0
42162026-09-04T17:18:54.659Z[verify-libraries] Compiling half v2.7.1
42172026-09-04T17:18:54.721Z[verify-libraries] Compiling ciborium-io v0.2.2
42182026-09-04T17:18:54.721Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
42192026-09-04T17:18:54.764Z[verify-libraries] Compiling indent_write v2.2.0
42202026-09-04T17:18:54.787Z[verify-libraries] Compiling regress v0.11.1
42212026-09-04T17:18:54.829Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
42222026-09-04T17:18:54.854Z[verify-libraries] Compiling secrecy v0.10.3
42232026-09-04T17:18:54.947Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42242026-09-04T17:18:54.971Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42252026-09-04T17:18:54.994Z[verify-libraries] Compiling ciborium-ll v0.2.2
42262026-09-04T17:18:55.070Z[verify-libraries] Compiling inout v0.1.4
42272026-09-04T17:18:55.070Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42282026-09-04T17:18:55.117Z[verify-libraries] Compiling derive_more v0.99.20
42292026-09-04T17:18:55.147Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42302026-09-04T17:18:55.206Z[verify-libraries] Compiling ciborium v0.2.2
42312026-09-04T17:18:55.249Z[verify-libraries] Compiling cipher v0.4.4
42322026-09-04T17:18:55.275Z[verify-libraries] Compiling universal-hash v0.5.1
42332026-09-04T17:18:55.331Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42342026-09-04T17:18:55.410Z[verify-libraries] Compiling opaque-debug v0.3.1
42352026-09-04T17:18:55.437Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42362026-09-04T17:18:55.459Z[verify-libraries] Compiling blake2 v0.10.6
42372026-09-04T17:18:55.483Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42382026-09-04T17:18:55.504Z[verify-libraries] Compiling poly1305 v0.8.0
42392026-09-04T17:18:55.546Z[verify-libraries] Compiling chacha20 v0.9.1
42402026-09-04T17:18:55.546Z[verify-libraries] Compiling aead v0.5.2
42412026-09-04T17:18:55.782Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42422026-09-04T17:18:55.809Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42432026-09-04T17:18:55.834Z[verify-libraries] Compiling password-hash v0.5.0
42442026-09-04T17:18:55.860Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42452026-09-04T17:18:55.863Z[verify-libraries] Compiling num-derive v0.4.2
42462026-09-04T17:18:55.903Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42472026-09-04T17:18:55.903Z[verify-libraries] Compiling rayon-core v1.13.0
42482026-09-04T17:18:56.053Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42492026-09-04T17:18:56.075Z[verify-libraries] Compiling glob v0.3.3
42502026-09-04T17:18:56.151Z[verify-libraries] Compiling argon2 v0.5.3
42512026-09-04T17:18:56.195Z[verify-libraries] Compiling parse-display v0.10.0
42522026-09-04T17:18:56.284Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42532026-09-04T17:18:56.308Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42542026-09-04T17:18:56.343Z[verify-libraries] Compiling usdt-macro v0.5.0
42552026-09-04T17:18:56.496Z[verify-libraries] Compiling typify-impl v0.6.2
42562026-09-04T17:18:56.536Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42572026-09-04T17:18:56.633Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42582026-09-04T17:18:56.754Z[verify-libraries] Compiling vsss-rs v3.3.4
42592026-09-04T17:18:56.893Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42602026-09-04T17:18:56.914Z[verify-libraries] Compiling memmap v0.7.0
42612026-09-04T17:18:56.950Z[verify-libraries] Compiling heapless v0.8.0
42622026-09-04T17:18:57.141Z[verify-libraries] Compiling proc-macro-error v1.0.4
42632026-09-04T17:18:57.202Z[verify-libraries] Compiling ingot-macros v0.2.0
42642026-09-04T17:18:57.236Z[verify-libraries] Compiling usdt v0.5.0
42652026-09-04T17:18:57.330Z[verify-libraries] Compiling tabwriter v1.4.1
42662026-09-04T17:18:57.425Z[verify-libraries] Compiling hash32 v0.3.1
42672026-09-04T17:18:57.425Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42682026-09-04T17:18:57.516Z[verify-libraries] Compiling smoltcp v0.11.0
42692026-09-04T17:18:57.559Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42702026-09-04T17:18:57.562Z[verify-libraries] Compiling num_enum_derive v0.7.6
42712026-09-04T17:18:57.562Z[verify-libraries] Compiling cobs v0.3.0
42722026-09-04T17:18:57.658Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42732026-09-04T17:18:57.665Z[verify-libraries] Compiling colored v3.1.1
42742026-09-04T17:18:57.665Z[verify-libraries] Compiling rayon v1.11.0
42752026-09-04T17:18:57.821Z[verify-libraries] Compiling postcard v1.1.3
42762026-09-04T17:18:57.928Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42772026-09-04T17:18:57.953Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42782026-09-04T17:18:57.988Z[ recovery-image] Sep 04 17:18:56.700 INFO O| Sep 04 17:18:56.700 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42792026-09-04T17:18:58.006Z[verify-libraries] Compiling rand v0.10.1
42802026-09-04T17:18:58.058Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42812026-09-04T17:18:58.081Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42822026-09-04T17:18:58.112Z[ recovery-image] Sep 04 17:18:56.823 INFO O| Sep 04 17:18:56.823 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42832026-09-04T17:18:58.112Z[ recovery-image] Sep 04 17:18:56.823 INFO O| Sep 04 17:18:56.823 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42842026-09-04T17:18:58.112Z[ recovery-image] Sep 04 17:18:56.823 INFO O| Sep 04 17:18:56.823 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42852026-09-04T17:18:58.116Z[ recovery-image] Sep 04 17:18:56.823 INFO O| Sep 04 17:18:56.823 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42862026-09-04T17:18:58.119Z[ recovery-image] Sep 04 17:18:56.830 INFO O| Sep 04 17:18:56.830 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42872026-09-04T17:18:58.129Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42882026-09-04T17:18:58.152Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42892026-09-04T17:18:58.268Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42902026-09-04T17:18:58.337Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42912026-09-04T17:18:58.402Z[ recovery-image] Sep 04 17:18:57.114 INFO O| Sep 04 17:18:57.114 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-09-04T17:18:58.434Z[ recovery-image] Sep 04 17:18:57.124 INFO O| Sep 04 17:18:57.123 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42932026-09-04T17:18:58.551Z[verify-libraries] Compiling num_enum_derive v0.5.11
42942026-09-04T17:18:58.555Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42952026-09-04T17:18:58.602Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42962026-09-04T17:18:58.701Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42972026-09-04T17:18:58.760Z[ recovery-image] Sep 04 17:18:57.472 INFO O| Sep 04 17:18:57.472 INFO O| Caching catalogs ... Done
42982026-09-04T17:18:58.763Z[verify-libraries] Compiling cstr-argument v0.1.2
42992026-09-04T17:18:58.831Z[verify-libraries] Compiling num_enum v0.7.6
43002026-09-04T17:18:58.857Z[ recovery-image] Sep 04 17:18:57.563 INFO O| Sep 04 17:18:57.563 INFO STEP 0 (pkg_image_create) COMPLETE
43012026-09-04T17:18:58.857Z[ recovery-image] Sep 04 17:18:57.563 INFO O| Sep 04 17:18:57.563 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-09-04T17:18:58.861Z[ recovery-image] Sep 04 17:18:57.573 INFO O| Sep 04 17:18:57.572 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"]
43032026-09-04T17:18:58.885Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
43042026-09-04T17:18:58.924Z[verify-libraries] Compiling foreign-types v0.5.0
43052026-09-04T17:18:59.004Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43062026-09-04T17:18:59.053Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43072026-09-04T17:18:59.053Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
43082026-09-04T17:18:59.102Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43092026-09-04T17:18:59.102Z[verify-libraries] Compiling sigpipe v0.1.3
43102026-09-04T17:18:59.165Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43112026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO STEP 1 (pkg_set_publisher) COMPLETE
43122026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43132026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO skip step because feature "publisher_1_name" is not enabled
43142026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43152026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO skip step because feature "publisher_2_name" is not enabled
43162026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43172026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO skip step because feature "publisher_3_name" is not enabled
43182026-09-04T17:18:59.209Z[ recovery-image] Sep 04 17:18:57.918 INFO O| Sep 04 17:18:57.918 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43192026-09-04T17:18:59.230Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43202026-09-04T17:18:59.302Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
43212026-09-04T17:18:59.305Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43222026-09-04T17:18:59.312Z[ host-image] Sep 04 17:18:58.024 INFO O| Sep 04 17:18:58.024 INFO O| Startup: Refreshing catalog 'helios' ... Done
43232026-09-04T17:18:59.347Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43242026-09-04T17:18:59.384Z[verify-libraries] Compiling itertools v0.12.1
43252026-09-04T17:18:59.470Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43262026-09-04T17:18:59.546Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43272026-09-04T17:18:59.553Z[ recovery-image] Sep 04 17:18:58.265 INFO O| Sep 04 17:18:58.265 INFO variant opensolaris.zone is already global
43282026-09-04T17:18:59.553Z[ recovery-image] Sep 04 17:18:58.265 INFO O| Sep 04 17:18:58.265 INFO STEP 5 (pkg_change_variant) COMPLETE
43292026-09-04T17:18:59.556Z[ recovery-image] Sep 04 17:18:58.265 INFO O| Sep 04 17:18:58.265 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43302026-09-04T17:18:59.615Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43312026-09-04T17:18:59.618Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43322026-09-04T17:18:59.718Z[verify-libraries] Compiling toml v0.8.23
43332026-09-04T17:18:59.721Z[verify-libraries] Compiling smf v0.2.3
43342026-09-04T17:18:59.875Z[ host-image] Sep 04 17:18:58.587 INFO O| Sep 04 17:18:58.587 INFO O| Startup: Caching catalogs ... Done
43352026-09-04T17:18:59.908Z[ recovery-image] Sep 04 17:18:58.619 INFO O| Sep 04 17:18:58.619 INFO variant opensolaris.imagetype is full; changing to partial
43362026-09-04T17:18:59.908Z[ recovery-image] Sep 04 17:18:58.620 INFO O| Sep 04 17:18:58.619 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43372026-09-04T17:18:59.959Z[verify-libraries] Compiling num_enum v0.5.11
43382026-09-04T17:19:00.061Z[verify-libraries] Compiling whoami v1.6.1
43392026-09-04T17:19:00.093Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43402026-09-04T17:19:00.144Z[verify-libraries] Compiling derive-where v1.6.0
43412026-09-04T17:19:00.207Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43422026-09-04T17:19:00.207Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43432026-09-04T17:19:00.254Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43442026-09-04T17:19:00.406Z[verify-libraries] Compiling ingot-types v0.2.0
43452026-09-04T17:19:00.429Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43462026-09-04T17:19:00.453Z[verify-libraries] Compiling gethostname v0.5.0
43472026-09-04T17:19:00.457Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43482026-09-04T17:19:00.457Z[verify-libraries] Compiling newline-converter v0.3.0
43492026-09-04T17:19:00.499Z[verify-libraries] Compiling console v0.15.11
43502026-09-04T17:19:00.582Z[ host-image] Sep 04 17:18:59.293 INFO O| Sep 04 17:18:59.290 INFO O| Planning: Solver setup ... Done
43512026-09-04T17:19:00.585Z[ host-image] Sep 04 17:18:59.295 INFO O| Sep 04 17:18:59.295 INFO O| Planning: Running solver ... Done
43522026-09-04T17:19:00.606Z[ host-image] Sep 04 17:18:59.316 INFO O| Sep 04 17:18:59.316 INFO O| Planning: Finding local manifests ... Done
43532026-09-04T17:19:00.632Z[verify-libraries] Compiling resolv-conf v0.7.6
43542026-09-04T17:19:00.660Z[ host-image] Sep 04 17:18:59.371 INFO O| Sep 04 17:18:59.371 INFO O| Planning: Fetching manifests: 0/6 0% complete
43552026-09-04T17:19:00.702Z[verify-libraries] Compiling zone v0.3.1
43562026-09-04T17:19:00.724Z[ host-image] Sep 04 17:18:59.436 INFO O| Sep 04 17:18:59.435 INFO O| Planning: Fetching manifests: 6/6 100% complete
43572026-09-04T17:19:00.729Z[verify-libraries] Compiling linear-map v1.2.0
43582026-09-04T17:19:00.747Z[ host-image] Sep 04 17:18:59.458 INFO O| Sep 04 17:18:59.458 INFO O| Planning: Package planning ... Done
43592026-09-04T17:19:00.750Z[ host-image] Sep 04 17:18:59.461 INFO O| Sep 04 17:18:59.461 INFO O| Planning: Merging actions ... Done
43602026-09-04T17:19:00.809Z[ host-image] Sep 04 17:18:59.521 INFO O| Sep 04 17:18:59.521 INFO O| Planning: Checking for conflicting actions ... Done
43612026-09-04T17:19:00.813Z[ host-image] Sep 04 17:18:59.522 INFO O| Sep 04 17:18:59.522 INFO O| Planning: Consolidating action changes ... Done
43622026-09-04T17:19:00.837Z[verify-libraries] Compiling num-rational v0.4.2
43632026-09-04T17:19:00.922Z[verify-libraries] Compiling ingot v0.2.1
43642026-09-04T17:19:00.925Z[verify-libraries] Compiling num-complex v0.4.6
43652026-09-04T17:19:00.962Z[ host-image] Sep 04 17:18:59.672 INFO O| Sep 04 17:18:59.672 INFO O| Planning: Evaluating mediators ... Done
43662026-09-04T17:19:00.965Z[ host-image] Sep 04 17:18:59.674 INFO O| Sep 04 17:18:59.674 INFO O| Planning: Planning completed in 1.07 seconds
43672026-09-04T17:19:00.965Z[ host-image] Sep 04 17:18:59.674 INFO O| Sep 04 17:18:59.674 INFO O| Packages to install: 6
43682026-09-04T17:19:00.965Z[ host-image] Sep 04 17:18:59.674 INFO O| Sep 04 17:18:59.674 INFO O| Services to change: 2
43692026-09-04T17:19:00.974Z[ host-image] Sep 04 17:18:59.686 INFO O| Sep 04 17:18:59.686 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
43702026-09-04T17:19:00.991Z[verify-libraries] Compiling expectorate v1.2.0
43712026-09-04T17:19:01.036Z[verify-libraries] Compiling slog-dtrace v0.3.0
43722026-09-04T17:19:01.101Z[verify-libraries] Compiling prettyplease v0.2.37
43732026-09-04T17:19:01.191Z[ host-image] Sep 04 17:18:59.902 INFO O| Sep 04 17:18:59.902 INFO O| Download: Completed 1.76 MB in 0.22 seconds (8.1M/s)
43742026-09-04T17:19:01.220Z[ host-image] Sep 04 17:18:59.932 INFO O| Sep 04 17:18:59.932 INFO O| Actions: 1/391 actions (Installing new actions)
43752026-09-04T17:19:01.224Z[verify-libraries] Compiling float-ord v0.3.2
43762026-09-04T17:19:01.257Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43772026-09-04T17:19:01.292Z[verify-libraries] Compiling linked-hash-map v0.5.6
43782026-09-04T17:19:01.331Z[verify-libraries] Compiling hickory-proto v0.24.4
43792026-09-04T17:19:01.399Z[ host-image] Sep 04 17:19:00.111 INFO O| Sep 04 17:19:00.111 INFO O| Actions: Completed 391 actions in 0.18 seconds.
43802026-09-04T17:19:01.412Z[verify-libraries] Compiling num v0.4.3
43812026-09-04T17:19:01.412Z[verify-libraries] Compiling minimal-lexical v0.2.1
43822026-09-04T17:19:01.448Z[ host-image] Sep 04 17:19:00.159 INFO O| Sep 04 17:19:00.158 INFO O| Finalize: Updating package state database ... Done
43832026-09-04T17:19:01.448Z[ host-image] Sep 04 17:19:00.159 INFO O| Sep 04 17:19:00.158 INFO O| Finalize: Updating package cache ... Done
43842026-09-04T17:19:01.539Z[verify-libraries] Compiling lru-cache v0.1.2
43852026-09-04T17:19:01.540Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43862026-09-04T17:19:01.544Z[verify-libraries] Compiling unicode-xid v0.2.6
43872026-09-04T17:19:01.575Z[ host-image] Sep 04 17:19:00.286 INFO O| Sep 04 17:19:00.286 INFO O| Finalize: Updating image state ... Done
43882026-09-04T17:19:01.630Z[verify-libraries] Compiling tabled_derive v0.7.0
43892026-09-04T17:19:01.633Z[verify-libraries] Compiling typify-macro v0.6.2
43902026-09-04T17:19:01.736Z[verify-libraries] Compiling nom v7.1.3
43912026-09-04T17:19:01.794Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43922026-09-04T17:19:01.834Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43932026-09-04T17:19:01.896Z[verify-libraries] Compiling fd-lock v4.0.4
43942026-09-04T17:19:02.030Z[verify-libraries] Compiling vte v0.14.1
43952026-09-04T17:19:02.079Z[verify-libraries] Compiling display-error-chain v0.2.2
43962026-09-04T17:19:02.139Z[verify-libraries] Compiling crossterm v0.29.0
43972026-09-04T17:19:02.152Z[ recovery-image] Sep 04 17:19:00.864 INFO O| Sep 04 17:19:00.864 INFO O| Startup: Refreshing catalog 'helios' ... Done
43982026-09-04T17:19:02.275Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43992026-09-04T17:19:02.354Z[verify-libraries] Compiling nu-ansi-term v0.50.3
44002026-09-04T17:19:02.448Z[verify-libraries] Compiling stacker v0.1.23
44012026-09-04T17:19:02.550Z[verify-libraries] Compiling cfg_aliases v0.1.1
44022026-09-04T17:19:02.572Z[ host-image] Sep 04 17:19:01.283 INFO O| Sep 04 17:19:01.283 INFO O| Finalize: Creating fast lookup database ... Done
44032026-09-04T17:19:02.621Z[ host-image] Sep 04 17:19:01.314 INFO O| Sep 04 17:19:01.314 INFO O| Finalize: Reading search index ... Done
44042026-09-04T17:19:02.622Z[ host-image] Sep 04 17:19:01.314 INFO O| Sep 04 17:19:01.314 INFO O| Finalize: Updating search index ... Done
44052026-09-04T17:19:02.631Z[ host-image] Sep 04 17:19:01.329 INFO O| Sep 04 17:19:01.329 INFO O| Finalize: Updating package cache ... Done
44062026-09-04T17:19:02.655Z[verify-libraries] Compiling reedline v0.40.0
44072026-09-04T17:19:02.665Z[ recovery-image] Sep 04 17:19:01.376 INFO O| Sep 04 17:19:01.376 INFO O| Startup: Caching catalogs ... Done
44082026-09-04T17:19:02.684Z[ recovery-image] Sep 04 17:19:01.396 INFO O| Sep 04 17:19:01.394 INFO O| Planning: Planning completed in 0.00 seconds
44092026-09-04T17:19:02.684Z[ recovery-image] Sep 04 17:19:01.396 INFO O| Sep 04 17:19:01.395 INFO O| Planning: Consolidating action changes ... Done
44102026-09-04T17:19:02.685Z[ recovery-image] Sep 04 17:19:01.396 INFO O| Sep 04 17:19:01.395 INFO O| Planning: Evaluating mediators ... Done
44112026-09-04T17:19:02.689Z[ recovery-image] Sep 04 17:19:01.396 INFO O| Sep 04 17:19:01.395 INFO O| Planning: Planning completed in 0.00 seconds
44122026-09-04T17:19:02.689Z[ recovery-image] Sep 04 17:19:01.396 INFO O| Sep 04 17:19:01.395 INFO O| Variants/Facets to change: 1
44132026-09-04T17:19:02.689Z[verify-libraries] Compiling nix v0.28.0
44142026-09-04T17:19:02.732Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44152026-09-04T17:19:02.742Z[ recovery-image] Sep 04 17:19:01.453 INFO O| Sep 04 17:19:01.453 INFO O| Finalize: Updating package state database ... Done
44162026-09-04T17:19:02.742Z[ recovery-image] Sep 04 17:19:01.453 INFO O| Sep 04 17:19:01.453 INFO O| Finalize: Updating package cache ... Done
44172026-09-04T17:19:02.822Z[verify-libraries] Compiling psm v0.1.30
44182026-09-04T17:19:02.839Z[ recovery-image] Sep 04 17:19:01.550 INFO O| Sep 04 17:19:01.546 INFO O| Finalize: Updating image state ... Done
44192026-09-04T17:19:02.853Z[ recovery-image] Sep 04 17:19:01.564 INFO O| Sep 04 17:19:01.564 INFO O| Finalize: Creating fast lookup database ... Done
44202026-09-04T17:19:02.857Z[ recovery-image] Sep 04 17:19:01.565 INFO O| Sep 04 17:19:01.565 INFO O| Finalize: Reading search index ... Done
44212026-09-04T17:19:02.857Z[ recovery-image] Sep 04 17:19:01.565 INFO O| Sep 04 17:19:01.565 INFO O| Finalize: Updating search index ... Done
44222026-09-04T17:19:02.857Z[ recovery-image] Sep 04 17:19:01.566 INFO O| Sep 04 17:19:01.566 INFO O| Finalize: Updating package cache ... Done
44232026-09-04T17:19:02.908Z[verify-libraries] Compiling tabled v0.15.0
44242026-09-04T17:19:02.911Z[verify-libraries] Compiling termtree v0.5.1
44252026-09-04T17:19:02.911Z[verify-libraries] Compiling semver v0.1.20
44262026-09-04T17:19:02.944Z[ host-image] Sep 04 17:19:01.656 INFO O| Sep 04 17:19:01.656 INFO STEP 12 (pkg_install) COMPLETE
44272026-09-04T17:19:02.945Z[ host-image] Sep 04 17:19:01.656 INFO O| Sep 04 17:19:01.656 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44282026-09-04T17:19:02.955Z[ host-image] Sep 04 17:19:01.667 INFO O| Sep 04 17:19:01.667 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44292026-09-04T17:19:03.093Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44302026-09-04T17:19:03.153Z[verify-libraries] Compiling oxide-update-engine v0.1.2
44312026-09-04T17:19:03.177Z[ recovery-image] Sep 04 17:19:01.888 INFO O| Sep 04 17:19:01.888 INFO STEP 6 (pkg_change_variant) COMPLETE
44322026-09-04T17:19:03.181Z[ recovery-image] Sep 04 17:19:01.888 INFO O| Sep 04 17:19:01.888 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44332026-09-04T17:19:03.181Z[ recovery-image] Sep 04 17:19:01.888 INFO O| Sep 04 17:19:01.888 INFO skip step because feature "debug_variant" is not enabled
44342026-09-04T17:19:03.181Z[ recovery-image] Sep 04 17:19:01.888 INFO O| Sep 04 17:19:01.888 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44352026-09-04T17:19:03.193Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44362026-09-04T17:19:03.275Z[verify-libraries] Compiling phf_shared v0.12.1
44372026-09-04T17:19:03.279Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
44382026-09-04T17:19:03.423Z[verify-libraries] Compiling rustc_version v0.1.7
44392026-09-04T17:19:03.448Z[verify-libraries] Compiling nibble_vec v0.1.0
44402026-09-04T17:19:03.506Z[verify-libraries] Compiling highway v1.3.0
44412026-09-04T17:19:03.550Z[verify-libraries] Compiling chrono-tz v0.10.4
44422026-09-04T17:19:03.635Z[ recovery-image] Sep 04 17:19:02.346 INFO O| Sep 04 17:19:02.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
44432026-09-04T17:19:03.678Z[verify-libraries] Compiling endian-type v0.1.2
44442026-09-04T17:19:03.705Z[verify-libraries] Compiling hickory-resolver v0.24.4
44452026-09-04T17:19:03.745Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44462026-09-04T17:19:03.788Z[verify-libraries] Compiling typify v0.6.2
44472026-09-04T17:19:03.865Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44482026-09-04T17:19:03.898Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44492026-09-04T17:19:03.923Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44502026-09-04T17:19:03.947Z[verify-libraries] Compiling progenitor-impl v0.14.0
44512026-09-04T17:19:04.006Z[verify-libraries] Compiling radix_trie v0.2.1
44522026-09-04T17:19:04.086Z[verify-libraries] Compiling newtype_derive v0.1.6
44532026-09-04T17:19:04.114Z[verify-libraries] Compiling phf v0.12.1
44542026-09-04T17:19:04.326Z[verify-libraries] Compiling recursive v0.1.1
44552026-09-04T17:19:04.369Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44562026-09-04T17:19:04.454Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44572026-09-04T17:19:04.594Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44582026-09-04T17:19:04.868Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44592026-09-04T17:19:04.910Z[verify-libraries] Compiling qorb v0.4.1
44602026-09-04T17:19:05.159Z[verify-libraries] Compiling peg-macros v0.8.5
44612026-09-04T17:19:05.287Z[ host-image] Sep 04 17:19:03.998 INFO O| Sep 04 17:19:03.998 INFO O| Startup: Refreshing catalog 'helios' ... Done
44622026-09-04T17:19:05.563Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44632026-09-04T17:19:05.587Z[verify-libraries] Compiling winnow v0.6.26
44642026-09-04T17:19:05.614Z[verify-libraries] Compiling csv-core v0.1.13
44652026-09-04T17:19:05.810Z[ host-image] Sep 04 17:19:04.522 INFO O| Sep 04 17:19:04.522 INFO O| Startup: Caching catalogs ... Done
44662026-09-04T17:19:05.834Z[verify-libraries] Compiling unicode_categories v0.1.1
44672026-09-04T17:19:05.904Z[verify-libraries] Compiling home v0.5.12
44682026-09-04T17:19:05.976Z[verify-libraries] Compiling csv v1.4.0
44692026-09-04T17:19:06.078Z[ recovery-image] Sep 04 17:19:04.789 INFO O| Sep 04 17:19:04.789 INFO O| Startup: Refreshing catalog 'helios' ... Done
44702026-09-04T17:19:06.097Z[verify-libraries] Compiling rustyline v14.0.0
44712026-09-04T17:19:06.175Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44722026-09-04T17:19:06.220Z[verify-libraries] Compiling const_format v0.2.35
44732026-09-04T17:19:06.291Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44742026-09-04T17:19:06.439Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44752026-09-04T17:19:06.446Z[ host-image] Sep 04 17:19:05.158 INFO O| Sep 04 17:19:05.158 INFO O| Planning: Solver setup ... Done
44762026-09-04T17:19:06.451Z[ host-image] Sep 04 17:19:05.163 INFO O| Sep 04 17:19:05.163 INFO O| Planning: Running solver ... Done
44772026-09-04T17:19:06.474Z[ host-image] Sep 04 17:19:05.185 INFO O| Sep 04 17:19:05.185 INFO O| Planning: Finding local manifests ... Done
44782026-09-04T17:19:06.481Z[verify-libraries] Compiling sqlparser v0.61.0
44792026-09-04T17:19:06.539Z[ host-image] Sep 04 17:19:05.249 INFO O| Sep 04 17:19:05.249 INFO O| Planning: Fetching manifests: 0/6 0% complete
44802026-09-04T17:19:06.611Z[verify-libraries] Compiling bcs v0.1.6
44812026-09-04T17:19:06.617Z[ recovery-image] Sep 04 17:19:05.329 INFO O| Sep 04 17:19:05.329 INFO O| Startup: Caching catalogs ... Done
44822026-09-04T17:19:06.633Z[ host-image] Sep 04 17:19:05.344 INFO O| Sep 04 17:19:05.344 INFO O| Planning: Fetching manifests: 6/6 100% complete
44832026-09-04T17:19:06.638Z[ recovery-image] Sep 04 17:19:05.346 INFO O| Sep 04 17:19:05.346 INFO O| Planning: Planning completed in 0.00 seconds
44842026-09-04T17:19:06.638Z[ recovery-image] Sep 04 17:19:05.346 INFO O| Sep 04 17:19:05.346 INFO O| Planning: Consolidating action changes ... Done
44852026-09-04T17:19:06.638Z[ recovery-image] Sep 04 17:19:05.346 INFO O| Sep 04 17:19:05.346 INFO O| Planning: Evaluating mediators ... Done
44862026-09-04T17:19:06.638Z[ recovery-image] Sep 04 17:19:05.347 INFO O| Sep 04 17:19:05.347 INFO O| Planning: Planning completed in 0.00 seconds
44872026-09-04T17:19:06.638Z[ recovery-image] Sep 04 17:19:05.347 INFO O| Sep 04 17:19:05.347 INFO O| Variants/Facets to change: 1
44882026-09-04T17:19:06.643Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44892026-09-04T17:19:06.652Z[ recovery-image] Sep 04 17:19:05.364 INFO O| Sep 04 17:19:05.364 INFO O| Finalize: Updating package state database ... Done
44902026-09-04T17:19:06.653Z[ recovery-image] Sep 04 17:19:05.364 INFO O| Sep 04 17:19:05.364 INFO O| Finalize: Updating package cache ... Done
44912026-09-04T17:19:06.668Z[ host-image] Sep 04 17:19:05.378 INFO O| Sep 04 17:19:05.378 INFO O| Planning: Package planning ... Done
44922026-09-04T17:19:06.675Z[ host-image] Sep 04 17:19:05.386 INFO O| Sep 04 17:19:05.386 INFO O| Planning: Merging actions ... Done
44932026-09-04T17:19:06.727Z[ host-image] Sep 04 17:19:05.438 INFO O| Sep 04 17:19:05.438 INFO O| Planning: Checking for conflicting actions ... Done
44942026-09-04T17:19:06.730Z[ host-image] Sep 04 17:19:05.441 INFO O| Sep 04 17:19:05.441 INFO O| Planning: Consolidating action changes ... Done
44952026-09-04T17:19:06.777Z[verify-libraries] Compiling peg v0.8.5
44962026-09-04T17:19:06.788Z[ recovery-image] Sep 04 17:19:05.499 INFO O| Sep 04 17:19:05.496 INFO O| Finalize: Updating image state ... Done
44972026-09-04T17:19:06.809Z[ recovery-image] Sep 04 17:19:05.521 INFO O| Sep 04 17:19:05.515 INFO O| Finalize: Creating fast lookup database ... Done
44982026-09-04T17:19:06.809Z[ recovery-image] Sep 04 17:19:05.521 INFO O| Sep 04 17:19:05.515 INFO O| Finalize: Reading search index ... Done
44992026-09-04T17:19:06.809Z[ recovery-image] Sep 04 17:19:05.521 INFO O| Sep 04 17:19:05.515 INFO O| Finalize: Updating search index ... Done
45002026-09-04T17:19:06.812Z[ recovery-image] Sep 04 17:19:05.521 INFO O| Sep 04 17:19:05.516 INFO O| Finalize: Updating package cache ... Done
45012026-09-04T17:19:06.813Z[verify-libraries] Compiling progenitor-macro v0.14.0
45022026-09-04T17:19:06.866Z[ host-image] Sep 04 17:19:05.577 INFO O| Sep 04 17:19:05.577 INFO O| Planning: Evaluating mediators ... Done
45032026-09-04T17:19:06.869Z[ host-image] Sep 04 17:19:05.580 INFO O| Sep 04 17:19:05.580 INFO O| Planning: Planning completed in 1.04 seconds
45042026-09-04T17:19:06.870Z[ host-image] Sep 04 17:19:05.580 INFO O| Sep 04 17:19:05.580 INFO O| Packages to install: 6
45052026-09-04T17:19:06.870Z[ host-image] Sep 04 17:19:05.580 INFO O| Sep 04 17:19:05.580 INFO O| Mediators to change: 1
45062026-09-04T17:19:06.870Z[ host-image] Sep 04 17:19:05.580 INFO O| Sep 04 17:19:05.580 INFO O| Services to change: 1
45072026-09-04T17:19:06.880Z[ host-image] Sep 04 17:19:05.592 INFO O| Sep 04 17:19:05.592 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
45082026-09-04T17:19:06.884Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45092026-09-04T17:19:06.914Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45102026-09-04T17:19:06.963Z[verify-libraries] Compiling nom v8.0.0
45112026-09-04T17:19:07.036Z[verify-libraries] Compiling sqlformat v0.3.5
45122026-09-04T17:19:07.115Z[ recovery-image] Sep 04 17:19:05.826 INFO O| Sep 04 17:19:05.826 INFO STEP 8 (pkg_change_facet) COMPLETE
45132026-09-04T17:19:07.115Z[ recovery-image] Sep 04 17:19:05.826 INFO O| Sep 04 17:19:05.826 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142026-09-04T17:19:07.177Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45152026-09-04T17:19:07.231Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45162026-09-04T17:19:07.336Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45172026-09-04T17:19:07.431Z[verify-libraries] Compiling steno v0.4.1
45182026-09-04T17:19:07.465Z[ host-image] Sep 04 17:19:06.176 INFO O| Sep 04 17:19:06.176 INFO O| Download: Completed 7.84 MB in 0.58 seconds (13.4M/s)
45192026-09-04T17:19:07.485Z[verify-libraries] Compiling sha1 v0.10.6
45202026-09-04T17:19:07.513Z[ recovery-image] Sep 04 17:19:06.224 INFO O| Sep 04 17:19:06.224 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
45212026-09-04T17:19:07.517Z[ host-image] Sep 04 17:19:06.226 INFO O| Sep 04 17:19:06.226 INFO O| Actions: 1/1366 actions (Installing new actions)
45222026-09-04T17:19:07.735Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45232026-09-04T17:19:07.766Z[ host-image] Sep 04 17:19:06.475 INFO O| Sep 04 17:19:06.475 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
45242026-09-04T17:19:07.781Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
45252026-09-04T17:19:07.813Z[ host-image] Sep 04 17:19:06.525 INFO O| Sep 04 17:19:06.525 INFO O| Finalize: Updating package state database ... Done
45262026-09-04T17:19:07.814Z[ host-image] Sep 04 17:19:06.525 INFO O| Sep 04 17:19:06.525 INFO O| Finalize: Updating package cache ... Done
45272026-09-04T17:19:07.840Z[verify-libraries] Compiling tagptr v0.2.0
45282026-09-04T17:19:07.905Z[verify-libraries] Compiling utf-8 v0.7.6
45292026-09-04T17:19:08.016Z[ host-image] Sep 04 17:19:06.727 INFO O| Sep 04 17:19:06.727 INFO O| Finalize: Updating image state ... Done
45302026-09-04T17:19:08.080Z[verify-libraries] Compiling moka v0.12.13
45312026-09-04T17:19:08.190Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45322026-09-04T17:19:08.243Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45332026-09-04T17:19:08.300Z[verify-libraries] Compiling tungstenite v0.21.0
45342026-09-04T17:19:08.334Z[verify-libraries] Compiling libefi-sys v0.1.0
45352026-09-04T17:19:08.398Z[verify-libraries] Compiling bitfield-struct v0.6.2
45362026-09-04T17:19:08.432Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45372026-09-04T17:19:08.474Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
45382026-09-04T17:19:08.580Z[verify-libraries] Compiling xshell-macros v0.2.7
45392026-09-04T17:19:08.933Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45402026-09-04T17:19:08.962Z[verify-libraries] Compiling hickory-resolver v0.25.2
45412026-09-04T17:19:09.027Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45422026-09-04T17:19:09.078Z[verify-libraries] Compiling libscf-sys v1.2.0
45432026-09-04T17:19:09.084Z[verify-libraries] Compiling xshell v0.2.7
45442026-09-04T17:19:09.171Z[ host-image] Sep 04 17:19:07.882 INFO O| Sep 04 17:19:07.882 INFO O| Finalize: Creating fast lookup database ... Done
45452026-09-04T17:19:09.202Z[ host-image] Sep 04 17:19:07.913 INFO O| Sep 04 17:19:07.913 INFO O| Finalize: Reading search index ... Done
45462026-09-04T17:19:09.205Z[ host-image] Sep 04 17:19:07.913 INFO O| Sep 04 17:19:07.913 INFO O| Finalize: Updating search index ... Done
45472026-09-04T17:19:09.238Z[ host-image] Sep 04 17:19:07.947 INFO O| Sep 04 17:19:07.946 INFO O| Finalize: Updating package cache ... Done
45482026-09-04T17:19:09.245Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45492026-09-04T17:19:09.300Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45502026-09-04T17:19:09.323Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45512026-09-04T17:19:09.327Z[verify-libraries] Compiling papergrid v0.18.0
45522026-09-04T17:19:09.328Z[verify-libraries] Compiling sha2 v0.11.0
45532026-09-04T17:19:09.348Z[verify-libraries] Compiling subprocess v0.2.15
45542026-09-04T17:19:09.578Z[ host-image] Sep 04 17:19:08.289 INFO O| Sep 04 17:19:08.289 INFO STEP 13 (pkg_install) COMPLETE
45552026-09-04T17:19:09.578Z[ host-image] Sep 04 17:19:08.289 INFO O| Sep 04 17:19:08.289 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45562026-09-04T17:19:09.589Z[ host-image] Sep 04 17:19:08.300 INFO O| Sep 04 17:19:08.300 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
45572026-09-04T17:19:09.616Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45582026-09-04T17:19:09.677Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45592026-09-04T17:19:09.766Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45602026-09-04T17:19:09.794Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45612026-09-04T17:19:09.875Z[verify-libraries] Compiling headers-core v0.3.0
45622026-09-04T17:19:10.074Z[ recovery-image] Sep 04 17:19:08.785 INFO O| Sep 04 17:19:08.785 INFO O| Startup: Refreshing catalog 'helios' ... Done
45632026-09-04T17:19:10.104Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45642026-09-04T17:19:10.248Z[verify-libraries] Compiling unicase v2.9.0
45652026-09-04T17:19:10.318Z[verify-libraries] Compiling headers v0.4.1
45662026-09-04T17:19:10.342Z[verify-libraries] Compiling darling_core v0.21.3
45672026-09-04T17:19:10.397Z[verify-libraries] Compiling maplit v1.0.2
45682026-09-04T17:19:10.523Z[verify-libraries] Compiling tabled v0.21.0
45692026-09-04T17:19:10.566Z[verify-libraries] Compiling crc8 v0.1.1
45702026-09-04T17:19:10.645Z[ recovery-image] Sep 04 17:19:09.356 INFO O| Sep 04 17:19:09.356 INFO O| Startup: Caching catalogs ... Done
45712026-09-04T17:19:10.668Z[ recovery-image] Sep 04 17:19:09.379 INFO O| Sep 04 17:19:09.379 INFO O| Planning: Planning completed in 0.00 seconds
45722026-09-04T17:19:10.671Z[ recovery-image] Sep 04 17:19:09.380 INFO O| Sep 04 17:19:09.380 INFO O| Planning: Consolidating action changes ... Done
45732026-09-04T17:19:10.671Z[ recovery-image] Sep 04 17:19:09.380 INFO O| Sep 04 17:19:09.380 INFO O| Planning: Evaluating mediators ... Done
45742026-09-04T17:19:10.671Z[ recovery-image] Sep 04 17:19:09.380 INFO O| Sep 04 17:19:09.380 INFO O| Planning: Planning completed in 0.00 seconds
45752026-09-04T17:19:10.671Z[ recovery-image] Sep 04 17:19:09.381 INFO O| Sep 04 17:19:09.381 INFO O| Variants/Facets to change: 1
45762026-09-04T17:19:10.688Z[ recovery-image] Sep 04 17:19:09.400 INFO O| Sep 04 17:19:09.399 INFO O| Finalize: Updating package state database ... Done
45772026-09-04T17:19:10.688Z[ recovery-image] Sep 04 17:19:09.400 INFO O| Sep 04 17:19:09.400 INFO O| Finalize: Updating package cache ... Done
45782026-09-04T17:19:10.788Z[ recovery-image] Sep 04 17:19:09.500 INFO O| Sep 04 17:19:09.500 INFO O| Finalize: Updating image state ... Done
45792026-09-04T17:19:10.798Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45802026-09-04T17:19:10.806Z[ recovery-image] Sep 04 17:19:09.518 INFO O| Sep 04 17:19:09.518 INFO O| Finalize: Creating fast lookup database ... Done
45812026-09-04T17:19:10.811Z[ recovery-image] Sep 04 17:19:09.518 INFO O| Sep 04 17:19:09.518 INFO O| Finalize: Reading search index ... Done
45822026-09-04T17:19:10.811Z[ recovery-image] Sep 04 17:19:09.519 INFO O| Sep 04 17:19:09.518 INFO O| Finalize: Updating search index ... Done
45832026-09-04T17:19:10.811Z[ recovery-image] Sep 04 17:19:09.519 INFO O| Sep 04 17:19:09.519 INFO O| Finalize: Updating package cache ... Done
45842026-09-04T17:19:10.862Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45852026-09-04T17:19:11.015Z[verify-libraries] Compiling yasna v0.5.2
45862026-09-04T17:19:11.132Z[ recovery-image] Sep 04 17:19:09.843 INFO O| Sep 04 17:19:09.843 INFO STEP 9 (pkg_change_facet) COMPLETE
45872026-09-04T17:19:11.132Z[ recovery-image] Sep 04 17:19:09.843 INFO O| Sep 04 17:19:09.843 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45882026-09-04T17:19:11.330Z[verify-libraries] Compiling vergen-lib v0.1.6
45892026-09-04T17:19:11.356Z[verify-libraries] Compiling diesel_derives v2.3.7
45902026-09-04T17:19:11.430Z[verify-libraries] Compiling port-file v0.1.0
45912026-09-04T17:19:11.458Z[ recovery-image] Sep 04 17:19:10.170 INFO O| Sep 04 17:19:10.170 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
45922026-09-04T17:19:11.476Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45932026-09-04T17:19:11.627Z[verify-libraries] Compiling rcgen v0.12.1
45942026-09-04T17:19:11.826Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45952026-09-04T17:19:11.830Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45962026-09-04T17:19:11.876Z[verify-libraries] Compiling half v1.8.3
45972026-09-04T17:19:11.966Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45982026-09-04T17:19:12.125Z[verify-libraries] Compiling r2d2 v0.8.10
45992026-09-04T17:19:12.177Z[verify-libraries] Compiling serde_cbor v0.11.2
46002026-09-04T17:19:12.291Z[verify-libraries] Compiling dirs-sys-next v0.1.2
46012026-09-04T17:19:12.416Z[verify-libraries] Compiling downcast-rs v2.0.2
46022026-09-04T17:19:12.604Z[verify-libraries] Compiling crunchy v0.2.4
46032026-09-04T17:19:12.608Z[verify-libraries] Compiling cpubits v0.1.1
46042026-09-04T17:19:12.677Z[verify-libraries] Compiling dirs-next v2.0.0
46052026-09-04T17:19:12.715Z[ host-image] Sep 04 17:19:11.426 INFO O| Sep 04 17:19:11.425 INFO O| Startup: Refreshing catalog 'helios' ... Done
46062026-09-04T17:19:12.817Z[verify-libraries] Compiling clang-sys v1.8.1
46072026-09-04T17:19:12.820Z[verify-libraries] Compiling progenitor v0.14.0
46082026-09-04T17:19:12.878Z[verify-libraries] Compiling tiny-keccak v2.0.2
46092026-09-04T17:19:12.985Z[verify-libraries] Compiling term v0.7.0
46102026-09-04T17:19:13.082Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46112026-09-04T17:19:13.143Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46122026-09-04T17:19:13.263Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
46132026-09-04T17:19:13.288Z[ host-image] Sep 04 17:19:11.999 INFO O| Sep 04 17:19:11.999 INFO O| Startup: Caching catalogs ... Done
46142026-09-04T17:19:13.313Z[verify-libraries] Compiling darling_macro v0.21.3
46152026-09-04T17:19:13.349Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46162026-09-04T17:19:13.482Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46172026-09-04T17:19:13.534Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46182026-09-04T17:19:13.762Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46192026-09-04T17:19:13.777Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46202026-09-04T17:19:13.853Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46212026-09-04T17:19:13.921Z[ recovery-image] Sep 04 17:19:12.632 INFO O| Sep 04 17:19:12.632 INFO O| Startup: Refreshing catalog 'helios' ... Done
46222026-09-04T17:19:13.928Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46232026-09-04T17:19:13.963Z[ host-image] Sep 04 17:19:12.674 INFO O| Sep 04 17:19:12.674 INFO O| Planning: Solver setup ... Done
46242026-09-04T17:19:13.968Z[ host-image] Sep 04 17:19:12.679 INFO O| Sep 04 17:19:12.679 INFO O| Planning: Running solver ... Done
46252026-09-04T17:19:13.986Z[ host-image] Sep 04 17:19:12.696 INFO O| Sep 04 17:19:12.696 INFO O| Planning: Finding local manifests ... Done
46262026-09-04T17:19:14.018Z[ host-image] Sep 04 17:19:12.730 INFO O| Sep 04 17:19:12.729 INFO O| Planning: Fetching manifests: 0/1 0% complete
46272026-09-04T17:19:14.022Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46282026-09-04T17:19:14.025Z[ host-image] Sep 04 17:19:12.735 INFO O| Sep 04 17:19:12.735 INFO O| Planning: Fetching manifests: 1/1 100% complete
46292026-09-04T17:19:14.040Z[ host-image] Sep 04 17:19:12.751 INFO O| Sep 04 17:19:12.751 INFO O| Planning: Package planning ... Done
46302026-09-04T17:19:14.040Z[ host-image] Sep 04 17:19:12.752 INFO O| Sep 04 17:19:12.752 INFO O| Planning: Merging actions ... Done
46312026-09-04T17:19:14.083Z[ host-image] Sep 04 17:19:12.795 INFO O| Sep 04 17:19:12.791 INFO O| Planning: Checking for conflicting actions ... Done
46322026-09-04T17:19:14.083Z[ host-image] Sep 04 17:19:12.795 INFO O| Sep 04 17:19:12.791 INFO O| Planning: Consolidating action changes ... Done
46332026-09-04T17:19:14.116Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46342026-09-04T17:19:14.216Z[ host-image] Sep 04 17:19:12.928 INFO O| Sep 04 17:19:12.928 INFO O| Planning: Evaluating mediators ... Done
46352026-09-04T17:19:14.220Z[ host-image] Sep 04 17:19:12.928 INFO O| Sep 04 17:19:12.928 INFO O| Planning: Planning completed in 0.91 seconds
46362026-09-04T17:19:14.220Z[ host-image] Sep 04 17:19:12.929 INFO O| Sep 04 17:19:12.928 INFO O| Packages to install: 1
46372026-09-04T17:19:14.223Z[verify-libraries] Compiling darling v0.21.3
46382026-09-04T17:19:14.228Z[ host-image] Sep 04 17:19:12.940 INFO O| Sep 04 17:19:12.939 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
46392026-09-04T17:19:14.249Z[verify-libraries] Compiling diff v0.1.13
46402026-09-04T17:19:14.252Z[verify-libraries] Compiling bit-vec v0.6.3
46412026-09-04T17:19:14.252Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46422026-09-04T17:19:14.339Z[ host-image] Sep 04 17:19:13.051 INFO O| Sep 04 17:19:13.050 INFO O| Download: Completed 13.27 MB in 0.11 seconds (119M/s)
46432026-09-04T17:19:14.360Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46442026-09-04T17:19:14.364Z[ host-image] Sep 04 17:19:13.073 INFO O| Sep 04 17:19:13.073 INFO O| Actions: 1/22 actions (Installing new actions)
46452026-09-04T17:19:14.404Z[verify-libraries] Compiling ascii-canvas v3.0.0
46462026-09-04T17:19:14.437Z[ recovery-image] Sep 04 17:19:13.145 INFO O| Sep 04 17:19:13.145 INFO O| Startup: Caching catalogs ... Done
46472026-09-04T17:19:14.452Z[ recovery-image] Sep 04 17:19:13.163 INFO O| Sep 04 17:19:13.163 INFO O| Planning: Planning completed in 0.00 seconds
46482026-09-04T17:19:14.455Z[ recovery-image] Sep 04 17:19:13.164 INFO O| Sep 04 17:19:13.164 INFO O| Planning: Consolidating action changes ... Done
46492026-09-04T17:19:14.455Z[ recovery-image] Sep 04 17:19:13.164 INFO O| Sep 04 17:19:13.164 INFO O| Planning: Evaluating mediators ... Done
46502026-09-04T17:19:14.455Z[ recovery-image] Sep 04 17:19:13.164 INFO O| Sep 04 17:19:13.164 INFO O| Planning: Planning completed in 0.00 seconds
46512026-09-04T17:19:14.455Z[ recovery-image] Sep 04 17:19:13.164 INFO O| Sep 04 17:19:13.164 INFO O| Variants/Facets to change: 1
46522026-09-04T17:19:14.459Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46532026-09-04T17:19:14.468Z[ recovery-image] Sep 04 17:19:13.180 INFO O| Sep 04 17:19:13.180 INFO O| Finalize: Updating package state database ... Done
46542026-09-04T17:19:14.468Z[ recovery-image] Sep 04 17:19:13.180 INFO O| Sep 04 17:19:13.180 INFO O| Finalize: Updating package cache ... Done
46552026-09-04T17:19:14.545Z[verify-libraries] Compiling bit-set v0.5.3
46562026-09-04T17:19:14.557Z[ recovery-image] Sep 04 17:19:13.269 INFO O| Sep 04 17:19:13.268 INFO O| Finalize: Updating image state ... Done
46572026-09-04T17:19:14.576Z[ recovery-image] Sep 04 17:19:13.287 INFO O| Sep 04 17:19:13.287 INFO O| Finalize: Creating fast lookup database ... Done
46582026-09-04T17:19:14.579Z[ recovery-image] Sep 04 17:19:13.288 INFO O| Sep 04 17:19:13.288 INFO O| Finalize: Reading search index ... Done
46592026-09-04T17:19:14.579Z[ recovery-image] Sep 04 17:19:13.288 INFO O| Sep 04 17:19:13.288 INFO O| Finalize: Updating search index ... Done
46602026-09-04T17:19:14.579Z[ recovery-image] Sep 04 17:19:13.289 INFO O| Sep 04 17:19:13.289 INFO O| Finalize: Updating package cache ... Done
46612026-09-04T17:19:14.594Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46622026-09-04T17:19:14.598Z[verify-libraries] Compiling itertools v0.10.5
46632026-09-04T17:19:14.614Z[ host-image] Sep 04 17:19:13.325 INFO O| Sep 04 17:19:13.319 INFO O| Actions: Completed 22 actions in 0.25 seconds.
46642026-09-04T17:19:14.655Z[ host-image] Sep 04 17:19:13.366 INFO O| Sep 04 17:19:13.366 INFO O| Finalize: Updating package state database ... Done
46652026-09-04T17:19:14.655Z[ host-image] Sep 04 17:19:13.366 INFO O| Sep 04 17:19:13.366 INFO O| Finalize: Updating package cache ... Done
46662026-09-04T17:19:14.683Z[verify-libraries] Compiling ena v0.14.4
46672026-09-04T17:19:14.745Z[verify-libraries] Compiling libloading v0.8.9
46682026-09-04T17:19:14.775Z[ host-image] Sep 04 17:19:13.483 INFO O| Sep 04 17:19:13.483 INFO O| Finalize: Updating image state ... Done
46692026-09-04T17:19:14.778Z[verify-libraries] Compiling regex-syntax v0.6.29
46702026-09-04T17:19:14.778Z[verify-libraries] Compiling bindgen v0.71.1
46712026-09-04T17:19:14.892Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46722026-09-04T17:19:14.923Z[ recovery-image] Sep 04 17:19:13.634 INFO O| Sep 04 17:19:13.634 INFO STEP 10 (pkg_change_facet) COMPLETE
46732026-09-04T17:19:14.923Z[ recovery-image] Sep 04 17:19:13.634 INFO O| Sep 04 17:19:13.634 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46742026-09-04T17:19:14.933Z[ recovery-image] Sep 04 17:19:13.645 INFO O| Sep 04 17:19:13.644 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"]
46752026-09-04T17:19:14.981Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46762026-09-04T17:19:15.292Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46772026-09-04T17:19:15.320Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46782026-09-04T17:19:15.419Z[verify-libraries] Compiling cexpr v0.6.0
46792026-09-04T17:19:15.470Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46802026-09-04T17:19:15.528Z[verify-libraries] Compiling rustc-hash v2.1.1
46812026-09-04T17:19:15.808Z[ host-image] Sep 04 17:19:14.519 INFO O| Sep 04 17:19:14.519 INFO O| Finalize: Creating fast lookup database ... Done
46822026-09-04T17:19:15.838Z[ host-image] Sep 04 17:19:14.549 INFO O| Sep 04 17:19:14.549 INFO O| Finalize: Reading search index ... Done
46832026-09-04T17:19:15.838Z[ host-image] Sep 04 17:19:14.549 INFO O| Sep 04 17:19:14.549 INFO O| Finalize: Updating search index ... Done
46842026-09-04T17:19:15.849Z[verify-libraries] Compiling rfc6979 v0.4.0
46852026-09-04T17:19:15.849Z[ host-image] Sep 04 17:19:14.560 INFO O| Sep 04 17:19:14.560 INFO O| Finalize: Updating package cache ... Done
46862026-09-04T17:19:15.895Z[verify-libraries] Compiling libxml v0.3.3
46872026-09-04T17:19:15.918Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
46882026-09-04T17:19:15.918Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46892026-09-04T17:19:16.078Z[verify-libraries] Compiling ecdsa v0.16.9
46902026-09-04T17:19:16.083Z[verify-libraries] Compiling strum_macros v0.24.3
46912026-09-04T17:19:16.156Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO STEP 14 (pkg_install) COMPLETE
46922026-09-04T17:19:16.156Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46932026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO skip step because feature "mbist" is not enabled
46942026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46952026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO skip step because feature "mfg" is not enabled
46962026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46972026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO skip step because feature "compliance" is not enabled
46982026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46992026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO skip step because feature "stress" is not enabled
47002026-09-04T17:19:16.160Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47012026-09-04T17:19:16.161Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO skip step because feature "compliance" is not enabled
47022026-09-04T17:19:16.161Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47032026-09-04T17:19:16.161Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO skip step because feature "nfs" is not enabled
47042026-09-04T17:19:16.161Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47052026-09-04T17:19:16.161Z[ host-image] Sep 04 17:19:14.868 INFO O| Sep 04 17:19:14.868 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47062026-09-04T17:19:16.301Z[verify-libraries] Compiling lalrpop v0.19.12
47072026-09-04T17:19:16.327Z[verify-libraries] Compiling primeorder v0.13.6
47082026-09-04T17:19:16.353Z[verify-libraries] Compiling hashbrown v0.14.5
47092026-09-04T17:19:16.576Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
47102026-09-04T17:19:16.647Z[verify-libraries] Compiling hmac v0.13.0
47112026-09-04T17:19:16.685Z[verify-libraries] Compiling universal-hash v0.6.1
47122026-09-04T17:19:16.708Z[verify-libraries] Compiling fxhash v0.2.1
47132026-09-04T17:19:16.772Z[ host-image] Sep 04 17:19:15.483 INFO O| Sep 04 17:19:15.483 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47142026-09-04T17:19:16.891Z[ host-image] Sep 04 17:19:15.600 INFO O| Sep 04 17:19:15.600 INFO completed processing sled/ramdisk-01-os
47152026-09-04T17:19:16.894Z[ host-image] Sep 04 17:19:15.603 INFO omicron1 baseline generation...
47162026-09-04T17:19:16.894Z[ host-image] Sep 04 17:19:15.603 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47172026-09-04T17:19:16.927Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47182026-09-04T17:19:16.931Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
47192026-09-04T17:19:17.062Z[verify-libraries] Compiling indoc v1.0.9
47202026-09-04T17:19:17.067Z[verify-libraries] Compiling salty v0.3.0
47212026-09-04T17:19:17.209Z[verify-libraries] Compiling chumsky v0.9.3
47222026-09-04T17:19:17.209Z[verify-libraries] Compiling knus-derive v3.4.0
47232026-09-04T17:19:17.262Z[ host-image] Sep 04 17:19:15.973 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
47242026-09-04T17:19:17.516Z[ recovery-image] Sep 04 17:19:16.227 INFO O| Sep 04 17:19:16.227 INFO O| Startup: Refreshing catalog 'helios' ... Done
47252026-09-04T17:19:17.641Z[verify-libraries] Compiling p384 v0.13.1
47262026-09-04T17:19:17.803Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
47272026-09-04T17:19:17.886Z[verify-libraries] Compiling progenitor-impl v0.13.0
47282026-09-04T17:19:18.039Z[ recovery-image] Sep 04 17:19:16.750 INFO O| Sep 04 17:19:16.750 INFO O| Startup: Caching catalogs ... Done
47292026-09-04T17:19:18.382Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47302026-09-04T17:19:18.742Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-09-04T17:19:19.002Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47322026-09-04T17:19:19.066Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-09-04T17:19:19.246Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47342026-09-04T17:19:20.000Z[verify-libraries] Compiling oso-derive v0.27.3
47352026-09-04T17:19:20.198Z[verify-libraries] Compiling quick-xml v0.37.5
47362026-09-04T17:19:20.802Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
47372026-09-04T17:19:20.802Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
47382026-09-04T17:19:20.976Z[verify-libraries] Compiling openssl-probe v0.1.6
47392026-09-04T17:19:21.217Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47402026-09-04T17:19:21.270Z[verify-libraries] Compiling diesel v2.3.7
47412026-09-04T17:19:21.313Z[verify-libraries] Compiling progenitor-macro v0.13.0
47422026-09-04T17:19:21.457Z[ recovery-image] Sep 04 17:19:20.168 INFO O| Sep 04 17:19:20.168 INFO O| Planning: Solver setup ... Done
47432026-09-04T17:19:21.926Z[ recovery-image] Sep 04 17:19:20.637 INFO O| Sep 04 17:19:20.637 INFO O| Planning: Running solver ... Done
47442026-09-04T17:19:21.971Z[verify-libraries] Compiling knus v3.4.0
47452026-09-04T17:19:22.014Z[ recovery-image] Sep 04 17:19:20.706 INFO O| Sep 04 17:19:20.706 INFO O| Planning: Finding local manifests ... Done
47462026-09-04T17:19:22.041Z[ recovery-image] Sep 04 17:19:20.752 INFO O| Sep 04 17:19:20.752 INFO O| Planning: Fetching manifests: 0/130 0% complete
47472026-09-04T17:19:22.559Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47482026-09-04T17:19:22.780Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47492026-09-04T17:19:23.104Z[verify-libraries] Compiling polyval v0.7.1
47502026-09-04T17:19:23.393Z[verify-libraries] Compiling der v0.8.0
47512026-09-04T17:19:23.455Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47522026-09-04T17:19:23.490Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
47532026-09-04T17:19:23.820Z[verify-libraries] Compiling progenitor-client v0.13.0
47542026-09-04T17:19:24.273Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47552026-09-04T17:19:24.371Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47562026-09-04T17:19:24.654Z[verify-libraries] Compiling git-stub v1.0.0
47572026-09-04T17:19:24.870Z[verify-libraries] Compiling kstat-rs v0.2.5
47582026-09-04T17:19:25.024Z[verify-libraries] Compiling trait-variant v0.1.2
47592026-09-04T17:19:25.080Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47602026-09-04T17:19:25.218Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
47612026-09-04T17:19:25.251Z[verify-libraries] Compiling git-stub-vcs v0.1.0
47622026-09-04T17:19:25.254Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47632026-09-04T17:19:25.308Z[ recovery-image] Sep 04 17:19:24.019 INFO O| Sep 04 17:19:24.019 INFO O| Planning: Fetching manifests: 130/130 100% complete
47642026-09-04T17:19:25.413Z[verify-libraries] Compiling ghash v0.6.0
47652026-09-04T17:19:25.591Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
47662026-09-04T17:19:25.664Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
47672026-09-04T17:19:25.696Z[verify-libraries] Compiling pbkdf2 v0.13.0
47682026-09-04T17:19:25.725Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47692026-09-04T17:19:25.752Z[verify-libraries] Compiling crypto-bigint v0.7.5
47702026-09-04T17:19:25.781Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47712026-09-04T17:19:25.781Z[verify-libraries] Compiling aes v0.9.1
47722026-09-04T17:19:25.907Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47732026-09-04T17:19:25.956Z[ recovery-image] Sep 04 17:19:24.667 INFO O| Sep 04 17:19:24.667 INFO O| Planning: Package planning ... Done
47742026-09-04T17:19:25.990Z[verify-libraries] Compiling ctr v0.10.1
47752026-09-04T17:19:26.116Z[ recovery-image] Sep 04 17:19:24.827 INFO O| Sep 04 17:19:24.827 INFO O| Planning: Merging actions ... Done
47762026-09-04T17:19:26.211Z[ recovery-image] Sep 04 17:19:24.922 INFO O| Sep 04 17:19:24.922 INFO O| Planning: Checking for conflicting actions ... Done
47772026-09-04T17:19:26.270Z[ recovery-image] Sep 04 17:19:24.981 INFO O| Sep 04 17:19:24.981 INFO O| Planning: Consolidating action changes ... Done
47782026-09-04T17:19:26.347Z[verify-libraries] Compiling aead v0.6.1
47792026-09-04T17:19:26.384Z[verify-libraries] Compiling bb8 v0.8.6
47802026-09-04T17:19:26.387Z[verify-libraries] Compiling parking_lot_core v0.8.6
47812026-09-04T17:19:26.410Z[ recovery-image] Sep 04 17:19:25.121 INFO O| Sep 04 17:19:25.121 INFO O| Planning: Evaluating mediators ... Done
47822026-09-04T17:19:26.658Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47832026-09-04T17:19:26.865Z[verify-libraries] Compiling aes-gcm v0.11.0
47842026-09-04T17:19:27.034Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47852026-09-04T17:19:27.266Z[verify-libraries] Compiling spki v0.8.0
47862026-09-04T17:19:27.331Z[verify-libraries] Compiling progenitor v0.13.0
47872026-09-04T17:19:27.410Z[verify-libraries] Compiling mime_guess v2.0.5
47882026-09-04T17:19:27.496Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47892026-09-04T17:19:27.599Z[verify-libraries] Compiling salsa20 v0.11.0
47902026-09-04T17:19:27.729Z[verify-libraries] Compiling antithesis_sdk v0.2.9
47912026-09-04T17:19:27.807Z[verify-libraries] Compiling nanorand v0.7.0
47922026-09-04T17:19:27.908Z[verify-libraries] Compiling scrypt v0.12.0
47932026-09-04T17:19:27.917Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47942026-09-04T17:19:27.960Z[ recovery-image] Sep 04 17:19:26.671 INFO O| Sep 04 17:19:26.670 INFO O| Planning: Planning completed in 9.89 seconds
47952026-09-04T17:19:27.964Z[ recovery-image] Sep 04 17:19:26.673 INFO O| Sep 04 17:19:26.672 INFO O| Packages to install: 130
47962026-09-04T17:19:27.964Z[ recovery-image] Sep 04 17:19:26.673 INFO O| Sep 04 17:19:26.672 INFO O| Mediators to change: 5
47972026-09-04T17:19:27.964Z[ recovery-image] Sep 04 17:19:26.673 INFO O| Sep 04 17:19:26.672 INFO O| Services to change: 5
47982026-09-04T17:19:27.991Z[ recovery-image] Sep 04 17:19:26.703 INFO O| Sep 04 17:19:26.702 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
47992026-09-04T17:19:28.025Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
48002026-09-04T17:19:28.139Z[verify-libraries] Compiling flume v0.11.1
48012026-09-04T17:19:28.408Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48022026-09-04T17:19:28.430Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
48032026-09-04T17:19:28.526Z[verify-libraries] Compiling cbc v0.2.1
48042026-09-04T17:19:28.618Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
48052026-09-04T17:19:28.667Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48062026-09-04T17:19:28.738Z[verify-libraries] Compiling nonempty v0.12.0
48072026-09-04T17:19:28.781Z[verify-libraries] Compiling corncobs v0.1.4
48082026-09-04T17:19:28.943Z[verify-libraries] Compiling http-range v0.1.5
48092026-09-04T17:19:29.033Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48102026-09-04T17:19:29.069Z[verify-libraries] Compiling pkcs5 v0.8.1
48112026-09-04T17:19:29.095Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
48122026-09-04T17:19:29.126Z[verify-libraries] Compiling parking_lot v0.11.2
48132026-09-04T17:19:29.352Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
48142026-09-04T17:19:29.570Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
48152026-09-04T17:19:29.592Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
48162026-09-04T17:19:29.743Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
48172026-09-04T17:19:29.769Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48182026-09-04T17:19:29.891Z[verify-libraries] Compiling digest-io v0.1.0
48192026-09-04T17:19:30.082Z[verify-libraries] Compiling prefix-trie v0.7.0
48202026-09-04T17:19:30.131Z[verify-libraries] Compiling secrecy v0.8.0
48212026-09-04T17:19:30.380Z[verify-libraries] Compiling rawzip v0.4.4
48222026-09-04T17:19:30.553Z[verify-libraries] Compiling hickory-server v0.25.2
48232026-09-04T17:19:30.666Z[verify-libraries] Compiling hyper-staticfile v0.10.1
48242026-09-04T17:19:30.790Z[verify-libraries] Compiling pkcs8 v0.11.0
48252026-09-04T17:19:30.899Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48262026-09-04T17:19:31.226Z[verify-libraries] Compiling sled v0.34.7
48272026-09-04T17:19:31.299Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48282026-09-04T17:19:31.337Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48292026-09-04T17:19:31.666Z[verify-libraries] Compiling ignore v0.4.25
48302026-09-04T17:19:31.789Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48312026-09-04T17:19:31.861Z[verify-libraries] Compiling anstyle-parse v0.2.7
48322026-09-04T17:19:32.125Z[verify-libraries] Compiling ff v0.14.0
48332026-09-04T17:19:32.203Z[verify-libraries] Compiling anstream v0.6.21
48342026-09-04T17:19:32.338Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
48352026-09-04T17:19:32.343Z[verify-libraries] Compiling predicates-tree v1.0.13
48362026-09-04T17:19:32.683Z[verify-libraries] Compiling globwalk v0.9.1
48372026-09-04T17:19:32.718Z[verify-libraries] Compiling libz-sys v1.1.24
48382026-09-04T17:19:32.793Z[verify-libraries] Compiling rand_seeder v0.4.0
48392026-09-04T17:19:33.002Z[ recovery-image] Sep 04 17:19:31.713 INFO O| Sep 04 17:19:31.712 INFO O| Download: 8202/16683 items 83.4/200.2MB 41% complete (16.8M/s)
48402026-09-04T17:19:33.033Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
48412026-09-04T17:19:33.506Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48422026-09-04T17:19:33.558Z[verify-libraries] Compiling group v0.14.0
48432026-09-04T17:19:33.631Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48442026-09-04T17:19:33.794Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48452026-09-04T17:19:33.982Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48462026-09-04T17:19:34.013Z[verify-libraries] Compiling signature v3.0.0
48472026-09-04T17:19:34.051Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48482026-09-04T17:19:34.173Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
48492026-09-04T17:19:34.306Z[verify-libraries] Compiling instability v0.3.11
48502026-09-04T17:19:34.391Z[verify-libraries] Compiling base16ct v1.0.0
48512026-09-04T17:19:34.577Z[verify-libraries] Compiling sec1 v0.8.1
48522026-09-04T17:19:34.674Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48532026-09-04T17:19:34.708Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48542026-09-04T17:19:34.728Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48552026-09-04T17:19:35.106Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48562026-09-04T17:19:35.167Z[verify-libraries] Compiling hkdf v0.13.0
48572026-09-04T17:19:35.170Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48582026-09-04T17:19:35.278Z[verify-libraries] Compiling scuffle v0.1.0
48592026-09-04T17:19:35.403Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48602026-09-04T17:19:35.463Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48612026-09-04T17:19:35.595Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48622026-09-04T17:19:35.815Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48632026-09-04T17:19:36.213Z[verify-libraries] Compiling castaway v0.2.4
48642026-09-04T17:19:36.249Z[verify-libraries] Compiling indoc v2.0.7
48652026-09-04T17:19:36.281Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48662026-09-04T17:19:36.499Z[verify-libraries] Compiling compact_str v0.8.1
48672026-09-04T17:19:36.652Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48682026-09-04T17:19:36.712Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48692026-09-04T17:19:37.024Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48702026-09-04T17:19:37.243Z[verify-libraries] Compiling elliptic-curve v0.14.1
48712026-09-04T17:19:37.680Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48722026-09-04T17:19:37.819Z[ recovery-image] Sep 04 17:19:36.530 INFO O| Sep 04 17:19:36.530 INFO O| Download: Completed 200.18 MB in 9.83 seconds (20.3M/s)
48732026-09-04T17:19:37.872Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48742026-09-04T17:19:37.912Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48752026-09-04T17:19:37.962Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48762026-09-04T17:19:37.986Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48772026-09-04T17:19:38.373Z[verify-libraries] Compiling lru v0.12.5
48782026-09-04T17:19:38.618Z[verify-libraries] Compiling unicode-truncate v1.1.0
48792026-09-04T17:19:38.765Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48802026-09-04T17:19:38.790Z[verify-libraries] Compiling arc-swap v1.8.2
48812026-09-04T17:19:38.832Z[verify-libraries] Compiling cassowary v0.3.0
48822026-09-04T17:19:38.860Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48832026-09-04T17:19:38.975Z[verify-libraries] Compiling wnaf v0.14.0
48842026-09-04T17:19:39.228Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48852026-09-04T17:19:39.326Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48862026-09-04T17:19:39.416Z[verify-libraries] Compiling ratatui v0.29.0
48872026-09-04T17:19:39.701Z[verify-libraries] Compiling slog-scope v4.4.1
48882026-09-04T17:19:39.831Z[verify-libraries] Compiling primefield v0.14.0
48892026-09-04T17:19:39.949Z[verify-libraries] Compiling rfc6979 v0.6.0
48902026-09-04T17:19:40.048Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48912026-09-04T17:19:40.072Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48922026-09-04T17:19:40.134Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48932026-09-04T17:19:40.177Z[verify-libraries] Compiling vergen-git2 v9.1.0
48942026-09-04T17:19:40.261Z[verify-libraries] Compiling strsim v0.10.0
48952026-09-04T17:19:40.338Z[verify-libraries] Compiling ecdsa v0.17.0
48962026-09-04T17:19:40.394Z[verify-libraries] Compiling primeorder v0.14.0
48972026-09-04T17:19:40.494Z[verify-libraries] Compiling darling_core v0.13.4
48982026-09-04T17:19:40.655Z[verify-libraries] Compiling slog-stdlog v4.1.1
48992026-09-04T17:19:41.318Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49002026-09-04T17:19:41.338Z[verify-libraries] Compiling tungstenite v0.23.0
49012026-09-04T17:19:41.338Z[verify-libraries] Compiling curve25519-dalek v5.0.0
49022026-09-04T17:19:43.248Z[verify-libraries] Compiling console v0.16.2
49032026-09-04T17:19:43.315Z[verify-libraries] Compiling libsw-core v0.3.2
49042026-09-04T17:19:43.315Z[verify-libraries] Compiling assert_matches v1.5.0
49052026-09-04T17:19:43.315Z[verify-libraries] Compiling unit-prefix v0.5.2
49062026-09-04T17:19:43.315Z[verify-libraries] Compiling void v1.0.2
49072026-09-04T17:19:43.315Z[verify-libraries] Compiling indicatif v0.18.4
49082026-09-04T17:19:43.315Z[verify-libraries] Compiling lzss v0.8.2
49092026-09-04T17:19:44.895Z[verify-libraries] Compiling libsw v3.5.0
49102026-09-04T17:19:44.895Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
49112026-09-04T17:19:44.895Z[verify-libraries] Compiling slog-envlogger v2.2.0
49122026-09-04T17:19:44.895Z[verify-libraries] Compiling ssh-encoding v0.3.0
49132026-09-04T17:19:44.895Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49142026-09-04T17:19:44.895Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49152026-09-04T17:19:44.895Z[ recovery-image] Sep 04 17:19:41.292 INFO O| Sep 04 17:19:41.292 INFO O| Actions: 1/27596 actions (Installing new actions)
49162026-09-04T17:19:44.895Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49172026-09-04T17:19:44.895Z[verify-libraries] Compiling darling_macro v0.13.4
49182026-09-04T17:19:44.895Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49192026-09-04T17:19:44.895Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49202026-09-04T17:19:44.895Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
49212026-09-04T17:19:44.895Z[verify-libraries] Compiling nix v0.27.1
49222026-09-04T17:19:44.895Z[verify-libraries] Compiling colored v2.2.0
49232026-09-04T17:19:44.895Z[verify-libraries] Compiling blake3 v1.8.5
49242026-09-04T17:19:44.895Z[verify-libraries] Compiling serde_bytes v0.11.19
49252026-09-04T17:19:44.921Z[verify-libraries] Compiling keccak v0.2.0
49262026-09-04T17:19:44.921Z[verify-libraries] Compiling shell-words v1.1.1
49272026-09-04T17:19:44.921Z[verify-libraries] Compiling darling v0.13.4
49282026-09-04T17:19:44.921Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49292026-09-04T17:19:44.922Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49302026-09-04T17:19:44.922Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49312026-09-04T17:19:44.922Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49322026-09-04T17:19:44.922Z[verify-libraries] Compiling ed25519 v3.0.0
49332026-09-04T17:19:44.922Z[verify-libraries] Compiling crypto-primes v0.7.2
49342026-09-04T17:19:44.922Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49352026-09-04T17:19:45.392Z[verify-libraries] Compiling poly1305 v0.9.0
49362026-09-04T17:19:45.726Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49372026-09-04T17:19:46.252Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49382026-09-04T17:19:46.275Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49392026-09-04T17:19:46.275Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49402026-09-04T17:19:46.275Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49412026-09-04T17:19:46.297Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49422026-09-04T17:19:46.459Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49432026-09-04T17:19:46.483Z[verify-libraries] Compiling blowfish v0.10.0
49442026-09-04T17:19:46.531Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49452026-09-04T17:19:46.636Z[verify-libraries] Compiling petname v2.0.2
49462026-09-04T17:19:46.706Z[verify-libraries] Compiling arrayvec v0.7.6
49472026-09-04T17:19:46.846Z[verify-libraries] Compiling constant_time_eq v0.4.2
49482026-09-04T17:19:46.916Z[verify-libraries] Compiling arrayref v0.3.9
49492026-09-04T17:19:47.107Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49502026-09-04T17:19:47.203Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49512026-09-04T17:19:47.410Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49522026-09-04T17:19:47.441Z[verify-libraries] Compiling ssh-cipher v0.3.0
49532026-09-04T17:19:47.539Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49542026-09-04T17:19:47.579Z[verify-libraries] Compiling serde_with_macros v1.5.2
49552026-09-04T17:19:47.583Z[ recovery-image] Sep 04 17:19:46.292 INFO O| Sep 04 17:19:46.292 INFO O| Actions: 21670/27596 actions (Installing new actions)
49562026-09-04T17:19:47.634Z[verify-libraries] Compiling sha3 v0.11.0
49572026-09-04T17:19:47.634Z[verify-libraries] Compiling p521 v0.14.0
49582026-09-04T17:19:47.694Z[verify-libraries] Compiling p384 v0.14.0
49592026-09-04T17:19:48.274Z[verify-libraries] Compiling p256 v0.14.0
49602026-09-04T17:19:48.303Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49612026-09-04T17:19:48.329Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49622026-09-04T17:19:48.346Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49632026-09-04T17:19:48.356Z[ recovery-image] Sep 04 17:19:47.066 INFO O| Sep 04 17:19:47.063 INFO O| Actions: Completed 27596 actions in 5.77 seconds.
49642026-09-04T17:19:48.436Z[ recovery-image] Sep 04 17:19:47.143 INFO O| Sep 04 17:19:47.143 INFO O| Finalize: Updating package state database ... Done
49652026-09-04T17:19:48.436Z[ recovery-image] Sep 04 17:19:47.143 INFO O| Sep 04 17:19:47.143 INFO O| Finalize: Updating package cache ... Done
49662026-09-04T17:19:48.515Z[verify-libraries] Compiling twox-hash v2.1.2
49672026-09-04T17:19:48.587Z[ recovery-image] Sep 04 17:19:47.294 INFO O| Sep 04 17:19:47.294 INFO O| Finalize: Updating image state ... Done
49682026-09-04T17:19:48.812Z[verify-libraries] Compiling kem v0.3.0
49692026-09-04T17:19:48.943Z[verify-libraries] Compiling module-lattice v0.2.3
49702026-09-04T17:19:48.971Z[verify-libraries] Compiling atty v0.2.14
49712026-09-04T17:19:49.065Z[verify-libraries] Compiling rtoolbox v0.0.3
49722026-09-04T17:19:49.153Z[verify-libraries] Compiling sponge-cursor v0.1.0
49732026-09-04T17:19:49.325Z[verify-libraries] Compiling topological-sort v0.2.2
49742026-09-04T17:19:49.347Z[ recovery-image] Sep 04 17:19:48.056 INFO O| Sep 04 17:19:48.056 INFO O| Finalize: Creating fast lookup database ... Done
49752026-09-04T17:19:49.359Z[ recovery-image] Sep 04 17:19:48.065 INFO O| Sep 04 17:19:48.065 INFO O| Finalize: Reading search index ... Done
49762026-09-04T17:19:49.365Z[verify-libraries] Compiling sha3 v0.12.0
49772026-09-04T17:19:49.393Z[verify-libraries] Compiling ml-kem v0.3.2
49782026-09-04T17:19:49.463Z[verify-libraries] Compiling rpassword v7.5.4
49792026-09-04T17:19:49.541Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49802026-09-04T17:19:49.708Z[verify-libraries] Compiling serde_with v1.14.0
49812026-09-04T17:19:50.015Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49822026-09-04T17:19:50.126Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49832026-09-04T17:19:50.339Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49842026-09-04T17:19:50.399Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49852026-09-04T17:19:50.457Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49862026-09-04T17:19:50.817Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49872026-09-04T17:19:51.011Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49882026-09-04T17:19:51.104Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49892026-09-04T17:19:51.127Z[ recovery-image] Sep 04 17:19:49.829 INFO O| Sep 04 17:19:49.829 INFO O| Finalize: Building new search index ... Done
49902026-09-04T17:19:51.321Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49912026-09-04T17:19:51.465Z[ recovery-image] Sep 04 17:19:50.174 INFO O| Sep 04 17:19:50.174 INFO O| Finalize: Updating package cache ... Done
49922026-09-04T17:19:51.855Z[ recovery-image] Sep 04 17:19:50.565 INFO O| Sep 04 17:19:50.565 INFO STEP 11 (pkg_install) COMPLETE
49932026-09-04T17:19:51.863Z[ recovery-image] Sep 04 17:19:50.565 INFO O| Sep 04 17:19:50.565 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49942026-09-04T17:19:51.863Z[ recovery-image] Sep 04 17:19:50.565 INFO O| Sep 04 17:19:50.565 INFO skip step because feature "recovery" is enabled
49952026-09-04T17:19:51.863Z[ recovery-image] Sep 04 17:19:50.565 INFO O| Sep 04 17:19:50.565 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49962026-09-04T17:19:51.863Z[ recovery-image] Sep 04 17:19:50.565 INFO O| Sep 04 17:19:50.565 INFO skip step because feature "omicron1" is not enabled
49972026-09-04T17:19:51.863Z[ recovery-image] Sep 04 17:19:50.565 INFO O| Sep 04 17:19:50.565 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49982026-09-04T17:19:51.868Z[ recovery-image] Sep 04 17:19:50.575 INFO O| Sep 04 17:19:50.574 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49992026-09-04T17:19:52.153Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50002026-09-04T17:19:52.341Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50012026-09-04T17:19:52.492Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50022026-09-04T17:19:53.402Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50032026-09-04T17:19:54.053Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50042026-09-04T17:19:54.323Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50052026-09-04T17:19:54.689Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50062026-09-04T17:19:54.728Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
50072026-09-04T17:19:55.198Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
50082026-09-04T17:19:55.848Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
50092026-09-04T17:19:55.926Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
50102026-09-04T17:19:56.694Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
50112026-09-04T17:19:57.340Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50122026-09-04T17:19:57.821Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
50132026-09-04T17:19:58.051Z[ recovery-image] Sep 04 17:19:56.761 INFO O| Sep 04 17:19:56.761 INFO O| Startup: Refreshing catalog 'helios' ... Done
50142026-09-04T17:19:58.536Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50152026-09-04T17:19:58.554Z[ recovery-image] Sep 04 17:19:57.265 INFO O| Sep 04 17:19:57.265 INFO O| Startup: Caching catalogs ... Done
50162026-09-04T17:19:58.560Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50172026-09-04T17:19:58.787Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50182026-09-04T17:19:59.107Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50192026-09-04T17:19:59.246Z[ recovery-image] Sep 04 17:19:57.951 INFO O| Sep 04 17:19:57.951 INFO O| Planning: Solver setup ... Done
50202026-09-04T17:19:59.255Z[ recovery-image] Sep 04 17:19:57.957 INFO O| Sep 04 17:19:57.956 INFO O| Planning: Running solver ... Done
50212026-09-04T17:19:59.264Z[ recovery-image] Sep 04 17:19:57.973 INFO O| Sep 04 17:19:57.973 INFO O| Planning: Finding local manifests ... Done
50222026-09-04T17:19:59.285Z[ recovery-image] Sep 04 17:19:57.993 INFO O| Sep 04 17:19:57.993 INFO O| Planning: Fetching manifests: 0/1 0% complete
50232026-09-04T17:19:59.316Z[ recovery-image] Sep 04 17:19:58.027 INFO O| Sep 04 17:19:58.027 INFO O| Planning: Fetching manifests: 1/1 100% complete
50242026-09-04T17:19:59.336Z[ recovery-image] Sep 04 17:19:58.044 INFO O| Sep 04 17:19:58.044 INFO O| Planning: Package planning ... Done
50252026-09-04T17:19:59.339Z[ recovery-image] Sep 04 17:19:58.044 INFO O| Sep 04 17:19:58.044 INFO O| Planning: Merging actions ... Done
50262026-09-04T17:19:59.361Z[ recovery-image] Sep 04 17:19:58.067 INFO O| Sep 04 17:19:58.067 INFO O| Planning: Checking for conflicting actions ... Done
50272026-09-04T17:19:59.361Z[ recovery-image] Sep 04 17:19:58.067 INFO O| Sep 04 17:19:58.067 INFO O| Planning: Consolidating action changes ... Done
50282026-09-04T17:19:59.400Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
50292026-09-04T17:19:59.442Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50302026-09-04T17:19:59.451Z[ recovery-image] Sep 04 17:19:58.161 INFO O| Sep 04 17:19:58.161 INFO O| Planning: Evaluating mediators ... Done
50312026-09-04T17:19:59.461Z[ recovery-image] Sep 04 17:19:58.162 INFO O| Sep 04 17:19:58.162 INFO O| Planning: Planning completed in 0.88 seconds
50322026-09-04T17:19:59.461Z[ recovery-image] Sep 04 17:19:58.162 INFO O| Sep 04 17:19:58.162 INFO O| Packages to install: 1
50332026-09-04T17:19:59.468Z[ recovery-image] Sep 04 17:19:58.174 INFO O| Sep 04 17:19:58.174 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50342026-09-04T17:19:59.468Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
50352026-09-04T17:19:59.519Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
50362026-09-04T17:19:59.672Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
50372026-09-04T17:19:59.736Z[verify-libraries] Compiling fatfs v0.3.6
50382026-09-04T17:19:59.884Z[ recovery-image] Sep 04 17:19:58.560 INFO O| Sep 04 17:19:58.558 INFO O| Download: Completed 13.27 MB in 0.38 seconds (34.6M/s)
50392026-09-04T17:19:59.890Z[ recovery-image] Sep 04 17:19:58.581 INFO O| Sep 04 17:19:58.581 INFO O| Actions: 1/22 actions (Installing new actions)
50402026-09-04T17:19:59.922Z[verify-libraries] Compiling num-bigint v0.4.6
50412026-09-04T17:20:00.021Z[verify-libraries] Compiling generic-array v1.4.3
50422026-09-04T17:20:00.134Z[ recovery-image] Sep 04 17:19:58.835 INFO O| Sep 04 17:19:58.835 INFO O| Actions: Completed 22 actions in 0.25 seconds.
50432026-09-04T17:20:00.152Z[verify-libraries] Compiling russh-util v0.52.0
50442026-09-04T17:20:00.172Z[ recovery-image] Sep 04 17:19:58.878 INFO O| Sep 04 17:19:58.878 INFO O| Finalize: Updating package state database ... Done
50452026-09-04T17:20:00.172Z[ recovery-image] Sep 04 17:19:58.878 INFO O| Sep 04 17:19:58.878 INFO O| Finalize: Updating package cache ... Done
50462026-09-04T17:20:01.460Z[ recovery-image] Sep 04 17:19:59.050 INFO O| Sep 04 17:19:59.050 INFO O| Finalize: Updating image state ... Done
50472026-09-04T17:20:01.483Z[verify-libraries] Compiling enum_dispatch v0.3.13
50482026-09-04T17:20:01.483Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
50492026-09-04T17:20:01.483Z[verify-libraries] Compiling delegate v0.13.5
50502026-09-04T17:20:01.483Z[verify-libraries] Compiling sapling-renderdag v0.1.0
50512026-09-04T17:20:01.483Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
50522026-09-04T17:20:01.483Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50532026-09-04T17:20:01.483Z[ recovery-image] Sep 04 17:19:59.844 INFO O| Sep 04 17:19:59.844 INFO O| Finalize: Creating fast lookup database ... Done
50542026-09-04T17:20:01.483Z[ recovery-image] Sep 04 17:19:59.860 INFO O| Sep 04 17:19:59.860 INFO O| Finalize: Reading search index ... Done
50552026-09-04T17:20:01.483Z[ recovery-image] Sep 04 17:19:59.861 INFO O| Sep 04 17:19:59.860 INFO O| Finalize: Updating search index ... Done
50562026-09-04T17:20:01.483Z[ recovery-image] Sep 04 17:19:59.871 INFO O| Sep 04 17:19:59.871 INFO O| Finalize: Updating package cache ... Done
50572026-09-04T17:20:01.483Z[verify-libraries] Compiling seq-macro v0.3.6
50582026-09-04T17:20:01.483Z[verify-libraries] Compiling sync-ptr v0.1.4
50592026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO STEP 14 (pkg_install) COMPLETE
50602026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50612026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO skip step because feature "mbist" is not enabled
50622026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50632026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO skip step because feature "mfg" is not enabled
50642026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50652026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO skip step because feature "compliance" is not enabled
50662026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50672026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO skip step because feature "stress" is not enabled
50682026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50692026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO skip step because feature "compliance" is not enabled
50702026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50712026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO skip step because feature "nfs" is not enabled
50722026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50732026-09-04T17:20:01.484Z[ recovery-image] Sep 04 17:20:00.168 INFO O| Sep 04 17:20:00.168 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50742026-09-04T17:20:01.595Z[ recovery-image] Sep 04 17:20:00.305 INFO O| Sep 04 17:20:00.305 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50752026-09-04T17:20:01.631Z[verify-libraries] Compiling hex-literal v1.1.0
50762026-09-04T17:20:01.662Z[verify-libraries] Compiling md5 v0.8.0
50772026-09-04T17:20:01.708Z[ recovery-image] Sep 04 17:20:00.418 INFO O| Sep 04 17:20:00.418 INFO completed processing sled/ramdisk-01-os
50782026-09-04T17:20:01.714Z[ recovery-image] Sep 04 17:20:00.422 INFO image builder template: ramdisk-02-trim...
50792026-09-04T17:20:01.714Z[ recovery-image] Sep 04 17:20:00.422 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/.tmpMIfNqd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50802026-09-04T17:20:01.735Z[ recovery-image] Sep 04 17:20:00.443 INFO O| Sep 04 17:20:00.443 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50812026-09-04T17:20:01.738Z[ recovery-image] Sep 04 17:20:00.447 INFO O| Sep 04 17:20:00.447 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50822026-09-04T17:20:01.746Z[verify-libraries] Compiling samael v0.0.19
50832026-09-04T17:20:01.797Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50842026-09-04T17:20:01.858Z[verify-libraries] Compiling russh v0.62.4
50852026-09-04T17:20:01.899Z[ recovery-image] Sep 04 17:20:00.609 INFO O| Sep 04 17:20:00.609 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50862026-09-04T17:20:01.975Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50872026-09-04T17:20:01.999Z[ recovery-image] Sep 04 17:20:00.709 INFO O| Sep 04 17:20:00.709 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50882026-09-04T17:20:01.999Z[ recovery-image] Sep 04 17:20:00.709 INFO O| Sep 04 17:20:00.709 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50892026-09-04T17:20:02.003Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
50902026-09-04T17:20:02.007Z[ recovery-image] Sep 04 17:20:00.714 INFO O| Sep 04 17:20:00.714 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50912026-09-04T17:20:02.011Z[ recovery-image] Sep 04 17:20:00.718 INFO O| Sep 04 17:20:00.718 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50922026-09-04T17:20:02.015Z[ recovery-image] Sep 04 17:20:00.723 INFO O| Sep 04 17:20:00.723 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50932026-09-04T17:20:02.701Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50942026-09-04T17:20:02.731Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50952026-09-04T17:20:02.802Z[ recovery-image] Sep 04 17:20:01.512 INFO O| Sep 04 17:20:01.512 INFO rolled back to input snapshot; work may begin
50962026-09-04T17:20:02.802Z[ recovery-image] Sep 04 17:20:01.512 INFO O| Sep 04 17:20:01.512 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50972026-09-04T17:20:02.810Z[ recovery-image] Sep 04 17:20:01.517 INFO O| Sep 04 17:20:01.517 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-09-04T17:20:02.820Z[ recovery-image] Sep 04 17:20:01.526 INFO O| Sep 04 17:20:01.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50992026-09-04T17:20:02.856Z[ recovery-image] Sep 04 17:20:01.566 INFO O| Sep 04 17:20:01.566 INFO STEP 0 (remove_files) COMPLETE
51002026-09-04T17:20:02.856Z[ recovery-image] Sep 04 17:20:01.566 INFO O| Sep 04 17:20:01.566 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-09-04T17:20:02.868Z[ recovery-image] Sep 04 17:20:01.579 INFO O| Sep 04 17:20:01.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
51022026-09-04T17:20:02.869Z[ recovery-image] Sep 04 17:20:01.579 INFO O| Sep 04 17:20:01.578 INFO STEP 1 (remove_files) COMPLETE
51032026-09-04T17:20:02.869Z[ recovery-image] Sep 04 17:20:01.579 INFO O| Sep 04 17:20:01.579 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-09-04T17:20:02.878Z[ recovery-image] Sep 04 17:20:01.588 INFO O| Sep 04 17:20:01.588 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
51052026-09-04T17:20:02.892Z[ recovery-image] Sep 04 17:20:01.602 INFO O| Sep 04 17:20:01.602 INFO STEP 2 (remove_files) COMPLETE
51062026-09-04T17:20:02.892Z[ recovery-image] Sep 04 17:20:01.602 INFO O| Sep 04 17:20:01.602 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-09-04T17:20:02.902Z[ recovery-image] Sep 04 17:20:01.612 INFO O| Sep 04 17:20:01.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
51082026-09-04T17:20:02.905Z[ recovery-image] Sep 04 17:20:01.614 INFO O| Sep 04 17:20:01.614 INFO STEP 3 (remove_files) COMPLETE
51092026-09-04T17:20:02.905Z[ recovery-image] Sep 04 17:20:01.614 INFO O| Sep 04 17:20:01.614 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-09-04T17:20:02.918Z[ recovery-image] Sep 04 17:20:01.627 INFO O| Sep 04 17:20:01.627 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
51112026-09-04T17:20:02.932Z[ recovery-image] Sep 04 17:20:01.629 INFO O| Sep 04 17:20:01.629 INFO STEP 4 (remove_files) COMPLETE
51122026-09-04T17:20:02.932Z[ recovery-image] Sep 04 17:20:01.630 INFO O| Sep 04 17:20:01.629 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-09-04T17:20:02.932Z[ recovery-image] Sep 04 17:20:01.641 INFO O| Sep 04 17:20:01.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51142026-09-04T17:20:02.932Z[ recovery-image] Sep 04 17:20:01.641 INFO O| Sep 04 17:20:01.641 INFO STEP 5 (remove_files) COMPLETE
51152026-09-04T17:20:02.939Z[ recovery-image] Sep 04 17:20:01.641 INFO O| Sep 04 17:20:01.641 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-09-04T17:20:02.944Z[ recovery-image] Sep 04 17:20:01.651 INFO O| Sep 04 17:20:01.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51172026-09-04T17:20:02.951Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO STEP 6 (remove_files) COMPLETE
51182026-09-04T17:20:02.951Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO skip step because feature "heliosv2" is not enabled
51202026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO skip step because feature "recovery" is enabled
51222026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO skip step because feature "recovery" is enabled
51242026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO skip step because feature "recovery" is enabled
51262026-09-04T17:20:02.955Z[ recovery-image] Sep 04 17:20:01.661 INFO O| Sep 04 17:20:01.661 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-09-04T17:20:02.960Z[ recovery-image] Sep 04 17:20:01.671 INFO O| Sep 04 17:20:01.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51282026-09-04T17:20:02.969Z[ recovery-image] Sep 04 17:20:01.673 INFO O| Sep 04 17:20:01.673 INFO STEP 11 (remove_files) COMPLETE
51292026-09-04T17:20:02.969Z[ recovery-image] Sep 04 17:20:01.673 INFO O| Sep 04 17:20:01.673 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-09-04T17:20:02.973Z[ recovery-image] Sep 04 17:20:01.682 INFO O| Sep 04 17:20:01.682 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51312026-09-04T17:20:02.973Z[ recovery-image] Sep 04 17:20:01.682 INFO O| Sep 04 17:20:01.682 INFO STEP 12 (remove_files) COMPLETE
51322026-09-04T17:20:02.973Z[ recovery-image] Sep 04 17:20:01.683 INFO O| Sep 04 17:20:01.682 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-09-04T17:20:02.980Z[ recovery-image] Sep 04 17:20:01.691 INFO O| Sep 04 17:20:01.690 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51342026-09-04T17:20:02.983Z[ recovery-image] Sep 04 17:20:01.692 INFO O| Sep 04 17:20:01.692 INFO STEP 13 (remove_files) COMPLETE
51352026-09-04T17:20:02.983Z[ recovery-image] Sep 04 17:20:01.692 INFO O| Sep 04 17:20:01.692 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-09-04T17:20:03.001Z[ recovery-image] Sep 04 17:20:01.711 INFO O| Sep 04 17:20:01.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51372026-09-04T17:20:03.001Z[ recovery-image] Sep 04 17:20:01.711 INFO O| Sep 04 17:20:01.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51382026-09-04T17:20:03.031Z[ recovery-image] Sep 04 17:20:01.740 INFO O| Sep 04 17:20:01.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51392026-09-04T17:20:03.042Z[ recovery-image] Sep 04 17:20:01.753 INFO O| Sep 04 17:20:01.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51402026-09-04T17:20:03.153Z[ recovery-image] Sep 04 17:20:01.863 INFO O| Sep 04 17:20:01.863 INFO STEP 14 (remove_files) COMPLETE
51412026-09-04T17:20:03.153Z[ recovery-image] Sep 04 17:20:01.864 INFO O| Sep 04 17:20:01.863 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-09-04T17:20:03.165Z[ recovery-image] Sep 04 17:20:01.874 INFO O| Sep 04 17:20:01.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51432026-09-04T17:20:03.169Z[ recovery-image] Sep 04 17:20:01.875 INFO O| Sep 04 17:20:01.875 INFO STEP 15 (remove_files) COMPLETE
51442026-09-04T17:20:03.170Z[ recovery-image] Sep 04 17:20:01.875 INFO O| Sep 04 17:20:01.875 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-09-04T17:20:03.176Z[ recovery-image] Sep 04 17:20:01.886 INFO O| Sep 04 17:20:01.886 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51462026-09-04T17:20:03.183Z[ recovery-image] Sep 04 17:20:01.893 INFO O| Sep 04 17:20:01.893 INFO STEP 16 (remove_files) COMPLETE
51472026-09-04T17:20:03.183Z[ recovery-image] Sep 04 17:20:01.893 INFO O| Sep 04 17:20:01.893 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-09-04T17:20:03.193Z[ recovery-image] Sep 04 17:20:01.903 INFO O| Sep 04 17:20:01.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51492026-09-04T17:20:03.198Z[ recovery-image] Sep 04 17:20:01.903 INFO O| Sep 04 17:20:01.903 INFO STEP 17 (remove_files) COMPLETE
51502026-09-04T17:20:03.198Z[ recovery-image] Sep 04 17:20:01.903 INFO O| Sep 04 17:20:01.903 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-09-04T17:20:03.202Z[ recovery-image] Sep 04 17:20:01.913 INFO O| Sep 04 17:20:01.913 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51522026-09-04T17:20:03.207Z[ recovery-image] Sep 04 17:20:01.914 INFO O| Sep 04 17:20:01.914 INFO STEP 18 (remove_files) COMPLETE
51532026-09-04T17:20:03.207Z[ recovery-image] Sep 04 17:20:01.914 INFO O| Sep 04 17:20:01.914 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-09-04T17:20:03.213Z[ recovery-image] Sep 04 17:20:01.924 INFO O| Sep 04 17:20:01.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51552026-09-04T17:20:03.214Z[ recovery-image] Sep 04 17:20:01.924 INFO O| Sep 04 17:20:01.924 INFO STEP 19 (remove_files) COMPLETE
51562026-09-04T17:20:03.218Z[ recovery-image] Sep 04 17:20:01.924 INFO O| Sep 04 17:20:01.924 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-09-04T17:20:03.223Z[ recovery-image] Sep 04 17:20:01.933 INFO O| Sep 04 17:20:01.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51582026-09-04T17:20:03.223Z[ recovery-image] Sep 04 17:20:01.933 INFO O| Sep 04 17:20:01.933 INFO STEP 20 (remove_files) COMPLETE
51592026-09-04T17:20:03.223Z[ recovery-image] Sep 04 17:20:01.933 INFO O| Sep 04 17:20:01.933 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-09-04T17:20:03.233Z[ recovery-image] Sep 04 17:20:01.943 INFO O| Sep 04 17:20:01.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51612026-09-04T17:20:03.234Z[ recovery-image] Sep 04 17:20:01.943 INFO O| Sep 04 17:20:01.943 INFO STEP 21 (remove_files) COMPLETE
51622026-09-04T17:20:03.234Z[ recovery-image] Sep 04 17:20:01.943 INFO O| Sep 04 17:20:01.943 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-09-04T17:20:03.242Z[ recovery-image] Sep 04 17:20:01.952 INFO O| Sep 04 17:20:01.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51642026-09-04T17:20:03.242Z[ recovery-image] Sep 04 17:20:01.952 INFO O| Sep 04 17:20:01.952 INFO STEP 22 (remove_files) COMPLETE
51652026-09-04T17:20:03.242Z[ recovery-image] Sep 04 17:20:01.952 INFO O| Sep 04 17:20:01.952 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-09-04T17:20:03.250Z[ recovery-image] Sep 04 17:20:01.961 INFO O| Sep 04 17:20:01.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51672026-09-04T17:20:03.250Z[ recovery-image] Sep 04 17:20:01.961 INFO O| Sep 04 17:20:01.961 INFO STEP 23 (remove_files) COMPLETE
51682026-09-04T17:20:03.251Z[ recovery-image] Sep 04 17:20:01.961 INFO O| Sep 04 17:20:01.961 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-09-04T17:20:03.259Z[ recovery-image] Sep 04 17:20:01.970 INFO O| Sep 04 17:20:01.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51702026-09-04T17:20:03.260Z[ recovery-image] Sep 04 17:20:01.970 INFO O| Sep 04 17:20:01.970 INFO STEP 24 (remove_files) COMPLETE
51712026-09-04T17:20:03.264Z[ recovery-image] Sep 04 17:20:01.970 INFO O| Sep 04 17:20:01.970 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-09-04T17:20:03.272Z[ recovery-image] Sep 04 17:20:01.978 INFO O| Sep 04 17:20:01.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51732026-09-04T17:20:03.272Z[ recovery-image] Sep 04 17:20:01.978 INFO O| Sep 04 17:20:01.978 INFO STEP 25 (remove_files) COMPLETE
51742026-09-04T17:20:03.272Z[ recovery-image] Sep 04 17:20:01.978 INFO O| Sep 04 17:20:01.978 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-09-04T17:20:03.281Z[ recovery-image] Sep 04 17:20:01.988 INFO O| Sep 04 17:20:01.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51762026-09-04T17:20:03.281Z[ recovery-image] Sep 04 17:20:01.988 INFO O| Sep 04 17:20:01.988 INFO STEP 26 (remove_files) COMPLETE
51772026-09-04T17:20:03.281Z[ recovery-image] Sep 04 17:20:01.988 INFO O| Sep 04 17:20:01.988 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-09-04T17:20:03.288Z[ recovery-image] Sep 04 17:20:01.997 INFO O| Sep 04 17:20:01.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51792026-09-04T17:20:03.288Z[ recovery-image] Sep 04 17:20:01.997 INFO O| Sep 04 17:20:01.997 INFO STEP 27 (remove_files) COMPLETE
51802026-09-04T17:20:03.288Z[ recovery-image] Sep 04 17:20:01.997 INFO O| Sep 04 17:20:01.997 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-09-04T17:20:03.299Z[ recovery-image] Sep 04 17:20:02.007 INFO O| Sep 04 17:20:02.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51822026-09-04T17:20:03.299Z[ recovery-image] Sep 04 17:20:02.007 INFO O| Sep 04 17:20:02.007 INFO STEP 28 (remove_files) COMPLETE
51832026-09-04T17:20:03.299Z[ recovery-image] Sep 04 17:20:02.007 INFO O| Sep 04 17:20:02.007 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-09-04T17:20:03.310Z[ recovery-image] Sep 04 17:20:02.019 INFO O| Sep 04 17:20:02.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51852026-09-04T17:20:03.310Z[ recovery-image] Sep 04 17:20:02.019 INFO O| Sep 04 17:20:02.019 INFO STEP 29 (remove_files) COMPLETE
51862026-09-04T17:20:03.310Z[ recovery-image] Sep 04 17:20:02.019 INFO O| Sep 04 17:20:02.019 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-09-04T17:20:03.325Z[ recovery-image] Sep 04 17:20:02.034 INFO O| Sep 04 17:20:02.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51882026-09-04T17:20:03.325Z[ recovery-image] Sep 04 17:20:02.034 INFO O| Sep 04 17:20:02.034 INFO STEP 30 (remove_files) COMPLETE
51892026-09-04T17:20:03.325Z[ recovery-image] Sep 04 17:20:02.034 INFO O| Sep 04 17:20:02.034 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-09-04T17:20:03.339Z[ recovery-image] Sep 04 17:20:02.050 INFO O| Sep 04 17:20:02.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51912026-09-04T17:20:03.340Z[ recovery-image] Sep 04 17:20:02.050 INFO O| Sep 04 17:20:02.050 INFO STEP 31 (remove_files) COMPLETE
51922026-09-04T17:20:03.340Z[ recovery-image] Sep 04 17:20:02.050 INFO O| Sep 04 17:20:02.050 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-09-04T17:20:03.351Z[ recovery-image] Sep 04 17:20:02.061 INFO O| Sep 04 17:20:02.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51942026-09-04T17:20:03.351Z[ recovery-image] Sep 04 17:20:02.061 INFO O| Sep 04 17:20:02.061 INFO STEP 32 (remove_files) COMPLETE
51952026-09-04T17:20:03.351Z[ recovery-image] Sep 04 17:20:02.061 INFO O| Sep 04 17:20:02.061 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-09-04T17:20:03.361Z[ recovery-image] Sep 04 17:20:02.072 INFO O| Sep 04 17:20:02.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51972026-09-04T17:20:03.361Z[ recovery-image] Sep 04 17:20:02.072 INFO O| Sep 04 17:20:02.072 INFO STEP 33 (remove_files) COMPLETE
51982026-09-04T17:20:03.361Z[ recovery-image] Sep 04 17:20:02.072 INFO O| Sep 04 17:20:02.072 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-09-04T17:20:03.370Z[ recovery-image] Sep 04 17:20:02.081 INFO O| Sep 04 17:20:02.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
52002026-09-04T17:20:03.371Z[ recovery-image] Sep 04 17:20:02.081 INFO O| Sep 04 17:20:02.081 INFO STEP 34 (remove_files) COMPLETE
52012026-09-04T17:20:03.378Z[ recovery-image] Sep 04 17:20:02.081 INFO O| Sep 04 17:20:02.081 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-09-04T17:20:03.383Z[ recovery-image] Sep 04 17:20:02.091 INFO O| Sep 04 17:20:02.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
52032026-09-04T17:20:03.383Z[ recovery-image] Sep 04 17:20:02.091 INFO O| Sep 04 17:20:02.091 INFO STEP 35 (remove_files) COMPLETE
52042026-09-04T17:20:03.383Z[ recovery-image] Sep 04 17:20:02.091 INFO O| Sep 04 17:20:02.091 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-09-04T17:20:03.393Z[ recovery-image] Sep 04 17:20:02.103 INFO O| Sep 04 17:20:02.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
52062026-09-04T17:20:03.393Z[ recovery-image] Sep 04 17:20:02.103 INFO O| Sep 04 17:20:02.103 INFO STEP 36 (remove_files) COMPLETE
52072026-09-04T17:20:03.393Z[ recovery-image] Sep 04 17:20:02.103 INFO O| Sep 04 17:20:02.103 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-09-04T17:20:03.402Z[ recovery-image] Sep 04 17:20:02.112 INFO O| Sep 04 17:20:02.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52092026-09-04T17:20:03.402Z[ recovery-image] Sep 04 17:20:02.112 INFO O| Sep 04 17:20:02.112 INFO STEP 37 (remove_files) COMPLETE
52102026-09-04T17:20:03.402Z[ recovery-image] Sep 04 17:20:02.112 INFO O| Sep 04 17:20:02.112 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-09-04T17:20:03.412Z[ recovery-image] Sep 04 17:20:02.123 INFO O| Sep 04 17:20:02.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52122026-09-04T17:20:03.412Z[ recovery-image] Sep 04 17:20:02.123 INFO O| Sep 04 17:20:02.123 INFO STEP 38 (remove_files) COMPLETE
52132026-09-04T17:20:03.412Z[ recovery-image] Sep 04 17:20:02.123 INFO O| Sep 04 17:20:02.123 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-09-04T17:20:03.424Z[ recovery-image] Sep 04 17:20:02.134 INFO O| Sep 04 17:20:02.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52152026-09-04T17:20:03.424Z[ recovery-image] Sep 04 17:20:02.134 INFO O| Sep 04 17:20:02.134 INFO STEP 39 (remove_files) COMPLETE
52162026-09-04T17:20:03.424Z[ recovery-image] Sep 04 17:20:02.134 INFO O| Sep 04 17:20:02.134 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-09-04T17:20:03.437Z[ recovery-image] Sep 04 17:20:02.145 INFO O| Sep 04 17:20:02.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52182026-09-04T17:20:03.437Z[ recovery-image] Sep 04 17:20:02.145 INFO O| Sep 04 17:20:02.145 INFO STEP 40 (remove_files) COMPLETE
52192026-09-04T17:20:03.441Z[ recovery-image] Sep 04 17:20:02.145 INFO O| Sep 04 17:20:02.145 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-09-04T17:20:03.445Z[ recovery-image] Sep 04 17:20:02.156 INFO O| Sep 04 17:20:02.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52212026-09-04T17:20:03.445Z[ recovery-image] Sep 04 17:20:02.156 INFO O| Sep 04 17:20:02.156 INFO STEP 41 (remove_files) COMPLETE
52222026-09-04T17:20:03.445Z[ recovery-image] Sep 04 17:20:02.156 INFO O| Sep 04 17:20:02.156 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-09-04T17:20:03.456Z[ recovery-image] Sep 04 17:20:02.166 INFO O| Sep 04 17:20:02.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52242026-09-04T17:20:03.456Z[ recovery-image] Sep 04 17:20:02.166 INFO O| Sep 04 17:20:02.166 INFO STEP 42 (remove_files) COMPLETE
52252026-09-04T17:20:03.461Z[ recovery-image] Sep 04 17:20:02.166 INFO O| Sep 04 17:20:02.166 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-09-04T17:20:03.471Z[ recovery-image] Sep 04 17:20:02.177 INFO O| Sep 04 17:20:02.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52272026-09-04T17:20:03.471Z[ recovery-image] Sep 04 17:20:02.177 INFO O| Sep 04 17:20:02.177 INFO STEP 43 (remove_files) COMPLETE
52282026-09-04T17:20:03.471Z[ recovery-image] Sep 04 17:20:02.177 INFO O| Sep 04 17:20:02.177 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-09-04T17:20:03.478Z[ recovery-image] Sep 04 17:20:02.189 INFO O| Sep 04 17:20:02.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52302026-09-04T17:20:03.478Z[ recovery-image] Sep 04 17:20:02.189 INFO O| Sep 04 17:20:02.189 INFO STEP 44 (remove_files) COMPLETE
52312026-09-04T17:20:03.478Z[ recovery-image] Sep 04 17:20:02.189 INFO O| Sep 04 17:20:02.189 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-09-04T17:20:03.488Z[ recovery-image] Sep 04 17:20:02.199 INFO O| Sep 04 17:20:02.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52332026-09-04T17:20:03.488Z[ recovery-image] Sep 04 17:20:02.199 INFO O| Sep 04 17:20:02.199 INFO STEP 45 (remove_files) COMPLETE
52342026-09-04T17:20:03.488Z[ recovery-image] Sep 04 17:20:02.199 INFO O| Sep 04 17:20:02.199 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-09-04T17:20:03.498Z[ recovery-image] Sep 04 17:20:02.208 INFO O| Sep 04 17:20:02.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52362026-09-04T17:20:03.498Z[ recovery-image] Sep 04 17:20:02.208 INFO O| Sep 04 17:20:02.208 INFO STEP 46 (remove_files) COMPLETE
52372026-09-04T17:20:03.498Z[ recovery-image] Sep 04 17:20:02.208 INFO O| Sep 04 17:20:02.208 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-09-04T17:20:03.508Z[ recovery-image] Sep 04 17:20:02.218 INFO O| Sep 04 17:20:02.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52392026-09-04T17:20:03.508Z[ recovery-image] Sep 04 17:20:02.218 INFO O| Sep 04 17:20:02.218 INFO STEP 47 (remove_files) COMPLETE
52402026-09-04T17:20:03.508Z[ recovery-image] Sep 04 17:20:02.218 INFO O| Sep 04 17:20:02.218 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52412026-09-04T17:20:03.518Z[ recovery-image] Sep 04 17:20:02.228 INFO O| Sep 04 17:20:02.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52422026-09-04T17:20:03.518Z[ recovery-image] Sep 04 17:20:02.228 INFO O| Sep 04 17:20:02.228 INFO STEP 48 (remove_files) COMPLETE
52432026-09-04T17:20:03.518Z[ recovery-image] Sep 04 17:20:02.228 INFO O| Sep 04 17:20:02.228 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-09-04T17:20:03.527Z[ recovery-image] Sep 04 17:20:02.238 INFO O| Sep 04 17:20:02.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52452026-09-04T17:20:03.527Z[ recovery-image] Sep 04 17:20:02.238 INFO O| Sep 04 17:20:02.238 INFO STEP 49 (remove_files) COMPLETE
52462026-09-04T17:20:03.531Z[ recovery-image] Sep 04 17:20:02.238 INFO O| Sep 04 17:20:02.238 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52472026-09-04T17:20:03.538Z[ recovery-image] Sep 04 17:20:02.248 INFO O| Sep 04 17:20:02.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52482026-09-04T17:20:03.538Z[ recovery-image] Sep 04 17:20:02.249 INFO O| Sep 04 17:20:02.249 INFO STEP 50 (remove_files) COMPLETE
52492026-09-04T17:20:03.542Z[ recovery-image] Sep 04 17:20:02.249 INFO O| Sep 04 17:20:02.249 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-09-04T17:20:03.547Z[ recovery-image] Sep 04 17:20:02.257 INFO O| Sep 04 17:20:02.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52512026-09-04T17:20:03.550Z[ recovery-image] Sep 04 17:20:02.257 INFO O| Sep 04 17:20:02.257 INFO STEP 51 (remove_files) COMPLETE
52522026-09-04T17:20:03.551Z[ recovery-image] Sep 04 17:20:02.257 INFO O| Sep 04 17:20:02.257 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52532026-09-04T17:20:03.556Z[ recovery-image] Sep 04 17:20:02.266 INFO O| Sep 04 17:20:02.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52542026-09-04T17:20:03.556Z[ recovery-image] Sep 04 17:20:02.266 INFO O| Sep 04 17:20:02.266 INFO STEP 52 (remove_files) COMPLETE
52552026-09-04T17:20:03.556Z[ recovery-image] Sep 04 17:20:02.266 INFO O| Sep 04 17:20:02.266 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-09-04T17:20:03.564Z[ recovery-image] Sep 04 17:20:02.275 INFO O| Sep 04 17:20:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52572026-09-04T17:20:03.564Z[ recovery-image] Sep 04 17:20:02.275 INFO O| Sep 04 17:20:02.275 INFO STEP 53 (remove_files) COMPLETE
52582026-09-04T17:20:03.568Z[ recovery-image] Sep 04 17:20:02.275 INFO O| Sep 04 17:20:02.275 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52592026-09-04T17:20:03.575Z[ recovery-image] Sep 04 17:20:02.286 INFO O| Sep 04 17:20:02.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52602026-09-04T17:20:03.575Z[ recovery-image] Sep 04 17:20:02.286 INFO O| Sep 04 17:20:02.286 INFO STEP 54 (remove_files) COMPLETE
52612026-09-04T17:20:03.575Z[ recovery-image] Sep 04 17:20:02.286 INFO O| Sep 04 17:20:02.286 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52622026-09-04T17:20:03.586Z[ recovery-image] Sep 04 17:20:02.296 INFO O| Sep 04 17:20:02.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52632026-09-04T17:20:03.586Z[ recovery-image] Sep 04 17:20:02.296 INFO O| Sep 04 17:20:02.296 INFO STEP 55 (remove_files) COMPLETE
52642026-09-04T17:20:03.586Z[ recovery-image] Sep 04 17:20:02.296 INFO O| Sep 04 17:20:02.296 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-09-04T17:20:03.595Z[ recovery-image] Sep 04 17:20:02.305 INFO O| Sep 04 17:20:02.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52662026-09-04T17:20:03.595Z[ recovery-image] Sep 04 17:20:02.305 INFO O| Sep 04 17:20:02.305 INFO STEP 56 (remove_files) COMPLETE
52672026-09-04T17:20:03.595Z[ recovery-image] Sep 04 17:20:02.305 INFO O| Sep 04 17:20:02.305 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52682026-09-04T17:20:03.605Z[ recovery-image] Sep 04 17:20:02.315 INFO O| Sep 04 17:20:02.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52692026-09-04T17:20:03.605Z[ recovery-image] Sep 04 17:20:02.315 INFO O| Sep 04 17:20:02.315 INFO STEP 57 (remove_files) COMPLETE
52702026-09-04T17:20:03.605Z[ recovery-image] Sep 04 17:20:02.315 INFO O| Sep 04 17:20:02.315 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-09-04T17:20:03.615Z[ recovery-image] Sep 04 17:20:02.324 INFO O| Sep 04 17:20:02.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52722026-09-04T17:20:03.615Z[ recovery-image] Sep 04 17:20:02.324 INFO O| Sep 04 17:20:02.324 INFO STEP 58 (remove_files) COMPLETE
52732026-09-04T17:20:03.615Z[ recovery-image] Sep 04 17:20:02.324 INFO O| Sep 04 17:20:02.324 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52742026-09-04T17:20:03.623Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52752026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52762026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52772026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52782026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52792026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52802026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO ok!
52812026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO STEP 59 (ensure_file) COMPLETE
52822026-09-04T17:20:03.628Z[ recovery-image] Sep 04 17:20:02.334 INFO O| Sep 04 17:20:02.334 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52832026-09-04T17:20:03.633Z[ recovery-image] Sep 04 17:20:02.343 INFO O| Sep 04 17:20:02.343 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52842026-09-04T17:20:03.633Z[ recovery-image] Sep 04 17:20:02.343 INFO O| Sep 04 17:20:02.343 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52852026-09-04T17:20:03.633Z[ recovery-image] Sep 04 17:20:02.343 INFO O| Sep 04 17:20:02.343 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52862026-09-04T17:20:03.639Z[ recovery-image] Sep 04 17:20:02.343 INFO O| Sep 04 17:20:02.343 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52872026-09-04T17:20:03.639Z[ recovery-image] Sep 04 17:20:02.343 INFO O| Sep 04 17:20:02.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52882026-09-04T17:20:03.639Z[ recovery-image] Sep 04 17:20:02.344 INFO O| Sep 04 17:20:02.343 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52892026-09-04T17:20:03.639Z[ recovery-image] Sep 04 17:20:02.344 INFO O| Sep 04 17:20:02.343 INFO ok!
52902026-09-04T17:20:03.639Z[ recovery-image] Sep 04 17:20:02.344 INFO O| Sep 04 17:20:02.344 INFO STEP 60 (ensure_file) COMPLETE
52912026-09-04T17:20:03.639Z[ recovery-image] Sep 04 17:20:02.344 INFO O| Sep 04 17:20:02.344 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52922026-09-04T17:20:03.647Z[ recovery-image] Sep 04 17:20:02.352 INFO O| Sep 04 17:20:02.352 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52932026-09-04T17:20:03.647Z[ recovery-image] Sep 04 17:20:02.352 INFO O| Sep 04 17:20:02.352 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52942026-09-04T17:20:03.647Z[ recovery-image] Sep 04 17:20:02.352 INFO O| Sep 04 17:20:02.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52952026-09-04T17:20:03.647Z[ recovery-image] Sep 04 17:20:02.352 INFO O| Sep 04 17:20:02.352 INFO ok!
52962026-09-04T17:20:03.647Z[ recovery-image] Sep 04 17:20:02.352 INFO O| Sep 04 17:20:02.352 INFO STEP 61 (ensure_file) COMPLETE
52972026-09-04T17:20:03.647Z[ recovery-image] Sep 04 17:20:02.352 INFO O| Sep 04 17:20:02.352 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52982026-09-04T17:20:03.651Z[ recovery-image] Sep 04 17:20:02.360 INFO O| Sep 04 17:20:02.360 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52992026-09-04T17:20:03.651Z[ recovery-image] Sep 04 17:20:02.360 INFO O| Sep 04 17:20:02.360 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
53002026-09-04T17:20:03.651Z[ recovery-image] Sep 04 17:20:02.360 INFO O| Sep 04 17:20:02.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
53012026-09-04T17:20:03.651Z[ recovery-image] Sep 04 17:20:02.360 INFO O| Sep 04 17:20:02.360 INFO ok!
53022026-09-04T17:20:03.651Z[ recovery-image] Sep 04 17:20:02.360 INFO O| Sep 04 17:20:02.360 INFO STEP 62 (ensure_file) COMPLETE
53032026-09-04T17:20:03.651Z[ recovery-image] Sep 04 17:20:02.360 INFO O| Sep 04 17:20:02.360 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53042026-09-04T17:20:03.662Z[ recovery-image] Sep 04 17:20:02.369 INFO O| Sep 04 17:20:02.369 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
53052026-09-04T17:20:03.662Z[ recovery-image] Sep 04 17:20:02.369 INFO O| Sep 04 17:20:02.369 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
53062026-09-04T17:20:03.662Z[ recovery-image] Sep 04 17:20:02.369 INFO O| Sep 04 17:20:02.369 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53072026-09-04T17:20:03.662Z[ recovery-image] Sep 04 17:20:02.369 INFO O| Sep 04 17:20:02.369 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53082026-09-04T17:20:03.663Z[ recovery-image] Sep 04 17:20:02.369 INFO O| Sep 04 17:20:02.369 INFO ok!
53092026-09-04T17:20:03.663Z[ recovery-image] Sep 04 17:20:02.369 INFO O| Sep 04 17:20:02.369 INFO STEP 63 (ensure_file) COMPLETE
53102026-09-04T17:20:03.663Z[ recovery-image] Sep 04 17:20:02.369 INFO O| Sep 04 17:20:02.369 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53112026-09-04T17:20:03.668Z[ recovery-image] Sep 04 17:20:02.377 INFO O| Sep 04 17:20:02.377 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
53122026-09-04T17:20:03.668Z[ recovery-image] Sep 04 17:20:02.377 INFO O| Sep 04 17:20:02.377 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
53132026-09-04T17:20:03.668Z[ recovery-image] Sep 04 17:20:02.378 INFO O| Sep 04 17:20:02.377 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
53142026-09-04T17:20:03.673Z[ recovery-image] Sep 04 17:20:02.378 INFO O| Sep 04 17:20:02.378 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
53152026-09-04T17:20:03.673Z[ recovery-image] Sep 04 17:20:02.378 INFO O| Sep 04 17:20:02.378 INFO ok!
53162026-09-04T17:20:03.673Z[ recovery-image] Sep 04 17:20:02.378 INFO O| Sep 04 17:20:02.378 INFO STEP 64 (ensure_file) COMPLETE
53172026-09-04T17:20:03.673Z[ recovery-image] Sep 04 17:20:02.378 INFO O| Sep 04 17:20:02.378 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53182026-09-04T17:20:03.679Z[ recovery-image] Sep 04 17:20:02.386 INFO O| Sep 04 17:20:02.386 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53192026-09-04T17:20:03.679Z[ recovery-image] Sep 04 17:20:02.386 INFO O| Sep 04 17:20:02.386 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53202026-09-04T17:20:03.679Z[ recovery-image] Sep 04 17:20:02.386 INFO O| Sep 04 17:20:02.386 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53212026-09-04T17:20:03.679Z[ recovery-image] Sep 04 17:20:02.386 INFO O| Sep 04 17:20:02.386 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53222026-09-04T17:20:03.679Z[ recovery-image] Sep 04 17:20:02.386 INFO O| Sep 04 17:20:02.386 INFO ok!
53232026-09-04T17:20:03.679Z[ recovery-image] Sep 04 17:20:02.386 INFO O| Sep 04 17:20:02.386 INFO STEP 65 (ensure_file) COMPLETE
53242026-09-04T17:20:03.679Z[ recovery-image] Sep 04 17:20:02.386 INFO O| Sep 04 17:20:02.386 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53252026-09-04T17:20:03.684Z[ recovery-image] Sep 04 17:20:02.395 INFO O| Sep 04 17:20:02.395 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53262026-09-04T17:20:03.684Z[ recovery-image] Sep 04 17:20:02.395 INFO O| Sep 04 17:20:02.395 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53272026-09-04T17:20:03.684Z[ recovery-image] Sep 04 17:20:02.395 INFO O| Sep 04 17:20:02.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53282026-09-04T17:20:03.684Z[ recovery-image] Sep 04 17:20:02.395 INFO O| Sep 04 17:20:02.395 INFO ok!
53292026-09-04T17:20:03.688Z[ recovery-image] Sep 04 17:20:02.395 INFO O| Sep 04 17:20:02.395 INFO STEP 66 (assemble_files) COMPLETE
53302026-09-04T17:20:03.688Z[ recovery-image] Sep 04 17:20:02.395 INFO O| Sep 04 17:20:02.395 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53312026-09-04T17:20:03.693Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.403 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53322026-09-04T17:20:03.693Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53332026-09-04T17:20:03.693Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53342026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53352026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO ok!
53362026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO STEP 67 (ensure_file) COMPLETE
53372026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53382026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO skip step because feature "omicron1" is not enabled
53392026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53402026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO skip step because feature "omicron1" is not enabled
53412026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53422026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO skip step because feature "omicron1" is not enabled
53432026-09-04T17:20:03.697Z[ recovery-image] Sep 04 17:20:02.404 INFO O| Sep 04 17:20:02.404 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53442026-09-04T17:20:03.705Z[ recovery-image] Sep 04 17:20:02.416 INFO O| Sep 04 17:20:02.416 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53452026-09-04T17:20:03.705Z[ recovery-image] Sep 04 17:20:02.416 INFO O| Sep 04 17:20:02.416 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53462026-09-04T17:20:04.664Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
53472026-09-04T17:20:04.808Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
53482026-09-04T17:20:05.021Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
53492026-09-04T17:20:05.033Z[ recovery-image] Sep 04 17:20:03.743 INFO O| Sep 04 17:20:03.743 INFO STEP 71 (pack_tar) COMPLETE
53502026-09-04T17:20:05.033Z[ recovery-image] Sep 04 17:20:03.743 INFO O| Sep 04 17:20:03.743 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53512026-09-04T17:20:05.033Z[ recovery-image] Sep 04 17:20:03.743 INFO O| Sep 04 17:20:03.743 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53522026-09-04T17:20:05.149Z[verify-libraries] Compiling socket2 v0.5.10
53532026-09-04T17:20:05.342Z[verify-libraries] Compiling fs-err v2.11.0
53542026-09-04T17:20:05.580Z[ recovery-image] Sep 04 17:20:04.290 INFO O| Sep 04 17:20:04.290 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53552026-09-04T17:20:05.627Z[verify-libraries] Compiling internet-checksum v0.2.1
53562026-09-04T17:20:05.713Z[ recovery-image] Sep 04 17:20:04.421 INFO O| Sep 04 17:20:04.421 INFO completed processing sled/ramdisk-02-trim
53572026-09-04T17:20:05.722Z[ recovery-image] Sep 04 17:20:04.423 INFO image builder template: ramdisk-03-recovery-trim...
53582026-09-04T17:20:05.722Z[ recovery-image] Sep 04 17:20:04.424 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/.tmpMIfNqd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
53592026-09-04T17:20:05.722Z[ recovery-image] Sep 04 17:20:04.429 INFO O| Sep 04 17:20:04.428 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53602026-09-04T17:20:05.739Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
53612026-09-04T17:20:05.796Z[ recovery-image] Sep 04 17:20:04.506 INFO O| Sep 04 17:20:04.505 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53622026-09-04T17:20:05.803Z[ recovery-image] Sep 04 17:20:04.511 INFO O| Sep 04 17:20:04.510 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53632026-09-04T17:20:05.915Z[ recovery-image] Sep 04 17:20:04.624 INFO O| Sep 04 17:20:04.624 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53642026-09-04T17:20:06.023Z[ recovery-image] Sep 04 17:20:04.734 INFO O| Sep 04 17:20:04.733 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53652026-09-04T17:20:06.023Z[ recovery-image] Sep 04 17:20:04.734 INFO O| Sep 04 17:20:04.734 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53662026-09-04T17:20:06.036Z[ recovery-image] Sep 04 17:20:04.741 INFO O| Sep 04 17:20:04.741 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53672026-09-04T17:20:06.049Z[ recovery-image] Sep 04 17:20:04.745 INFO O| Sep 04 17:20:04.745 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53682026-09-04T17:20:06.049Z[ recovery-image] Sep 04 17:20:04.749 INFO O| Sep 04 17:20:04.749 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53692026-09-04T17:20:06.064Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
53702026-09-04T17:20:06.136Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
53712026-09-04T17:20:06.557Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
53722026-09-04T17:20:06.691Z[ recovery-image] Sep 04 17:20:05.400 INFO O| Sep 04 17:20:05.400 INFO rolled back to input snapshot; work may begin
53732026-09-04T17:20:06.691Z[ recovery-image] Sep 04 17:20:05.400 INFO O| Sep 04 17:20:05.400 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53742026-09-04T17:20:06.705Z[ recovery-image] Sep 04 17:20:05.405 INFO O| Sep 04 17:20:05.405 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-09-04T17:20:06.729Z[ recovery-image] Sep 04 17:20:05.415 INFO O| Sep 04 17:20:05.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53762026-09-04T17:20:06.729Z[ recovery-image] Sep 04 17:20:05.418 INFO O| Sep 04 17:20:05.418 INFO STEP 0 (remove_files) COMPLETE
53772026-09-04T17:20:06.729Z[ recovery-image] Sep 04 17:20:05.418 INFO O| Sep 04 17:20:05.418 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-09-04T17:20:06.747Z[ recovery-image] Sep 04 17:20:05.428 INFO O| Sep 04 17:20:05.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53792026-09-04T17:20:06.747Z[ recovery-image] Sep 04 17:20:05.429 INFO O| Sep 04 17:20:05.429 INFO STEP 1 (remove_files) COMPLETE
53802026-09-04T17:20:06.747Z[ recovery-image] Sep 04 17:20:05.429 INFO O| Sep 04 17:20:05.429 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-09-04T17:20:06.747Z[ recovery-image] Sep 04 17:20:05.439 INFO O| Sep 04 17:20:05.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53822026-09-04T17:20:06.747Z[ recovery-image] Sep 04 17:20:05.441 INFO O| Sep 04 17:20:05.441 INFO STEP 2 (remove_files) COMPLETE
53832026-09-04T17:20:06.747Z[ recovery-image] Sep 04 17:20:05.441 INFO O| Sep 04 17:20:05.441 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-09-04T17:20:06.760Z[ recovery-image] Sep 04 17:20:05.452 INFO O| Sep 04 17:20:05.451 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53852026-09-04T17:20:06.788Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
53862026-09-04T17:20:06.805Z[ recovery-image] Sep 04 17:20:05.515 INFO O| Sep 04 17:20:05.514 INFO STEP 3 (remove_files) COMPLETE
53872026-09-04T17:20:06.805Z[ recovery-image] Sep 04 17:20:05.515 INFO O| Sep 04 17:20:05.514 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-09-04T17:20:10.423Z[ recovery-image] Sep 04 17:20:05.525 INFO O| Sep 04 17:20:05.525 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53892026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.526 INFO O| Sep 04 17:20:05.526 INFO STEP 4 (remove_files) COMPLETE
53902026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.526 INFO O| Sep 04 17:20:05.526 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.536 INFO O| Sep 04 17:20:05.536 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53922026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.569 INFO O| Sep 04 17:20:05.569 INFO STEP 5 (remove_files) COMPLETE
53932026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.569 INFO O| Sep 04 17:20:05.569 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.580 INFO O| Sep 04 17:20:05.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53952026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.591 INFO O| Sep 04 17:20:05.591 INFO STEP 6 (remove_files) COMPLETE
53962026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.591 INFO O| Sep 04 17:20:05.591 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.602 INFO O| Sep 04 17:20:05.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53982026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.616 INFO O| Sep 04 17:20:05.616 INFO STEP 7 (remove_files) COMPLETE
53992026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.616 INFO O| Sep 04 17:20:05.616 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.628 INFO O| Sep 04 17:20:05.628 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
54012026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.630 INFO O| Sep 04 17:20:05.630 INFO STEP 8 (remove_files) COMPLETE
54022026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.630 INFO O| Sep 04 17:20:05.630 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-09-04T17:20:10.583Z[ recovery-image] Sep 04 17:20:05.642 INFO O| Sep 04 17:20:05.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
54042026-09-04T17:20:10.644Z[ recovery-image] Sep 04 17:20:05.736 INFO O| Sep 04 17:20:05.736 INFO STEP 9 (remove_files) COMPLETE
54052026-09-04T17:20:10.644Z[ recovery-image] Sep 04 17:20:05.736 INFO O| Sep 04 17:20:05.736 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-09-04T17:20:10.644Z[ recovery-image] Sep 04 17:20:05.747 INFO O| Sep 04 17:20:05.747 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
54072026-09-04T17:20:10.644Z[ recovery-image] Sep 04 17:20:05.786 INFO O| Sep 04 17:20:05.786 INFO STEP 10 (remove_files) COMPLETE
54082026-09-04T17:20:10.644Z[ recovery-image] Sep 04 17:20:05.786 INFO O| Sep 04 17:20:05.786 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-09-04T17:20:10.644Z[ recovery-image] Sep 04 17:20:05.798 INFO O| Sep 04 17:20:05.798 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
54102026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:05.805 INFO O| Sep 04 17:20:05.805 INFO STEP 11 (remove_files) COMPLETE
54112026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:05.805 INFO O| Sep 04 17:20:05.805 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:05.817 INFO O| Sep 04 17:20:05.817 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
54132026-09-04T17:20:10.645Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
54142026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.109 INFO O| Sep 04 17:20:06.109 INFO STEP 12 (remove_files) COMPLETE
54152026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.109 INFO O| Sep 04 17:20:06.109 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.120 INFO O| Sep 04 17:20:06.120 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
54172026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.122 INFO O| Sep 04 17:20:06.122 INFO STEP 13 (remove_files) COMPLETE
54182026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.122 INFO O| Sep 04 17:20:06.122 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.133 INFO O| Sep 04 17:20:06.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
54202026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.135 INFO O| Sep 04 17:20:06.134 INFO STEP 14 (remove_files) COMPLETE
54212026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.135 INFO O| Sep 04 17:20:06.134 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.144 INFO O| Sep 04 17:20:06.144 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54232026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.144 INFO O| Sep 04 17:20:06.144 INFO STEP 15 (remove_files) COMPLETE
54242026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.144 INFO O| Sep 04 17:20:06.144 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-09-04T17:20:10.645Z[ recovery-image] Sep 04 17:20:06.153 INFO O| Sep 04 17:20:06.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54262026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.154 INFO O| Sep 04 17:20:06.154 INFO STEP 16 (remove_files) COMPLETE
54272026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.154 INFO O| Sep 04 17:20:06.154 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.163 INFO O| Sep 04 17:20:06.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54292026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.172 INFO O| Sep 04 17:20:06.172 INFO STEP 17 (remove_files) COMPLETE
54302026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.172 INFO O| Sep 04 17:20:06.172 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.182 INFO O| Sep 04 17:20:06.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54322026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.182 INFO O| Sep 04 17:20:06.182 INFO STEP 18 (remove_files) COMPLETE
54332026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.182 INFO O| Sep 04 17:20:06.182 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.191 INFO O| Sep 04 17:20:06.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54352026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.191 INFO O| Sep 04 17:20:06.191 INFO STEP 19 (remove_files) COMPLETE
54362026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.191 INFO O| Sep 04 17:20:06.191 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.200 INFO O| Sep 04 17:20:06.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54382026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.277 INFO O| Sep 04 17:20:06.277 INFO STEP 20 (remove_files) COMPLETE
54392026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.277 INFO O| Sep 04 17:20:06.277 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.288 INFO O| Sep 04 17:20:06.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54412026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.340 INFO O| Sep 04 17:20:06.340 INFO STEP 21 (remove_files) COMPLETE
54422026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.340 INFO O| Sep 04 17:20:06.340 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.390 INFO O| Sep 04 17:20:06.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54442026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.391 INFO O| Sep 04 17:20:06.391 INFO STEP 22 (remove_files) COMPLETE
54452026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.391 INFO O| Sep 04 17:20:06.391 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.401 INFO O| Sep 04 17:20:06.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54472026-09-04T17:20:10.646Z[ recovery-image] Sep 04 17:20:06.402 INFO O| Sep 04 17:20:06.402 INFO STEP 23 (remove_files) COMPLETE
54482026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.402 INFO O| Sep 04 17:20:06.402 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.411 INFO O| Sep 04 17:20:06.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54502026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.411 INFO O| Sep 04 17:20:06.411 INFO STEP 24 (remove_files) COMPLETE
54512026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.411 INFO O| Sep 04 17:20:06.411 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.422 INFO O| Sep 04 17:20:06.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54532026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.422 INFO O| Sep 04 17:20:06.422 INFO STEP 25 (remove_files) COMPLETE
54542026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.422 INFO O| Sep 04 17:20:06.422 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.432 INFO O| Sep 04 17:20:06.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54562026-09-04T17:20:10.647Z[ recovery-image] Sep 04 17:20:06.432 INFO O| Sep 04 17:20:06.432 INFO STEP 26 (remove_files) COMPLETE
54572026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.432 INFO O| Sep 04 17:20:06.432 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.452 INFO O| Sep 04 17:20:06.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54592026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.457 INFO O| Sep 04 17:20:06.457 INFO STEP 27 (remove_files) COMPLETE
54602026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.457 INFO O| Sep 04 17:20:06.457 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.467 INFO O| Sep 04 17:20:06.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54622026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.467 INFO O| Sep 04 17:20:06.467 INFO STEP 28 (remove_files) COMPLETE
54632026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.467 INFO O| Sep 04 17:20:06.467 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.503 INFO O| Sep 04 17:20:06.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54652026-09-04T17:20:10.673Z[ recovery-image] Sep 04 17:20:06.504 INFO O| Sep 04 17:20:06.503 INFO STEP 29 (remove_files) COMPLETE
54662026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.504 INFO O| Sep 04 17:20:06.504 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.514 INFO O| Sep 04 17:20:06.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54682026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.514 INFO O| Sep 04 17:20:06.514 INFO STEP 30 (remove_files) COMPLETE
54692026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.514 INFO O| Sep 04 17:20:06.514 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.523 INFO O| Sep 04 17:20:06.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54712026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.529 INFO O| Sep 04 17:20:06.525 INFO STEP 31 (remove_files) COMPLETE
54722026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.529 INFO O| Sep 04 17:20:06.529 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.539 INFO O| Sep 04 17:20:06.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54742026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.568 INFO O| Sep 04 17:20:06.568 INFO STEP 32 (remove_files) COMPLETE
54752026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.568 INFO O| Sep 04 17:20:06.568 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.584 INFO O| Sep 04 17:20:06.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54772026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.584 INFO O| Sep 04 17:20:06.584 INFO STEP 33 (remove_files) COMPLETE
54782026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.584 INFO O| Sep 04 17:20:06.584 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.593 INFO O| Sep 04 17:20:06.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54802026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.593 INFO O| Sep 04 17:20:06.593 INFO STEP 34 (remove_files) COMPLETE
54812026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.593 INFO O| Sep 04 17:20:06.593 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.602 INFO O| Sep 04 17:20:06.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54832026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.602 INFO O| Sep 04 17:20:06.602 INFO STEP 35 (remove_files) COMPLETE
54842026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.602 INFO O| Sep 04 17:20:06.602 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.612 INFO O| Sep 04 17:20:06.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54862026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.612 INFO O| Sep 04 17:20:06.612 INFO STEP 36 (remove_files) COMPLETE
54872026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.612 INFO O| Sep 04 17:20:06.612 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.643 INFO O| Sep 04 17:20:06.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54892026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.643 INFO O| Sep 04 17:20:06.643 INFO STEP 37 (remove_files) COMPLETE
54902026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.643 INFO O| Sep 04 17:20:06.643 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.653 INFO O| Sep 04 17:20:06.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54922026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.653 INFO O| Sep 04 17:20:06.653 INFO STEP 38 (remove_files) COMPLETE
54932026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.653 INFO O| Sep 04 17:20:06.653 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.662 INFO O| Sep 04 17:20:06.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54952026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.662 INFO O| Sep 04 17:20:06.662 INFO STEP 39 (remove_files) COMPLETE
54962026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.662 INFO O| Sep 04 17:20:06.662 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.694 INFO O| Sep 04 17:20:06.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54982026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.694 INFO O| Sep 04 17:20:06.694 INFO STEP 40 (remove_files) COMPLETE
54992026-09-04T17:20:10.674Z[ recovery-image] Sep 04 17:20:06.694 INFO O| Sep 04 17:20:06.694 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.705 INFO O| Sep 04 17:20:06.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
55012026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.705 INFO O| Sep 04 17:20:06.705 INFO STEP 41 (remove_files) COMPLETE
55022026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.705 INFO O| Sep 04 17:20:06.705 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.738 INFO O| Sep 04 17:20:06.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
55042026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.738 INFO O| Sep 04 17:20:06.738 INFO STEP 42 (remove_files) COMPLETE
55052026-09-04T17:20:10.675Z[verify-libraries] Compiling git2 v0.20.4
55062026-09-04T17:20:10.675Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
55072026-09-04T17:20:10.675Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
55082026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.738 INFO O| Sep 04 17:20:06.738 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-09-04T17:20:10.675Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
55102026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.748 INFO O| Sep 04 17:20:06.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
55112026-09-04T17:20:10.675Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
55122026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.748 INFO O| Sep 04 17:20:06.748 INFO STEP 43 (remove_files) COMPLETE
55132026-09-04T17:20:10.675Z[verify-libraries] Compiling yansi v1.0.1
55142026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.748 INFO O| Sep 04 17:20:06.748 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.756 INFO O| Sep 04 17:20:06.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
55162026-09-04T17:20:10.675Z[verify-libraries] Compiling pretty_assertions v1.4.1
55172026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.758 INFO O| Sep 04 17:20:06.758 INFO STEP 44 (remove_files) COMPLETE
55182026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.758 INFO O| Sep 04 17:20:06.758 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-09-04T17:20:10.675Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
55202026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.767 INFO O| Sep 04 17:20:06.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
55212026-09-04T17:20:10.675Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
55222026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.767 INFO O| Sep 04 17:20:06.767 INFO STEP 45 (remove_files) COMPLETE
55232026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.767 INFO O| Sep 04 17:20:06.767 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.775 INFO O| Sep 04 17:20:06.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
55252026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.776 INFO O| Sep 04 17:20:06.775 INFO STEP 46 (remove_files) COMPLETE
55262026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.776 INFO O| Sep 04 17:20:06.775 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.784 INFO O| Sep 04 17:20:06.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
55282026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.784 INFO O| Sep 04 17:20:06.784 INFO STEP 47 (remove_files) COMPLETE
55292026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.784 INFO O| Sep 04 17:20:06.784 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.806 INFO O| Sep 04 17:20:06.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55312026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.806 INFO O| Sep 04 17:20:06.806 INFO STEP 48 (remove_files) COMPLETE
55322026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.806 INFO O| Sep 04 17:20:06.806 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.837 INFO O| Sep 04 17:20:06.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55342026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.837 INFO O| Sep 04 17:20:06.837 INFO STEP 49 (remove_files) COMPLETE
55352026-09-04T17:20:10.675Z[ recovery-image] Sep 04 17:20:06.837 INFO O| Sep 04 17:20:06.837 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.846 INFO O| Sep 04 17:20:06.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55372026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.846 INFO O| Sep 04 17:20:06.846 INFO STEP 50 (remove_files) COMPLETE
55382026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.846 INFO O| Sep 04 17:20:06.846 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.854 INFO O| Sep 04 17:20:06.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55402026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.869 INFO O| Sep 04 17:20:06.869 INFO STEP 51 (remove_files) COMPLETE
55412026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.869 INFO O| Sep 04 17:20:06.869 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.878 INFO O| Sep 04 17:20:06.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55432026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.878 INFO O| Sep 04 17:20:06.878 INFO STEP 52 (remove_files) COMPLETE
55442026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.878 INFO O| Sep 04 17:20:06.878 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.894 INFO O| Sep 04 17:20:06.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55462026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.896 INFO O| Sep 04 17:20:06.896 INFO STEP 53 (remove_files) COMPLETE
55472026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.896 INFO O| Sep 04 17:20:06.896 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.920 INFO O| Sep 04 17:20:06.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55492026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.921 INFO O| Sep 04 17:20:06.920 INFO STEP 54 (remove_files) COMPLETE
55502026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.921 INFO O| Sep 04 17:20:06.921 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:06.957 INFO O| Sep 04 17:20:06.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55522026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:07.007 INFO O| Sep 04 17:20:07.007 INFO STEP 55 (remove_files) COMPLETE
55532026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:07.007 INFO O| Sep 04 17:20:07.007 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:07.019 INFO O| Sep 04 17:20:07.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55552026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:07.019 INFO O| Sep 04 17:20:07.019 INFO STEP 56 (remove_files) COMPLETE
55562026-09-04T17:20:10.676Z[ recovery-image] Sep 04 17:20:07.019 INFO O| Sep 04 17:20:07.019 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.045 INFO O| Sep 04 17:20:07.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55582026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.045 INFO O| Sep 04 17:20:07.045 INFO STEP 57 (remove_files) COMPLETE
55592026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.045 INFO O| Sep 04 17:20:07.045 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.056 INFO O| Sep 04 17:20:07.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55612026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.056 INFO O| Sep 04 17:20:07.056 INFO STEP 58 (remove_files) COMPLETE
55622026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.056 INFO O| Sep 04 17:20:07.056 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.065 INFO O| Sep 04 17:20:07.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55642026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.065 INFO O| Sep 04 17:20:07.065 INFO STEP 59 (remove_files) COMPLETE
55652026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.065 INFO O| Sep 04 17:20:07.065 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.075 INFO O| Sep 04 17:20:07.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55672026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.075 INFO O| Sep 04 17:20:07.075 INFO STEP 60 (remove_files) COMPLETE
55682026-09-04T17:20:10.691Z[ recovery-image] Sep 04 17:20:07.075 INFO O| Sep 04 17:20:07.075 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.084 INFO O| Sep 04 17:20:07.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55702026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.084 INFO O| Sep 04 17:20:07.084 INFO STEP 61 (remove_files) COMPLETE
55712026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.084 INFO O| Sep 04 17:20:07.084 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.094 INFO O| Sep 04 17:20:07.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55732026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.094 INFO O| Sep 04 17:20:07.094 INFO STEP 62 (remove_files) COMPLETE
55742026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.094 INFO O| Sep 04 17:20:07.094 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.102 INFO O| Sep 04 17:20:07.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55762026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.102 INFO O| Sep 04 17:20:07.102 INFO STEP 63 (remove_files) COMPLETE
55772026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.102 INFO O| Sep 04 17:20:07.102 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.113 INFO O| Sep 04 17:20:07.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55792026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.114 INFO O| Sep 04 17:20:07.114 INFO STEP 64 (remove_files) COMPLETE
55802026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.114 INFO O| Sep 04 17:20:07.114 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.124 INFO O| Sep 04 17:20:07.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55822026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.124 INFO O| Sep 04 17:20:07.124 INFO STEP 65 (remove_files) COMPLETE
55832026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.124 INFO O| Sep 04 17:20:07.124 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-09-04T17:20:10.692Z[ recovery-image] Sep 04 17:20:07.135 INFO O| Sep 04 17:20:07.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55852026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.135 INFO O| Sep 04 17:20:07.135 INFO STEP 66 (remove_files) COMPLETE
55862026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.135 INFO O| Sep 04 17:20:07.135 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.145 INFO O| Sep 04 17:20:07.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55882026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.145 INFO O| Sep 04 17:20:07.145 INFO STEP 67 (remove_files) COMPLETE
55892026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.145 INFO O| Sep 04 17:20:07.145 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.156 INFO O| Sep 04 17:20:07.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55912026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.156 INFO O| Sep 04 17:20:07.156 INFO STEP 68 (remove_files) COMPLETE
55922026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.156 INFO O| Sep 04 17:20:07.156 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.166 INFO O| Sep 04 17:20:07.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55942026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.166 INFO O| Sep 04 17:20:07.166 INFO STEP 69 (remove_files) COMPLETE
55952026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.166 INFO O| Sep 04 17:20:07.166 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.176 INFO O| Sep 04 17:20:07.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55972026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.176 INFO O| Sep 04 17:20:07.176 INFO STEP 70 (remove_files) COMPLETE
55982026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.176 INFO O| Sep 04 17:20:07.176 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.187 INFO O| Sep 04 17:20:07.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
56002026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.187 INFO O| Sep 04 17:20:07.187 INFO STEP 71 (remove_files) COMPLETE
56012026-09-04T17:20:10.693Z[ recovery-image] Sep 04 17:20:07.187 INFO O| Sep 04 17:20:07.187 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.198 INFO O| Sep 04 17:20:07.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
56032026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.198 INFO O| Sep 04 17:20:07.198 INFO STEP 72 (remove_files) COMPLETE
56042026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.198 INFO O| Sep 04 17:20:07.198 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.210 INFO O| Sep 04 17:20:07.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
56062026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.210 INFO O| Sep 04 17:20:07.210 INFO STEP 73 (remove_files) COMPLETE
56072026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.210 INFO O| Sep 04 17:20:07.210 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.219 INFO O| Sep 04 17:20:07.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
56092026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.219 INFO O| Sep 04 17:20:07.219 INFO STEP 74 (remove_files) COMPLETE
56102026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.219 INFO O| Sep 04 17:20:07.219 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.228 INFO O| Sep 04 17:20:07.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
56122026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.228 INFO O| Sep 04 17:20:07.228 INFO STEP 75 (remove_files) COMPLETE
56132026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.228 INFO O| Sep 04 17:20:07.228 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.237 INFO O| Sep 04 17:20:07.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
56152026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.237 INFO O| Sep 04 17:20:07.237 INFO STEP 76 (remove_files) COMPLETE
56162026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.237 INFO O| Sep 04 17:20:07.237 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.245 INFO O| Sep 04 17:20:07.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
56182026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.245 INFO O| Sep 04 17:20:07.245 INFO STEP 77 (remove_files) COMPLETE
56192026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.245 INFO O| Sep 04 17:20:07.245 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.253 INFO O| Sep 04 17:20:07.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
56212026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.253 INFO O| Sep 04 17:20:07.253 INFO STEP 78 (remove_files) COMPLETE
56222026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.253 INFO O| Sep 04 17:20:07.253 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.263 INFO O| Sep 04 17:20:07.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
56242026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.263 INFO O| Sep 04 17:20:07.263 INFO STEP 79 (remove_files) COMPLETE
56252026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.263 INFO O| Sep 04 17:20:07.263 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-09-04T17:20:10.694Z[ recovery-image] Sep 04 17:20:07.273 INFO O| Sep 04 17:20:07.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
56272026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.273 INFO O| Sep 04 17:20:07.273 INFO STEP 80 (remove_files) COMPLETE
56282026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.273 INFO O| Sep 04 17:20:07.273 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.285 INFO O| Sep 04 17:20:07.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
56302026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.285 INFO O| Sep 04 17:20:07.285 INFO STEP 81 (remove_files) COMPLETE
56312026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.285 INFO O| Sep 04 17:20:07.285 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.294 INFO O| Sep 04 17:20:07.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56332026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.294 INFO O| Sep 04 17:20:07.294 INFO STEP 82 (remove_files) COMPLETE
56342026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.294 INFO O| Sep 04 17:20:07.294 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.302 INFO O| Sep 04 17:20:07.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56362026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.302 INFO O| Sep 04 17:20:07.302 INFO STEP 83 (remove_files) COMPLETE
56372026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.302 INFO O| Sep 04 17:20:07.302 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.310 INFO O| Sep 04 17:20:07.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56392026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.311 INFO O| Sep 04 17:20:07.310 INFO STEP 84 (remove_files) COMPLETE
56402026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.311 INFO O| Sep 04 17:20:07.310 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.319 INFO O| Sep 04 17:20:07.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56422026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.319 INFO O| Sep 04 17:20:07.319 INFO STEP 85 (remove_files) COMPLETE
56432026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.319 INFO O| Sep 04 17:20:07.319 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.328 INFO O| Sep 04 17:20:07.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56452026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.328 INFO O| Sep 04 17:20:07.328 INFO STEP 86 (remove_files) COMPLETE
56462026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.328 INFO O| Sep 04 17:20:07.328 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.339 INFO O| Sep 04 17:20:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56482026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.339 INFO O| Sep 04 17:20:07.339 INFO STEP 87 (remove_files) COMPLETE
56492026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.339 INFO O| Sep 04 17:20:07.339 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-09-04T17:20:10.695Z[ recovery-image] Sep 04 17:20:07.351 INFO O| Sep 04 17:20:07.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56512026-09-04T17:20:10.696Z[ recovery-image] Sep 04 17:20:07.351 INFO O| Sep 04 17:20:07.351 INFO STEP 88 (remove_files) COMPLETE
56522026-09-04T17:20:10.696Z[ recovery-image] Sep 04 17:20:07.351 INFO O| Sep 04 17:20:07.351 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-09-04T17:20:10.696Z[ recovery-image] Sep 04 17:20:07.362 INFO O| Sep 04 17:20:07.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56542026-09-04T17:20:10.696Z[ recovery-image] Sep 04 17:20:07.362 INFO O| Sep 04 17:20:07.362 INFO STEP 89 (remove_files) COMPLETE
56552026-09-04T17:20:10.696Z[ recovery-image] Sep 04 17:20:07.362 INFO O| Sep 04 17:20:07.362 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-09-04T17:20:10.696Z[ recovery-image] Sep 04 17:20:07.372 INFO O| Sep 04 17:20:07.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56572026-09-04T17:20:10.706Z[ recovery-image] Sep 04 17:20:07.372 INFO O| Sep 04 17:20:07.372 INFO STEP 90 (remove_files) COMPLETE
56582026-09-04T17:20:10.706Z[ recovery-image] Sep 04 17:20:07.372 INFO O| Sep 04 17:20:07.372 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.383 INFO O| Sep 04 17:20:07.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56602026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.383 INFO O| Sep 04 17:20:07.383 INFO STEP 91 (remove_files) COMPLETE
56612026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.383 INFO O| Sep 04 17:20:07.383 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.392 INFO O| Sep 04 17:20:07.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56632026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.392 INFO O| Sep 04 17:20:07.392 INFO STEP 92 (remove_files) COMPLETE
56642026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.392 INFO O| Sep 04 17:20:07.392 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.401 INFO O| Sep 04 17:20:07.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56662026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.401 INFO O| Sep 04 17:20:07.401 INFO STEP 93 (remove_files) COMPLETE
56672026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.401 INFO O| Sep 04 17:20:07.401 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.410 INFO O| Sep 04 17:20:07.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56692026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.410 INFO O| Sep 04 17:20:07.410 INFO STEP 94 (remove_files) COMPLETE
56702026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.410 INFO O| Sep 04 17:20:07.410 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.418 INFO O| Sep 04 17:20:07.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56722026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.420 INFO O| Sep 04 17:20:07.420 INFO STEP 95 (remove_files) COMPLETE
56732026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.420 INFO O| Sep 04 17:20:07.420 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.429 INFO O| Sep 04 17:20:07.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56752026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.429 INFO O| Sep 04 17:20:07.429 INFO STEP 96 (remove_files) COMPLETE
56762026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.429 INFO O| Sep 04 17:20:07.429 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-09-04T17:20:10.707Z[ recovery-image] Sep 04 17:20:07.441 INFO O| Sep 04 17:20:07.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56782026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.441 INFO O| Sep 04 17:20:07.441 INFO STEP 97 (remove_files) COMPLETE
56792026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.441 INFO O| Sep 04 17:20:07.441 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.450 INFO O| Sep 04 17:20:07.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56812026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.450 INFO O| Sep 04 17:20:07.450 INFO STEP 98 (remove_files) COMPLETE
56822026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.450 INFO O| Sep 04 17:20:07.450 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.460 INFO O| Sep 04 17:20:07.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56842026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.460 INFO O| Sep 04 17:20:07.460 INFO STEP 99 (remove_files) COMPLETE
56852026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.460 INFO O| Sep 04 17:20:07.460 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.469 INFO O| Sep 04 17:20:07.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56872026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.469 INFO O| Sep 04 17:20:07.469 INFO STEP 100 (remove_files) COMPLETE
56882026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.469 INFO O| Sep 04 17:20:07.469 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.479 INFO O| Sep 04 17:20:07.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56902026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.479 INFO O| Sep 04 17:20:07.479 INFO STEP 101 (remove_files) COMPLETE
56912026-09-04T17:20:10.708Z[ recovery-image] Sep 04 17:20:07.479 INFO O| Sep 04 17:20:07.479 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.488 INFO O| Sep 04 17:20:07.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56932026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.488 INFO O| Sep 04 17:20:07.488 INFO STEP 102 (remove_files) COMPLETE
56942026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.488 INFO O| Sep 04 17:20:07.488 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.497 INFO O| Sep 04 17:20:07.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56962026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.497 INFO O| Sep 04 17:20:07.497 INFO STEP 103 (remove_files) COMPLETE
56972026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.497 INFO O| Sep 04 17:20:07.497 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.505 INFO O| Sep 04 17:20:07.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56992026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.505 INFO O| Sep 04 17:20:07.505 INFO STEP 104 (remove_files) COMPLETE
57002026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.505 INFO O| Sep 04 17:20:07.505 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.515 INFO O| Sep 04 17:20:07.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
57022026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.515 INFO O| Sep 04 17:20:07.515 INFO STEP 105 (remove_files) COMPLETE
57032026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.515 INFO O| Sep 04 17:20:07.515 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.524 INFO O| Sep 04 17:20:07.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
57052026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.524 INFO O| Sep 04 17:20:07.524 INFO STEP 106 (remove_files) COMPLETE
57062026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.524 INFO O| Sep 04 17:20:07.524 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.565 INFO O| Sep 04 17:20:07.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
57082026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.565 INFO O| Sep 04 17:20:07.565 INFO STEP 107 (remove_files) COMPLETE
57092026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.565 INFO O| Sep 04 17:20:07.565 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.575 INFO O| Sep 04 17:20:07.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
57112026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.575 INFO O| Sep 04 17:20:07.575 INFO STEP 108 (remove_files) COMPLETE
57122026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.575 INFO O| Sep 04 17:20:07.575 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.590 INFO O| Sep 04 17:20:07.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
57142026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.590 INFO O| Sep 04 17:20:07.590 INFO STEP 109 (remove_files) COMPLETE
57152026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.590 INFO O| Sep 04 17:20:07.590 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.600 INFO O| Sep 04 17:20:07.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
57172026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.600 INFO O| Sep 04 17:20:07.600 INFO STEP 110 (remove_files) COMPLETE
57182026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.600 INFO O| Sep 04 17:20:07.600 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-09-04T17:20:10.709Z[ recovery-image] Sep 04 17:20:07.610 INFO O| Sep 04 17:20:07.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
57202026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.610 INFO O| Sep 04 17:20:07.610 INFO STEP 111 (remove_files) COMPLETE
57212026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.610 INFO O| Sep 04 17:20:07.610 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.638 INFO O| Sep 04 17:20:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
57232026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.638 INFO O| Sep 04 17:20:07.638 INFO STEP 112 (remove_files) COMPLETE
57242026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.638 INFO O| Sep 04 17:20:07.638 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.649 INFO O| Sep 04 17:20:07.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
57262026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.649 INFO O| Sep 04 17:20:07.649 INFO STEP 113 (remove_files) COMPLETE
57272026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.649 INFO O| Sep 04 17:20:07.649 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.660 INFO O| Sep 04 17:20:07.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
57292026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.660 INFO O| Sep 04 17:20:07.660 INFO STEP 114 (remove_files) COMPLETE
57302026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.660 INFO O| Sep 04 17:20:07.660 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.670 INFO O| Sep 04 17:20:07.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57322026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.670 INFO O| Sep 04 17:20:07.670 INFO STEP 115 (remove_files) COMPLETE
57332026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.670 INFO O| Sep 04 17:20:07.670 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.690 INFO O| Sep 04 17:20:07.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57352026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.690 INFO O| Sep 04 17:20:07.690 INFO STEP 116 (remove_files) COMPLETE
57362026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.690 INFO O| Sep 04 17:20:07.690 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.710 INFO O| Sep 04 17:20:07.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57382026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.710 INFO O| Sep 04 17:20:07.710 INFO STEP 117 (remove_files) COMPLETE
57392026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.710 INFO O| Sep 04 17:20:07.710 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.731 INFO O| Sep 04 17:20:07.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57412026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.731 INFO O| Sep 04 17:20:07.731 INFO STEP 118 (remove_files) COMPLETE
57422026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.731 INFO O| Sep 04 17:20:07.731 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.742 INFO O| Sep 04 17:20:07.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57442026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.743 INFO O| Sep 04 17:20:07.742 INFO STEP 119 (remove_files) COMPLETE
57452026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.743 INFO O| Sep 04 17:20:07.743 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.751 INFO O| Sep 04 17:20:07.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57472026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.751 INFO O| Sep 04 17:20:07.751 INFO STEP 120 (remove_files) COMPLETE
57482026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.751 INFO O| Sep 04 17:20:07.751 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.770 INFO O| Sep 04 17:20:07.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57502026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.770 INFO O| Sep 04 17:20:07.770 INFO STEP 121 (remove_files) COMPLETE
57512026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.770 INFO O| Sep 04 17:20:07.770 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.780 INFO O| Sep 04 17:20:07.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57532026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.780 INFO O| Sep 04 17:20:07.780 INFO STEP 122 (remove_files) COMPLETE
57542026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.780 INFO O| Sep 04 17:20:07.780 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.795 INFO O| Sep 04 17:20:07.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57562026-09-04T17:20:10.710Z[ recovery-image] Sep 04 17:20:07.807 INFO O| Sep 04 17:20:07.807 INFO STEP 123 (remove_files) COMPLETE
57572026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:07.807 INFO O| Sep 04 17:20:07.807 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:07.828 INFO O| Sep 04 17:20:07.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57592026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:07.828 INFO O| Sep 04 17:20:07.828 INFO STEP 124 (remove_files) COMPLETE
57602026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:07.828 INFO O| Sep 04 17:20:07.828 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57622026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.840 INFO STEP 125 (remove_files) COMPLETE
57632026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.840 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57652026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.850 INFO STEP 126 (remove_files) COMPLETE
57662026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.850 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57682026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.864 INFO STEP 127 (remove_files) COMPLETE
57692026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.864 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57712026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.909 INFO STEP 128 (remove_files) COMPLETE
57722026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.909 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57742026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.920 INFO STEP 129 (remove_files) COMPLETE
57752026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.920 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57772026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.929 INFO STEP 130 (remove_files) COMPLETE
57782026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.929 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57802026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.937 INFO STEP 131 (remove_files) COMPLETE
57812026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.937 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-09-04T17:20:10.720Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57832026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.953 INFO STEP 132 (remove_files) COMPLETE
57842026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.953 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57862026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.963 INFO STEP 133 (remove_files) COMPLETE
57872026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.963 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57892026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.973 INFO STEP 134 (remove_files) COMPLETE
57902026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:07.973 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57922026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.003 INFO STEP 135 (remove_files) COMPLETE
57932026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.003 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57952026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.029 INFO STEP 136 (remove_files) COMPLETE
57962026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.029 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57982026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.040 INFO STEP 137 (remove_files) COMPLETE
57992026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.040 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
58012026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.050 INFO STEP 138 (remove_files) COMPLETE
58022026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.050 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
58042026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.059 INFO STEP 139 (remove_files) COMPLETE
58052026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.059 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
58072026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.069 INFO STEP 140 (remove_files) COMPLETE
58082026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.069 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
58102026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.078 INFO STEP 141 (remove_files) COMPLETE
58112026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.078 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
58132026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.087 INFO STEP 142 (remove_files) COMPLETE
58142026-09-04T17:20:10.721Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.087 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
58162026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.096 INFO STEP 143 (remove_files) COMPLETE
58172026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.096 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
58192026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.105 INFO STEP 144 (remove_files) COMPLETE
58202026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.105 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
58222026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.117 INFO STEP 145 (remove_files) COMPLETE
58232026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.117 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
58252026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.127 INFO STEP 146 (remove_files) COMPLETE
58262026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.328 INFO O| Sep 04 17:20:08.127 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
58282026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.136 INFO STEP 147 (remove_files) COMPLETE
58292026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.136 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58312026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.147 INFO STEP 148 (remove_files) COMPLETE
58322026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.147 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58342026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.157 INFO STEP 149 (remove_files) COMPLETE
58352026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.157 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58372026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.166 INFO STEP 150 (remove_files) COMPLETE
58382026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.166 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58402026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.174 INFO STEP 151 (remove_files) COMPLETE
58412026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.174 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58432026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.183 INFO STEP 152 (remove_files) COMPLETE
58442026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.183 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58462026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.192 INFO STEP 153 (remove_files) COMPLETE
58472026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.192 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58492026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.201 INFO STEP 154 (remove_files) COMPLETE
58502026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.201 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.331 INFO O| Sep 04 17:20:08.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58522026-09-04T17:20:10.722Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.209 INFO STEP 155 (remove_files) COMPLETE
58532026-09-04T17:20:10.723Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.209 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-09-04T17:20:10.723Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58552026-09-04T17:20:10.723Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.220 INFO STEP 156 (remove_files) COMPLETE
58562026-09-04T17:20:10.723Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.220 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58582026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.229 INFO STEP 157 (remove_files) COMPLETE
58592026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.229 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58612026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.239 INFO STEP 158 (remove_files) COMPLETE
58622026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.240 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58642026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.248 INFO STEP 159 (remove_files) COMPLETE
58652026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.248 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58672026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.256 INFO STEP 160 (remove_files) COMPLETE
58682026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.256 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58702026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.265 INFO STEP 161 (remove_files) COMPLETE
58712026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.265 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58732026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.274 INFO STEP 162 (remove_files) COMPLETE
58742026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.274 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58762026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.282 INFO STEP 163 (remove_files) COMPLETE
58772026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.282 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-09-04T17:20:10.732Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58792026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.291 INFO STEP 164 (remove_files) COMPLETE
58802026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.291 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58822026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.299 INFO STEP 165 (remove_files) COMPLETE
58832026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.299 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58852026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.309 INFO STEP 166 (remove_files) COMPLETE
58862026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.309 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58882026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.317 INFO STEP 167 (remove_files) COMPLETE
58892026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.317 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58912026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.326 INFO STEP 168 (remove_files) COMPLETE
58922026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.332 INFO O| Sep 04 17:20:08.326 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58942026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.334 INFO STEP 169 (remove_files) COMPLETE
58952026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.334 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58972026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.343 INFO STEP 170 (remove_files) COMPLETE
58982026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.343 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
59002026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.351 INFO STEP 171 (remove_files) COMPLETE
59012026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.351 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
59032026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.361 INFO STEP 172 (remove_files) COMPLETE
59042026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.361 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
59062026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.370 INFO STEP 173 (remove_files) COMPLETE
59072026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.370 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
59092026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.379 INFO STEP 174 (remove_files) COMPLETE
59102026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.379 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-09-04T17:20:10.733Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
59122026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.388 INFO STEP 175 (remove_files) COMPLETE
59132026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.388 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
59152026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.398 INFO STEP 176 (remove_files) COMPLETE
59162026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.398 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
59182026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.407 INFO STEP 177 (remove_files) COMPLETE
59192026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.407 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
59212026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.416 INFO STEP 178 (remove_files) COMPLETE
59222026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.416 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
59242026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.426 INFO STEP 179 (remove_files) COMPLETE
59252026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.426 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
59272026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.436 INFO STEP 180 (remove_files) COMPLETE
59282026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.436 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59302026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:08.444 INFO STEP 181 (remove_files) COMPLETE
59312026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.334 INFO O| Sep 04 17:20:09.328 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.339 INFO O| Sep 04 17:20:09.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59332026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.339 INFO O| Sep 04 17:20:09.339 INFO STEP 182 (remove_files) COMPLETE
59342026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.339 INFO O| Sep 04 17:20:09.339 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.348 INFO O| Sep 04 17:20:09.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59362026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.348 INFO O| Sep 04 17:20:09.348 INFO STEP 183 (remove_files) COMPLETE
59372026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.348 INFO O| Sep 04 17:20:09.348 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.359 INFO O| Sep 04 17:20:09.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59392026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.371 INFO O| Sep 04 17:20:09.371 INFO STEP 184 (remove_files) COMPLETE
59402026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.371 INFO O| Sep 04 17:20:09.371 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.382 INFO O| Sep 04 17:20:09.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59422026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.382 INFO O| Sep 04 17:20:09.382 INFO STEP 185 (remove_files) COMPLETE
59432026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.382 INFO O| Sep 04 17:20:09.382 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.391 INFO O| Sep 04 17:20:09.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59452026-09-04T17:20:10.734Z[ recovery-image] Sep 04 17:20:09.391 INFO O| Sep 04 17:20:09.391 INFO STEP 186 (remove_files) COMPLETE
59462026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.391 INFO O| Sep 04 17:20:09.391 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.400 INFO O| Sep 04 17:20:09.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59482026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.400 INFO O| Sep 04 17:20:09.400 INFO STEP 187 (remove_files) COMPLETE
59492026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.400 INFO O| Sep 04 17:20:09.400 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.408 INFO O| Sep 04 17:20:09.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59512026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.408 INFO O| Sep 04 17:20:09.408 INFO STEP 188 (remove_files) COMPLETE
59522026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.408 INFO O| Sep 04 17:20:09.408 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.415 INFO O| Sep 04 17:20:09.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59542026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.415 INFO O| Sep 04 17:20:09.415 INFO STEP 189 (remove_files) COMPLETE
59552026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.415 INFO O| Sep 04 17:20:09.415 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-04T17:20:10.735Z[ recovery-image] Sep 04 17:20:09.422 INFO O| Sep 04 17:20:09.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59572026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.422 INFO O| Sep 04 17:20:09.422 INFO STEP 190 (remove_files) COMPLETE
59582026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.422 INFO O| Sep 04 17:20:09.422 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.430 INFO O| Sep 04 17:20:09.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59602026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.430 INFO O| Sep 04 17:20:09.430 INFO STEP 191 (remove_files) COMPLETE
59612026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.430 INFO O| Sep 04 17:20:09.430 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.438 INFO O| Sep 04 17:20:09.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59632026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.445 INFO O| Sep 04 17:20:09.445 INFO STEP 192 (remove_files) COMPLETE
59642026-09-04T17:20:10.742Z[ recovery-image] Sep 04 17:20:09.445 INFO O| Sep 04 17:20:09.445 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-04T17:20:10.746Z[ recovery-image] Sep 04 17:20:09.456 INFO O| Sep 04 17:20:09.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59662026-09-04T17:20:10.746Z[ recovery-image] Sep 04 17:20:09.456 INFO O| Sep 04 17:20:09.456 INFO STEP 193 (remove_files) COMPLETE
59672026-09-04T17:20:10.746Z[ recovery-image] Sep 04 17:20:09.456 INFO O| Sep 04 17:20:09.456 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-04T17:20:10.757Z[ recovery-image] Sep 04 17:20:09.466 INFO O| Sep 04 17:20:09.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59692026-09-04T17:20:10.758Z[ recovery-image] Sep 04 17:20:09.466 INFO O| Sep 04 17:20:09.466 INFO STEP 194 (remove_files) COMPLETE
59702026-09-04T17:20:10.762Z[ recovery-image] Sep 04 17:20:09.466 INFO O| Sep 04 17:20:09.466 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-04T17:20:10.766Z[ recovery-image] Sep 04 17:20:09.475 INFO O| Sep 04 17:20:09.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59722026-09-04T17:20:10.767Z[ recovery-image] Sep 04 17:20:09.475 INFO O| Sep 04 17:20:09.475 INFO STEP 195 (remove_files) COMPLETE
59732026-09-04T17:20:10.771Z[ recovery-image] Sep 04 17:20:09.475 INFO O| Sep 04 17:20:09.475 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-04T17:20:10.775Z[ recovery-image] Sep 04 17:20:09.486 INFO O| Sep 04 17:20:09.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59752026-09-04T17:20:10.775Z[ recovery-image] Sep 04 17:20:09.486 INFO O| Sep 04 17:20:09.486 INFO STEP 196 (remove_files) COMPLETE
59762026-09-04T17:20:10.775Z[ recovery-image] Sep 04 17:20:09.486 INFO O| Sep 04 17:20:09.486 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-04T17:20:10.784Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
59782026-09-04T17:20:10.788Z[ recovery-image] Sep 04 17:20:09.496 INFO O| Sep 04 17:20:09.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59792026-09-04T17:20:10.788Z[ recovery-image] Sep 04 17:20:09.496 INFO O| Sep 04 17:20:09.496 INFO STEP 197 (remove_files) COMPLETE
59802026-09-04T17:20:10.788Z[ recovery-image] Sep 04 17:20:09.496 INFO O| Sep 04 17:20:09.496 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-04T17:20:10.796Z[ recovery-image] Sep 04 17:20:09.507 INFO O| Sep 04 17:20:09.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59822026-09-04T17:20:10.796Z[ recovery-image] Sep 04 17:20:09.507 INFO O| Sep 04 17:20:09.507 INFO STEP 198 (remove_files) COMPLETE
59832026-09-04T17:20:10.801Z[ recovery-image] Sep 04 17:20:09.507 INFO O| Sep 04 17:20:09.507 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-04T17:20:10.806Z[ recovery-image] Sep 04 17:20:09.517 INFO O| Sep 04 17:20:09.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59852026-09-04T17:20:10.806Z[ recovery-image] Sep 04 17:20:09.517 INFO O| Sep 04 17:20:09.517 INFO STEP 199 (remove_files) COMPLETE
59862026-09-04T17:20:10.810Z[ recovery-image] Sep 04 17:20:09.517 INFO O| Sep 04 17:20:09.517 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-04T17:20:10.816Z[ recovery-image] Sep 04 17:20:09.527 INFO O| Sep 04 17:20:09.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59882026-09-04T17:20:10.819Z[ recovery-image] Sep 04 17:20:09.527 INFO O| Sep 04 17:20:09.527 INFO STEP 200 (remove_files) COMPLETE
59892026-09-04T17:20:10.819Z[ recovery-image] Sep 04 17:20:09.527 INFO O| Sep 04 17:20:09.527 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-09-04T17:20:10.825Z[ recovery-image] Sep 04 17:20:09.536 INFO O| Sep 04 17:20:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59912026-09-04T17:20:10.825Z[ recovery-image] Sep 04 17:20:09.536 INFO O| Sep 04 17:20:09.536 INFO STEP 201 (remove_files) COMPLETE
59922026-09-04T17:20:10.825Z[ recovery-image] Sep 04 17:20:09.536 INFO O| Sep 04 17:20:09.536 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-09-04T17:20:10.835Z[ recovery-image] Sep 04 17:20:09.545 INFO O| Sep 04 17:20:09.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59942026-09-04T17:20:10.835Z[ recovery-image] Sep 04 17:20:09.546 INFO O| Sep 04 17:20:09.546 INFO STEP 202 (remove_files) COMPLETE
59952026-09-04T17:20:10.835Z[ recovery-image] Sep 04 17:20:09.546 INFO O| Sep 04 17:20:09.546 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-09-04T17:20:10.845Z[ recovery-image] Sep 04 17:20:09.556 INFO O| Sep 04 17:20:09.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59972026-09-04T17:20:10.845Z[ recovery-image] Sep 04 17:20:09.556 INFO O| Sep 04 17:20:09.556 INFO STEP 203 (remove_files) COMPLETE
59982026-09-04T17:20:10.849Z[ recovery-image] Sep 04 17:20:09.556 INFO O| Sep 04 17:20:09.556 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-09-04T17:20:10.855Z[ recovery-image] Sep 04 17:20:09.566 INFO O| Sep 04 17:20:09.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
60002026-09-04T17:20:10.855Z[ recovery-image] Sep 04 17:20:09.566 INFO O| Sep 04 17:20:09.566 INFO STEP 204 (remove_files) COMPLETE
60012026-09-04T17:20:10.855Z[ recovery-image] Sep 04 17:20:09.566 INFO O| Sep 04 17:20:09.566 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-09-04T17:20:10.864Z[ recovery-image] Sep 04 17:20:09.575 INFO O| Sep 04 17:20:09.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
60032026-09-04T17:20:10.864Z[ recovery-image] Sep 04 17:20:09.575 INFO O| Sep 04 17:20:09.575 INFO STEP 205 (remove_files) COMPLETE
60042026-09-04T17:20:10.864Z[ recovery-image] Sep 04 17:20:09.575 INFO O| Sep 04 17:20:09.575 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-09-04T17:20:10.873Z[ recovery-image] Sep 04 17:20:09.584 INFO O| Sep 04 17:20:09.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
60062026-09-04T17:20:10.873Z[ recovery-image] Sep 04 17:20:09.584 INFO O| Sep 04 17:20:09.584 INFO STEP 206 (remove_files) COMPLETE
60072026-09-04T17:20:10.877Z[ recovery-image] Sep 04 17:20:09.584 INFO O| Sep 04 17:20:09.584 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-09-04T17:20:10.885Z[ recovery-image] Sep 04 17:20:09.594 INFO O| Sep 04 17:20:09.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
60092026-09-04T17:20:10.885Z[ recovery-image] Sep 04 17:20:09.594 INFO O| Sep 04 17:20:09.594 INFO STEP 207 (remove_files) COMPLETE
60102026-09-04T17:20:10.885Z[ recovery-image] Sep 04 17:20:09.594 INFO O| Sep 04 17:20:09.594 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-09-04T17:20:10.894Z[ recovery-image] Sep 04 17:20:09.604 INFO O| Sep 04 17:20:09.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
60122026-09-04T17:20:10.894Z[ recovery-image] Sep 04 17:20:09.604 INFO O| Sep 04 17:20:09.604 INFO STEP 208 (remove_files) COMPLETE
60132026-09-04T17:20:10.894Z[ recovery-image] Sep 04 17:20:09.604 INFO O| Sep 04 17:20:09.604 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-09-04T17:20:10.903Z[ recovery-image] Sep 04 17:20:09.614 INFO O| Sep 04 17:20:09.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
60152026-09-04T17:20:10.903Z[ recovery-image] Sep 04 17:20:09.614 INFO O| Sep 04 17:20:09.614 INFO STEP 209 (remove_files) COMPLETE
60162026-09-04T17:20:10.903Z[ recovery-image] Sep 04 17:20:09.614 INFO O| Sep 04 17:20:09.614 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-09-04T17:20:10.913Z[ recovery-image] Sep 04 17:20:09.624 INFO O| Sep 04 17:20:09.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
60182026-09-04T17:20:10.913Z[ recovery-image] Sep 04 17:20:09.624 INFO O| Sep 04 17:20:09.624 INFO STEP 210 (remove_files) COMPLETE
60192026-09-04T17:20:10.913Z[ recovery-image] Sep 04 17:20:09.624 INFO O| Sep 04 17:20:09.624 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-09-04T17:20:10.924Z[ recovery-image] Sep 04 17:20:09.634 INFO O| Sep 04 17:20:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
60212026-09-04T17:20:10.924Z[ recovery-image] Sep 04 17:20:09.635 INFO O| Sep 04 17:20:09.634 INFO STEP 211 (remove_files) COMPLETE
60222026-09-04T17:20:10.928Z[ recovery-image] Sep 04 17:20:09.635 INFO O| Sep 04 17:20:09.634 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-09-04T17:20:10.935Z[ recovery-image] Sep 04 17:20:09.645 INFO O| Sep 04 17:20:09.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
60242026-09-04T17:20:10.935Z[ recovery-image] Sep 04 17:20:09.646 INFO O| Sep 04 17:20:09.646 INFO STEP 212 (remove_files) COMPLETE
60252026-09-04T17:20:10.935Z[ recovery-image] Sep 04 17:20:09.646 INFO O| Sep 04 17:20:09.646 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-09-04T17:20:10.951Z[ recovery-image] Sep 04 17:20:09.656 INFO O| Sep 04 17:20:09.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
60272026-09-04T17:20:10.951Z[ recovery-image] Sep 04 17:20:09.656 INFO O| Sep 04 17:20:09.656 INFO STEP 213 (remove_files) COMPLETE
60282026-09-04T17:20:10.951Z[ recovery-image] Sep 04 17:20:09.656 INFO O| Sep 04 17:20:09.656 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-09-04T17:20:10.956Z[ recovery-image] Sep 04 17:20:09.665 INFO O| Sep 04 17:20:09.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60302026-09-04T17:20:10.956Z[ recovery-image] Sep 04 17:20:09.665 INFO O| Sep 04 17:20:09.665 INFO STEP 214 (remove_files) COMPLETE
60312026-09-04T17:20:10.956Z[ recovery-image] Sep 04 17:20:09.665 INFO O| Sep 04 17:20:09.665 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-09-04T17:20:10.963Z[ recovery-image] Sep 04 17:20:09.674 INFO O| Sep 04 17:20:09.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60332026-09-04T17:20:10.963Z[ recovery-image] Sep 04 17:20:09.674 INFO O| Sep 04 17:20:09.674 INFO STEP 215 (remove_files) COMPLETE
60342026-09-04T17:20:10.963Z[ recovery-image] Sep 04 17:20:09.674 INFO O| Sep 04 17:20:09.674 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-09-04T17:20:10.973Z[ recovery-image] Sep 04 17:20:09.683 INFO O| Sep 04 17:20:09.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60362026-09-04T17:20:10.973Z[ recovery-image] Sep 04 17:20:09.683 INFO O| Sep 04 17:20:09.683 INFO STEP 216 (remove_files) COMPLETE
60372026-09-04T17:20:10.973Z[ recovery-image] Sep 04 17:20:09.683 INFO O| Sep 04 17:20:09.683 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-09-04T17:20:10.983Z[ recovery-image] Sep 04 17:20:09.692 INFO O| Sep 04 17:20:09.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60392026-09-04T17:20:10.983Z[ recovery-image] Sep 04 17:20:09.692 INFO O| Sep 04 17:20:09.692 INFO STEP 217 (remove_files) COMPLETE
60402026-09-04T17:20:10.983Z[ recovery-image] Sep 04 17:20:09.692 INFO O| Sep 04 17:20:09.692 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-09-04T17:20:10.983Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
60422026-09-04T17:20:10.992Z[ recovery-image] Sep 04 17:20:09.702 INFO O| Sep 04 17:20:09.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60432026-09-04T17:20:10.992Z[ recovery-image] Sep 04 17:20:09.702 INFO O| Sep 04 17:20:09.702 INFO STEP 218 (remove_files) COMPLETE
60442026-09-04T17:20:10.995Z[ recovery-image] Sep 04 17:20:09.702 INFO O| Sep 04 17:20:09.702 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-09-04T17:20:11.002Z[ recovery-image] Sep 04 17:20:09.713 INFO O| Sep 04 17:20:09.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60462026-09-04T17:20:11.002Z[ recovery-image] Sep 04 17:20:09.713 INFO O| Sep 04 17:20:09.713 INFO STEP 219 (remove_files) COMPLETE
60472026-09-04T17:20:11.002Z[ recovery-image] Sep 04 17:20:09.713 INFO O| Sep 04 17:20:09.713 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-04T17:20:11.013Z[ recovery-image] Sep 04 17:20:09.723 INFO O| Sep 04 17:20:09.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60492026-09-04T17:20:11.013Z[ recovery-image] Sep 04 17:20:09.723 INFO O| Sep 04 17:20:09.723 INFO STEP 220 (remove_files) COMPLETE
60502026-09-04T17:20:11.013Z[ recovery-image] Sep 04 17:20:09.723 INFO O| Sep 04 17:20:09.723 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-04T17:20:11.016Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
60522026-09-04T17:20:11.022Z[ recovery-image] Sep 04 17:20:09.733 INFO O| Sep 04 17:20:09.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60532026-09-04T17:20:11.023Z[ recovery-image] Sep 04 17:20:09.733 INFO O| Sep 04 17:20:09.733 INFO STEP 221 (remove_files) COMPLETE
60542026-09-04T17:20:11.023Z[ recovery-image] Sep 04 17:20:09.733 INFO O| Sep 04 17:20:09.733 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-04T17:20:11.032Z[ recovery-image] Sep 04 17:20:09.743 INFO O| Sep 04 17:20:09.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60562026-09-04T17:20:11.032Z[ recovery-image] Sep 04 17:20:09.743 INFO O| Sep 04 17:20:09.743 INFO STEP 222 (remove_files) COMPLETE
60572026-09-04T17:20:11.035Z[ recovery-image] Sep 04 17:20:09.743 INFO O| Sep 04 17:20:09.743 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-04T17:20:11.045Z[ recovery-image] Sep 04 17:20:09.756 INFO O| Sep 04 17:20:09.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60592026-09-04T17:20:11.045Z[ recovery-image] Sep 04 17:20:09.756 INFO O| Sep 04 17:20:09.756 INFO STEP 223 (remove_files) COMPLETE
60602026-09-04T17:20:11.049Z[ recovery-image] Sep 04 17:20:09.756 INFO O| Sep 04 17:20:09.756 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-04T17:20:11.057Z[ recovery-image] Sep 04 17:20:09.766 INFO O| Sep 04 17:20:09.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60622026-09-04T17:20:11.057Z[ recovery-image] Sep 04 17:20:09.766 INFO O| Sep 04 17:20:09.766 INFO STEP 224 (remove_files) COMPLETE
60632026-09-04T17:20:11.061Z[ recovery-image] Sep 04 17:20:09.766 INFO O| Sep 04 17:20:09.766 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-04T17:20:11.065Z[ recovery-image] Sep 04 17:20:09.776 INFO O| Sep 04 17:20:09.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60652026-09-04T17:20:11.065Z[ recovery-image] Sep 04 17:20:09.776 INFO O| Sep 04 17:20:09.776 INFO STEP 225 (remove_files) COMPLETE
60662026-09-04T17:20:11.065Z[ recovery-image] Sep 04 17:20:09.776 INFO O| Sep 04 17:20:09.776 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-04T17:20:11.074Z[ recovery-image] Sep 04 17:20:09.785 INFO O| Sep 04 17:20:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60682026-09-04T17:20:11.074Z[ recovery-image] Sep 04 17:20:09.785 INFO O| Sep 04 17:20:09.785 INFO STEP 226 (remove_files) COMPLETE
60692026-09-04T17:20:11.074Z[ recovery-image] Sep 04 17:20:09.785 INFO O| Sep 04 17:20:09.785 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-04T17:20:11.083Z[ recovery-image] Sep 04 17:20:09.794 INFO O| Sep 04 17:20:09.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60712026-09-04T17:20:11.086Z[ recovery-image] Sep 04 17:20:09.794 INFO O| Sep 04 17:20:09.794 INFO STEP 227 (remove_files) COMPLETE
60722026-09-04T17:20:11.086Z[ recovery-image] Sep 04 17:20:09.794 INFO O| Sep 04 17:20:09.794 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-04T17:20:11.093Z[ recovery-image] Sep 04 17:20:09.804 INFO O| Sep 04 17:20:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60742026-09-04T17:20:11.093Z[ recovery-image] Sep 04 17:20:09.804 INFO O| Sep 04 17:20:09.804 INFO STEP 228 (remove_files) COMPLETE
60752026-09-04T17:20:11.096Z[ recovery-image] Sep 04 17:20:09.804 INFO O| Sep 04 17:20:09.804 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-04T17:20:11.103Z[ recovery-image] Sep 04 17:20:09.814 INFO O| Sep 04 17:20:09.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60772026-09-04T17:20:11.103Z[ recovery-image] Sep 04 17:20:09.814 INFO O| Sep 04 17:20:09.814 INFO STEP 229 (remove_files) COMPLETE
60782026-09-04T17:20:11.107Z[ recovery-image] Sep 04 17:20:09.814 INFO O| Sep 04 17:20:09.814 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-04T17:20:11.113Z[ recovery-image] Sep 04 17:20:09.824 INFO O| Sep 04 17:20:09.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60802026-09-04T17:20:11.113Z[ recovery-image] Sep 04 17:20:09.824 INFO O| Sep 04 17:20:09.824 INFO STEP 230 (remove_files) COMPLETE
60812026-09-04T17:20:11.117Z[ recovery-image] Sep 04 17:20:09.824 INFO O| Sep 04 17:20:09.824 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-04T17:20:11.124Z[ recovery-image] Sep 04 17:20:09.833 INFO O| Sep 04 17:20:09.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60832026-09-04T17:20:11.124Z[ recovery-image] Sep 04 17:20:09.833 INFO O| Sep 04 17:20:09.833 INFO STEP 231 (remove_files) COMPLETE
60842026-09-04T17:20:11.125Z[ recovery-image] Sep 04 17:20:09.833 INFO O| Sep 04 17:20:09.833 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-09-04T17:20:11.133Z[ recovery-image] Sep 04 17:20:09.843 INFO O| Sep 04 17:20:09.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60862026-09-04T17:20:11.133Z[ recovery-image] Sep 04 17:20:09.843 INFO O| Sep 04 17:20:09.843 INFO STEP 232 (remove_files) COMPLETE
60872026-09-04T17:20:11.133Z[ recovery-image] Sep 04 17:20:09.843 INFO O| Sep 04 17:20:09.843 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-09-04T17:20:11.142Z[ recovery-image] Sep 04 17:20:09.853 INFO O| Sep 04 17:20:09.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60892026-09-04T17:20:11.142Z[ recovery-image] Sep 04 17:20:09.853 INFO O| Sep 04 17:20:09.853 INFO STEP 233 (remove_files) COMPLETE
60902026-09-04T17:20:11.142Z[ recovery-image] Sep 04 17:20:09.853 INFO O| Sep 04 17:20:09.853 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-04T17:20:11.158Z[ recovery-image] Sep 04 17:20:09.869 INFO O| Sep 04 17:20:09.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60922026-09-04T17:20:11.158Z[ recovery-image] Sep 04 17:20:09.869 INFO O| Sep 04 17:20:09.869 INFO STEP 234 (remove_files) COMPLETE
60932026-09-04T17:20:11.162Z[ recovery-image] Sep 04 17:20:09.869 INFO O| Sep 04 17:20:09.869 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-04T17:20:11.173Z[ recovery-image] Sep 04 17:20:09.880 INFO O| Sep 04 17:20:09.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60952026-09-04T17:20:11.173Z[ recovery-image] Sep 04 17:20:09.880 INFO O| Sep 04 17:20:09.880 INFO STEP 235 (remove_files) COMPLETE
60962026-09-04T17:20:11.173Z[ recovery-image] Sep 04 17:20:09.880 INFO O| Sep 04 17:20:09.880 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-04T17:20:11.179Z[ recovery-image] Sep 04 17:20:09.890 INFO O| Sep 04 17:20:09.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60982026-09-04T17:20:11.179Z[ recovery-image] Sep 04 17:20:09.890 INFO O| Sep 04 17:20:09.890 INFO STEP 236 (remove_files) COMPLETE
60992026-09-04T17:20:11.179Z[ recovery-image] Sep 04 17:20:09.890 INFO O| Sep 04 17:20:09.890 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-04T17:20:11.191Z[ recovery-image] Sep 04 17:20:09.902 INFO O| Sep 04 17:20:09.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
61012026-09-04T17:20:11.191Z[ recovery-image] Sep 04 17:20:09.902 INFO O| Sep 04 17:20:09.902 INFO STEP 237 (remove_files) COMPLETE
61022026-09-04T17:20:11.196Z[ recovery-image] Sep 04 17:20:09.902 INFO O| Sep 04 17:20:09.902 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-04T17:20:11.203Z[ recovery-image] Sep 04 17:20:09.913 INFO O| Sep 04 17:20:09.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
61042026-09-04T17:20:11.203Z[ recovery-image] Sep 04 17:20:09.913 INFO O| Sep 04 17:20:09.913 INFO STEP 238 (remove_files) COMPLETE
61052026-09-04T17:20:11.203Z[ recovery-image] Sep 04 17:20:09.913 INFO O| Sep 04 17:20:09.913 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-04T17:20:11.215Z[ recovery-image] Sep 04 17:20:09.925 INFO O| Sep 04 17:20:09.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
61072026-09-04T17:20:11.215Z[ recovery-image] Sep 04 17:20:09.925 INFO O| Sep 04 17:20:09.925 INFO STEP 239 (remove_files) COMPLETE
61082026-09-04T17:20:11.215Z[ recovery-image] Sep 04 17:20:09.925 INFO O| Sep 04 17:20:09.925 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-04T17:20:11.225Z[ recovery-image] Sep 04 17:20:09.936 INFO O| Sep 04 17:20:09.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
61102026-09-04T17:20:11.225Z[ recovery-image] Sep 04 17:20:09.936 INFO O| Sep 04 17:20:09.936 INFO STEP 240 (remove_files) COMPLETE
61112026-09-04T17:20:11.225Z[ recovery-image] Sep 04 17:20:09.936 INFO O| Sep 04 17:20:09.936 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-04T17:20:11.237Z[ recovery-image] Sep 04 17:20:09.948 INFO O| Sep 04 17:20:09.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
61132026-09-04T17:20:11.237Z[ recovery-image] Sep 04 17:20:09.948 INFO O| Sep 04 17:20:09.948 INFO STEP 241 (remove_files) COMPLETE
61142026-09-04T17:20:11.237Z[ recovery-image] Sep 04 17:20:09.948 INFO O| Sep 04 17:20:09.948 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-04T17:20:11.249Z[ recovery-image] Sep 04 17:20:09.959 INFO O| Sep 04 17:20:09.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
61162026-09-04T17:20:11.253Z[ recovery-image] Sep 04 17:20:09.959 INFO O| Sep 04 17:20:09.959 INFO STEP 242 (remove_files) COMPLETE
61172026-09-04T17:20:11.253Z[ recovery-image] Sep 04 17:20:09.959 INFO O| Sep 04 17:20:09.959 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-04T17:20:11.260Z[ recovery-image] Sep 04 17:20:09.971 INFO O| Sep 04 17:20:09.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
61192026-09-04T17:20:11.260Z[ recovery-image] Sep 04 17:20:09.971 INFO O| Sep 04 17:20:09.971 INFO STEP 243 (remove_files) COMPLETE
61202026-09-04T17:20:11.260Z[ recovery-image] Sep 04 17:20:09.971 INFO O| Sep 04 17:20:09.971 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-04T17:20:11.270Z[ recovery-image] Sep 04 17:20:09.981 INFO O| Sep 04 17:20:09.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
61222026-09-04T17:20:11.271Z[ recovery-image] Sep 04 17:20:09.981 INFO O| Sep 04 17:20:09.981 INFO STEP 244 (remove_files) COMPLETE
61232026-09-04T17:20:11.271Z[ recovery-image] Sep 04 17:20:09.981 INFO O| Sep 04 17:20:09.981 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-04T17:20:11.281Z[ recovery-image] Sep 04 17:20:09.992 INFO O| Sep 04 17:20:09.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
61252026-09-04T17:20:11.281Z[ recovery-image] Sep 04 17:20:09.992 INFO O| Sep 04 17:20:09.992 INFO STEP 245 (remove_files) COMPLETE
61262026-09-04T17:20:11.281Z[ recovery-image] Sep 04 17:20:09.992 INFO O| Sep 04 17:20:09.992 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-04T17:20:11.295Z[ recovery-image] Sep 04 17:20:10.003 INFO O| Sep 04 17:20:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
61282026-09-04T17:20:11.295Z[ recovery-image] Sep 04 17:20:10.004 INFO O| Sep 04 17:20:10.004 INFO STEP 246 (remove_files) COMPLETE
61292026-09-04T17:20:11.299Z[ recovery-image] Sep 04 17:20:10.004 INFO O| Sep 04 17:20:10.004 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-04T17:20:11.304Z[ recovery-image] Sep 04 17:20:10.015 INFO O| Sep 04 17:20:10.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
61312026-09-04T17:20:11.304Z[ recovery-image] Sep 04 17:20:10.015 INFO O| Sep 04 17:20:10.015 INFO STEP 247 (remove_files) COMPLETE
61322026-09-04T17:20:11.307Z[ recovery-image] Sep 04 17:20:10.015 INFO O| Sep 04 17:20:10.015 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-04T17:20:11.315Z[ recovery-image] Sep 04 17:20:10.026 INFO O| Sep 04 17:20:10.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61342026-09-04T17:20:11.315Z[ recovery-image] Sep 04 17:20:10.026 INFO O| Sep 04 17:20:10.026 INFO STEP 248 (remove_files) COMPLETE
61352026-09-04T17:20:11.319Z[ recovery-image] Sep 04 17:20:10.026 INFO O| Sep 04 17:20:10.026 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-04T17:20:11.328Z[ recovery-image] Sep 04 17:20:10.037 INFO O| Sep 04 17:20:10.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61372026-09-04T17:20:11.328Z[ recovery-image] Sep 04 17:20:10.037 INFO O| Sep 04 17:20:10.037 INFO STEP 249 (remove_files) COMPLETE
61382026-09-04T17:20:11.328Z[ recovery-image] Sep 04 17:20:10.037 INFO O| Sep 04 17:20:10.037 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-04T17:20:11.352Z[ recovery-image] Sep 04 17:20:10.052 INFO O| Sep 04 17:20:10.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61402026-09-04T17:20:11.352Z[ recovery-image] Sep 04 17:20:10.052 INFO O| Sep 04 17:20:10.052 INFO STEP 250 (remove_files) COMPLETE
61412026-09-04T17:20:11.352Z[ recovery-image] Sep 04 17:20:10.052 INFO O| Sep 04 17:20:10.052 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-04T17:20:11.356Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
61432026-09-04T17:20:11.356Z[ recovery-image] Sep 04 17:20:10.063 INFO O| Sep 04 17:20:10.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61442026-09-04T17:20:11.356Z[ recovery-image] Sep 04 17:20:10.063 INFO O| Sep 04 17:20:10.063 INFO STEP 251 (remove_files) COMPLETE
61452026-09-04T17:20:11.356Z[ recovery-image] Sep 04 17:20:10.063 INFO O| Sep 04 17:20:10.063 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-09-04T17:20:11.363Z[ recovery-image] Sep 04 17:20:10.074 INFO O| Sep 04 17:20:10.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61472026-09-04T17:20:11.363Z[ recovery-image] Sep 04 17:20:10.074 INFO O| Sep 04 17:20:10.074 INFO STEP 252 (remove_files) COMPLETE
61482026-09-04T17:20:11.363Z[ recovery-image] Sep 04 17:20:10.074 INFO O| Sep 04 17:20:10.074 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-09-04T17:20:11.373Z[ recovery-image] Sep 04 17:20:10.084 INFO O| Sep 04 17:20:10.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61502026-09-04T17:20:11.373Z[ recovery-image] Sep 04 17:20:10.084 INFO O| Sep 04 17:20:10.084 INFO STEP 253 (remove_files) COMPLETE
61512026-09-04T17:20:11.382Z[ recovery-image] Sep 04 17:20:10.084 INFO O| Sep 04 17:20:10.084 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-09-04T17:20:11.386Z[ recovery-image] Sep 04 17:20:10.095 INFO O| Sep 04 17:20:10.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61532026-09-04T17:20:11.386Z[ recovery-image] Sep 04 17:20:10.095 INFO O| Sep 04 17:20:10.095 INFO STEP 254 (remove_files) COMPLETE
61542026-09-04T17:20:11.386Z[ recovery-image] Sep 04 17:20:10.095 INFO O| Sep 04 17:20:10.095 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-09-04T17:20:11.397Z[ recovery-image] Sep 04 17:20:10.104 INFO O| Sep 04 17:20:10.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61562026-09-04T17:20:11.397Z[ recovery-image] Sep 04 17:20:10.104 INFO O| Sep 04 17:20:10.104 INFO STEP 255 (remove_files) COMPLETE
61572026-09-04T17:20:11.397Z[ recovery-image] Sep 04 17:20:10.104 INFO O| Sep 04 17:20:10.104 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-09-04T17:20:11.402Z[ recovery-image] Sep 04 17:20:10.113 INFO O| Sep 04 17:20:10.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61592026-09-04T17:20:11.402Z[ recovery-image] Sep 04 17:20:10.113 INFO O| Sep 04 17:20:10.113 INFO STEP 256 (remove_files) COMPLETE
61602026-09-04T17:20:11.402Z[ recovery-image] Sep 04 17:20:10.113 INFO O| Sep 04 17:20:10.113 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-09-04T17:20:11.411Z[ recovery-image] Sep 04 17:20:10.122 INFO O| Sep 04 17:20:10.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61622026-09-04T17:20:11.411Z[ recovery-image] Sep 04 17:20:10.122 INFO O| Sep 04 17:20:10.122 INFO STEP 257 (remove_files) COMPLETE
61632026-09-04T17:20:11.411Z[ recovery-image] Sep 04 17:20:10.122 INFO O| Sep 04 17:20:10.122 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-09-04T17:20:11.422Z[ recovery-image] Sep 04 17:20:10.132 INFO O| Sep 04 17:20:10.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61652026-09-04T17:20:11.422Z[ recovery-image] Sep 04 17:20:10.132 INFO O| Sep 04 17:20:10.132 INFO STEP 258 (remove_files) COMPLETE
61662026-09-04T17:20:11.425Z[ recovery-image] Sep 04 17:20:10.132 INFO O| Sep 04 17:20:10.132 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-09-04T17:20:11.431Z[ recovery-image] Sep 04 17:20:10.142 INFO O| Sep 04 17:20:10.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61682026-09-04T17:20:11.431Z[ recovery-image] Sep 04 17:20:10.142 INFO O| Sep 04 17:20:10.142 INFO STEP 259 (remove_files) COMPLETE
61692026-09-04T17:20:11.431Z[ recovery-image] Sep 04 17:20:10.142 INFO O| Sep 04 17:20:10.142 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-09-04T17:20:11.441Z[ recovery-image] Sep 04 17:20:10.152 INFO O| Sep 04 17:20:10.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61712026-09-04T17:20:11.441Z[ recovery-image] Sep 04 17:20:10.152 INFO O| Sep 04 17:20:10.152 INFO STEP 260 (remove_files) COMPLETE
61722026-09-04T17:20:11.441Z[ recovery-image] Sep 04 17:20:10.152 INFO O| Sep 04 17:20:10.152 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-09-04T17:20:11.452Z[ recovery-image] Sep 04 17:20:10.163 INFO O| Sep 04 17:20:10.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61742026-09-04T17:20:11.455Z[ recovery-image] Sep 04 17:20:10.163 INFO O| Sep 04 17:20:10.163 INFO STEP 261 (remove_files) COMPLETE
61752026-09-04T17:20:11.455Z[ recovery-image] Sep 04 17:20:10.163 INFO O| Sep 04 17:20:10.163 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-09-04T17:20:11.462Z[ recovery-image] Sep 04 17:20:10.173 INFO O| Sep 04 17:20:10.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61772026-09-04T17:20:11.462Z[ recovery-image] Sep 04 17:20:10.173 INFO O| Sep 04 17:20:10.173 INFO STEP 262 (remove_files) COMPLETE
61782026-09-04T17:20:11.462Z[ recovery-image] Sep 04 17:20:10.173 INFO O| Sep 04 17:20:10.173 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-09-04T17:20:11.472Z[ recovery-image] Sep 04 17:20:10.183 INFO O| Sep 04 17:20:10.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61802026-09-04T17:20:11.472Z[ recovery-image] Sep 04 17:20:10.183 INFO O| Sep 04 17:20:10.183 INFO STEP 263 (remove_files) COMPLETE
61812026-09-04T17:20:11.472Z[ recovery-image] Sep 04 17:20:10.183 INFO O| Sep 04 17:20:10.183 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-09-04T17:20:11.484Z[ recovery-image] Sep 04 17:20:10.194 INFO O| Sep 04 17:20:10.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61832026-09-04T17:20:11.484Z[ recovery-image] Sep 04 17:20:10.194 INFO O| Sep 04 17:20:10.194 INFO STEP 264 (remove_files) COMPLETE
61842026-09-04T17:20:11.487Z[ recovery-image] Sep 04 17:20:10.194 INFO O| Sep 04 17:20:10.194 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-09-04T17:20:11.494Z[ recovery-image] Sep 04 17:20:10.205 INFO O| Sep 04 17:20:10.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61862026-09-04T17:20:11.494Z[ recovery-image] Sep 04 17:20:10.205 INFO O| Sep 04 17:20:10.205 INFO STEP 265 (remove_files) COMPLETE
61872026-09-04T17:20:11.494Z[ recovery-image] Sep 04 17:20:10.205 INFO O| Sep 04 17:20:10.205 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-04T17:20:11.505Z[ recovery-image] Sep 04 17:20:10.216 INFO O| Sep 04 17:20:10.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61892026-09-04T17:20:11.505Z[ recovery-image] Sep 04 17:20:10.216 INFO O| Sep 04 17:20:10.216 INFO STEP 266 (remove_files) COMPLETE
61902026-09-04T17:20:11.505Z[ recovery-image] Sep 04 17:20:10.216 INFO O| Sep 04 17:20:10.216 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-04T17:20:11.516Z[ recovery-image] Sep 04 17:20:10.227 INFO O| Sep 04 17:20:10.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61922026-09-04T17:20:11.516Z[ recovery-image] Sep 04 17:20:10.227 INFO O| Sep 04 17:20:10.227 INFO STEP 267 (remove_files) COMPLETE
61932026-09-04T17:20:11.516Z[ recovery-image] Sep 04 17:20:10.227 INFO O| Sep 04 17:20:10.227 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-04T17:20:11.527Z[ recovery-image] Sep 04 17:20:10.238 INFO O| Sep 04 17:20:10.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61952026-09-04T17:20:11.527Z[ recovery-image] Sep 04 17:20:10.238 INFO O| Sep 04 17:20:10.238 INFO STEP 268 (remove_files) COMPLETE
61962026-09-04T17:20:11.527Z[ recovery-image] Sep 04 17:20:10.238 INFO O| Sep 04 17:20:10.238 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-04T17:20:11.538Z[ recovery-image] Sep 04 17:20:10.249 INFO O| Sep 04 17:20:10.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61982026-09-04T17:20:11.538Z[ recovery-image] Sep 04 17:20:10.249 INFO O| Sep 04 17:20:10.249 INFO STEP 269 (remove_files) COMPLETE
61992026-09-04T17:20:11.538Z[ recovery-image] Sep 04 17:20:10.249 INFO O| Sep 04 17:20:10.249 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-04T17:20:11.548Z[ recovery-image] Sep 04 17:20:10.259 INFO O| Sep 04 17:20:10.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
62012026-09-04T17:20:11.548Z[ recovery-image] Sep 04 17:20:10.259 INFO O| Sep 04 17:20:10.259 INFO STEP 270 (remove_files) COMPLETE
62022026-09-04T17:20:11.548Z[ recovery-image] Sep 04 17:20:10.259 INFO O| Sep 04 17:20:10.259 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-04T17:20:11.557Z[ recovery-image] Sep 04 17:20:10.268 INFO O| Sep 04 17:20:10.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
62042026-09-04T17:20:11.557Z[ recovery-image] Sep 04 17:20:10.268 INFO O| Sep 04 17:20:10.268 INFO STEP 271 (remove_files) COMPLETE
62052026-09-04T17:20:11.557Z[ recovery-image] Sep 04 17:20:10.268 INFO O| Sep 04 17:20:10.268 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-04T17:20:11.566Z[ recovery-image] Sep 04 17:20:10.277 INFO O| Sep 04 17:20:10.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
62072026-09-04T17:20:11.566Z[ recovery-image] Sep 04 17:20:10.277 INFO O| Sep 04 17:20:10.277 INFO STEP 272 (remove_files) COMPLETE
62082026-09-04T17:20:11.566Z[ recovery-image] Sep 04 17:20:10.277 INFO O| Sep 04 17:20:10.277 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-04T17:20:11.579Z[ recovery-image] Sep 04 17:20:10.287 INFO O| Sep 04 17:20:10.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
62102026-09-04T17:20:11.579Z[ recovery-image] Sep 04 17:20:10.287 INFO O| Sep 04 17:20:10.287 INFO STEP 273 (remove_files) COMPLETE
62112026-09-04T17:20:11.579Z[ recovery-image] Sep 04 17:20:10.288 INFO O| Sep 04 17:20:10.287 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-04T17:20:11.590Z[ recovery-image] Sep 04 17:20:10.298 INFO O| Sep 04 17:20:10.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
62132026-09-04T17:20:11.609Z[ recovery-image] Sep 04 17:20:10.299 INFO O| Sep 04 17:20:10.299 INFO STEP 274 (remove_files) COMPLETE
62142026-09-04T17:20:11.609Z[ recovery-image] Sep 04 17:20:10.299 INFO O| Sep 04 17:20:10.299 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-04T17:20:11.609Z[ recovery-image] Sep 04 17:20:10.309 INFO O| Sep 04 17:20:10.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
62162026-09-04T17:20:11.609Z[ recovery-image] Sep 04 17:20:10.310 INFO O| Sep 04 17:20:10.310 INFO STEP 275 (remove_files) COMPLETE
62172026-09-04T17:20:11.609Z[ recovery-image] Sep 04 17:20:10.310 INFO O| Sep 04 17:20:10.310 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-04T17:20:11.616Z[ recovery-image] Sep 04 17:20:10.320 INFO O| Sep 04 17:20:10.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
62192026-09-04T17:20:11.616Z[ recovery-image] Sep 04 17:20:10.320 INFO O| Sep 04 17:20:10.320 INFO STEP 276 (remove_files) COMPLETE
62202026-09-04T17:20:11.616Z[ recovery-image] Sep 04 17:20:10.320 INFO O| Sep 04 17:20:10.320 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-04T17:20:11.621Z[ recovery-image] Sep 04 17:20:10.331 INFO O| Sep 04 17:20:10.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
62222026-09-04T17:20:11.621Z[ recovery-image] Sep 04 17:20:10.331 INFO O| Sep 04 17:20:10.331 INFO STEP 277 (remove_files) COMPLETE
62232026-09-04T17:20:11.621Z[ recovery-image] Sep 04 17:20:10.331 INFO O| Sep 04 17:20:10.331 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-04T17:20:11.631Z[ recovery-image] Sep 04 17:20:10.341 INFO O| Sep 04 17:20:10.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
62252026-09-04T17:20:11.631Z[ recovery-image] Sep 04 17:20:10.342 INFO O| Sep 04 17:20:10.341 INFO STEP 278 (remove_files) COMPLETE
62262026-09-04T17:20:11.636Z[ recovery-image] Sep 04 17:20:10.342 INFO O| Sep 04 17:20:10.341 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-04T17:20:11.642Z[ recovery-image] Sep 04 17:20:10.352 INFO O| Sep 04 17:20:10.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
62282026-09-04T17:20:11.642Z[ recovery-image] Sep 04 17:20:10.352 INFO O| Sep 04 17:20:10.352 INFO STEP 279 (remove_files) COMPLETE
62292026-09-04T17:20:11.645Z[ recovery-image] Sep 04 17:20:10.352 INFO O| Sep 04 17:20:10.352 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-04T17:20:11.652Z[ recovery-image] Sep 04 17:20:10.363 INFO O| Sep 04 17:20:10.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
62312026-09-04T17:20:11.652Z[ recovery-image] Sep 04 17:20:10.363 INFO O| Sep 04 17:20:10.363 INFO STEP 280 (remove_files) COMPLETE
62322026-09-04T17:20:11.652Z[ recovery-image] Sep 04 17:20:10.363 INFO O| Sep 04 17:20:10.363 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-04T17:20:11.661Z[ recovery-image] Sep 04 17:20:10.372 INFO O| Sep 04 17:20:10.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62342026-09-04T17:20:11.661Z[ recovery-image] Sep 04 17:20:10.372 INFO O| Sep 04 17:20:10.372 INFO STEP 281 (remove_files) COMPLETE
62352026-09-04T17:20:11.661Z[ recovery-image] Sep 04 17:20:10.372 INFO O| Sep 04 17:20:10.372 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-04T17:20:11.670Z[ recovery-image] Sep 04 17:20:10.380 INFO O| Sep 04 17:20:10.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62372026-09-04T17:20:11.670Z[ recovery-image] Sep 04 17:20:10.380 INFO O| Sep 04 17:20:10.380 INFO STEP 282 (remove_files) COMPLETE
62382026-09-04T17:20:11.670Z[ recovery-image] Sep 04 17:20:10.380 INFO O| Sep 04 17:20:10.380 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-04T17:20:11.679Z[ recovery-image] Sep 04 17:20:10.388 INFO O| Sep 04 17:20:10.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62402026-09-04T17:20:11.679Z[ recovery-image] Sep 04 17:20:10.388 INFO O| Sep 04 17:20:10.388 INFO STEP 283 (remove_files) COMPLETE
62412026-09-04T17:20:11.683Z[ recovery-image] Sep 04 17:20:10.388 INFO O| Sep 04 17:20:10.388 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-04T17:20:11.689Z[ recovery-image] Sep 04 17:20:10.398 INFO O| Sep 04 17:20:10.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62432026-09-04T17:20:11.692Z[ recovery-image] Sep 04 17:20:10.399 INFO O| Sep 04 17:20:10.399 INFO STEP 284 (remove_files) COMPLETE
62442026-09-04T17:20:11.692Z[ recovery-image] Sep 04 17:20:10.399 INFO O| Sep 04 17:20:10.399 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-04T17:20:11.698Z[ recovery-image] Sep 04 17:20:10.408 INFO O| Sep 04 17:20:10.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62462026-09-04T17:20:11.701Z[ recovery-image] Sep 04 17:20:10.411 INFO O| Sep 04 17:20:10.411 INFO STEP 285 (remove_files) COMPLETE
62472026-09-04T17:20:11.701Z[ recovery-image] Sep 04 17:20:10.411 INFO O| Sep 04 17:20:10.411 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-04T17:20:11.709Z[ recovery-image] Sep 04 17:20:10.420 INFO O| Sep 04 17:20:10.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62492026-09-04T17:20:11.709Z[ recovery-image] Sep 04 17:20:10.420 INFO O| Sep 04 17:20:10.420 INFO STEP 286 (remove_files) COMPLETE
62502026-09-04T17:20:11.709Z[ recovery-image] Sep 04 17:20:10.420 INFO O| Sep 04 17:20:10.420 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-04T17:20:11.713Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
62522026-09-04T17:20:11.718Z[ recovery-image] Sep 04 17:20:10.429 INFO O| Sep 04 17:20:10.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62532026-09-04T17:20:11.718Z[ recovery-image] Sep 04 17:20:10.429 INFO O| Sep 04 17:20:10.429 INFO STEP 287 (remove_files) COMPLETE
62542026-09-04T17:20:11.718Z[ recovery-image] Sep 04 17:20:10.429 INFO O| Sep 04 17:20:10.429 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-09-04T17:20:11.726Z[ recovery-image] Sep 04 17:20:10.437 INFO O| Sep 04 17:20:10.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62562026-09-04T17:20:11.727Z[ recovery-image] Sep 04 17:20:10.437 INFO O| Sep 04 17:20:10.437 INFO STEP 288 (remove_files) COMPLETE
62572026-09-04T17:20:11.727Z[ recovery-image] Sep 04 17:20:10.437 INFO O| Sep 04 17:20:10.437 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-09-04T17:20:11.737Z[ recovery-image] Sep 04 17:20:10.448 INFO O| Sep 04 17:20:10.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62592026-09-04T17:20:11.738Z[ recovery-image] Sep 04 17:20:10.448 INFO O| Sep 04 17:20:10.448 INFO STEP 289 (remove_files) COMPLETE
62602026-09-04T17:20:11.738Z[ recovery-image] Sep 04 17:20:10.448 INFO O| Sep 04 17:20:10.448 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-09-04T17:20:11.745Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
62622026-09-04T17:20:11.750Z[ recovery-image] Sep 04 17:20:10.458 INFO O| Sep 04 17:20:10.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62632026-09-04T17:20:11.750Z[ recovery-image] Sep 04 17:20:10.458 INFO O| Sep 04 17:20:10.458 INFO STEP 290 (remove_files) COMPLETE
62642026-09-04T17:20:11.750Z[ recovery-image] Sep 04 17:20:10.458 INFO O| Sep 04 17:20:10.458 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-04T17:20:11.759Z[ recovery-image] Sep 04 17:20:10.470 INFO O| Sep 04 17:20:10.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62662026-09-04T17:20:11.762Z[ recovery-image] Sep 04 17:20:10.470 INFO O| Sep 04 17:20:10.470 INFO STEP 291 (remove_files) COMPLETE
62672026-09-04T17:20:11.762Z[ recovery-image] Sep 04 17:20:10.470 INFO O| Sep 04 17:20:10.470 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-04T17:20:11.773Z[ recovery-image] Sep 04 17:20:10.484 INFO O| Sep 04 17:20:10.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62692026-09-04T17:20:11.773Z[ recovery-image] Sep 04 17:20:10.484 INFO O| Sep 04 17:20:10.481 INFO STEP 292 (remove_files) COMPLETE
62702026-09-04T17:20:11.773Z[ recovery-image] Sep 04 17:20:10.484 INFO O| Sep 04 17:20:10.481 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-04T17:20:11.779Z[ recovery-image] Sep 04 17:20:10.490 INFO O| Sep 04 17:20:10.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62722026-09-04T17:20:11.779Z[ recovery-image] Sep 04 17:20:10.490 INFO O| Sep 04 17:20:10.490 INFO STEP 293 (remove_files) COMPLETE
62732026-09-04T17:20:11.779Z[ recovery-image] Sep 04 17:20:10.490 INFO O| Sep 04 17:20:10.490 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-04T17:20:11.789Z[ recovery-image] Sep 04 17:20:10.499 INFO O| Sep 04 17:20:10.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62752026-09-04T17:20:11.789Z[ recovery-image] Sep 04 17:20:10.499 INFO O| Sep 04 17:20:10.499 INFO STEP 294 (remove_files) COMPLETE
62762026-09-04T17:20:11.789Z[ recovery-image] Sep 04 17:20:10.499 INFO O| Sep 04 17:20:10.499 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-04T17:20:11.797Z[ recovery-image] Sep 04 17:20:10.508 INFO O| Sep 04 17:20:10.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62782026-09-04T17:20:11.797Z[ recovery-image] Sep 04 17:20:10.508 INFO O| Sep 04 17:20:10.508 INFO STEP 295 (remove_files) COMPLETE
62792026-09-04T17:20:11.798Z[ recovery-image] Sep 04 17:20:10.508 INFO O| Sep 04 17:20:10.508 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-04T17:20:11.807Z[ recovery-image] Sep 04 17:20:10.517 INFO O| Sep 04 17:20:10.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62812026-09-04T17:20:11.807Z[ recovery-image] Sep 04 17:20:10.517 INFO O| Sep 04 17:20:10.517 INFO STEP 296 (remove_files) COMPLETE
62822026-09-04T17:20:11.807Z[ recovery-image] Sep 04 17:20:10.517 INFO O| Sep 04 17:20:10.517 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-04T17:20:11.816Z[ recovery-image] Sep 04 17:20:10.526 INFO O| Sep 04 17:20:10.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62842026-09-04T17:20:11.819Z[ recovery-image] Sep 04 17:20:10.528 INFO O| Sep 04 17:20:10.528 INFO STEP 297 (remove_files) COMPLETE
62852026-09-04T17:20:11.819Z[ recovery-image] Sep 04 17:20:10.528 INFO O| Sep 04 17:20:10.528 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-09-04T17:20:11.870Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
62872026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.537 INFO O| Sep 04 17:20:10.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62882026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.537 INFO O| Sep 04 17:20:10.537 INFO STEP 298 (remove_files) COMPLETE
62892026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.537 INFO O| Sep 04 17:20:10.537 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.546 INFO O| Sep 04 17:20:10.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62912026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.547 INFO O| Sep 04 17:20:10.546 INFO STEP 299 (remove_files) COMPLETE
62922026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.547 INFO O| Sep 04 17:20:10.546 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.556 INFO O| Sep 04 17:20:10.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62942026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.556 INFO O| Sep 04 17:20:10.556 INFO STEP 300 (remove_files) COMPLETE
62952026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.556 INFO O| Sep 04 17:20:10.556 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.569 INFO O| Sep 04 17:20:10.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62972026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.569 INFO O| Sep 04 17:20:10.566 INFO STEP 301 (remove_files) COMPLETE
62982026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.569 INFO O| Sep 04 17:20:10.566 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.575 INFO O| Sep 04 17:20:10.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
63002026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.575 INFO O| Sep 04 17:20:10.575 INFO STEP 302 (remove_files) COMPLETE
63012026-09-04T17:20:11.870Z[ recovery-image] Sep 04 17:20:10.575 INFO O| Sep 04 17:20:10.575 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-04T17:20:11.874Z[ recovery-image] Sep 04 17:20:10.584 INFO O| Sep 04 17:20:10.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
63032026-09-04T17:20:11.874Z[ recovery-image] Sep 04 17:20:10.584 INFO O| Sep 04 17:20:10.584 INFO STEP 303 (remove_files) COMPLETE
63042026-09-04T17:20:11.874Z[ recovery-image] Sep 04 17:20:10.584 INFO O| Sep 04 17:20:10.584 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-04T17:20:11.883Z[ recovery-image] Sep 04 17:20:10.594 INFO O| Sep 04 17:20:10.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
63062026-09-04T17:20:11.883Z[ recovery-image] Sep 04 17:20:10.594 INFO O| Sep 04 17:20:10.594 INFO STEP 304 (remove_files) COMPLETE
63072026-09-04T17:20:11.883Z[ recovery-image] Sep 04 17:20:10.594 INFO O| Sep 04 17:20:10.594 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-04T17:20:11.893Z[ recovery-image] Sep 04 17:20:10.603 INFO O| Sep 04 17:20:10.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
63092026-09-04T17:20:11.893Z[ recovery-image] Sep 04 17:20:10.603 INFO O| Sep 04 17:20:10.603 INFO STEP 305 (remove_files) COMPLETE
63102026-09-04T17:20:11.893Z[ recovery-image] Sep 04 17:20:10.603 INFO O| Sep 04 17:20:10.603 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-09-04T17:20:11.901Z[ recovery-image] Sep 04 17:20:10.612 INFO O| Sep 04 17:20:10.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
63122026-09-04T17:20:11.901Z[ recovery-image] Sep 04 17:20:10.612 INFO O| Sep 04 17:20:10.612 INFO STEP 306 (remove_files) COMPLETE
63132026-09-04T17:20:11.901Z[ recovery-image] Sep 04 17:20:10.612 INFO O| Sep 04 17:20:10.612 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-09-04T17:20:11.910Z[ recovery-image] Sep 04 17:20:10.620 INFO O| Sep 04 17:20:10.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
63152026-09-04T17:20:11.910Z[ recovery-image] Sep 04 17:20:10.620 INFO O| Sep 04 17:20:10.620 INFO STEP 307 (remove_files) COMPLETE
63162026-09-04T17:20:11.913Z[ recovery-image] Sep 04 17:20:10.620 INFO O| Sep 04 17:20:10.620 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-09-04T17:20:11.918Z[ recovery-image] Sep 04 17:20:10.629 INFO O| Sep 04 17:20:10.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
63182026-09-04T17:20:11.918Z[ recovery-image] Sep 04 17:20:10.629 INFO O| Sep 04 17:20:10.629 INFO STEP 308 (remove_files) COMPLETE
63192026-09-04T17:20:11.918Z[ recovery-image] Sep 04 17:20:10.629 INFO O| Sep 04 17:20:10.629 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-09-04T17:20:11.928Z[ recovery-image] Sep 04 17:20:10.639 INFO O| Sep 04 17:20:10.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
63212026-09-04T17:20:11.928Z[ recovery-image] Sep 04 17:20:10.639 INFO O| Sep 04 17:20:10.639 INFO STEP 309 (remove_files) COMPLETE
63222026-09-04T17:20:11.928Z[ recovery-image] Sep 04 17:20:10.639 INFO O| Sep 04 17:20:10.639 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-09-04T17:20:11.937Z[ recovery-image] Sep 04 17:20:10.648 INFO O| Sep 04 17:20:10.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
63242026-09-04T17:20:11.937Z[ recovery-image] Sep 04 17:20:10.648 INFO O| Sep 04 17:20:10.648 INFO STEP 310 (remove_files) COMPLETE
63252026-09-04T17:20:11.937Z[ recovery-image] Sep 04 17:20:10.648 INFO O| Sep 04 17:20:10.648 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-09-04T17:20:11.955Z[ recovery-image] Sep 04 17:20:10.665 INFO O| Sep 04 17:20:10.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
63272026-09-04T17:20:11.955Z[ recovery-image] Sep 04 17:20:10.665 INFO O| Sep 04 17:20:10.665 INFO STEP 311 (remove_files) COMPLETE
63282026-09-04T17:20:11.955Z[ recovery-image] Sep 04 17:20:10.665 INFO O| Sep 04 17:20:10.665 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-09-04T17:20:11.964Z[ recovery-image] Sep 04 17:20:10.673 INFO O| Sep 04 17:20:10.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
63302026-09-04T17:20:11.964Z[ recovery-image] Sep 04 17:20:10.673 INFO O| Sep 04 17:20:10.673 INFO STEP 312 (remove_files) COMPLETE
63312026-09-04T17:20:11.964Z[ recovery-image] Sep 04 17:20:10.673 INFO O| Sep 04 17:20:10.673 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-09-04T17:20:11.971Z[ recovery-image] Sep 04 17:20:10.681 INFO O| Sep 04 17:20:10.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
63332026-09-04T17:20:11.971Z[ recovery-image] Sep 04 17:20:10.681 INFO O| Sep 04 17:20:10.681 INFO STEP 313 (remove_files) COMPLETE
63342026-09-04T17:20:11.974Z[ recovery-image] Sep 04 17:20:10.681 INFO O| Sep 04 17:20:10.681 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-09-04T17:20:11.980Z[ recovery-image] Sep 04 17:20:10.689 INFO O| Sep 04 17:20:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63362026-09-04T17:20:11.980Z[ recovery-image] Sep 04 17:20:10.689 INFO O| Sep 04 17:20:10.689 INFO STEP 314 (remove_files) COMPLETE
63372026-09-04T17:20:11.981Z[ recovery-image] Sep 04 17:20:10.689 INFO O| Sep 04 17:20:10.689 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-09-04T17:20:11.988Z[ recovery-image] Sep 04 17:20:10.697 INFO O| Sep 04 17:20:10.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63392026-09-04T17:20:11.988Z[ recovery-image] Sep 04 17:20:10.697 INFO O| Sep 04 17:20:10.697 INFO STEP 315 (remove_files) COMPLETE
63402026-09-04T17:20:11.988Z[ recovery-image] Sep 04 17:20:10.697 INFO O| Sep 04 17:20:10.697 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-09-04T17:20:11.994Z[ recovery-image] Sep 04 17:20:10.705 INFO O| Sep 04 17:20:10.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63422026-09-04T17:20:11.994Z[ recovery-image] Sep 04 17:20:10.705 INFO O| Sep 04 17:20:10.705 INFO STEP 316 (remove_files) COMPLETE
63432026-09-04T17:20:11.997Z[ recovery-image] Sep 04 17:20:10.705 INFO O| Sep 04 17:20:10.705 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-09-04T17:20:12.003Z[ recovery-image] Sep 04 17:20:10.713 INFO O| Sep 04 17:20:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63452026-09-04T17:20:12.003Z[ recovery-image] Sep 04 17:20:10.713 INFO O| Sep 04 17:20:10.713 INFO STEP 317 (remove_files) COMPLETE
63462026-09-04T17:20:12.006Z[ recovery-image] Sep 04 17:20:10.713 INFO O| Sep 04 17:20:10.713 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-09-04T17:20:12.006Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
63482026-09-04T17:20:12.011Z[ recovery-image] Sep 04 17:20:10.721 INFO O| Sep 04 17:20:10.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63492026-09-04T17:20:12.011Z[ recovery-image] Sep 04 17:20:10.721 INFO O| Sep 04 17:20:10.721 INFO STEP 318 (remove_files) COMPLETE
63502026-09-04T17:20:12.011Z[ recovery-image] Sep 04 17:20:10.721 INFO O| Sep 04 17:20:10.721 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-09-04T17:20:12.017Z[ recovery-image] Sep 04 17:20:10.728 INFO O| Sep 04 17:20:10.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63522026-09-04T17:20:12.018Z[ recovery-image] Sep 04 17:20:10.728 INFO O| Sep 04 17:20:10.728 INFO STEP 319 (remove_files) COMPLETE
63532026-09-04T17:20:12.021Z[ recovery-image] Sep 04 17:20:10.728 INFO O| Sep 04 17:20:10.728 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-09-04T17:20:12.026Z[ recovery-image] Sep 04 17:20:10.737 INFO O| Sep 04 17:20:10.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63552026-09-04T17:20:12.026Z[ recovery-image] Sep 04 17:20:10.737 INFO O| Sep 04 17:20:10.737 INFO STEP 320 (remove_files) COMPLETE
63562026-09-04T17:20:12.029Z[ recovery-image] Sep 04 17:20:10.737 INFO O| Sep 04 17:20:10.737 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-09-04T17:20:12.038Z[ recovery-image] Sep 04 17:20:10.746 INFO O| Sep 04 17:20:10.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63582026-09-04T17:20:12.038Z[ recovery-image] Sep 04 17:20:10.746 INFO O| Sep 04 17:20:10.746 INFO STEP 321 (remove_files) COMPLETE
63592026-09-04T17:20:12.038Z[ recovery-image] Sep 04 17:20:10.746 INFO O| Sep 04 17:20:10.746 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-09-04T17:20:12.045Z[ recovery-image] Sep 04 17:20:10.756 INFO O| Sep 04 17:20:10.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63612026-09-04T17:20:12.049Z[ recovery-image] Sep 04 17:20:10.756 INFO O| Sep 04 17:20:10.756 INFO STEP 322 (remove_files) COMPLETE
63622026-09-04T17:20:12.049Z[ recovery-image] Sep 04 17:20:10.756 INFO O| Sep 04 17:20:10.756 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-09-04T17:20:12.054Z[ recovery-image] Sep 04 17:20:10.765 INFO O| Sep 04 17:20:10.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63642026-09-04T17:20:12.054Z[ recovery-image] Sep 04 17:20:10.765 INFO O| Sep 04 17:20:10.765 INFO STEP 323 (remove_files) COMPLETE
63652026-09-04T17:20:12.055Z[ recovery-image] Sep 04 17:20:10.765 INFO O| Sep 04 17:20:10.765 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-09-04T17:20:12.061Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
63672026-09-04T17:20:12.064Z[ recovery-image] Sep 04 17:20:10.775 INFO O| Sep 04 17:20:10.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63682026-09-04T17:20:12.064Z[ recovery-image] Sep 04 17:20:10.775 INFO O| Sep 04 17:20:10.775 INFO STEP 324 (remove_files) COMPLETE
63692026-09-04T17:20:12.064Z[ recovery-image] Sep 04 17:20:10.775 INFO O| Sep 04 17:20:10.775 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-04T17:20:12.074Z[ recovery-image] Sep 04 17:20:10.784 INFO O| Sep 04 17:20:10.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63712026-09-04T17:20:12.074Z[ recovery-image] Sep 04 17:20:10.785 INFO O| Sep 04 17:20:10.785 INFO STEP 325 (remove_files) COMPLETE
63722026-09-04T17:20:12.074Z[ recovery-image] Sep 04 17:20:10.785 INFO O| Sep 04 17:20:10.785 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-04T17:20:12.083Z[ recovery-image] Sep 04 17:20:10.794 INFO O| Sep 04 17:20:10.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63742026-09-04T17:20:12.084Z[ recovery-image] Sep 04 17:20:10.794 INFO O| Sep 04 17:20:10.794 INFO STEP 326 (remove_files) COMPLETE
63752026-09-04T17:20:12.084Z[ recovery-image] Sep 04 17:20:10.794 INFO O| Sep 04 17:20:10.794 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-04T17:20:12.097Z[ recovery-image] Sep 04 17:20:10.808 INFO O| Sep 04 17:20:10.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63772026-09-04T17:20:12.097Z[ recovery-image] Sep 04 17:20:10.808 INFO O| Sep 04 17:20:10.808 INFO STEP 327 (remove_files) COMPLETE
63782026-09-04T17:20:12.097Z[ recovery-image] Sep 04 17:20:10.808 INFO O| Sep 04 17:20:10.808 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-04T17:20:12.106Z[ recovery-image] Sep 04 17:20:10.817 INFO O| Sep 04 17:20:10.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63802026-09-04T17:20:12.106Z[ recovery-image] Sep 04 17:20:10.817 INFO O| Sep 04 17:20:10.817 INFO STEP 328 (remove_files) COMPLETE
63812026-09-04T17:20:12.106Z[ recovery-image] Sep 04 17:20:10.817 INFO O| Sep 04 17:20:10.817 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-04T17:20:12.116Z[ recovery-image] Sep 04 17:20:10.827 INFO O| Sep 04 17:20:10.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63832026-09-04T17:20:12.116Z[ recovery-image] Sep 04 17:20:10.827 INFO O| Sep 04 17:20:10.827 INFO STEP 329 (remove_files) COMPLETE
63842026-09-04T17:20:12.116Z[ recovery-image] Sep 04 17:20:10.827 INFO O| Sep 04 17:20:10.827 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-04T17:20:12.125Z[ recovery-image] Sep 04 17:20:10.836 INFO O| Sep 04 17:20:10.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63862026-09-04T17:20:12.125Z[ recovery-image] Sep 04 17:20:10.836 INFO O| Sep 04 17:20:10.836 INFO STEP 330 (remove_files) COMPLETE
63872026-09-04T17:20:12.130Z[ recovery-image] Sep 04 17:20:10.836 INFO O| Sep 04 17:20:10.836 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-04T17:20:12.136Z[ recovery-image] Sep 04 17:20:10.846 INFO O| Sep 04 17:20:10.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63892026-09-04T17:20:12.136Z[ recovery-image] Sep 04 17:20:10.846 INFO O| Sep 04 17:20:10.846 INFO STEP 331 (remove_files) COMPLETE
63902026-09-04T17:20:12.139Z[ recovery-image] Sep 04 17:20:10.846 INFO O| Sep 04 17:20:10.846 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-04T17:20:12.145Z[ recovery-image] Sep 04 17:20:10.856 INFO O| Sep 04 17:20:10.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63922026-09-04T17:20:12.145Z[ recovery-image] Sep 04 17:20:10.856 INFO O| Sep 04 17:20:10.856 INFO STEP 332 (remove_files) COMPLETE
63932026-09-04T17:20:12.148Z[ recovery-image] Sep 04 17:20:10.856 INFO O| Sep 04 17:20:10.856 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-04T17:20:12.154Z[ recovery-image] Sep 04 17:20:10.865 INFO O| Sep 04 17:20:10.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63952026-09-04T17:20:12.154Z[ recovery-image] Sep 04 17:20:10.865 INFO O| Sep 04 17:20:10.865 INFO STEP 333 (remove_files) COMPLETE
63962026-09-04T17:20:12.157Z[ recovery-image] Sep 04 17:20:10.865 INFO O| Sep 04 17:20:10.865 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-04T17:20:12.165Z[ recovery-image] Sep 04 17:20:10.876 INFO O| Sep 04 17:20:10.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63982026-09-04T17:20:12.165Z[ recovery-image] Sep 04 17:20:10.876 INFO O| Sep 04 17:20:10.876 INFO STEP 334 (remove_files) COMPLETE
63992026-09-04T17:20:12.165Z[ recovery-image] Sep 04 17:20:10.876 INFO O| Sep 04 17:20:10.876 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-04T17:20:12.175Z[ recovery-image] Sep 04 17:20:10.886 INFO O| Sep 04 17:20:10.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
64012026-09-04T17:20:12.175Z[ recovery-image] Sep 04 17:20:10.886 INFO O| Sep 04 17:20:10.886 INFO STEP 335 (remove_files) COMPLETE
64022026-09-04T17:20:12.175Z[ recovery-image] Sep 04 17:20:10.886 INFO O| Sep 04 17:20:10.886 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-04T17:20:12.180Z[ host-image] Sep 04 17:20:10.890 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
64042026-09-04T17:20:12.180Z[ host-image] Sep 04 17:20:10.890 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
64052026-09-04T17:20:12.183Z[ host-image] Sep 04 17:20:10.890 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
64062026-09-04T17:20:12.183Z[ host-image] Sep 04 17:20:10.891 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
64072026-09-04T17:20:12.183Z[ host-image] Sep 04 17:20:10.891 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
64082026-09-04T17:20:12.183Z[ host-image] Sep 04 17:20:10.891 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
64092026-09-04T17:20:12.183Z[ host-image] Sep 04 17:20:10.891 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
64102026-09-04T17:20:12.183Z[ host-image] Sep 04 17:20:10.891 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
64112026-09-04T17:20:12.183Z[ host-image] Sep 04 17:20:10.891 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260904T170615Z
64122026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.891 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
64132026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.892 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
64142026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.892 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
64152026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.892 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
64162026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.892 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
64172026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.892 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
64182026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.892 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
64192026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
64202026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
64212026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
64222026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
64232026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
64242026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
64252026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
64262026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
64272026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
64282026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
64292026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
64302026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
64312026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
64322026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
64332026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
64342026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
64352026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
64362026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.893 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
64372026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.894 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
64382026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.894 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
64392026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.894 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
64402026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.894 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
64412026-09-04T17:20:12.184Z[ host-image] Sep 04 17:20:10.894 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
64422026-09-04T17:20:12.184Z[ recovery-image] Sep 04 17:20:10.894 INFO O| Sep 04 17:20:10.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
64432026-09-04T17:20:12.189Z[ recovery-image] Sep 04 17:20:10.894 INFO O| Sep 04 17:20:10.894 INFO STEP 336 (remove_files) COMPLETE
64442026-09-04T17:20:12.189Z[ recovery-image] Sep 04 17:20:10.894 INFO O| Sep 04 17:20:10.894 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
64462026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
64472026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
64482026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
64492026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
64502026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
64512026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
64522026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
64532026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.897 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
64542026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.898 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
64552026-09-04T17:20:12.189Z[ host-image] Sep 04 17:20:10.898 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
64562026-09-04T17:20:12.192Z[ host-image] Sep 04 17:20:10.901 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
64572026-09-04T17:20:12.192Z[ host-image] Sep 04 17:20:10.901 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
64582026-09-04T17:20:12.192Z[ host-image] Sep 04 17:20:10.901 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
64592026-09-04T17:20:12.192Z[ host-image] Sep 04 17:20:10.901 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
64602026-09-04T17:20:12.192Z[ host-image] Sep 04 17:20:10.901 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
64612026-09-04T17:20:12.192Z[ host-image] Sep 04 17:20:10.901 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
64622026-09-04T17:20:12.192Z[ recovery-image] Sep 04 17:20:10.903 INFO O| Sep 04 17:20:10.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
64632026-09-04T17:20:12.192Z[ recovery-image] Sep 04 17:20:10.903 INFO O| Sep 04 17:20:10.903 INFO STEP 337 (remove_files) COMPLETE
64642026-09-04T17:20:12.195Z[ recovery-image] Sep 04 17:20:10.903 INFO O| Sep 04 17:20:10.903 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-04T17:20:12.202Z[ recovery-image] Sep 04 17:20:10.913 INFO O| Sep 04 17:20:10.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
64662026-09-04T17:20:12.202Z[ recovery-image] Sep 04 17:20:10.913 INFO O| Sep 04 17:20:10.913 INFO STEP 338 (remove_files) COMPLETE
64672026-09-04T17:20:12.202Z[ host-image] Sep 04 17:20:10.913 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
64682026-09-04T17:20:12.202Z[ recovery-image] Sep 04 17:20:10.913 INFO O| Sep 04 17:20:10.913 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.913 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
64702026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.913 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
64712026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
64722026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
64732026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
64742026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
64752026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
64762026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
64772026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
64782026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
64792026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
64802026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.914 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
64812026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.915 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
64822026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.915 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
64832026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.915 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
64842026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.915 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
64852026-09-04T17:20:12.206Z[ host-image] Sep 04 17:20:10.915 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
64862026-09-04T17:20:12.206Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
64872026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.919 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
64882026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.919 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
64892026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.920 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
64902026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.920 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
64912026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.920 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
64922026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.920 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
64932026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.920 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
64942026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.920 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
64952026-09-04T17:20:12.210Z[ host-image] Sep 04 17:20:10.921 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
64962026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
64972026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
64982026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
64992026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
65002026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
65012026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
65022026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
65032026-09-04T17:20:12.214Z[ recovery-image] Sep 04 17:20:10.922 INFO O| Sep 04 17:20:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
65042026-09-04T17:20:12.214Z[ recovery-image] Sep 04 17:20:10.922 INFO O| Sep 04 17:20:10.922 INFO STEP 339 (remove_files) COMPLETE
65052026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.922 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
65062026-09-04T17:20:12.214Z[ recovery-image] Sep 04 17:20:10.922 INFO O| Sep 04 17:20:10.922 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.924 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
65082026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.924 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
65092026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.925 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
65102026-09-04T17:20:12.214Z[ host-image] Sep 04 17:20:10.925 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
65112026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.925 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
65122026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.925 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
65132026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.925 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
65142026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.925 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
65152026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.925 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
65162026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.926 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
65172026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.928 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
65182026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.928 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
65192026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.928 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
65202026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.929 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
65212026-09-04T17:20:12.218Z[ host-image] Sep 04 17:20:10.929 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
65222026-09-04T17:20:12.222Z[ recovery-image] Sep 04 17:20:10.931 INFO O| Sep 04 17:20:10.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
65232026-09-04T17:20:12.222Z[ recovery-image] Sep 04 17:20:10.931 INFO O| Sep 04 17:20:10.931 INFO STEP 340 (remove_files) COMPLETE
65242026-09-04T17:20:12.222Z[ recovery-image] Sep 04 17:20:10.931 INFO O| Sep 04 17:20:10.931 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-09-04T17:20:12.226Z[ host-image] Sep 04 17:20:10.935 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
65262026-09-04T17:20:12.226Z[ host-image] Sep 04 17:20:10.935 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
65272026-09-04T17:20:12.226Z[ host-image] Sep 04 17:20:10.935 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
65282026-09-04T17:20:12.226Z[ host-image] Sep 04 17:20:10.935 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
65292026-09-04T17:20:12.226Z[ host-image] Sep 04 17:20:10.935 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
65302026-09-04T17:20:12.230Z[ recovery-image] Sep 04 17:20:10.941 INFO O| Sep 04 17:20:10.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
65312026-09-04T17:20:12.230Z[ recovery-image] Sep 04 17:20:10.941 INFO O| Sep 04 17:20:10.941 INFO STEP 341 (remove_files) COMPLETE
65322026-09-04T17:20:12.233Z[ recovery-image] Sep 04 17:20:10.941 INFO O| Sep 04 17:20:10.941 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-09-04T17:20:12.233Z[ host-image] Sep 04 17:20:10.943 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
65342026-09-04T17:20:12.233Z[ host-image] Sep 04 17:20:10.943 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
65352026-09-04T17:20:12.233Z[ host-image] Sep 04 17:20:10.943 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
65362026-09-04T17:20:12.233Z[ host-image] Sep 04 17:20:10.943 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
65372026-09-04T17:20:12.234Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
65382026-09-04T17:20:12.234Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
65392026-09-04T17:20:12.234Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
65402026-09-04T17:20:12.234Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
65412026-09-04T17:20:12.234Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
65422026-09-04T17:20:12.234Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
65432026-09-04T17:20:12.234Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
65442026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
65452026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.944 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
65462026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.945 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
65472026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.945 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
65482026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
65492026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
65502026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
65512026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
65522026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
65532026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
65542026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
65552026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
65562026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
65572026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
65582026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
65592026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
65602026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
65612026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.946 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
65622026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.947 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
65632026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.947 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
65642026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.948 INFO O| tempdir @ "/tmp/.tmpMDaKhA/tmp"
65652026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.948 INFO O| image root @ "/tmp/.tmpMDaKhA/tmp/root"
65662026-09-04T17:20:12.238Z[ host-image] Sep 04 17:20:10.948 INFO O| creating image...
65672026-09-04T17:20:12.242Z[ recovery-image] Sep 04 17:20:10.951 INFO O| Sep 04 17:20:10.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
65682026-09-04T17:20:12.242Z[ recovery-image] Sep 04 17:20:10.951 INFO O| Sep 04 17:20:10.951 INFO STEP 342 (remove_files) COMPLETE
65692026-09-04T17:20:12.242Z[ recovery-image] Sep 04 17:20:10.951 INFO O| Sep 04 17:20:10.951 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-09-04T17:20:12.250Z[ recovery-image] Sep 04 17:20:10.961 INFO O| Sep 04 17:20:10.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
65712026-09-04T17:20:12.250Z[ recovery-image] Sep 04 17:20:10.961 INFO O| Sep 04 17:20:10.961 INFO STEP 343 (remove_files) COMPLETE
65722026-09-04T17:20:12.250Z[ recovery-image] Sep 04 17:20:10.961 INFO O| Sep 04 17:20:10.961 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-09-04T17:20:12.261Z[ recovery-image] Sep 04 17:20:10.971 INFO O| Sep 04 17:20:10.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
65742026-09-04T17:20:12.261Z[ recovery-image] Sep 04 17:20:10.971 INFO O| Sep 04 17:20:10.971 INFO STEP 344 (remove_files) COMPLETE
65752026-09-04T17:20:12.264Z[ recovery-image] Sep 04 17:20:10.971 INFO O| Sep 04 17:20:10.971 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-09-04T17:20:12.273Z[ recovery-image] Sep 04 17:20:10.983 INFO O| Sep 04 17:20:10.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
65772026-09-04T17:20:12.273Z[ recovery-image] Sep 04 17:20:10.983 INFO O| Sep 04 17:20:10.983 INFO STEP 345 (remove_files) COMPLETE
65782026-09-04T17:20:12.273Z[ recovery-image] Sep 04 17:20:10.983 INFO O| Sep 04 17:20:10.983 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-09-04T17:20:12.289Z[ recovery-image] Sep 04 17:20:10.999 INFO O| Sep 04 17:20:10.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
65802026-09-04T17:20:12.289Z[ recovery-image] Sep 04 17:20:10.999 INFO O| Sep 04 17:20:10.999 INFO STEP 346 (remove_files) COMPLETE
65812026-09-04T17:20:12.289Z[ recovery-image] Sep 04 17:20:10.999 INFO O| Sep 04 17:20:10.999 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-09-04T17:20:12.292Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
65832026-09-04T17:20:12.300Z[ recovery-image] Sep 04 17:20:11.011 INFO O| Sep 04 17:20:11.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
65842026-09-04T17:20:12.300Z[ recovery-image] Sep 04 17:20:11.011 INFO O| Sep 04 17:20:11.011 INFO STEP 347 (remove_files) COMPLETE
65852026-09-04T17:20:12.304Z[ recovery-image] Sep 04 17:20:11.011 INFO O| Sep 04 17:20:11.011 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-09-04T17:20:12.308Z[ recovery-image] Sep 04 17:20:11.018 INFO O| Sep 04 17:20:11.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
65872026-09-04T17:20:12.308Z[ recovery-image] Sep 04 17:20:11.018 INFO O| Sep 04 17:20:11.018 INFO STEP 348 (remove_files) COMPLETE
65882026-09-04T17:20:12.308Z[ recovery-image] Sep 04 17:20:11.018 INFO O| Sep 04 17:20:11.018 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-09-04T17:20:12.321Z[ recovery-image] Sep 04 17:20:11.030 INFO O| Sep 04 17:20:11.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
65902026-09-04T17:20:12.321Z[ recovery-image] Sep 04 17:20:11.030 INFO O| Sep 04 17:20:11.030 INFO STEP 349 (remove_files) COMPLETE
65912026-09-04T17:20:12.321Z[ recovery-image] Sep 04 17:20:11.030 INFO O| Sep 04 17:20:11.030 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-09-04T17:20:12.330Z[verify-libraries] Compiling drift v0.2.0
65932026-09-04T17:20:12.330Z[ recovery-image] Sep 04 17:20:11.040 INFO O| Sep 04 17:20:11.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
65942026-09-04T17:20:12.330Z[ recovery-image] Sep 04 17:20:11.040 INFO O| Sep 04 17:20:11.040 INFO STEP 350 (remove_files) COMPLETE
65952026-09-04T17:20:12.330Z[ recovery-image] Sep 04 17:20:11.040 INFO O| Sep 04 17:20:11.040 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-04T17:20:12.346Z[ recovery-image] Sep 04 17:20:11.057 INFO O| Sep 04 17:20:11.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
65972026-09-04T17:20:12.346Z[ recovery-image] Sep 04 17:20:11.057 INFO O| Sep 04 17:20:11.057 INFO STEP 351 (remove_files) COMPLETE
65982026-09-04T17:20:12.347Z[ recovery-image] Sep 04 17:20:11.057 INFO O| Sep 04 17:20:11.057 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-04T17:20:12.353Z[verify-libraries] Compiling uzers v0.12.2
66002026-09-04T17:20:12.357Z[ recovery-image] Sep 04 17:20:11.067 INFO O| Sep 04 17:20:11.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
66012026-09-04T17:20:12.357Z[ recovery-image] Sep 04 17:20:11.067 INFO O| Sep 04 17:20:11.067 INFO STEP 352 (remove_files) COMPLETE
66022026-09-04T17:20:12.357Z[ recovery-image] Sep 04 17:20:11.067 INFO O| Sep 04 17:20:11.067 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-09-04T17:20:12.366Z[ recovery-image] Sep 04 17:20:11.077 INFO O| Sep 04 17:20:11.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
66042026-09-04T17:20:12.366Z[ recovery-image] Sep 04 17:20:11.077 INFO O| Sep 04 17:20:11.077 INFO STEP 353 (remove_files) COMPLETE
66052026-09-04T17:20:12.366Z[ recovery-image] Sep 04 17:20:11.077 INFO O| Sep 04 17:20:11.077 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-09-04T17:20:12.376Z[ recovery-image] Sep 04 17:20:11.086 INFO O| Sep 04 17:20:11.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
66072026-09-04T17:20:12.376Z[ recovery-image] Sep 04 17:20:11.086 INFO O| Sep 04 17:20:11.086 INFO STEP 354 (remove_files) COMPLETE
66082026-09-04T17:20:12.376Z[ recovery-image] Sep 04 17:20:11.086 INFO O| Sep 04 17:20:11.086 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-09-04T17:20:12.386Z[ recovery-image] Sep 04 17:20:11.096 INFO O| Sep 04 17:20:11.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
66102026-09-04T17:20:12.386Z[ recovery-image] Sep 04 17:20:11.096 INFO O| Sep 04 17:20:11.096 INFO STEP 355 (remove_files) COMPLETE
66112026-09-04T17:20:12.389Z[ recovery-image] Sep 04 17:20:11.096 INFO O| Sep 04 17:20:11.096 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-09-04T17:20:12.395Z[ recovery-image] Sep 04 17:20:11.106 INFO O| Sep 04 17:20:11.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
66132026-09-04T17:20:12.395Z[ recovery-image] Sep 04 17:20:11.106 INFO O| Sep 04 17:20:11.106 INFO STEP 356 (remove_files) COMPLETE
66142026-09-04T17:20:12.395Z[ recovery-image] Sep 04 17:20:11.106 INFO O| Sep 04 17:20:11.106 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-09-04T17:20:12.405Z[ recovery-image] Sep 04 17:20:11.116 INFO O| Sep 04 17:20:11.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
66162026-09-04T17:20:12.405Z[ recovery-image] Sep 04 17:20:11.116 INFO O| Sep 04 17:20:11.116 INFO STEP 357 (remove_files) COMPLETE
66172026-09-04T17:20:12.405Z[ recovery-image] Sep 04 17:20:11.116 INFO O| Sep 04 17:20:11.116 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-09-04T17:20:12.415Z[ recovery-image] Sep 04 17:20:11.125 INFO O| Sep 04 17:20:11.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
66192026-09-04T17:20:12.422Z[ recovery-image] Sep 04 17:20:11.126 INFO O| Sep 04 17:20:11.126 INFO STEP 358 (remove_files) COMPLETE
66202026-09-04T17:20:12.422Z[ recovery-image] Sep 04 17:20:11.126 INFO O| Sep 04 17:20:11.126 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-09-04T17:20:12.426Z[ recovery-image] Sep 04 17:20:11.136 INFO O| Sep 04 17:20:11.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
66222026-09-04T17:20:12.426Z[ recovery-image] Sep 04 17:20:11.136 INFO O| Sep 04 17:20:11.136 INFO STEP 359 (remove_files) COMPLETE
66232026-09-04T17:20:12.426Z[ recovery-image] Sep 04 17:20:11.136 INFO O| Sep 04 17:20:11.136 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-09-04T17:20:12.434Z[ recovery-image] Sep 04 17:20:11.145 INFO O| Sep 04 17:20:11.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
66252026-09-04T17:20:12.434Z[ recovery-image] Sep 04 17:20:11.145 INFO O| Sep 04 17:20:11.145 INFO STEP 360 (remove_files) COMPLETE
66262026-09-04T17:20:12.438Z[ recovery-image] Sep 04 17:20:11.145 INFO O| Sep 04 17:20:11.145 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-09-04T17:20:12.442Z[ recovery-image] Sep 04 17:20:11.153 INFO O| Sep 04 17:20:11.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
66282026-09-04T17:20:12.442Z[ recovery-image] Sep 04 17:20:11.153 INFO O| Sep 04 17:20:11.153 INFO STEP 361 (remove_files) COMPLETE
66292026-09-04T17:20:12.442Z[ recovery-image] Sep 04 17:20:11.153 INFO O| Sep 04 17:20:11.153 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-09-04T17:20:12.450Z[ recovery-image] Sep 04 17:20:11.161 INFO O| Sep 04 17:20:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
66312026-09-04T17:20:12.450Z[ recovery-image] Sep 04 17:20:11.161 INFO O| Sep 04 17:20:11.161 INFO STEP 362 (remove_files) COMPLETE
66322026-09-04T17:20:12.456Z[ recovery-image] Sep 04 17:20:11.161 INFO O| Sep 04 17:20:11.161 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-09-04T17:20:12.459Z[ recovery-image] Sep 04 17:20:11.170 INFO O| Sep 04 17:20:11.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
66342026-09-04T17:20:12.460Z[ recovery-image] Sep 04 17:20:11.170 INFO O| Sep 04 17:20:11.170 INFO STEP 363 (remove_files) COMPLETE
66352026-09-04T17:20:12.460Z[ recovery-image] Sep 04 17:20:11.170 INFO O| Sep 04 17:20:11.170 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-09-04T17:20:12.468Z[ recovery-image] Sep 04 17:20:11.179 INFO O| Sep 04 17:20:11.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
66372026-09-04T17:20:12.468Z[ recovery-image] Sep 04 17:20:11.179 INFO O| Sep 04 17:20:11.179 INFO STEP 364 (remove_files) COMPLETE
66382026-09-04T17:20:12.472Z[ recovery-image] Sep 04 17:20:11.179 INFO O| Sep 04 17:20:11.179 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-09-04T17:20:12.477Z[ recovery-image] Sep 04 17:20:11.188 INFO O| Sep 04 17:20:11.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
66402026-09-04T17:20:12.477Z[ recovery-image] Sep 04 17:20:11.188 INFO O| Sep 04 17:20:11.188 INFO STEP 365 (remove_files) COMPLETE
66412026-09-04T17:20:12.477Z[ recovery-image] Sep 04 17:20:11.188 INFO O| Sep 04 17:20:11.188 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-09-04T17:20:12.486Z[ recovery-image] Sep 04 17:20:11.197 INFO O| Sep 04 17:20:11.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
66432026-09-04T17:20:12.486Z[ recovery-image] Sep 04 17:20:11.197 INFO O| Sep 04 17:20:11.197 INFO STEP 366 (remove_files) COMPLETE
66442026-09-04T17:20:12.486Z[ recovery-image] Sep 04 17:20:11.197 INFO O| Sep 04 17:20:11.197 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-09-04T17:20:12.497Z[ recovery-image] Sep 04 17:20:11.207 INFO O| Sep 04 17:20:11.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
66462026-09-04T17:20:12.497Z[ recovery-image] Sep 04 17:20:11.208 INFO O| Sep 04 17:20:11.208 INFO STEP 367 (remove_files) COMPLETE
66472026-09-04T17:20:12.500Z[ recovery-image] Sep 04 17:20:11.208 INFO O| Sep 04 17:20:11.208 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-09-04T17:20:12.506Z[ recovery-image] Sep 04 17:20:11.217 INFO O| Sep 04 17:20:11.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
66492026-09-04T17:20:12.506Z[ recovery-image] Sep 04 17:20:11.217 INFO O| Sep 04 17:20:11.217 INFO STEP 368 (remove_files) COMPLETE
66502026-09-04T17:20:12.510Z[ recovery-image] Sep 04 17:20:11.217 INFO O| Sep 04 17:20:11.217 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-09-04T17:20:12.515Z[ recovery-image] Sep 04 17:20:11.226 INFO O| Sep 04 17:20:11.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
66522026-09-04T17:20:12.518Z[ recovery-image] Sep 04 17:20:11.227 INFO O| Sep 04 17:20:11.227 INFO STEP 369 (remove_files) COMPLETE
66532026-09-04T17:20:12.518Z[ recovery-image] Sep 04 17:20:11.227 INFO O| Sep 04 17:20:11.227 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-09-04T17:20:12.523Z[verify-libraries] Compiling parse-size v1.1.0
66552026-09-04T17:20:12.527Z[ recovery-image] Sep 04 17:20:11.238 INFO O| Sep 04 17:20:11.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
66562026-09-04T17:20:12.527Z[ recovery-image] Sep 04 17:20:11.238 INFO O| Sep 04 17:20:11.238 INFO STEP 370 (remove_files) COMPLETE
66572026-09-04T17:20:12.527Z[ recovery-image] Sep 04 17:20:11.238 INFO O| Sep 04 17:20:11.238 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-09-04T17:20:12.538Z[ recovery-image] Sep 04 17:20:11.249 INFO O| Sep 04 17:20:11.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
66592026-09-04T17:20:12.538Z[ recovery-image] Sep 04 17:20:11.249 INFO O| Sep 04 17:20:11.249 INFO STEP 371 (remove_files) COMPLETE
66602026-09-04T17:20:12.538Z[ recovery-image] Sep 04 17:20:11.249 INFO O| Sep 04 17:20:11.249 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-09-04T17:20:12.548Z[ recovery-image] Sep 04 17:20:11.259 INFO O| Sep 04 17:20:11.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
66622026-09-04T17:20:12.548Z[ recovery-image] Sep 04 17:20:11.259 INFO O| Sep 04 17:20:11.259 INFO STEP 372 (remove_files) COMPLETE
66632026-09-04T17:20:12.548Z[ recovery-image] Sep 04 17:20:11.259 INFO O| Sep 04 17:20:11.259 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-09-04T17:20:12.559Z[ recovery-image] Sep 04 17:20:11.270 INFO O| Sep 04 17:20:11.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
66652026-09-04T17:20:12.559Z[ recovery-image] Sep 04 17:20:11.270 INFO O| Sep 04 17:20:11.270 INFO STEP 373 (remove_files) COMPLETE
66662026-09-04T17:20:12.559Z[ recovery-image] Sep 04 17:20:11.270 INFO O| Sep 04 17:20:11.270 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-09-04T17:20:12.569Z[ recovery-image] Sep 04 17:20:11.280 INFO O| Sep 04 17:20:11.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
66682026-09-04T17:20:12.569Z[ recovery-image] Sep 04 17:20:11.280 INFO O| Sep 04 17:20:11.280 INFO STEP 374 (remove_files) COMPLETE
66692026-09-04T17:20:12.569Z[ recovery-image] Sep 04 17:20:11.280 INFO O| Sep 04 17:20:11.280 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-09-04T17:20:12.574Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
66712026-09-04T17:20:12.580Z[ recovery-image] Sep 04 17:20:11.291 INFO O| Sep 04 17:20:11.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
66722026-09-04T17:20:12.580Z[ recovery-image] Sep 04 17:20:11.291 INFO O| Sep 04 17:20:11.291 INFO STEP 375 (remove_files) COMPLETE
66732026-09-04T17:20:12.580Z[ recovery-image] Sep 04 17:20:11.291 INFO O| Sep 04 17:20:11.291 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-04T17:20:12.594Z[ recovery-image] Sep 04 17:20:11.305 INFO O| Sep 04 17:20:11.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
66752026-09-04T17:20:12.594Z[ recovery-image] Sep 04 17:20:11.305 INFO O| Sep 04 17:20:11.305 INFO STEP 376 (remove_files) COMPLETE
66762026-09-04T17:20:12.595Z[ recovery-image] Sep 04 17:20:11.305 INFO O| Sep 04 17:20:11.305 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-04T17:20:12.606Z[ recovery-image] Sep 04 17:20:11.316 INFO O| Sep 04 17:20:11.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
66782026-09-04T17:20:12.606Z[ recovery-image] Sep 04 17:20:11.316 INFO O| Sep 04 17:20:11.316 INFO STEP 377 (remove_files) COMPLETE
66792026-09-04T17:20:12.606Z[ recovery-image] Sep 04 17:20:11.316 INFO O| Sep 04 17:20:11.316 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-04T17:20:12.615Z[ recovery-image] Sep 04 17:20:11.326 INFO O| Sep 04 17:20:11.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
66812026-09-04T17:20:12.615Z[ recovery-image] Sep 04 17:20:11.326 INFO O| Sep 04 17:20:11.326 INFO STEP 378 (remove_files) COMPLETE
66822026-09-04T17:20:12.615Z[ recovery-image] Sep 04 17:20:11.326 INFO O| Sep 04 17:20:11.326 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-04T17:20:12.626Z[ recovery-image] Sep 04 17:20:11.337 INFO O| Sep 04 17:20:11.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
66842026-09-04T17:20:12.626Z[ recovery-image] Sep 04 17:20:11.337 INFO O| Sep 04 17:20:11.337 INFO STEP 379 (remove_files) COMPLETE
66852026-09-04T17:20:12.626Z[ recovery-image] Sep 04 17:20:11.337 INFO O| Sep 04 17:20:11.337 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-04T17:20:12.638Z[ recovery-image] Sep 04 17:20:11.346 INFO O| Sep 04 17:20:11.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
66872026-09-04T17:20:12.638Z[ recovery-image] Sep 04 17:20:11.346 INFO O| Sep 04 17:20:11.346 INFO STEP 380 (remove_files) COMPLETE
66882026-09-04T17:20:12.638Z[ recovery-image] Sep 04 17:20:11.346 INFO O| Sep 04 17:20:11.346 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-04T17:20:12.646Z[ recovery-image] Sep 04 17:20:11.356 INFO O| Sep 04 17:20:11.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
66902026-09-04T17:20:12.646Z[ recovery-image] Sep 04 17:20:11.357 INFO O| Sep 04 17:20:11.357 INFO STEP 381 (remove_files) COMPLETE
66912026-09-04T17:20:12.646Z[ recovery-image] Sep 04 17:20:11.357 INFO O| Sep 04 17:20:11.357 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-04T17:20:12.657Z[ recovery-image] Sep 04 17:20:11.366 INFO O| Sep 04 17:20:11.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
66932026-09-04T17:20:12.657Z[ recovery-image] Sep 04 17:20:11.366 INFO O| Sep 04 17:20:11.366 INFO STEP 382 (remove_files) COMPLETE
66942026-09-04T17:20:12.657Z[ recovery-image] Sep 04 17:20:11.366 INFO O| Sep 04 17:20:11.366 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-04T17:20:12.665Z[ recovery-image] Sep 04 17:20:11.375 INFO O| Sep 04 17:20:11.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
66962026-09-04T17:20:12.665Z[ recovery-image] Sep 04 17:20:11.376 INFO O| Sep 04 17:20:11.376 INFO STEP 383 (remove_files) COMPLETE
66972026-09-04T17:20:12.665Z[ recovery-image] Sep 04 17:20:11.376 INFO O| Sep 04 17:20:11.376 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-04T17:20:12.674Z[ recovery-image] Sep 04 17:20:11.385 INFO O| Sep 04 17:20:11.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
66992026-09-04T17:20:12.675Z[ recovery-image] Sep 04 17:20:11.385 INFO O| Sep 04 17:20:11.385 INFO STEP 384 (remove_files) COMPLETE
67002026-09-04T17:20:12.675Z[ recovery-image] Sep 04 17:20:11.385 INFO O| Sep 04 17:20:11.385 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-04T17:20:12.687Z[ recovery-image] Sep 04 17:20:11.397 INFO O| Sep 04 17:20:11.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
67022026-09-04T17:20:12.687Z[ recovery-image] Sep 04 17:20:11.397 INFO O| Sep 04 17:20:11.397 INFO STEP 385 (remove_files) COMPLETE
67032026-09-04T17:20:12.687Z[ recovery-image] Sep 04 17:20:11.397 INFO O| Sep 04 17:20:11.397 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-04T17:20:12.698Z[ recovery-image] Sep 04 17:20:11.408 INFO O| Sep 04 17:20:11.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
67052026-09-04T17:20:12.698Z[ recovery-image] Sep 04 17:20:11.408 INFO O| Sep 04 17:20:11.408 INFO STEP 386 (remove_files) COMPLETE
67062026-09-04T17:20:12.698Z[ recovery-image] Sep 04 17:20:11.408 INFO O| Sep 04 17:20:11.408 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-04T17:20:12.705Z[ recovery-image] Sep 04 17:20:11.416 INFO O| Sep 04 17:20:11.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
67082026-09-04T17:20:12.705Z[ recovery-image] Sep 04 17:20:11.416 INFO O| Sep 04 17:20:11.416 INFO STEP 387 (remove_files) COMPLETE
67092026-09-04T17:20:12.705Z[ recovery-image] Sep 04 17:20:11.416 INFO O| Sep 04 17:20:11.416 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-04T17:20:12.710Z[ host-image] Sep 04 17:20:11.417 INFO O| copying publishers...
67112026-09-04T17:20:12.714Z[ recovery-image] Sep 04 17:20:11.425 INFO O| Sep 04 17:20:11.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
67122026-09-04T17:20:12.715Z[ recovery-image] Sep 04 17:20:11.425 INFO O| Sep 04 17:20:11.425 INFO STEP 388 (remove_files) COMPLETE
67132026-09-04T17:20:12.715Z[ recovery-image] Sep 04 17:20:11.425 INFO O| Sep 04 17:20:11.425 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-04T17:20:12.724Z[ recovery-image] Sep 04 17:20:11.434 INFO O| Sep 04 17:20:11.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
67152026-09-04T17:20:12.724Z[ recovery-image] Sep 04 17:20:11.434 INFO O| Sep 04 17:20:11.434 INFO STEP 389 (remove_files) COMPLETE
67162026-09-04T17:20:12.724Z[ recovery-image] Sep 04 17:20:11.434 INFO O| Sep 04 17:20:11.434 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-09-04T17:20:12.733Z[ recovery-image] Sep 04 17:20:11.443 INFO O| Sep 04 17:20:11.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
67182026-09-04T17:20:12.733Z[ recovery-image] Sep 04 17:20:11.443 INFO O| Sep 04 17:20:11.443 INFO STEP 390 (remove_files) COMPLETE
67192026-09-04T17:20:12.733Z[ recovery-image] Sep 04 17:20:11.443 INFO O| Sep 04 17:20:11.443 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-04T17:20:12.745Z[ recovery-image] Sep 04 17:20:11.455 INFO O| Sep 04 17:20:11.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
67212026-09-04T17:20:12.745Z[ recovery-image] Sep 04 17:20:11.455 INFO O| Sep 04 17:20:11.455 INFO STEP 391 (remove_files) COMPLETE
67222026-09-04T17:20:12.749Z[ recovery-image] Sep 04 17:20:11.455 INFO O| Sep 04 17:20:11.455 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-04T17:20:12.754Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
67242026-09-04T17:20:12.757Z[ recovery-image] Sep 04 17:20:11.465 INFO O| Sep 04 17:20:11.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
67252026-09-04T17:20:12.758Z[ recovery-image] Sep 04 17:20:11.465 INFO O| Sep 04 17:20:11.465 INFO STEP 392 (remove_files) COMPLETE
67262026-09-04T17:20:12.758Z[ recovery-image] Sep 04 17:20:11.465 INFO O| Sep 04 17:20:11.465 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-09-04T17:20:12.762Z[ recovery-image] Sep 04 17:20:11.473 INFO O| Sep 04 17:20:11.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
67282026-09-04T17:20:12.762Z[ recovery-image] Sep 04 17:20:11.473 INFO O| Sep 04 17:20:11.473 INFO STEP 393 (remove_files) COMPLETE
67292026-09-04T17:20:12.763Z[ recovery-image] Sep 04 17:20:11.473 INFO O| Sep 04 17:20:11.473 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-09-04T17:20:12.772Z[ recovery-image] Sep 04 17:20:11.483 INFO O| Sep 04 17:20:11.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
67312026-09-04T17:20:12.772Z[ recovery-image] Sep 04 17:20:11.483 INFO O| Sep 04 17:20:11.483 INFO STEP 394 (remove_files) COMPLETE
67322026-09-04T17:20:12.776Z[ recovery-image] Sep 04 17:20:11.483 INFO O| Sep 04 17:20:11.483 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-09-04T17:20:12.782Z[ recovery-image] Sep 04 17:20:11.493 INFO O| Sep 04 17:20:11.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
67342026-09-04T17:20:12.782Z[ recovery-image] Sep 04 17:20:11.493 INFO O| Sep 04 17:20:11.493 INFO STEP 395 (remove_files) COMPLETE
67352026-09-04T17:20:12.785Z[ recovery-image] Sep 04 17:20:11.493 INFO O| Sep 04 17:20:11.493 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-09-04T17:20:12.794Z[ recovery-image] Sep 04 17:20:11.503 INFO O| Sep 04 17:20:11.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
67372026-09-04T17:20:12.794Z[ recovery-image] Sep 04 17:20:11.504 INFO O| Sep 04 17:20:11.503 INFO STEP 396 (remove_files) COMPLETE
67382026-09-04T17:20:12.797Z[ recovery-image] Sep 04 17:20:11.504 INFO O| Sep 04 17:20:11.504 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-09-04T17:20:12.802Z[ recovery-image] Sep 04 17:20:11.513 INFO O| Sep 04 17:20:11.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
67402026-09-04T17:20:12.802Z[ recovery-image] Sep 04 17:20:11.513 INFO O| Sep 04 17:20:11.513 INFO STEP 397 (remove_files) COMPLETE
67412026-09-04T17:20:12.802Z[ recovery-image] Sep 04 17:20:11.513 INFO O| Sep 04 17:20:11.513 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-09-04T17:20:12.812Z[ recovery-image] Sep 04 17:20:11.523 INFO O| Sep 04 17:20:11.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
67432026-09-04T17:20:12.812Z[ recovery-image] Sep 04 17:20:11.523 INFO O| Sep 04 17:20:11.523 INFO STEP 398 (remove_files) COMPLETE
67442026-09-04T17:20:12.816Z[ recovery-image] Sep 04 17:20:11.523 INFO O| Sep 04 17:20:11.523 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-09-04T17:20:12.821Z[ recovery-image] Sep 04 17:20:11.532 INFO O| Sep 04 17:20:11.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
67462026-09-04T17:20:12.821Z[ recovery-image] Sep 04 17:20:11.532 INFO O| Sep 04 17:20:11.532 INFO STEP 399 (remove_files) COMPLETE
67472026-09-04T17:20:12.821Z[ recovery-image] Sep 04 17:20:11.532 INFO O| Sep 04 17:20:11.532 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-09-04T17:20:12.831Z[ recovery-image] Sep 04 17:20:11.541 INFO O| Sep 04 17:20:11.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
67492026-09-04T17:20:12.831Z[ recovery-image] Sep 04 17:20:11.542 INFO O| Sep 04 17:20:11.541 INFO STEP 400 (remove_files) COMPLETE
67502026-09-04T17:20:12.831Z[ recovery-image] Sep 04 17:20:11.542 INFO O| Sep 04 17:20:11.542 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-09-04T17:20:12.841Z[ recovery-image] Sep 04 17:20:11.551 INFO O| Sep 04 17:20:11.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
67522026-09-04T17:20:12.841Z[ recovery-image] Sep 04 17:20:11.551 INFO O| Sep 04 17:20:11.551 INFO STEP 401 (remove_files) COMPLETE
67532026-09-04T17:20:12.841Z[ recovery-image] Sep 04 17:20:11.551 INFO O| Sep 04 17:20:11.551 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-09-04T17:20:12.850Z[ recovery-image] Sep 04 17:20:11.560 INFO O| Sep 04 17:20:11.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
67552026-09-04T17:20:12.850Z[ recovery-image] Sep 04 17:20:11.560 INFO O| Sep 04 17:20:11.560 INFO STEP 402 (remove_files) COMPLETE
67562026-09-04T17:20:12.850Z[ recovery-image] Sep 04 17:20:11.560 INFO O| Sep 04 17:20:11.560 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-04T17:20:12.859Z[ recovery-image] Sep 04 17:20:11.569 INFO O| Sep 04 17:20:11.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
67582026-09-04T17:20:12.859Z[ recovery-image] Sep 04 17:20:11.569 INFO O| Sep 04 17:20:11.569 INFO STEP 403 (remove_files) COMPLETE
67592026-09-04T17:20:12.862Z[ recovery-image] Sep 04 17:20:11.569 INFO O| Sep 04 17:20:11.569 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-04T17:20:12.867Z[ recovery-image] Sep 04 17:20:11.578 INFO O| Sep 04 17:20:11.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
67612026-09-04T17:20:12.867Z[ recovery-image] Sep 04 17:20:11.578 INFO O| Sep 04 17:20:11.578 INFO STEP 404 (remove_files) COMPLETE
67622026-09-04T17:20:12.871Z[ recovery-image] Sep 04 17:20:11.578 INFO O| Sep 04 17:20:11.578 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-04T17:20:12.876Z[ recovery-image] Sep 04 17:20:11.586 INFO O| Sep 04 17:20:11.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
67642026-09-04T17:20:12.879Z[ recovery-image] Sep 04 17:20:11.587 INFO O| Sep 04 17:20:11.587 INFO STEP 405 (remove_files) COMPLETE
67652026-09-04T17:20:12.879Z[ recovery-image] Sep 04 17:20:11.587 INFO O| Sep 04 17:20:11.587 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-04T17:20:12.885Z[ recovery-image] Sep 04 17:20:11.596 INFO O| Sep 04 17:20:11.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
67672026-09-04T17:20:12.885Z[ recovery-image] Sep 04 17:20:11.596 INFO O| Sep 04 17:20:11.596 INFO STEP 406 (remove_files) COMPLETE
67682026-09-04T17:20:12.885Z[ recovery-image] Sep 04 17:20:11.596 INFO O| Sep 04 17:20:11.596 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-04T17:20:12.895Z[ recovery-image] Sep 04 17:20:11.605 INFO O| Sep 04 17:20:11.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
67702026-09-04T17:20:12.895Z[ recovery-image] Sep 04 17:20:11.605 INFO O| Sep 04 17:20:11.605 INFO STEP 407 (remove_files) COMPLETE
67712026-09-04T17:20:12.895Z[ recovery-image] Sep 04 17:20:11.605 INFO O| Sep 04 17:20:11.605 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-04T17:20:12.903Z[ recovery-image] Sep 04 17:20:11.614 INFO O| Sep 04 17:20:11.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
67732026-09-04T17:20:12.903Z[ recovery-image] Sep 04 17:20:11.614 INFO O| Sep 04 17:20:11.614 INFO STEP 408 (remove_files) COMPLETE
67742026-09-04T17:20:12.903Z[ recovery-image] Sep 04 17:20:11.614 INFO O| Sep 04 17:20:11.614 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-04T17:20:12.907Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
67762026-09-04T17:20:12.912Z[ recovery-image] Sep 04 17:20:11.623 INFO O| Sep 04 17:20:11.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
67772026-09-04T17:20:12.912Z[ recovery-image] Sep 04 17:20:11.623 INFO O| Sep 04 17:20:11.623 INFO STEP 409 (remove_files) COMPLETE
67782026-09-04T17:20:12.912Z[ recovery-image] Sep 04 17:20:11.623 INFO O| Sep 04 17:20:11.623 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-09-04T17:20:12.921Z[ recovery-image] Sep 04 17:20:11.632 INFO O| Sep 04 17:20:11.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
67802026-09-04T17:20:12.921Z[ recovery-image] Sep 04 17:20:11.632 INFO O| Sep 04 17:20:11.632 INFO STEP 410 (remove_files) COMPLETE
67812026-09-04T17:20:12.921Z[ recovery-image] Sep 04 17:20:11.632 INFO O| Sep 04 17:20:11.632 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-09-04T17:20:12.935Z[ recovery-image] Sep 04 17:20:11.645 INFO O| Sep 04 17:20:11.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
67832026-09-04T17:20:12.935Z[ recovery-image] Sep 04 17:20:11.645 INFO O| Sep 04 17:20:11.645 INFO STEP 411 (remove_files) COMPLETE
67842026-09-04T17:20:12.935Z[ recovery-image] Sep 04 17:20:11.645 INFO O| Sep 04 17:20:11.645 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-09-04T17:20:12.944Z[ recovery-image] Sep 04 17:20:11.654 INFO O| Sep 04 17:20:11.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
67862026-09-04T17:20:12.944Z[ recovery-image] Sep 04 17:20:11.654 INFO O| Sep 04 17:20:11.654 INFO STEP 412 (remove_files) COMPLETE
67872026-09-04T17:20:12.944Z[ recovery-image] Sep 04 17:20:11.654 INFO O| Sep 04 17:20:11.654 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-09-04T17:20:12.952Z[ recovery-image] Sep 04 17:20:11.663 INFO O| Sep 04 17:20:11.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
67892026-09-04T17:20:12.952Z[ recovery-image] Sep 04 17:20:11.663 INFO O| Sep 04 17:20:11.663 INFO STEP 413 (remove_files) COMPLETE
67902026-09-04T17:20:12.952Z[ recovery-image] Sep 04 17:20:11.663 INFO O| Sep 04 17:20:11.663 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-09-04T17:20:12.963Z[ recovery-image] Sep 04 17:20:11.672 INFO O| Sep 04 17:20:11.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
67922026-09-04T17:20:12.963Z[ recovery-image] Sep 04 17:20:11.672 INFO O| Sep 04 17:20:11.672 INFO STEP 414 (remove_files) COMPLETE
67932026-09-04T17:20:12.963Z[ recovery-image] Sep 04 17:20:11.672 INFO O| Sep 04 17:20:11.672 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-04T17:20:12.969Z[ recovery-image] Sep 04 17:20:11.680 INFO O| Sep 04 17:20:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
67952026-09-04T17:20:12.969Z[ recovery-image] Sep 04 17:20:11.680 INFO O| Sep 04 17:20:11.680 INFO STEP 415 (remove_files) COMPLETE
67962026-09-04T17:20:12.969Z[ recovery-image] Sep 04 17:20:11.680 INFO O| Sep 04 17:20:11.680 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-04T17:20:12.978Z[ recovery-image] Sep 04 17:20:11.688 INFO O| Sep 04 17:20:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
67982026-09-04T17:20:12.978Z[ recovery-image] Sep 04 17:20:11.688 INFO O| Sep 04 17:20:11.688 INFO STEP 416 (remove_files) COMPLETE
67992026-09-04T17:20:12.978Z[ recovery-image] Sep 04 17:20:11.688 INFO O| Sep 04 17:20:11.688 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-04T17:20:12.986Z[ recovery-image] Sep 04 17:20:11.697 INFO O| Sep 04 17:20:11.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
68012026-09-04T17:20:12.987Z[ recovery-image] Sep 04 17:20:11.697 INFO O| Sep 04 17:20:11.697 INFO STEP 417 (remove_files) COMPLETE
68022026-09-04T17:20:12.987Z[ recovery-image] Sep 04 17:20:11.697 INFO O| Sep 04 17:20:11.697 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-09-04T17:20:12.995Z[ recovery-image] Sep 04 17:20:11.705 INFO O| Sep 04 17:20:11.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
68042026-09-04T17:20:12.995Z[ recovery-image] Sep 04 17:20:11.705 INFO O| Sep 04 17:20:11.705 INFO STEP 418 (remove_files) COMPLETE
68052026-09-04T17:20:13.000Z[ recovery-image] Sep 04 17:20:11.705 INFO O| Sep 04 17:20:11.705 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-09-04T17:20:13.024Z[ recovery-image] Sep 04 17:20:11.735 INFO O| Sep 04 17:20:11.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
68072026-09-04T17:20:13.025Z[ recovery-image] Sep 04 17:20:11.735 INFO O| Sep 04 17:20:11.732 INFO STEP 419 (remove_files) COMPLETE
68082026-09-04T17:20:13.025Z[ recovery-image] Sep 04 17:20:11.735 INFO O| Sep 04 17:20:11.732 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-09-04T17:20:13.030Z[ recovery-image] Sep 04 17:20:11.741 INFO O| Sep 04 17:20:11.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
68102026-09-04T17:20:13.030Z[ recovery-image] Sep 04 17:20:11.741 INFO O| Sep 04 17:20:11.741 INFO STEP 420 (remove_files) COMPLETE
68112026-09-04T17:20:13.030Z[ recovery-image] Sep 04 17:20:11.741 INFO O| Sep 04 17:20:11.741 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-09-04T17:20:13.040Z[ recovery-image] Sep 04 17:20:11.751 INFO O| Sep 04 17:20:11.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
68132026-09-04T17:20:13.041Z[ recovery-image] Sep 04 17:20:11.751 INFO O| Sep 04 17:20:11.751 INFO STEP 421 (remove_files) COMPLETE
68142026-09-04T17:20:13.045Z[ recovery-image] Sep 04 17:20:11.751 INFO O| Sep 04 17:20:11.751 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-09-04T17:20:13.050Z[ recovery-image] Sep 04 17:20:11.760 INFO O| Sep 04 17:20:11.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
68162026-09-04T17:20:13.050Z[ recovery-image] Sep 04 17:20:11.760 INFO O| Sep 04 17:20:11.760 INFO STEP 422 (remove_files) COMPLETE
68172026-09-04T17:20:13.050Z[ recovery-image] Sep 04 17:20:11.760 INFO O| Sep 04 17:20:11.760 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-09-04T17:20:13.058Z[ recovery-image] Sep 04 17:20:11.769 INFO O| Sep 04 17:20:11.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
68192026-09-04T17:20:13.058Z[ recovery-image] Sep 04 17:20:11.769 INFO O| Sep 04 17:20:11.769 INFO STEP 423 (remove_files) COMPLETE
68202026-09-04T17:20:13.059Z[ recovery-image] Sep 04 17:20:11.769 INFO O| Sep 04 17:20:11.769 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-09-04T17:20:13.071Z[ recovery-image] Sep 04 17:20:11.781 INFO O| Sep 04 17:20:11.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
68222026-09-04T17:20:13.071Z[ recovery-image] Sep 04 17:20:11.782 INFO O| Sep 04 17:20:11.781 INFO STEP 424 (remove_files) COMPLETE
68232026-09-04T17:20:13.071Z[ recovery-image] Sep 04 17:20:11.782 INFO O| Sep 04 17:20:11.781 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-09-04T17:20:13.076Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
68252026-09-04T17:20:13.082Z[ recovery-image] Sep 04 17:20:11.792 INFO O| Sep 04 17:20:11.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
68262026-09-04T17:20:13.082Z[ recovery-image] Sep 04 17:20:11.792 INFO O| Sep 04 17:20:11.792 INFO STEP 425 (remove_files) COMPLETE
68272026-09-04T17:20:13.085Z[ recovery-image] Sep 04 17:20:11.792 INFO O| Sep 04 17:20:11.792 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-09-04T17:20:13.093Z[ recovery-image] Sep 04 17:20:11.803 INFO O| Sep 04 17:20:11.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
68292026-09-04T17:20:13.096Z[ recovery-image] Sep 04 17:20:11.804 INFO O| Sep 04 17:20:11.804 INFO STEP 426 (remove_files) COMPLETE
68302026-09-04T17:20:13.096Z[ recovery-image] Sep 04 17:20:11.804 INFO O| Sep 04 17:20:11.804 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-09-04T17:20:13.103Z[ recovery-image] Sep 04 17:20:11.814 INFO O| Sep 04 17:20:11.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
68322026-09-04T17:20:13.103Z[ recovery-image] Sep 04 17:20:11.814 INFO O| Sep 04 17:20:11.814 INFO STEP 427 (remove_files) COMPLETE
68332026-09-04T17:20:13.106Z[ recovery-image] Sep 04 17:20:11.814 INFO O| Sep 04 17:20:11.814 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-09-04T17:20:13.118Z[ recovery-image] Sep 04 17:20:11.823 INFO O| Sep 04 17:20:11.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
68352026-09-04T17:20:13.118Z[ recovery-image] Sep 04 17:20:11.823 INFO O| Sep 04 17:20:11.823 INFO STEP 428 (remove_files) COMPLETE
68362026-09-04T17:20:13.118Z[ recovery-image] Sep 04 17:20:11.823 INFO O| Sep 04 17:20:11.823 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-09-04T17:20:13.121Z[ recovery-image] Sep 04 17:20:11.831 INFO O| Sep 04 17:20:11.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
68382026-09-04T17:20:13.121Z[ recovery-image] Sep 04 17:20:11.831 INFO O| Sep 04 17:20:11.831 INFO STEP 429 (remove_files) COMPLETE
68392026-09-04T17:20:13.122Z[ recovery-image] Sep 04 17:20:11.831 INFO O| Sep 04 17:20:11.831 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-09-04T17:20:13.132Z[ recovery-image] Sep 04 17:20:11.842 INFO O| Sep 04 17:20:11.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
68412026-09-04T17:20:13.132Z[ recovery-image] Sep 04 17:20:11.843 INFO O| Sep 04 17:20:11.842 INFO STEP 430 (remove_files) COMPLETE
68422026-09-04T17:20:13.132Z[ recovery-image] Sep 04 17:20:11.843 INFO O| Sep 04 17:20:11.843 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-09-04T17:20:13.141Z[ recovery-image] Sep 04 17:20:11.852 INFO O| Sep 04 17:20:11.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
68442026-09-04T17:20:13.141Z[ recovery-image] Sep 04 17:20:11.852 INFO O| Sep 04 17:20:11.852 INFO STEP 431 (remove_files) COMPLETE
68452026-09-04T17:20:13.141Z[ recovery-image] Sep 04 17:20:11.852 INFO O| Sep 04 17:20:11.852 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-09-04T17:20:13.150Z[ recovery-image] Sep 04 17:20:11.861 INFO O| Sep 04 17:20:11.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
68472026-09-04T17:20:13.150Z[ recovery-image] Sep 04 17:20:11.861 INFO O| Sep 04 17:20:11.861 INFO STEP 432 (remove_files) COMPLETE
68482026-09-04T17:20:13.150Z[ recovery-image] Sep 04 17:20:11.861 INFO O| Sep 04 17:20:11.861 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-09-04T17:20:13.159Z[ recovery-image] Sep 04 17:20:11.870 INFO O| Sep 04 17:20:11.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
68502026-09-04T17:20:13.159Z[ recovery-image] Sep 04 17:20:11.870 INFO O| Sep 04 17:20:11.870 INFO STEP 433 (remove_files) COMPLETE
68512026-09-04T17:20:13.159Z[ recovery-image] Sep 04 17:20:11.870 INFO O| Sep 04 17:20:11.870 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-09-04T17:20:13.169Z[ recovery-image] Sep 04 17:20:11.878 INFO O| Sep 04 17:20:11.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
68532026-09-04T17:20:13.169Z[ recovery-image] Sep 04 17:20:11.879 INFO O| Sep 04 17:20:11.878 INFO STEP 434 (remove_files) COMPLETE
68542026-09-04T17:20:13.172Z[ recovery-image] Sep 04 17:20:11.879 INFO O| Sep 04 17:20:11.879 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-04T17:20:13.178Z[ recovery-image] Sep 04 17:20:11.889 INFO O| Sep 04 17:20:11.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
68562026-09-04T17:20:13.178Z[ recovery-image] Sep 04 17:20:11.889 INFO O| Sep 04 17:20:11.889 INFO STEP 435 (remove_files) COMPLETE
68572026-09-04T17:20:13.178Z[ recovery-image] Sep 04 17:20:11.889 INFO O| Sep 04 17:20:11.889 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-04T17:20:13.187Z[ recovery-image] Sep 04 17:20:11.898 INFO O| Sep 04 17:20:11.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
68592026-09-04T17:20:13.187Z[ recovery-image] Sep 04 17:20:11.898 INFO O| Sep 04 17:20:11.898 INFO STEP 436 (remove_files) COMPLETE
68602026-09-04T17:20:13.187Z[ recovery-image] Sep 04 17:20:11.898 INFO O| Sep 04 17:20:11.898 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-04T17:20:13.196Z[ recovery-image] Sep 04 17:20:11.906 INFO O| Sep 04 17:20:11.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
68622026-09-04T17:20:13.196Z[ recovery-image] Sep 04 17:20:11.906 INFO O| Sep 04 17:20:11.906 INFO STEP 437 (remove_files) COMPLETE
68632026-09-04T17:20:13.196Z[ recovery-image] Sep 04 17:20:11.906 INFO O| Sep 04 17:20:11.906 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-04T17:20:13.205Z[ recovery-image] Sep 04 17:20:11.915 INFO O| Sep 04 17:20:11.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
68652026-09-04T17:20:13.205Z[ recovery-image] Sep 04 17:20:11.915 INFO O| Sep 04 17:20:11.915 INFO STEP 438 (remove_files) COMPLETE
68662026-09-04T17:20:13.205Z[ recovery-image] Sep 04 17:20:11.915 INFO O| Sep 04 17:20:11.915 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-09-04T17:20:13.214Z[ recovery-image] Sep 04 17:20:11.924 INFO O| Sep 04 17:20:11.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
68682026-09-04T17:20:13.214Z[ recovery-image] Sep 04 17:20:11.924 INFO O| Sep 04 17:20:11.924 INFO STEP 439 (remove_files) COMPLETE
68692026-09-04T17:20:13.214Z[ recovery-image] Sep 04 17:20:11.924 INFO O| Sep 04 17:20:11.924 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-09-04T17:20:13.222Z[ recovery-image] Sep 04 17:20:11.933 INFO O| Sep 04 17:20:11.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
68712026-09-04T17:20:13.222Z[ recovery-image] Sep 04 17:20:11.933 INFO O| Sep 04 17:20:11.933 INFO STEP 440 (remove_files) COMPLETE
68722026-09-04T17:20:13.226Z[ recovery-image] Sep 04 17:20:11.933 INFO O| Sep 04 17:20:11.933 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-09-04T17:20:13.231Z[ recovery-image] Sep 04 17:20:11.942 INFO O| Sep 04 17:20:11.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
68742026-09-04T17:20:13.231Z[ recovery-image] Sep 04 17:20:11.942 INFO O| Sep 04 17:20:11.942 INFO STEP 441 (remove_files) COMPLETE
68752026-09-04T17:20:13.234Z[ recovery-image] Sep 04 17:20:11.942 INFO O| Sep 04 17:20:11.942 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-09-04T17:20:13.241Z[ recovery-image] Sep 04 17:20:11.952 INFO O| Sep 04 17:20:11.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
68772026-09-04T17:20:13.241Z[ recovery-image] Sep 04 17:20:11.952 INFO O| Sep 04 17:20:11.952 INFO STEP 442 (remove_files) COMPLETE
68782026-09-04T17:20:13.241Z[ recovery-image] Sep 04 17:20:11.952 INFO O| Sep 04 17:20:11.952 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-09-04T17:20:13.250Z[ recovery-image] Sep 04 17:20:11.960 INFO O| Sep 04 17:20:11.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
68802026-09-04T17:20:13.250Z[ recovery-image] Sep 04 17:20:11.961 INFO O| Sep 04 17:20:11.961 INFO STEP 443 (remove_files) COMPLETE
68812026-09-04T17:20:13.250Z[ recovery-image] Sep 04 17:20:11.961 INFO O| Sep 04 17:20:11.961 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-09-04T17:20:13.258Z[ recovery-image] Sep 04 17:20:11.969 INFO O| Sep 04 17:20:11.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
68832026-09-04T17:20:13.258Z[ recovery-image] Sep 04 17:20:11.969 INFO O| Sep 04 17:20:11.969 INFO STEP 444 (remove_files) COMPLETE
68842026-09-04T17:20:13.263Z[ recovery-image] Sep 04 17:20:11.969 INFO O| Sep 04 17:20:11.969 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-09-04T17:20:13.267Z[ recovery-image] Sep 04 17:20:11.978 INFO O| Sep 04 17:20:11.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
68862026-09-04T17:20:13.267Z[ recovery-image] Sep 04 17:20:11.978 INFO O| Sep 04 17:20:11.978 INFO STEP 445 (remove_files) COMPLETE
68872026-09-04T17:20:13.267Z[ recovery-image] Sep 04 17:20:11.978 INFO O| Sep 04 17:20:11.978 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-09-04T17:20:13.276Z[ recovery-image] Sep 04 17:20:11.986 INFO O| Sep 04 17:20:11.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
68892026-09-04T17:20:13.276Z[ recovery-image] Sep 04 17:20:11.986 INFO O| Sep 04 17:20:11.986 INFO STEP 446 (remove_files) COMPLETE
68902026-09-04T17:20:13.276Z[ recovery-image] Sep 04 17:20:11.986 INFO O| Sep 04 17:20:11.986 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-09-04T17:20:13.284Z[ recovery-image] Sep 04 17:20:11.995 INFO O| Sep 04 17:20:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
68922026-09-04T17:20:13.284Z[ recovery-image] Sep 04 17:20:11.995 INFO O| Sep 04 17:20:11.995 INFO STEP 447 (remove_files) COMPLETE
68932026-09-04T17:20:13.288Z[ recovery-image] Sep 04 17:20:11.995 INFO O| Sep 04 17:20:11.995 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-09-04T17:20:13.293Z[ recovery-image] Sep 04 17:20:12.003 INFO O| Sep 04 17:20:12.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
68952026-09-04T17:20:13.293Z[ recovery-image] Sep 04 17:20:12.004 INFO O| Sep 04 17:20:12.004 INFO STEP 448 (remove_files) COMPLETE
68962026-09-04T17:20:13.293Z[ recovery-image] Sep 04 17:20:12.004 INFO O| Sep 04 17:20:12.004 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-09-04T17:20:13.301Z[ recovery-image] Sep 04 17:20:12.012 INFO O| Sep 04 17:20:12.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
68982026-09-04T17:20:13.302Z[ recovery-image] Sep 04 17:20:12.012 INFO O| Sep 04 17:20:12.012 INFO STEP 449 (remove_files) COMPLETE
68992026-09-04T17:20:13.302Z[ recovery-image] Sep 04 17:20:12.012 INFO O| Sep 04 17:20:12.012 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-09-04T17:20:13.310Z[ recovery-image] Sep 04 17:20:12.021 INFO O| Sep 04 17:20:12.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
69012026-09-04T17:20:13.310Z[ recovery-image] Sep 04 17:20:12.021 INFO O| Sep 04 17:20:12.021 INFO STEP 450 (remove_files) COMPLETE
69022026-09-04T17:20:13.310Z[ recovery-image] Sep 04 17:20:12.021 INFO O| Sep 04 17:20:12.021 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-09-04T17:20:13.319Z[ recovery-image] Sep 04 17:20:12.029 INFO O| Sep 04 17:20:12.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
69042026-09-04T17:20:13.319Z[ recovery-image] Sep 04 17:20:12.030 INFO O| Sep 04 17:20:12.030 INFO STEP 451 (remove_files) COMPLETE
69052026-09-04T17:20:13.319Z[ recovery-image] Sep 04 17:20:12.030 INFO O| Sep 04 17:20:12.030 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-09-04T17:20:13.327Z[ recovery-image] Sep 04 17:20:12.038 INFO O| Sep 04 17:20:12.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
69072026-09-04T17:20:13.327Z[ recovery-image] Sep 04 17:20:12.038 INFO O| Sep 04 17:20:12.038 INFO STEP 452 (remove_files) COMPLETE
69082026-09-04T17:20:13.327Z[ recovery-image] Sep 04 17:20:12.038 INFO O| Sep 04 17:20:12.038 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-09-04T17:20:13.342Z[ recovery-image] Sep 04 17:20:12.052 INFO O| Sep 04 17:20:12.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
69102026-09-04T17:20:13.342Z[ recovery-image] Sep 04 17:20:12.052 INFO O| Sep 04 17:20:12.052 INFO STEP 453 (remove_files) COMPLETE
69112026-09-04T17:20:13.345Z[ recovery-image] Sep 04 17:20:12.052 INFO O| Sep 04 17:20:12.052 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-09-04T17:20:13.350Z[ recovery-image] Sep 04 17:20:12.061 INFO O| Sep 04 17:20:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
69132026-09-04T17:20:13.350Z[ recovery-image] Sep 04 17:20:12.061 INFO O| Sep 04 17:20:12.061 INFO STEP 454 (remove_files) COMPLETE
69142026-09-04T17:20:13.350Z[ recovery-image] Sep 04 17:20:12.061 INFO O| Sep 04 17:20:12.061 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-09-04T17:20:13.359Z[ recovery-image] Sep 04 17:20:12.070 INFO O| Sep 04 17:20:12.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
69162026-09-04T17:20:13.359Z[ recovery-image] Sep 04 17:20:12.070 INFO O| Sep 04 17:20:12.070 INFO STEP 455 (remove_files) COMPLETE
69172026-09-04T17:20:13.363Z[ recovery-image] Sep 04 17:20:12.070 INFO O| Sep 04 17:20:12.070 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-04T17:20:13.370Z[ recovery-image] Sep 04 17:20:12.081 INFO O| Sep 04 17:20:12.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
69192026-09-04T17:20:13.370Z[ recovery-image] Sep 04 17:20:12.081 INFO O| Sep 04 17:20:12.081 INFO STEP 456 (remove_files) COMPLETE
69202026-09-04T17:20:13.370Z[ recovery-image] Sep 04 17:20:12.081 INFO O| Sep 04 17:20:12.081 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-09-04T17:20:13.381Z[ recovery-image] Sep 04 17:20:12.092 INFO O| Sep 04 17:20:12.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
69222026-09-04T17:20:13.381Z[ recovery-image] Sep 04 17:20:12.092 INFO O| Sep 04 17:20:12.092 INFO STEP 457 (remove_files) COMPLETE
69232026-09-04T17:20:13.381Z[ recovery-image] Sep 04 17:20:12.092 INFO O| Sep 04 17:20:12.092 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-09-04T17:20:13.390Z[ recovery-image] Sep 04 17:20:12.101 INFO O| Sep 04 17:20:12.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
69252026-09-04T17:20:13.394Z[ recovery-image] Sep 04 17:20:12.101 INFO O| Sep 04 17:20:12.101 INFO STEP 458 (remove_files) COMPLETE
69262026-09-04T17:20:13.394Z[ recovery-image] Sep 04 17:20:12.101 INFO O| Sep 04 17:20:12.101 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-09-04T17:20:13.399Z[ recovery-image] Sep 04 17:20:12.110 INFO O| Sep 04 17:20:12.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
69282026-09-04T17:20:13.399Z[ recovery-image] Sep 04 17:20:12.110 INFO O| Sep 04 17:20:12.110 INFO STEP 459 (remove_files) COMPLETE
69292026-09-04T17:20:13.399Z[ recovery-image] Sep 04 17:20:12.110 INFO O| Sep 04 17:20:12.110 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-09-04T17:20:13.422Z[ recovery-image] Sep 04 17:20:12.132 INFO O| Sep 04 17:20:12.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
69312026-09-04T17:20:13.422Z[ recovery-image] Sep 04 17:20:12.133 INFO O| Sep 04 17:20:12.133 INFO STEP 460 (remove_files) COMPLETE
69322026-09-04T17:20:13.425Z[ recovery-image] Sep 04 17:20:12.133 INFO O| Sep 04 17:20:12.133 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-09-04T17:20:13.433Z[ recovery-image] Sep 04 17:20:12.144 INFO O| Sep 04 17:20:12.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
69342026-09-04T17:20:13.433Z[ recovery-image] Sep 04 17:20:12.144 INFO O| Sep 04 17:20:12.144 INFO STEP 461 (remove_files) COMPLETE
69352026-09-04T17:20:13.433Z[ recovery-image] Sep 04 17:20:12.144 INFO O| Sep 04 17:20:12.144 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-09-04T17:20:13.443Z[ recovery-image] Sep 04 17:20:12.154 INFO O| Sep 04 17:20:12.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
69372026-09-04T17:20:13.443Z[ recovery-image] Sep 04 17:20:12.154 INFO O| Sep 04 17:20:12.154 INFO STEP 462 (remove_files) COMPLETE
69382026-09-04T17:20:13.443Z[ recovery-image] Sep 04 17:20:12.154 INFO O| Sep 04 17:20:12.154 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-09-04T17:20:13.461Z[ recovery-image] Sep 04 17:20:12.172 INFO O| Sep 04 17:20:12.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
69402026-09-04T17:20:13.461Z[ recovery-image] Sep 04 17:20:12.172 INFO O| Sep 04 17:20:12.172 INFO STEP 463 (remove_files) COMPLETE
69412026-09-04T17:20:13.461Z[ recovery-image] Sep 04 17:20:12.172 INFO O| Sep 04 17:20:12.172 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-09-04T17:20:13.472Z[ recovery-image] Sep 04 17:20:12.183 INFO O| Sep 04 17:20:12.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
69432026-09-04T17:20:13.472Z[ recovery-image] Sep 04 17:20:12.183 INFO O| Sep 04 17:20:12.183 INFO STEP 464 (remove_files) COMPLETE
69442026-09-04T17:20:13.472Z[ recovery-image] Sep 04 17:20:12.183 INFO O| Sep 04 17:20:12.183 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-04T17:20:13.483Z[ recovery-image] Sep 04 17:20:12.194 INFO O| Sep 04 17:20:12.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
69462026-09-04T17:20:13.483Z[ recovery-image] Sep 04 17:20:12.194 INFO O| Sep 04 17:20:12.194 INFO STEP 465 (remove_files) COMPLETE
69472026-09-04T17:20:13.483Z[ recovery-image] Sep 04 17:20:12.194 INFO O| Sep 04 17:20:12.194 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-04T17:20:13.494Z[ recovery-image] Sep 04 17:20:12.205 INFO O| Sep 04 17:20:12.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
69492026-09-04T17:20:13.494Z[ recovery-image] Sep 04 17:20:12.205 INFO O| Sep 04 17:20:12.205 INFO STEP 466 (remove_files) COMPLETE
69502026-09-04T17:20:13.498Z[ recovery-image] Sep 04 17:20:12.205 INFO O| Sep 04 17:20:12.205 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-04T17:20:13.504Z[ recovery-image] Sep 04 17:20:12.215 INFO O| Sep 04 17:20:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
69522026-09-04T17:20:13.505Z[ recovery-image] Sep 04 17:20:12.215 INFO O| Sep 04 17:20:12.215 INFO STEP 467 (remove_files) COMPLETE
69532026-09-04T17:20:13.505Z[ recovery-image] Sep 04 17:20:12.215 INFO O| Sep 04 17:20:12.215 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-04T17:20:13.516Z[ recovery-image] Sep 04 17:20:12.226 INFO O| Sep 04 17:20:12.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
69552026-09-04T17:20:13.516Z[ recovery-image] Sep 04 17:20:12.226 INFO O| Sep 04 17:20:12.226 INFO STEP 468 (remove_files) COMPLETE
69562026-09-04T17:20:13.520Z[ recovery-image] Sep 04 17:20:12.226 INFO O| Sep 04 17:20:12.226 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-04T17:20:13.526Z[ recovery-image] Sep 04 17:20:12.237 INFO O| Sep 04 17:20:12.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
69582026-09-04T17:20:13.526Z[ recovery-image] Sep 04 17:20:12.237 INFO O| Sep 04 17:20:12.237 INFO STEP 469 (remove_files) COMPLETE
69592026-09-04T17:20:13.529Z[ recovery-image] Sep 04 17:20:12.237 INFO O| Sep 04 17:20:12.237 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-04T17:20:13.535Z[ recovery-image] Sep 04 17:20:12.246 INFO O| Sep 04 17:20:12.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
69612026-09-04T17:20:13.535Z[ recovery-image] Sep 04 17:20:12.246 INFO O| Sep 04 17:20:12.246 INFO STEP 470 (remove_files) COMPLETE
69622026-09-04T17:20:13.535Z[ recovery-image] Sep 04 17:20:12.246 INFO O| Sep 04 17:20:12.246 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-04T17:20:13.546Z[ recovery-image] Sep 04 17:20:12.256 INFO O| Sep 04 17:20:12.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
69642026-09-04T17:20:13.546Z[ recovery-image] Sep 04 17:20:12.256 INFO O| Sep 04 17:20:12.256 INFO STEP 471 (remove_files) COMPLETE
69652026-09-04T17:20:13.546Z[ recovery-image] Sep 04 17:20:12.256 INFO O| Sep 04 17:20:12.256 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-04T17:20:13.556Z[ recovery-image] Sep 04 17:20:12.267 INFO O| Sep 04 17:20:12.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
69672026-09-04T17:20:13.559Z[ recovery-image] Sep 04 17:20:12.267 INFO O| Sep 04 17:20:12.267 INFO STEP 472 (remove_files) COMPLETE
69682026-09-04T17:20:13.559Z[ recovery-image] Sep 04 17:20:12.267 INFO O| Sep 04 17:20:12.267 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-04T17:20:13.566Z[ recovery-image] Sep 04 17:20:12.277 INFO O| Sep 04 17:20:12.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
69702026-09-04T17:20:13.566Z[ recovery-image] Sep 04 17:20:12.277 INFO O| Sep 04 17:20:12.277 INFO STEP 473 (remove_files) COMPLETE
69712026-09-04T17:20:13.570Z[ recovery-image] Sep 04 17:20:12.277 INFO O| Sep 04 17:20:12.277 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-04T17:20:13.578Z[ recovery-image] Sep 04 17:20:12.287 INFO O| Sep 04 17:20:12.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
69732026-09-04T17:20:13.578Z[ recovery-image] Sep 04 17:20:12.287 INFO O| Sep 04 17:20:12.287 INFO STEP 474 (remove_files) COMPLETE
69742026-09-04T17:20:13.582Z[ recovery-image] Sep 04 17:20:12.287 INFO O| Sep 04 17:20:12.287 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-04T17:20:13.586Z[ recovery-image] Sep 04 17:20:12.296 INFO O| Sep 04 17:20:12.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
69762026-09-04T17:20:13.586Z[ recovery-image] Sep 04 17:20:12.296 INFO O| Sep 04 17:20:12.296 INFO STEP 475 (remove_files) COMPLETE
69772026-09-04T17:20:13.586Z[ recovery-image] Sep 04 17:20:12.296 INFO O| Sep 04 17:20:12.296 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-04T17:20:13.596Z[ recovery-image] Sep 04 17:20:12.306 INFO O| Sep 04 17:20:12.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
69792026-09-04T17:20:13.600Z[ recovery-image] Sep 04 17:20:12.306 INFO O| Sep 04 17:20:12.306 INFO STEP 476 (remove_files) COMPLETE
69802026-09-04T17:20:13.600Z[ recovery-image] Sep 04 17:20:12.306 INFO O| Sep 04 17:20:12.306 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-04T17:20:13.606Z[ recovery-image] Sep 04 17:20:12.317 INFO O| Sep 04 17:20:12.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
69822026-09-04T17:20:13.610Z[ recovery-image] Sep 04 17:20:12.317 INFO O| Sep 04 17:20:12.317 INFO STEP 477 (remove_files) COMPLETE
69832026-09-04T17:20:13.610Z[ recovery-image] Sep 04 17:20:12.317 INFO O| Sep 04 17:20:12.317 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-04T17:20:13.617Z[ recovery-image] Sep 04 17:20:12.328 INFO O| Sep 04 17:20:12.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
69852026-09-04T17:20:13.621Z[ recovery-image] Sep 04 17:20:12.328 INFO O| Sep 04 17:20:12.328 INFO STEP 478 (remove_files) COMPLETE
69862026-09-04T17:20:13.621Z[ recovery-image] Sep 04 17:20:12.328 INFO O| Sep 04 17:20:12.328 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-04T17:20:13.628Z[ recovery-image] Sep 04 17:20:12.339 INFO O| Sep 04 17:20:12.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
69882026-09-04T17:20:13.628Z[ recovery-image] Sep 04 17:20:12.339 INFO O| Sep 04 17:20:12.339 INFO STEP 479 (remove_files) COMPLETE
69892026-09-04T17:20:13.628Z[ recovery-image] Sep 04 17:20:12.339 INFO O| Sep 04 17:20:12.339 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-04T17:20:13.642Z[ recovery-image] Sep 04 17:20:12.349 INFO O| Sep 04 17:20:12.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
69912026-09-04T17:20:13.642Z[ recovery-image] Sep 04 17:20:12.349 INFO O| Sep 04 17:20:12.349 INFO STEP 480 (remove_files) COMPLETE
69922026-09-04T17:20:13.642Z[ recovery-image] Sep 04 17:20:12.349 INFO O| Sep 04 17:20:12.349 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-04T17:20:13.647Z[ recovery-image] Sep 04 17:20:12.358 INFO O| Sep 04 17:20:12.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
69942026-09-04T17:20:13.647Z[ recovery-image] Sep 04 17:20:12.358 INFO O| Sep 04 17:20:12.358 INFO STEP 481 (remove_files) COMPLETE
69952026-09-04T17:20:13.647Z[ recovery-image] Sep 04 17:20:12.358 INFO O| Sep 04 17:20:12.358 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-04T17:20:13.662Z[ recovery-image] Sep 04 17:20:12.371 INFO O| Sep 04 17:20:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
69972026-09-04T17:20:13.662Z[ recovery-image] Sep 04 17:20:12.371 INFO O| Sep 04 17:20:12.371 INFO STEP 482 (remove_files) COMPLETE
69982026-09-04T17:20:13.662Z[ recovery-image] Sep 04 17:20:12.371 INFO O| Sep 04 17:20:12.371 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.379 INFO O| Sep 04 17:20:12.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
70002026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.379 INFO O| Sep 04 17:20:12.379 INFO STEP 483 (remove_files) COMPLETE
70012026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.379 INFO O| Sep 04 17:20:12.379 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.387 INFO O| Sep 04 17:20:12.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
70032026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.387 INFO O| Sep 04 17:20:12.387 INFO STEP 484 (remove_files) COMPLETE
70042026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.387 INFO O| Sep 04 17:20:12.387 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.397 INFO O| Sep 04 17:20:12.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
70062026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.397 INFO O| Sep 04 17:20:12.397 INFO STEP 485 (remove_files) COMPLETE
70072026-09-04T17:20:13.693Z[ recovery-image] Sep 04 17:20:12.397 INFO O| Sep 04 17:20:12.397 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-04T17:20:13.701Z[ recovery-image] Sep 04 17:20:12.406 INFO O| Sep 04 17:20:12.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
70092026-09-04T17:20:13.701Z[ recovery-image] Sep 04 17:20:12.406 INFO O| Sep 04 17:20:12.406 INFO STEP 486 (remove_files) COMPLETE
70102026-09-04T17:20:13.701Z[ recovery-image] Sep 04 17:20:12.406 INFO O| Sep 04 17:20:12.406 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-04T17:20:13.705Z[ recovery-image] Sep 04 17:20:12.416 INFO O| Sep 04 17:20:12.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
70122026-09-04T17:20:13.705Z[ recovery-image] Sep 04 17:20:12.416 INFO O| Sep 04 17:20:12.416 INFO STEP 487 (remove_files) COMPLETE
70132026-09-04T17:20:13.705Z[ recovery-image] Sep 04 17:20:12.416 INFO O| Sep 04 17:20:12.416 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-04T17:20:13.715Z[ recovery-image] Sep 04 17:20:12.426 INFO O| Sep 04 17:20:12.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
70152026-09-04T17:20:13.715Z[ recovery-image] Sep 04 17:20:12.426 INFO O| Sep 04 17:20:12.426 INFO STEP 488 (remove_files) COMPLETE
70162026-09-04T17:20:13.715Z[ recovery-image] Sep 04 17:20:12.426 INFO O| Sep 04 17:20:12.426 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-04T17:20:13.727Z[ recovery-image] Sep 04 17:20:12.437 INFO O| Sep 04 17:20:12.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
70182026-09-04T17:20:13.727Z[ recovery-image] Sep 04 17:20:12.437 INFO O| Sep 04 17:20:12.437 INFO STEP 489 (remove_files) COMPLETE
70192026-09-04T17:20:13.727Z[ recovery-image] Sep 04 17:20:12.437 INFO O| Sep 04 17:20:12.437 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-04T17:20:13.738Z[ recovery-image] Sep 04 17:20:12.449 INFO O| Sep 04 17:20:12.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
70212026-09-04T17:20:13.738Z[ recovery-image] Sep 04 17:20:12.449 INFO O| Sep 04 17:20:12.449 INFO STEP 490 (remove_files) COMPLETE
70222026-09-04T17:20:13.738Z[ recovery-image] Sep 04 17:20:12.449 INFO O| Sep 04 17:20:12.449 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-04T17:20:13.753Z[ recovery-image] Sep 04 17:20:12.463 INFO O| Sep 04 17:20:12.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
70242026-09-04T17:20:13.753Z[ recovery-image] Sep 04 17:20:12.463 INFO O| Sep 04 17:20:12.463 INFO STEP 491 (remove_files) COMPLETE
70252026-09-04T17:20:13.753Z[ recovery-image] Sep 04 17:20:12.463 INFO O| Sep 04 17:20:12.463 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-04T17:20:13.767Z[ recovery-image] Sep 04 17:20:12.474 INFO O| Sep 04 17:20:12.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
70272026-09-04T17:20:13.767Z[ recovery-image] Sep 04 17:20:12.474 INFO O| Sep 04 17:20:12.474 INFO STEP 492 (remove_files) COMPLETE
70282026-09-04T17:20:13.767Z[ recovery-image] Sep 04 17:20:12.474 INFO O| Sep 04 17:20:12.474 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-04T17:20:13.775Z[ recovery-image] Sep 04 17:20:12.486 INFO O| Sep 04 17:20:12.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
70302026-09-04T17:20:13.775Z[ recovery-image] Sep 04 17:20:12.486 INFO O| Sep 04 17:20:12.486 INFO STEP 493 (remove_files) COMPLETE
70312026-09-04T17:20:13.775Z[ recovery-image] Sep 04 17:20:12.486 INFO O| Sep 04 17:20:12.486 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-04T17:20:13.786Z[ recovery-image] Sep 04 17:20:12.496 INFO O| Sep 04 17:20:12.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
70332026-09-04T17:20:13.786Z[ recovery-image] Sep 04 17:20:12.496 INFO O| Sep 04 17:20:12.496 INFO STEP 494 (remove_files) COMPLETE
70342026-09-04T17:20:13.786Z[ recovery-image] Sep 04 17:20:12.496 INFO O| Sep 04 17:20:12.496 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-04T17:20:13.791Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
70362026-09-04T17:20:13.796Z[ recovery-image] Sep 04 17:20:12.507 INFO O| Sep 04 17:20:12.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
70372026-09-04T17:20:13.800Z[ recovery-image] Sep 04 17:20:12.507 INFO O| Sep 04 17:20:12.507 INFO STEP 495 (remove_files) COMPLETE
70382026-09-04T17:20:13.800Z[ recovery-image] Sep 04 17:20:12.507 INFO O| Sep 04 17:20:12.507 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-04T17:20:13.807Z[ recovery-image] Sep 04 17:20:12.518 INFO O| Sep 04 17:20:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
70402026-09-04T17:20:13.807Z[ recovery-image] Sep 04 17:20:12.518 INFO O| Sep 04 17:20:12.518 INFO STEP 496 (remove_files) COMPLETE
70412026-09-04T17:20:13.811Z[ recovery-image] Sep 04 17:20:12.518 INFO O| Sep 04 17:20:12.518 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-04T17:20:13.816Z[ recovery-image] Sep 04 17:20:12.527 INFO O| Sep 04 17:20:12.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
70432026-09-04T17:20:13.816Z[ recovery-image] Sep 04 17:20:12.527 INFO O| Sep 04 17:20:12.527 INFO STEP 497 (remove_files) COMPLETE
70442026-09-04T17:20:13.816Z[ recovery-image] Sep 04 17:20:12.527 INFO O| Sep 04 17:20:12.527 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-09-04T17:20:13.833Z[ recovery-image] Sep 04 17:20:12.537 INFO O| Sep 04 17:20:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
70462026-09-04T17:20:13.833Z[ recovery-image] Sep 04 17:20:12.537 INFO O| Sep 04 17:20:12.537 INFO STEP 498 (remove_files) COMPLETE
70472026-09-04T17:20:13.833Z[ recovery-image] Sep 04 17:20:12.537 INFO O| Sep 04 17:20:12.537 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-09-04T17:20:13.836Z[ recovery-image] Sep 04 17:20:12.546 INFO O| Sep 04 17:20:12.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
70492026-09-04T17:20:13.837Z[ recovery-image] Sep 04 17:20:12.546 INFO O| Sep 04 17:20:12.546 INFO STEP 499 (remove_files) COMPLETE
70502026-09-04T17:20:13.837Z[ recovery-image] Sep 04 17:20:12.546 INFO O| Sep 04 17:20:12.546 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-04T17:20:13.844Z[ recovery-image] Sep 04 17:20:12.555 INFO O| Sep 04 17:20:12.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
70522026-09-04T17:20:13.844Z[ recovery-image] Sep 04 17:20:12.555 INFO O| Sep 04 17:20:12.555 INFO STEP 500 (remove_files) COMPLETE
70532026-09-04T17:20:13.844Z[ recovery-image] Sep 04 17:20:12.555 INFO O| Sep 04 17:20:12.555 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-04T17:20:13.853Z[ recovery-image] Sep 04 17:20:12.564 INFO O| Sep 04 17:20:12.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
70552026-09-04T17:20:13.853Z[ recovery-image] Sep 04 17:20:12.564 INFO O| Sep 04 17:20:12.564 INFO STEP 501 (remove_files) COMPLETE
70562026-09-04T17:20:13.853Z[ recovery-image] Sep 04 17:20:12.564 INFO O| Sep 04 17:20:12.564 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-04T17:20:13.864Z[ recovery-image] Sep 04 17:20:12.575 INFO O| Sep 04 17:20:12.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
70582026-09-04T17:20:13.864Z[ recovery-image] Sep 04 17:20:12.575 INFO O| Sep 04 17:20:12.575 INFO STEP 502 (remove_files) COMPLETE
70592026-09-04T17:20:13.864Z[ recovery-image] Sep 04 17:20:12.575 INFO O| Sep 04 17:20:12.575 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-09-04T17:20:13.874Z[ recovery-image] Sep 04 17:20:12.585 INFO O| Sep 04 17:20:12.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
70612026-09-04T17:20:13.874Z[ recovery-image] Sep 04 17:20:12.585 INFO O| Sep 04 17:20:12.585 INFO STEP 503 (remove_files) COMPLETE
70622026-09-04T17:20:13.874Z[ recovery-image] Sep 04 17:20:12.585 INFO O| Sep 04 17:20:12.585 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-09-04T17:20:13.885Z[ recovery-image] Sep 04 17:20:12.594 INFO O| Sep 04 17:20:12.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
70642026-09-04T17:20:13.885Z[ recovery-image] Sep 04 17:20:12.594 INFO O| Sep 04 17:20:12.594 INFO STEP 504 (remove_files) COMPLETE
70652026-09-04T17:20:13.885Z[ recovery-image] Sep 04 17:20:12.594 INFO O| Sep 04 17:20:12.594 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-09-04T17:20:13.897Z[ recovery-image] Sep 04 17:20:12.607 INFO O| Sep 04 17:20:12.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
70672026-09-04T17:20:13.897Z[ recovery-image] Sep 04 17:20:12.607 INFO O| Sep 04 17:20:12.607 INFO STEP 505 (remove_files) COMPLETE
70682026-09-04T17:20:13.897Z[ recovery-image] Sep 04 17:20:12.607 INFO O| Sep 04 17:20:12.607 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-09-04T17:20:13.908Z[ recovery-image] Sep 04 17:20:12.619 INFO O| Sep 04 17:20:12.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
70702026-09-04T17:20:13.908Z[ recovery-image] Sep 04 17:20:12.619 INFO O| Sep 04 17:20:12.619 INFO STEP 506 (remove_files) COMPLETE
70712026-09-04T17:20:13.908Z[ recovery-image] Sep 04 17:20:12.619 INFO O| Sep 04 17:20:12.619 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-09-04T17:20:13.918Z[ recovery-image] Sep 04 17:20:12.629 INFO O| Sep 04 17:20:12.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
70732026-09-04T17:20:13.918Z[ recovery-image] Sep 04 17:20:12.629 INFO O| Sep 04 17:20:12.629 INFO STEP 507 (remove_files) COMPLETE
70742026-09-04T17:20:13.922Z[ recovery-image] Sep 04 17:20:12.629 INFO O| Sep 04 17:20:12.629 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-09-04T17:20:13.928Z[ recovery-image] Sep 04 17:20:12.639 INFO O| Sep 04 17:20:12.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
70762026-09-04T17:20:13.928Z[ recovery-image] Sep 04 17:20:12.639 INFO O| Sep 04 17:20:12.639 INFO STEP 508 (remove_files) COMPLETE
70772026-09-04T17:20:13.931Z[ recovery-image] Sep 04 17:20:12.639 INFO O| Sep 04 17:20:12.639 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-09-04T17:20:13.938Z[ recovery-image] Sep 04 17:20:12.649 INFO O| Sep 04 17:20:12.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
70792026-09-04T17:20:13.941Z[ recovery-image] Sep 04 17:20:12.649 INFO O| Sep 04 17:20:12.649 INFO STEP 509 (remove_files) COMPLETE
70802026-09-04T17:20:13.941Z[ recovery-image] Sep 04 17:20:12.649 INFO O| Sep 04 17:20:12.649 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-09-04T17:20:13.946Z[ recovery-image] Sep 04 17:20:12.656 INFO O| Sep 04 17:20:12.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
70822026-09-04T17:20:13.946Z[ recovery-image] Sep 04 17:20:12.657 INFO O| Sep 04 17:20:12.657 INFO STEP 510 (remove_files) COMPLETE
70832026-09-04T17:20:13.946Z[ recovery-image] Sep 04 17:20:12.657 INFO O| Sep 04 17:20:12.657 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-09-04T17:20:13.953Z[ recovery-image] Sep 04 17:20:12.664 INFO O| Sep 04 17:20:12.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
70852026-09-04T17:20:13.953Z[ recovery-image] Sep 04 17:20:12.664 INFO O| Sep 04 17:20:12.664 INFO STEP 511 (remove_files) COMPLETE
70862026-09-04T17:20:13.953Z[ recovery-image] Sep 04 17:20:12.664 INFO O| Sep 04 17:20:12.664 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-09-04T17:20:13.965Z[ recovery-image] Sep 04 17:20:12.676 INFO O| Sep 04 17:20:12.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
70882026-09-04T17:20:13.965Z[ recovery-image] Sep 04 17:20:12.676 INFO O| Sep 04 17:20:12.676 INFO STEP 512 (remove_files) COMPLETE
70892026-09-04T17:20:13.965Z[ recovery-image] Sep 04 17:20:12.676 INFO O| Sep 04 17:20:12.676 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-04T17:20:13.975Z[ recovery-image] Sep 04 17:20:12.686 INFO O| Sep 04 17:20:12.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
70912026-09-04T17:20:13.978Z[ recovery-image] Sep 04 17:20:12.687 INFO O| Sep 04 17:20:12.687 INFO STEP 513 (remove_files) COMPLETE
70922026-09-04T17:20:13.979Z[ recovery-image] Sep 04 17:20:12.687 INFO O| Sep 04 17:20:12.687 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-04T17:20:13.986Z[ recovery-image] Sep 04 17:20:12.697 INFO O| Sep 04 17:20:12.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
70942026-09-04T17:20:13.986Z[ recovery-image] Sep 04 17:20:12.697 INFO O| Sep 04 17:20:12.697 INFO STEP 514 (remove_files) COMPLETE
70952026-09-04T17:20:13.986Z[ recovery-image] Sep 04 17:20:12.697 INFO O| Sep 04 17:20:12.697 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-04T17:20:13.995Z[ recovery-image] Sep 04 17:20:12.706 INFO O| Sep 04 17:20:12.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
70972026-09-04T17:20:13.999Z[ recovery-image] Sep 04 17:20:12.706 INFO O| Sep 04 17:20:12.706 INFO STEP 515 (remove_files) COMPLETE
70982026-09-04T17:20:13.999Z[ recovery-image] Sep 04 17:20:12.706 INFO O| Sep 04 17:20:12.706 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-04T17:20:14.007Z[ recovery-image] Sep 04 17:20:12.715 INFO O| Sep 04 17:20:12.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
71002026-09-04T17:20:14.010Z[ recovery-image] Sep 04 17:20:12.720 INFO O| Sep 04 17:20:12.720 INFO STEP 516 (remove_files) COMPLETE
71012026-09-04T17:20:14.010Z[ recovery-image] Sep 04 17:20:12.720 INFO O| Sep 04 17:20:12.720 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-04T17:20:14.020Z[ recovery-image] Sep 04 17:20:12.731 INFO O| Sep 04 17:20:12.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
71032026-09-04T17:20:14.020Z[ recovery-image] Sep 04 17:20:12.731 INFO O| Sep 04 17:20:12.731 INFO STEP 517 (remove_files) COMPLETE
71042026-09-04T17:20:14.024Z[ recovery-image] Sep 04 17:20:12.731 INFO O| Sep 04 17:20:12.731 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-04T17:20:14.030Z[ recovery-image] Sep 04 17:20:12.741 INFO O| Sep 04 17:20:12.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
71062026-09-04T17:20:14.030Z[ recovery-image] Sep 04 17:20:12.741 INFO O| Sep 04 17:20:12.741 INFO STEP 518 (remove_files) COMPLETE
71072026-09-04T17:20:14.030Z[ recovery-image] Sep 04 17:20:12.741 INFO O| Sep 04 17:20:12.741 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-04T17:20:14.039Z[ recovery-image] Sep 04 17:20:12.750 INFO O| Sep 04 17:20:12.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
71092026-09-04T17:20:14.039Z[ recovery-image] Sep 04 17:20:12.750 INFO O| Sep 04 17:20:12.750 INFO STEP 519 (remove_files) COMPLETE
71102026-09-04T17:20:14.043Z[ recovery-image] Sep 04 17:20:12.750 INFO O| Sep 04 17:20:12.750 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-04T17:20:14.043Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
71122026-09-04T17:20:14.047Z[ recovery-image] Sep 04 17:20:12.758 INFO O| Sep 04 17:20:12.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
71132026-09-04T17:20:14.047Z[ recovery-image] Sep 04 17:20:12.758 INFO O| Sep 04 17:20:12.758 INFO STEP 520 (remove_files) COMPLETE
71142026-09-04T17:20:14.047Z[ recovery-image] Sep 04 17:20:12.758 INFO O| Sep 04 17:20:12.758 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-09-04T17:20:14.058Z[ recovery-image] Sep 04 17:20:12.769 INFO O| Sep 04 17:20:12.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
71162026-09-04T17:20:14.058Z[ recovery-image] Sep 04 17:20:12.769 INFO O| Sep 04 17:20:12.769 INFO STEP 521 (remove_files) COMPLETE
71172026-09-04T17:20:14.058Z[ recovery-image] Sep 04 17:20:12.769 INFO O| Sep 04 17:20:12.769 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-09-04T17:20:14.069Z[ recovery-image] Sep 04 17:20:12.779 INFO O| Sep 04 17:20:12.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
71192026-09-04T17:20:14.069Z[ recovery-image] Sep 04 17:20:12.779 INFO O| Sep 04 17:20:12.779 INFO STEP 522 (remove_files) COMPLETE
71202026-09-04T17:20:14.069Z[ recovery-image] Sep 04 17:20:12.779 INFO O| Sep 04 17:20:12.779 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-09-04T17:20:14.086Z[ recovery-image] Sep 04 17:20:12.796 INFO O| Sep 04 17:20:12.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
71222026-09-04T17:20:14.086Z[ recovery-image] Sep 04 17:20:12.796 INFO O| Sep 04 17:20:12.796 INFO STEP 523 (remove_files) COMPLETE
71232026-09-04T17:20:14.086Z[ recovery-image] Sep 04 17:20:12.796 INFO O| Sep 04 17:20:12.796 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-09-04T17:20:14.098Z[ recovery-image] Sep 04 17:20:12.808 INFO O| Sep 04 17:20:12.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
71252026-09-04T17:20:14.098Z[ recovery-image] Sep 04 17:20:12.808 INFO O| Sep 04 17:20:12.808 INFO STEP 524 (remove_files) COMPLETE
71262026-09-04T17:20:14.098Z[ recovery-image] Sep 04 17:20:12.808 INFO O| Sep 04 17:20:12.808 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-09-04T17:20:14.109Z[ recovery-image] Sep 04 17:20:12.820 INFO O| Sep 04 17:20:12.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
71282026-09-04T17:20:14.109Z[ recovery-image] Sep 04 17:20:12.820 INFO O| Sep 04 17:20:12.820 INFO STEP 525 (remove_files) COMPLETE
71292026-09-04T17:20:14.109Z[ recovery-image] Sep 04 17:20:12.820 INFO O| Sep 04 17:20:12.820 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-09-04T17:20:14.120Z[ recovery-image] Sep 04 17:20:12.831 INFO O| Sep 04 17:20:12.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
71312026-09-04T17:20:14.121Z[ recovery-image] Sep 04 17:20:12.831 INFO O| Sep 04 17:20:12.831 INFO STEP 526 (remove_files) COMPLETE
71322026-09-04T17:20:14.124Z[ recovery-image] Sep 04 17:20:12.831 INFO O| Sep 04 17:20:12.831 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-09-04T17:20:14.132Z[ recovery-image] Sep 04 17:20:12.841 INFO O| Sep 04 17:20:12.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
71342026-09-04T17:20:14.132Z[ recovery-image] Sep 04 17:20:12.841 INFO O| Sep 04 17:20:12.841 INFO STEP 527 (remove_files) COMPLETE
71352026-09-04T17:20:14.132Z[ recovery-image] Sep 04 17:20:12.841 INFO O| Sep 04 17:20:12.841 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-09-04T17:20:14.140Z[ recovery-image] Sep 04 17:20:12.850 INFO O| Sep 04 17:20:12.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
71372026-09-04T17:20:14.140Z[ recovery-image] Sep 04 17:20:12.851 INFO O| Sep 04 17:20:12.850 INFO STEP 528 (remove_files) COMPLETE
71382026-09-04T17:20:14.140Z[ recovery-image] Sep 04 17:20:12.851 INFO O| Sep 04 17:20:12.850 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-09-04T17:20:14.149Z[ recovery-image] Sep 04 17:20:12.859 INFO O| Sep 04 17:20:12.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
71402026-09-04T17:20:14.149Z[ recovery-image] Sep 04 17:20:12.859 INFO O| Sep 04 17:20:12.859 INFO STEP 529 (remove_files) COMPLETE
71412026-09-04T17:20:14.153Z[ recovery-image] Sep 04 17:20:12.860 INFO O| Sep 04 17:20:12.859 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-09-04T17:20:14.159Z[ recovery-image] Sep 04 17:20:12.870 INFO O| Sep 04 17:20:12.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
71432026-09-04T17:20:14.159Z[ recovery-image] Sep 04 17:20:12.870 INFO O| Sep 04 17:20:12.870 INFO STEP 530 (remove_files) COMPLETE
71442026-09-04T17:20:14.159Z[ recovery-image] Sep 04 17:20:12.870 INFO O| Sep 04 17:20:12.870 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-09-04T17:20:14.168Z[ recovery-image] Sep 04 17:20:12.879 INFO O| Sep 04 17:20:12.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
71462026-09-04T17:20:14.168Z[ recovery-image] Sep 04 17:20:12.879 INFO O| Sep 04 17:20:12.879 INFO STEP 531 (remove_files) COMPLETE
71472026-09-04T17:20:14.168Z[ recovery-image] Sep 04 17:20:12.879 INFO O| Sep 04 17:20:12.879 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-09-04T17:20:14.179Z[ recovery-image] Sep 04 17:20:12.889 INFO O| Sep 04 17:20:12.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
71492026-09-04T17:20:14.179Z[ recovery-image] Sep 04 17:20:12.889 INFO O| Sep 04 17:20:12.889 INFO STEP 532 (remove_files) COMPLETE
71502026-09-04T17:20:14.179Z[ recovery-image] Sep 04 17:20:12.889 INFO O| Sep 04 17:20:12.889 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-09-04T17:20:14.189Z[ recovery-image] Sep 04 17:20:12.900 INFO O| Sep 04 17:20:12.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
71522026-09-04T17:20:14.189Z[ recovery-image] Sep 04 17:20:12.900 INFO O| Sep 04 17:20:12.900 INFO STEP 533 (remove_files) COMPLETE
71532026-09-04T17:20:14.189Z[ recovery-image] Sep 04 17:20:12.900 INFO O| Sep 04 17:20:12.900 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-09-04T17:20:14.199Z[ recovery-image] Sep 04 17:20:12.909 INFO O| Sep 04 17:20:12.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
71552026-09-04T17:20:14.199Z[ recovery-image] Sep 04 17:20:12.910 INFO O| Sep 04 17:20:12.910 INFO STEP 534 (remove_files) COMPLETE
71562026-09-04T17:20:14.199Z[ recovery-image] Sep 04 17:20:12.910 INFO O| Sep 04 17:20:12.910 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-09-04T17:20:14.209Z[ recovery-image] Sep 04 17:20:12.920 INFO O| Sep 04 17:20:12.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
71582026-09-04T17:20:14.209Z[ recovery-image] Sep 04 17:20:12.920 INFO O| Sep 04 17:20:12.920 INFO STEP 535 (remove_files) COMPLETE
71592026-09-04T17:20:14.209Z[ recovery-image] Sep 04 17:20:12.920 INFO O| Sep 04 17:20:12.920 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-09-04T17:20:14.219Z[ recovery-image] Sep 04 17:20:12.930 INFO O| Sep 04 17:20:12.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
71612026-09-04T17:20:14.219Z[ recovery-image] Sep 04 17:20:12.930 INFO O| Sep 04 17:20:12.930 INFO STEP 536 (remove_files) COMPLETE
71622026-09-04T17:20:14.219Z[ recovery-image] Sep 04 17:20:12.930 INFO O| Sep 04 17:20:12.930 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-09-04T17:20:14.229Z[ recovery-image] Sep 04 17:20:12.940 INFO O| Sep 04 17:20:12.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
71642026-09-04T17:20:14.229Z[ recovery-image] Sep 04 17:20:12.940 INFO O| Sep 04 17:20:12.940 INFO STEP 537 (remove_files) COMPLETE
71652026-09-04T17:20:14.229Z[ recovery-image] Sep 04 17:20:12.940 INFO O| Sep 04 17:20:12.940 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-09-04T17:20:14.241Z[ recovery-image] Sep 04 17:20:12.951 INFO O| Sep 04 17:20:12.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
71672026-09-04T17:20:14.260Z[ recovery-image] Sep 04 17:20:12.971 INFO O| Sep 04 17:20:12.971 INFO STEP 538 (remove_files) COMPLETE
71682026-09-04T17:20:14.260Z[ recovery-image] Sep 04 17:20:12.971 INFO O| Sep 04 17:20:12.971 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-09-04T17:20:14.317Z[ recovery-image] Sep 04 17:20:13.026 INFO O| Sep 04 17:20:13.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
71702026-09-04T17:20:14.320Z[ recovery-image] Sep 04 17:20:13.027 INFO O| Sep 04 17:20:13.027 INFO STEP 539 (remove_files) COMPLETE
71712026-09-04T17:20:14.320Z[ recovery-image] Sep 04 17:20:13.027 INFO O| Sep 04 17:20:13.027 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-09-04T17:20:14.331Z[ recovery-image] Sep 04 17:20:13.042 INFO O| Sep 04 17:20:13.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
71732026-09-04T17:20:14.331Z[ recovery-image] Sep 04 17:20:13.042 INFO O| Sep 04 17:20:13.042 INFO STEP 540 (remove_files) COMPLETE
71742026-09-04T17:20:14.331Z[ recovery-image] Sep 04 17:20:13.042 INFO O| Sep 04 17:20:13.042 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-09-04T17:20:14.342Z[ recovery-image] Sep 04 17:20:13.053 INFO O| Sep 04 17:20:13.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
71762026-09-04T17:20:14.342Z[ recovery-image] Sep 04 17:20:13.053 INFO O| Sep 04 17:20:13.053 INFO STEP 541 (remove_files) COMPLETE
71772026-09-04T17:20:14.342Z[ recovery-image] Sep 04 17:20:13.053 INFO O| Sep 04 17:20:13.053 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-09-04T17:20:14.354Z[ recovery-image] Sep 04 17:20:13.065 INFO O| Sep 04 17:20:13.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
71792026-09-04T17:20:14.354Z[ recovery-image] Sep 04 17:20:13.065 INFO O| Sep 04 17:20:13.065 INFO STEP 542 (remove_files) COMPLETE
71802026-09-04T17:20:14.354Z[ recovery-image] Sep 04 17:20:13.065 INFO O| Sep 04 17:20:13.065 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-09-04T17:20:14.364Z[ recovery-image] Sep 04 17:20:13.075 INFO O| Sep 04 17:20:13.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
71822026-09-04T17:20:14.364Z[ recovery-image] Sep 04 17:20:13.075 INFO O| Sep 04 17:20:13.075 INFO STEP 543 (remove_files) COMPLETE
71832026-09-04T17:20:14.364Z[ recovery-image] Sep 04 17:20:13.075 INFO O| Sep 04 17:20:13.075 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-09-04T17:20:14.375Z[ recovery-image] Sep 04 17:20:13.086 INFO O| Sep 04 17:20:13.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
71852026-09-04T17:20:14.375Z[ recovery-image] Sep 04 17:20:13.086 INFO O| Sep 04 17:20:13.086 INFO STEP 544 (remove_files) COMPLETE
71862026-09-04T17:20:14.375Z[ recovery-image] Sep 04 17:20:13.086 INFO O| Sep 04 17:20:13.086 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-09-04T17:20:14.386Z[ recovery-image] Sep 04 17:20:13.096 INFO O| Sep 04 17:20:13.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
71882026-09-04T17:20:14.386Z[ recovery-image] Sep 04 17:20:13.096 INFO O| Sep 04 17:20:13.096 INFO STEP 545 (remove_files) COMPLETE
71892026-09-04T17:20:14.386Z[ recovery-image] Sep 04 17:20:13.096 INFO O| Sep 04 17:20:13.096 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-09-04T17:20:14.397Z[ recovery-image] Sep 04 17:20:13.107 INFO O| Sep 04 17:20:13.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
71912026-09-04T17:20:14.397Z[ recovery-image] Sep 04 17:20:13.107 INFO O| Sep 04 17:20:13.107 INFO STEP 546 (remove_files) COMPLETE
71922026-09-04T17:20:14.397Z[ recovery-image] Sep 04 17:20:13.107 INFO O| Sep 04 17:20:13.107 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-09-04T17:20:14.406Z[ recovery-image] Sep 04 17:20:13.117 INFO O| Sep 04 17:20:13.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
71942026-09-04T17:20:14.406Z[ recovery-image] Sep 04 17:20:13.117 INFO O| Sep 04 17:20:13.117 INFO STEP 547 (remove_files) COMPLETE
71952026-09-04T17:20:14.406Z[ recovery-image] Sep 04 17:20:13.117 INFO O| Sep 04 17:20:13.117 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-09-04T17:20:14.416Z[ recovery-image] Sep 04 17:20:13.126 INFO O| Sep 04 17:20:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
71972026-09-04T17:20:14.416Z[ recovery-image] Sep 04 17:20:13.126 INFO O| Sep 04 17:20:13.126 INFO STEP 548 (remove_files) COMPLETE
71982026-09-04T17:20:14.416Z[ recovery-image] Sep 04 17:20:13.126 INFO O| Sep 04 17:20:13.126 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-09-04T17:20:14.426Z[ recovery-image] Sep 04 17:20:13.136 INFO O| Sep 04 17:20:13.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
72002026-09-04T17:20:14.426Z[ recovery-image] Sep 04 17:20:13.136 INFO O| Sep 04 17:20:13.136 INFO STEP 549 (remove_files) COMPLETE
72012026-09-04T17:20:14.426Z[ recovery-image] Sep 04 17:20:13.136 INFO O| Sep 04 17:20:13.136 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-09-04T17:20:14.436Z[ recovery-image] Sep 04 17:20:13.147 INFO O| Sep 04 17:20:13.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
72032026-09-04T17:20:14.436Z[ recovery-image] Sep 04 17:20:13.147 INFO O| Sep 04 17:20:13.147 INFO STEP 550 (remove_files) COMPLETE
72042026-09-04T17:20:14.436Z[ recovery-image] Sep 04 17:20:13.147 INFO O| Sep 04 17:20:13.147 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-09-04T17:20:14.448Z[ recovery-image] Sep 04 17:20:13.159 INFO O| Sep 04 17:20:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
72062026-09-04T17:20:14.448Z[ recovery-image] Sep 04 17:20:13.159 INFO O| Sep 04 17:20:13.159 INFO STEP 551 (remove_files) COMPLETE
72072026-09-04T17:20:14.448Z[ recovery-image] Sep 04 17:20:13.159 INFO O| Sep 04 17:20:13.159 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-09-04T17:20:14.459Z[ recovery-image] Sep 04 17:20:13.170 INFO O| Sep 04 17:20:13.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
72092026-09-04T17:20:14.459Z[ recovery-image] Sep 04 17:20:13.170 INFO O| Sep 04 17:20:13.170 INFO STEP 552 (remove_files) COMPLETE
72102026-09-04T17:20:14.459Z[ recovery-image] Sep 04 17:20:13.170 INFO O| Sep 04 17:20:13.170 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-09-04T17:20:14.470Z[ recovery-image] Sep 04 17:20:13.181 INFO O| Sep 04 17:20:13.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
72122026-09-04T17:20:14.470Z[ recovery-image] Sep 04 17:20:13.181 INFO O| Sep 04 17:20:13.181 INFO STEP 553 (remove_files) COMPLETE
72132026-09-04T17:20:14.470Z[ recovery-image] Sep 04 17:20:13.181 INFO O| Sep 04 17:20:13.181 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-04T17:20:14.483Z[ recovery-image] Sep 04 17:20:13.193 INFO O| Sep 04 17:20:13.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
72152026-09-04T17:20:14.483Z[ recovery-image] Sep 04 17:20:13.193 INFO O| Sep 04 17:20:13.193 INFO STEP 554 (remove_files) COMPLETE
72162026-09-04T17:20:14.487Z[ recovery-image] Sep 04 17:20:13.193 INFO O| Sep 04 17:20:13.193 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-04T17:20:14.493Z[ recovery-image] Sep 04 17:20:13.203 INFO O| Sep 04 17:20:13.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
72182026-09-04T17:20:14.493Z[ recovery-image] Sep 04 17:20:13.203 INFO O| Sep 04 17:20:13.203 INFO STEP 555 (remove_files) COMPLETE
72192026-09-04T17:20:14.497Z[ recovery-image] Sep 04 17:20:13.203 INFO O| Sep 04 17:20:13.203 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-04T17:20:14.502Z[ recovery-image] Sep 04 17:20:13.213 INFO O| Sep 04 17:20:13.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
72212026-09-04T17:20:14.502Z[ recovery-image] Sep 04 17:20:13.213 INFO O| Sep 04 17:20:13.213 INFO STEP 556 (remove_files) COMPLETE
72222026-09-04T17:20:14.502Z[ recovery-image] Sep 04 17:20:13.213 INFO O| Sep 04 17:20:13.213 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-04T17:20:14.511Z[ recovery-image] Sep 04 17:20:13.221 INFO O| Sep 04 17:20:13.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
72242026-09-04T17:20:14.511Z[ recovery-image] Sep 04 17:20:13.221 INFO O| Sep 04 17:20:13.221 INFO STEP 557 (remove_files) COMPLETE
72252026-09-04T17:20:14.511Z[ recovery-image] Sep 04 17:20:13.221 INFO O| Sep 04 17:20:13.221 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-04T17:20:14.519Z[ recovery-image] Sep 04 17:20:13.230 INFO O| Sep 04 17:20:13.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
72272026-09-04T17:20:14.519Z[ recovery-image] Sep 04 17:20:13.230 INFO O| Sep 04 17:20:13.230 INFO STEP 558 (remove_files) COMPLETE
72282026-09-04T17:20:14.525Z[ recovery-image] Sep 04 17:20:13.230 INFO O| Sep 04 17:20:13.230 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-04T17:20:14.529Z[ recovery-image] Sep 04 17:20:13.238 INFO O| Sep 04 17:20:13.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
72302026-09-04T17:20:14.529Z[ recovery-image] Sep 04 17:20:13.238 INFO O| Sep 04 17:20:13.238 INFO STEP 559 (remove_files) COMPLETE
72312026-09-04T17:20:14.529Z[ recovery-image] Sep 04 17:20:13.238 INFO O| Sep 04 17:20:13.238 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-04T17:20:14.535Z[ recovery-image] Sep 04 17:20:13.246 INFO O| Sep 04 17:20:13.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
72332026-09-04T17:20:14.535Z[ recovery-image] Sep 04 17:20:13.246 INFO O| Sep 04 17:20:13.246 INFO STEP 560 (remove_files) COMPLETE
72342026-09-04T17:20:14.535Z[ recovery-image] Sep 04 17:20:13.246 INFO O| Sep 04 17:20:13.246 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-04T17:20:14.545Z[ recovery-image] Sep 04 17:20:13.256 INFO O| Sep 04 17:20:13.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
72362026-09-04T17:20:14.545Z[ recovery-image] Sep 04 17:20:13.256 INFO O| Sep 04 17:20:13.256 INFO STEP 561 (remove_files) COMPLETE
72372026-09-04T17:20:14.545Z[ recovery-image] Sep 04 17:20:13.256 INFO O| Sep 04 17:20:13.256 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-04T17:20:14.557Z[ recovery-image] Sep 04 17:20:13.268 INFO O| Sep 04 17:20:13.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
72392026-09-04T17:20:14.557Z[ recovery-image] Sep 04 17:20:13.268 INFO O| Sep 04 17:20:13.268 INFO STEP 562 (remove_files) COMPLETE
72402026-09-04T17:20:14.557Z[ recovery-image] Sep 04 17:20:13.268 INFO O| Sep 04 17:20:13.268 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-04T17:20:14.567Z[ recovery-image] Sep 04 17:20:13.277 INFO O| Sep 04 17:20:13.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
72422026-09-04T17:20:14.567Z[ recovery-image] Sep 04 17:20:13.278 INFO O| Sep 04 17:20:13.277 INFO STEP 563 (remove_files) COMPLETE
72432026-09-04T17:20:14.567Z[ recovery-image] Sep 04 17:20:13.278 INFO O| Sep 04 17:20:13.278 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-04T17:20:14.576Z[ recovery-image] Sep 04 17:20:13.286 INFO O| Sep 04 17:20:13.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
72452026-09-04T17:20:14.576Z[ recovery-image] Sep 04 17:20:13.286 INFO O| Sep 04 17:20:13.286 INFO STEP 564 (remove_files) COMPLETE
72462026-09-04T17:20:14.579Z[ recovery-image] Sep 04 17:20:13.286 INFO O| Sep 04 17:20:13.286 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-04T17:20:14.584Z[ recovery-image] Sep 04 17:20:13.295 INFO O| Sep 04 17:20:13.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
72482026-09-04T17:20:14.585Z[ recovery-image] Sep 04 17:20:13.295 INFO O| Sep 04 17:20:13.295 INFO STEP 565 (remove_files) COMPLETE
72492026-09-04T17:20:14.585Z[ recovery-image] Sep 04 17:20:13.295 INFO O| Sep 04 17:20:13.295 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-04T17:20:14.595Z[ recovery-image] Sep 04 17:20:13.305 INFO O| Sep 04 17:20:13.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
72512026-09-04T17:20:14.599Z[ recovery-image] Sep 04 17:20:13.306 INFO O| Sep 04 17:20:13.306 INFO STEP 566 (remove_files) COMPLETE
72522026-09-04T17:20:14.599Z[ recovery-image] Sep 04 17:20:13.306 INFO O| Sep 04 17:20:13.306 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-04T17:20:14.605Z[ recovery-image] Sep 04 17:20:13.315 INFO O| Sep 04 17:20:13.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
72542026-09-04T17:20:14.605Z[ recovery-image] Sep 04 17:20:13.315 INFO O| Sep 04 17:20:13.315 INFO STEP 567 (remove_files) COMPLETE
72552026-09-04T17:20:14.605Z[ recovery-image] Sep 04 17:20:13.315 INFO O| Sep 04 17:20:13.315 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-04T17:20:14.614Z[ recovery-image] Sep 04 17:20:13.324 INFO O| Sep 04 17:20:13.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
72572026-09-04T17:20:14.614Z[ recovery-image] Sep 04 17:20:13.324 INFO O| Sep 04 17:20:13.324 INFO STEP 568 (remove_files) COMPLETE
72582026-09-04T17:20:14.614Z[ recovery-image] Sep 04 17:20:13.324 INFO O| Sep 04 17:20:13.324 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-04T17:20:14.621Z[ recovery-image] Sep 04 17:20:13.332 INFO O| Sep 04 17:20:13.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
72602026-09-04T17:20:14.621Z[ recovery-image] Sep 04 17:20:13.332 INFO O| Sep 04 17:20:13.332 INFO STEP 569 (remove_files) COMPLETE
72612026-09-04T17:20:14.621Z[ recovery-image] Sep 04 17:20:13.332 INFO O| Sep 04 17:20:13.332 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-04T17:20:14.630Z[ recovery-image] Sep 04 17:20:13.339 INFO O| Sep 04 17:20:13.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
72632026-09-04T17:20:14.630Z[ recovery-image] Sep 04 17:20:13.339 INFO O| Sep 04 17:20:13.339 INFO STEP 570 (remove_files) COMPLETE
72642026-09-04T17:20:14.635Z[ recovery-image] Sep 04 17:20:13.339 INFO O| Sep 04 17:20:13.339 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-04T17:20:14.638Z[ recovery-image] Sep 04 17:20:13.348 INFO O| Sep 04 17:20:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
72662026-09-04T17:20:14.638Z[ recovery-image] Sep 04 17:20:13.348 INFO O| Sep 04 17:20:13.348 INFO STEP 571 (remove_files) COMPLETE
72672026-09-04T17:20:14.638Z[ recovery-image] Sep 04 17:20:13.348 INFO O| Sep 04 17:20:13.348 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-04T17:20:14.646Z[ recovery-image] Sep 04 17:20:13.357 INFO O| Sep 04 17:20:13.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
72692026-09-04T17:20:14.651Z[ recovery-image] Sep 04 17:20:13.358 INFO O| Sep 04 17:20:13.358 INFO STEP 572 (remove_files) COMPLETE
72702026-09-04T17:20:14.651Z[ recovery-image] Sep 04 17:20:13.358 INFO O| Sep 04 17:20:13.358 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-04T17:20:14.661Z[ recovery-image] Sep 04 17:20:13.372 INFO O| Sep 04 17:20:13.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
72722026-09-04T17:20:14.661Z[ recovery-image] Sep 04 17:20:13.372 INFO O| Sep 04 17:20:13.372 INFO STEP 573 (remove_files) COMPLETE
72732026-09-04T17:20:14.665Z[ recovery-image] Sep 04 17:20:13.372 INFO O| Sep 04 17:20:13.372 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-04T17:20:14.671Z[ recovery-image] Sep 04 17:20:13.382 INFO O| Sep 04 17:20:13.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
72752026-09-04T17:20:14.671Z[ recovery-image] Sep 04 17:20:13.382 INFO O| Sep 04 17:20:13.382 INFO STEP 574 (remove_files) COMPLETE
72762026-09-04T17:20:14.671Z[ recovery-image] Sep 04 17:20:13.382 INFO O| Sep 04 17:20:13.382 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-04T17:20:14.679Z[ recovery-image] Sep 04 17:20:13.390 INFO O| Sep 04 17:20:13.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
72782026-09-04T17:20:14.679Z[ recovery-image] Sep 04 17:20:13.390 INFO O| Sep 04 17:20:13.390 INFO STEP 575 (remove_files) COMPLETE
72792026-09-04T17:20:14.679Z[ recovery-image] Sep 04 17:20:13.390 INFO O| Sep 04 17:20:13.390 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-04T17:20:14.687Z[ recovery-image] Sep 04 17:20:13.398 INFO O| Sep 04 17:20:13.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
72812026-09-04T17:20:14.687Z[ recovery-image] Sep 04 17:20:13.398 INFO O| Sep 04 17:20:13.398 INFO STEP 576 (remove_files) COMPLETE
72822026-09-04T17:20:14.687Z[ recovery-image] Sep 04 17:20:13.398 INFO O| Sep 04 17:20:13.398 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-04T17:20:14.698Z[ recovery-image] Sep 04 17:20:13.409 INFO O| Sep 04 17:20:13.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
72842026-09-04T17:20:14.698Z[ recovery-image] Sep 04 17:20:13.409 INFO O| Sep 04 17:20:13.409 INFO STEP 577 (remove_files) COMPLETE
72852026-09-04T17:20:14.698Z[ recovery-image] Sep 04 17:20:13.409 INFO O| Sep 04 17:20:13.409 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-04T17:20:14.707Z[ recovery-image] Sep 04 17:20:13.418 INFO O| Sep 04 17:20:13.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
72872026-09-04T17:20:14.707Z[ recovery-image] Sep 04 17:20:13.418 INFO O| Sep 04 17:20:13.418 INFO STEP 578 (remove_files) COMPLETE
72882026-09-04T17:20:14.711Z[ recovery-image] Sep 04 17:20:13.418 INFO O| Sep 04 17:20:13.418 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-04T17:20:14.718Z[ recovery-image] Sep 04 17:20:13.429 INFO O| Sep 04 17:20:13.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
72902026-09-04T17:20:14.718Z[ recovery-image] Sep 04 17:20:13.429 INFO O| Sep 04 17:20:13.429 INFO STEP 579 (remove_files) COMPLETE
72912026-09-04T17:20:14.721Z[ recovery-image] Sep 04 17:20:13.429 INFO O| Sep 04 17:20:13.429 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-04T17:20:14.727Z[ recovery-image] Sep 04 17:20:13.438 INFO O| Sep 04 17:20:13.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
72932026-09-04T17:20:14.727Z[ recovery-image] Sep 04 17:20:13.438 INFO O| Sep 04 17:20:13.438 INFO STEP 580 (remove_files) COMPLETE
72942026-09-04T17:20:14.730Z[ recovery-image] Sep 04 17:20:13.438 INFO O| Sep 04 17:20:13.438 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-04T17:20:14.736Z[ recovery-image] Sep 04 17:20:13.447 INFO O| Sep 04 17:20:13.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
72962026-09-04T17:20:14.736Z[ recovery-image] Sep 04 17:20:13.447 INFO O| Sep 04 17:20:13.447 INFO STEP 581 (remove_files) COMPLETE
72972026-09-04T17:20:14.736Z[ recovery-image] Sep 04 17:20:13.447 INFO O| Sep 04 17:20:13.447 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-04T17:20:14.745Z[ recovery-image] Sep 04 17:20:13.456 INFO O| Sep 04 17:20:13.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
72992026-09-04T17:20:14.745Z[ recovery-image] Sep 04 17:20:13.456 INFO O| Sep 04 17:20:13.456 INFO STEP 582 (remove_files) COMPLETE
73002026-09-04T17:20:14.745Z[ recovery-image] Sep 04 17:20:13.456 INFO O| Sep 04 17:20:13.456 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-04T17:20:14.756Z[ recovery-image] Sep 04 17:20:13.467 INFO O| Sep 04 17:20:13.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
73022026-09-04T17:20:14.756Z[ recovery-image] Sep 04 17:20:13.467 INFO O| Sep 04 17:20:13.467 INFO STEP 583 (remove_files) COMPLETE
73032026-09-04T17:20:14.756Z[ recovery-image] Sep 04 17:20:13.467 INFO O| Sep 04 17:20:13.467 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-04T17:20:14.765Z[ recovery-image] Sep 04 17:20:13.476 INFO O| Sep 04 17:20:13.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
73052026-09-04T17:20:14.765Z[ recovery-image] Sep 04 17:20:13.476 INFO O| Sep 04 17:20:13.476 INFO STEP 584 (remove_files) COMPLETE
73062026-09-04T17:20:14.765Z[ recovery-image] Sep 04 17:20:13.476 INFO O| Sep 04 17:20:13.476 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-04T17:20:14.773Z[ recovery-image] Sep 04 17:20:13.484 INFO O| Sep 04 17:20:13.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
73082026-09-04T17:20:14.773Z[ recovery-image] Sep 04 17:20:13.484 INFO O| Sep 04 17:20:13.484 INFO STEP 585 (remove_files) COMPLETE
73092026-09-04T17:20:14.777Z[ recovery-image] Sep 04 17:20:13.484 INFO O| Sep 04 17:20:13.484 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-04T17:20:14.784Z[ recovery-image] Sep 04 17:20:13.493 INFO O| Sep 04 17:20:13.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
73112026-09-04T17:20:14.784Z[ recovery-image] Sep 04 17:20:13.493 INFO O| Sep 04 17:20:13.493 INFO STEP 586 (remove_files) COMPLETE
73122026-09-04T17:20:14.784Z[ recovery-image] Sep 04 17:20:13.493 INFO O| Sep 04 17:20:13.493 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-04T17:20:14.790Z[ recovery-image] Sep 04 17:20:13.501 INFO O| Sep 04 17:20:13.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
73142026-09-04T17:20:14.790Z[ recovery-image] Sep 04 17:20:13.501 INFO O| Sep 04 17:20:13.501 INFO STEP 587 (remove_files) COMPLETE
73152026-09-04T17:20:14.790Z[ recovery-image] Sep 04 17:20:13.501 INFO O| Sep 04 17:20:13.501 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-04T17:20:14.800Z[ recovery-image] Sep 04 17:20:13.510 INFO O| Sep 04 17:20:13.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
73172026-09-04T17:20:14.800Z[ recovery-image] Sep 04 17:20:13.510 INFO O| Sep 04 17:20:13.510 INFO STEP 588 (remove_files) COMPLETE
73182026-09-04T17:20:14.804Z[ recovery-image] Sep 04 17:20:13.510 INFO O| Sep 04 17:20:13.510 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-04T17:20:14.812Z[ recovery-image] Sep 04 17:20:13.519 INFO O| Sep 04 17:20:13.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
73202026-09-04T17:20:14.812Z[ recovery-image] Sep 04 17:20:13.519 INFO O| Sep 04 17:20:13.519 INFO STEP 589 (remove_files) COMPLETE
73212026-09-04T17:20:14.812Z[ recovery-image] Sep 04 17:20:13.519 INFO O| Sep 04 17:20:13.519 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-04T17:20:14.819Z[ recovery-image] Sep 04 17:20:13.530 INFO O| Sep 04 17:20:13.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
73232026-09-04T17:20:14.819Z[ recovery-image] Sep 04 17:20:13.530 INFO O| Sep 04 17:20:13.530 INFO STEP 590 (remove_files) COMPLETE
73242026-09-04T17:20:14.819Z[ recovery-image] Sep 04 17:20:13.530 INFO O| Sep 04 17:20:13.530 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-04T17:20:14.831Z[ recovery-image] Sep 04 17:20:13.541 INFO O| Sep 04 17:20:13.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
73262026-09-04T17:20:14.831Z[ recovery-image] Sep 04 17:20:13.541 INFO O| Sep 04 17:20:13.541 INFO STEP 591 (remove_files) COMPLETE
73272026-09-04T17:20:14.831Z[ recovery-image] Sep 04 17:20:13.541 INFO O| Sep 04 17:20:13.541 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-04T17:20:14.840Z[ recovery-image] Sep 04 17:20:13.551 INFO O| Sep 04 17:20:13.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
73292026-09-04T17:20:14.840Z[ recovery-image] Sep 04 17:20:13.551 INFO O| Sep 04 17:20:13.551 INFO STEP 592 (remove_files) COMPLETE
73302026-09-04T17:20:14.840Z[ recovery-image] Sep 04 17:20:13.551 INFO O| Sep 04 17:20:13.551 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-04T17:20:14.853Z[ recovery-image] Sep 04 17:20:13.562 INFO O| Sep 04 17:20:13.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
73322026-09-04T17:20:14.853Z[ recovery-image] Sep 04 17:20:13.562 INFO O| Sep 04 17:20:13.562 INFO STEP 593 (remove_files) COMPLETE
73332026-09-04T17:20:14.853Z[ recovery-image] Sep 04 17:20:13.562 INFO O| Sep 04 17:20:13.562 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-04T17:20:14.864Z[ recovery-image] Sep 04 17:20:13.572 INFO O| Sep 04 17:20:13.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
73352026-09-04T17:20:14.868Z[ recovery-image] Sep 04 17:20:13.572 INFO O| Sep 04 17:20:13.572 INFO STEP 594 (remove_files) COMPLETE
73362026-09-04T17:20:14.868Z[ recovery-image] Sep 04 17:20:13.572 INFO O| Sep 04 17:20:13.572 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-04T17:20:14.872Z[ recovery-image] Sep 04 17:20:13.581 INFO O| Sep 04 17:20:13.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
73382026-09-04T17:20:14.872Z[ recovery-image] Sep 04 17:20:13.581 INFO O| Sep 04 17:20:13.581 INFO STEP 595 (remove_files) COMPLETE
73392026-09-04T17:20:14.872Z[ recovery-image] Sep 04 17:20:13.581 INFO O| Sep 04 17:20:13.581 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-04T17:20:14.880Z[ recovery-image] Sep 04 17:20:13.590 INFO O| Sep 04 17:20:13.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
73412026-09-04T17:20:14.884Z[ recovery-image] Sep 04 17:20:13.590 INFO O| Sep 04 17:20:13.590 INFO STEP 596 (remove_files) COMPLETE
73422026-09-04T17:20:14.884Z[ recovery-image] Sep 04 17:20:13.590 INFO O| Sep 04 17:20:13.590 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-04T17:20:14.889Z[ recovery-image] Sep 04 17:20:13.599 INFO O| Sep 04 17:20:13.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
73442026-09-04T17:20:14.889Z[ recovery-image] Sep 04 17:20:13.599 INFO O| Sep 04 17:20:13.599 INFO STEP 597 (remove_files) COMPLETE
73452026-09-04T17:20:14.889Z[ recovery-image] Sep 04 17:20:13.599 INFO O| Sep 04 17:20:13.599 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-04T17:20:14.900Z[ recovery-image] Sep 04 17:20:13.608 INFO O| Sep 04 17:20:13.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
73472026-09-04T17:20:14.900Z[ recovery-image] Sep 04 17:20:13.608 INFO O| Sep 04 17:20:13.608 INFO STEP 598 (remove_files) COMPLETE
73482026-09-04T17:20:14.900Z[ recovery-image] Sep 04 17:20:13.608 INFO O| Sep 04 17:20:13.608 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-04T17:20:14.906Z[ recovery-image] Sep 04 17:20:13.617 INFO O| Sep 04 17:20:13.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
73502026-09-04T17:20:14.910Z[ recovery-image] Sep 04 17:20:13.618 INFO O| Sep 04 17:20:13.618 INFO STEP 599 (remove_files) COMPLETE
73512026-09-04T17:20:14.910Z[ recovery-image] Sep 04 17:20:13.618 INFO O| Sep 04 17:20:13.618 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-04T17:20:14.918Z[ recovery-image] Sep 04 17:20:13.629 INFO O| Sep 04 17:20:13.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
73532026-09-04T17:20:14.918Z[ recovery-image] Sep 04 17:20:13.629 INFO O| Sep 04 17:20:13.629 INFO STEP 600 (remove_files) COMPLETE
73542026-09-04T17:20:14.918Z[ recovery-image] Sep 04 17:20:13.629 INFO O| Sep 04 17:20:13.629 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-04T17:20:14.939Z[ recovery-image] Sep 04 17:20:13.644 INFO O| Sep 04 17:20:13.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
73562026-09-04T17:20:14.939Z[ recovery-image] Sep 04 17:20:13.644 INFO O| Sep 04 17:20:13.640 INFO STEP 601 (remove_files) COMPLETE
73572026-09-04T17:20:14.939Z[ recovery-image] Sep 04 17:20:13.644 INFO O| Sep 04 17:20:13.640 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-04T17:20:14.939Z[ recovery-image] Sep 04 17:20:13.649 INFO O| Sep 04 17:20:13.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
73592026-09-04T17:20:14.939Z[ recovery-image] Sep 04 17:20:13.649 INFO O| Sep 04 17:20:13.649 INFO STEP 602 (remove_files) COMPLETE
73602026-09-04T17:20:14.939Z[ recovery-image] Sep 04 17:20:13.649 INFO O| Sep 04 17:20:13.649 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-04T17:20:14.948Z[ recovery-image] Sep 04 17:20:13.659 INFO O| Sep 04 17:20:13.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
73622026-09-04T17:20:14.948Z[ recovery-image] Sep 04 17:20:13.659 INFO O| Sep 04 17:20:13.659 INFO STEP 603 (remove_files) COMPLETE
73632026-09-04T17:20:14.948Z[ recovery-image] Sep 04 17:20:13.659 INFO O| Sep 04 17:20:13.659 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-09-04T17:20:14.958Z[ recovery-image] Sep 04 17:20:13.669 INFO O| Sep 04 17:20:13.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
73652026-09-04T17:20:14.958Z[ recovery-image] Sep 04 17:20:13.669 INFO O| Sep 04 17:20:13.669 INFO STEP 604 (remove_files) COMPLETE
73662026-09-04T17:20:14.958Z[ recovery-image] Sep 04 17:20:13.669 INFO O| Sep 04 17:20:13.669 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-09-04T17:20:14.968Z[ recovery-image] Sep 04 17:20:13.678 INFO O| Sep 04 17:20:13.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
73682026-09-04T17:20:14.968Z[ recovery-image] Sep 04 17:20:13.678 INFO O| Sep 04 17:20:13.678 INFO STEP 605 (remove_files) COMPLETE
73692026-09-04T17:20:14.968Z[ recovery-image] Sep 04 17:20:13.678 INFO O| Sep 04 17:20:13.678 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-09-04T17:20:14.977Z[ recovery-image] Sep 04 17:20:13.688 INFO O| Sep 04 17:20:13.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
73712026-09-04T17:20:14.978Z[ recovery-image] Sep 04 17:20:13.688 INFO O| Sep 04 17:20:13.688 INFO STEP 606 (remove_files) COMPLETE
73722026-09-04T17:20:14.978Z[ recovery-image] Sep 04 17:20:13.688 INFO O| Sep 04 17:20:13.688 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-09-04T17:20:14.987Z[ recovery-image] Sep 04 17:20:13.697 INFO O| Sep 04 17:20:13.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
73742026-09-04T17:20:14.987Z[ recovery-image] Sep 04 17:20:13.698 INFO O| Sep 04 17:20:13.698 INFO STEP 607 (remove_files) COMPLETE
73752026-09-04T17:20:14.987Z[ recovery-image] Sep 04 17:20:13.698 INFO O| Sep 04 17:20:13.698 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-09-04T17:20:14.996Z[ recovery-image] Sep 04 17:20:13.706 INFO O| Sep 04 17:20:13.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
73772026-09-04T17:20:14.996Z[ recovery-image] Sep 04 17:20:13.706 INFO O| Sep 04 17:20:13.706 INFO STEP 608 (remove_files) COMPLETE
73782026-09-04T17:20:14.996Z[ recovery-image] Sep 04 17:20:13.706 INFO O| Sep 04 17:20:13.706 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-09-04T17:20:15.006Z[ recovery-image] Sep 04 17:20:13.715 INFO O| Sep 04 17:20:13.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
73802026-09-04T17:20:15.007Z[ recovery-image] Sep 04 17:20:13.715 INFO O| Sep 04 17:20:13.715 INFO STEP 609 (remove_files) COMPLETE
73812026-09-04T17:20:15.007Z[ recovery-image] Sep 04 17:20:13.715 INFO O| Sep 04 17:20:13.715 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-09-04T17:20:15.013Z[ recovery-image] Sep 04 17:20:13.723 INFO O| Sep 04 17:20:13.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
73832026-09-04T17:20:15.013Z[ recovery-image] Sep 04 17:20:13.723 INFO O| Sep 04 17:20:13.723 INFO STEP 610 (remove_files) COMPLETE
73842026-09-04T17:20:15.017Z[ recovery-image] Sep 04 17:20:13.723 INFO O| Sep 04 17:20:13.723 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-09-04T17:20:15.024Z[ recovery-image] Sep 04 17:20:13.732 INFO O| Sep 04 17:20:13.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
73862026-09-04T17:20:15.024Z[ recovery-image] Sep 04 17:20:13.732 INFO O| Sep 04 17:20:13.732 INFO STEP 611 (remove_files) COMPLETE
73872026-09-04T17:20:15.024Z[ recovery-image] Sep 04 17:20:13.732 INFO O| Sep 04 17:20:13.732 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-09-04T17:20:15.031Z[ recovery-image] Sep 04 17:20:13.740 INFO O| Sep 04 17:20:13.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
73892026-09-04T17:20:15.031Z[ recovery-image] Sep 04 17:20:13.740 INFO O| Sep 04 17:20:13.740 INFO STEP 612 (remove_files) COMPLETE
73902026-09-04T17:20:15.031Z[ recovery-image] Sep 04 17:20:13.740 INFO O| Sep 04 17:20:13.740 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-09-04T17:20:15.037Z[ recovery-image] Sep 04 17:20:13.748 INFO O| Sep 04 17:20:13.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
73922026-09-04T17:20:15.037Z[ recovery-image] Sep 04 17:20:13.748 INFO O| Sep 04 17:20:13.748 INFO STEP 613 (remove_files) COMPLETE
73932026-09-04T17:20:15.037Z[ recovery-image] Sep 04 17:20:13.748 INFO O| Sep 04 17:20:13.748 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-09-04T17:20:15.046Z[ recovery-image] Sep 04 17:20:13.756 INFO O| Sep 04 17:20:13.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
73952026-09-04T17:20:15.046Z[ recovery-image] Sep 04 17:20:13.756 INFO O| Sep 04 17:20:13.756 INFO STEP 614 (remove_files) COMPLETE
73962026-09-04T17:20:15.047Z[ recovery-image] Sep 04 17:20:13.756 INFO O| Sep 04 17:20:13.756 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-09-04T17:20:15.055Z[ recovery-image] Sep 04 17:20:13.766 INFO O| Sep 04 17:20:13.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
73982026-09-04T17:20:15.055Z[ recovery-image] Sep 04 17:20:13.766 INFO O| Sep 04 17:20:13.766 INFO STEP 615 (remove_files) COMPLETE
73992026-09-04T17:20:15.055Z[ recovery-image] Sep 04 17:20:13.766 INFO O| Sep 04 17:20:13.766 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-09-04T17:20:15.066Z[ recovery-image] Sep 04 17:20:13.777 INFO O| Sep 04 17:20:13.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
74012026-09-04T17:20:15.066Z[ recovery-image] Sep 04 17:20:13.777 INFO O| Sep 04 17:20:13.777 INFO STEP 616 (remove_files) COMPLETE
74022026-09-04T17:20:15.066Z[ recovery-image] Sep 04 17:20:13.777 INFO O| Sep 04 17:20:13.777 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-09-04T17:20:15.078Z[ recovery-image] Sep 04 17:20:13.788 INFO O| Sep 04 17:20:13.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
74042026-09-04T17:20:15.078Z[ recovery-image] Sep 04 17:20:13.788 INFO O| Sep 04 17:20:13.788 INFO STEP 617 (remove_files) COMPLETE
74052026-09-04T17:20:15.078Z[ recovery-image] Sep 04 17:20:13.788 INFO O| Sep 04 17:20:13.788 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-09-04T17:20:15.089Z[ recovery-image] Sep 04 17:20:13.799 INFO O| Sep 04 17:20:13.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
74072026-09-04T17:20:15.089Z[ recovery-image] Sep 04 17:20:13.799 INFO O| Sep 04 17:20:13.799 INFO STEP 618 (remove_files) COMPLETE
74082026-09-04T17:20:15.089Z[ recovery-image] Sep 04 17:20:13.799 INFO O| Sep 04 17:20:13.799 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-09-04T17:20:15.098Z[ recovery-image] Sep 04 17:20:13.809 INFO O| Sep 04 17:20:13.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
74102026-09-04T17:20:15.098Z[ recovery-image] Sep 04 17:20:13.809 INFO O| Sep 04 17:20:13.809 INFO STEP 619 (remove_files) COMPLETE
74112026-09-04T17:20:15.102Z[ recovery-image] Sep 04 17:20:13.809 INFO O| Sep 04 17:20:13.809 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-09-04T17:20:15.108Z[ recovery-image] Sep 04 17:20:13.818 INFO O| Sep 04 17:20:13.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
74132026-09-04T17:20:15.108Z[ recovery-image] Sep 04 17:20:13.818 INFO O| Sep 04 17:20:13.818 INFO STEP 620 (remove_files) COMPLETE
74142026-09-04T17:20:15.108Z[ recovery-image] Sep 04 17:20:13.818 INFO O| Sep 04 17:20:13.818 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-09-04T17:20:15.116Z[ recovery-image] Sep 04 17:20:13.826 INFO O| Sep 04 17:20:13.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
74162026-09-04T17:20:15.116Z[ recovery-image] Sep 04 17:20:13.826 INFO O| Sep 04 17:20:13.826 INFO STEP 621 (remove_files) COMPLETE
74172026-09-04T17:20:15.116Z[ recovery-image] Sep 04 17:20:13.826 INFO O| Sep 04 17:20:13.826 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-09-04T17:20:15.124Z[ recovery-image] Sep 04 17:20:13.835 INFO O| Sep 04 17:20:13.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
74192026-09-04T17:20:15.124Z[ recovery-image] Sep 04 17:20:13.835 INFO O| Sep 04 17:20:13.835 INFO STEP 622 (remove_files) COMPLETE
74202026-09-04T17:20:15.127Z[ recovery-image] Sep 04 17:20:13.835 INFO O| Sep 04 17:20:13.835 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-09-04T17:20:15.132Z[ recovery-image] Sep 04 17:20:13.843 INFO O| Sep 04 17:20:13.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
74222026-09-04T17:20:15.132Z[ recovery-image] Sep 04 17:20:13.843 INFO O| Sep 04 17:20:13.843 INFO STEP 623 (remove_files) COMPLETE
74232026-09-04T17:20:15.132Z[ recovery-image] Sep 04 17:20:13.843 INFO O| Sep 04 17:20:13.843 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-09-04T17:20:15.140Z[ recovery-image] Sep 04 17:20:13.851 INFO O| Sep 04 17:20:13.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
74252026-09-04T17:20:15.140Z[ recovery-image] Sep 04 17:20:13.851 INFO O| Sep 04 17:20:13.851 INFO STEP 624 (remove_files) COMPLETE
74262026-09-04T17:20:15.140Z[ recovery-image] Sep 04 17:20:13.851 INFO O| Sep 04 17:20:13.851 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-09-04T17:20:15.149Z[ recovery-image] Sep 04 17:20:13.859 INFO O| Sep 04 17:20:13.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
74282026-09-04T17:20:15.149Z[ recovery-image] Sep 04 17:20:13.860 INFO O| Sep 04 17:20:13.860 INFO STEP 625 (remove_files) COMPLETE
74292026-09-04T17:20:15.153Z[ recovery-image] Sep 04 17:20:13.860 INFO O| Sep 04 17:20:13.860 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-09-04T17:20:15.157Z[ recovery-image] Sep 04 17:20:13.868 INFO O| Sep 04 17:20:13.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
74312026-09-04T17:20:15.157Z[ recovery-image] Sep 04 17:20:13.868 INFO O| Sep 04 17:20:13.868 INFO STEP 626 (remove_files) COMPLETE
74322026-09-04T17:20:15.158Z[ recovery-image] Sep 04 17:20:13.868 INFO O| Sep 04 17:20:13.868 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-09-04T17:20:15.166Z[ recovery-image] Sep 04 17:20:13.877 INFO O| Sep 04 17:20:13.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
74342026-09-04T17:20:15.166Z[ recovery-image] Sep 04 17:20:13.877 INFO O| Sep 04 17:20:13.877 INFO STEP 627 (remove_files) COMPLETE
74352026-09-04T17:20:15.166Z[ recovery-image] Sep 04 17:20:13.877 INFO O| Sep 04 17:20:13.877 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-09-04T17:20:15.175Z[ recovery-image] Sep 04 17:20:13.886 INFO O| Sep 04 17:20:13.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
74372026-09-04T17:20:15.175Z[ recovery-image] Sep 04 17:20:13.886 INFO O| Sep 04 17:20:13.886 INFO STEP 628 (remove_files) COMPLETE
74382026-09-04T17:20:15.175Z[ recovery-image] Sep 04 17:20:13.886 INFO O| Sep 04 17:20:13.886 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-09-04T17:20:15.184Z[ recovery-image] Sep 04 17:20:13.894 INFO O| Sep 04 17:20:13.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
74402026-09-04T17:20:15.184Z[ recovery-image] Sep 04 17:20:13.895 INFO O| Sep 04 17:20:13.894 INFO STEP 629 (remove_files) COMPLETE
74412026-09-04T17:20:15.184Z[ recovery-image] Sep 04 17:20:13.895 INFO O| Sep 04 17:20:13.894 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-09-04T17:20:15.193Z[ recovery-image] Sep 04 17:20:13.903 INFO O| Sep 04 17:20:13.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
74432026-09-04T17:20:15.197Z[ recovery-image] Sep 04 17:20:13.904 INFO O| Sep 04 17:20:13.904 INFO STEP 630 (remove_files) COMPLETE
74442026-09-04T17:20:15.197Z[ recovery-image] Sep 04 17:20:13.904 INFO O| Sep 04 17:20:13.904 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-09-04T17:20:15.202Z[ recovery-image] Sep 04 17:20:13.913 INFO O| Sep 04 17:20:13.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
74462026-09-04T17:20:15.202Z[ recovery-image] Sep 04 17:20:13.913 INFO O| Sep 04 17:20:13.913 INFO STEP 631 (remove_files) COMPLETE
74472026-09-04T17:20:15.206Z[ recovery-image] Sep 04 17:20:13.913 INFO O| Sep 04 17:20:13.913 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-09-04T17:20:15.212Z[ recovery-image] Sep 04 17:20:13.922 INFO O| Sep 04 17:20:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
74492026-09-04T17:20:15.212Z[ recovery-image] Sep 04 17:20:13.922 INFO O| Sep 04 17:20:13.922 INFO STEP 632 (remove_files) COMPLETE
74502026-09-04T17:20:15.212Z[ recovery-image] Sep 04 17:20:13.922 INFO O| Sep 04 17:20:13.922 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-09-04T17:20:15.220Z[ recovery-image] Sep 04 17:20:13.930 INFO O| Sep 04 17:20:13.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
74522026-09-04T17:20:15.220Z[ recovery-image] Sep 04 17:20:13.930 INFO O| Sep 04 17:20:13.930 INFO STEP 633 (remove_files) COMPLETE
74532026-09-04T17:20:15.223Z[ recovery-image] Sep 04 17:20:13.930 INFO O| Sep 04 17:20:13.930 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-09-04T17:20:15.228Z[ recovery-image] Sep 04 17:20:13.939 INFO O| Sep 04 17:20:13.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
74552026-09-04T17:20:15.228Z[ recovery-image] Sep 04 17:20:13.939 INFO O| Sep 04 17:20:13.939 INFO STEP 634 (remove_files) COMPLETE
74562026-09-04T17:20:15.228Z[ recovery-image] Sep 04 17:20:13.939 INFO O| Sep 04 17:20:13.939 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-09-04T17:20:15.236Z[ recovery-image] Sep 04 17:20:13.947 INFO O| Sep 04 17:20:13.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
74582026-09-04T17:20:15.236Z[ recovery-image] Sep 04 17:20:13.947 INFO O| Sep 04 17:20:13.947 INFO STEP 635 (remove_files) COMPLETE
74592026-09-04T17:20:15.236Z[ recovery-image] Sep 04 17:20:13.947 INFO O| Sep 04 17:20:13.947 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-09-04T17:20:15.244Z[ recovery-image] Sep 04 17:20:13.955 INFO O| Sep 04 17:20:13.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
74612026-09-04T17:20:15.244Z[ recovery-image] Sep 04 17:20:13.955 INFO O| Sep 04 17:20:13.955 INFO STEP 636 (remove_files) COMPLETE
74622026-09-04T17:20:15.244Z[ recovery-image] Sep 04 17:20:13.955 INFO O| Sep 04 17:20:13.955 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-09-04T17:20:15.256Z[ recovery-image] Sep 04 17:20:13.966 INFO O| Sep 04 17:20:13.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
74642026-09-04T17:20:15.256Z[ recovery-image] Sep 04 17:20:13.966 INFO O| Sep 04 17:20:13.966 INFO STEP 637 (remove_files) COMPLETE
74652026-09-04T17:20:15.260Z[ recovery-image] Sep 04 17:20:13.966 INFO O| Sep 04 17:20:13.966 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-09-04T17:20:15.266Z[ recovery-image] Sep 04 17:20:13.977 INFO O| Sep 04 17:20:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
74672026-09-04T17:20:15.266Z[ recovery-image] Sep 04 17:20:13.977 INFO O| Sep 04 17:20:13.977 INFO STEP 638 (remove_files) COMPLETE
74682026-09-04T17:20:15.269Z[ recovery-image] Sep 04 17:20:13.977 INFO O| Sep 04 17:20:13.977 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-09-04T17:20:15.277Z[ recovery-image] Sep 04 17:20:13.988 INFO O| Sep 04 17:20:13.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
74702026-09-04T17:20:15.277Z[ recovery-image] Sep 04 17:20:13.988 INFO O| Sep 04 17:20:13.988 INFO STEP 639 (remove_files) COMPLETE
74712026-09-04T17:20:15.277Z[ recovery-image] Sep 04 17:20:13.988 INFO O| Sep 04 17:20:13.988 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-09-04T17:20:15.287Z[ recovery-image] Sep 04 17:20:13.997 INFO O| Sep 04 17:20:13.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
74732026-09-04T17:20:15.287Z[ recovery-image] Sep 04 17:20:13.998 INFO O| Sep 04 17:20:13.998 INFO STEP 640 (remove_files) COMPLETE
74742026-09-04T17:20:15.287Z[ recovery-image] Sep 04 17:20:13.998 INFO O| Sep 04 17:20:13.998 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-09-04T17:20:15.296Z[ recovery-image] Sep 04 17:20:14.007 INFO O| Sep 04 17:20:14.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
74762026-09-04T17:20:15.296Z[ recovery-image] Sep 04 17:20:14.007 INFO O| Sep 04 17:20:14.007 INFO STEP 641 (remove_files) COMPLETE
74772026-09-04T17:20:15.296Z[ recovery-image] Sep 04 17:20:14.007 INFO O| Sep 04 17:20:14.007 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-09-04T17:20:15.300Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
74792026-09-04T17:20:15.306Z[ recovery-image] Sep 04 17:20:14.016 INFO O| Sep 04 17:20:14.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
74802026-09-04T17:20:15.306Z[ recovery-image] Sep 04 17:20:14.016 INFO O| Sep 04 17:20:14.016 INFO STEP 642 (remove_files) COMPLETE
74812026-09-04T17:20:15.306Z[ recovery-image] Sep 04 17:20:14.016 INFO O| Sep 04 17:20:14.016 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-04T17:20:15.314Z[ recovery-image] Sep 04 17:20:14.025 INFO O| Sep 04 17:20:14.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
74832026-09-04T17:20:15.314Z[ recovery-image] Sep 04 17:20:14.025 INFO O| Sep 04 17:20:14.025 INFO STEP 643 (remove_files) COMPLETE
74842026-09-04T17:20:15.314Z[ recovery-image] Sep 04 17:20:14.025 INFO O| Sep 04 17:20:14.025 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-04T17:20:15.343Z[ recovery-image] Sep 04 17:20:14.033 INFO O| Sep 04 17:20:14.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
74862026-09-04T17:20:15.343Z[ recovery-image] Sep 04 17:20:14.034 INFO O| Sep 04 17:20:14.034 INFO STEP 644 (remove_files) COMPLETE
74872026-09-04T17:20:15.343Z[ recovery-image] Sep 04 17:20:14.034 INFO O| Sep 04 17:20:14.034 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-04T17:20:15.343Z[ recovery-image] Sep 04 17:20:14.043 INFO O| Sep 04 17:20:14.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
74892026-09-04T17:20:15.343Z[ recovery-image] Sep 04 17:20:14.043 INFO O| Sep 04 17:20:14.043 INFO STEP 645 (remove_files) COMPLETE
74902026-09-04T17:20:15.343Z[ recovery-image] Sep 04 17:20:14.044 INFO O| Sep 04 17:20:14.043 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-04T17:20:15.351Z[ recovery-image] Sep 04 17:20:14.062 INFO O| Sep 04 17:20:14.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
74922026-09-04T17:20:15.351Z[ recovery-image] Sep 04 17:20:14.062 INFO O| Sep 04 17:20:14.062 INFO STEP 646 (remove_files) COMPLETE
74932026-09-04T17:20:15.355Z[ recovery-image] Sep 04 17:20:14.062 INFO O| Sep 04 17:20:14.062 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-04T17:20:15.361Z[ recovery-image] Sep 04 17:20:14.072 INFO O| Sep 04 17:20:14.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
74952026-09-04T17:20:15.361Z[ recovery-image] Sep 04 17:20:14.072 INFO O| Sep 04 17:20:14.072 INFO STEP 647 (remove_files) COMPLETE
74962026-09-04T17:20:15.369Z[ recovery-image] Sep 04 17:20:14.072 INFO O| Sep 04 17:20:14.072 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-04T17:20:15.372Z[ recovery-image] Sep 04 17:20:14.083 INFO O| Sep 04 17:20:14.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
74982026-09-04T17:20:15.372Z[ recovery-image] Sep 04 17:20:14.083 INFO O| Sep 04 17:20:14.083 INFO STEP 648 (remove_files) COMPLETE
74992026-09-04T17:20:15.372Z[ recovery-image] Sep 04 17:20:14.083 INFO O| Sep 04 17:20:14.083 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-04T17:20:15.382Z[ recovery-image] Sep 04 17:20:14.093 INFO O| Sep 04 17:20:14.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
75012026-09-04T17:20:15.382Z[ recovery-image] Sep 04 17:20:14.093 INFO O| Sep 04 17:20:14.093 INFO STEP 649 (remove_files) COMPLETE
75022026-09-04T17:20:15.382Z[ recovery-image] Sep 04 17:20:14.093 INFO O| Sep 04 17:20:14.093 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-04T17:20:15.391Z[ recovery-image] Sep 04 17:20:14.102 INFO O| Sep 04 17:20:14.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
75042026-09-04T17:20:15.391Z[ recovery-image] Sep 04 17:20:14.102 INFO O| Sep 04 17:20:14.102 INFO STEP 650 (remove_files) COMPLETE
75052026-09-04T17:20:15.391Z[ recovery-image] Sep 04 17:20:14.102 INFO O| Sep 04 17:20:14.102 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-04T17:20:15.400Z[ recovery-image] Sep 04 17:20:14.110 INFO O| Sep 04 17:20:14.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
75072026-09-04T17:20:15.400Z[ recovery-image] Sep 04 17:20:14.111 INFO O| Sep 04 17:20:14.111 INFO STEP 651 (remove_files) COMPLETE
75082026-09-04T17:20:15.403Z[ recovery-image] Sep 04 17:20:14.111 INFO O| Sep 04 17:20:14.111 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-04T17:20:15.409Z[ recovery-image] Sep 04 17:20:14.119 INFO O| Sep 04 17:20:14.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
75102026-09-04T17:20:15.414Z[ recovery-image] Sep 04 17:20:14.120 INFO O| Sep 04 17:20:14.120 INFO STEP 652 (remove_files) COMPLETE
75112026-09-04T17:20:15.414Z[ recovery-image] Sep 04 17:20:14.120 INFO O| Sep 04 17:20:14.120 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-04T17:20:15.419Z[ recovery-image] Sep 04 17:20:14.130 INFO O| Sep 04 17:20:14.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
75132026-09-04T17:20:15.419Z[ recovery-image] Sep 04 17:20:14.130 INFO O| Sep 04 17:20:14.130 INFO STEP 653 (remove_files) COMPLETE
75142026-09-04T17:20:15.419Z[ recovery-image] Sep 04 17:20:14.130 INFO O| Sep 04 17:20:14.130 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-04T17:20:15.429Z[ recovery-image] Sep 04 17:20:14.139 INFO O| Sep 04 17:20:14.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
75162026-09-04T17:20:15.429Z[ recovery-image] Sep 04 17:20:14.139 INFO O| Sep 04 17:20:14.139 INFO STEP 654 (remove_files) COMPLETE
75172026-09-04T17:20:15.429Z[ recovery-image] Sep 04 17:20:14.139 INFO O| Sep 04 17:20:14.139 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-04T17:20:15.439Z[ recovery-image] Sep 04 17:20:14.149 INFO O| Sep 04 17:20:14.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
75192026-09-04T17:20:15.439Z[ recovery-image] Sep 04 17:20:14.150 INFO O| Sep 04 17:20:14.150 INFO STEP 655 (remove_files) COMPLETE
75202026-09-04T17:20:15.439Z[ recovery-image] Sep 04 17:20:14.150 INFO O| Sep 04 17:20:14.150 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-04T17:20:15.449Z[ recovery-image] Sep 04 17:20:14.159 INFO O| Sep 04 17:20:14.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
75222026-09-04T17:20:15.449Z[ recovery-image] Sep 04 17:20:14.159 INFO O| Sep 04 17:20:14.159 INFO STEP 656 (remove_files) COMPLETE
75232026-09-04T17:20:15.449Z[ recovery-image] Sep 04 17:20:14.159 INFO O| Sep 04 17:20:14.159 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-04T17:20:15.458Z[ recovery-image] Sep 04 17:20:14.169 INFO O| Sep 04 17:20:14.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
75252026-09-04T17:20:15.458Z[ recovery-image] Sep 04 17:20:14.169 INFO O| Sep 04 17:20:14.169 INFO STEP 657 (remove_files) COMPLETE
75262026-09-04T17:20:15.458Z[ recovery-image] Sep 04 17:20:14.169 INFO O| Sep 04 17:20:14.169 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-04T17:20:15.467Z[ recovery-image] Sep 04 17:20:14.178 INFO O| Sep 04 17:20:14.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
75282026-09-04T17:20:15.468Z[ recovery-image] Sep 04 17:20:14.178 INFO O| Sep 04 17:20:14.178 INFO STEP 658 (remove_files) COMPLETE
75292026-09-04T17:20:15.472Z[ recovery-image] Sep 04 17:20:14.178 INFO O| Sep 04 17:20:14.178 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-04T17:20:15.477Z[ recovery-image] Sep 04 17:20:14.188 INFO O| Sep 04 17:20:14.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
75312026-09-04T17:20:15.477Z[ recovery-image] Sep 04 17:20:14.188 INFO O| Sep 04 17:20:14.188 INFO STEP 659 (remove_files) COMPLETE
75322026-09-04T17:20:15.481Z[ recovery-image] Sep 04 17:20:14.188 INFO O| Sep 04 17:20:14.188 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-04T17:20:15.487Z[ recovery-image] Sep 04 17:20:14.198 INFO O| Sep 04 17:20:14.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
75342026-09-04T17:20:15.491Z[ recovery-image] Sep 04 17:20:14.198 INFO O| Sep 04 17:20:14.198 INFO STEP 660 (remove_files) COMPLETE
75352026-09-04T17:20:15.491Z[ recovery-image] Sep 04 17:20:14.198 INFO O| Sep 04 17:20:14.198 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-04T17:20:15.497Z[ recovery-image] Sep 04 17:20:14.208 INFO O| Sep 04 17:20:14.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
75372026-09-04T17:20:15.497Z[ recovery-image] Sep 04 17:20:14.208 INFO O| Sep 04 17:20:14.208 INFO STEP 661 (remove_files) COMPLETE
75382026-09-04T17:20:15.501Z[ recovery-image] Sep 04 17:20:14.208 INFO O| Sep 04 17:20:14.208 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-04T17:20:15.507Z[ recovery-image] Sep 04 17:20:14.218 INFO O| Sep 04 17:20:14.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
75402026-09-04T17:20:15.507Z[ recovery-image] Sep 04 17:20:14.218 INFO O| Sep 04 17:20:14.218 INFO STEP 662 (remove_files) COMPLETE
75412026-09-04T17:20:15.507Z[ recovery-image] Sep 04 17:20:14.218 INFO O| Sep 04 17:20:14.218 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-09-04T17:20:15.516Z[ recovery-image] Sep 04 17:20:14.227 INFO O| Sep 04 17:20:14.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
75432026-09-04T17:20:15.516Z[ recovery-image] Sep 04 17:20:14.227 INFO O| Sep 04 17:20:14.227 INFO STEP 663 (remove_files) COMPLETE
75442026-09-04T17:20:15.516Z[ recovery-image] Sep 04 17:20:14.227 INFO O| Sep 04 17:20:14.227 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-09-04T17:20:15.525Z[ recovery-image] Sep 04 17:20:14.236 INFO O| Sep 04 17:20:14.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
75462026-09-04T17:20:15.525Z[ recovery-image] Sep 04 17:20:14.236 INFO O| Sep 04 17:20:14.236 INFO STEP 664 (remove_files) COMPLETE
75472026-09-04T17:20:15.525Z[ recovery-image] Sep 04 17:20:14.236 INFO O| Sep 04 17:20:14.236 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-09-04T17:20:15.534Z[ recovery-image] Sep 04 17:20:14.245 INFO O| Sep 04 17:20:14.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
75492026-09-04T17:20:15.534Z[ recovery-image] Sep 04 17:20:14.245 INFO O| Sep 04 17:20:14.245 INFO STEP 665 (remove_files) COMPLETE
75502026-09-04T17:20:15.534Z[ recovery-image] Sep 04 17:20:14.245 INFO O| Sep 04 17:20:14.245 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-09-04T17:20:15.544Z[ recovery-image] Sep 04 17:20:14.254 INFO O| Sep 04 17:20:14.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
75522026-09-04T17:20:15.547Z[ recovery-image] Sep 04 17:20:14.254 INFO O| Sep 04 17:20:14.254 INFO STEP 666 (remove_files) COMPLETE
75532026-09-04T17:20:15.547Z[ recovery-image] Sep 04 17:20:14.254 INFO O| Sep 04 17:20:14.254 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-09-04T17:20:15.552Z[ recovery-image] Sep 04 17:20:14.263 INFO O| Sep 04 17:20:14.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
75552026-09-04T17:20:15.552Z[ recovery-image] Sep 04 17:20:14.263 INFO O| Sep 04 17:20:14.263 INFO STEP 667 (remove_files) COMPLETE
75562026-09-04T17:20:15.556Z[ recovery-image] Sep 04 17:20:14.263 INFO O| Sep 04 17:20:14.263 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-09-04T17:20:15.561Z[ recovery-image] Sep 04 17:20:14.272 INFO O| Sep 04 17:20:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
75582026-09-04T17:20:15.561Z[ recovery-image] Sep 04 17:20:14.272 INFO O| Sep 04 17:20:14.272 INFO STEP 668 (remove_files) COMPLETE
75592026-09-04T17:20:15.561Z[ recovery-image] Sep 04 17:20:14.272 INFO O| Sep 04 17:20:14.272 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-09-04T17:20:15.570Z[ recovery-image] Sep 04 17:20:14.280 INFO O| Sep 04 17:20:14.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
75612026-09-04T17:20:15.570Z[ recovery-image] Sep 04 17:20:14.281 INFO O| Sep 04 17:20:14.281 INFO STEP 669 (remove_files) COMPLETE
75622026-09-04T17:20:15.570Z[ recovery-image] Sep 04 17:20:14.281 INFO O| Sep 04 17:20:14.281 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-09-04T17:20:15.579Z[ recovery-image] Sep 04 17:20:14.289 INFO O| Sep 04 17:20:14.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
75642026-09-04T17:20:15.579Z[ recovery-image] Sep 04 17:20:14.290 INFO O| Sep 04 17:20:14.290 INFO STEP 670 (remove_files) COMPLETE
75652026-09-04T17:20:15.579Z[ recovery-image] Sep 04 17:20:14.290 INFO O| Sep 04 17:20:14.290 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-04T17:20:15.588Z[ recovery-image] Sep 04 17:20:14.299 INFO O| Sep 04 17:20:14.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
75672026-09-04T17:20:15.589Z[ recovery-image] Sep 04 17:20:14.299 INFO O| Sep 04 17:20:14.299 INFO STEP 671 (remove_files) COMPLETE
75682026-09-04T17:20:15.589Z[ recovery-image] Sep 04 17:20:14.299 INFO O| Sep 04 17:20:14.299 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-04T17:20:15.598Z[ recovery-image] Sep 04 17:20:14.309 INFO O| Sep 04 17:20:14.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
75702026-09-04T17:20:15.598Z[ recovery-image] Sep 04 17:20:14.309 INFO O| Sep 04 17:20:14.309 INFO STEP 672 (remove_files) COMPLETE
75712026-09-04T17:20:15.598Z[ recovery-image] Sep 04 17:20:14.309 INFO O| Sep 04 17:20:14.309 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-04T17:20:15.608Z[ recovery-image] Sep 04 17:20:14.318 INFO O| Sep 04 17:20:14.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
75732026-09-04T17:20:15.611Z[ recovery-image] Sep 04 17:20:14.321 INFO O| Sep 04 17:20:14.321 INFO STEP 673 (remove_files) COMPLETE
75742026-09-04T17:20:15.611Z[ recovery-image] Sep 04 17:20:14.321 INFO O| Sep 04 17:20:14.321 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-04T17:20:15.621Z[ recovery-image] Sep 04 17:20:14.331 INFO O| Sep 04 17:20:14.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
75762026-09-04T17:20:15.621Z[ recovery-image] Sep 04 17:20:14.331 INFO O| Sep 04 17:20:14.331 INFO STEP 674 (remove_files) COMPLETE
75772026-09-04T17:20:15.624Z[ recovery-image] Sep 04 17:20:14.331 INFO O| Sep 04 17:20:14.331 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-04T17:20:15.632Z[ recovery-image] Sep 04 17:20:14.340 INFO O| Sep 04 17:20:14.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
75792026-09-04T17:20:15.632Z[ recovery-image] Sep 04 17:20:14.340 INFO O| Sep 04 17:20:14.340 INFO STEP 675 (remove_files) COMPLETE
75802026-09-04T17:20:15.632Z[ recovery-image] Sep 04 17:20:14.340 INFO O| Sep 04 17:20:14.340 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-04T17:20:15.707Z[ recovery-image] Sep 04 17:20:14.418 INFO O| Sep 04 17:20:14.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
75822026-09-04T17:20:15.707Z[ recovery-image] Sep 04 17:20:14.418 INFO O| Sep 04 17:20:14.418 INFO STEP 676 (remove_files) COMPLETE
75832026-09-04T17:20:15.711Z[ recovery-image] Sep 04 17:20:14.418 INFO O| Sep 04 17:20:14.418 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-04T17:20:15.721Z[ recovery-image] Sep 04 17:20:14.431 INFO O| Sep 04 17:20:14.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
75852026-09-04T17:20:15.721Z[ recovery-image] Sep 04 17:20:14.432 INFO O| Sep 04 17:20:14.432 INFO STEP 677 (remove_files) COMPLETE
75862026-09-04T17:20:15.721Z[ recovery-image] Sep 04 17:20:14.432 INFO O| Sep 04 17:20:14.432 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-04T17:20:15.732Z[ recovery-image] Sep 04 17:20:14.443 INFO O| Sep 04 17:20:14.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
75882026-09-04T17:20:15.732Z[ recovery-image] Sep 04 17:20:14.443 INFO O| Sep 04 17:20:14.443 INFO STEP 678 (remove_files) COMPLETE
75892026-09-04T17:20:15.736Z[ recovery-image] Sep 04 17:20:14.443 INFO O| Sep 04 17:20:14.443 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-04T17:20:15.743Z[ recovery-image] Sep 04 17:20:14.454 INFO O| Sep 04 17:20:14.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
75912026-09-04T17:20:15.743Z[ recovery-image] Sep 04 17:20:14.454 INFO O| Sep 04 17:20:14.454 INFO STEP 679 (remove_files) COMPLETE
75922026-09-04T17:20:15.743Z[ recovery-image] Sep 04 17:20:14.454 INFO O| Sep 04 17:20:14.454 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-04T17:20:15.756Z[ recovery-image] Sep 04 17:20:14.466 INFO O| Sep 04 17:20:14.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
75942026-09-04T17:20:15.756Z[ recovery-image] Sep 04 17:20:14.467 INFO O| Sep 04 17:20:14.467 INFO STEP 680 (remove_files) COMPLETE
75952026-09-04T17:20:15.756Z[ recovery-image] Sep 04 17:20:14.467 INFO O| Sep 04 17:20:14.467 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-04T17:20:15.768Z[ recovery-image] Sep 04 17:20:14.479 INFO O| Sep 04 17:20:14.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
75972026-09-04T17:20:15.768Z[ recovery-image] Sep 04 17:20:14.479 INFO O| Sep 04 17:20:14.479 INFO STEP 681 (remove_files) COMPLETE
75982026-09-04T17:20:15.768Z[ recovery-image] Sep 04 17:20:14.479 INFO O| Sep 04 17:20:14.479 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-04T17:20:15.779Z[ recovery-image] Sep 04 17:20:14.490 INFO O| Sep 04 17:20:14.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
76002026-09-04T17:20:15.783Z[ recovery-image] Sep 04 17:20:14.490 INFO O| Sep 04 17:20:14.490 INFO STEP 682 (remove_files) COMPLETE
76012026-09-04T17:20:15.783Z[ recovery-image] Sep 04 17:20:14.490 INFO O| Sep 04 17:20:14.490 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-04T17:20:15.791Z[ recovery-image] Sep 04 17:20:14.502 INFO O| Sep 04 17:20:14.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
76032026-09-04T17:20:15.791Z[ recovery-image] Sep 04 17:20:14.502 INFO O| Sep 04 17:20:14.502 INFO STEP 683 (remove_files) COMPLETE
76042026-09-04T17:20:15.791Z[ recovery-image] Sep 04 17:20:14.502 INFO O| Sep 04 17:20:14.502 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-04T17:20:15.802Z[ recovery-image] Sep 04 17:20:14.512 INFO O| Sep 04 17:20:14.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
76062026-09-04T17:20:15.802Z[ recovery-image] Sep 04 17:20:14.512 INFO O| Sep 04 17:20:14.512 INFO STEP 684 (remove_files) COMPLETE
76072026-09-04T17:20:15.802Z[ recovery-image] Sep 04 17:20:14.512 INFO O| Sep 04 17:20:14.512 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-04T17:20:15.812Z[ recovery-image] Sep 04 17:20:14.522 INFO O| Sep 04 17:20:14.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
76092026-09-04T17:20:15.812Z[ recovery-image] Sep 04 17:20:14.522 INFO O| Sep 04 17:20:14.522 INFO STEP 685 (remove_files) COMPLETE
76102026-09-04T17:20:15.812Z[ recovery-image] Sep 04 17:20:14.522 INFO O| Sep 04 17:20:14.522 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-04T17:20:15.821Z[ recovery-image] Sep 04 17:20:14.532 INFO O| Sep 04 17:20:14.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
76122026-09-04T17:20:15.821Z[ recovery-image] Sep 04 17:20:14.532 INFO O| Sep 04 17:20:14.532 INFO STEP 686 (remove_files) COMPLETE
76132026-09-04T17:20:15.825Z[ recovery-image] Sep 04 17:20:14.532 INFO O| Sep 04 17:20:14.532 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-04T17:20:15.836Z[ recovery-image] Sep 04 17:20:14.544 INFO O| Sep 04 17:20:14.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
76152026-09-04T17:20:15.836Z[ recovery-image] Sep 04 17:20:14.545 INFO O| Sep 04 17:20:14.545 INFO STEP 687 (remove_files) COMPLETE
76162026-09-04T17:20:15.839Z[ recovery-image] Sep 04 17:20:14.545 INFO O| Sep 04 17:20:14.545 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-04T17:20:15.846Z[ recovery-image] Sep 04 17:20:14.556 INFO O| Sep 04 17:20:14.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
76182026-09-04T17:20:15.846Z[ recovery-image] Sep 04 17:20:14.556 INFO O| Sep 04 17:20:14.556 INFO STEP 688 (remove_files) COMPLETE
76192026-09-04T17:20:15.846Z[ recovery-image] Sep 04 17:20:14.556 INFO O| Sep 04 17:20:14.556 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-09-04T17:20:15.857Z[ recovery-image] Sep 04 17:20:14.568 INFO O| Sep 04 17:20:14.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
76212026-09-04T17:20:15.857Z[ recovery-image] Sep 04 17:20:14.568 INFO O| Sep 04 17:20:14.568 INFO STEP 689 (remove_files) COMPLETE
76222026-09-04T17:20:15.857Z[ recovery-image] Sep 04 17:20:14.568 INFO O| Sep 04 17:20:14.568 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-04T17:20:15.869Z[ recovery-image] Sep 04 17:20:14.580 INFO O| Sep 04 17:20:14.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
76242026-09-04T17:20:15.869Z[ recovery-image] Sep 04 17:20:14.580 INFO O| Sep 04 17:20:14.580 INFO STEP 690 (remove_files) COMPLETE
76252026-09-04T17:20:15.869Z[ recovery-image] Sep 04 17:20:14.580 INFO O| Sep 04 17:20:14.580 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-04T17:20:15.880Z[ recovery-image] Sep 04 17:20:14.590 INFO O| Sep 04 17:20:14.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
76272026-09-04T17:20:15.880Z[ recovery-image] Sep 04 17:20:14.591 INFO O| Sep 04 17:20:14.591 INFO STEP 691 (remove_files) COMPLETE
76282026-09-04T17:20:15.884Z[ recovery-image] Sep 04 17:20:14.591 INFO O| Sep 04 17:20:14.591 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-04T17:20:15.890Z[ recovery-image] Sep 04 17:20:14.601 INFO O| Sep 04 17:20:14.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
76302026-09-04T17:20:15.890Z[ recovery-image] Sep 04 17:20:14.601 INFO O| Sep 04 17:20:14.601 INFO STEP 692 (remove_files) COMPLETE
76312026-09-04T17:20:15.894Z[ recovery-image] Sep 04 17:20:14.601 INFO O| Sep 04 17:20:14.601 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-09-04T17:20:15.901Z[ recovery-image] Sep 04 17:20:14.612 INFO O| Sep 04 17:20:14.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
76332026-09-04T17:20:15.901Z[ recovery-image] Sep 04 17:20:14.612 INFO O| Sep 04 17:20:14.612 INFO STEP 693 (remove_files) COMPLETE
76342026-09-04T17:20:15.904Z[ recovery-image] Sep 04 17:20:14.612 INFO O| Sep 04 17:20:14.612 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-09-04T17:20:15.910Z[ recovery-image] Sep 04 17:20:14.621 INFO O| Sep 04 17:20:14.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
76362026-09-04T17:20:15.910Z[ recovery-image] Sep 04 17:20:14.621 INFO O| Sep 04 17:20:14.621 INFO STEP 694 (remove_files) COMPLETE
76372026-09-04T17:20:15.910Z[ recovery-image] Sep 04 17:20:14.621 INFO O| Sep 04 17:20:14.621 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-09-04T17:20:15.926Z[ recovery-image] Sep 04 17:20:14.637 INFO O| Sep 04 17:20:14.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
76392026-09-04T17:20:15.926Z[ recovery-image] Sep 04 17:20:14.637 INFO O| Sep 04 17:20:14.637 INFO STEP 695 (remove_files) COMPLETE
76402026-09-04T17:20:15.930Z[ recovery-image] Sep 04 17:20:14.637 INFO O| Sep 04 17:20:14.637 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-09-04T17:20:15.937Z[ recovery-image] Sep 04 17:20:14.646 INFO O| Sep 04 17:20:14.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
76422026-09-04T17:20:15.937Z[ recovery-image] Sep 04 17:20:14.646 INFO O| Sep 04 17:20:14.646 INFO STEP 696 (remove_files) COMPLETE
76432026-09-04T17:20:15.937Z[ recovery-image] Sep 04 17:20:14.646 INFO O| Sep 04 17:20:14.646 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-09-04T17:20:15.944Z[ recovery-image] Sep 04 17:20:14.655 INFO O| Sep 04 17:20:14.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
76452026-09-04T17:20:15.944Z[ recovery-image] Sep 04 17:20:14.655 INFO O| Sep 04 17:20:14.655 INFO STEP 697 (remove_files) COMPLETE
76462026-09-04T17:20:15.944Z[ recovery-image] Sep 04 17:20:14.655 INFO O| Sep 04 17:20:14.655 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-09-04T17:20:15.953Z[ recovery-image] Sep 04 17:20:14.664 INFO O| Sep 04 17:20:14.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
76482026-09-04T17:20:15.953Z[ recovery-image] Sep 04 17:20:14.664 INFO O| Sep 04 17:20:14.664 INFO STEP 698 (remove_files) COMPLETE
76492026-09-04T17:20:15.957Z[ recovery-image] Sep 04 17:20:14.664 INFO O| Sep 04 17:20:14.664 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-09-04T17:20:15.961Z[ recovery-image] Sep 04 17:20:14.672 INFO O| Sep 04 17:20:14.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
76512026-09-04T17:20:15.961Z[ recovery-image] Sep 04 17:20:14.672 INFO O| Sep 04 17:20:14.672 INFO STEP 699 (remove_files) COMPLETE
76522026-09-04T17:20:15.966Z[ recovery-image] Sep 04 17:20:14.672 INFO O| Sep 04 17:20:14.672 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-09-04T17:20:15.969Z[ recovery-image] Sep 04 17:20:14.680 INFO O| Sep 04 17:20:14.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
76542026-09-04T17:20:15.969Z[ recovery-image] Sep 04 17:20:14.680 INFO O| Sep 04 17:20:14.680 INFO STEP 700 (remove_files) COMPLETE
76552026-09-04T17:20:15.973Z[ recovery-image] Sep 04 17:20:14.680 INFO O| Sep 04 17:20:14.680 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-09-04T17:20:15.977Z[ recovery-image] Sep 04 17:20:14.688 INFO O| Sep 04 17:20:14.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
76572026-09-04T17:20:15.977Z[ recovery-image] Sep 04 17:20:14.688 INFO O| Sep 04 17:20:14.688 INFO STEP 701 (remove_files) COMPLETE
76582026-09-04T17:20:15.977Z[ recovery-image] Sep 04 17:20:14.688 INFO O| Sep 04 17:20:14.688 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-09-04T17:20:15.988Z[ recovery-image] Sep 04 17:20:14.699 INFO O| Sep 04 17:20:14.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
76602026-09-04T17:20:15.988Z[ recovery-image] Sep 04 17:20:14.699 INFO O| Sep 04 17:20:14.699 INFO STEP 702 (remove_files) COMPLETE
76612026-09-04T17:20:15.988Z[ recovery-image] Sep 04 17:20:14.699 INFO O| Sep 04 17:20:14.699 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-09-04T17:20:15.998Z[ recovery-image] Sep 04 17:20:14.708 INFO O| Sep 04 17:20:14.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
76632026-09-04T17:20:15.998Z[ recovery-image] Sep 04 17:20:14.709 INFO O| Sep 04 17:20:14.709 INFO STEP 703 (remove_files) COMPLETE
76642026-09-04T17:20:16.001Z[ recovery-image] Sep 04 17:20:14.709 INFO O| Sep 04 17:20:14.709 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-09-04T17:20:16.007Z[ recovery-image] Sep 04 17:20:14.718 INFO O| Sep 04 17:20:14.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
76662026-09-04T17:20:16.007Z[ recovery-image] Sep 04 17:20:14.718 INFO O| Sep 04 17:20:14.718 INFO STEP 704 (remove_files) COMPLETE
76672026-09-04T17:20:16.011Z[ recovery-image] Sep 04 17:20:14.718 INFO O| Sep 04 17:20:14.718 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-09-04T17:20:16.017Z[ recovery-image] Sep 04 17:20:14.728 INFO O| Sep 04 17:20:14.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
76692026-09-04T17:20:16.017Z[ recovery-image] Sep 04 17:20:14.728 INFO O| Sep 04 17:20:14.728 INFO STEP 705 (remove_files) COMPLETE
76702026-09-04T17:20:16.020Z[ recovery-image] Sep 04 17:20:14.728 INFO O| Sep 04 17:20:14.728 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-09-04T17:20:16.026Z[ recovery-image] Sep 04 17:20:14.736 INFO O| Sep 04 17:20:14.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
76722026-09-04T17:20:16.026Z[ recovery-image] Sep 04 17:20:14.737 INFO O| Sep 04 17:20:14.737 INFO STEP 706 (remove_files) COMPLETE
76732026-09-04T17:20:16.026Z[ recovery-image] Sep 04 17:20:14.737 INFO O| Sep 04 17:20:14.737 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-09-04T17:20:16.037Z[ recovery-image] Sep 04 17:20:14.748 INFO O| Sep 04 17:20:14.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
76752026-09-04T17:20:16.037Z[ recovery-image] Sep 04 17:20:14.748 INFO O| Sep 04 17:20:14.748 INFO STEP 707 (remove_files) COMPLETE
76762026-09-04T17:20:16.037Z[ recovery-image] Sep 04 17:20:14.748 INFO O| Sep 04 17:20:14.748 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-09-04T17:20:16.048Z[ recovery-image] Sep 04 17:20:14.759 INFO O| Sep 04 17:20:14.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
76782026-09-04T17:20:16.048Z[ recovery-image] Sep 04 17:20:14.759 INFO O| Sep 04 17:20:14.759 INFO STEP 708 (remove_files) COMPLETE
76792026-09-04T17:20:16.048Z[ recovery-image] Sep 04 17:20:14.759 INFO O| Sep 04 17:20:14.759 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-09-04T17:20:16.057Z[ recovery-image] Sep 04 17:20:14.768 INFO O| Sep 04 17:20:14.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
76812026-09-04T17:20:16.057Z[ recovery-image] Sep 04 17:20:14.768 INFO O| Sep 04 17:20:14.768 INFO STEP 709 (remove_files) COMPLETE
76822026-09-04T17:20:16.061Z[ recovery-image] Sep 04 17:20:14.768 INFO O| Sep 04 17:20:14.768 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-09-04T17:20:16.068Z[ recovery-image] Sep 04 17:20:14.778 INFO O| Sep 04 17:20:14.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
76842026-09-04T17:20:16.068Z[ recovery-image] Sep 04 17:20:14.778 INFO O| Sep 04 17:20:14.778 INFO STEP 710 (remove_files) COMPLETE
76852026-09-04T17:20:16.072Z[ recovery-image] Sep 04 17:20:14.778 INFO O| Sep 04 17:20:14.778 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-09-04T17:20:16.077Z[ recovery-image] Sep 04 17:20:14.788 INFO O| Sep 04 17:20:14.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
76872026-09-04T17:20:16.077Z[ recovery-image] Sep 04 17:20:14.788 INFO O| Sep 04 17:20:14.788 INFO STEP 711 (remove_files) COMPLETE
76882026-09-04T17:20:16.077Z[ recovery-image] Sep 04 17:20:14.788 INFO O| Sep 04 17:20:14.788 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-09-04T17:20:16.087Z[ recovery-image] Sep 04 17:20:14.796 INFO O| Sep 04 17:20:14.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
76902026-09-04T17:20:16.087Z[ recovery-image] Sep 04 17:20:14.797 INFO O| Sep 04 17:20:14.796 INFO STEP 712 (remove_files) COMPLETE
76912026-09-04T17:20:16.091Z[ recovery-image] Sep 04 17:20:14.797 INFO O| Sep 04 17:20:14.796 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-09-04T17:20:16.094Z[ recovery-image] Sep 04 17:20:14.805 INFO O| Sep 04 17:20:14.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
76932026-09-04T17:20:16.094Z[ recovery-image] Sep 04 17:20:14.805 INFO O| Sep 04 17:20:14.805 INFO STEP 713 (remove_files) COMPLETE
76942026-09-04T17:20:16.094Z[ recovery-image] Sep 04 17:20:14.805 INFO O| Sep 04 17:20:14.805 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-09-04T17:20:16.105Z[ recovery-image] Sep 04 17:20:14.815 INFO O| Sep 04 17:20:14.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
76962026-09-04T17:20:16.105Z[ recovery-image] Sep 04 17:20:14.815 INFO O| Sep 04 17:20:14.815 INFO STEP 714 (remove_files) COMPLETE
76972026-09-04T17:20:16.105Z[ recovery-image] Sep 04 17:20:14.815 INFO O| Sep 04 17:20:14.815 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-04T17:20:16.113Z[ recovery-image] Sep 04 17:20:14.824 INFO O| Sep 04 17:20:14.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
76992026-09-04T17:20:16.114Z[ recovery-image] Sep 04 17:20:14.824 INFO O| Sep 04 17:20:14.824 INFO STEP 715 (remove_files) COMPLETE
77002026-09-04T17:20:16.114Z[ recovery-image] Sep 04 17:20:14.824 INFO O| Sep 04 17:20:14.824 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-04T17:20:16.122Z[ recovery-image] Sep 04 17:20:14.833 INFO O| Sep 04 17:20:14.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
77022026-09-04T17:20:16.122Z[ recovery-image] Sep 04 17:20:14.833 INFO O| Sep 04 17:20:14.833 INFO STEP 716 (remove_files) COMPLETE
77032026-09-04T17:20:16.122Z[ recovery-image] Sep 04 17:20:14.833 INFO O| Sep 04 17:20:14.833 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-04T17:20:16.131Z[ recovery-image] Sep 04 17:20:14.841 INFO O| Sep 04 17:20:14.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
77052026-09-04T17:20:16.135Z[ recovery-image] Sep 04 17:20:14.842 INFO O| Sep 04 17:20:14.842 INFO STEP 717 (remove_files) COMPLETE
77062026-09-04T17:20:16.135Z[ recovery-image] Sep 04 17:20:14.842 INFO O| Sep 04 17:20:14.842 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-04T17:20:16.141Z[ recovery-image] Sep 04 17:20:14.852 INFO O| Sep 04 17:20:14.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
77082026-09-04T17:20:16.141Z[ recovery-image] Sep 04 17:20:14.852 INFO O| Sep 04 17:20:14.852 INFO STEP 718 (remove_files) COMPLETE
77092026-09-04T17:20:16.141Z[ recovery-image] Sep 04 17:20:14.852 INFO O| Sep 04 17:20:14.852 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-04T17:20:16.150Z[ recovery-image] Sep 04 17:20:14.860 INFO O| Sep 04 17:20:14.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
77112026-09-04T17:20:16.153Z[ recovery-image] Sep 04 17:20:14.861 INFO O| Sep 04 17:20:14.861 INFO STEP 719 (remove_files) COMPLETE
77122026-09-04T17:20:16.153Z[ recovery-image] Sep 04 17:20:14.861 INFO O| Sep 04 17:20:14.861 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-04T17:20:16.160Z[ recovery-image] Sep 04 17:20:14.871 INFO O| Sep 04 17:20:14.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
77142026-09-04T17:20:16.160Z[ recovery-image] Sep 04 17:20:14.871 INFO O| Sep 04 17:20:14.871 INFO STEP 720 (remove_files) COMPLETE
77152026-09-04T17:20:16.160Z[ recovery-image] Sep 04 17:20:14.871 INFO O| Sep 04 17:20:14.871 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-04T17:20:16.170Z[ recovery-image] Sep 04 17:20:14.881 INFO O| Sep 04 17:20:14.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
77172026-09-04T17:20:16.170Z[ recovery-image] Sep 04 17:20:14.881 INFO O| Sep 04 17:20:14.881 INFO STEP 721 (remove_files) COMPLETE
77182026-09-04T17:20:16.170Z[ recovery-image] Sep 04 17:20:14.881 INFO O| Sep 04 17:20:14.881 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-04T17:20:16.180Z[ recovery-image] Sep 04 17:20:14.891 INFO O| Sep 04 17:20:14.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
77202026-09-04T17:20:16.180Z[ recovery-image] Sep 04 17:20:14.891 INFO O| Sep 04 17:20:14.891 INFO STEP 722 (remove_files) COMPLETE
77212026-09-04T17:20:16.180Z[ recovery-image] Sep 04 17:20:14.891 INFO O| Sep 04 17:20:14.891 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-09-04T17:20:16.190Z[ recovery-image] Sep 04 17:20:14.900 INFO O| Sep 04 17:20:14.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
77232026-09-04T17:20:16.190Z[ recovery-image] Sep 04 17:20:14.901 INFO O| Sep 04 17:20:14.900 INFO STEP 723 (remove_files) COMPLETE
77242026-09-04T17:20:16.190Z[ recovery-image] Sep 04 17:20:14.901 INFO O| Sep 04 17:20:14.901 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-09-04T17:20:16.200Z[ recovery-image] Sep 04 17:20:14.910 INFO O| Sep 04 17:20:14.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
77262026-09-04T17:20:16.200Z[ recovery-image] Sep 04 17:20:14.910 INFO O| Sep 04 17:20:14.910 INFO STEP 724 (remove_files) COMPLETE
77272026-09-04T17:20:16.204Z[ recovery-image] Sep 04 17:20:14.910 INFO O| Sep 04 17:20:14.910 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-09-04T17:20:16.210Z[ recovery-image] Sep 04 17:20:14.920 INFO O| Sep 04 17:20:14.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
77292026-09-04T17:20:16.210Z[ recovery-image] Sep 04 17:20:14.920 INFO O| Sep 04 17:20:14.920 INFO STEP 725 (remove_files) COMPLETE
77302026-09-04T17:20:16.210Z[ recovery-image] Sep 04 17:20:14.920 INFO O| Sep 04 17:20:14.920 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-09-04T17:20:16.220Z[ recovery-image] Sep 04 17:20:14.930 INFO O| Sep 04 17:20:14.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
77322026-09-04T17:20:16.220Z[ recovery-image] Sep 04 17:20:14.930 INFO O| Sep 04 17:20:14.930 INFO STEP 726 (remove_files) COMPLETE
77332026-09-04T17:20:16.220Z[ recovery-image] Sep 04 17:20:14.930 INFO O| Sep 04 17:20:14.930 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-09-04T17:20:16.229Z[ recovery-image] Sep 04 17:20:14.940 INFO O| Sep 04 17:20:14.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
77352026-09-04T17:20:16.229Z[ recovery-image] Sep 04 17:20:14.940 INFO O| Sep 04 17:20:14.940 INFO STEP 727 (remove_files) COMPLETE
77362026-09-04T17:20:16.229Z[ recovery-image] Sep 04 17:20:14.940 INFO O| Sep 04 17:20:14.940 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-09-04T17:20:16.238Z[ recovery-image] Sep 04 17:20:14.949 INFO O| Sep 04 17:20:14.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
77382026-09-04T17:20:16.238Z[ recovery-image] Sep 04 17:20:14.949 INFO O| Sep 04 17:20:14.949 INFO STEP 728 (remove_files) COMPLETE
77392026-09-04T17:20:16.238Z[ recovery-image] Sep 04 17:20:14.949 INFO O| Sep 04 17:20:14.949 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-09-04T17:20:16.247Z[ recovery-image] Sep 04 17:20:14.958 INFO O| Sep 04 17:20:14.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
77412026-09-04T17:20:16.247Z[ recovery-image] Sep 04 17:20:14.958 INFO O| Sep 04 17:20:14.958 INFO STEP 729 (remove_files) COMPLETE
77422026-09-04T17:20:16.247Z[ recovery-image] Sep 04 17:20:14.958 INFO O| Sep 04 17:20:14.958 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-09-04T17:20:16.257Z[ recovery-image] Sep 04 17:20:14.967 INFO O| Sep 04 17:20:14.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
77442026-09-04T17:20:16.257Z[ recovery-image] Sep 04 17:20:14.967 INFO O| Sep 04 17:20:14.967 INFO STEP 730 (remove_files) COMPLETE
77452026-09-04T17:20:16.257Z[ recovery-image] Sep 04 17:20:14.967 INFO O| Sep 04 17:20:14.967 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-09-04T17:20:16.267Z[ recovery-image] Sep 04 17:20:14.978 INFO O| Sep 04 17:20:14.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
77472026-09-04T17:20:16.267Z[ recovery-image] Sep 04 17:20:14.978 INFO O| Sep 04 17:20:14.978 INFO STEP 731 (remove_files) COMPLETE
77482026-09-04T17:20:16.271Z[ recovery-image] Sep 04 17:20:14.978 INFO O| Sep 04 17:20:14.978 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-09-04T17:20:16.274Z[ host-image] Sep 04 17:20:14.982 INFO O| adding properties...
77502026-09-04T17:20:16.277Z[ recovery-image] Sep 04 17:20:14.987 INFO O| Sep 04 17:20:14.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
77512026-09-04T17:20:16.277Z[ recovery-image] Sep 04 17:20:14.987 INFO O| Sep 04 17:20:14.987 INFO STEP 732 (remove_files) COMPLETE
77522026-09-04T17:20:16.277Z[ recovery-image] Sep 04 17:20:14.987 INFO O| Sep 04 17:20:14.987 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-04T17:20:16.286Z[ recovery-image] Sep 04 17:20:14.997 INFO O| Sep 04 17:20:14.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
77542026-09-04T17:20:16.286Z[ recovery-image] Sep 04 17:20:14.997 INFO O| Sep 04 17:20:14.997 INFO STEP 733 (remove_files) COMPLETE
77552026-09-04T17:20:16.286Z[ recovery-image] Sep 04 17:20:14.997 INFO O| Sep 04 17:20:14.997 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-04T17:20:16.295Z[ recovery-image] Sep 04 17:20:15.006 INFO O| Sep 04 17:20:15.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
77572026-09-04T17:20:16.296Z[ recovery-image] Sep 04 17:20:15.006 INFO O| Sep 04 17:20:15.006 INFO STEP 734 (remove_files) COMPLETE
77582026-09-04T17:20:16.296Z[ recovery-image] Sep 04 17:20:15.006 INFO O| Sep 04 17:20:15.006 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-04T17:20:16.304Z[ recovery-image] Sep 04 17:20:15.015 INFO O| Sep 04 17:20:15.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
77602026-09-04T17:20:16.304Z[ recovery-image] Sep 04 17:20:15.015 INFO O| Sep 04 17:20:15.015 INFO STEP 735 (remove_files) COMPLETE
77612026-09-04T17:20:16.305Z[ recovery-image] Sep 04 17:20:15.015 INFO O| Sep 04 17:20:15.015 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-04T17:20:16.313Z[ recovery-image] Sep 04 17:20:15.023 INFO O| Sep 04 17:20:15.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
77632026-09-04T17:20:16.313Z[ recovery-image] Sep 04 17:20:15.023 INFO O| Sep 04 17:20:15.023 INFO STEP 736 (remove_files) COMPLETE
77642026-09-04T17:20:16.313Z[ recovery-image] Sep 04 17:20:15.023 INFO O| Sep 04 17:20:15.023 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-04T17:20:16.322Z[ recovery-image] Sep 04 17:20:15.031 INFO O| Sep 04 17:20:15.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
77662026-09-04T17:20:16.322Z[ recovery-image] Sep 04 17:20:15.031 INFO O| Sep 04 17:20:15.031 INFO STEP 737 (remove_files) COMPLETE
77672026-09-04T17:20:16.326Z[ recovery-image] Sep 04 17:20:15.031 INFO O| Sep 04 17:20:15.031 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-04T17:20:16.329Z[ recovery-image] Sep 04 17:20:15.039 INFO O| Sep 04 17:20:15.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
77692026-09-04T17:20:16.329Z[ recovery-image] Sep 04 17:20:15.039 INFO O| Sep 04 17:20:15.039 INFO STEP 738 (remove_files) COMPLETE
77702026-09-04T17:20:16.329Z[ recovery-image] Sep 04 17:20:15.039 INFO O| Sep 04 17:20:15.039 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-04T17:20:16.344Z[ recovery-image] Sep 04 17:20:15.055 INFO O| Sep 04 17:20:15.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
77722026-09-04T17:20:16.344Z[ recovery-image] Sep 04 17:20:15.055 INFO O| Sep 04 17:20:15.055 INFO STEP 739 (remove_files) COMPLETE
77732026-09-04T17:20:16.344Z[ recovery-image] Sep 04 17:20:15.055 INFO O| Sep 04 17:20:15.055 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-04T17:20:16.354Z[ recovery-image] Sep 04 17:20:15.065 INFO O| Sep 04 17:20:15.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
77752026-09-04T17:20:16.354Z[ recovery-image] Sep 04 17:20:15.065 INFO O| Sep 04 17:20:15.065 INFO STEP 740 (remove_files) COMPLETE
77762026-09-04T17:20:16.354Z[ recovery-image] Sep 04 17:20:15.065 INFO O| Sep 04 17:20:15.065 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-04T17:20:16.365Z[ recovery-image] Sep 04 17:20:15.076 INFO O| Sep 04 17:20:15.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
77782026-09-04T17:20:16.366Z[ recovery-image] Sep 04 17:20:15.076 INFO O| Sep 04 17:20:15.076 INFO STEP 741 (remove_files) COMPLETE
77792026-09-04T17:20:16.369Z[ recovery-image] Sep 04 17:20:15.076 INFO O| Sep 04 17:20:15.076 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-04T17:20:16.375Z[ recovery-image] Sep 04 17:20:15.086 INFO O| Sep 04 17:20:15.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
77812026-09-04T17:20:16.375Z[ recovery-image] Sep 04 17:20:15.086 INFO O| Sep 04 17:20:15.086 INFO STEP 742 (remove_files) COMPLETE
77822026-09-04T17:20:16.376Z[ recovery-image] Sep 04 17:20:15.086 INFO O| Sep 04 17:20:15.086 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-04T17:20:16.385Z[ recovery-image] Sep 04 17:20:15.096 INFO O| Sep 04 17:20:15.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
77842026-09-04T17:20:16.385Z[ recovery-image] Sep 04 17:20:15.096 INFO O| Sep 04 17:20:15.096 INFO STEP 743 (remove_files) COMPLETE
77852026-09-04T17:20:16.385Z[ recovery-image] Sep 04 17:20:15.096 INFO O| Sep 04 17:20:15.096 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-04T17:20:16.394Z[ recovery-image] Sep 04 17:20:15.105 INFO O| Sep 04 17:20:15.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
77872026-09-04T17:20:16.394Z[ recovery-image] Sep 04 17:20:15.105 INFO O| Sep 04 17:20:15.105 INFO STEP 744 (remove_files) COMPLETE
77882026-09-04T17:20:16.397Z[ recovery-image] Sep 04 17:20:15.105 INFO O| Sep 04 17:20:15.105 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-04T17:20:16.402Z[ recovery-image] Sep 04 17:20:15.113 INFO O| Sep 04 17:20:15.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
77902026-09-04T17:20:16.402Z[ recovery-image] Sep 04 17:20:15.113 INFO O| Sep 04 17:20:15.113 INFO STEP 745 (remove_files) COMPLETE
77912026-09-04T17:20:16.405Z[ recovery-image] Sep 04 17:20:15.113 INFO O| Sep 04 17:20:15.113 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-04T17:20:16.411Z[ recovery-image] Sep 04 17:20:15.122 INFO O| Sep 04 17:20:15.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
77932026-09-04T17:20:16.411Z[ recovery-image] Sep 04 17:20:15.122 INFO O| Sep 04 17:20:15.122 INFO STEP 746 (remove_files) COMPLETE
77942026-09-04T17:20:16.411Z[ recovery-image] Sep 04 17:20:15.122 INFO O| Sep 04 17:20:15.122 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-04T17:20:16.420Z[ recovery-image] Sep 04 17:20:15.131 INFO O| Sep 04 17:20:15.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
77962026-09-04T17:20:16.420Z[ recovery-image] Sep 04 17:20:15.131 INFO O| Sep 04 17:20:15.131 INFO STEP 747 (remove_files) COMPLETE
77972026-09-04T17:20:16.420Z[ recovery-image] Sep 04 17:20:15.131 INFO O| Sep 04 17:20:15.131 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-04T17:20:16.429Z[ recovery-image] Sep 04 17:20:15.139 INFO O| Sep 04 17:20:15.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
77992026-09-04T17:20:16.429Z[ recovery-image] Sep 04 17:20:15.139 INFO O| Sep 04 17:20:15.139 INFO STEP 748 (remove_files) COMPLETE
78002026-09-04T17:20:16.429Z[ recovery-image] Sep 04 17:20:15.139 INFO O| Sep 04 17:20:15.139 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-04T17:20:16.441Z[ recovery-image] Sep 04 17:20:15.150 INFO O| Sep 04 17:20:15.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
78022026-09-04T17:20:16.441Z[ recovery-image] Sep 04 17:20:15.150 INFO O| Sep 04 17:20:15.150 INFO STEP 749 (remove_files) COMPLETE
78032026-09-04T17:20:16.441Z[ recovery-image] Sep 04 17:20:15.150 INFO O| Sep 04 17:20:15.150 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-04T17:20:16.448Z[ recovery-image] Sep 04 17:20:15.159 INFO O| Sep 04 17:20:15.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
78052026-09-04T17:20:16.448Z[ recovery-image] Sep 04 17:20:15.159 INFO O| Sep 04 17:20:15.159 INFO STEP 750 (remove_files) COMPLETE
78062026-09-04T17:20:16.448Z[ recovery-image] Sep 04 17:20:15.159 INFO O| Sep 04 17:20:15.159 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-04T17:20:16.456Z[ recovery-image] Sep 04 17:20:15.167 INFO O| Sep 04 17:20:15.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
78082026-09-04T17:20:16.456Z[ recovery-image] Sep 04 17:20:15.167 INFO O| Sep 04 17:20:15.167 INFO STEP 751 (remove_files) COMPLETE
78092026-09-04T17:20:16.456Z[ recovery-image] Sep 04 17:20:15.167 INFO O| Sep 04 17:20:15.167 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-04T17:20:16.465Z[ recovery-image] Sep 04 17:20:15.175 INFO O| Sep 04 17:20:15.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
78112026-09-04T17:20:16.465Z[ recovery-image] Sep 04 17:20:15.175 INFO O| Sep 04 17:20:15.175 INFO STEP 752 (remove_files) COMPLETE
78122026-09-04T17:20:16.469Z[ recovery-image] Sep 04 17:20:15.175 INFO O| Sep 04 17:20:15.175 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-04T17:20:16.472Z[ recovery-image] Sep 04 17:20:15.183 INFO O| Sep 04 17:20:15.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
78142026-09-04T17:20:16.472Z[ recovery-image] Sep 04 17:20:15.183 INFO O| Sep 04 17:20:15.183 INFO STEP 753 (remove_files) COMPLETE
78152026-09-04T17:20:16.475Z[ recovery-image] Sep 04 17:20:15.183 INFO O| Sep 04 17:20:15.183 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-04T17:20:16.481Z[ recovery-image] Sep 04 17:20:15.192 INFO O| Sep 04 17:20:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
78172026-09-04T17:20:16.481Z[ recovery-image] Sep 04 17:20:15.192 INFO O| Sep 04 17:20:15.192 INFO STEP 754 (remove_files) COMPLETE
78182026-09-04T17:20:16.481Z[ recovery-image] Sep 04 17:20:15.192 INFO O| Sep 04 17:20:15.192 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-04T17:20:16.491Z[ recovery-image] Sep 04 17:20:15.202 INFO O| Sep 04 17:20:15.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
78202026-09-04T17:20:16.491Z[ recovery-image] Sep 04 17:20:15.202 INFO O| Sep 04 17:20:15.202 INFO STEP 755 (remove_files) COMPLETE
78212026-09-04T17:20:16.491Z[ recovery-image] Sep 04 17:20:15.202 INFO O| Sep 04 17:20:15.202 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-04T17:20:16.500Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
78232026-09-04T17:20:16.503Z[ recovery-image] Sep 04 17:20:15.213 INFO O| Sep 04 17:20:15.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
78242026-09-04T17:20:16.503Z[ recovery-image] Sep 04 17:20:15.213 INFO O| Sep 04 17:20:15.213 INFO STEP 756 (remove_files) COMPLETE
78252026-09-04T17:20:16.503Z[ recovery-image] Sep 04 17:20:15.213 INFO O| Sep 04 17:20:15.213 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-09-04T17:20:16.512Z[ recovery-image] Sep 04 17:20:15.223 INFO O| Sep 04 17:20:15.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
78272026-09-04T17:20:16.512Z[ recovery-image] Sep 04 17:20:15.223 INFO O| Sep 04 17:20:15.223 INFO STEP 757 (remove_files) COMPLETE
78282026-09-04T17:20:16.512Z[ recovery-image] Sep 04 17:20:15.223 INFO O| Sep 04 17:20:15.223 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-09-04T17:20:16.523Z[ recovery-image] Sep 04 17:20:15.233 INFO O| Sep 04 17:20:15.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
78302026-09-04T17:20:16.523Z[ recovery-image] Sep 04 17:20:15.233 INFO O| Sep 04 17:20:15.233 INFO STEP 758 (remove_files) COMPLETE
78312026-09-04T17:20:16.523Z[ recovery-image] Sep 04 17:20:15.233 INFO O| Sep 04 17:20:15.233 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-09-04T17:20:16.531Z[ recovery-image] Sep 04 17:20:15.242 INFO O| Sep 04 17:20:15.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
78332026-09-04T17:20:16.531Z[ recovery-image] Sep 04 17:20:15.242 INFO O| Sep 04 17:20:15.242 INFO STEP 759 (remove_files) COMPLETE
78342026-09-04T17:20:16.531Z[ recovery-image] Sep 04 17:20:15.242 INFO O| Sep 04 17:20:15.242 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-09-04T17:20:16.542Z[ recovery-image] Sep 04 17:20:15.253 INFO O| Sep 04 17:20:15.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
78362026-09-04T17:20:16.543Z[ recovery-image] Sep 04 17:20:15.253 INFO O| Sep 04 17:20:15.253 INFO STEP 760 (remove_files) COMPLETE
78372026-09-04T17:20:16.543Z[ recovery-image] Sep 04 17:20:15.253 INFO O| Sep 04 17:20:15.253 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-09-04T17:20:16.551Z[ recovery-image] Sep 04 17:20:15.262 INFO O| Sep 04 17:20:15.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
78392026-09-04T17:20:16.551Z[ recovery-image] Sep 04 17:20:15.262 INFO O| Sep 04 17:20:15.262 INFO STEP 761 (remove_files) COMPLETE
78402026-09-04T17:20:16.551Z[ recovery-image] Sep 04 17:20:15.262 INFO O| Sep 04 17:20:15.262 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-09-04T17:20:16.562Z[ recovery-image] Sep 04 17:20:15.273 INFO O| Sep 04 17:20:15.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
78422026-09-04T17:20:16.562Z[ recovery-image] Sep 04 17:20:15.273 INFO O| Sep 04 17:20:15.273 INFO STEP 762 (remove_files) COMPLETE
78432026-09-04T17:20:16.562Z[ recovery-image] Sep 04 17:20:15.273 INFO O| Sep 04 17:20:15.273 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-09-04T17:20:16.571Z[ recovery-image] Sep 04 17:20:15.282 INFO O| Sep 04 17:20:15.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
78452026-09-04T17:20:16.571Z[ recovery-image] Sep 04 17:20:15.282 INFO O| Sep 04 17:20:15.282 INFO STEP 763 (remove_files) COMPLETE
78462026-09-04T17:20:16.571Z[ recovery-image] Sep 04 17:20:15.282 INFO O| Sep 04 17:20:15.282 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-09-04T17:20:16.581Z[ recovery-image] Sep 04 17:20:15.291 INFO O| Sep 04 17:20:15.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
78482026-09-04T17:20:16.581Z[ recovery-image] Sep 04 17:20:15.291 INFO O| Sep 04 17:20:15.291 INFO STEP 764 (remove_files) COMPLETE
78492026-09-04T17:20:16.581Z[ recovery-image] Sep 04 17:20:15.291 INFO O| Sep 04 17:20:15.291 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-09-04T17:20:16.590Z[ recovery-image] Sep 04 17:20:15.300 INFO O| Sep 04 17:20:15.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
78512026-09-04T17:20:16.590Z[ recovery-image] Sep 04 17:20:15.300 INFO O| Sep 04 17:20:15.300 INFO STEP 765 (remove_files) COMPLETE
78522026-09-04T17:20:16.593Z[ recovery-image] Sep 04 17:20:15.300 INFO O| Sep 04 17:20:15.300 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-09-04T17:20:16.598Z[ recovery-image] Sep 04 17:20:15.309 INFO O| Sep 04 17:20:15.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
78542026-09-04T17:20:16.598Z[ recovery-image] Sep 04 17:20:15.309 INFO O| Sep 04 17:20:15.309 INFO STEP 766 (remove_files) COMPLETE
78552026-09-04T17:20:16.598Z[ recovery-image] Sep 04 17:20:15.309 INFO O| Sep 04 17:20:15.309 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-09-04T17:20:16.608Z[ recovery-image] Sep 04 17:20:15.319 INFO O| Sep 04 17:20:15.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
78572026-09-04T17:20:16.608Z[ recovery-image] Sep 04 17:20:15.319 INFO O| Sep 04 17:20:15.319 INFO STEP 767 (remove_files) COMPLETE
78582026-09-04T17:20:16.608Z[ recovery-image] Sep 04 17:20:15.319 INFO O| Sep 04 17:20:15.319 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-09-04T17:20:16.615Z[ recovery-image] Sep 04 17:20:15.326 INFO O| Sep 04 17:20:15.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
78602026-09-04T17:20:16.619Z[ recovery-image] Sep 04 17:20:15.327 INFO O| Sep 04 17:20:15.327 INFO STEP 768 (remove_files) COMPLETE
78612026-09-04T17:20:16.619Z[ recovery-image] Sep 04 17:20:15.327 INFO O| Sep 04 17:20:15.327 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-09-04T17:20:16.627Z[ recovery-image] Sep 04 17:20:15.338 INFO O| Sep 04 17:20:15.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
78632026-09-04T17:20:16.627Z[ recovery-image] Sep 04 17:20:15.338 INFO O| Sep 04 17:20:15.338 INFO STEP 769 (remove_files) COMPLETE
78642026-09-04T17:20:16.627Z[ recovery-image] Sep 04 17:20:15.338 INFO O| Sep 04 17:20:15.338 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-09-04T17:20:16.646Z[ recovery-image] Sep 04 17:20:15.347 INFO O| Sep 04 17:20:15.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
78662026-09-04T17:20:16.646Z[ recovery-image] Sep 04 17:20:15.347 INFO O| Sep 04 17:20:15.347 INFO STEP 770 (remove_files) COMPLETE
78672026-09-04T17:20:16.653Z[ recovery-image] Sep 04 17:20:15.347 INFO O| Sep 04 17:20:15.347 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-09-04T17:20:16.653Z[ recovery-image] Sep 04 17:20:15.356 INFO O| Sep 04 17:20:15.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
78692026-09-04T17:20:16.653Z[ recovery-image] Sep 04 17:20:15.356 INFO O| Sep 04 17:20:15.356 INFO STEP 771 (remove_files) COMPLETE
78702026-09-04T17:20:16.653Z[ recovery-image] Sep 04 17:20:15.356 INFO O| Sep 04 17:20:15.356 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-09-04T17:20:16.657Z[ recovery-image] Sep 04 17:20:15.364 INFO O| Sep 04 17:20:15.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
78722026-09-04T17:20:16.657Z[ recovery-image] Sep 04 17:20:15.364 INFO O| Sep 04 17:20:15.364 INFO STEP 772 (remove_files) COMPLETE
78732026-09-04T17:20:16.657Z[ recovery-image] Sep 04 17:20:15.364 INFO O| Sep 04 17:20:15.364 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-09-04T17:20:16.662Z[ recovery-image] Sep 04 17:20:15.373 INFO O| Sep 04 17:20:15.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
78752026-09-04T17:20:16.662Z[ recovery-image] Sep 04 17:20:15.373 INFO O| Sep 04 17:20:15.373 INFO STEP 773 (remove_files) COMPLETE
78762026-09-04T17:20:16.665Z[ recovery-image] Sep 04 17:20:15.373 INFO O| Sep 04 17:20:15.373 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-09-04T17:20:16.677Z[ recovery-image] Sep 04 17:20:15.381 INFO O| Sep 04 17:20:15.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
78782026-09-04T17:20:16.677Z[ recovery-image] Sep 04 17:20:15.381 INFO O| Sep 04 17:20:15.381 INFO STEP 774 (remove_files) COMPLETE
78792026-09-04T17:20:16.677Z[ recovery-image] Sep 04 17:20:15.381 INFO O| Sep 04 17:20:15.381 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-09-04T17:20:16.680Z[ recovery-image] Sep 04 17:20:15.390 INFO O| Sep 04 17:20:15.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
78812026-09-04T17:20:16.680Z[ recovery-image] Sep 04 17:20:15.390 INFO O| Sep 04 17:20:15.390 INFO STEP 775 (remove_files) COMPLETE
78822026-09-04T17:20:16.681Z[ recovery-image] Sep 04 17:20:15.390 INFO O| Sep 04 17:20:15.390 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-09-04T17:20:16.688Z[ recovery-image] Sep 04 17:20:15.398 INFO O| Sep 04 17:20:15.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
78842026-09-04T17:20:16.688Z[ recovery-image] Sep 04 17:20:15.398 INFO O| Sep 04 17:20:15.398 INFO STEP 776 (remove_files) COMPLETE
78852026-09-04T17:20:16.691Z[ recovery-image] Sep 04 17:20:15.399 INFO O| Sep 04 17:20:15.398 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-09-04T17:20:16.697Z[ recovery-image] Sep 04 17:20:15.407 INFO O| Sep 04 17:20:15.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
78872026-09-04T17:20:16.697Z[ recovery-image] Sep 04 17:20:15.407 INFO O| Sep 04 17:20:15.407 INFO STEP 777 (remove_files) COMPLETE
78882026-09-04T17:20:16.701Z[ recovery-image] Sep 04 17:20:15.407 INFO O| Sep 04 17:20:15.407 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-09-04T17:20:16.705Z[ recovery-image] Sep 04 17:20:15.416 INFO O| Sep 04 17:20:15.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
78902026-09-04T17:20:16.705Z[ recovery-image] Sep 04 17:20:15.416 INFO O| Sep 04 17:20:15.416 INFO STEP 778 (remove_files) COMPLETE
78912026-09-04T17:20:16.705Z[ recovery-image] Sep 04 17:20:15.416 INFO O| Sep 04 17:20:15.416 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-09-04T17:20:16.713Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
78932026-09-04T17:20:16.717Z[ recovery-image] Sep 04 17:20:15.426 INFO O| Sep 04 17:20:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
78942026-09-04T17:20:16.717Z[ recovery-image] Sep 04 17:20:15.427 INFO O| Sep 04 17:20:15.427 INFO STEP 779 (remove_files) COMPLETE
78952026-09-04T17:20:16.717Z[ recovery-image] Sep 04 17:20:15.427 INFO O| Sep 04 17:20:15.427 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-09-04T17:20:16.725Z[ recovery-image] Sep 04 17:20:15.436 INFO O| Sep 04 17:20:15.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
78972026-09-04T17:20:16.725Z[ recovery-image] Sep 04 17:20:15.436 INFO O| Sep 04 17:20:15.436 INFO STEP 780 (remove_files) COMPLETE
78982026-09-04T17:20:16.729Z[ recovery-image] Sep 04 17:20:15.436 INFO O| Sep 04 17:20:15.436 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-09-04T17:20:16.735Z[ recovery-image] Sep 04 17:20:15.446 INFO O| Sep 04 17:20:15.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
79002026-09-04T17:20:16.738Z[ recovery-image] Sep 04 17:20:15.447 INFO O| Sep 04 17:20:15.447 INFO STEP 781 (remove_files) COMPLETE
79012026-09-04T17:20:16.738Z[ recovery-image] Sep 04 17:20:15.447 INFO O| Sep 04 17:20:15.447 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-09-04T17:20:16.757Z[ recovery-image] Sep 04 17:20:15.467 INFO O| Sep 04 17:20:15.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
79032026-09-04T17:20:16.757Z[ recovery-image] Sep 04 17:20:15.467 INFO O| Sep 04 17:20:15.467 INFO STEP 782 (remove_files) COMPLETE
79042026-09-04T17:20:16.760Z[ recovery-image] Sep 04 17:20:15.467 INFO O| Sep 04 17:20:15.467 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-09-04T17:20:16.766Z[ recovery-image] Sep 04 17:20:15.477 INFO O| Sep 04 17:20:15.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
79062026-09-04T17:20:16.766Z[ recovery-image] Sep 04 17:20:15.477 INFO O| Sep 04 17:20:15.477 INFO STEP 783 (remove_files) COMPLETE
79072026-09-04T17:20:16.766Z[ recovery-image] Sep 04 17:20:15.477 INFO O| Sep 04 17:20:15.477 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-09-04T17:20:16.776Z[ recovery-image] Sep 04 17:20:15.486 INFO O| Sep 04 17:20:15.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
79092026-09-04T17:20:16.776Z[ recovery-image] Sep 04 17:20:15.486 INFO O| Sep 04 17:20:15.486 INFO STEP 784 (remove_files) COMPLETE
79102026-09-04T17:20:16.776Z[ recovery-image] Sep 04 17:20:15.486 INFO O| Sep 04 17:20:15.486 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-09-04T17:20:16.784Z[ recovery-image] Sep 04 17:20:15.495 INFO O| Sep 04 17:20:15.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
79122026-09-04T17:20:16.784Z[ recovery-image] Sep 04 17:20:15.495 INFO O| Sep 04 17:20:15.495 INFO STEP 785 (remove_files) COMPLETE
79132026-09-04T17:20:16.785Z[ recovery-image] Sep 04 17:20:15.495 INFO O| Sep 04 17:20:15.495 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-09-04T17:20:16.793Z[ recovery-image] Sep 04 17:20:15.504 INFO O| Sep 04 17:20:15.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
79152026-09-04T17:20:16.794Z[ recovery-image] Sep 04 17:20:15.504 INFO O| Sep 04 17:20:15.504 INFO STEP 786 (remove_files) COMPLETE
79162026-09-04T17:20:16.797Z[ recovery-image] Sep 04 17:20:15.504 INFO O| Sep 04 17:20:15.504 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-09-04T17:20:16.803Z[ recovery-image] Sep 04 17:20:15.514 INFO O| Sep 04 17:20:15.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
79182026-09-04T17:20:16.803Z[ recovery-image] Sep 04 17:20:15.514 INFO O| Sep 04 17:20:15.514 INFO STEP 787 (remove_files) COMPLETE
79192026-09-04T17:20:16.803Z[ recovery-image] Sep 04 17:20:15.514 INFO O| Sep 04 17:20:15.514 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-09-04T17:20:16.814Z[ recovery-image] Sep 04 17:20:15.524 INFO O| Sep 04 17:20:15.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
79212026-09-04T17:20:16.814Z[ recovery-image] Sep 04 17:20:15.524 INFO O| Sep 04 17:20:15.524 INFO STEP 788 (remove_files) COMPLETE
79222026-09-04T17:20:16.814Z[ recovery-image] Sep 04 17:20:15.524 INFO O| Sep 04 17:20:15.524 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-09-04T17:20:16.823Z[ recovery-image] Sep 04 17:20:15.533 INFO O| Sep 04 17:20:15.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
79242026-09-04T17:20:16.823Z[ recovery-image] Sep 04 17:20:15.533 INFO O| Sep 04 17:20:15.533 INFO STEP 789 (remove_files) COMPLETE
79252026-09-04T17:20:16.823Z[ recovery-image] Sep 04 17:20:15.533 INFO O| Sep 04 17:20:15.533 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-09-04T17:20:16.833Z[ recovery-image] Sep 04 17:20:15.543 INFO O| Sep 04 17:20:15.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
79272026-09-04T17:20:16.833Z[ recovery-image] Sep 04 17:20:15.543 INFO O| Sep 04 17:20:15.543 INFO STEP 790 (remove_files) COMPLETE
79282026-09-04T17:20:16.833Z[ recovery-image] Sep 04 17:20:15.543 INFO O| Sep 04 17:20:15.543 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-09-04T17:20:16.841Z[ recovery-image] Sep 04 17:20:15.552 INFO O| Sep 04 17:20:15.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
79302026-09-04T17:20:16.842Z[ recovery-image] Sep 04 17:20:15.552 INFO O| Sep 04 17:20:15.552 INFO STEP 791 (remove_files) COMPLETE
79312026-09-04T17:20:16.842Z[ recovery-image] Sep 04 17:20:15.552 INFO O| Sep 04 17:20:15.552 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-09-04T17:20:16.851Z[ recovery-image] Sep 04 17:20:15.561 INFO O| Sep 04 17:20:15.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
79332026-09-04T17:20:16.851Z[ recovery-image] Sep 04 17:20:15.561 INFO O| Sep 04 17:20:15.561 INFO STEP 792 (remove_files) COMPLETE
79342026-09-04T17:20:16.851Z[ recovery-image] Sep 04 17:20:15.561 INFO O| Sep 04 17:20:15.561 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-09-04T17:20:16.877Z[ recovery-image] Sep 04 17:20:15.587 INFO O| Sep 04 17:20:15.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
79362026-09-04T17:20:16.877Z[ recovery-image] Sep 04 17:20:15.588 INFO O| Sep 04 17:20:15.587 INFO STEP 793 (remove_files) COMPLETE
79372026-09-04T17:20:16.877Z[ recovery-image] Sep 04 17:20:15.588 INFO O| Sep 04 17:20:15.588 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-09-04T17:20:16.882Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
79392026-09-04T17:20:16.887Z[ recovery-image] Sep 04 17:20:15.598 INFO O| Sep 04 17:20:15.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
79402026-09-04T17:20:16.887Z[ recovery-image] Sep 04 17:20:15.598 INFO O| Sep 04 17:20:15.598 INFO STEP 794 (remove_files) COMPLETE
79412026-09-04T17:20:16.887Z[ recovery-image] Sep 04 17:20:15.598 INFO O| Sep 04 17:20:15.598 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-04T17:20:16.906Z[ recovery-image] Sep 04 17:20:15.616 INFO O| Sep 04 17:20:15.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
79432026-09-04T17:20:16.906Z[ recovery-image] Sep 04 17:20:15.616 INFO O| Sep 04 17:20:15.616 INFO STEP 795 (remove_files) COMPLETE
79442026-09-04T17:20:16.914Z[ recovery-image] Sep 04 17:20:15.616 INFO O| Sep 04 17:20:15.616 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-04T17:20:16.917Z[ recovery-image] Sep 04 17:20:15.626 INFO O| Sep 04 17:20:15.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
79462026-09-04T17:20:16.917Z[ recovery-image] Sep 04 17:20:15.626 INFO O| Sep 04 17:20:15.626 INFO STEP 796 (remove_files) COMPLETE
79472026-09-04T17:20:16.917Z[ recovery-image] Sep 04 17:20:15.626 INFO O| Sep 04 17:20:15.626 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-04T17:20:16.924Z[ recovery-image] Sep 04 17:20:15.635 INFO O| Sep 04 17:20:15.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
79492026-09-04T17:20:16.924Z[ recovery-image] Sep 04 17:20:15.635 INFO O| Sep 04 17:20:15.635 INFO STEP 797 (remove_files) COMPLETE
79502026-09-04T17:20:16.924Z[ recovery-image] Sep 04 17:20:15.635 INFO O| Sep 04 17:20:15.635 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-04T17:20:16.935Z[ recovery-image] Sep 04 17:20:15.646 INFO O| Sep 04 17:20:15.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
79522026-09-04T17:20:16.935Z[ recovery-image] Sep 04 17:20:15.646 INFO O| Sep 04 17:20:15.646 INFO STEP 798 (remove_files) COMPLETE
79532026-09-04T17:20:16.935Z[ recovery-image] Sep 04 17:20:15.646 INFO O| Sep 04 17:20:15.646 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-04T17:20:16.946Z[ recovery-image] Sep 04 17:20:15.656 INFO O| Sep 04 17:20:15.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
79552026-09-04T17:20:16.946Z[ recovery-image] Sep 04 17:20:15.656 INFO O| Sep 04 17:20:15.656 INFO STEP 799 (remove_files) COMPLETE
79562026-09-04T17:20:16.946Z[ recovery-image] Sep 04 17:20:15.656 INFO O| Sep 04 17:20:15.656 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-04T17:20:16.954Z[ recovery-image] Sep 04 17:20:15.665 INFO O| Sep 04 17:20:15.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
79582026-09-04T17:20:16.954Z[ recovery-image] Sep 04 17:20:15.665 INFO O| Sep 04 17:20:15.665 INFO STEP 800 (remove_files) COMPLETE
79592026-09-04T17:20:16.954Z[ recovery-image] Sep 04 17:20:15.665 INFO O| Sep 04 17:20:15.665 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-04T17:20:16.963Z[ recovery-image] Sep 04 17:20:15.673 INFO O| Sep 04 17:20:15.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
79612026-09-04T17:20:16.963Z[ recovery-image] Sep 04 17:20:15.673 INFO O| Sep 04 17:20:15.673 INFO STEP 801 (remove_files) COMPLETE
79622026-09-04T17:20:16.967Z[ recovery-image] Sep 04 17:20:15.673 INFO O| Sep 04 17:20:15.673 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-04T17:20:16.972Z[ recovery-image] Sep 04 17:20:15.682 INFO O| Sep 04 17:20:15.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
79642026-09-04T17:20:16.972Z[ recovery-image] Sep 04 17:20:15.683 INFO O| Sep 04 17:20:15.683 INFO STEP 802 (remove_files) COMPLETE
79652026-09-04T17:20:16.979Z[ recovery-image] Sep 04 17:20:15.683 INFO O| Sep 04 17:20:15.683 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-04T17:20:16.988Z[ recovery-image] Sep 04 17:20:15.691 INFO O| Sep 04 17:20:15.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
79672026-09-04T17:20:16.988Z[ recovery-image] Sep 04 17:20:15.691 INFO O| Sep 04 17:20:15.691 INFO STEP 803 (remove_files) COMPLETE
79682026-09-04T17:20:16.988Z[ recovery-image] Sep 04 17:20:15.691 INFO O| Sep 04 17:20:15.691 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-04T17:20:16.992Z[ recovery-image] Sep 04 17:20:15.699 INFO O| Sep 04 17:20:15.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
79702026-09-04T17:20:16.992Z[ recovery-image] Sep 04 17:20:15.699 INFO O| Sep 04 17:20:15.699 INFO STEP 804 (remove_files) COMPLETE
79712026-09-04T17:20:16.992Z[ recovery-image] Sep 04 17:20:15.699 INFO O| Sep 04 17:20:15.699 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-04T17:20:16.997Z[ recovery-image] Sep 04 17:20:15.708 INFO O| Sep 04 17:20:15.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
79732026-09-04T17:20:16.998Z[ recovery-image] Sep 04 17:20:15.708 INFO O| Sep 04 17:20:15.708 INFO STEP 805 (remove_files) COMPLETE
79742026-09-04T17:20:16.998Z[ recovery-image] Sep 04 17:20:15.708 INFO O| Sep 04 17:20:15.708 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-04T17:20:17.005Z[ recovery-image] Sep 04 17:20:15.716 INFO O| Sep 04 17:20:15.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
79762026-09-04T17:20:17.013Z[ recovery-image] Sep 04 17:20:15.717 INFO O| Sep 04 17:20:15.717 INFO STEP 806 (remove_files) COMPLETE
79772026-09-04T17:20:17.013Z[ recovery-image] Sep 04 17:20:15.717 INFO O| Sep 04 17:20:15.717 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-04T17:20:17.016Z[ recovery-image] Sep 04 17:20:15.725 INFO O| Sep 04 17:20:15.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
79792026-09-04T17:20:17.016Z[ recovery-image] Sep 04 17:20:15.725 INFO O| Sep 04 17:20:15.725 INFO STEP 807 (remove_files) COMPLETE
79802026-09-04T17:20:17.016Z[ recovery-image] Sep 04 17:20:15.725 INFO O| Sep 04 17:20:15.725 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-04T17:20:17.024Z[ recovery-image] Sep 04 17:20:15.733 INFO O| Sep 04 17:20:15.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
79822026-09-04T17:20:17.024Z[ recovery-image] Sep 04 17:20:15.733 INFO O| Sep 04 17:20:15.733 INFO STEP 808 (remove_files) COMPLETE
79832026-09-04T17:20:17.024Z[ recovery-image] Sep 04 17:20:15.733 INFO O| Sep 04 17:20:15.733 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-04T17:20:17.030Z[ recovery-image] Sep 04 17:20:15.741 INFO O| Sep 04 17:20:15.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
79852026-09-04T17:20:17.031Z[ recovery-image] Sep 04 17:20:15.741 INFO O| Sep 04 17:20:15.741 INFO STEP 809 (remove_files) COMPLETE
79862026-09-04T17:20:17.031Z[ recovery-image] Sep 04 17:20:15.741 INFO O| Sep 04 17:20:15.741 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-04T17:20:17.040Z[ recovery-image] Sep 04 17:20:15.750 INFO O| Sep 04 17:20:15.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
79882026-09-04T17:20:17.040Z[ recovery-image] Sep 04 17:20:15.750 INFO O| Sep 04 17:20:15.750 INFO STEP 810 (remove_files) COMPLETE
79892026-09-04T17:20:17.040Z[ recovery-image] Sep 04 17:20:15.750 INFO O| Sep 04 17:20:15.750 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-04T17:20:17.049Z[ recovery-image] Sep 04 17:20:15.760 INFO O| Sep 04 17:20:15.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
79912026-09-04T17:20:17.049Z[ recovery-image] Sep 04 17:20:15.760 INFO O| Sep 04 17:20:15.760 INFO STEP 811 (remove_files) COMPLETE
79922026-09-04T17:20:17.054Z[ recovery-image] Sep 04 17:20:15.760 INFO O| Sep 04 17:20:15.760 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-04T17:20:17.058Z[ recovery-image] Sep 04 17:20:15.769 INFO O| Sep 04 17:20:15.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
79942026-09-04T17:20:17.058Z[ recovery-image] Sep 04 17:20:15.769 INFO O| Sep 04 17:20:15.769 INFO STEP 812 (remove_files) COMPLETE
79952026-09-04T17:20:17.067Z[ recovery-image] Sep 04 17:20:15.769 INFO O| Sep 04 17:20:15.769 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-04T17:20:17.070Z[ recovery-image] Sep 04 17:20:15.780 INFO O| Sep 04 17:20:15.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
79972026-09-04T17:20:17.070Z[ recovery-image] Sep 04 17:20:15.780 INFO O| Sep 04 17:20:15.780 INFO STEP 813 (remove_files) COMPLETE
79982026-09-04T17:20:17.070Z[ recovery-image] Sep 04 17:20:15.780 INFO O| Sep 04 17:20:15.780 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-04T17:20:17.081Z[ recovery-image] Sep 04 17:20:15.790 INFO O| Sep 04 17:20:15.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
80002026-09-04T17:20:17.081Z[ recovery-image] Sep 04 17:20:15.790 INFO O| Sep 04 17:20:15.790 INFO STEP 814 (remove_files) COMPLETE
80012026-09-04T17:20:17.085Z[ recovery-image] Sep 04 17:20:15.790 INFO O| Sep 04 17:20:15.790 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-04T17:20:17.088Z[ recovery-image] Sep 04 17:20:15.799 INFO O| Sep 04 17:20:15.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
80032026-09-04T17:20:17.088Z[ recovery-image] Sep 04 17:20:15.799 INFO O| Sep 04 17:20:15.799 INFO STEP 815 (remove_files) COMPLETE
80042026-09-04T17:20:17.093Z[ recovery-image] Sep 04 17:20:15.799 INFO O| Sep 04 17:20:15.799 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-04T17:20:17.098Z[ recovery-image] Sep 04 17:20:15.809 INFO O| Sep 04 17:20:15.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
80062026-09-04T17:20:17.101Z[ recovery-image] Sep 04 17:20:15.809 INFO O| Sep 04 17:20:15.809 INFO STEP 816 (remove_files) COMPLETE
80072026-09-04T17:20:17.101Z[ recovery-image] Sep 04 17:20:15.809 INFO O| Sep 04 17:20:15.809 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-04T17:20:17.109Z[ recovery-image] Sep 04 17:20:15.819 INFO O| Sep 04 17:20:15.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
80092026-09-04T17:20:17.109Z[ recovery-image] Sep 04 17:20:15.819 INFO O| Sep 04 17:20:15.819 INFO STEP 817 (remove_files) COMPLETE
80102026-09-04T17:20:17.109Z[ recovery-image] Sep 04 17:20:15.819 INFO O| Sep 04 17:20:15.819 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-04T17:20:17.117Z[ recovery-image] Sep 04 17:20:15.828 INFO O| Sep 04 17:20:15.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
80122026-09-04T17:20:17.117Z[ recovery-image] Sep 04 17:20:15.828 INFO O| Sep 04 17:20:15.828 INFO STEP 818 (remove_files) COMPLETE
80132026-09-04T17:20:17.118Z[ recovery-image] Sep 04 17:20:15.828 INFO O| Sep 04 17:20:15.828 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-04T17:20:17.128Z[ recovery-image] Sep 04 17:20:15.837 INFO O| Sep 04 17:20:15.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
80152026-09-04T17:20:17.128Z[ recovery-image] Sep 04 17:20:15.837 INFO O| Sep 04 17:20:15.837 INFO STEP 819 (remove_files) COMPLETE
80162026-09-04T17:20:17.128Z[ recovery-image] Sep 04 17:20:15.837 INFO O| Sep 04 17:20:15.837 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-04T17:20:17.135Z[ recovery-image] Sep 04 17:20:15.845 INFO O| Sep 04 17:20:15.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
80182026-09-04T17:20:17.135Z[ recovery-image] Sep 04 17:20:15.845 INFO O| Sep 04 17:20:15.845 INFO STEP 820 (remove_files) COMPLETE
80192026-09-04T17:20:17.135Z[ recovery-image] Sep 04 17:20:15.845 INFO O| Sep 04 17:20:15.845 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-04T17:20:17.143Z[ recovery-image] Sep 04 17:20:15.854 INFO O| Sep 04 17:20:15.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
80212026-09-04T17:20:17.143Z[ recovery-image] Sep 04 17:20:15.854 INFO O| Sep 04 17:20:15.854 INFO STEP 821 (remove_files) COMPLETE
80222026-09-04T17:20:17.147Z[ recovery-image] Sep 04 17:20:15.854 INFO O| Sep 04 17:20:15.854 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-04T17:20:17.153Z[ recovery-image] Sep 04 17:20:15.862 INFO O| Sep 04 17:20:15.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
80242026-09-04T17:20:17.154Z[ recovery-image] Sep 04 17:20:15.862 INFO O| Sep 04 17:20:15.862 INFO STEP 822 (remove_files) COMPLETE
80252026-09-04T17:20:17.154Z[ recovery-image] Sep 04 17:20:15.862 INFO O| Sep 04 17:20:15.862 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-04T17:20:17.170Z[ recovery-image] Sep 04 17:20:15.871 INFO O| Sep 04 17:20:15.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
80272026-09-04T17:20:17.170Z[ recovery-image] Sep 04 17:20:15.871 INFO O| Sep 04 17:20:15.871 INFO STEP 823 (remove_files) COMPLETE
80282026-09-04T17:20:17.175Z[ recovery-image] Sep 04 17:20:15.871 INFO O| Sep 04 17:20:15.871 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-04T17:20:17.175Z[ recovery-image] Sep 04 17:20:15.879 INFO O| Sep 04 17:20:15.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
80302026-09-04T17:20:17.175Z[ recovery-image] Sep 04 17:20:15.880 INFO O| Sep 04 17:20:15.880 INFO STEP 824 (remove_files) COMPLETE
80312026-09-04T17:20:17.175Z[ recovery-image] Sep 04 17:20:15.880 INFO O| Sep 04 17:20:15.880 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-04T17:20:17.178Z[ recovery-image] Sep 04 17:20:15.889 INFO O| Sep 04 17:20:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
80332026-09-04T17:20:17.178Z[ recovery-image] Sep 04 17:20:15.889 INFO O| Sep 04 17:20:15.889 INFO STEP 825 (remove_files) COMPLETE
80342026-09-04T17:20:17.178Z[ recovery-image] Sep 04 17:20:15.889 INFO O| Sep 04 17:20:15.889 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-04T17:20:17.187Z[ recovery-image] Sep 04 17:20:15.897 INFO O| Sep 04 17:20:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
80362026-09-04T17:20:17.187Z[ recovery-image] Sep 04 17:20:15.897 INFO O| Sep 04 17:20:15.897 INFO STEP 826 (remove_files) COMPLETE
80372026-09-04T17:20:17.187Z[ recovery-image] Sep 04 17:20:15.898 INFO O| Sep 04 17:20:15.897 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-04T17:20:17.196Z[ recovery-image] Sep 04 17:20:15.907 INFO O| Sep 04 17:20:15.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
80392026-09-04T17:20:17.196Z[ recovery-image] Sep 04 17:20:15.907 INFO O| Sep 04 17:20:15.907 INFO STEP 827 (remove_files) COMPLETE
80402026-09-04T17:20:17.199Z[ recovery-image] Sep 04 17:20:15.907 INFO O| Sep 04 17:20:15.907 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-09-04T17:20:17.206Z[ recovery-image] Sep 04 17:20:15.917 INFO O| Sep 04 17:20:15.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
80422026-09-04T17:20:17.210Z[ recovery-image] Sep 04 17:20:15.918 INFO O| Sep 04 17:20:15.918 INFO STEP 828 (remove_files) COMPLETE
80432026-09-04T17:20:17.211Z[ recovery-image] Sep 04 17:20:15.918 INFO O| Sep 04 17:20:15.918 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-04T17:20:17.217Z[ recovery-image] Sep 04 17:20:15.928 INFO O| Sep 04 17:20:15.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
80452026-09-04T17:20:17.217Z[ recovery-image] Sep 04 17:20:15.928 INFO O| Sep 04 17:20:15.928 INFO STEP 829 (remove_files) COMPLETE
80462026-09-04T17:20:17.221Z[ recovery-image] Sep 04 17:20:15.928 INFO O| Sep 04 17:20:15.928 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-04T17:20:17.228Z[ recovery-image] Sep 04 17:20:15.939 INFO O| Sep 04 17:20:15.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
80482026-09-04T17:20:17.228Z[ recovery-image] Sep 04 17:20:15.939 INFO O| Sep 04 17:20:15.939 INFO STEP 830 (remove_files) COMPLETE
80492026-09-04T17:20:17.231Z[ recovery-image] Sep 04 17:20:15.939 INFO O| Sep 04 17:20:15.939 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-04T17:20:17.238Z[ recovery-image] Sep 04 17:20:15.949 INFO O| Sep 04 17:20:15.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
80512026-09-04T17:20:17.238Z[ recovery-image] Sep 04 17:20:15.949 INFO O| Sep 04 17:20:15.949 INFO STEP 831 (remove_files) COMPLETE
80522026-09-04T17:20:17.238Z[ recovery-image] Sep 04 17:20:15.949 INFO O| Sep 04 17:20:15.949 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-04T17:20:17.248Z[ recovery-image] Sep 04 17:20:15.959 INFO O| Sep 04 17:20:15.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
80542026-09-04T17:20:17.251Z[ recovery-image] Sep 04 17:20:15.959 INFO O| Sep 04 17:20:15.959 INFO STEP 832 (remove_files) COMPLETE
80552026-09-04T17:20:17.251Z[ recovery-image] Sep 04 17:20:15.959 INFO O| Sep 04 17:20:15.959 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-04T17:20:17.258Z[ recovery-image] Sep 04 17:20:15.969 INFO O| Sep 04 17:20:15.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
80572026-09-04T17:20:17.258Z[ recovery-image] Sep 04 17:20:15.969 INFO O| Sep 04 17:20:15.969 INFO STEP 833 (remove_files) COMPLETE
80582026-09-04T17:20:17.261Z[ recovery-image] Sep 04 17:20:15.969 INFO O| Sep 04 17:20:15.969 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-04T17:20:17.267Z[ recovery-image] Sep 04 17:20:15.978 INFO O| Sep 04 17:20:15.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
80602026-09-04T17:20:17.267Z[ recovery-image] Sep 04 17:20:15.978 INFO O| Sep 04 17:20:15.978 INFO STEP 834 (remove_files) COMPLETE
80612026-09-04T17:20:17.267Z[ recovery-image] Sep 04 17:20:15.978 INFO O| Sep 04 17:20:15.978 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-09-04T17:20:17.277Z[ recovery-image] Sep 04 17:20:15.987 INFO O| Sep 04 17:20:15.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
80632026-09-04T17:20:17.277Z[ recovery-image] Sep 04 17:20:15.987 INFO O| Sep 04 17:20:15.987 INFO STEP 835 (remove_files) COMPLETE
80642026-09-04T17:20:17.277Z[ recovery-image] Sep 04 17:20:15.987 INFO O| Sep 04 17:20:15.987 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-09-04T17:20:17.286Z[ recovery-image] Sep 04 17:20:15.996 INFO O| Sep 04 17:20:15.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
80662026-09-04T17:20:17.286Z[ recovery-image] Sep 04 17:20:15.997 INFO O| Sep 04 17:20:15.996 INFO STEP 836 (remove_files) COMPLETE
80672026-09-04T17:20:17.286Z[ recovery-image] Sep 04 17:20:15.997 INFO O| Sep 04 17:20:15.997 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-09-04T17:20:17.306Z[ recovery-image] Sep 04 17:20:16.017 INFO O| Sep 04 17:20:16.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
80692026-09-04T17:20:17.306Z[ recovery-image] Sep 04 17:20:16.017 INFO O| Sep 04 17:20:16.007 INFO STEP 837 (remove_files) COMPLETE
80702026-09-04T17:20:17.306Z[ host-image] Sep 04 17:20:16.017 INFO O| installing packages...
80712026-09-04T17:20:17.306Z[ recovery-image] Sep 04 17:20:16.017 INFO O| Sep 04 17:20:16.007 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-09-04T17:20:17.306Z[ recovery-image] Sep 04 17:20:16.017 INFO O| Sep 04 17:20:16.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
80732026-09-04T17:20:17.310Z[ recovery-image] Sep 04 17:20:16.017 INFO O| Sep 04 17:20:16.015 INFO STEP 838 (remove_files) COMPLETE
80742026-09-04T17:20:17.310Z[ recovery-image] Sep 04 17:20:16.017 INFO O| Sep 04 17:20:16.015 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-09-04T17:20:17.313Z[ recovery-image] Sep 04 17:20:16.024 INFO O| Sep 04 17:20:16.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
80762026-09-04T17:20:17.313Z[ recovery-image] Sep 04 17:20:16.024 INFO O| Sep 04 17:20:16.024 INFO STEP 839 (remove_files) COMPLETE
80772026-09-04T17:20:17.313Z[ recovery-image] Sep 04 17:20:16.024 INFO O| Sep 04 17:20:16.024 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-09-04T17:20:17.325Z[ recovery-image] Sep 04 17:20:16.035 INFO O| Sep 04 17:20:16.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
80792026-09-04T17:20:17.325Z[ recovery-image] Sep 04 17:20:16.035 INFO O| Sep 04 17:20:16.035 INFO STEP 840 (remove_files) COMPLETE
80802026-09-04T17:20:17.329Z[ recovery-image] Sep 04 17:20:16.035 INFO O| Sep 04 17:20:16.035 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-09-04T17:20:17.333Z[ recovery-image] Sep 04 17:20:16.044 INFO O| Sep 04 17:20:16.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
80822026-09-04T17:20:17.334Z[ recovery-image] Sep 04 17:20:16.044 INFO O| Sep 04 17:20:16.044 INFO STEP 841 (remove_files) COMPLETE
80832026-09-04T17:20:17.334Z[ recovery-image] Sep 04 17:20:16.044 INFO O| Sep 04 17:20:16.044 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-09-04T17:20:17.343Z[ recovery-image] Sep 04 17:20:16.053 INFO O| Sep 04 17:20:16.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
80852026-09-04T17:20:17.343Z[ recovery-image] Sep 04 17:20:16.054 INFO O| Sep 04 17:20:16.054 INFO STEP 842 (remove_files) COMPLETE
80862026-09-04T17:20:17.347Z[ recovery-image] Sep 04 17:20:16.054 INFO O| Sep 04 17:20:16.054 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-09-04T17:20:17.352Z[ recovery-image] Sep 04 17:20:16.063 INFO O| Sep 04 17:20:16.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
80882026-09-04T17:20:17.352Z[ recovery-image] Sep 04 17:20:16.063 INFO O| Sep 04 17:20:16.063 INFO STEP 843 (remove_files) COMPLETE
80892026-09-04T17:20:17.355Z[ recovery-image] Sep 04 17:20:16.063 INFO O| Sep 04 17:20:16.063 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-09-04T17:20:17.363Z[ recovery-image] Sep 04 17:20:16.073 INFO O| Sep 04 17:20:16.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
80912026-09-04T17:20:17.363Z[ recovery-image] Sep 04 17:20:16.073 INFO O| Sep 04 17:20:16.073 INFO STEP 844 (remove_files) COMPLETE
80922026-09-04T17:20:17.363Z[ recovery-image] Sep 04 17:20:16.073 INFO O| Sep 04 17:20:16.073 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-09-04T17:20:17.373Z[ recovery-image] Sep 04 17:20:16.084 INFO O| Sep 04 17:20:16.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
80942026-09-04T17:20:17.373Z[ recovery-image] Sep 04 17:20:16.084 INFO O| Sep 04 17:20:16.084 INFO STEP 845 (remove_files) COMPLETE
80952026-09-04T17:20:17.377Z[ recovery-image] Sep 04 17:20:16.084 INFO O| Sep 04 17:20:16.084 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-09-04T17:20:17.383Z[ recovery-image] Sep 04 17:20:16.094 INFO O| Sep 04 17:20:16.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
80972026-09-04T17:20:17.383Z[ recovery-image] Sep 04 17:20:16.094 INFO O| Sep 04 17:20:16.094 INFO STEP 846 (remove_files) COMPLETE
80982026-09-04T17:20:17.383Z[ recovery-image] Sep 04 17:20:16.094 INFO O| Sep 04 17:20:16.094 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-09-04T17:20:17.393Z[ recovery-image] Sep 04 17:20:16.103 INFO O| Sep 04 17:20:16.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
81002026-09-04T17:20:17.393Z[ recovery-image] Sep 04 17:20:16.104 INFO O| Sep 04 17:20:16.104 INFO STEP 847 (remove_files) COMPLETE
81012026-09-04T17:20:17.393Z[ recovery-image] Sep 04 17:20:16.104 INFO O| Sep 04 17:20:16.104 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-09-04T17:20:17.402Z[ recovery-image] Sep 04 17:20:16.113 INFO O| Sep 04 17:20:16.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
81032026-09-04T17:20:17.402Z[ recovery-image] Sep 04 17:20:16.113 INFO O| Sep 04 17:20:16.113 INFO STEP 848 (remove_files) COMPLETE
81042026-09-04T17:20:17.402Z[ recovery-image] Sep 04 17:20:16.113 INFO O| Sep 04 17:20:16.113 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-09-04T17:20:17.413Z[ recovery-image] Sep 04 17:20:16.124 INFO O| Sep 04 17:20:16.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
81062026-09-04T17:20:17.413Z[ recovery-image] Sep 04 17:20:16.124 INFO O| Sep 04 17:20:16.124 INFO STEP 849 (remove_files) COMPLETE
81072026-09-04T17:20:17.413Z[ recovery-image] Sep 04 17:20:16.124 INFO O| Sep 04 17:20:16.124 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-09-04T17:20:17.422Z[ recovery-image] Sep 04 17:20:16.133 INFO O| Sep 04 17:20:16.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
81092026-09-04T17:20:17.422Z[ recovery-image] Sep 04 17:20:16.133 INFO O| Sep 04 17:20:16.133 INFO STEP 850 (remove_files) COMPLETE
81102026-09-04T17:20:17.422Z[ recovery-image] Sep 04 17:20:16.133 INFO O| Sep 04 17:20:16.133 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-09-04T17:20:17.431Z[ recovery-image] Sep 04 17:20:16.142 INFO O| Sep 04 17:20:16.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
81122026-09-04T17:20:17.431Z[ recovery-image] Sep 04 17:20:16.142 INFO O| Sep 04 17:20:16.142 INFO STEP 851 (remove_files) COMPLETE
81132026-09-04T17:20:17.431Z[ recovery-image] Sep 04 17:20:16.142 INFO O| Sep 04 17:20:16.142 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-09-04T17:20:17.440Z[ recovery-image] Sep 04 17:20:16.150 INFO O| Sep 04 17:20:16.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
81152026-09-04T17:20:17.440Z[ recovery-image] Sep 04 17:20:16.151 INFO O| Sep 04 17:20:16.151 INFO STEP 852 (remove_files) COMPLETE
81162026-09-04T17:20:17.444Z[ recovery-image] Sep 04 17:20:16.151 INFO O| Sep 04 17:20:16.151 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-09-04T17:20:17.448Z[ recovery-image] Sep 04 17:20:16.159 INFO O| Sep 04 17:20:16.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
81182026-09-04T17:20:17.448Z[ recovery-image] Sep 04 17:20:16.159 INFO O| Sep 04 17:20:16.159 INFO STEP 853 (remove_files) COMPLETE
81192026-09-04T17:20:17.448Z[ recovery-image] Sep 04 17:20:16.159 INFO O| Sep 04 17:20:16.159 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-09-04T17:20:17.456Z[ recovery-image] Sep 04 17:20:16.167 INFO O| Sep 04 17:20:16.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
81212026-09-04T17:20:17.456Z[ recovery-image] Sep 04 17:20:16.167 INFO O| Sep 04 17:20:16.167 INFO STEP 854 (remove_files) COMPLETE
81222026-09-04T17:20:17.460Z[ recovery-image] Sep 04 17:20:16.167 INFO O| Sep 04 17:20:16.167 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-09-04T17:20:17.464Z[ recovery-image] Sep 04 17:20:16.175 INFO O| Sep 04 17:20:16.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
81242026-09-04T17:20:17.464Z[ recovery-image] Sep 04 17:20:16.175 INFO O| Sep 04 17:20:16.175 INFO STEP 855 (remove_files) COMPLETE
81252026-09-04T17:20:17.468Z[ recovery-image] Sep 04 17:20:16.175 INFO O| Sep 04 17:20:16.175 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-09-04T17:20:17.473Z[ recovery-image] Sep 04 17:20:16.184 INFO O| Sep 04 17:20:16.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
81272026-09-04T17:20:17.473Z[ recovery-image] Sep 04 17:20:16.184 INFO O| Sep 04 17:20:16.184 INFO STEP 856 (remove_files) COMPLETE
81282026-09-04T17:20:17.473Z[ recovery-image] Sep 04 17:20:16.184 INFO O| Sep 04 17:20:16.184 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-09-04T17:20:17.482Z[ recovery-image] Sep 04 17:20:16.193 INFO O| Sep 04 17:20:16.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
81302026-09-04T17:20:17.482Z[ recovery-image] Sep 04 17:20:16.193 INFO O| Sep 04 17:20:16.193 INFO STEP 857 (remove_files) COMPLETE
81312026-09-04T17:20:17.482Z[ recovery-image] Sep 04 17:20:16.193 INFO O| Sep 04 17:20:16.193 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-09-04T17:20:17.491Z[ recovery-image] Sep 04 17:20:16.201 INFO O| Sep 04 17:20:16.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
81332026-09-04T17:20:17.491Z[ recovery-image] Sep 04 17:20:16.201 INFO O| Sep 04 17:20:16.201 INFO STEP 858 (remove_files) COMPLETE
81342026-09-04T17:20:17.491Z[ recovery-image] Sep 04 17:20:16.201 INFO O| Sep 04 17:20:16.201 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-09-04T17:20:17.499Z[ recovery-image] Sep 04 17:20:16.210 INFO O| Sep 04 17:20:16.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
81362026-09-04T17:20:17.499Z[ recovery-image] Sep 04 17:20:16.210 INFO O| Sep 04 17:20:16.210 INFO STEP 859 (remove_files) COMPLETE
81372026-09-04T17:20:17.502Z[ recovery-image] Sep 04 17:20:16.210 INFO O| Sep 04 17:20:16.210 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-09-04T17:20:17.510Z[ recovery-image] Sep 04 17:20:16.221 INFO O| Sep 04 17:20:16.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
81392026-09-04T17:20:17.513Z[ recovery-image] Sep 04 17:20:16.221 INFO O| Sep 04 17:20:16.221 INFO STEP 860 (remove_files) COMPLETE
81402026-09-04T17:20:17.513Z[ recovery-image] Sep 04 17:20:16.221 INFO O| Sep 04 17:20:16.221 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-09-04T17:20:17.520Z[ recovery-image] Sep 04 17:20:16.231 INFO O| Sep 04 17:20:16.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
81422026-09-04T17:20:17.520Z[ recovery-image] Sep 04 17:20:16.231 INFO O| Sep 04 17:20:16.231 INFO STEP 861 (remove_files) COMPLETE
81432026-09-04T17:20:17.524Z[ recovery-image] Sep 04 17:20:16.231 INFO O| Sep 04 17:20:16.231 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-09-04T17:20:17.530Z[ recovery-image] Sep 04 17:20:16.241 INFO O| Sep 04 17:20:16.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
81452026-09-04T17:20:17.530Z[ recovery-image] Sep 04 17:20:16.241 INFO O| Sep 04 17:20:16.241 INFO STEP 862 (remove_files) COMPLETE
81462026-09-04T17:20:17.534Z[ recovery-image] Sep 04 17:20:16.241 INFO O| Sep 04 17:20:16.241 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-09-04T17:20:17.541Z[ recovery-image] Sep 04 17:20:16.252 INFO O| Sep 04 17:20:16.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
81482026-09-04T17:20:17.541Z[ recovery-image] Sep 04 17:20:16.252 INFO O| Sep 04 17:20:16.252 INFO STEP 863 (remove_files) COMPLETE
81492026-09-04T17:20:17.541Z[ recovery-image] Sep 04 17:20:16.252 INFO O| Sep 04 17:20:16.252 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-09-04T17:20:17.550Z[ recovery-image] Sep 04 17:20:16.261 INFO O| Sep 04 17:20:16.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
81512026-09-04T17:20:17.550Z[ recovery-image] Sep 04 17:20:16.261 INFO O| Sep 04 17:20:16.261 INFO STEP 864 (remove_files) COMPLETE
81522026-09-04T17:20:17.553Z[ recovery-image] Sep 04 17:20:16.261 INFO O| Sep 04 17:20:16.261 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-09-04T17:20:17.558Z[ recovery-image] Sep 04 17:20:16.269 INFO O| Sep 04 17:20:16.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
81542026-09-04T17:20:17.558Z[ recovery-image] Sep 04 17:20:16.269 INFO O| Sep 04 17:20:16.269 INFO STEP 865 (remove_files) COMPLETE
81552026-09-04T17:20:17.562Z[ recovery-image] Sep 04 17:20:16.269 INFO O| Sep 04 17:20:16.269 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-09-04T17:20:17.568Z[ recovery-image] Sep 04 17:20:16.279 INFO O| Sep 04 17:20:16.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
81572026-09-04T17:20:17.568Z[ recovery-image] Sep 04 17:20:16.279 INFO O| Sep 04 17:20:16.279 INFO STEP 866 (remove_files) COMPLETE
81582026-09-04T17:20:17.571Z[ recovery-image] Sep 04 17:20:16.279 INFO O| Sep 04 17:20:16.279 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-09-04T17:20:17.577Z[ recovery-image] Sep 04 17:20:16.288 INFO O| Sep 04 17:20:16.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
81602026-09-04T17:20:17.577Z[ recovery-image] Sep 04 17:20:16.288 INFO O| Sep 04 17:20:16.288 INFO STEP 867 (remove_files) COMPLETE
81612026-09-04T17:20:17.577Z[ recovery-image] Sep 04 17:20:16.288 INFO O| Sep 04 17:20:16.288 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-09-04T17:20:17.586Z[ recovery-image] Sep 04 17:20:16.297 INFO O| Sep 04 17:20:16.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
81632026-09-04T17:20:17.586Z[ recovery-image] Sep 04 17:20:16.297 INFO O| Sep 04 17:20:16.297 INFO STEP 868 (remove_files) COMPLETE
81642026-09-04T17:20:17.586Z[ recovery-image] Sep 04 17:20:16.297 INFO O| Sep 04 17:20:16.297 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-09-04T17:20:17.594Z[ recovery-image] Sep 04 17:20:16.305 INFO O| Sep 04 17:20:16.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
81662026-09-04T17:20:17.594Z[ recovery-image] Sep 04 17:20:16.305 INFO O| Sep 04 17:20:16.305 INFO STEP 869 (remove_files) COMPLETE
81672026-09-04T17:20:17.594Z[ recovery-image] Sep 04 17:20:16.305 INFO O| Sep 04 17:20:16.305 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-09-04T17:20:17.603Z[ recovery-image] Sep 04 17:20:16.314 INFO O| Sep 04 17:20:16.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
81692026-09-04T17:20:17.603Z[ recovery-image] Sep 04 17:20:16.314 INFO O| Sep 04 17:20:16.314 INFO STEP 870 (remove_files) COMPLETE
81702026-09-04T17:20:17.603Z[ recovery-image] Sep 04 17:20:16.314 INFO O| Sep 04 17:20:16.314 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-04T17:20:17.612Z[ recovery-image] Sep 04 17:20:16.323 INFO O| Sep 04 17:20:16.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
81722026-09-04T17:20:17.613Z[ recovery-image] Sep 04 17:20:16.323 INFO O| Sep 04 17:20:16.323 INFO STEP 871 (remove_files) COMPLETE
81732026-09-04T17:20:17.613Z[ recovery-image] Sep 04 17:20:16.323 INFO O| Sep 04 17:20:16.323 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-09-04T17:20:17.622Z[ recovery-image] Sep 04 17:20:16.332 INFO O| Sep 04 17:20:16.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
81752026-09-04T17:20:17.622Z[ recovery-image] Sep 04 17:20:16.332 INFO O| Sep 04 17:20:16.332 INFO STEP 872 (remove_files) COMPLETE
81762026-09-04T17:20:17.625Z[ recovery-image] Sep 04 17:20:16.332 INFO O| Sep 04 17:20:16.332 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-09-04T17:20:17.631Z[ recovery-image] Sep 04 17:20:16.342 INFO O| Sep 04 17:20:16.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
81782026-09-04T17:20:17.631Z[ recovery-image] Sep 04 17:20:16.342 INFO O| Sep 04 17:20:16.342 INFO STEP 873 (remove_files) COMPLETE
81792026-09-04T17:20:17.631Z[ recovery-image] Sep 04 17:20:16.342 INFO O| Sep 04 17:20:16.342 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-04T17:20:17.643Z[ recovery-image] Sep 04 17:20:16.353 INFO O| Sep 04 17:20:16.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
81812026-09-04T17:20:17.643Z[ recovery-image] Sep 04 17:20:16.354 INFO O| Sep 04 17:20:16.353 INFO STEP 874 (remove_files) COMPLETE
81822026-09-04T17:20:17.643Z[ recovery-image] Sep 04 17:20:16.354 INFO O| Sep 04 17:20:16.353 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-09-04T17:20:17.653Z[ recovery-image] Sep 04 17:20:16.364 INFO O| Sep 04 17:20:16.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
81842026-09-04T17:20:17.653Z[ recovery-image] Sep 04 17:20:16.364 INFO O| Sep 04 17:20:16.364 INFO STEP 875 (remove_files) COMPLETE
81852026-09-04T17:20:17.653Z[ recovery-image] Sep 04 17:20:16.364 INFO O| Sep 04 17:20:16.364 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-09-04T17:20:17.663Z[ recovery-image] Sep 04 17:20:16.374 INFO O| Sep 04 17:20:16.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
81872026-09-04T17:20:17.663Z[ recovery-image] Sep 04 17:20:16.374 INFO O| Sep 04 17:20:16.374 INFO STEP 876 (remove_files) COMPLETE
81882026-09-04T17:20:17.663Z[ recovery-image] Sep 04 17:20:16.374 INFO O| Sep 04 17:20:16.374 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-09-04T17:20:17.673Z[ recovery-image] Sep 04 17:20:16.384 INFO O| Sep 04 17:20:16.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
81902026-09-04T17:20:17.673Z[ recovery-image] Sep 04 17:20:16.384 INFO O| Sep 04 17:20:16.384 INFO STEP 877 (remove_files) COMPLETE
81912026-09-04T17:20:17.676Z[ recovery-image] Sep 04 17:20:16.384 INFO O| Sep 04 17:20:16.384 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-09-04T17:20:17.682Z[ recovery-image] Sep 04 17:20:16.393 INFO O| Sep 04 17:20:16.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
81932026-09-04T17:20:17.682Z[ recovery-image] Sep 04 17:20:16.393 INFO O| Sep 04 17:20:16.393 INFO STEP 878 (remove_files) COMPLETE
81942026-09-04T17:20:17.682Z[ recovery-image] Sep 04 17:20:16.393 INFO O| Sep 04 17:20:16.393 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-09-04T17:20:17.692Z[ recovery-image] Sep 04 17:20:16.403 INFO O| Sep 04 17:20:16.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
81962026-09-04T17:20:17.692Z[ recovery-image] Sep 04 17:20:16.403 INFO O| Sep 04 17:20:16.403 INFO STEP 879 (remove_files) COMPLETE
81972026-09-04T17:20:17.696Z[ recovery-image] Sep 04 17:20:16.403 INFO O| Sep 04 17:20:16.403 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-09-04T17:20:17.701Z[ recovery-image] Sep 04 17:20:16.412 INFO O| Sep 04 17:20:16.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
81992026-09-04T17:20:17.701Z[ recovery-image] Sep 04 17:20:16.412 INFO O| Sep 04 17:20:16.412 INFO STEP 880 (remove_files) COMPLETE
82002026-09-04T17:20:17.701Z[ recovery-image] Sep 04 17:20:16.412 INFO O| Sep 04 17:20:16.412 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-09-04T17:20:17.712Z[ recovery-image] Sep 04 17:20:16.422 INFO O| Sep 04 17:20:16.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
82022026-09-04T17:20:17.712Z[ recovery-image] Sep 04 17:20:16.423 INFO O| Sep 04 17:20:16.423 INFO STEP 881 (remove_files) COMPLETE
82032026-09-04T17:20:17.712Z[ recovery-image] Sep 04 17:20:16.423 INFO O| Sep 04 17:20:16.423 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-09-04T17:20:17.721Z[ recovery-image] Sep 04 17:20:16.432 INFO O| Sep 04 17:20:16.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
82052026-09-04T17:20:17.721Z[ recovery-image] Sep 04 17:20:16.432 INFO O| Sep 04 17:20:16.432 INFO STEP 882 (remove_files) COMPLETE
82062026-09-04T17:20:17.721Z[ recovery-image] Sep 04 17:20:16.432 INFO O| Sep 04 17:20:16.432 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-04T17:20:17.730Z[ recovery-image] Sep 04 17:20:16.441 INFO O| Sep 04 17:20:16.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
82082026-09-04T17:20:17.730Z[ recovery-image] Sep 04 17:20:16.441 INFO O| Sep 04 17:20:16.441 INFO STEP 883 (remove_files) COMPLETE
82092026-09-04T17:20:17.730Z[ recovery-image] Sep 04 17:20:16.441 INFO O| Sep 04 17:20:16.441 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-04T17:20:17.740Z[ recovery-image] Sep 04 17:20:16.450 INFO O| Sep 04 17:20:16.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
82112026-09-04T17:20:17.740Z[ recovery-image] Sep 04 17:20:16.450 INFO O| Sep 04 17:20:16.450 INFO STEP 884 (remove_files) COMPLETE
82122026-09-04T17:20:17.740Z[ recovery-image] Sep 04 17:20:16.450 INFO O| Sep 04 17:20:16.450 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-04T17:20:17.748Z[ recovery-image] Sep 04 17:20:16.459 INFO O| Sep 04 17:20:16.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
82142026-09-04T17:20:17.748Z[ recovery-image] Sep 04 17:20:16.459 INFO O| Sep 04 17:20:16.459 INFO STEP 885 (remove_files) COMPLETE
82152026-09-04T17:20:17.748Z[ recovery-image] Sep 04 17:20:16.459 INFO O| Sep 04 17:20:16.459 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-04T17:20:17.758Z[ recovery-image] Sep 04 17:20:16.468 INFO O| Sep 04 17:20:16.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
82172026-09-04T17:20:17.758Z[ recovery-image] Sep 04 17:20:16.468 INFO O| Sep 04 17:20:16.468 INFO STEP 886 (remove_files) COMPLETE
82182026-09-04T17:20:17.758Z[ recovery-image] Sep 04 17:20:16.468 INFO O| Sep 04 17:20:16.468 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-04T17:20:17.767Z[ recovery-image] Sep 04 17:20:16.478 INFO O| Sep 04 17:20:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
82202026-09-04T17:20:17.768Z[ recovery-image] Sep 04 17:20:16.478 INFO O| Sep 04 17:20:16.478 INFO STEP 887 (remove_files) COMPLETE
82212026-09-04T17:20:17.771Z[ recovery-image] Sep 04 17:20:16.478 INFO O| Sep 04 17:20:16.478 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-04T17:20:17.777Z[ recovery-image] Sep 04 17:20:16.488 INFO O| Sep 04 17:20:16.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
82232026-09-04T17:20:17.777Z[ recovery-image] Sep 04 17:20:16.488 INFO O| Sep 04 17:20:16.488 INFO STEP 888 (remove_files) COMPLETE
82242026-09-04T17:20:17.777Z[ recovery-image] Sep 04 17:20:16.488 INFO O| Sep 04 17:20:16.488 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-04T17:20:17.786Z[ recovery-image] Sep 04 17:20:16.496 INFO O| Sep 04 17:20:16.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
82262026-09-04T17:20:17.786Z[ recovery-image] Sep 04 17:20:16.497 INFO O| Sep 04 17:20:16.497 INFO STEP 889 (remove_files) COMPLETE
82272026-09-04T17:20:17.786Z[ recovery-image] Sep 04 17:20:16.497 INFO O| Sep 04 17:20:16.497 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-09-04T17:20:17.794Z[ recovery-image] Sep 04 17:20:16.505 INFO O| Sep 04 17:20:16.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
82292026-09-04T17:20:17.794Z[ recovery-image] Sep 04 17:20:16.505 INFO O| Sep 04 17:20:16.505 INFO STEP 890 (remove_files) COMPLETE
82302026-09-04T17:20:17.797Z[ recovery-image] Sep 04 17:20:16.505 INFO O| Sep 04 17:20:16.505 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-09-04T17:20:17.802Z[ recovery-image] Sep 04 17:20:16.513 INFO O| Sep 04 17:20:16.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
82322026-09-04T17:20:17.802Z[ recovery-image] Sep 04 17:20:16.513 INFO O| Sep 04 17:20:16.513 INFO STEP 891 (remove_files) COMPLETE
82332026-09-04T17:20:17.802Z[ recovery-image] Sep 04 17:20:16.513 INFO O| Sep 04 17:20:16.513 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-09-04T17:20:17.811Z[ recovery-image] Sep 04 17:20:16.522 INFO O| Sep 04 17:20:16.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
82352026-09-04T17:20:17.811Z[ recovery-image] Sep 04 17:20:16.522 INFO O| Sep 04 17:20:16.522 INFO STEP 892 (remove_files) COMPLETE
82362026-09-04T17:20:17.814Z[ recovery-image] Sep 04 17:20:16.522 INFO O| Sep 04 17:20:16.522 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-09-04T17:20:17.820Z[ recovery-image] Sep 04 17:20:16.530 INFO O| Sep 04 17:20:16.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
82382026-09-04T17:20:17.820Z[ recovery-image] Sep 04 17:20:16.531 INFO O| Sep 04 17:20:16.531 INFO STEP 893 (remove_files) COMPLETE
82392026-09-04T17:20:17.820Z[ recovery-image] Sep 04 17:20:16.531 INFO O| Sep 04 17:20:16.531 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-09-04T17:20:17.828Z[ recovery-image] Sep 04 17:20:16.539 INFO O| Sep 04 17:20:16.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
82412026-09-04T17:20:17.828Z[ recovery-image] Sep 04 17:20:16.539 INFO O| Sep 04 17:20:16.539 INFO STEP 894 (remove_files) COMPLETE
82422026-09-04T17:20:17.828Z[ recovery-image] Sep 04 17:20:16.539 INFO O| Sep 04 17:20:16.539 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-09-04T17:20:17.838Z[ recovery-image] Sep 04 17:20:16.549 INFO O| Sep 04 17:20:16.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
82442026-09-04T17:20:17.838Z[ recovery-image] Sep 04 17:20:16.549 INFO O| Sep 04 17:20:16.549 INFO STEP 895 (remove_files) COMPLETE
82452026-09-04T17:20:17.838Z[ recovery-image] Sep 04 17:20:16.549 INFO O| Sep 04 17:20:16.549 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-09-04T17:20:17.848Z[ recovery-image] Sep 04 17:20:16.559 INFO O| Sep 04 17:20:16.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
82472026-09-04T17:20:17.848Z[ recovery-image] Sep 04 17:20:16.559 INFO O| Sep 04 17:20:16.559 INFO STEP 896 (remove_files) COMPLETE
82482026-09-04T17:20:17.848Z[ recovery-image] Sep 04 17:20:16.559 INFO O| Sep 04 17:20:16.559 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-09-04T17:20:17.858Z[ recovery-image] Sep 04 17:20:16.569 INFO O| Sep 04 17:20:16.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
82502026-09-04T17:20:17.858Z[ recovery-image] Sep 04 17:20:16.569 INFO O| Sep 04 17:20:16.569 INFO STEP 897 (remove_files) COMPLETE
82512026-09-04T17:20:17.861Z[ recovery-image] Sep 04 17:20:16.569 INFO O| Sep 04 17:20:16.569 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-09-04T17:20:17.868Z[ recovery-image] Sep 04 17:20:16.579 INFO O| Sep 04 17:20:16.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
82532026-09-04T17:20:17.868Z[ recovery-image] Sep 04 17:20:16.579 INFO O| Sep 04 17:20:16.579 INFO STEP 898 (remove_files) COMPLETE
82542026-09-04T17:20:17.868Z[ recovery-image] Sep 04 17:20:16.579 INFO O| Sep 04 17:20:16.579 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-09-04T17:20:17.878Z[ recovery-image] Sep 04 17:20:16.588 INFO O| Sep 04 17:20:16.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
82562026-09-04T17:20:17.878Z[ recovery-image] Sep 04 17:20:16.588 INFO O| Sep 04 17:20:16.588 INFO STEP 899 (remove_files) COMPLETE
82572026-09-04T17:20:17.878Z[ recovery-image] Sep 04 17:20:16.588 INFO O| Sep 04 17:20:16.588 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-09-04T17:20:17.886Z[ recovery-image] Sep 04 17:20:16.597 INFO O| Sep 04 17:20:16.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
82592026-09-04T17:20:17.886Z[ recovery-image] Sep 04 17:20:16.597 INFO O| Sep 04 17:20:16.597 INFO STEP 900 (remove_files) COMPLETE
82602026-09-04T17:20:17.887Z[ recovery-image] Sep 04 17:20:16.597 INFO O| Sep 04 17:20:16.597 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-09-04T17:20:17.895Z[ recovery-image] Sep 04 17:20:16.606 INFO O| Sep 04 17:20:16.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
82622026-09-04T17:20:17.895Z[ recovery-image] Sep 04 17:20:16.606 INFO O| Sep 04 17:20:16.606 INFO STEP 901 (remove_files) COMPLETE
82632026-09-04T17:20:17.895Z[ recovery-image] Sep 04 17:20:16.606 INFO O| Sep 04 17:20:16.606 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-09-04T17:20:17.904Z[ recovery-image] Sep 04 17:20:16.615 INFO O| Sep 04 17:20:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
82652026-09-04T17:20:17.904Z[ recovery-image] Sep 04 17:20:16.615 INFO O| Sep 04 17:20:16.615 INFO STEP 902 (remove_files) COMPLETE
82662026-09-04T17:20:17.904Z[ recovery-image] Sep 04 17:20:16.615 INFO O| Sep 04 17:20:16.615 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-09-04T17:20:17.914Z[ recovery-image] Sep 04 17:20:16.624 INFO O| Sep 04 17:20:16.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
82682026-09-04T17:20:17.914Z[ recovery-image] Sep 04 17:20:16.624 INFO O| Sep 04 17:20:16.624 INFO STEP 903 (remove_files) COMPLETE
82692026-09-04T17:20:17.914Z[ recovery-image] Sep 04 17:20:16.625 INFO O| Sep 04 17:20:16.624 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-09-04T17:20:17.924Z[ recovery-image] Sep 04 17:20:16.635 INFO O| Sep 04 17:20:16.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
82712026-09-04T17:20:17.924Z[ recovery-image] Sep 04 17:20:16.635 INFO O| Sep 04 17:20:16.635 INFO STEP 904 (remove_files) COMPLETE
82722026-09-04T17:20:17.924Z[ recovery-image] Sep 04 17:20:16.635 INFO O| Sep 04 17:20:16.635 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-09-04T17:20:17.932Z[ recovery-image] Sep 04 17:20:16.643 INFO O| Sep 04 17:20:16.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
82742026-09-04T17:20:17.933Z[ recovery-image] Sep 04 17:20:16.643 INFO O| Sep 04 17:20:16.643 INFO STEP 905 (remove_files) COMPLETE
82752026-09-04T17:20:17.936Z[ recovery-image] Sep 04 17:20:16.643 INFO O| Sep 04 17:20:16.643 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-09-04T17:20:17.941Z[ recovery-image] Sep 04 17:20:16.652 INFO O| Sep 04 17:20:16.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
82772026-09-04T17:20:17.941Z[ recovery-image] Sep 04 17:20:16.652 INFO O| Sep 04 17:20:16.652 INFO STEP 906 (remove_files) COMPLETE
82782026-09-04T17:20:17.941Z[ recovery-image] Sep 04 17:20:16.652 INFO O| Sep 04 17:20:16.652 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-09-04T17:20:17.951Z[ recovery-image] Sep 04 17:20:16.662 INFO O| Sep 04 17:20:16.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
82802026-09-04T17:20:17.951Z[ recovery-image] Sep 04 17:20:16.662 INFO O| Sep 04 17:20:16.662 INFO STEP 907 (remove_files) COMPLETE
82812026-09-04T17:20:17.951Z[ recovery-image] Sep 04 17:20:16.662 INFO O| Sep 04 17:20:16.662 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-09-04T17:20:17.961Z[ recovery-image] Sep 04 17:20:16.672 INFO O| Sep 04 17:20:16.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
82832026-09-04T17:20:17.961Z[ recovery-image] Sep 04 17:20:16.672 INFO O| Sep 04 17:20:16.672 INFO STEP 908 (remove_files) COMPLETE
82842026-09-04T17:20:17.961Z[ recovery-image] Sep 04 17:20:16.672 INFO O| Sep 04 17:20:16.672 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-09-04T17:20:17.970Z[ recovery-image] Sep 04 17:20:16.681 INFO O| Sep 04 17:20:16.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
82862026-09-04T17:20:17.970Z[ recovery-image] Sep 04 17:20:16.681 INFO O| Sep 04 17:20:16.681 INFO STEP 909 (remove_files) COMPLETE
82872026-09-04T17:20:17.970Z[ recovery-image] Sep 04 17:20:16.681 INFO O| Sep 04 17:20:16.681 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-09-04T17:20:17.981Z[ recovery-image] Sep 04 17:20:16.691 INFO O| Sep 04 17:20:16.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
82892026-09-04T17:20:17.981Z[ recovery-image] Sep 04 17:20:16.691 INFO O| Sep 04 17:20:16.691 INFO STEP 910 (remove_files) COMPLETE
82902026-09-04T17:20:17.984Z[ recovery-image] Sep 04 17:20:16.691 INFO O| Sep 04 17:20:16.691 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-09-04T17:20:17.990Z[ recovery-image] Sep 04 17:20:16.701 INFO O| Sep 04 17:20:16.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
82922026-09-04T17:20:17.990Z[ recovery-image] Sep 04 17:20:16.701 INFO O| Sep 04 17:20:16.701 INFO STEP 911 (remove_files) COMPLETE
82932026-09-04T17:20:17.994Z[ recovery-image] Sep 04 17:20:16.701 INFO O| Sep 04 17:20:16.701 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-09-04T17:20:17.998Z[ recovery-image] Sep 04 17:20:16.709 INFO O| Sep 04 17:20:16.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
82952026-09-04T17:20:17.998Z[ recovery-image] Sep 04 17:20:16.709 INFO O| Sep 04 17:20:16.709 INFO STEP 912 (remove_files) COMPLETE
82962026-09-04T17:20:17.998Z[ recovery-image] Sep 04 17:20:16.709 INFO O| Sep 04 17:20:16.709 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-09-04T17:20:18.007Z[ recovery-image] Sep 04 17:20:16.718 INFO O| Sep 04 17:20:16.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
82982026-09-04T17:20:18.007Z[ recovery-image] Sep 04 17:20:16.718 INFO O| Sep 04 17:20:16.718 INFO STEP 913 (remove_files) COMPLETE
82992026-09-04T17:20:18.007Z[ recovery-image] Sep 04 17:20:16.718 INFO O| Sep 04 17:20:16.718 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-09-04T17:20:18.016Z[ recovery-image] Sep 04 17:20:16.726 INFO O| Sep 04 17:20:16.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
83012026-09-04T17:20:18.016Z[ recovery-image] Sep 04 17:20:16.727 INFO O| Sep 04 17:20:16.727 INFO STEP 914 (remove_files) COMPLETE
83022026-09-04T17:20:18.016Z[ recovery-image] Sep 04 17:20:16.727 INFO O| Sep 04 17:20:16.727 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-09-04T17:20:18.026Z[ recovery-image] Sep 04 17:20:16.737 INFO O| Sep 04 17:20:16.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
83042026-09-04T17:20:18.026Z[ recovery-image] Sep 04 17:20:16.737 INFO O| Sep 04 17:20:16.737 INFO STEP 915 (remove_files) COMPLETE
83052026-09-04T17:20:18.026Z[ recovery-image] Sep 04 17:20:16.737 INFO O| Sep 04 17:20:16.737 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-09-04T17:20:18.036Z[ recovery-image] Sep 04 17:20:16.747 INFO O| Sep 04 17:20:16.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
83072026-09-04T17:20:18.036Z[ recovery-image] Sep 04 17:20:16.747 INFO O| Sep 04 17:20:16.747 INFO STEP 916 (remove_files) COMPLETE
83082026-09-04T17:20:18.039Z[ recovery-image] Sep 04 17:20:16.747 INFO O| Sep 04 17:20:16.747 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-09-04T17:20:18.045Z[ recovery-image] Sep 04 17:20:16.756 INFO O| Sep 04 17:20:16.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
83102026-09-04T17:20:18.045Z[ recovery-image] Sep 04 17:20:16.756 INFO O| Sep 04 17:20:16.756 INFO STEP 917 (remove_files) COMPLETE
83112026-09-04T17:20:18.048Z[ recovery-image] Sep 04 17:20:16.756 INFO O| Sep 04 17:20:16.756 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-09-04T17:20:18.055Z[ recovery-image] Sep 04 17:20:16.766 INFO O| Sep 04 17:20:16.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
83132026-09-04T17:20:18.055Z[ recovery-image] Sep 04 17:20:16.766 INFO O| Sep 04 17:20:16.766 INFO STEP 918 (remove_files) COMPLETE
83142026-09-04T17:20:18.055Z[ recovery-image] Sep 04 17:20:16.766 INFO O| Sep 04 17:20:16.766 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-09-04T17:20:18.065Z[ recovery-image] Sep 04 17:20:16.776 INFO O| Sep 04 17:20:16.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
83162026-09-04T17:20:18.065Z[ recovery-image] Sep 04 17:20:16.776 INFO O| Sep 04 17:20:16.776 INFO STEP 919 (remove_files) COMPLETE
83172026-09-04T17:20:18.068Z[ recovery-image] Sep 04 17:20:16.776 INFO O| Sep 04 17:20:16.776 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-09-04T17:20:18.074Z[ recovery-image] Sep 04 17:20:16.785 INFO O| Sep 04 17:20:16.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
83192026-09-04T17:20:18.074Z[ recovery-image] Sep 04 17:20:16.785 INFO O| Sep 04 17:20:16.785 INFO STEP 920 (remove_files) COMPLETE
83202026-09-04T17:20:18.077Z[ recovery-image] Sep 04 17:20:16.785 INFO O| Sep 04 17:20:16.785 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-04T17:20:18.083Z[ recovery-image] Sep 04 17:20:16.794 INFO O| Sep 04 17:20:16.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
83222026-09-04T17:20:18.083Z[ recovery-image] Sep 04 17:20:16.794 INFO O| Sep 04 17:20:16.794 INFO STEP 921 (remove_files) COMPLETE
83232026-09-04T17:20:18.083Z[ recovery-image] Sep 04 17:20:16.794 INFO O| Sep 04 17:20:16.794 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-04T17:20:18.091Z[ recovery-image] Sep 04 17:20:16.802 INFO O| Sep 04 17:20:16.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
83252026-09-04T17:20:18.091Z[ recovery-image] Sep 04 17:20:16.802 INFO O| Sep 04 17:20:16.802 INFO STEP 922 (remove_files) COMPLETE
83262026-09-04T17:20:18.091Z[ recovery-image] Sep 04 17:20:16.802 INFO O| Sep 04 17:20:16.802 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-04T17:20:18.102Z[ recovery-image] Sep 04 17:20:16.813 INFO O| Sep 04 17:20:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
83282026-09-04T17:20:18.102Z[ recovery-image] Sep 04 17:20:16.813 INFO O| Sep 04 17:20:16.813 INFO STEP 923 (remove_files) COMPLETE
83292026-09-04T17:20:18.102Z[ recovery-image] Sep 04 17:20:16.813 INFO O| Sep 04 17:20:16.813 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-04T17:20:18.112Z[ recovery-image] Sep 04 17:20:16.822 INFO O| Sep 04 17:20:16.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
83312026-09-04T17:20:18.112Z[ recovery-image] Sep 04 17:20:16.822 INFO O| Sep 04 17:20:16.822 INFO STEP 924 (remove_files) COMPLETE
83322026-09-04T17:20:18.112Z[ recovery-image] Sep 04 17:20:16.822 INFO O| Sep 04 17:20:16.822 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-04T17:20:18.120Z[ recovery-image] Sep 04 17:20:16.830 INFO O| Sep 04 17:20:16.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
83342026-09-04T17:20:18.120Z[ recovery-image] Sep 04 17:20:16.830 INFO O| Sep 04 17:20:16.830 INFO STEP 925 (remove_files) COMPLETE
83352026-09-04T17:20:18.120Z[ recovery-image] Sep 04 17:20:16.830 INFO O| Sep 04 17:20:16.830 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-04T17:20:18.128Z[ recovery-image] Sep 04 17:20:16.839 INFO O| Sep 04 17:20:16.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
83372026-09-04T17:20:18.128Z[ recovery-image] Sep 04 17:20:16.839 INFO O| Sep 04 17:20:16.839 INFO STEP 926 (remove_files) COMPLETE
83382026-09-04T17:20:18.128Z[ recovery-image] Sep 04 17:20:16.839 INFO O| Sep 04 17:20:16.839 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-04T17:20:18.137Z[ recovery-image] Sep 04 17:20:16.848 INFO O| Sep 04 17:20:16.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
83402026-09-04T17:20:18.137Z[ recovery-image] Sep 04 17:20:16.848 INFO O| Sep 04 17:20:16.848 INFO STEP 927 (remove_files) COMPLETE
83412026-09-04T17:20:18.137Z[ recovery-image] Sep 04 17:20:16.848 INFO O| Sep 04 17:20:16.848 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-04T17:20:18.149Z[ recovery-image] Sep 04 17:20:16.859 INFO O| Sep 04 17:20:16.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
83432026-09-04T17:20:18.149Z[ recovery-image] Sep 04 17:20:16.859 INFO O| Sep 04 17:20:16.859 INFO STEP 928 (remove_files) COMPLETE
83442026-09-04T17:20:18.149Z[ recovery-image] Sep 04 17:20:16.859 INFO O| Sep 04 17:20:16.859 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-04T17:20:18.158Z[ recovery-image] Sep 04 17:20:16.869 INFO O| Sep 04 17:20:16.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
83462026-09-04T17:20:18.158Z[ recovery-image] Sep 04 17:20:16.869 INFO O| Sep 04 17:20:16.869 INFO STEP 929 (remove_files) COMPLETE
83472026-09-04T17:20:18.159Z[ recovery-image] Sep 04 17:20:16.869 INFO O| Sep 04 17:20:16.869 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-09-04T17:20:18.169Z[ recovery-image] Sep 04 17:20:16.880 INFO O| Sep 04 17:20:16.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
83492026-09-04T17:20:18.169Z[ recovery-image] Sep 04 17:20:16.880 INFO O| Sep 04 17:20:16.880 INFO STEP 930 (remove_files) COMPLETE
83502026-09-04T17:20:18.169Z[ recovery-image] Sep 04 17:20:16.880 INFO O| Sep 04 17:20:16.880 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-09-04T17:20:18.178Z[ recovery-image] Sep 04 17:20:16.889 INFO O| Sep 04 17:20:16.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
83522026-09-04T17:20:18.178Z[ recovery-image] Sep 04 17:20:16.889 INFO O| Sep 04 17:20:16.889 INFO STEP 931 (remove_files) COMPLETE
83532026-09-04T17:20:18.178Z[ recovery-image] Sep 04 17:20:16.889 INFO O| Sep 04 17:20:16.889 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-09-04T17:20:18.188Z[ recovery-image] Sep 04 17:20:16.899 INFO O| Sep 04 17:20:16.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
83552026-09-04T17:20:18.188Z[ recovery-image] Sep 04 17:20:16.899 INFO O| Sep 04 17:20:16.899 INFO STEP 932 (remove_files) COMPLETE
83562026-09-04T17:20:18.188Z[ recovery-image] Sep 04 17:20:16.899 INFO O| Sep 04 17:20:16.899 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-09-04T17:20:18.197Z[ recovery-image] Sep 04 17:20:16.908 INFO O| Sep 04 17:20:16.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
83582026-09-04T17:20:18.198Z[ recovery-image] Sep 04 17:20:16.908 INFO O| Sep 04 17:20:16.908 INFO STEP 933 (remove_files) COMPLETE
83592026-09-04T17:20:18.198Z[ recovery-image] Sep 04 17:20:16.908 INFO O| Sep 04 17:20:16.908 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-09-04T17:20:18.209Z[ recovery-image] Sep 04 17:20:16.920 INFO O| Sep 04 17:20:16.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
83612026-09-04T17:20:18.209Z[ recovery-image] Sep 04 17:20:16.920 INFO O| Sep 04 17:20:16.920 INFO STEP 934 (remove_files) COMPLETE
83622026-09-04T17:20:18.209Z[ recovery-image] Sep 04 17:20:16.920 INFO O| Sep 04 17:20:16.920 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-09-04T17:20:18.219Z[ recovery-image] Sep 04 17:20:16.930 INFO O| Sep 04 17:20:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
83642026-09-04T17:20:18.224Z[ recovery-image] Sep 04 17:20:16.931 INFO O| Sep 04 17:20:16.931 INFO STEP 935 (remove_files) COMPLETE
83652026-09-04T17:20:18.224Z[ recovery-image] Sep 04 17:20:16.931 INFO O| Sep 04 17:20:16.931 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-09-04T17:20:18.230Z[ recovery-image] Sep 04 17:20:16.941 INFO O| Sep 04 17:20:16.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
83672026-09-04T17:20:18.230Z[ recovery-image] Sep 04 17:20:16.941 INFO O| Sep 04 17:20:16.941 INFO STEP 936 (remove_files) COMPLETE
83682026-09-04T17:20:18.234Z[ recovery-image] Sep 04 17:20:16.941 INFO O| Sep 04 17:20:16.941 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-09-04T17:20:18.238Z[ recovery-image] Sep 04 17:20:16.949 INFO O| Sep 04 17:20:16.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
83702026-09-04T17:20:18.238Z[ recovery-image] Sep 04 17:20:16.949 INFO O| Sep 04 17:20:16.949 INFO STEP 937 (remove_files) COMPLETE
83712026-09-04T17:20:18.238Z[ recovery-image] Sep 04 17:20:16.949 INFO O| Sep 04 17:20:16.949 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-09-04T17:20:18.247Z[ recovery-image] Sep 04 17:20:16.957 INFO O| Sep 04 17:20:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
83732026-09-04T17:20:18.247Z[ recovery-image] Sep 04 17:20:16.957 INFO O| Sep 04 17:20:16.957 INFO STEP 938 (remove_files) COMPLETE
83742026-09-04T17:20:18.250Z[ recovery-image] Sep 04 17:20:16.957 INFO O| Sep 04 17:20:16.957 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-09-04T17:20:18.255Z[ recovery-image] Sep 04 17:20:16.966 INFO O| Sep 04 17:20:16.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
83762026-09-04T17:20:18.255Z[ recovery-image] Sep 04 17:20:16.966 INFO O| Sep 04 17:20:16.966 INFO STEP 939 (remove_files) COMPLETE
83772026-09-04T17:20:18.255Z[ recovery-image] Sep 04 17:20:16.966 INFO O| Sep 04 17:20:16.966 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-09-04T17:20:18.264Z[ recovery-image] Sep 04 17:20:16.975 INFO O| Sep 04 17:20:16.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
83792026-09-04T17:20:18.264Z[ recovery-image] Sep 04 17:20:16.975 INFO O| Sep 04 17:20:16.975 INFO STEP 940 (remove_files) COMPLETE
83802026-09-04T17:20:18.264Z[ recovery-image] Sep 04 17:20:16.975 INFO O| Sep 04 17:20:16.975 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-09-04T17:20:18.273Z[ recovery-image] Sep 04 17:20:16.983 INFO O| Sep 04 17:20:16.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
83822026-09-04T17:20:18.273Z[ recovery-image] Sep 04 17:20:16.983 INFO O| Sep 04 17:20:16.983 INFO STEP 941 (remove_files) COMPLETE
83832026-09-04T17:20:18.273Z[ recovery-image] Sep 04 17:20:16.983 INFO O| Sep 04 17:20:16.983 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-09-04T17:20:18.283Z[ recovery-image] Sep 04 17:20:16.994 INFO O| Sep 04 17:20:16.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
83852026-09-04T17:20:18.283Z[ recovery-image] Sep 04 17:20:16.994 INFO O| Sep 04 17:20:16.994 INFO STEP 942 (remove_files) COMPLETE
83862026-09-04T17:20:18.283Z[ recovery-image] Sep 04 17:20:16.994 INFO O| Sep 04 17:20:16.994 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-09-04T17:20:18.294Z[ recovery-image] Sep 04 17:20:17.004 INFO O| Sep 04 17:20:17.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
83882026-09-04T17:20:18.294Z[ recovery-image] Sep 04 17:20:17.004 INFO O| Sep 04 17:20:17.004 INFO STEP 943 (remove_files) COMPLETE
83892026-09-04T17:20:18.294Z[ recovery-image] Sep 04 17:20:17.004 INFO O| Sep 04 17:20:17.004 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-09-04T17:20:18.303Z[ recovery-image] Sep 04 17:20:17.014 INFO O| Sep 04 17:20:17.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
83912026-09-04T17:20:18.303Z[ recovery-image] Sep 04 17:20:17.014 INFO O| Sep 04 17:20:17.014 INFO STEP 944 (remove_files) COMPLETE
83922026-09-04T17:20:18.306Z[ recovery-image] Sep 04 17:20:17.014 INFO O| Sep 04 17:20:17.014 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-09-04T17:20:18.311Z[ recovery-image] Sep 04 17:20:17.022 INFO O| Sep 04 17:20:17.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
83942026-09-04T17:20:18.311Z[ recovery-image] Sep 04 17:20:17.022 INFO O| Sep 04 17:20:17.022 INFO STEP 945 (remove_files) COMPLETE
83952026-09-04T17:20:18.311Z[ recovery-image] Sep 04 17:20:17.022 INFO O| Sep 04 17:20:17.022 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-09-04T17:20:18.320Z[ recovery-image] Sep 04 17:20:17.031 INFO O| Sep 04 17:20:17.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
83972026-09-04T17:20:18.320Z[ recovery-image] Sep 04 17:20:17.031 INFO O| Sep 04 17:20:17.031 INFO STEP 946 (remove_files) COMPLETE
83982026-09-04T17:20:18.323Z[ recovery-image] Sep 04 17:20:17.031 INFO O| Sep 04 17:20:17.031 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-09-04T17:20:18.328Z[ recovery-image] Sep 04 17:20:17.039 INFO O| Sep 04 17:20:17.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
84002026-09-04T17:20:18.328Z[ recovery-image] Sep 04 17:20:17.039 INFO O| Sep 04 17:20:17.039 INFO STEP 947 (remove_files) COMPLETE
84012026-09-04T17:20:18.331Z[ recovery-image] Sep 04 17:20:17.039 INFO O| Sep 04 17:20:17.039 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-04T17:20:18.337Z[ recovery-image] Sep 04 17:20:17.046 INFO O| Sep 04 17:20:17.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
84032026-09-04T17:20:18.340Z[ recovery-image] Sep 04 17:20:17.047 INFO O| Sep 04 17:20:17.046 INFO STEP 948 (remove_files) COMPLETE
84042026-09-04T17:20:18.340Z[ recovery-image] Sep 04 17:20:17.047 INFO O| Sep 04 17:20:17.047 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-09-04T17:20:18.344Z[ recovery-image] Sep 04 17:20:17.054 INFO O| Sep 04 17:20:17.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
84062026-09-04T17:20:18.344Z[ recovery-image] Sep 04 17:20:17.054 INFO O| Sep 04 17:20:17.054 INFO STEP 949 (remove_files) COMPLETE
84072026-09-04T17:20:18.344Z[ recovery-image] Sep 04 17:20:17.054 INFO O| Sep 04 17:20:17.054 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-09-04T17:20:18.353Z[ recovery-image] Sep 04 17:20:17.064 INFO O| Sep 04 17:20:17.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
84092026-09-04T17:20:18.353Z[ recovery-image] Sep 04 17:20:17.064 INFO O| Sep 04 17:20:17.064 INFO STEP 950 (remove_files) COMPLETE
84102026-09-04T17:20:18.353Z[ recovery-image] Sep 04 17:20:17.064 INFO O| Sep 04 17:20:17.064 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-09-04T17:20:18.364Z[ recovery-image] Sep 04 17:20:17.075 INFO O| Sep 04 17:20:17.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
84122026-09-04T17:20:18.364Z[ recovery-image] Sep 04 17:20:17.075 INFO O| Sep 04 17:20:17.075 INFO STEP 951 (remove_files) COMPLETE
84132026-09-04T17:20:18.364Z[ recovery-image] Sep 04 17:20:17.075 INFO O| Sep 04 17:20:17.075 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-09-04T17:20:18.368Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
84152026-09-04T17:20:18.375Z[ recovery-image] Sep 04 17:20:17.086 INFO O| Sep 04 17:20:17.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
84162026-09-04T17:20:18.375Z[ recovery-image] Sep 04 17:20:17.086 INFO O| Sep 04 17:20:17.086 INFO STEP 952 (remove_files) COMPLETE
84172026-09-04T17:20:18.375Z[ recovery-image] Sep 04 17:20:17.086 INFO O| Sep 04 17:20:17.086 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-04T17:20:18.385Z[ recovery-image] Sep 04 17:20:17.096 INFO O| Sep 04 17:20:17.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
84192026-09-04T17:20:18.385Z[ recovery-image] Sep 04 17:20:17.096 INFO O| Sep 04 17:20:17.096 INFO STEP 953 (remove_files) COMPLETE
84202026-09-04T17:20:18.389Z[ recovery-image] Sep 04 17:20:17.096 INFO O| Sep 04 17:20:17.096 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-09-04T17:20:18.395Z[ recovery-image] Sep 04 17:20:17.106 INFO O| Sep 04 17:20:17.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
84222026-09-04T17:20:18.395Z[ recovery-image] Sep 04 17:20:17.106 INFO O| Sep 04 17:20:17.106 INFO STEP 954 (remove_files) COMPLETE
84232026-09-04T17:20:18.395Z[ recovery-image] Sep 04 17:20:17.106 INFO O| Sep 04 17:20:17.106 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-09-04T17:20:18.403Z[ recovery-image] Sep 04 17:20:17.114 INFO O| Sep 04 17:20:17.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
84252026-09-04T17:20:18.403Z[ recovery-image] Sep 04 17:20:17.114 INFO O| Sep 04 17:20:17.114 INFO STEP 955 (remove_files) COMPLETE
84262026-09-04T17:20:18.403Z[ recovery-image] Sep 04 17:20:17.114 INFO O| Sep 04 17:20:17.114 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-09-04T17:20:18.412Z[ recovery-image] Sep 04 17:20:17.122 INFO O| Sep 04 17:20:17.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
84282026-09-04T17:20:18.412Z[ recovery-image] Sep 04 17:20:17.123 INFO O| Sep 04 17:20:17.122 INFO STEP 956 (remove_files) COMPLETE
84292026-09-04T17:20:18.412Z[ recovery-image] Sep 04 17:20:17.123 INFO O| Sep 04 17:20:17.123 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-04T17:20:18.422Z[ recovery-image] Sep 04 17:20:17.133 INFO O| Sep 04 17:20:17.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
84312026-09-04T17:20:18.422Z[ recovery-image] Sep 04 17:20:17.133 INFO O| Sep 04 17:20:17.133 INFO STEP 957 (remove_files) COMPLETE
84322026-09-04T17:20:18.422Z[ recovery-image] Sep 04 17:20:17.133 INFO O| Sep 04 17:20:17.133 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-09-04T17:20:18.432Z[ recovery-image] Sep 04 17:20:17.143 INFO O| Sep 04 17:20:17.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
84342026-09-04T17:20:18.432Z[ recovery-image] Sep 04 17:20:17.143 INFO O| Sep 04 17:20:17.143 INFO STEP 958 (remove_files) COMPLETE
84352026-09-04T17:20:18.433Z[ recovery-image] Sep 04 17:20:17.143 INFO O| Sep 04 17:20:17.143 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-09-04T17:20:18.441Z[ recovery-image] Sep 04 17:20:17.152 INFO O| Sep 04 17:20:17.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
84372026-09-04T17:20:18.441Z[ recovery-image] Sep 04 17:20:17.152 INFO O| Sep 04 17:20:17.152 INFO STEP 959 (remove_files) COMPLETE
84382026-09-04T17:20:18.441Z[ recovery-image] Sep 04 17:20:17.152 INFO O| Sep 04 17:20:17.152 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-09-04T17:20:18.451Z[ recovery-image] Sep 04 17:20:17.161 INFO O| Sep 04 17:20:17.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
84402026-09-04T17:20:18.451Z[ recovery-image] Sep 04 17:20:17.161 INFO O| Sep 04 17:20:17.161 INFO STEP 960 (remove_files) COMPLETE
84412026-09-04T17:20:18.451Z[ recovery-image] Sep 04 17:20:17.161 INFO O| Sep 04 17:20:17.161 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-09-04T17:20:18.462Z[ recovery-image] Sep 04 17:20:17.172 INFO O| Sep 04 17:20:17.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
84432026-09-04T17:20:18.462Z[ recovery-image] Sep 04 17:20:17.172 INFO O| Sep 04 17:20:17.172 INFO STEP 961 (remove_files) COMPLETE
84442026-09-04T17:20:18.462Z[ recovery-image] Sep 04 17:20:17.172 INFO O| Sep 04 17:20:17.172 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-09-04T17:20:18.471Z[ recovery-image] Sep 04 17:20:17.182 INFO O| Sep 04 17:20:17.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
84462026-09-04T17:20:18.471Z[ recovery-image] Sep 04 17:20:17.182 INFO O| Sep 04 17:20:17.182 INFO STEP 962 (remove_files) COMPLETE
84472026-09-04T17:20:18.471Z[ recovery-image] Sep 04 17:20:17.182 INFO O| Sep 04 17:20:17.182 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-09-04T17:20:18.480Z[ recovery-image] Sep 04 17:20:17.191 INFO O| Sep 04 17:20:17.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
84492026-09-04T17:20:18.481Z[ recovery-image] Sep 04 17:20:17.191 INFO O| Sep 04 17:20:17.191 INFO STEP 963 (remove_files) COMPLETE
84502026-09-04T17:20:18.481Z[ recovery-image] Sep 04 17:20:17.191 INFO O| Sep 04 17:20:17.191 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-09-04T17:20:18.489Z[ recovery-image] Sep 04 17:20:17.199 INFO O| Sep 04 17:20:17.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
84522026-09-04T17:20:18.489Z[ recovery-image] Sep 04 17:20:17.200 INFO O| Sep 04 17:20:17.200 INFO STEP 964 (remove_files) COMPLETE
84532026-09-04T17:20:18.489Z[ recovery-image] Sep 04 17:20:17.200 INFO O| Sep 04 17:20:17.200 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-04T17:20:18.500Z[ recovery-image] Sep 04 17:20:17.211 INFO O| Sep 04 17:20:17.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
84552026-09-04T17:20:18.500Z[ recovery-image] Sep 04 17:20:17.211 INFO O| Sep 04 17:20:17.211 INFO STEP 965 (remove_files) COMPLETE
84562026-09-04T17:20:18.500Z[ recovery-image] Sep 04 17:20:17.211 INFO O| Sep 04 17:20:17.211 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-04T17:20:18.513Z[ recovery-image] Sep 04 17:20:17.221 INFO O| Sep 04 17:20:17.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
84582026-09-04T17:20:18.513Z[ recovery-image] Sep 04 17:20:17.222 INFO O| Sep 04 17:20:17.222 INFO STEP 966 (remove_files) COMPLETE
84592026-09-04T17:20:18.513Z[ recovery-image] Sep 04 17:20:17.222 INFO O| Sep 04 17:20:17.222 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-09-04T17:20:18.522Z[ recovery-image] Sep 04 17:20:17.231 INFO O| Sep 04 17:20:17.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
84612026-09-04T17:20:18.522Z[ recovery-image] Sep 04 17:20:17.231 INFO O| Sep 04 17:20:17.231 INFO STEP 967 (remove_files) COMPLETE
84622026-09-04T17:20:18.525Z[ recovery-image] Sep 04 17:20:17.231 INFO O| Sep 04 17:20:17.231 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-04T17:20:18.530Z[ recovery-image] Sep 04 17:20:17.241 INFO O| Sep 04 17:20:17.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
84642026-09-04T17:20:18.530Z[ recovery-image] Sep 04 17:20:17.241 INFO O| Sep 04 17:20:17.241 INFO STEP 968 (remove_files) COMPLETE
84652026-09-04T17:20:18.534Z[ recovery-image] Sep 04 17:20:17.241 INFO O| Sep 04 17:20:17.241 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-04T17:20:18.540Z[ recovery-image] Sep 04 17:20:17.251 INFO O| Sep 04 17:20:17.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
84672026-09-04T17:20:18.540Z[ recovery-image] Sep 04 17:20:17.251 INFO O| Sep 04 17:20:17.251 INFO STEP 969 (remove_files) COMPLETE
84682026-09-04T17:20:18.543Z[ recovery-image] Sep 04 17:20:17.251 INFO O| Sep 04 17:20:17.251 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-04T17:20:18.552Z[ recovery-image] Sep 04 17:20:17.262 INFO O| Sep 04 17:20:17.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
84702026-09-04T17:20:18.552Z[ recovery-image] Sep 04 17:20:17.262 INFO O| Sep 04 17:20:17.262 INFO STEP 970 (remove_files) COMPLETE
84712026-09-04T17:20:18.555Z[ recovery-image] Sep 04 17:20:17.262 INFO O| Sep 04 17:20:17.262 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-04T17:20:18.563Z[ recovery-image] Sep 04 17:20:17.274 INFO O| Sep 04 17:20:17.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
84732026-09-04T17:20:18.563Z[ recovery-image] Sep 04 17:20:17.274 INFO O| Sep 04 17:20:17.274 INFO STEP 971 (remove_files) COMPLETE
84742026-09-04T17:20:18.567Z[ recovery-image] Sep 04 17:20:17.274 INFO O| Sep 04 17:20:17.274 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-04T17:20:18.572Z[ recovery-image] Sep 04 17:20:17.283 INFO O| Sep 04 17:20:17.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
84762026-09-04T17:20:18.572Z[ recovery-image] Sep 04 17:20:17.283 INFO O| Sep 04 17:20:17.283 INFO STEP 972 (remove_files) COMPLETE
84772026-09-04T17:20:18.576Z[ recovery-image] Sep 04 17:20:17.283 INFO O| Sep 04 17:20:17.283 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-04T17:20:18.584Z[ recovery-image] Sep 04 17:20:17.295 INFO O| Sep 04 17:20:17.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
84792026-09-04T17:20:18.584Z[ recovery-image] Sep 04 17:20:17.295 INFO O| Sep 04 17:20:17.295 INFO STEP 973 (remove_files) COMPLETE
84802026-09-04T17:20:18.584Z[ recovery-image] Sep 04 17:20:17.295 INFO O| Sep 04 17:20:17.295 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-04T17:20:18.594Z[ recovery-image] Sep 04 17:20:17.305 INFO O| Sep 04 17:20:17.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
84822026-09-04T17:20:18.595Z[ recovery-image] Sep 04 17:20:17.305 INFO O| Sep 04 17:20:17.305 INFO STEP 974 (remove_files) COMPLETE
84832026-09-04T17:20:18.595Z[ recovery-image] Sep 04 17:20:17.305 INFO O| Sep 04 17:20:17.305 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-04T17:20:18.606Z[ recovery-image] Sep 04 17:20:17.316 INFO O| Sep 04 17:20:17.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
84852026-09-04T17:20:18.606Z[ recovery-image] Sep 04 17:20:17.316 INFO O| Sep 04 17:20:17.316 INFO STEP 975 (remove_files) COMPLETE
84862026-09-04T17:20:18.606Z[ recovery-image] Sep 04 17:20:17.316 INFO O| Sep 04 17:20:17.316 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-04T17:20:18.615Z[ recovery-image] Sep 04 17:20:17.326 INFO O| Sep 04 17:20:17.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
84882026-09-04T17:20:18.618Z[ recovery-image] Sep 04 17:20:17.326 INFO O| Sep 04 17:20:17.326 INFO STEP 976 (remove_files) COMPLETE
84892026-09-04T17:20:18.618Z[ recovery-image] Sep 04 17:20:17.326 INFO O| Sep 04 17:20:17.326 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-04T17:20:18.624Z[ recovery-image] Sep 04 17:20:17.335 INFO O| Sep 04 17:20:17.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
84912026-09-04T17:20:18.624Z[ recovery-image] Sep 04 17:20:17.335 INFO O| Sep 04 17:20:17.335 INFO STEP 977 (remove_files) COMPLETE
84922026-09-04T17:20:18.627Z[ recovery-image] Sep 04 17:20:17.335 INFO O| Sep 04 17:20:17.335 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-04T17:20:18.633Z[ recovery-image] Sep 04 17:20:17.344 INFO O| Sep 04 17:20:17.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
84942026-09-04T17:20:18.633Z[ recovery-image] Sep 04 17:20:17.344 INFO O| Sep 04 17:20:17.344 INFO STEP 978 (remove_files) COMPLETE
84952026-09-04T17:20:18.634Z[ recovery-image] Sep 04 17:20:17.344 INFO O| Sep 04 17:20:17.344 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-04T17:20:18.644Z[ recovery-image] Sep 04 17:20:17.353 INFO O| Sep 04 17:20:17.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
84972026-09-04T17:20:18.644Z[ recovery-image] Sep 04 17:20:17.353 INFO O| Sep 04 17:20:17.353 INFO STEP 979 (remove_files) COMPLETE
84982026-09-04T17:20:18.644Z[ recovery-image] Sep 04 17:20:17.353 INFO O| Sep 04 17:20:17.353 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-04T17:20:18.652Z[ recovery-image] Sep 04 17:20:17.361 INFO O| Sep 04 17:20:17.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
85002026-09-04T17:20:18.652Z[ recovery-image] Sep 04 17:20:17.361 INFO O| Sep 04 17:20:17.361 INFO STEP 980 (remove_files) COMPLETE
85012026-09-04T17:20:18.652Z[ recovery-image] Sep 04 17:20:17.361 INFO O| Sep 04 17:20:17.361 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-04T17:20:18.663Z[ recovery-image] Sep 04 17:20:17.370 INFO O| Sep 04 17:20:17.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
85032026-09-04T17:20:18.663Z[ recovery-image] Sep 04 17:20:17.370 INFO O| Sep 04 17:20:17.370 INFO STEP 981 (remove_files) COMPLETE
85042026-09-04T17:20:18.663Z[ recovery-image] Sep 04 17:20:17.370 INFO O| Sep 04 17:20:17.370 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-04T17:20:18.668Z[ recovery-image] Sep 04 17:20:17.378 INFO O| Sep 04 17:20:17.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
85062026-09-04T17:20:18.668Z[ recovery-image] Sep 04 17:20:17.379 INFO O| Sep 04 17:20:17.379 INFO STEP 982 (remove_files) COMPLETE
85072026-09-04T17:20:18.668Z[ recovery-image] Sep 04 17:20:17.379 INFO O| Sep 04 17:20:17.379 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-04T17:20:18.678Z[ recovery-image] Sep 04 17:20:17.389 INFO O| Sep 04 17:20:17.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
85092026-09-04T17:20:18.678Z[ recovery-image] Sep 04 17:20:17.389 INFO O| Sep 04 17:20:17.389 INFO STEP 983 (remove_files) COMPLETE
85102026-09-04T17:20:18.678Z[ recovery-image] Sep 04 17:20:17.389 INFO O| Sep 04 17:20:17.389 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-04T17:20:18.688Z[ recovery-image] Sep 04 17:20:17.399 INFO O| Sep 04 17:20:17.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
85122026-09-04T17:20:18.688Z[ recovery-image] Sep 04 17:20:17.399 INFO O| Sep 04 17:20:17.399 INFO STEP 984 (remove_files) COMPLETE
85132026-09-04T17:20:18.691Z[ recovery-image] Sep 04 17:20:17.399 INFO O| Sep 04 17:20:17.399 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-04T17:20:18.700Z[ recovery-image] Sep 04 17:20:17.411 INFO O| Sep 04 17:20:17.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
85152026-09-04T17:20:18.700Z[ recovery-image] Sep 04 17:20:17.411 INFO O| Sep 04 17:20:17.411 INFO STEP 985 (remove_files) COMPLETE
85162026-09-04T17:20:18.703Z[ recovery-image] Sep 04 17:20:17.411 INFO O| Sep 04 17:20:17.411 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-09-04T17:20:18.710Z[ recovery-image] Sep 04 17:20:17.421 INFO O| Sep 04 17:20:17.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
85182026-09-04T17:20:18.710Z[ recovery-image] Sep 04 17:20:17.421 INFO O| Sep 04 17:20:17.421 INFO STEP 986 (remove_files) COMPLETE
85192026-09-04T17:20:18.713Z[ recovery-image] Sep 04 17:20:17.421 INFO O| Sep 04 17:20:17.421 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-09-04T17:20:18.720Z[ recovery-image] Sep 04 17:20:17.431 INFO O| Sep 04 17:20:17.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
85212026-09-04T17:20:18.720Z[ recovery-image] Sep 04 17:20:17.431 INFO O| Sep 04 17:20:17.431 INFO STEP 987 (remove_files) COMPLETE
85222026-09-04T17:20:18.720Z[ recovery-image] Sep 04 17:20:17.431 INFO O| Sep 04 17:20:17.431 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-09-04T17:20:18.729Z[ recovery-image] Sep 04 17:20:17.440 INFO O| Sep 04 17:20:17.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
85242026-09-04T17:20:18.729Z[ recovery-image] Sep 04 17:20:17.440 INFO O| Sep 04 17:20:17.440 INFO STEP 988 (remove_files) COMPLETE
85252026-09-04T17:20:18.729Z[ recovery-image] Sep 04 17:20:17.440 INFO O| Sep 04 17:20:17.440 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-09-04T17:20:18.738Z[ recovery-image] Sep 04 17:20:17.449 INFO O| Sep 04 17:20:17.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
85272026-09-04T17:20:18.738Z[ recovery-image] Sep 04 17:20:17.449 INFO O| Sep 04 17:20:17.449 INFO STEP 989 (remove_files) COMPLETE
85282026-09-04T17:20:18.738Z[ recovery-image] Sep 04 17:20:17.449 INFO O| Sep 04 17:20:17.449 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-09-04T17:20:18.747Z[ recovery-image] Sep 04 17:20:17.458 INFO O| Sep 04 17:20:17.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
85302026-09-04T17:20:18.747Z[ recovery-image] Sep 04 17:20:17.458 INFO O| Sep 04 17:20:17.458 INFO STEP 990 (remove_files) COMPLETE
85312026-09-04T17:20:18.751Z[ recovery-image] Sep 04 17:20:17.458 INFO O| Sep 04 17:20:17.458 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-09-04T17:20:18.757Z[ recovery-image] Sep 04 17:20:17.468 INFO O| Sep 04 17:20:17.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
85332026-09-04T17:20:18.757Z[ recovery-image] Sep 04 17:20:17.468 INFO O| Sep 04 17:20:17.468 INFO STEP 991 (remove_files) COMPLETE
85342026-09-04T17:20:18.760Z[ recovery-image] Sep 04 17:20:17.468 INFO O| Sep 04 17:20:17.468 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-09-04T17:20:18.767Z[ recovery-image] Sep 04 17:20:17.478 INFO O| Sep 04 17:20:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
85362026-09-04T17:20:18.768Z[ recovery-image] Sep 04 17:20:17.478 INFO O| Sep 04 17:20:17.478 INFO STEP 992 (remove_files) COMPLETE
85372026-09-04T17:20:18.768Z[ recovery-image] Sep 04 17:20:17.478 INFO O| Sep 04 17:20:17.478 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-09-04T17:20:18.777Z[ recovery-image] Sep 04 17:20:17.488 INFO O| Sep 04 17:20:17.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
85392026-09-04T17:20:18.781Z[ recovery-image] Sep 04 17:20:17.488 INFO O| Sep 04 17:20:17.488 INFO STEP 993 (remove_files) COMPLETE
85402026-09-04T17:20:18.781Z[ recovery-image] Sep 04 17:20:17.488 INFO O| Sep 04 17:20:17.488 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-09-04T17:20:18.787Z[ recovery-image] Sep 04 17:20:17.498 INFO O| Sep 04 17:20:17.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
85422026-09-04T17:20:18.787Z[ recovery-image] Sep 04 17:20:17.498 INFO O| Sep 04 17:20:17.498 INFO STEP 994 (remove_files) COMPLETE
85432026-09-04T17:20:18.787Z[ recovery-image] Sep 04 17:20:17.498 INFO O| Sep 04 17:20:17.498 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-09-04T17:20:18.796Z[ recovery-image] Sep 04 17:20:17.507 INFO O| Sep 04 17:20:17.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
85452026-09-04T17:20:18.796Z[ recovery-image] Sep 04 17:20:17.507 INFO O| Sep 04 17:20:17.507 INFO STEP 995 (remove_files) COMPLETE
85462026-09-04T17:20:18.796Z[ recovery-image] Sep 04 17:20:17.507 INFO O| Sep 04 17:20:17.507 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-09-04T17:20:18.808Z[ recovery-image] Sep 04 17:20:17.518 INFO O| Sep 04 17:20:17.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
85482026-09-04T17:20:18.808Z[ recovery-image] Sep 04 17:20:17.519 INFO O| Sep 04 17:20:17.518 INFO STEP 996 (remove_files) COMPLETE
85492026-09-04T17:20:18.808Z[ recovery-image] Sep 04 17:20:17.519 INFO O| Sep 04 17:20:17.518 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-09-04T17:20:18.817Z[ recovery-image] Sep 04 17:20:17.528 INFO O| Sep 04 17:20:17.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
85512026-09-04T17:20:18.817Z[ recovery-image] Sep 04 17:20:17.528 INFO O| Sep 04 17:20:17.528 INFO STEP 997 (remove_files) COMPLETE
85522026-09-04T17:20:18.820Z[ recovery-image] Sep 04 17:20:17.528 INFO O| Sep 04 17:20:17.528 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-09-04T17:20:18.828Z[ recovery-image] Sep 04 17:20:17.539 INFO O| Sep 04 17:20:17.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
85542026-09-04T17:20:18.828Z[ recovery-image] Sep 04 17:20:17.539 INFO O| Sep 04 17:20:17.539 INFO STEP 998 (remove_files) COMPLETE
85552026-09-04T17:20:18.832Z[ recovery-image] Sep 04 17:20:17.539 INFO O| Sep 04 17:20:17.539 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-09-04T17:20:18.838Z[ recovery-image] Sep 04 17:20:17.549 INFO O| Sep 04 17:20:17.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
85572026-09-04T17:20:18.838Z[ recovery-image] Sep 04 17:20:17.549 INFO O| Sep 04 17:20:17.549 INFO STEP 999 (remove_files) COMPLETE
85582026-09-04T17:20:18.841Z[ recovery-image] Sep 04 17:20:17.549 INFO O| Sep 04 17:20:17.549 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-09-04T17:20:18.850Z[ recovery-image] Sep 04 17:20:17.558 INFO O| Sep 04 17:20:17.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
85602026-09-04T17:20:18.850Z[ recovery-image] Sep 04 17:20:17.558 INFO O| Sep 04 17:20:17.558 INFO STEP 1000 (remove_files) COMPLETE
85612026-09-04T17:20:18.850Z[ recovery-image] Sep 04 17:20:17.558 INFO O| Sep 04 17:20:17.558 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-09-04T17:20:18.857Z[ recovery-image] Sep 04 17:20:17.567 INFO O| Sep 04 17:20:17.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
85632026-09-04T17:20:18.860Z[ recovery-image] Sep 04 17:20:17.567 INFO O| Sep 04 17:20:17.567 INFO STEP 1001 (remove_files) COMPLETE
85642026-09-04T17:20:18.861Z[ recovery-image] Sep 04 17:20:17.567 INFO O| Sep 04 17:20:17.567 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-09-04T17:20:18.867Z[ recovery-image] Sep 04 17:20:17.578 INFO O| Sep 04 17:20:17.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
85662026-09-04T17:20:18.867Z[ recovery-image] Sep 04 17:20:17.578 INFO O| Sep 04 17:20:17.578 INFO STEP 1002 (remove_files) COMPLETE
85672026-09-04T17:20:18.870Z[ recovery-image] Sep 04 17:20:17.578 INFO O| Sep 04 17:20:17.578 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-04T17:20:18.879Z[ recovery-image] Sep 04 17:20:17.589 INFO O| Sep 04 17:20:17.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
85692026-09-04T17:20:18.879Z[ recovery-image] Sep 04 17:20:17.589 INFO O| Sep 04 17:20:17.589 INFO STEP 1003 (remove_files) COMPLETE
85702026-09-04T17:20:18.879Z[ recovery-image] Sep 04 17:20:17.589 INFO O| Sep 04 17:20:17.589 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-09-04T17:20:18.889Z[ recovery-image] Sep 04 17:20:17.599 INFO O| Sep 04 17:20:17.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
85722026-09-04T17:20:18.889Z[ recovery-image] Sep 04 17:20:17.600 INFO O| Sep 04 17:20:17.599 INFO STEP 1004 (remove_files) COMPLETE
85732026-09-04T17:20:18.889Z[ recovery-image] Sep 04 17:20:17.600 INFO O| Sep 04 17:20:17.599 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-04T17:20:18.897Z[ recovery-image] Sep 04 17:20:17.608 INFO O| Sep 04 17:20:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
85752026-09-04T17:20:18.897Z[ recovery-image] Sep 04 17:20:17.608 INFO O| Sep 04 17:20:17.608 INFO STEP 1005 (remove_files) COMPLETE
85762026-09-04T17:20:18.897Z[ recovery-image] Sep 04 17:20:17.608 INFO O| Sep 04 17:20:17.608 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-04T17:20:18.908Z[ recovery-image] Sep 04 17:20:17.618 INFO O| Sep 04 17:20:17.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
85782026-09-04T17:20:18.908Z[ recovery-image] Sep 04 17:20:17.618 INFO O| Sep 04 17:20:17.618 INFO STEP 1006 (remove_files) COMPLETE
85792026-09-04T17:20:18.908Z[ recovery-image] Sep 04 17:20:17.618 INFO O| Sep 04 17:20:17.618 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-09-04T17:20:18.917Z[ recovery-image] Sep 04 17:20:17.628 INFO O| Sep 04 17:20:17.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
85812026-09-04T17:20:18.917Z[ recovery-image] Sep 04 17:20:17.628 INFO O| Sep 04 17:20:17.628 INFO STEP 1007 (remove_files) COMPLETE
85822026-09-04T17:20:18.917Z[ recovery-image] Sep 04 17:20:17.628 INFO O| Sep 04 17:20:17.628 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-09-04T17:20:18.928Z[ recovery-image] Sep 04 17:20:17.639 INFO O| Sep 04 17:20:17.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
85842026-09-04T17:20:18.929Z[ recovery-image] Sep 04 17:20:17.639 INFO O| Sep 04 17:20:17.639 INFO STEP 1008 (remove_files) COMPLETE
85852026-09-04T17:20:18.929Z[ recovery-image] Sep 04 17:20:17.639 INFO O| Sep 04 17:20:17.639 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-04T17:20:18.938Z[ recovery-image] Sep 04 17:20:17.649 INFO O| Sep 04 17:20:17.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
85872026-09-04T17:20:18.938Z[ recovery-image] Sep 04 17:20:17.649 INFO O| Sep 04 17:20:17.649 INFO STEP 1009 (remove_files) COMPLETE
85882026-09-04T17:20:18.938Z[ recovery-image] Sep 04 17:20:17.649 INFO O| Sep 04 17:20:17.649 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-09-04T17:20:18.947Z[ recovery-image] Sep 04 17:20:17.658 INFO O| Sep 04 17:20:17.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
85902026-09-04T17:20:18.947Z[ recovery-image] Sep 04 17:20:17.658 INFO O| Sep 04 17:20:17.658 INFO STEP 1010 (remove_files) COMPLETE
85912026-09-04T17:20:18.947Z[ recovery-image] Sep 04 17:20:17.658 INFO O| Sep 04 17:20:17.658 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-04T17:20:18.956Z[ recovery-image] Sep 04 17:20:17.667 INFO O| Sep 04 17:20:17.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
85932026-09-04T17:20:18.956Z[ recovery-image] Sep 04 17:20:17.667 INFO O| Sep 04 17:20:17.667 INFO STEP 1011 (remove_files) COMPLETE
85942026-09-04T17:20:18.956Z[ recovery-image] Sep 04 17:20:17.667 INFO O| Sep 04 17:20:17.667 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-09-04T17:20:18.966Z[ recovery-image] Sep 04 17:20:17.676 INFO O| Sep 04 17:20:17.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
85962026-09-04T17:20:18.969Z[ recovery-image] Sep 04 17:20:17.677 INFO O| Sep 04 17:20:17.677 INFO STEP 1012 (remove_files) COMPLETE
85972026-09-04T17:20:18.969Z[ recovery-image] Sep 04 17:20:17.677 INFO O| Sep 04 17:20:17.677 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-09-04T17:20:18.977Z[ recovery-image] Sep 04 17:20:17.686 INFO O| Sep 04 17:20:17.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
85992026-09-04T17:20:18.977Z[ recovery-image] Sep 04 17:20:17.686 INFO O| Sep 04 17:20:17.686 INFO STEP 1013 (remove_files) COMPLETE
86002026-09-04T17:20:18.977Z[ recovery-image] Sep 04 17:20:17.686 INFO O| Sep 04 17:20:17.686 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-09-04T17:20:18.985Z[ recovery-image] Sep 04 17:20:17.695 INFO O| Sep 04 17:20:17.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
86022026-09-04T17:20:18.985Z[ recovery-image] Sep 04 17:20:17.696 INFO O| Sep 04 17:20:17.696 INFO STEP 1014 (remove_files) COMPLETE
86032026-09-04T17:20:18.985Z[ recovery-image] Sep 04 17:20:17.696 INFO O| Sep 04 17:20:17.696 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-09-04T17:20:18.995Z[ recovery-image] Sep 04 17:20:17.706 INFO O| Sep 04 17:20:17.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
86052026-09-04T17:20:18.995Z[ recovery-image] Sep 04 17:20:17.706 INFO O| Sep 04 17:20:17.706 INFO STEP 1015 (remove_files) COMPLETE
86062026-09-04T17:20:18.995Z[ recovery-image] Sep 04 17:20:17.706 INFO O| Sep 04 17:20:17.706 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-09-04T17:20:19.036Z[ recovery-image] Sep 04 17:20:17.715 INFO O| Sep 04 17:20:17.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
86082026-09-04T17:20:19.036Z[ recovery-image] Sep 04 17:20:17.715 INFO O| Sep 04 17:20:17.715 INFO STEP 1016 (remove_files) COMPLETE
86092026-09-04T17:20:19.036Z[ recovery-image] Sep 04 17:20:17.715 INFO O| Sep 04 17:20:17.715 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-09-04T17:20:19.040Z[ recovery-image] Sep 04 17:20:17.724 INFO O| Sep 04 17:20:17.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
86112026-09-04T17:20:19.040Z[ recovery-image] Sep 04 17:20:17.724 INFO O| Sep 04 17:20:17.724 INFO STEP 1017 (remove_files) COMPLETE
86122026-09-04T17:20:19.040Z[ recovery-image] Sep 04 17:20:17.724 INFO O| Sep 04 17:20:17.724 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-09-04T17:20:19.040Z[ recovery-image] Sep 04 17:20:17.735 INFO O| Sep 04 17:20:17.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
86142026-09-04T17:20:19.040Z[ recovery-image] Sep 04 17:20:17.735 INFO O| Sep 04 17:20:17.735 INFO STEP 1018 (remove_files) COMPLETE
86152026-09-04T17:20:19.040Z[ recovery-image] Sep 04 17:20:17.735 INFO O| Sep 04 17:20:17.735 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-09-04T17:20:19.044Z[ recovery-image] Sep 04 17:20:17.752 INFO O| Sep 04 17:20:17.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
86172026-09-04T17:20:19.044Z[ recovery-image] Sep 04 17:20:17.752 INFO O| Sep 04 17:20:17.752 INFO STEP 1019 (remove_files) COMPLETE
86182026-09-04T17:20:19.044Z[ recovery-image] Sep 04 17:20:17.752 INFO O| Sep 04 17:20:17.752 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-09-04T17:20:19.050Z[ recovery-image] Sep 04 17:20:17.761 INFO O| Sep 04 17:20:17.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
86202026-09-04T17:20:19.050Z[ recovery-image] Sep 04 17:20:17.761 INFO O| Sep 04 17:20:17.761 INFO STEP 1020 (remove_files) COMPLETE
86212026-09-04T17:20:19.050Z[ recovery-image] Sep 04 17:20:17.761 INFO O| Sep 04 17:20:17.761 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-09-04T17:20:19.058Z[ recovery-image] Sep 04 17:20:17.769 INFO O| Sep 04 17:20:17.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
86232026-09-04T17:20:19.058Z[ recovery-image] Sep 04 17:20:17.769 INFO O| Sep 04 17:20:17.769 INFO STEP 1021 (remove_files) COMPLETE
86242026-09-04T17:20:19.062Z[ recovery-image] Sep 04 17:20:17.769 INFO O| Sep 04 17:20:17.769 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-09-04T17:20:19.067Z[ recovery-image] Sep 04 17:20:17.777 INFO O| Sep 04 17:20:17.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
86262026-09-04T17:20:19.067Z[ recovery-image] Sep 04 17:20:17.778 INFO O| Sep 04 17:20:17.777 INFO STEP 1022 (remove_files) COMPLETE
86272026-09-04T17:20:19.067Z[ recovery-image] Sep 04 17:20:17.778 INFO O| Sep 04 17:20:17.778 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-09-04T17:20:19.078Z[ recovery-image] Sep 04 17:20:17.788 INFO O| Sep 04 17:20:17.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
86292026-09-04T17:20:19.078Z[ recovery-image] Sep 04 17:20:17.788 INFO O| Sep 04 17:20:17.788 INFO STEP 1023 (remove_files) COMPLETE
86302026-09-04T17:20:19.082Z[ recovery-image] Sep 04 17:20:17.788 INFO O| Sep 04 17:20:17.788 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-09-04T17:20:19.087Z[ recovery-image] Sep 04 17:20:17.798 INFO O| Sep 04 17:20:17.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
86322026-09-04T17:20:19.087Z[ recovery-image] Sep 04 17:20:17.798 INFO O| Sep 04 17:20:17.798 INFO STEP 1024 (remove_files) COMPLETE
86332026-09-04T17:20:19.087Z[ recovery-image] Sep 04 17:20:17.798 INFO O| Sep 04 17:20:17.798 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-09-04T17:20:19.097Z[ recovery-image] Sep 04 17:20:17.808 INFO O| Sep 04 17:20:17.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
86352026-09-04T17:20:19.097Z[ recovery-image] Sep 04 17:20:17.808 INFO O| Sep 04 17:20:17.808 INFO STEP 1025 (remove_files) COMPLETE
86362026-09-04T17:20:19.097Z[ recovery-image] Sep 04 17:20:17.808 INFO O| Sep 04 17:20:17.808 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-09-04T17:20:19.106Z[ recovery-image] Sep 04 17:20:17.816 INFO O| Sep 04 17:20:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
86382026-09-04T17:20:19.106Z[ recovery-image] Sep 04 17:20:17.816 INFO O| Sep 04 17:20:17.816 INFO STEP 1026 (remove_files) COMPLETE
86392026-09-04T17:20:19.106Z[ recovery-image] Sep 04 17:20:17.816 INFO O| Sep 04 17:20:17.816 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-09-04T17:20:19.114Z[ recovery-image] Sep 04 17:20:17.825 INFO O| Sep 04 17:20:17.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
86412026-09-04T17:20:19.114Z[ recovery-image] Sep 04 17:20:17.825 INFO O| Sep 04 17:20:17.825 INFO STEP 1027 (remove_files) COMPLETE
86422026-09-04T17:20:19.117Z[ recovery-image] Sep 04 17:20:17.825 INFO O| Sep 04 17:20:17.825 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-04T17:20:19.139Z[ recovery-image] Sep 04 17:20:17.847 INFO O| Sep 04 17:20:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
86442026-09-04T17:20:19.142Z[ recovery-image] Sep 04 17:20:17.851 INFO O| Sep 04 17:20:17.851 INFO STEP 1028 (remove_files) COMPLETE
86452026-09-04T17:20:19.142Z[ recovery-image] Sep 04 17:20:17.851 INFO O| Sep 04 17:20:17.851 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-04T17:20:19.160Z[ recovery-image] Sep 04 17:20:17.871 INFO O| Sep 04 17:20:17.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
86472026-09-04T17:20:19.160Z[ recovery-image] Sep 04 17:20:17.871 INFO O| Sep 04 17:20:17.871 INFO STEP 1029 (remove_files) COMPLETE
86482026-09-04T17:20:19.160Z[ recovery-image] Sep 04 17:20:17.871 INFO O| Sep 04 17:20:17.871 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-04T17:20:19.167Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
86502026-09-04T17:20:19.181Z[ recovery-image] Sep 04 17:20:17.891 INFO O| Sep 04 17:20:17.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
86512026-09-04T17:20:19.181Z[ recovery-image] Sep 04 17:20:17.891 INFO O| Sep 04 17:20:17.891 INFO STEP 1030 (remove_files) COMPLETE
86522026-09-04T17:20:19.188Z[ recovery-image] Sep 04 17:20:17.891 INFO O| Sep 04 17:20:17.891 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-04T17:20:19.191Z[ recovery-image] Sep 04 17:20:17.902 INFO O| Sep 04 17:20:17.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
86542026-09-04T17:20:19.191Z[ recovery-image] Sep 04 17:20:17.902 INFO O| Sep 04 17:20:17.902 INFO STEP 1031 (remove_files) COMPLETE
86552026-09-04T17:20:19.192Z[ recovery-image] Sep 04 17:20:17.902 INFO O| Sep 04 17:20:17.902 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-04T17:20:19.210Z[ recovery-image] Sep 04 17:20:17.914 INFO O| Sep 04 17:20:17.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
86572026-09-04T17:20:19.210Z[ recovery-image] Sep 04 17:20:17.914 INFO O| Sep 04 17:20:17.914 INFO STEP 1032 (remove_files) COMPLETE
86582026-09-04T17:20:19.210Z[ recovery-image] Sep 04 17:20:17.914 INFO O| Sep 04 17:20:17.914 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-04T17:20:19.216Z[ recovery-image] Sep 04 17:20:17.927 INFO O| Sep 04 17:20:17.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
86602026-09-04T17:20:19.216Z[ recovery-image] Sep 04 17:20:17.927 INFO O| Sep 04 17:20:17.927 INFO STEP 1033 (remove_files) COMPLETE
86612026-09-04T17:20:19.219Z[ recovery-image] Sep 04 17:20:17.927 INFO O| Sep 04 17:20:17.927 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-04T17:20:19.225Z[ recovery-image] Sep 04 17:20:17.935 INFO O| Sep 04 17:20:17.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
86632026-09-04T17:20:19.225Z[ recovery-image] Sep 04 17:20:17.936 INFO O| Sep 04 17:20:17.935 INFO STEP 1034 (remove_files) COMPLETE
86642026-09-04T17:20:19.225Z[ recovery-image] Sep 04 17:20:17.936 INFO O| Sep 04 17:20:17.936 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-04T17:20:19.239Z[ recovery-image] Sep 04 17:20:17.950 INFO O| Sep 04 17:20:17.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
86662026-09-04T17:20:19.239Z[ recovery-image] Sep 04 17:20:17.950 INFO O| Sep 04 17:20:17.950 INFO STEP 1035 (remove_files) COMPLETE
86672026-09-04T17:20:19.239Z[ recovery-image] Sep 04 17:20:17.950 INFO O| Sep 04 17:20:17.950 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-04T17:20:19.255Z[ recovery-image] Sep 04 17:20:17.965 INFO O| Sep 04 17:20:17.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
86692026-09-04T17:20:19.255Z[ recovery-image] Sep 04 17:20:17.965 INFO O| Sep 04 17:20:17.965 INFO STEP 1036 (remove_files) COMPLETE
86702026-09-04T17:20:19.255Z[ recovery-image] Sep 04 17:20:17.965 INFO O| Sep 04 17:20:17.965 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-04T17:20:19.268Z[ recovery-image] Sep 04 17:20:17.978 INFO O| Sep 04 17:20:17.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
86722026-09-04T17:20:19.268Z[ recovery-image] Sep 04 17:20:17.978 INFO O| Sep 04 17:20:17.978 INFO STEP 1037 (remove_files) COMPLETE
86732026-09-04T17:20:19.268Z[ recovery-image] Sep 04 17:20:17.978 INFO O| Sep 04 17:20:17.978 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-04T17:20:19.272Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
86752026-09-04T17:20:19.284Z[ recovery-image] Sep 04 17:20:17.994 INFO O| Sep 04 17:20:17.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
86762026-09-04T17:20:19.284Z[ recovery-image] Sep 04 17:20:17.994 INFO O| Sep 04 17:20:17.994 INFO STEP 1038 (remove_files) COMPLETE
86772026-09-04T17:20:19.284Z[ recovery-image] Sep 04 17:20:17.995 INFO O| Sep 04 17:20:17.994 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-09-04T17:20:19.299Z[ recovery-image] Sep 04 17:20:18.010 INFO O| Sep 04 17:20:18.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
86792026-09-04T17:20:19.299Z[ recovery-image] Sep 04 17:20:18.010 INFO O| Sep 04 17:20:18.010 INFO STEP 1039 (remove_files) COMPLETE
86802026-09-04T17:20:19.302Z[ recovery-image] Sep 04 17:20:18.010 INFO O| Sep 04 17:20:18.010 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-09-04T17:20:19.311Z[ recovery-image] Sep 04 17:20:18.022 INFO O| Sep 04 17:20:18.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
86822026-09-04T17:20:19.311Z[ recovery-image] Sep 04 17:20:18.022 INFO O| Sep 04 17:20:18.022 INFO STEP 1040 (remove_files) COMPLETE
86832026-09-04T17:20:19.315Z[ recovery-image] Sep 04 17:20:18.022 INFO O| Sep 04 17:20:18.022 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-09-04T17:20:19.324Z[ recovery-image] Sep 04 17:20:18.034 INFO O| Sep 04 17:20:18.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
86852026-09-04T17:20:19.324Z[ recovery-image] Sep 04 17:20:18.034 INFO O| Sep 04 17:20:18.034 INFO STEP 1041 (remove_files) COMPLETE
86862026-09-04T17:20:19.324Z[ recovery-image] Sep 04 17:20:18.034 INFO O| Sep 04 17:20:18.034 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-09-04T17:20:19.327Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
86882026-09-04T17:20:19.335Z[ recovery-image] Sep 04 17:20:18.046 INFO O| Sep 04 17:20:18.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
86892026-09-04T17:20:19.335Z[ recovery-image] Sep 04 17:20:18.046 INFO O| Sep 04 17:20:18.046 INFO STEP 1042 (remove_files) COMPLETE
86902026-09-04T17:20:19.335Z[ recovery-image] Sep 04 17:20:18.046 INFO O| Sep 04 17:20:18.046 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-09-04T17:20:19.345Z[ recovery-image] Sep 04 17:20:18.055 INFO O| Sep 04 17:20:18.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
86922026-09-04T17:20:19.345Z[ recovery-image] Sep 04 17:20:18.055 INFO O| Sep 04 17:20:18.055 INFO STEP 1043 (remove_files) COMPLETE
86932026-09-04T17:20:19.345Z[ recovery-image] Sep 04 17:20:18.055 INFO O| Sep 04 17:20:18.055 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-09-04T17:20:19.355Z[ recovery-image] Sep 04 17:20:18.066 INFO O| Sep 04 17:20:18.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
86952026-09-04T17:20:19.355Z[ recovery-image] Sep 04 17:20:18.066 INFO O| Sep 04 17:20:18.065 INFO STEP 1044 (remove_files) COMPLETE
86962026-09-04T17:20:19.355Z[ recovery-image] Sep 04 17:20:18.066 INFO O| Sep 04 17:20:18.065 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-09-04T17:20:19.364Z[ recovery-image] Sep 04 17:20:18.075 INFO O| Sep 04 17:20:18.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
86982026-09-04T17:20:19.364Z[ recovery-image] Sep 04 17:20:18.075 INFO O| Sep 04 17:20:18.075 INFO STEP 1045 (remove_files) COMPLETE
86992026-09-04T17:20:19.365Z[ recovery-image] Sep 04 17:20:18.075 INFO O| Sep 04 17:20:18.075 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-09-04T17:20:19.375Z[ recovery-image] Sep 04 17:20:18.085 INFO O| Sep 04 17:20:18.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
87012026-09-04T17:20:19.375Z[ recovery-image] Sep 04 17:20:18.086 INFO O| Sep 04 17:20:18.085 INFO STEP 1046 (remove_files) COMPLETE
87022026-09-04T17:20:19.375Z[ recovery-image] Sep 04 17:20:18.086 INFO O| Sep 04 17:20:18.086 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-09-04T17:20:19.384Z[ recovery-image] Sep 04 17:20:18.095 INFO O| Sep 04 17:20:18.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
87042026-09-04T17:20:19.385Z[ recovery-image] Sep 04 17:20:18.095 INFO O| Sep 04 17:20:18.095 INFO STEP 1047 (remove_files) COMPLETE
87052026-09-04T17:20:19.388Z[ recovery-image] Sep 04 17:20:18.095 INFO O| Sep 04 17:20:18.095 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-09-04T17:20:19.395Z[ recovery-image] Sep 04 17:20:18.106 INFO O| Sep 04 17:20:18.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
87072026-09-04T17:20:19.395Z[ recovery-image] Sep 04 17:20:18.106 INFO O| Sep 04 17:20:18.106 INFO STEP 1048 (remove_files) COMPLETE
87082026-09-04T17:20:19.395Z[ recovery-image] Sep 04 17:20:18.106 INFO O| Sep 04 17:20:18.106 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-09-04T17:20:19.405Z[ recovery-image] Sep 04 17:20:18.115 INFO O| Sep 04 17:20:18.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
87102026-09-04T17:20:19.405Z[ recovery-image] Sep 04 17:20:18.115 INFO O| Sep 04 17:20:18.115 INFO STEP 1049 (remove_files) COMPLETE
87112026-09-04T17:20:19.408Z[ recovery-image] Sep 04 17:20:18.115 INFO O| Sep 04 17:20:18.115 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-09-04T17:20:19.413Z[ recovery-image] Sep 04 17:20:18.124 INFO O| Sep 04 17:20:18.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
87132026-09-04T17:20:19.413Z[ recovery-image] Sep 04 17:20:18.124 INFO O| Sep 04 17:20:18.124 INFO STEP 1050 (remove_files) COMPLETE
87142026-09-04T17:20:19.417Z[ recovery-image] Sep 04 17:20:18.124 INFO O| Sep 04 17:20:18.124 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-09-04T17:20:19.423Z[ recovery-image] Sep 04 17:20:18.134 INFO O| Sep 04 17:20:18.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
87162026-09-04T17:20:19.423Z[ recovery-image] Sep 04 17:20:18.134 INFO O| Sep 04 17:20:18.134 INFO STEP 1051 (remove_files) COMPLETE
87172026-09-04T17:20:19.423Z[ recovery-image] Sep 04 17:20:18.134 INFO O| Sep 04 17:20:18.134 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-09-04T17:20:19.433Z[ recovery-image] Sep 04 17:20:18.144 INFO O| Sep 04 17:20:18.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
87192026-09-04T17:20:19.433Z[ recovery-image] Sep 04 17:20:18.144 INFO O| Sep 04 17:20:18.144 INFO STEP 1052 (remove_files) COMPLETE
87202026-09-04T17:20:19.433Z[ recovery-image] Sep 04 17:20:18.144 INFO O| Sep 04 17:20:18.144 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-09-04T17:20:19.442Z[ recovery-image] Sep 04 17:20:18.153 INFO O| Sep 04 17:20:18.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
87222026-09-04T17:20:19.442Z[ recovery-image] Sep 04 17:20:18.153 INFO O| Sep 04 17:20:18.153 INFO STEP 1053 (remove_files) COMPLETE
87232026-09-04T17:20:19.446Z[ recovery-image] Sep 04 17:20:18.153 INFO O| Sep 04 17:20:18.153 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-09-04T17:20:19.452Z[ recovery-image] Sep 04 17:20:18.163 INFO O| Sep 04 17:20:18.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
87252026-09-04T17:20:19.452Z[ recovery-image] Sep 04 17:20:18.163 INFO O| Sep 04 17:20:18.163 INFO STEP 1054 (remove_files) COMPLETE
87262026-09-04T17:20:19.452Z[ recovery-image] Sep 04 17:20:18.163 INFO O| Sep 04 17:20:18.163 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-09-04T17:20:19.461Z[ recovery-image] Sep 04 17:20:18.172 INFO O| Sep 04 17:20:18.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
87282026-09-04T17:20:19.461Z[ recovery-image] Sep 04 17:20:18.172 INFO O| Sep 04 17:20:18.172 INFO STEP 1055 (remove_files) COMPLETE
87292026-09-04T17:20:19.462Z[ recovery-image] Sep 04 17:20:18.172 INFO O| Sep 04 17:20:18.172 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-09-04T17:20:19.471Z[ recovery-image] Sep 04 17:20:18.181 INFO O| Sep 04 17:20:18.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
87312026-09-04T17:20:19.471Z[ recovery-image] Sep 04 17:20:18.181 INFO O| Sep 04 17:20:18.181 INFO STEP 1056 (remove_files) COMPLETE
87322026-09-04T17:20:19.471Z[ recovery-image] Sep 04 17:20:18.181 INFO O| Sep 04 17:20:18.181 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-09-04T17:20:19.480Z[ recovery-image] Sep 04 17:20:18.190 INFO O| Sep 04 17:20:18.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
87342026-09-04T17:20:19.480Z[ recovery-image] Sep 04 17:20:18.190 INFO O| Sep 04 17:20:18.190 INFO STEP 1057 (remove_files) COMPLETE
87352026-09-04T17:20:19.483Z[ recovery-image] Sep 04 17:20:18.190 INFO O| Sep 04 17:20:18.190 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-09-04T17:20:19.491Z[ recovery-image] Sep 04 17:20:18.199 INFO O| Sep 04 17:20:18.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
87372026-09-04T17:20:19.491Z[ recovery-image] Sep 04 17:20:18.200 INFO O| Sep 04 17:20:18.199 INFO STEP 1058 (remove_files) COMPLETE
87382026-09-04T17:20:19.491Z[ recovery-image] Sep 04 17:20:18.200 INFO O| Sep 04 17:20:18.199 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-09-04T17:20:19.498Z[ recovery-image] Sep 04 17:20:18.208 INFO O| Sep 04 17:20:18.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
87402026-09-04T17:20:19.498Z[ recovery-image] Sep 04 17:20:18.208 INFO O| Sep 04 17:20:18.208 INFO STEP 1059 (remove_files) COMPLETE
87412026-09-04T17:20:19.498Z[ recovery-image] Sep 04 17:20:18.208 INFO O| Sep 04 17:20:18.208 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-09-04T17:20:19.507Z[ recovery-image] Sep 04 17:20:18.217 INFO O| Sep 04 17:20:18.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
87432026-09-04T17:20:19.507Z[ recovery-image] Sep 04 17:20:18.217 INFO O| Sep 04 17:20:18.217 INFO STEP 1060 (remove_files) COMPLETE
87442026-09-04T17:20:19.507Z[ recovery-image] Sep 04 17:20:18.217 INFO O| Sep 04 17:20:18.217 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-09-04T17:20:19.516Z[ recovery-image] Sep 04 17:20:18.227 INFO O| Sep 04 17:20:18.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
87462026-09-04T17:20:19.516Z[ recovery-image] Sep 04 17:20:18.227 INFO O| Sep 04 17:20:18.227 INFO STEP 1061 (remove_files) COMPLETE
87472026-09-04T17:20:19.516Z[ recovery-image] Sep 04 17:20:18.227 INFO O| Sep 04 17:20:18.227 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-09-04T17:20:19.526Z[ recovery-image] Sep 04 17:20:18.237 INFO O| Sep 04 17:20:18.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
87492026-09-04T17:20:19.530Z[ recovery-image] Sep 04 17:20:18.238 INFO O| Sep 04 17:20:18.238 INFO STEP 1062 (remove_files) COMPLETE
87502026-09-04T17:20:19.530Z[ recovery-image] Sep 04 17:20:18.238 INFO O| Sep 04 17:20:18.238 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-09-04T17:20:19.537Z[ recovery-image] Sep 04 17:20:18.248 INFO O| Sep 04 17:20:18.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
87522026-09-04T17:20:19.537Z[ recovery-image] Sep 04 17:20:18.248 INFO O| Sep 04 17:20:18.248 INFO STEP 1063 (remove_files) COMPLETE
87532026-09-04T17:20:19.537Z[ recovery-image] Sep 04 17:20:18.248 INFO O| Sep 04 17:20:18.248 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-09-04T17:20:19.547Z[ recovery-image] Sep 04 17:20:18.258 INFO O| Sep 04 17:20:18.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
87552026-09-04T17:20:19.547Z[ recovery-image] Sep 04 17:20:18.258 INFO O| Sep 04 17:20:18.258 INFO STEP 1064 (remove_files) COMPLETE
87562026-09-04T17:20:19.551Z[ recovery-image] Sep 04 17:20:18.258 INFO O| Sep 04 17:20:18.258 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87572026-09-04T17:20:19.558Z[ recovery-image] Sep 04 17:20:18.268 INFO O| Sep 04 17:20:18.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
87582026-09-04T17:20:19.558Z[ recovery-image] Sep 04 17:20:18.268 INFO O| Sep 04 17:20:18.268 INFO STEP 1065 (remove_files) COMPLETE
87592026-09-04T17:20:19.558Z[ recovery-image] Sep 04 17:20:18.268 INFO O| Sep 04 17:20:18.268 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-04T17:20:19.570Z[ recovery-image] Sep 04 17:20:18.281 INFO O| Sep 04 17:20:18.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
87612026-09-04T17:20:19.571Z[ recovery-image] Sep 04 17:20:18.281 INFO O| Sep 04 17:20:18.281 INFO STEP 1066 (remove_files) COMPLETE
87622026-09-04T17:20:19.571Z[ recovery-image] Sep 04 17:20:18.281 INFO O| Sep 04 17:20:18.281 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-04T17:20:19.580Z[ recovery-image] Sep 04 17:20:18.291 INFO O| Sep 04 17:20:18.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
87642026-09-04T17:20:19.580Z[ recovery-image] Sep 04 17:20:18.291 INFO O| Sep 04 17:20:18.291 INFO STEP 1067 (remove_files) COMPLETE
87652026-09-04T17:20:19.580Z[ recovery-image] Sep 04 17:20:18.291 INFO O| Sep 04 17:20:18.291 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-04T17:20:19.590Z[ recovery-image] Sep 04 17:20:18.300 INFO O| Sep 04 17:20:18.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
87672026-09-04T17:20:19.590Z[ recovery-image] Sep 04 17:20:18.300 INFO O| Sep 04 17:20:18.300 INFO STEP 1068 (remove_files) COMPLETE
87682026-09-04T17:20:19.590Z[ recovery-image] Sep 04 17:20:18.300 INFO O| Sep 04 17:20:18.300 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87692026-09-04T17:20:19.599Z[ recovery-image] Sep 04 17:20:18.310 INFO O| Sep 04 17:20:18.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
87702026-09-04T17:20:19.599Z[ recovery-image] Sep 04 17:20:18.310 INFO O| Sep 04 17:20:18.310 INFO STEP 1069 (remove_files) COMPLETE
87712026-09-04T17:20:19.599Z[ recovery-image] Sep 04 17:20:18.310 INFO O| Sep 04 17:20:18.310 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87722026-09-04T17:20:19.614Z[ recovery-image] Sep 04 17:20:18.323 INFO O| Sep 04 17:20:18.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
87732026-09-04T17:20:19.614Z[ recovery-image] Sep 04 17:20:18.323 INFO O| Sep 04 17:20:18.323 INFO STEP 1070 (remove_files) COMPLETE
87742026-09-04T17:20:19.614Z[ recovery-image] Sep 04 17:20:18.323 INFO O| Sep 04 17:20:18.323 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-04T17:20:19.622Z[ recovery-image] Sep 04 17:20:18.332 INFO O| Sep 04 17:20:18.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
87762026-09-04T17:20:19.622Z[ recovery-image] Sep 04 17:20:18.332 INFO O| Sep 04 17:20:18.332 INFO STEP 1071 (remove_files) COMPLETE
87772026-09-04T17:20:19.622Z[ recovery-image] Sep 04 17:20:18.332 INFO O| Sep 04 17:20:18.332 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87782026-09-04T17:20:19.630Z[ recovery-image] Sep 04 17:20:18.341 INFO O| Sep 04 17:20:18.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
87792026-09-04T17:20:19.630Z[ recovery-image] Sep 04 17:20:18.341 INFO O| Sep 04 17:20:18.341 INFO STEP 1072 (remove_files) COMPLETE
87802026-09-04T17:20:19.630Z[ recovery-image] Sep 04 17:20:18.341 INFO O| Sep 04 17:20:18.341 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87812026-09-04T17:20:19.648Z[ recovery-image] Sep 04 17:20:18.352 INFO O| Sep 04 17:20:18.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
87822026-09-04T17:20:19.648Z[ recovery-image] Sep 04 17:20:18.352 INFO O| Sep 04 17:20:18.352 INFO STEP 1073 (remove_files) COMPLETE
87832026-09-04T17:20:19.648Z[ recovery-image] Sep 04 17:20:18.352 INFO O| Sep 04 17:20:18.352 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87842026-09-04T17:20:19.658Z[ recovery-image] Sep 04 17:20:18.363 INFO O| Sep 04 17:20:18.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
87852026-09-04T17:20:19.658Z[ recovery-image] Sep 04 17:20:18.363 INFO O| Sep 04 17:20:18.363 INFO STEP 1074 (remove_files) COMPLETE
87862026-09-04T17:20:19.658Z[ recovery-image] Sep 04 17:20:18.363 INFO O| Sep 04 17:20:18.363 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87872026-09-04T17:20:19.663Z[ recovery-image] Sep 04 17:20:18.373 INFO O| Sep 04 17:20:18.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
87882026-09-04T17:20:19.663Z[ recovery-image] Sep 04 17:20:18.374 INFO O| Sep 04 17:20:18.374 INFO STEP 1075 (remove_files) COMPLETE
87892026-09-04T17:20:19.663Z[ recovery-image] Sep 04 17:20:18.374 INFO O| Sep 04 17:20:18.374 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87902026-09-04T17:20:19.674Z[ recovery-image] Sep 04 17:20:18.384 INFO O| Sep 04 17:20:18.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
87912026-09-04T17:20:19.674Z[ recovery-image] Sep 04 17:20:18.384 INFO O| Sep 04 17:20:18.384 INFO STEP 1076 (remove_files) COMPLETE
87922026-09-04T17:20:19.674Z[ recovery-image] Sep 04 17:20:18.384 INFO O| Sep 04 17:20:18.384 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87932026-09-04T17:20:19.691Z[ recovery-image] Sep 04 17:20:18.394 INFO O| Sep 04 17:20:18.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
87942026-09-04T17:20:19.691Z[ recovery-image] Sep 04 17:20:18.394 INFO O| Sep 04 17:20:18.394 INFO STEP 1077 (remove_files) COMPLETE
87952026-09-04T17:20:19.691Z[ recovery-image] Sep 04 17:20:18.394 INFO O| Sep 04 17:20:18.394 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87962026-09-04T17:20:19.700Z[ recovery-image] Sep 04 17:20:18.405 INFO O| Sep 04 17:20:18.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
87972026-09-04T17:20:19.700Z[ recovery-image] Sep 04 17:20:18.405 INFO O| Sep 04 17:20:18.405 INFO STEP 1078 (remove_files) COMPLETE
87982026-09-04T17:20:19.700Z[ recovery-image] Sep 04 17:20:18.405 INFO O| Sep 04 17:20:18.405 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-04T17:20:19.705Z[ recovery-image] Sep 04 17:20:18.416 INFO O| Sep 04 17:20:18.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
88002026-09-04T17:20:19.705Z[ recovery-image] Sep 04 17:20:18.416 INFO O| Sep 04 17:20:18.416 INFO STEP 1079 (remove_files) COMPLETE
88012026-09-04T17:20:19.706Z[ recovery-image] Sep 04 17:20:18.416 INFO O| Sep 04 17:20:18.416 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-04T17:20:19.717Z[ recovery-image] Sep 04 17:20:18.426 INFO O| Sep 04 17:20:18.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
88032026-09-04T17:20:19.722Z[ recovery-image] Sep 04 17:20:18.427 INFO O| Sep 04 17:20:18.427 INFO STEP 1080 (remove_files) COMPLETE
88042026-09-04T17:20:19.722Z[ recovery-image] Sep 04 17:20:18.427 INFO O| Sep 04 17:20:18.427 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-04T17:20:19.726Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
88062026-09-04T17:20:19.731Z[ recovery-image] Sep 04 17:20:18.439 INFO O| Sep 04 17:20:18.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
88072026-09-04T17:20:19.731Z[ recovery-image] Sep 04 17:20:18.439 INFO O| Sep 04 17:20:18.439 INFO STEP 1081 (remove_files) COMPLETE
88082026-09-04T17:20:19.731Z[ recovery-image] Sep 04 17:20:18.439 INFO O| Sep 04 17:20:18.439 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88092026-09-04T17:20:19.740Z[ recovery-image] Sep 04 17:20:18.450 INFO O| Sep 04 17:20:18.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
88102026-09-04T17:20:19.745Z[ recovery-image] Sep 04 17:20:18.450 INFO O| Sep 04 17:20:18.450 INFO STEP 1082 (remove_files) COMPLETE
88112026-09-04T17:20:19.745Z[ recovery-image] Sep 04 17:20:18.450 INFO O| Sep 04 17:20:18.450 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88122026-09-04T17:20:19.751Z[ recovery-image] Sep 04 17:20:18.462 INFO O| Sep 04 17:20:18.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
88132026-09-04T17:20:19.752Z[ recovery-image] Sep 04 17:20:18.462 INFO O| Sep 04 17:20:18.462 INFO STEP 1083 (remove_files) COMPLETE
88142026-09-04T17:20:19.756Z[ recovery-image] Sep 04 17:20:18.462 INFO O| Sep 04 17:20:18.462 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-09-04T17:20:19.761Z[verify-libraries] Compiling multimap v0.10.1
88162026-09-04T17:20:19.770Z[ recovery-image] Sep 04 17:20:18.472 INFO O| Sep 04 17:20:18.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
88172026-09-04T17:20:19.770Z[ recovery-image] Sep 04 17:20:18.472 INFO O| Sep 04 17:20:18.472 INFO STEP 1084 (remove_files) COMPLETE
88182026-09-04T17:20:19.770Z[ recovery-image] Sep 04 17:20:18.472 INFO O| Sep 04 17:20:18.472 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88192026-09-04T17:20:19.773Z[ recovery-image] Sep 04 17:20:18.482 INFO O| Sep 04 17:20:18.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
88202026-09-04T17:20:19.774Z[ recovery-image] Sep 04 17:20:18.483 INFO O| Sep 04 17:20:18.482 INFO STEP 1085 (remove_files) COMPLETE
88212026-09-04T17:20:19.774Z[ recovery-image] Sep 04 17:20:18.483 INFO O| Sep 04 17:20:18.482 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88222026-09-04T17:20:19.786Z[ recovery-image] Sep 04 17:20:18.493 INFO O| Sep 04 17:20:18.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
88232026-09-04T17:20:19.786Z[ recovery-image] Sep 04 17:20:18.493 INFO O| Sep 04 17:20:18.493 INFO STEP 1086 (remove_files) COMPLETE
88242026-09-04T17:20:19.786Z[ recovery-image] Sep 04 17:20:18.493 INFO O| Sep 04 17:20:18.493 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88252026-09-04T17:20:19.798Z[ recovery-image] Sep 04 17:20:18.503 INFO O| Sep 04 17:20:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
88262026-09-04T17:20:19.798Z[ recovery-image] Sep 04 17:20:18.503 INFO O| Sep 04 17:20:18.503 INFO STEP 1087 (remove_files) COMPLETE
88272026-09-04T17:20:19.798Z[ recovery-image] Sep 04 17:20:18.503 INFO O| Sep 04 17:20:18.503 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88282026-09-04T17:20:19.803Z[ recovery-image] Sep 04 17:20:18.514 INFO O| Sep 04 17:20:18.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
88292026-09-04T17:20:19.803Z[ recovery-image] Sep 04 17:20:18.514 INFO O| Sep 04 17:20:18.514 INFO STEP 1088 (remove_files) COMPLETE
88302026-09-04T17:20:19.808Z[ recovery-image] Sep 04 17:20:18.514 INFO O| Sep 04 17:20:18.514 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88312026-09-04T17:20:19.816Z[ recovery-image] Sep 04 17:20:18.523 INFO O| Sep 04 17:20:18.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
88322026-09-04T17:20:19.816Z[ recovery-image] Sep 04 17:20:18.523 INFO O| Sep 04 17:20:18.523 INFO STEP 1089 (remove_files) COMPLETE
88332026-09-04T17:20:19.816Z[ recovery-image] Sep 04 17:20:18.523 INFO O| Sep 04 17:20:18.523 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88342026-09-04T17:20:19.824Z[ recovery-image] Sep 04 17:20:18.533 INFO O| Sep 04 17:20:18.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
88352026-09-04T17:20:19.824Z[ recovery-image] Sep 04 17:20:18.533 INFO O| Sep 04 17:20:18.533 INFO STEP 1090 (remove_files) COMPLETE
88362026-09-04T17:20:19.824Z[ recovery-image] Sep 04 17:20:18.533 INFO O| Sep 04 17:20:18.533 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88372026-09-04T17:20:19.833Z[ recovery-image] Sep 04 17:20:18.543 INFO O| Sep 04 17:20:18.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
88382026-09-04T17:20:19.834Z[ recovery-image] Sep 04 17:20:18.543 INFO O| Sep 04 17:20:18.543 INFO STEP 1091 (remove_files) COMPLETE
88392026-09-04T17:20:19.837Z[ recovery-image] Sep 04 17:20:18.543 INFO O| Sep 04 17:20:18.543 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88402026-09-04T17:20:19.842Z[ recovery-image] Sep 04 17:20:18.553 INFO O| Sep 04 17:20:18.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
88412026-09-04T17:20:19.842Z[ recovery-image] Sep 04 17:20:18.553 INFO O| Sep 04 17:20:18.553 INFO STEP 1092 (remove_files) COMPLETE
88422026-09-04T17:20:19.842Z[ recovery-image] Sep 04 17:20:18.553 INFO O| Sep 04 17:20:18.553 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88432026-09-04T17:20:19.854Z[ recovery-image] Sep 04 17:20:18.563 INFO O| Sep 04 17:20:18.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
88442026-09-04T17:20:19.854Z[ recovery-image] Sep 04 17:20:18.564 INFO O| Sep 04 17:20:18.563 INFO STEP 1093 (remove_files) COMPLETE
88452026-09-04T17:20:19.854Z[ recovery-image] Sep 04 17:20:18.564 INFO O| Sep 04 17:20:18.564 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88462026-09-04T17:20:19.863Z[ recovery-image] Sep 04 17:20:18.573 INFO O| Sep 04 17:20:18.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
88472026-09-04T17:20:19.863Z[ recovery-image] Sep 04 17:20:18.573 INFO O| Sep 04 17:20:18.573 INFO STEP 1094 (remove_files) COMPLETE
88482026-09-04T17:20:19.863Z[ recovery-image] Sep 04 17:20:18.573 INFO O| Sep 04 17:20:18.573 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88492026-09-04T17:20:19.870Z[verify-libraries] Compiling termios v0.3.3
88502026-09-04T17:20:19.875Z[ recovery-image] Sep 04 17:20:18.582 INFO O| Sep 04 17:20:18.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
88512026-09-04T17:20:19.875Z[ recovery-image] Sep 04 17:20:18.582 INFO O| Sep 04 17:20:18.581 INFO STEP 1095 (remove_files) COMPLETE
88522026-09-04T17:20:19.875Z[ recovery-image] Sep 04 17:20:18.582 INFO O| Sep 04 17:20:18.581 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88532026-09-04T17:20:19.884Z[ recovery-image] Sep 04 17:20:18.592 INFO O| Sep 04 17:20:18.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
88542026-09-04T17:20:19.884Z[ recovery-image] Sep 04 17:20:18.592 INFO O| Sep 04 17:20:18.592 INFO STEP 1096 (remove_files) COMPLETE
88552026-09-04T17:20:19.884Z[ recovery-image] Sep 04 17:20:18.592 INFO O| Sep 04 17:20:18.592 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88562026-09-04T17:20:19.892Z[ recovery-image] Sep 04 17:20:18.602 INFO O| Sep 04 17:20:18.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
88572026-09-04T17:20:19.893Z[ recovery-image] Sep 04 17:20:18.602 INFO O| Sep 04 17:20:18.602 INFO STEP 1097 (remove_files) COMPLETE
88582026-09-04T17:20:19.897Z[ recovery-image] Sep 04 17:20:18.602 INFO O| Sep 04 17:20:18.602 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88592026-09-04T17:20:19.904Z[ recovery-image] Sep 04 17:20:18.612 INFO O| Sep 04 17:20:18.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
88602026-09-04T17:20:19.904Z[ recovery-image] Sep 04 17:20:18.612 INFO O| Sep 04 17:20:18.612 INFO STEP 1098 (remove_files) COMPLETE
88612026-09-04T17:20:19.904Z[ recovery-image] Sep 04 17:20:18.612 INFO O| Sep 04 17:20:18.612 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88622026-09-04T17:20:19.911Z[ recovery-image] Sep 04 17:20:18.621 INFO O| Sep 04 17:20:18.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
88632026-09-04T17:20:19.911Z[ recovery-image] Sep 04 17:20:18.621 INFO O| Sep 04 17:20:18.621 INFO STEP 1099 (remove_files) COMPLETE
88642026-09-04T17:20:19.921Z[ recovery-image] Sep 04 17:20:18.621 INFO O| Sep 04 17:20:18.621 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88652026-09-04T17:20:19.921Z[ recovery-image] Sep 04 17:20:18.631 INFO O| Sep 04 17:20:18.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
88662026-09-04T17:20:19.921Z[ recovery-image] Sep 04 17:20:18.631 INFO O| Sep 04 17:20:18.631 INFO STEP 1100 (remove_files) COMPLETE
88672026-09-04T17:20:19.921Z[ recovery-image] Sep 04 17:20:18.631 INFO O| Sep 04 17:20:18.631 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88682026-09-04T17:20:19.931Z[ recovery-image] Sep 04 17:20:18.640 INFO O| Sep 04 17:20:18.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
88692026-09-04T17:20:19.931Z[ recovery-image] Sep 04 17:20:18.641 INFO O| Sep 04 17:20:18.640 INFO STEP 1101 (remove_files) COMPLETE
88702026-09-04T17:20:19.931Z[ recovery-image] Sep 04 17:20:18.641 INFO O| Sep 04 17:20:18.640 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88712026-09-04T17:20:19.947Z[ recovery-image] Sep 04 17:20:18.656 INFO O| Sep 04 17:20:18.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
88722026-09-04T17:20:19.947Z[ recovery-image] Sep 04 17:20:18.656 INFO O| Sep 04 17:20:18.656 INFO STEP 1102 (remove_files) COMPLETE
88732026-09-04T17:20:19.955Z[ recovery-image] Sep 04 17:20:18.656 INFO O| Sep 04 17:20:18.656 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88742026-09-04T17:20:19.955Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88752026-09-04T17:20:19.960Z[ recovery-image] Sep 04 17:20:18.668 INFO O| Sep 04 17:20:18.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
88762026-09-04T17:20:19.960Z[ recovery-image] Sep 04 17:20:18.668 INFO O| Sep 04 17:20:18.668 INFO STEP 1103 (remove_files) COMPLETE
88772026-09-04T17:20:19.960Z[ recovery-image] Sep 04 17:20:18.668 INFO O| Sep 04 17:20:18.668 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88782026-09-04T17:20:19.969Z[ recovery-image] Sep 04 17:20:18.679 INFO O| Sep 04 17:20:18.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
88792026-09-04T17:20:19.969Z[ recovery-image] Sep 04 17:20:18.679 INFO O| Sep 04 17:20:18.679 INFO STEP 1104 (remove_files) COMPLETE
88802026-09-04T17:20:19.979Z[ recovery-image] Sep 04 17:20:18.679 INFO O| Sep 04 17:20:18.679 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88812026-09-04T17:20:19.991Z[ recovery-image] Sep 04 17:20:18.696 INFO O| Sep 04 17:20:18.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
88822026-09-04T17:20:19.991Z[ recovery-image] Sep 04 17:20:18.696 INFO O| Sep 04 17:20:18.696 INFO STEP 1105 (remove_files) COMPLETE
88832026-09-04T17:20:19.991Z[ recovery-image] Sep 04 17:20:18.696 INFO O| Sep 04 17:20:18.696 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88842026-09-04T17:20:19.998Z[ recovery-image] Sep 04 17:20:18.709 INFO O| Sep 04 17:20:18.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
88852026-09-04T17:20:19.999Z[ recovery-image] Sep 04 17:20:18.709 INFO O| Sep 04 17:20:18.709 INFO STEP 1106 (remove_files) COMPLETE
88862026-09-04T17:20:19.999Z[ recovery-image] Sep 04 17:20:18.709 INFO O| Sep 04 17:20:18.709 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88872026-09-04T17:20:20.012Z[ recovery-image] Sep 04 17:20:18.722 INFO O| Sep 04 17:20:18.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
88882026-09-04T17:20:20.012Z[ recovery-image] Sep 04 17:20:18.722 INFO O| Sep 04 17:20:18.722 INFO STEP 1107 (remove_files) COMPLETE
88892026-09-04T17:20:20.012Z[ recovery-image] Sep 04 17:20:18.722 INFO O| Sep 04 17:20:18.722 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88902026-09-04T17:20:20.027Z[ recovery-image] Sep 04 17:20:18.735 INFO O| Sep 04 17:20:18.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
88912026-09-04T17:20:20.027Z[ recovery-image] Sep 04 17:20:18.735 INFO O| Sep 04 17:20:18.735 INFO STEP 1108 (remove_files) COMPLETE
88922026-09-04T17:20:20.027Z[ recovery-image] Sep 04 17:20:18.735 INFO O| Sep 04 17:20:18.735 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88932026-09-04T17:20:20.031Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
88942026-09-04T17:20:20.042Z[ recovery-image] Sep 04 17:20:18.752 INFO O| Sep 04 17:20:18.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
88952026-09-04T17:20:20.042Z[ recovery-image] Sep 04 17:20:18.752 INFO O| Sep 04 17:20:18.752 INFO STEP 1109 (remove_files) COMPLETE
88962026-09-04T17:20:20.046Z[ recovery-image] Sep 04 17:20:18.752 INFO O| Sep 04 17:20:18.752 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-04T17:20:20.052Z[ recovery-image] Sep 04 17:20:18.763 INFO O| Sep 04 17:20:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
88982026-09-04T17:20:20.052Z[ recovery-image] Sep 04 17:20:18.763 INFO O| Sep 04 17:20:18.763 INFO STEP 1110 (remove_files) COMPLETE
88992026-09-04T17:20:20.057Z[ recovery-image] Sep 04 17:20:18.763 INFO O| Sep 04 17:20:18.763 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89002026-09-04T17:20:20.065Z[ recovery-image] Sep 04 17:20:18.775 INFO O| Sep 04 17:20:18.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
89012026-09-04T17:20:20.066Z[ recovery-image] Sep 04 17:20:18.775 INFO O| Sep 04 17:20:18.775 INFO STEP 1111 (remove_files) COMPLETE
89022026-09-04T17:20:20.070Z[ recovery-image] Sep 04 17:20:18.775 INFO O| Sep 04 17:20:18.775 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89032026-09-04T17:20:20.081Z[ recovery-image] Sep 04 17:20:18.784 INFO O| Sep 04 17:20:18.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
89042026-09-04T17:20:20.081Z[ recovery-image] Sep 04 17:20:18.784 INFO O| Sep 04 17:20:18.784 INFO STEP 1112 (remove_files) COMPLETE
89052026-09-04T17:20:20.081Z[ recovery-image] Sep 04 17:20:18.784 INFO O| Sep 04 17:20:18.784 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89062026-09-04T17:20:20.097Z[ recovery-image] Sep 04 17:20:18.792 INFO O| Sep 04 17:20:18.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
89072026-09-04T17:20:20.097Z[ recovery-image] Sep 04 17:20:18.792 INFO O| Sep 04 17:20:18.792 INFO STEP 1113 (remove_files) COMPLETE
89082026-09-04T17:20:20.097Z[ recovery-image] Sep 04 17:20:18.792 INFO O| Sep 04 17:20:18.792 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89092026-09-04T17:20:20.102Z[ recovery-image] Sep 04 17:20:18.800 INFO O| Sep 04 17:20:18.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
89102026-09-04T17:20:20.102Z[ recovery-image] Sep 04 17:20:18.800 INFO O| Sep 04 17:20:18.800 INFO STEP 1114 (remove_files) COMPLETE
89112026-09-04T17:20:20.102Z[ recovery-image] Sep 04 17:20:18.800 INFO O| Sep 04 17:20:18.800 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89122026-09-04T17:20:20.102Z[ recovery-image] Sep 04 17:20:18.807 INFO O| Sep 04 17:20:18.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
89132026-09-04T17:20:20.102Z[ recovery-image] Sep 04 17:20:18.807 INFO O| Sep 04 17:20:18.807 INFO STEP 1115 (remove_files) COMPLETE
89142026-09-04T17:20:20.102Z[ recovery-image] Sep 04 17:20:18.807 INFO O| Sep 04 17:20:18.807 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89152026-09-04T17:20:20.106Z[ recovery-image] Sep 04 17:20:18.815 INFO O| Sep 04 17:20:18.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
89162026-09-04T17:20:20.106Z[ recovery-image] Sep 04 17:20:18.815 INFO O| Sep 04 17:20:18.815 INFO STEP 1116 (remove_files) COMPLETE
89172026-09-04T17:20:20.106Z[ recovery-image] Sep 04 17:20:18.815 INFO O| Sep 04 17:20:18.815 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-04T17:20:20.114Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89192026-09-04T17:20:20.129Z[ recovery-image] Sep 04 17:20:18.840 INFO O| Sep 04 17:20:18.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
89202026-09-04T17:20:20.129Z[ recovery-image] Sep 04 17:20:18.840 INFO O| Sep 04 17:20:18.840 INFO STEP 1117 (remove_files) COMPLETE
89212026-09-04T17:20:20.129Z[ recovery-image] Sep 04 17:20:18.840 INFO O| Sep 04 17:20:18.840 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
89222026-09-04T17:20:20.147Z[ recovery-image] Sep 04 17:20:18.854 INFO O| Sep 04 17:20:18.854 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
89232026-09-04T17:20:20.147Z[ recovery-image] Sep 04 17:20:18.854 INFO O| Sep 04 17:20:18.854 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
89242026-09-04T17:20:21.140Z[ recovery-image] Sep 04 17:20:19.843 INFO O| Sep 04 17:20:19.843 INFO STEP 1118 (pack_tar) COMPLETE
89252026-09-04T17:20:21.140Z[ recovery-image] Sep 04 17:20:19.844 INFO O| Sep 04 17:20:19.843 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
89262026-09-04T17:20:21.140Z[ recovery-image] Sep 04 17:20:19.844 INFO O| Sep 04 17:20:19.843 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
89272026-09-04T17:20:21.371Z[ recovery-image] Sep 04 17:20:20.070 INFO O| Sep 04 17:20:20.070 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
89282026-09-04T17:20:21.528Z[ recovery-image] Sep 04 17:20:20.239 INFO O| Sep 04 17:20:20.239 INFO completed processing sled/ramdisk-03-recovery-trim
89292026-09-04T17:20:21.533Z[ recovery-image] Sep 04 17:20:20.242 INFO image builder template: zfs-recovery...
89302026-09-04T17:20:21.533Z[ recovery-image] Sep 04 17:20:20.242 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpMIfNqd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
89312026-09-04T17:20:21.562Z[ recovery-image] Sep 04 17:20:20.271 INFO O| Sep 04 17:20:20.270 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
89322026-09-04T17:20:21.576Z[ recovery-image] Sep 04 17:20:20.275 INFO O| Sep 04 17:20:20.275 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89332026-09-04T17:20:21.638Z[ recovery-image] Sep 04 17:20:20.349 INFO O| Sep 04 17:20:20.349 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
89342026-09-04T17:20:21.711Z[ recovery-image] Sep 04 17:20:20.421 INFO O| Sep 04 17:20:20.420 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
89352026-09-04T17:20:21.711Z[ recovery-image] Sep 04 17:20:20.421 INFO O| Sep 04 17:20:20.421 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
89362026-09-04T17:20:21.715Z[ recovery-image] Sep 04 17:20:20.425 INFO O| Sep 04 17:20:20.425 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
89372026-09-04T17:20:21.837Z[ recovery-image] Sep 04 17:20:20.544 INFO O| Sep 04 17:20:20.544 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
89382026-09-04T17:20:21.869Z[verify-libraries] Compiling polar-core v0.27.3
89392026-09-04T17:20:21.916Z[ recovery-image] Sep 04 17:20:20.625 INFO O| Sep 04 17:20:20.625 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
89402026-09-04T17:20:21.924Z[ recovery-image] Sep 04 17:20:20.635 INFO O| Sep 04 17:20:20.635 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
89412026-09-04T17:20:21.929Z[ recovery-image] Sep 04 17:20:20.639 INFO O| Sep 04 17:20:20.639 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
89422026-09-04T17:20:21.933Z[ recovery-image] Sep 04 17:20:20.641 INFO O| Sep 04 17:20:20.641 INFO no lofi found
89432026-09-04T17:20:21.933Z[ recovery-image] Sep 04 17:20:20.641 INFO O| Sep 04 17:20:20.641 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
89442026-09-04T17:20:21.933Z[ recovery-image] Sep 04 17:20:20.641 INFO O| Sep 04 17:20:20.641 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
89452026-09-04T17:20:24.290Z[ recovery-image] Sep 04 17:20:23.001 INFO O| Sep 04 17:20:23.001 INFO lofi device = /dev/dsk/c2t1d0p0
89462026-09-04T17:20:24.291Z[ recovery-image] Sep 04 17:20:23.001 INFO O| Sep 04 17:20:23.001 INFO pool device = /dev/dsk/c2t1d0p0
89472026-09-04T17:20:24.295Z[ recovery-image] Sep 04 17:20:23.001 INFO O| Sep 04 17:20:23.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"]
89482026-09-04T17:20:24.482Z[ recovery-image] Sep 04 17:20:23.191 INFO O| Sep 04 17:20:23.191 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-09-04T17:20:24.482Z[ recovery-image] Sep 04 17:20:23.191 INFO O| Sep 04 17:20:23.191 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
89502026-09-04T17:20:24.512Z[ recovery-image] Sep 04 17:20:23.219 INFO O| Sep 04 17:20:23.219 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
89512026-09-04T17:20:24.587Z[ recovery-image] Sep 04 17:20:23.296 INFO O| Sep 04 17:20:23.296 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
89522026-09-04T17:20:24.644Z[ recovery-image] Sep 04 17:20:23.332 INFO O| Sep 04 17:20:23.331 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
89532026-09-04T17:20:24.653Z[ recovery-image] Sep 04 17:20:23.352 INFO O| Sep 04 17:20:23.352 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
89542026-09-04T17:20:24.662Z[ recovery-image] Sep 04 17:20:23.369 INFO O| Sep 04 17:20:23.369 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
89552026-09-04T17:20:24.708Z[ recovery-image] Sep 04 17:20:23.414 INFO O| Sep 04 17:20:23.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
89562026-09-04T17:20:24.708Z[ recovery-image] Sep 04 17:20:23.414 INFO O| Sep 04 17:20:23.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
89572026-09-04T17:20:24.714Z[ recovery-image] Sep 04 17:20:23.414 INFO O| Sep 04 17:20:23.414 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89582026-09-04T17:20:24.722Z[ recovery-image] Sep 04 17:20:23.428 INFO O| Sep 04 17:20:23.428 INFO boot environment UUID: 03016132-4684-46c6-be3d-c3211d97fd55
89592026-09-04T17:20:24.722Z[ recovery-image] Sep 04 17:20:23.428 INFO O| Sep 04 17:20:23.428 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 03016132-4684-46c6-be3d-c3211d97fd55
89602026-09-04T17:20:24.736Z[ recovery-image] Sep 04 17:20:23.445 INFO O| Sep 04 17:20:23.445 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89612026-09-04T17:20:24.751Z[ recovery-image] Sep 04 17:20:23.462 INFO O| Sep 04 17:20:23.462 INFO STEP 0 (create_be) COMPLETE
89622026-09-04T17:20:24.751Z[ recovery-image] Sep 04 17:20:23.462 INFO O| Sep 04 17:20:23.462 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89632026-09-04T17:20:24.770Z[ recovery-image] Sep 04 17:20:23.478 INFO O| Sep 04 17:20:23.478 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"]
89642026-09-04T17:20:26.932Z[ host-image] Sep 04 17:20:25.532 INFO O| seeding SMF database...
89652026-09-04T17:20:29.659Z[verify-libraries] Compiling oso v0.27.3
89662026-09-04T17:20:32.308Z[ host-image] Sep 04 17:20:31.014 INFO O| configuring SMF profile...
89672026-09-04T17:20:32.308Z[ host-image] Sep 04 17:20:31.015 INFO O| modifying shadow(5)...
89682026-09-04T17:20:32.327Z[ host-image] Sep 04 17:20:31.015 INFO O| loading user and group database...
89692026-09-04T17:20:32.327Z[ host-image] Sep 04 17:20:31.015 INFO O| loading facet selections...
89702026-09-04T17:20:32.784Z[ host-image] Sep 04 17:20:31.486 INFO O| devel -> true
89712026-09-04T17:20:32.784Z[ host-image] Sep 04 17:20:31.486 INFO O| doc.man -> true
89722026-09-04T17:20:32.803Z[ host-image] Sep 04 17:20:31.486 INFO O| version-lock.shell/ksh93 -> true
89732026-09-04T17:20:32.803Z[ host-image] Sep 04 17:20:31.486 INFO O| version-lock.system/data/hardware-registry -> true
89742026-09-04T17:20:32.803Z[ host-image] Sep 04 17:20:31.486 INFO O| version-lock.system/data/zoneinfo -> true
89752026-09-04T17:20:32.803Z[ host-image] Sep 04 17:20:31.486 INFO O| version-lock.system/microcode/amd -> true
89762026-09-04T17:20:32.803Z[ host-image] Sep 04 17:20:31.486 INFO O| version-lock.system/microcode/intel -> true
89772026-09-04T17:20:32.803Z[ host-image] Sep 04 17:20:31.486 INFO O| version-lock.system/microcode/oxide -> true
89782026-09-04T17:20:32.803Z[ host-image] Sep 04 17:20:31.486 INFO O| assessing packaged files...
89792026-09-04T17:20:33.752Z[ recovery-image] Sep 04 17:20:32.462 INFO O| Sep 04 17:20:32.462 INFO STEP 1 (unpack_tar) COMPLETE
89802026-09-04T17:20:33.752Z[ recovery-image] Sep 04 17:20:32.462 INFO O| Sep 04 17:20:32.462 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89812026-09-04T17:20:33.765Z[ recovery-image] Sep 04 17:20:32.474 INFO O| Sep 04 17:20:32.474 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89822026-09-04T17:20:35.084Z[ recovery-image] Sep 04 17:20:33.792 INFO O| Sep 04 17:20:33.792 INFO STEP 2 (devfsadm) COMPLETE
89832026-09-04T17:20:35.084Z[ recovery-image] Sep 04 17:20:33.792 INFO O| Sep 04 17:20:33.792 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89842026-09-04T17:20:35.100Z[ host-image] Sep 04 17:20:33.798 INFO O| creating archive...
89852026-09-04T17:20:35.107Z[ recovery-image] Sep 04 17:20:33.803 INFO O| Sep 04 17:20:33.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89862026-09-04T17:20:35.107Z[ recovery-image] Sep 04 17:20:33.803 INFO O| Sep 04 17:20:33.803 INFO STEP 3 (ensure_dir) COMPLETE
89872026-09-04T17:20:35.107Z[ recovery-image] Sep 04 17:20:33.803 INFO O| Sep 04 17:20:33.803 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89882026-09-04T17:20:35.107Z[ recovery-image] Sep 04 17:20:33.812 INFO O| Sep 04 17:20:33.812 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89892026-09-04T17:20:35.107Z[ recovery-image] Sep 04 17:20:33.812 INFO O| Sep 04 17:20:33.812 INFO STEP 4 (ensure_dir) COMPLETE
89902026-09-04T17:20:35.107Z[ recovery-image] Sep 04 17:20:33.812 INFO O| Sep 04 17:20:33.812 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89912026-09-04T17:20:35.113Z[ host-image] Sep 04 17:20:33.821 INFO O| missing from packaging:
89922026-09-04T17:20:35.113Z[ host-image] Sep 04 17:20:33.822 INFO O| "etc/.pwd.lock"
89932026-09-04T17:20:35.113Z[ host-image] Sep 04 17:20:33.822 INFO O| "etc/bash"
89942026-09-04T17:20:35.120Z[ recovery-image] Sep 04 17:20:33.824 INFO O| Sep 04 17:20:33.824 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89952026-09-04T17:20:35.120Z[ recovery-image] Sep 04 17:20:33.824 INFO O| Sep 04 17:20:33.824 INFO STEP 5 (ensure_dir) COMPLETE
89962026-09-04T17:20:35.120Z[ recovery-image] Sep 04 17:20:33.824 INFO O| Sep 04 17:20:33.824 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89972026-09-04T17:20:35.120Z[ host-image] Sep 04 17:20:33.826 INFO O| "etc/svc/profile/generic.xml"
89982026-09-04T17:20:35.120Z[ host-image] Sep 04 17:20:33.826 INFO O| "etc/svc/profile/inetd_services.xml"
89992026-09-04T17:20:35.120Z[ host-image] Sep 04 17:20:33.826 INFO O| "etc/svc/profile/name_service.xml"
90002026-09-04T17:20:35.120Z[ host-image] Sep 04 17:20:33.826 INFO O| "etc/svc/profile/platform.xml"
90012026-09-04T17:20:35.121Z[ host-image] Sep 04 17:20:33.826 INFO O| "etc/svc/profile/platform_omicron1.xml"
90022026-09-04T17:20:35.121Z[ host-image] Sep 04 17:20:33.826 INFO O| "etc/svc/repository.db"
90032026-09-04T17:20:35.139Z[ host-image] Sep 04 17:20:33.832 INFO O| "opt/ooce/share"
90042026-09-04T17:20:35.139Z[ host-image] Sep 04 17:20:33.833 INFO O| "opt/ooce/share/man"
90052026-09-04T17:20:35.139Z[ host-image] Sep 04 17:20:33.833 INFO O| "opt/ooce/share/man/man1"
90062026-09-04T17:20:35.139Z[ recovery-image] Sep 04 17:20:33.835 INFO O| Sep 04 17:20:33.835 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
90072026-09-04T17:20:35.139Z[ recovery-image] Sep 04 17:20:33.835 INFO O| Sep 04 17:20:33.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
90082026-09-04T17:20:35.139Z[ recovery-image] Sep 04 17:20:33.835 INFO O| Sep 04 17:20:33.835 INFO STEP 6 (ensure_dir) COMPLETE
90092026-09-04T17:20:35.139Z[ recovery-image] Sep 04 17:20:33.835 INFO O| Sep 04 17:20:33.835 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90102026-09-04T17:20:35.146Z[ host-image] Sep 04 17:20:33.842 INFO O| finishing archive...
90112026-09-04T17:20:35.146Z[ recovery-image] Sep 04 17:20:33.847 INFO O| Sep 04 17:20:33.846 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
90122026-09-04T17:20:35.146Z[ recovery-image] Sep 04 17:20:33.847 INFO O| Sep 04 17:20:33.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
90132026-09-04T17:20:35.146Z[ recovery-image] Sep 04 17:20:33.847 INFO O| Sep 04 17:20:33.846 INFO STEP 7 (ensure_dir) COMPLETE
90142026-09-04T17:20:35.146Z[ recovery-image] Sep 04 17:20:33.847 INFO O| Sep 04 17:20:33.846 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90152026-09-04T17:20:35.150Z[ recovery-image] Sep 04 17:20:33.855 INFO O| Sep 04 17:20:33.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
90162026-09-04T17:20:35.150Z[ recovery-image] Sep 04 17:20:33.855 INFO O| Sep 04 17:20:33.855 INFO STEP 8 (remove_files) COMPLETE
90172026-09-04T17:20:35.150Z[ recovery-image] Sep 04 17:20:33.856 INFO O| Sep 04 17:20:33.855 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90182026-09-04T17:20:35.154Z[ recovery-image] Sep 04 17:20:33.864 INFO O| Sep 04 17:20:33.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
90192026-09-04T17:20:35.160Z[ recovery-image] Sep 04 17:20:33.865 INFO O| Sep 04 17:20:33.865 INFO STEP 9 (remove_files) COMPLETE
90202026-09-04T17:20:35.160Z[ recovery-image] Sep 04 17:20:33.865 INFO O| Sep 04 17:20:33.865 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90212026-09-04T17:20:35.169Z[ recovery-image] Sep 04 17:20:33.876 INFO O| Sep 04 17:20:33.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
90222026-09-04T17:20:35.169Z[ recovery-image] Sep 04 17:20:33.876 INFO O| Sep 04 17:20:33.876 INFO STEP 10 (remove_files) COMPLETE
90232026-09-04T17:20:35.169Z[ recovery-image] Sep 04 17:20:33.876 INFO O| Sep 04 17:20:33.876 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90242026-09-04T17:20:35.178Z[ recovery-image] Sep 04 17:20:33.885 INFO O| Sep 04 17:20:33.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
90252026-09-04T17:20:35.178Z[ recovery-image] Sep 04 17:20:33.885 INFO O| Sep 04 17:20:33.885 INFO STEP 11 (remove_files) COMPLETE
90262026-09-04T17:20:35.178Z[ recovery-image] Sep 04 17:20:33.885 INFO O| Sep 04 17:20:33.885 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90272026-09-04T17:20:35.196Z[ recovery-image] Sep 04 17:20:33.897 INFO O| Sep 04 17:20:33.897 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
90282026-09-04T17:20:35.196Z[ recovery-image] Sep 04 17:20:33.897 INFO O| Sep 04 17:20:33.897 INFO STEP 12 (remove_files) COMPLETE
90292026-09-04T17:20:35.196Z[ recovery-image] Sep 04 17:20:33.897 INFO O| Sep 04 17:20:33.897 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90302026-09-04T17:20:35.204Z[ recovery-image] Sep 04 17:20:33.908 INFO O| Sep 04 17:20:33.908 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
90312026-09-04T17:20:35.204Z[ recovery-image] Sep 04 17:20:33.908 INFO O| Sep 04 17:20:33.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
90322026-09-04T17:20:35.204Z[ recovery-image] Sep 04 17:20:33.908 INFO O| Sep 04 17:20:33.908 INFO STEP 13 (ensure_dir) COMPLETE
90332026-09-04T17:20:35.204Z[ recovery-image] Sep 04 17:20:33.908 INFO O| Sep 04 17:20:33.908 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90342026-09-04T17:20:35.214Z[ recovery-image] Sep 04 17:20:33.918 INFO O| Sep 04 17:20:33.918 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
90352026-09-04T17:20:35.214Z[ recovery-image] Sep 04 17:20:33.918 INFO O| Sep 04 17:20:33.918 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
90362026-09-04T17:20:35.214Z[ recovery-image] Sep 04 17:20:33.918 INFO O| Sep 04 17:20:33.918 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
90372026-09-04T17:20:35.214Z[ recovery-image] Sep 04 17:20:33.918 INFO O| Sep 04 17:20:33.918 INFO STEP 14 (ensure_dir) COMPLETE
90382026-09-04T17:20:35.214Z[ recovery-image] Sep 04 17:20:33.918 INFO O| Sep 04 17:20:33.918 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90392026-09-04T17:20:35.225Z[ recovery-image] Sep 04 17:20:33.927 INFO O| Sep 04 17:20:33.927 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
90402026-09-04T17:20:35.225Z[ recovery-image] Sep 04 17:20:33.927 INFO O| Sep 04 17:20:33.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
90412026-09-04T17:20:35.225Z[ recovery-image] Sep 04 17:20:33.927 INFO O| Sep 04 17:20:33.927 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
90422026-09-04T17:20:35.225Z[ recovery-image] Sep 04 17:20:33.927 INFO O| Sep 04 17:20:33.927 INFO STEP 15 (ensure_dir) COMPLETE
90432026-09-04T17:20:35.225Z[ recovery-image] Sep 04 17:20:33.927 INFO O| Sep 04 17:20:33.927 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90442026-09-04T17:20:35.230Z[ recovery-image] Sep 04 17:20:33.937 INFO O| Sep 04 17:20:33.936 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
90452026-09-04T17:20:35.230Z[ recovery-image] Sep 04 17:20:33.937 INFO O| Sep 04 17:20:33.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
90462026-09-04T17:20:35.230Z[ recovery-image] Sep 04 17:20:33.937 INFO O| Sep 04 17:20:33.937 INFO STEP 16 (ensure_dir) COMPLETE
90472026-09-04T17:20:35.230Z[ recovery-image] Sep 04 17:20:33.937 INFO O| Sep 04 17:20:33.937 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90482026-09-04T17:20:35.236Z[ recovery-image] Sep 04 17:20:33.946 INFO O| Sep 04 17:20:33.946 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
90492026-09-04T17:20:35.236Z[ recovery-image] Sep 04 17:20:33.946 INFO O| Sep 04 17:20:33.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
90502026-09-04T17:20:35.236Z[ recovery-image] Sep 04 17:20:33.946 INFO O| Sep 04 17:20:33.946 INFO STEP 17 (ensure_dir) COMPLETE
90512026-09-04T17:20:35.244Z[ recovery-image] Sep 04 17:20:33.946 INFO O| Sep 04 17:20:33.946 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90522026-09-04T17:20:35.254Z[ recovery-image] Sep 04 17:20:33.959 INFO O| Sep 04 17:20:33.959 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90532026-09-04T17:20:35.254Z[ recovery-image] Sep 04 17:20:33.959 INFO O| Sep 04 17:20:33.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
90542026-09-04T17:20:35.254Z[ recovery-image] Sep 04 17:20:33.959 INFO O| Sep 04 17:20:33.959 INFO ok!
90552026-09-04T17:20:35.254Z[ recovery-image] Sep 04 17:20:33.959 INFO O| Sep 04 17:20:33.959 INFO STEP 18 (ensure_symlink) COMPLETE
90562026-09-04T17:20:35.254Z[ recovery-image] Sep 04 17:20:33.959 INFO O| Sep 04 17:20:33.959 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90572026-09-04T17:20:35.266Z[ recovery-image] Sep 04 17:20:33.974 INFO O| Sep 04 17:20:33.974 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
90582026-09-04T17:20:35.266Z[ recovery-image] Sep 04 17:20:33.974 INFO O| Sep 04 17:20:33.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
90592026-09-04T17:20:35.267Z[ recovery-image] Sep 04 17:20:33.974 INFO O| Sep 04 17:20:33.974 INFO ok!
90602026-09-04T17:20:35.272Z[ recovery-image] Sep 04 17:20:33.974 INFO O| Sep 04 17:20:33.974 INFO STEP 19 (ensure_file) COMPLETE
90612026-09-04T17:20:35.272Z[ recovery-image] Sep 04 17:20:33.974 INFO O| Sep 04 17:20:33.974 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90622026-09-04T17:20:35.276Z[ recovery-image] Sep 04 17:20:33.985 INFO O| Sep 04 17:20:33.985 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
90632026-09-04T17:20:35.276Z[ recovery-image] Sep 04 17:20:33.985 INFO O| Sep 04 17:20:33.985 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90642026-09-04T17:20:35.276Z[ recovery-image] Sep 04 17:20:33.985 INFO O| Sep 04 17:20:33.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
90652026-09-04T17:20:35.276Z[ recovery-image] Sep 04 17:20:33.985 INFO O| Sep 04 17:20:33.985 INFO ok!
90662026-09-04T17:20:35.276Z[ recovery-image] Sep 04 17:20:33.985 INFO O| Sep 04 17:20:33.985 INFO STEP 20 (ensure_symlink) COMPLETE
90672026-09-04T17:20:35.277Z[ recovery-image] Sep 04 17:20:33.985 INFO O| Sep 04 17:20:33.985 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90682026-09-04T17:20:35.285Z[ recovery-image] Sep 04 17:20:33.995 INFO O| Sep 04 17:20:33.995 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
90692026-09-04T17:20:35.285Z[ recovery-image] Sep 04 17:20:33.995 INFO O| Sep 04 17:20:33.995 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90702026-09-04T17:20:35.285Z[ recovery-image] Sep 04 17:20:33.995 INFO O| Sep 04 17:20:33.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
90712026-09-04T17:20:35.285Z[ recovery-image] Sep 04 17:20:33.995 INFO O| Sep 04 17:20:33.995 INFO ok!
90722026-09-04T17:20:35.293Z[ recovery-image] Sep 04 17:20:33.995 INFO O| Sep 04 17:20:33.995 INFO STEP 21 (ensure_symlink) COMPLETE
90732026-09-04T17:20:35.293Z[ recovery-image] Sep 04 17:20:33.995 INFO O| Sep 04 17:20:33.995 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90742026-09-04T17:20:35.301Z[ recovery-image] Sep 04 17:20:34.004 INFO O| Sep 04 17:20:34.004 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
90752026-09-04T17:20:35.301Z[ recovery-image] Sep 04 17:20:34.005 INFO O| Sep 04 17:20:34.004 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90762026-09-04T17:20:35.302Z[ recovery-image] Sep 04 17:20:34.005 INFO O| Sep 04 17:20:34.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
90772026-09-04T17:20:35.302Z[ recovery-image] Sep 04 17:20:34.005 INFO O| Sep 04 17:20:34.004 INFO ok!
90782026-09-04T17:20:35.302Z[ recovery-image] Sep 04 17:20:34.005 INFO O| Sep 04 17:20:34.005 INFO STEP 22 (ensure_symlink) COMPLETE
90792026-09-04T17:20:35.302Z[ recovery-image] Sep 04 17:20:34.005 INFO O| Sep 04 17:20:34.005 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90802026-09-04T17:20:35.310Z[ recovery-image] Sep 04 17:20:34.015 INFO O| Sep 04 17:20:34.015 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
90812026-09-04T17:20:35.310Z[ recovery-image] Sep 04 17:20:34.015 INFO O| Sep 04 17:20:34.015 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90822026-09-04T17:20:35.311Z[ recovery-image] Sep 04 17:20:34.015 INFO O| Sep 04 17:20:34.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
90832026-09-04T17:20:35.311Z[ recovery-image] Sep 04 17:20:34.015 INFO O| Sep 04 17:20:34.015 INFO ok!
90842026-09-04T17:20:35.311Z[ recovery-image] Sep 04 17:20:34.015 INFO O| Sep 04 17:20:34.015 INFO STEP 23 (ensure_symlink) COMPLETE
90852026-09-04T17:20:35.311Z[ recovery-image] Sep 04 17:20:34.015 INFO O| Sep 04 17:20:34.015 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90862026-09-04T17:20:35.316Z[ recovery-image] Sep 04 17:20:34.025 INFO O| Sep 04 17:20:34.025 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90872026-09-04T17:20:35.316Z[ recovery-image] Sep 04 17:20:34.025 INFO O| Sep 04 17:20:34.025 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 ...
90882026-09-04T17:20:35.316Z[ recovery-image] Sep 04 17:20:34.025 INFO O| Sep 04 17:20:34.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
90892026-09-04T17:20:35.319Z[ recovery-image] Sep 04 17:20:34.025 INFO O| Sep 04 17:20:34.025 INFO ok!
90902026-09-04T17:20:35.319Z[ recovery-image] Sep 04 17:20:34.025 INFO O| Sep 04 17:20:34.025 INFO STEP 24 (ensure_file) COMPLETE
90912026-09-04T17:20:35.319Z[ recovery-image] Sep 04 17:20:34.025 INFO O| Sep 04 17:20:34.025 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90922026-09-04T17:20:35.327Z[ recovery-image] Sep 04 17:20:34.034 INFO O| Sep 04 17:20:34.034 INFO updating shadow file
90932026-09-04T17:20:35.327Z[ recovery-image] Sep 04 17:20:34.034 INFO O| Sep 04 17:20:34.034 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90942026-09-04T17:20:35.327Z[ recovery-image] Sep 04 17:20:34.034 INFO O| Sep 04 17:20:34.034 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90952026-09-04T17:20:35.341Z[ recovery-image] Sep 04 17:20:34.034 INFO O| Sep 04 17:20:34.034 INFO STEP 25 (shadow) COMPLETE
90962026-09-04T17:20:35.342Z[ recovery-image] Sep 04 17:20:34.034 INFO O| Sep 04 17:20:34.034 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90972026-09-04T17:20:35.350Z[ recovery-image] Sep 04 17:20:34.043 INFO O| Sep 04 17:20:34.043 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90982026-09-04T17:20:35.350Z[ recovery-image] Sep 04 17:20:34.044 INFO O| Sep 04 17:20:34.043 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90992026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.044 INFO O| Sep 04 17:20:34.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
91002026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.044 INFO O| Sep 04 17:20:34.044 INFO ok!
91012026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.044 INFO O| Sep 04 17:20:34.044 INFO STEP 26 (ensure_file) COMPLETE
91022026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.044 INFO O| Sep 04 17:20:34.044 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91032026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.055 INFO O| Sep 04 17:20:34.055 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
91042026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.055 INFO O| Sep 04 17:20:34.055 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
91052026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.055 INFO O| Sep 04 17:20:34.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
91062026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.055 INFO O| Sep 04 17:20:34.055 INFO ok!
91072026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.055 INFO O| Sep 04 17:20:34.055 INFO STEP 27 (ensure_file) COMPLETE
91082026-09-04T17:20:35.351Z[ recovery-image] Sep 04 17:20:34.055 INFO O| Sep 04 17:20:34.055 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91092026-09-04T17:20:35.357Z[ recovery-image] Sep 04 17:20:34.067 INFO O| Sep 04 17:20:34.067 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91102026-09-04T17:20:35.357Z[ recovery-image] Sep 04 17:20:34.067 INFO O| Sep 04 17:20:34.067 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
91112026-09-04T17:20:35.357Z[ recovery-image] Sep 04 17:20:34.067 INFO O| Sep 04 17:20:34.067 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
91122026-09-04T17:20:35.369Z[ recovery-image] Sep 04 17:20:34.067 INFO O| Sep 04 17:20:34.067 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
91132026-09-04T17:20:35.369Z[ recovery-image] Sep 04 17:20:34.067 INFO O| Sep 04 17:20:34.067 INFO ok!
91142026-09-04T17:20:35.369Z[ recovery-image] Sep 04 17:20:34.067 INFO O| Sep 04 17:20:34.067 INFO STEP 28 (ensure_file) COMPLETE
91152026-09-04T17:20:35.369Z[ recovery-image] Sep 04 17:20:34.067 INFO O| Sep 04 17:20:34.067 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91162026-09-04T17:20:35.378Z[ recovery-image] Sep 04 17:20:34.077 INFO O| Sep 04 17:20:34.077 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
91172026-09-04T17:20:35.378Z[ recovery-image] Sep 04 17:20:34.077 INFO O| Sep 04 17:20:34.077 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
91182026-09-04T17:20:35.378Z[ recovery-image] Sep 04 17:20:34.077 INFO O| Sep 04 17:20:34.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
91192026-09-04T17:20:35.379Z[ recovery-image] Sep 04 17:20:34.077 INFO O| Sep 04 17:20:34.077 INFO ok!
91202026-09-04T17:20:35.379Z[ recovery-image] Sep 04 17:20:34.077 INFO O| Sep 04 17:20:34.077 INFO STEP 29 (ensure_file) COMPLETE
91212026-09-04T17:20:35.379Z[ recovery-image] Sep 04 17:20:34.077 INFO O| Sep 04 17:20:34.077 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
91222026-09-04T17:20:35.385Z[ recovery-image] Sep 04 17:20:34.087 INFO O| Sep 04 17:20:34.087 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
91232026-09-04T17:20:35.385Z[ recovery-image] Sep 04 17:20:34.087 INFO O| Sep 04 17:20:34.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
91242026-09-04T17:20:35.385Z[ recovery-image] Sep 04 17:20:34.087 INFO O| Sep 04 17:20:34.087 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
91252026-09-04T17:20:35.386Z[ recovery-image] Sep 04 17:20:34.087 INFO O| Sep 04 17:20:34.087 INFO STEP 30 (ensure_dir) COMPLETE
91262026-09-04T17:20:35.386Z[ recovery-image] Sep 04 17:20:34.087 INFO O| Sep 04 17:20:34.087 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91272026-09-04T17:20:35.395Z[ recovery-image] Sep 04 17:20:34.097 INFO O| Sep 04 17:20:34.097 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
91282026-09-04T17:20:35.395Z[ recovery-image] Sep 04 17:20:34.098 INFO O| Sep 04 17:20:34.097 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 ...
91292026-09-04T17:20:35.395Z[ recovery-image] Sep 04 17:20:34.098 INFO O| Sep 04 17:20:34.098 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
91302026-09-04T17:20:35.395Z[ recovery-image] Sep 04 17:20:34.098 INFO O| Sep 04 17:20:34.098 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
91312026-09-04T17:20:35.395Z[ recovery-image] Sep 04 17:20:34.098 INFO O| Sep 04 17:20:34.098 INFO ok!
91322026-09-04T17:20:35.396Z[ recovery-image] Sep 04 17:20:34.098 INFO O| Sep 04 17:20:34.098 INFO STEP 31 (ensure_file) COMPLETE
91332026-09-04T17:20:35.396Z[ recovery-image] Sep 04 17:20:34.098 INFO O| Sep 04 17:20:34.098 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
91342026-09-04T17:20:35.401Z[ recovery-image] Sep 04 17:20:34.107 INFO O| Sep 04 17:20:34.107 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
91352026-09-04T17:20:35.401Z[ recovery-image] Sep 04 17:20:34.107 INFO O| Sep 04 17:20:34.107 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
91362026-09-04T17:20:35.401Z[ recovery-image] Sep 04 17:20:34.107 INFO O| Sep 04 17:20:34.107 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
91372026-09-04T17:20:35.401Z[ recovery-image] Sep 04 17:20:34.107 INFO O| Sep 04 17:20:34.107 INFO STEP 32 (ensure_dir) COMPLETE
91382026-09-04T17:20:35.402Z[ recovery-image] Sep 04 17:20:34.107 INFO O| Sep 04 17:20:34.107 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91392026-09-04T17:20:35.408Z[ recovery-image] Sep 04 17:20:34.118 INFO O| Sep 04 17:20:34.118 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
91402026-09-04T17:20:35.409Z[ recovery-image] Sep 04 17:20:34.118 INFO O| Sep 04 17:20:34.118 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 ...
91412026-09-04T17:20:35.409Z[ recovery-image] Sep 04 17:20:34.118 INFO O| Sep 04 17:20:34.118 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
91422026-09-04T17:20:35.409Z[ recovery-image] Sep 04 17:20:34.118 INFO O| Sep 04 17:20:34.118 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
91432026-09-04T17:20:35.423Z[ recovery-image] Sep 04 17:20:34.118 INFO O| Sep 04 17:20:34.118 INFO ok!
91442026-09-04T17:20:35.423Z[ recovery-image] Sep 04 17:20:34.118 INFO O| Sep 04 17:20:34.118 INFO STEP 33 (ensure_file) COMPLETE
91452026-09-04T17:20:35.424Z[ recovery-image] Sep 04 17:20:34.118 INFO O| Sep 04 17:20:34.118 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91462026-09-04T17:20:35.431Z[ recovery-image] Sep 04 17:20:34.128 INFO O| Sep 04 17:20:34.128 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
91472026-09-04T17:20:35.432Z[ recovery-image] Sep 04 17:20:34.128 INFO O| Sep 04 17:20:34.128 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
91482026-09-04T17:20:35.432Z[ recovery-image] Sep 04 17:20:34.128 INFO O| Sep 04 17:20:34.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
91492026-09-04T17:20:35.432Z[ recovery-image] Sep 04 17:20:34.128 INFO O| Sep 04 17:20:34.128 INFO ok!
91502026-09-04T17:20:35.432Z[ recovery-image] Sep 04 17:20:34.128 INFO O| Sep 04 17:20:34.128 INFO STEP 34 (ensure_file) COMPLETE
91512026-09-04T17:20:35.432Z[ recovery-image] Sep 04 17:20:34.128 INFO O| Sep 04 17:20:34.128 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91522026-09-04T17:20:35.438Z[ recovery-image] Sep 04 17:20:34.140 INFO O| Sep 04 17:20:34.140 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
91532026-09-04T17:20:35.439Z[ recovery-image] Sep 04 17:20:34.140 INFO O| Sep 04 17:20:34.140 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
91542026-09-04T17:20:35.439Z[ recovery-image] Sep 04 17:20:34.140 INFO O| Sep 04 17:20:34.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
91552026-09-04T17:20:35.439Z[ recovery-image] Sep 04 17:20:34.140 INFO O| Sep 04 17:20:34.140 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
91562026-09-04T17:20:35.439Z[ recovery-image] Sep 04 17:20:34.140 INFO O| Sep 04 17:20:34.140 INFO ok!
91572026-09-04T17:20:35.439Z[ recovery-image] Sep 04 17:20:34.140 INFO O| Sep 04 17:20:34.140 INFO STEP 35 (ensure_file) COMPLETE
91582026-09-04T17:20:35.439Z[ recovery-image] Sep 04 17:20:34.140 INFO O| Sep 04 17:20:34.140 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91592026-09-04T17:20:35.444Z[ recovery-image] Sep 04 17:20:34.151 INFO O| Sep 04 17:20:34.151 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
91602026-09-04T17:20:35.444Z[ recovery-image] Sep 04 17:20:34.151 INFO O| Sep 04 17:20:34.151 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
91612026-09-04T17:20:35.445Z[ recovery-image] Sep 04 17:20:34.151 INFO O| Sep 04 17:20:34.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
91622026-09-04T17:20:35.445Z[ recovery-image] Sep 04 17:20:34.151 INFO O| Sep 04 17:20:34.151 INFO ok!
91632026-09-04T17:20:35.445Z[ recovery-image] Sep 04 17:20:34.151 INFO O| Sep 04 17:20:34.151 INFO STEP 36 (ensure_file) COMPLETE
91642026-09-04T17:20:35.445Z[ recovery-image] Sep 04 17:20:34.151 INFO O| Sep 04 17:20:34.151 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91652026-09-04T17:20:35.451Z[ recovery-image] Sep 04 17:20:34.162 INFO O| Sep 04 17:20:34.162 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91662026-09-04T17:20:35.452Z[ recovery-image] Sep 04 17:20:34.162 INFO O| Sep 04 17:20:34.162 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
91672026-09-04T17:20:35.452Z[ recovery-image] Sep 04 17:20:34.162 INFO O| Sep 04 17:20:34.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
91682026-09-04T17:20:35.452Z[ recovery-image] Sep 04 17:20:34.162 INFO O| Sep 04 17:20:34.162 INFO ok!
91692026-09-04T17:20:35.460Z[ recovery-image] Sep 04 17:20:34.162 INFO O| Sep 04 17:20:34.162 INFO STEP 37 (ensure_file) COMPLETE
91702026-09-04T17:20:35.460Z[ recovery-image] Sep 04 17:20:34.162 INFO O| Sep 04 17:20:34.162 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91712026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
91722026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
91732026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91742026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91752026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91762026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91772026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO ok!
91782026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO STEP 38 (ensure_file) COMPLETE
91792026-09-04T17:20:35.467Z[ recovery-image] Sep 04 17:20:34.173 INFO O| Sep 04 17:20:34.173 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91802026-09-04T17:20:35.474Z[ recovery-image] Sep 04 17:20:34.183 INFO O| Sep 04 17:20:34.183 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91812026-09-04T17:20:35.474Z[ recovery-image] Sep 04 17:20:34.183 INFO O| Sep 04 17:20:34.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91822026-09-04T17:20:35.474Z[ recovery-image] Sep 04 17:20:34.183 INFO O| Sep 04 17:20:34.183 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91832026-09-04T17:20:35.474Z[ recovery-image] Sep 04 17:20:34.183 INFO O| Sep 04 17:20:34.183 INFO STEP 39 (ensure_dir) COMPLETE
91842026-09-04T17:20:35.474Z[ recovery-image] Sep 04 17:20:34.183 INFO O| Sep 04 17:20:34.183 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91852026-09-04T17:20:35.482Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 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
91862026-09-04T17:20:35.482Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 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 ...
91872026-09-04T17:20:35.482Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 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
91882026-09-04T17:20:35.486Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 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
91892026-09-04T17:20:35.486Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 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
91902026-09-04T17:20:35.487Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 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
91912026-09-04T17:20:35.487Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 INFO ok!
91922026-09-04T17:20:35.487Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 INFO STEP 40 (ensure_file) COMPLETE
91932026-09-04T17:20:35.487Z[ recovery-image] Sep 04 17:20:34.192 INFO O| Sep 04 17:20:34.192 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91942026-09-04T17:20:35.495Z[ recovery-image] Sep 04 17:20:34.203 INFO O| Sep 04 17:20:34.203 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91952026-09-04T17:20:35.495Z[ recovery-image] Sep 04 17:20:34.203 INFO O| Sep 04 17:20:34.203 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 ...
91962026-09-04T17:20:35.495Z[ recovery-image] Sep 04 17:20:34.203 INFO O| Sep 04 17:20:34.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91972026-09-04T17:20:35.495Z[ recovery-image] Sep 04 17:20:34.203 INFO O| Sep 04 17:20:34.203 INFO ok!
91982026-09-04T17:20:35.495Z[ recovery-image] Sep 04 17:20:34.203 INFO O| Sep 04 17:20:34.203 INFO STEP 41 (ensure_symlink) COMPLETE
91992026-09-04T17:20:35.496Z[ recovery-image] Sep 04 17:20:34.203 INFO O| Sep 04 17:20:34.203 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92002026-09-04T17:20:35.517Z[ recovery-image] Sep 04 17:20:34.214 INFO O| Sep 04 17:20:34.214 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
92012026-09-04T17:20:35.517Z[ recovery-image] Sep 04 17:20:34.214 INFO O| Sep 04 17:20:34.214 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
92022026-09-04T17:20:35.517Z[ recovery-image] Sep 04 17:20:34.214 INFO O| Sep 04 17:20:34.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
92032026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.214 INFO O| Sep 04 17:20:34.214 INFO ok!
92042026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.214 INFO O| Sep 04 17:20:34.214 INFO STEP 42 (ensure_symlink) COMPLETE
92052026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.214 INFO O| Sep 04 17:20:34.214 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92062026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
92072026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
92082026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92092026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92102026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92112026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92122026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO ok!
92132026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO STEP 43 (ensure_file) COMPLETE
92142026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.224 INFO O| Sep 04 17:20:34.224 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92152026-09-04T17:20:35.526Z[ recovery-image] Sep 04 17:20:34.235 INFO O| Sep 04 17:20:34.235 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
92162026-09-04T17:20:35.527Z[ recovery-image] Sep 04 17:20:34.235 INFO O| Sep 04 17:20:34.235 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 ...
92172026-09-04T17:20:35.527Z[ recovery-image] Sep 04 17:20:34.235 INFO O| Sep 04 17:20:34.235 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
92182026-09-04T17:20:35.527Z[ recovery-image] Sep 04 17:20:34.235 INFO O| Sep 04 17:20:34.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
92192026-09-04T17:20:35.527Z[ recovery-image] Sep 04 17:20:34.235 INFO O| Sep 04 17:20:34.235 INFO ok!
92202026-09-04T17:20:35.527Z[ recovery-image] Sep 04 17:20:34.235 INFO O| Sep 04 17:20:34.235 INFO STEP 44 (ensure_file) COMPLETE
92212026-09-04T17:20:35.527Z[ recovery-image] Sep 04 17:20:34.235 INFO O| Sep 04 17:20:34.235 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92222026-09-04T17:20:35.535Z[ recovery-image] Sep 04 17:20:34.245 INFO O| Sep 04 17:20:34.244 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
92232026-09-04T17:20:35.536Z[ recovery-image] Sep 04 17:20:34.245 INFO O| Sep 04 17:20:34.244 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
92242026-09-04T17:20:35.536Z[ recovery-image] Sep 04 17:20:34.245 INFO O| Sep 04 17:20:34.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
92252026-09-04T17:20:35.541Z[ recovery-image] Sep 04 17:20:34.245 INFO O| Sep 04 17:20:34.245 INFO ok!
92262026-09-04T17:20:35.542Z[ recovery-image] Sep 04 17:20:34.245 INFO O| Sep 04 17:20:34.245 INFO STEP 45 (ensure_file) COMPLETE
92272026-09-04T17:20:35.542Z[ recovery-image] Sep 04 17:20:34.245 INFO O| Sep 04 17:20:34.245 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92282026-09-04T17:20:35.548Z[ recovery-image] Sep 04 17:20:34.255 INFO O| Sep 04 17:20:34.255 INFO updating shadow file
92292026-09-04T17:20:35.548Z[ recovery-image] Sep 04 17:20:34.255 INFO O| Sep 04 17:20:34.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
92302026-09-04T17:20:35.548Z[ recovery-image] Sep 04 17:20:34.255 INFO O| Sep 04 17:20:34.255 INFO STEP 46 (shadow) COMPLETE
92312026-09-04T17:20:35.548Z[ recovery-image] Sep 04 17:20:34.255 INFO O| Sep 04 17:20:34.255 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92322026-09-04T17:20:35.559Z[ recovery-image] Sep 04 17:20:34.265 INFO O| Sep 04 17:20:34.265 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
92332026-09-04T17:20:35.559Z[ recovery-image] Sep 04 17:20:34.266 INFO O| Sep 04 17:20:34.265 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
92342026-09-04T17:20:35.568Z[ recovery-image] Sep 04 17:20:34.266 INFO O| Sep 04 17:20:34.266 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
92352026-09-04T17:20:35.568Z[ recovery-image] Sep 04 17:20:34.266 INFO O| Sep 04 17:20:34.266 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
92362026-09-04T17:20:35.568Z[ recovery-image] Sep 04 17:20:34.266 INFO O| Sep 04 17:20:34.266 INFO ok!
92372026-09-04T17:20:35.568Z[ recovery-image] Sep 04 17:20:34.266 INFO O| Sep 04 17:20:34.266 INFO STEP 47 (ensure_file) COMPLETE
92382026-09-04T17:20:35.568Z[ recovery-image] Sep 04 17:20:34.266 INFO O| Sep 04 17:20:34.266 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92392026-09-04T17:20:35.579Z[ recovery-image] Sep 04 17:20:34.276 INFO O| Sep 04 17:20:34.275 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
92402026-09-04T17:20:35.580Z[ recovery-image] Sep 04 17:20:34.276 INFO O| Sep 04 17:20:34.275 INFO STEP 48 (ensure_dir) COMPLETE
92412026-09-04T17:20:35.580Z[ recovery-image] Sep 04 17:20:34.276 INFO O| Sep 04 17:20:34.275 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92422026-09-04T17:20:35.580Z[ recovery-image] Sep 04 17:20:34.285 INFO O| Sep 04 17:20:34.285 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
92432026-09-04T17:20:35.580Z[ recovery-image] Sep 04 17:20:34.286 INFO O| Sep 04 17:20:34.285 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
92442026-09-04T17:20:35.580Z[ recovery-image] Sep 04 17:20:34.286 INFO O| Sep 04 17:20:34.285 INFO STEP 49 (ensure_dir) COMPLETE
92452026-09-04T17:20:35.580Z[ recovery-image] Sep 04 17:20:34.286 INFO O| Sep 04 17:20:34.285 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92462026-09-04T17:20:35.587Z[ recovery-image] Sep 04 17:20:34.295 INFO O| Sep 04 17:20:34.295 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
92472026-09-04T17:20:35.587Z[ recovery-image] Sep 04 17:20:34.295 INFO O| Sep 04 17:20:34.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
92482026-09-04T17:20:35.596Z[ recovery-image] Sep 04 17:20:34.295 INFO O| Sep 04 17:20:34.295 INFO STEP 50 (ensure_dir) COMPLETE
92492026-09-04T17:20:35.596Z[ recovery-image] Sep 04 17:20:34.295 INFO O| Sep 04 17:20:34.295 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92502026-09-04T17:20:35.603Z[ recovery-image] Sep 04 17:20:34.306 INFO O| Sep 04 17:20:34.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
92512026-09-04T17:20:35.603Z[ recovery-image] Sep 04 17:20:34.306 INFO O| Sep 04 17:20:34.306 INFO copying /tmp/.tmpMIfNqd/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
92522026-09-04T17:20:35.628Z[ recovery-image] Sep 04 17:20:34.338 INFO O| Sep 04 17:20:34.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
92532026-09-04T17:20:35.628Z[ recovery-image] Sep 04 17:20:34.338 INFO O| Sep 04 17:20:34.338 INFO ok!
92542026-09-04T17:20:35.628Z[ recovery-image] Sep 04 17:20:34.338 INFO O| Sep 04 17:20:34.338 INFO STEP 51 (ensure_file) COMPLETE
92552026-09-04T17:20:35.634Z[ recovery-image] Sep 04 17:20:34.338 INFO O| Sep 04 17:20:34.338 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92562026-09-04T17:20:35.639Z[ recovery-image] Sep 04 17:20:34.349 INFO O| Sep 04 17:20:34.349 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
92572026-09-04T17:20:35.639Z[ recovery-image] Sep 04 17:20:34.349 INFO O| Sep 04 17:20:34.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
92582026-09-04T17:20:35.647Z[ recovery-image] Sep 04 17:20:34.349 INFO O| Sep 04 17:20:34.349 INFO STEP 52 (ensure_dir) COMPLETE
92592026-09-04T17:20:35.647Z[ recovery-image] Sep 04 17:20:34.349 INFO O| Sep 04 17:20:34.349 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92602026-09-04T17:20:35.652Z[ recovery-image] Sep 04 17:20:34.361 INFO O| Sep 04 17:20:34.360 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
92612026-09-04T17:20:35.652Z[ recovery-image] Sep 04 17:20:34.361 INFO O| Sep 04 17:20:34.361 INFO copying /tmp/.tmpMIfNqd/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
92622026-09-04T17:20:35.652Z[ recovery-image] Sep 04 17:20:34.361 INFO O| Sep 04 17:20:34.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
92632026-09-04T17:20:35.652Z[ recovery-image] Sep 04 17:20:34.361 INFO O| Sep 04 17:20:34.361 INFO ok!
92642026-09-04T17:20:35.652Z[ recovery-image] Sep 04 17:20:34.361 INFO O| Sep 04 17:20:34.361 INFO STEP 53 (ensure_file) COMPLETE
92652026-09-04T17:20:35.652Z[ recovery-image] Sep 04 17:20:34.361 INFO O| Sep 04 17:20:34.361 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92662026-09-04T17:20:35.678Z[ recovery-image] Sep 04 17:20:34.386 INFO O| Sep 04 17:20:34.386 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92672026-09-04T17:20:35.678Z[ recovery-image] Sep 04 17:20:34.387 INFO O| Sep 04 17:20:34.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92682026-09-04T17:20:35.678Z[ recovery-image] Sep 04 17:20:34.387 INFO O| Sep 04 17:20:34.386 INFO STEP 54 (ensure_dir) COMPLETE
92692026-09-04T17:20:35.683Z[ recovery-image] Sep 04 17:20:34.387 INFO O| Sep 04 17:20:34.386 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92702026-09-04T17:20:35.690Z[ recovery-image] Sep 04 17:20:34.397 INFO O| Sep 04 17:20:34.397 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
92712026-09-04T17:20:35.691Z[ recovery-image] Sep 04 17:20:34.397 INFO O| Sep 04 17:20:34.397 INFO copying /tmp/.tmpMIfNqd/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
92722026-09-04T17:20:37.729Z[ recovery-image] Sep 04 17:20:36.438 INFO O| Sep 04 17:20:36.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
92732026-09-04T17:20:37.729Z[ recovery-image] Sep 04 17:20:36.438 INFO O| Sep 04 17:20:36.438 INFO ok!
92742026-09-04T17:20:37.729Z[ recovery-image] Sep 04 17:20:36.438 INFO O| Sep 04 17:20:36.438 INFO STEP 55 (ensure_file) COMPLETE
92752026-09-04T17:20:37.736Z[ recovery-image] Sep 04 17:20:36.438 INFO O| Sep 04 17:20:36.438 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92762026-09-04T17:20:37.743Z[ recovery-image] Sep 04 17:20:36.451 INFO O| Sep 04 17:20:36.451 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
92772026-09-04T17:20:37.743Z[ recovery-image] Sep 04 17:20:36.451 INFO O| Sep 04 17:20:36.451 INFO copying /tmp/.tmpMIfNqd/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
92782026-09-04T17:20:37.935Z[ host-image] Sep 04 17:20:36.642 INFO O| creating gzonly manifest...
92792026-09-04T17:20:37.960Z[ host-image] Sep 04 17:20:36.661 INFO O| ok
92802026-09-04T17:20:38.051Z[verify-libraries] Compiling omicron-antithesis-workload v0.1.0 (/work/oxidecomputer/omicron/antithesis/workload)
92812026-09-04T17:20:38.103Z[ host-image] Sep 04 17:20:36.809 INFO image builder template: ramdisk-02-trim...
92822026-09-04T17:20:38.103Z[ host-image] Sep 04 17:20:36.809 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/.tmpMIfNqd/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
92832026-09-04T17:20:38.124Z[ host-image] Sep 04 17:20:36.834 INFO O| Sep 04 17:20:36.834 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92842026-09-04T17:20:38.144Z[ host-image] Sep 04 17:20:36.839 INFO O| Sep 04 17:20:36.839 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92852026-09-04T17:20:39.086Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92862026-09-04T17:20:39.240Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92872026-09-04T17:20:39.371Z[ host-image] Sep 04 17:20:38.080 INFO O| Sep 04 17:20:38.080 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
92882026-09-04T17:20:39.691Z[ recovery-image] Sep 04 17:20:38.400 INFO O| Sep 04 17:20:38.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
92892026-09-04T17:20:39.691Z[ recovery-image] Sep 04 17:20:38.400 INFO O| Sep 04 17:20:38.400 INFO ok!
92902026-09-04T17:20:39.711Z[ recovery-image] Sep 04 17:20:38.400 INFO O| Sep 04 17:20:38.400 INFO STEP 56 (ensure_file) COMPLETE
92912026-09-04T17:20:39.711Z[ recovery-image] Sep 04 17:20:38.400 INFO O| Sep 04 17:20:38.400 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92922026-09-04T17:20:39.716Z[ recovery-image] Sep 04 17:20:38.412 INFO O| Sep 04 17:20:38.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92932026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.412 INFO O| Sep 04 17:20:38.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92942026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.412 INFO O| Sep 04 17:20:38.412 INFO STEP 57 (ensure_dir) COMPLETE
92952026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.412 INFO O| Sep 04 17:20:38.412 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92962026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.424 INFO O| Sep 04 17:20:38.424 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92972026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.424 INFO O| Sep 04 17:20:38.424 INFO copying /tmp/.tmpMIfNqd/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 ...
92982026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.424 INFO O| Sep 04 17:20:38.424 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
92992026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.424 INFO O| Sep 04 17:20:38.424 INFO ok!
93002026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.424 INFO O| Sep 04 17:20:38.424 INFO STEP 58 (ensure_file) COMPLETE
93012026-09-04T17:20:39.717Z[ recovery-image] Sep 04 17:20:38.424 INFO O| Sep 04 17:20:38.424 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93022026-09-04T17:20:39.729Z[ recovery-image] Sep 04 17:20:38.435 INFO O| Sep 04 17:20:38.435 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93032026-09-04T17:20:39.729Z[ recovery-image] Sep 04 17:20:38.435 INFO O| Sep 04 17:20:38.435 INFO copying /tmp/.tmpMIfNqd/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 ...
93042026-09-04T17:20:39.729Z[ recovery-image] Sep 04 17:20:38.435 INFO O| Sep 04 17:20:38.435 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
93052026-09-04T17:20:39.744Z[ recovery-image] Sep 04 17:20:38.435 INFO O| Sep 04 17:20:38.435 INFO ok!
93062026-09-04T17:20:39.745Z[ recovery-image] Sep 04 17:20:38.435 INFO O| Sep 04 17:20:38.435 INFO STEP 59 (ensure_file) COMPLETE
93072026-09-04T17:20:39.745Z[ recovery-image] Sep 04 17:20:38.435 INFO O| Sep 04 17:20:38.435 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93082026-09-04T17:20:39.745Z[ recovery-image] Sep 04 17:20:38.445 INFO O| Sep 04 17:20:38.445 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
93092026-09-04T17:20:39.745Z[ recovery-image] Sep 04 17:20:38.445 INFO O| Sep 04 17:20:38.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
93102026-09-04T17:20:39.745Z[ recovery-image] Sep 04 17:20:38.445 INFO O| Sep 04 17:20:38.445 INFO STEP 60 (ensure_dir) COMPLETE
93112026-09-04T17:20:39.745Z[ recovery-image] Sep 04 17:20:38.445 INFO O| Sep 04 17:20:38.445 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93122026-09-04T17:20:39.752Z[ recovery-image] Sep 04 17:20:38.456 INFO O| Sep 04 17:20:38.456 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93132026-09-04T17:20:39.752Z[ recovery-image] Sep 04 17:20:38.456 INFO O| Sep 04 17:20:38.456 INFO copying /tmp/.tmpMIfNqd/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 ...
93142026-09-04T17:20:39.752Z[ recovery-image] Sep 04 17:20:38.456 INFO O| Sep 04 17:20:38.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93152026-09-04T17:20:39.752Z[ recovery-image] Sep 04 17:20:38.456 INFO O| Sep 04 17:20:38.456 INFO ok!
93162026-09-04T17:20:39.752Z[ recovery-image] Sep 04 17:20:38.456 INFO O| Sep 04 17:20:38.456 INFO STEP 61 (ensure_file) COMPLETE
93172026-09-04T17:20:39.752Z[ recovery-image] Sep 04 17:20:38.456 INFO O| Sep 04 17:20:38.456 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93182026-09-04T17:20:39.759Z[ recovery-image] Sep 04 17:20:38.468 INFO O| Sep 04 17:20:38.468 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93192026-09-04T17:20:39.759Z[ recovery-image] Sep 04 17:20:38.468 INFO O| Sep 04 17:20:38.468 INFO copying /tmp/.tmpMIfNqd/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 ...
93202026-09-04T17:20:39.759Z[ recovery-image] Sep 04 17:20:38.468 INFO O| Sep 04 17:20:38.468 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
93212026-09-04T17:20:39.759Z[ recovery-image] Sep 04 17:20:38.468 INFO O| Sep 04 17:20:38.468 INFO ok!
93222026-09-04T17:20:39.759Z[ recovery-image] Sep 04 17:20:38.468 INFO O| Sep 04 17:20:38.468 INFO STEP 62 (ensure_file) COMPLETE
93232026-09-04T17:20:39.759Z[ recovery-image] Sep 04 17:20:38.468 INFO O| Sep 04 17:20:38.468 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93242026-09-04T17:20:39.770Z[ recovery-image] Sep 04 17:20:38.480 INFO O| Sep 04 17:20:38.479 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
93252026-09-04T17:20:39.770Z[ recovery-image] Sep 04 17:20:38.480 INFO O| Sep 04 17:20:38.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
93262026-09-04T17:20:39.770Z[ recovery-image] Sep 04 17:20:38.480 INFO O| Sep 04 17:20:38.480 INFO STEP 63 (ensure_dir) COMPLETE
93272026-09-04T17:20:39.770Z[ recovery-image] Sep 04 17:20:38.480 INFO O| Sep 04 17:20:38.480 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93282026-09-04T17:20:39.781Z[ recovery-image] Sep 04 17:20:38.490 INFO O| Sep 04 17:20:38.490 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93292026-09-04T17:20:39.782Z[ recovery-image] Sep 04 17:20:38.490 INFO O| Sep 04 17:20:38.490 INFO copying /tmp/.tmpMIfNqd/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 ...
93302026-09-04T17:20:39.782Z[ recovery-image] Sep 04 17:20:38.490 INFO O| Sep 04 17:20:38.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93312026-09-04T17:20:39.782Z[ recovery-image] Sep 04 17:20:38.490 INFO O| Sep 04 17:20:38.490 INFO ok!
93322026-09-04T17:20:39.789Z[ recovery-image] Sep 04 17:20:38.490 INFO O| Sep 04 17:20:38.490 INFO STEP 64 (ensure_file) COMPLETE
93332026-09-04T17:20:39.789Z[ recovery-image] Sep 04 17:20:38.490 INFO O| Sep 04 17:20:38.490 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93342026-09-04T17:20:39.798Z[ recovery-image] Sep 04 17:20:38.501 INFO O| Sep 04 17:20:38.501 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
93352026-09-04T17:20:39.798Z[ recovery-image] Sep 04 17:20:38.501 INFO O| Sep 04 17:20:38.501 INFO copying /tmp/.tmpMIfNqd/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
93362026-09-04T17:20:39.798Z[ recovery-image] Sep 04 17:20:38.501 INFO O| Sep 04 17:20:38.501 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
93372026-09-04T17:20:39.798Z[ recovery-image] Sep 04 17:20:38.501 INFO O| Sep 04 17:20:38.501 INFO ok!
93382026-09-04T17:20:39.798Z[ recovery-image] Sep 04 17:20:38.501 INFO O| Sep 04 17:20:38.501 INFO STEP 65 (ensure_file) COMPLETE
93392026-09-04T17:20:39.798Z[ recovery-image] Sep 04 17:20:38.501 INFO O| Sep 04 17:20:38.501 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93402026-09-04T17:20:39.808Z[ recovery-image] Sep 04 17:20:38.511 INFO O| Sep 04 17:20:38.511 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
93412026-09-04T17:20:39.808Z[ recovery-image] Sep 04 17:20:38.511 INFO O| Sep 04 17:20:38.511 INFO STEP 66 (ensure_dir) COMPLETE
93422026-09-04T17:20:39.808Z[ recovery-image] Sep 04 17:20:38.511 INFO O| Sep 04 17:20:38.511 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93432026-09-04T17:20:39.814Z[ recovery-image] Sep 04 17:20:38.524 INFO O| Sep 04 17:20:38.524 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
93442026-09-04T17:20:39.814Z[ recovery-image] Sep 04 17:20:38.524 INFO O| Sep 04 17:20:38.524 INFO STEP 67 (ensure_dir) COMPLETE
93452026-09-04T17:20:39.814Z[ recovery-image] Sep 04 17:20:38.524 INFO O| Sep 04 17:20:38.524 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93462026-09-04T17:20:39.831Z[ recovery-image] Sep 04 17:20:38.535 INFO O| Sep 04 17:20:38.535 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
93472026-09-04T17:20:39.831Z[ recovery-image] Sep 04 17:20:38.535 INFO O| Sep 04 17:20:38.535 INFO STEP 68 (ensure_dir) COMPLETE
93482026-09-04T17:20:39.831Z[ recovery-image] Sep 04 17:20:38.535 INFO O| Sep 04 17:20:38.535 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93492026-09-04T17:20:39.853Z[ recovery-image] Sep 04 17:20:38.546 INFO O| Sep 04 17:20:38.545 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
93502026-09-04T17:20:39.854Z[ recovery-image] Sep 04 17:20:38.546 INFO O| Sep 04 17:20:38.546 INFO STEP 69 (ensure_dir) COMPLETE
93512026-09-04T17:20:39.854Z[ recovery-image] Sep 04 17:20:38.546 INFO O| Sep 04 17:20:38.546 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93522026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.557 INFO O| Sep 04 17:20:38.556 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
93532026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.557 INFO O| Sep 04 17:20:38.556 INFO copying /tmp/.tmpMIfNqd/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
93542026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.557 INFO O| Sep 04 17:20:38.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
93552026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.557 INFO O| Sep 04 17:20:38.557 INFO ok!
93562026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.557 INFO O| Sep 04 17:20:38.557 INFO STEP 70 (ensure_file) COMPLETE
93572026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.557 INFO O| Sep 04 17:20:38.557 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.568 INFO O| Sep 04 17:20:38.567 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
93592026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.568 INFO O| Sep 04 17:20:38.568 INFO STEP 71 (remove_files) COMPLETE
93602026-09-04T17:20:39.860Z[ recovery-image] Sep 04 17:20:38.568 INFO O| Sep 04 17:20:38.568 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93612026-09-04T17:20:39.870Z[ recovery-image] Sep 04 17:20:38.580 INFO O| Sep 04 17:20:38.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
93622026-09-04T17:20:39.871Z[ recovery-image] Sep 04 17:20:38.580 INFO O| Sep 04 17:20:38.580 INFO STEP 72 (remove_files) COMPLETE
93632026-09-04T17:20:39.886Z[ recovery-image] Sep 04 17:20:38.580 INFO O| Sep 04 17:20:38.580 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93642026-09-04T17:20:39.886Z[ recovery-image] Sep 04 17:20:38.590 INFO O| Sep 04 17:20:38.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
93652026-09-04T17:20:39.886Z[ recovery-image] Sep 04 17:20:38.590 INFO O| Sep 04 17:20:38.590 INFO STEP 73 (remove_files) COMPLETE
93662026-09-04T17:20:39.886Z[ recovery-image] Sep 04 17:20:38.590 INFO O| Sep 04 17:20:38.590 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93672026-09-04T17:20:39.895Z[ recovery-image] Sep 04 17:20:38.600 INFO O| Sep 04 17:20:38.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
93682026-09-04T17:20:39.896Z[ recovery-image] Sep 04 17:20:38.600 INFO O| Sep 04 17:20:38.600 INFO STEP 74 (remove_files) COMPLETE
93692026-09-04T17:20:39.896Z[ recovery-image] Sep 04 17:20:38.601 INFO O| Sep 04 17:20:38.600 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93702026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.612 INFO O| Sep 04 17:20:38.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
93712026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.612 INFO O| Sep 04 17:20:38.612 INFO STEP 75 (remove_files) COMPLETE
93722026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.612 INFO O| Sep 04 17:20:38.612 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93732026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.621 INFO O| Sep 04 17:20:38.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
93742026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.622 INFO O| Sep 04 17:20:38.621 INFO STEP 76 (remove_files) COMPLETE
93752026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.622 INFO O| Sep 04 17:20:38.622 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93762026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.632 INFO O| Sep 04 17:20:38.632 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
93772026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.632 INFO O| Sep 04 17:20:38.632 INFO STEP 77 (remove_files) COMPLETE
93782026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.632 INFO O| Sep 04 17:20:38.632 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93792026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.642 INFO O| Sep 04 17:20:38.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
93802026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.642 INFO O| Sep 04 17:20:38.642 INFO STEP 78 (remove_files) COMPLETE
93812026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.642 INFO O| Sep 04 17:20:38.642 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93822026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.654 INFO O| Sep 04 17:20:38.653 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
93832026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.654 INFO O| Sep 04 17:20:38.654 INFO STEP 79 (remove_files) COMPLETE
93842026-09-04T17:20:39.986Z[ recovery-image] Sep 04 17:20:38.654 INFO O| Sep 04 17:20:38.654 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93852026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.665 INFO O| Sep 04 17:20:38.665 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
93862026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.666 INFO O| Sep 04 17:20:38.666 INFO STEP 80 (remove_files) COMPLETE
93872026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.666 INFO O| Sep 04 17:20:38.666 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93882026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.680 INFO O| Sep 04 17:20:38.680 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
93892026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.680 INFO O| Sep 04 17:20:38.680 INFO STEP 81 (remove_files) COMPLETE
93902026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.680 INFO O| Sep 04 17:20:38.680 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93912026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.690 INFO O| Sep 04 17:20:38.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
93922026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.690 INFO O| Sep 04 17:20:38.690 INFO STEP 82 (remove_files) COMPLETE
93932026-09-04T17:20:39.987Z[ recovery-image] Sep 04 17:20:38.690 INFO O| Sep 04 17:20:38.690 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93942026-09-04T17:20:40.009Z[ recovery-image] Sep 04 17:20:38.719 INFO O| Sep 04 17:20:38.710 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
93952026-09-04T17:20:40.009Z[ recovery-image] Sep 04 17:20:38.719 INFO O| Sep 04 17:20:38.710 INFO STEP 83 (remove_files) COMPLETE
93962026-09-04T17:20:40.009Z[ recovery-image] Sep 04 17:20:38.719 INFO O| Sep 04 17:20:38.710 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93972026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.734 INFO O| Sep 04 17:20:38.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
93982026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.734 INFO O| Sep 04 17:20:38.720 INFO STEP 84 (remove_files) COMPLETE
93992026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.734 INFO O| Sep 04 17:20:38.720 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94002026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.734 INFO O| Sep 04 17:20:38.729 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
94012026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.734 INFO O| Sep 04 17:20:38.729 INFO STEP 85 (remove_files) COMPLETE
94022026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.734 INFO O| Sep 04 17:20:38.729 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94032026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.737 INFO O| Sep 04 17:20:38.737 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
94042026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.737 INFO O| Sep 04 17:20:38.737 INFO STEP 86 (remove_files) COMPLETE
94052026-09-04T17:20:40.032Z[ recovery-image] Sep 04 17:20:38.737 INFO O| Sep 04 17:20:38.737 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94062026-09-04T17:20:40.043Z[ recovery-image] Sep 04 17:20:38.746 INFO O| Sep 04 17:20:38.746 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
94072026-09-04T17:20:40.043Z[ recovery-image] Sep 04 17:20:38.746 INFO O| Sep 04 17:20:38.746 INFO STEP 87 (remove_files) COMPLETE
94082026-09-04T17:20:40.043Z[ recovery-image] Sep 04 17:20:38.746 INFO O| Sep 04 17:20:38.746 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94092026-09-04T17:20:40.054Z[ recovery-image] Sep 04 17:20:38.755 INFO O| Sep 04 17:20:38.755 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
94102026-09-04T17:20:40.054Z[ recovery-image] Sep 04 17:20:38.755 INFO O| Sep 04 17:20:38.755 INFO STEP 88 (remove_files) COMPLETE
94112026-09-04T17:20:40.054Z[ recovery-image] Sep 04 17:20:38.755 INFO O| Sep 04 17:20:38.755 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94122026-09-04T17:20:40.061Z[ recovery-image] Sep 04 17:20:38.763 INFO O| Sep 04 17:20:38.763 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
94132026-09-04T17:20:40.061Z[ recovery-image] Sep 04 17:20:38.764 INFO O| Sep 04 17:20:38.764 INFO STEP 89 (remove_files) COMPLETE
94142026-09-04T17:20:40.061Z[ recovery-image] Sep 04 17:20:38.764 INFO O| Sep 04 17:20:38.764 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94152026-09-04T17:20:40.074Z[ recovery-image] Sep 04 17:20:38.772 INFO O| Sep 04 17:20:38.772 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
94162026-09-04T17:20:40.074Z[ recovery-image] Sep 04 17:20:38.772 INFO O| Sep 04 17:20:38.772 INFO STEP 90 (remove_files) COMPLETE
94172026-09-04T17:20:40.074Z[ recovery-image] Sep 04 17:20:38.772 INFO O| Sep 04 17:20:38.772 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94182026-09-04T17:20:40.080Z[ host-image] Sep 04 17:20:38.779 INFO O| Sep 04 17:20:38.778 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94192026-09-04T17:20:40.080Z[ host-image] Sep 04 17:20:38.779 INFO O| Sep 04 17:20:38.779 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94202026-09-04T17:20:40.080Z[ host-image] Sep 04 17:20:38.783 INFO O| Sep 04 17:20:38.783 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94212026-09-04T17:20:40.084Z[ recovery-image] Sep 04 17:20:38.789 INFO O| Sep 04 17:20:38.780 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94222026-09-04T17:20:40.084Z[ host-image] Sep 04 17:20:38.789 INFO O| Sep 04 17:20:38.789 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94232026-09-04T17:20:40.084Z[ recovery-image] Sep 04 17:20:38.789 INFO O| Sep 04 17:20:38.780 INFO STEP 91 (remove_files) COMPLETE
94242026-09-04T17:20:40.084Z[ recovery-image] Sep 04 17:20:38.789 INFO O| Sep 04 17:20:38.780 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94252026-09-04T17:20:40.084Z[ recovery-image] Sep 04 17:20:38.789 INFO O| Sep 04 17:20:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
94262026-09-04T17:20:40.085Z[ recovery-image] Sep 04 17:20:38.789 INFO O| Sep 04 17:20:38.788 INFO STEP 92 (remove_files) COMPLETE
94272026-09-04T17:20:40.085Z[ recovery-image] Sep 04 17:20:38.789 INFO O| Sep 04 17:20:38.788 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94282026-09-04T17:20:40.088Z[ host-image] Sep 04 17:20:38.795 INFO O| Sep 04 17:20:38.795 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94292026-09-04T17:20:40.088Z[ recovery-image] Sep 04 17:20:38.797 INFO O| Sep 04 17:20:38.797 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94302026-09-04T17:20:40.088Z[ recovery-image] Sep 04 17:20:38.797 INFO O| Sep 04 17:20:38.797 INFO STEP 93 (remove_files) COMPLETE
94312026-09-04T17:20:40.089Z[ recovery-image] Sep 04 17:20:38.797 INFO O| Sep 04 17:20:38.797 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322026-09-04T17:20:40.098Z[ recovery-image] Sep 04 17:20:38.808 INFO O| Sep 04 17:20:38.808 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
94332026-09-04T17:20:40.098Z[ recovery-image] Sep 04 17:20:38.808 INFO O| Sep 04 17:20:38.808 INFO STEP 94 (remove_files) COMPLETE
94342026-09-04T17:20:40.105Z[ recovery-image] Sep 04 17:20:38.808 INFO O| Sep 04 17:20:38.808 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352026-09-04T17:20:40.133Z[ recovery-image] Sep 04 17:20:38.838 INFO O| Sep 04 17:20:38.838 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
94362026-09-04T17:20:40.133Z[ recovery-image] Sep 04 17:20:38.838 INFO O| Sep 04 17:20:38.838 INFO STEP 95 (remove_files) COMPLETE
94372026-09-04T17:20:40.133Z[ recovery-image] Sep 04 17:20:38.838 INFO O| Sep 04 17:20:38.838 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382026-09-04T17:20:40.158Z[ recovery-image] Sep 04 17:20:38.863 INFO O| Sep 04 17:20:38.863 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
94392026-09-04T17:20:40.158Z[ recovery-image] Sep 04 17:20:38.863 INFO O| Sep 04 17:20:38.863 INFO STEP 96 (remove_files) COMPLETE
94402026-09-04T17:20:40.158Z[ recovery-image] Sep 04 17:20:38.863 INFO O| Sep 04 17:20:38.863 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412026-09-04T17:20:40.166Z[ recovery-image] Sep 04 17:20:38.873 INFO O| Sep 04 17:20:38.873 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
94422026-09-04T17:20:40.166Z[ recovery-image] Sep 04 17:20:38.873 INFO O| Sep 04 17:20:38.873 INFO STEP 97 (remove_files) COMPLETE
94432026-09-04T17:20:40.166Z[ recovery-image] Sep 04 17:20:38.874 INFO O| Sep 04 17:20:38.873 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442026-09-04T17:20:40.180Z[ recovery-image] Sep 04 17:20:38.886 INFO O| Sep 04 17:20:38.884 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
94452026-09-04T17:20:40.180Z[ recovery-image] Sep 04 17:20:38.886 INFO O| Sep 04 17:20:38.884 INFO STEP 98 (remove_files) COMPLETE
94462026-09-04T17:20:40.180Z[ recovery-image] Sep 04 17:20:38.886 INFO O| Sep 04 17:20:38.884 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472026-09-04T17:20:40.185Z[ recovery-image] Sep 04 17:20:38.894 INFO O| Sep 04 17:20:38.893 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
94482026-09-04T17:20:40.185Z[ recovery-image] Sep 04 17:20:38.894 INFO O| Sep 04 17:20:38.893 INFO STEP 99 (remove_files) COMPLETE
94492026-09-04T17:20:40.186Z[ recovery-image] Sep 04 17:20:38.894 INFO O| Sep 04 17:20:38.893 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94502026-09-04T17:20:40.200Z[ recovery-image] Sep 04 17:20:38.909 INFO O| Sep 04 17:20:38.909 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
94512026-09-04T17:20:40.200Z[ recovery-image] Sep 04 17:20:38.909 INFO O| Sep 04 17:20:38.909 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94522026-09-04T17:20:43.711Z[ recovery-image] Sep 04 17:20:42.421 INFO O| Sep 04 17:20:42.421 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
94532026-09-04T17:20:43.711Z[ recovery-image] Sep 04 17:20:42.421 INFO O| Sep 04 17:20:42.421 INFO E| svccfg: Loaded 69 smf(7) service descriptions
94542026-09-04T17:20:43.725Z[ recovery-image] Sep 04 17:20:42.434 INFO O| Sep 04 17:20:42.434 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
94552026-09-04T17:20:43.827Z[ recovery-image] Sep 04 17:20:42.537 INFO O| Sep 04 17:20:42.537 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
94562026-09-04T17:20:43.890Z[ recovery-image] Sep 04 17:20:42.596 INFO O| Sep 04 17:20:42.596 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
94572026-09-04T17:20:43.954Z[ recovery-image] Sep 04 17:20:42.664 INFO O| Sep 04 17:20:42.664 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
94582026-09-04T17:20:43.954Z[ recovery-image] Sep 04 17:20:42.664 INFO O| Sep 04 17:20:42.664 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 ...
94592026-09-04T17:20:43.958Z[ recovery-image] Sep 04 17:20:42.665 INFO O| Sep 04 17:20:42.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
94602026-09-04T17:20:43.958Z[ recovery-image] Sep 04 17:20:42.665 INFO O| Sep 04 17:20:42.665 INFO ok!
94612026-09-04T17:20:43.958Z[ recovery-image] Sep 04 17:20:42.665 INFO O| Sep 04 17:20:42.665 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
94622026-09-04T17:20:43.959Z[ recovery-image] Sep 04 17:20:42.665 INFO O| Sep 04 17:20:42.665 INFO STEP 100 (seed_smf) COMPLETE
94632026-09-04T17:20:43.959Z[ recovery-image] Sep 04 17:20:42.665 INFO O| Sep 04 17:20:42.665 INFO steps complete; finalising image!
94642026-09-04T17:20:43.959Z[ recovery-image] Sep 04 17:20:42.665 INFO O| Sep 04 17:20:42.665 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
94652026-09-04T17:20:44.026Z[ recovery-image] Sep 04 17:20:42.733 INFO O| Sep 04 17:20:42.733 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Sep 4 17:20:42 2026)
94662026-09-04T17:20:44.235Z[ recovery-image] Sep 04 17:20:42.940 INFO O| Sep 04 17:20:42.940 INFO trim TEMPORARY-sled-zfs-recovery: (52% trimmed, started at Fri Sep 4 17:20:42 2026)
94672026-09-04T17:20:44.436Z[ recovery-image] Sep 04 17:20:43.146 INFO O| Sep 04 17:20:43.146 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94682026-09-04T17:20:44.643Z[ recovery-image] Sep 04 17:20:43.353 INFO O| Sep 04 17:20:43.353 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94692026-09-04T17:20:44.849Z[ recovery-image] Sep 04 17:20:43.559 INFO O| Sep 04 17:20:43.559 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94702026-09-04T17:20:45.055Z[ recovery-image] Sep 04 17:20:43.765 INFO O| Sep 04 17:20:43.765 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94712026-09-04T17:20:45.262Z[ recovery-image] Sep 04 17:20:43.972 INFO O| Sep 04 17:20:43.972 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94722026-09-04T17:20:45.469Z[ recovery-image] Sep 04 17:20:44.179 INFO O| Sep 04 17:20:44.179 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94732026-09-04T17:20:45.675Z[ recovery-image] Sep 04 17:20:44.385 INFO O| Sep 04 17:20:44.385 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94742026-09-04T17:20:45.881Z[ recovery-image] Sep 04 17:20:44.591 INFO O| Sep 04 17:20:44.590 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94752026-09-04T17:20:46.086Z[ recovery-image] Sep 04 17:20:44.796 INFO O| Sep 04 17:20:44.796 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94762026-09-04T17:20:46.302Z[ recovery-image] Sep 04 17:20:45.003 INFO O| Sep 04 17:20:45.003 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94772026-09-04T17:20:46.501Z[ recovery-image] Sep 04 17:20:45.210 INFO O| Sep 04 17:20:45.210 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94782026-09-04T17:20:46.713Z[ recovery-image] Sep 04 17:20:45.416 INFO O| Sep 04 17:20:45.416 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94792026-09-04T17:20:46.928Z[ recovery-image] Sep 04 17:20:45.631 INFO O| Sep 04 17:20:45.631 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94802026-09-04T17:20:47.151Z[ recovery-image] Sep 04 17:20:45.837 INFO O| Sep 04 17:20:45.837 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94812026-09-04T17:20:47.338Z[ recovery-image] Sep 04 17:20:46.044 INFO O| Sep 04 17:20:46.044 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94822026-09-04T17:20:47.580Z[ recovery-image] Sep 04 17:20:46.290 INFO O| Sep 04 17:20:46.290 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 4 17:20:42 2026)
94832026-09-04T17:20:47.788Z[ recovery-image] Sep 04 17:20:46.496 INFO O| Sep 04 17:20:46.496 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Sep 4 17:20:42 2026)
94842026-09-04T17:20:48.035Z[ recovery-image] Sep 04 17:20:46.728 INFO O| Sep 04 17:20:46.727 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
94852026-09-04T17:20:48.035Z[ recovery-image] Sep 04 17:20:46.728 INFO O| Sep 04 17:20:46.727 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
94862026-09-04T17:20:48.487Z[ recovery-image] Sep 04 17:20:47.197 INFO O| Sep 04 17:20:47.197 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
94872026-09-04T17:20:48.487Z[ recovery-image] Sep 04 17:20:47.197 INFO O| Sep 04 17:20:47.197 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
94882026-09-04T17:20:48.998Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94892026-09-04T17:20:49.550Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94902026-09-04T17:20:49.581Z[ host-image] Sep 04 17:20:48.286 INFO O| Sep 04 17:20:48.286 INFO rolled back to input snapshot; work may begin
94912026-09-04T17:20:49.581Z[ host-image] Sep 04 17:20:48.286 INFO O| Sep 04 17:20:48.286 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94922026-09-04T17:20:49.590Z[ host-image] Sep 04 17:20:48.292 INFO O| Sep 04 17:20:48.292 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-09-04T17:20:49.601Z[ host-image] Sep 04 17:20:48.307 INFO O| Sep 04 17:20:48.306 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94942026-09-04T17:20:49.688Z[ host-image] Sep 04 17:20:48.365 INFO O| Sep 04 17:20:48.364 INFO STEP 0 (remove_files) COMPLETE
94952026-09-04T17:20:49.688Z[ host-image] Sep 04 17:20:48.365 INFO O| Sep 04 17:20:48.365 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-09-04T17:20:49.698Z[ host-image] Sep 04 17:20:48.378 INFO O| Sep 04 17:20:48.378 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94972026-09-04T17:20:49.699Z[ host-image] Sep 04 17:20:48.379 INFO O| Sep 04 17:20:48.379 INFO STEP 1 (remove_files) COMPLETE
94982026-09-04T17:20:49.699Z[ host-image] Sep 04 17:20:48.379 INFO O| Sep 04 17:20:48.379 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-09-04T17:20:49.699Z[ host-image] Sep 04 17:20:48.390 INFO O| Sep 04 17:20:48.390 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95002026-09-04T17:20:49.706Z[ host-image] Sep 04 17:20:48.409 INFO O| Sep 04 17:20:48.409 INFO STEP 2 (remove_files) COMPLETE
95012026-09-04T17:20:49.706Z[ host-image] Sep 04 17:20:48.409 INFO O| Sep 04 17:20:48.409 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-09-04T17:20:49.715Z[ host-image] Sep 04 17:20:48.422 INFO O| Sep 04 17:20:48.422 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95032026-09-04T17:20:49.715Z[ host-image] Sep 04 17:20:48.423 INFO O| Sep 04 17:20:48.423 INFO STEP 3 (remove_files) COMPLETE
95042026-09-04T17:20:49.715Z[ host-image] Sep 04 17:20:48.423 INFO O| Sep 04 17:20:48.423 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-09-04T17:20:49.732Z[ host-image] Sep 04 17:20:48.435 INFO O| Sep 04 17:20:48.435 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95062026-09-04T17:20:49.740Z[ host-image] Sep 04 17:20:48.438 INFO O| Sep 04 17:20:48.438 INFO STEP 4 (remove_files) COMPLETE
95072026-09-04T17:20:49.740Z[ host-image] Sep 04 17:20:48.438 INFO O| Sep 04 17:20:48.438 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-09-04T17:20:49.740Z[ host-image] Sep 04 17:20:48.450 INFO O| Sep 04 17:20:48.450 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95092026-09-04T17:20:49.750Z[ host-image] Sep 04 17:20:48.453 INFO O| Sep 04 17:20:48.453 INFO STEP 5 (remove_files) COMPLETE
95102026-09-04T17:20:49.750Z[ host-image] Sep 04 17:20:48.453 INFO O| Sep 04 17:20:48.453 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-09-04T17:20:49.760Z[ host-image] Sep 04 17:20:48.464 INFO O| Sep 04 17:20:48.464 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95122026-09-04T17:20:49.781Z[ host-image] Sep 04 17:20:48.475 INFO O| Sep 04 17:20:48.474 INFO STEP 6 (remove_files) COMPLETE
95132026-09-04T17:20:49.781Z[ host-image] Sep 04 17:20:48.475 INFO O| Sep 04 17:20:48.474 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-09-04T17:20:49.781Z[ host-image] Sep 04 17:20:48.475 INFO O| Sep 04 17:20:48.475 INFO skip step because feature "heliosv2" is not enabled
95152026-09-04T17:20:49.781Z[ host-image] Sep 04 17:20:48.475 INFO O| Sep 04 17:20:48.475 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-09-04T17:20:49.807Z[ host-image] Sep 04 17:20:48.487 INFO O| Sep 04 17:20:48.487 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95172026-09-04T17:20:49.807Z[ host-image] Sep 04 17:20:48.498 INFO O| Sep 04 17:20:48.498 INFO STEP 8 (remove_files) COMPLETE
95182026-09-04T17:20:49.807Z[ host-image] Sep 04 17:20:48.498 INFO O| Sep 04 17:20:48.498 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-09-04T17:20:49.825Z[ host-image] Sep 04 17:20:48.509 INFO O| Sep 04 17:20:48.509 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95202026-09-04T17:20:49.885Z[ host-image] Sep 04 17:20:48.593 INFO O| Sep 04 17:20:48.593 INFO STEP 9 (remove_files) COMPLETE
95212026-09-04T17:20:49.885Z[ host-image] Sep 04 17:20:48.593 INFO O| Sep 04 17:20:48.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-09-04T17:20:49.895Z[ host-image] Sep 04 17:20:48.604 INFO O| Sep 04 17:20:48.604 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95232026-09-04T17:20:50.003Z[ host-image] Sep 04 17:20:48.713 INFO O| Sep 04 17:20:48.712 INFO STEP 10 (remove_files) COMPLETE
95242026-09-04T17:20:50.003Z[ host-image] Sep 04 17:20:48.713 INFO O| Sep 04 17:20:48.713 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-09-04T17:20:50.019Z[ host-image] Sep 04 17:20:48.729 INFO O| Sep 04 17:20:48.729 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95262026-09-04T17:20:50.032Z[ host-image] Sep 04 17:20:48.732 INFO O| Sep 04 17:20:48.732 INFO STEP 11 (remove_files) COMPLETE
95272026-09-04T17:20:50.032Z[ host-image] Sep 04 17:20:48.732 INFO O| Sep 04 17:20:48.732 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-09-04T17:20:50.042Z[ host-image] Sep 04 17:20:48.744 INFO O| Sep 04 17:20:48.744 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95292026-09-04T17:20:50.042Z[ host-image] Sep 04 17:20:48.745 INFO O| Sep 04 17:20:48.745 INFO STEP 12 (remove_files) COMPLETE
95302026-09-04T17:20:50.042Z[ host-image] Sep 04 17:20:48.745 INFO O| Sep 04 17:20:48.745 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-09-04T17:20:50.053Z[ host-image] Sep 04 17:20:48.754 INFO O| Sep 04 17:20:48.754 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95322026-09-04T17:20:50.053Z[ host-image] Sep 04 17:20:48.755 INFO O| Sep 04 17:20:48.755 INFO STEP 13 (remove_files) COMPLETE
95332026-09-04T17:20:50.054Z[ host-image] Sep 04 17:20:48.755 INFO O| Sep 04 17:20:48.755 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-09-04T17:20:50.095Z[ host-image] Sep 04 17:20:48.805 INFO O| Sep 04 17:20:48.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95352026-09-04T17:20:50.113Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95362026-09-04T17:20:50.113Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95372026-09-04T17:20:50.113Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95382026-09-04T17:20:50.113Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95392026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95402026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95412026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95422026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95432026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95442026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95452026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95462026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95472026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95482026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.806 INFO O| Sep 04 17:20:48.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95492026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.807 INFO O| Sep 04 17:20:48.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95502026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.807 INFO O| Sep 04 17:20:48.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95512026-09-04T17:20:50.114Z[ host-image] Sep 04 17:20:48.807 INFO O| Sep 04 17:20:48.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95522026-09-04T17:20:50.543Z[ host-image] Sep 04 17:20:49.119 INFO O| Sep 04 17:20:49.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95532026-09-04T17:20:50.559Z[ host-image] Sep 04 17:20:49.128 INFO O| Sep 04 17:20:49.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95542026-09-04T17:20:50.559Z[ host-image] Sep 04 17:20:49.169 INFO O| Sep 04 17:20:49.154 INFO STEP 14 (remove_files) COMPLETE
95552026-09-04T17:20:50.559Z[ host-image] Sep 04 17:20:49.169 INFO O| Sep 04 17:20:49.154 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-09-04T17:20:50.559Z[ host-image] Sep 04 17:20:49.173 INFO O| Sep 04 17:20:49.173 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95572026-09-04T17:20:50.559Z[ host-image] Sep 04 17:20:49.175 INFO O| Sep 04 17:20:49.175 INFO STEP 15 (remove_files) COMPLETE
95582026-09-04T17:20:50.559Z[ host-image] Sep 04 17:20:49.175 INFO O| Sep 04 17:20:49.175 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-09-04T17:20:50.560Z[ host-image] Sep 04 17:20:49.194 INFO O| Sep 04 17:20:49.194 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95602026-09-04T17:20:50.560Z[ host-image] Sep 04 17:20:49.201 INFO O| Sep 04 17:20:49.201 INFO STEP 16 (remove_files) COMPLETE
95612026-09-04T17:20:50.560Z[ host-image] Sep 04 17:20:49.202 INFO O| Sep 04 17:20:49.201 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-09-04T17:20:50.560Z[ host-image] Sep 04 17:20:49.255 INFO O| Sep 04 17:20:49.255 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95632026-09-04T17:20:50.560Z[ host-image] Sep 04 17:20:49.256 INFO O| Sep 04 17:20:49.256 INFO STEP 17 (remove_files) COMPLETE
95642026-09-04T17:20:50.560Z[ host-image] Sep 04 17:20:49.256 INFO O| Sep 04 17:20:49.256 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-09-04T17:20:50.580Z[ host-image] Sep 04 17:20:49.266 INFO O| Sep 04 17:20:49.266 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95662026-09-04T17:20:50.580Z[ host-image] Sep 04 17:20:49.267 INFO O| Sep 04 17:20:49.267 INFO STEP 18 (remove_files) COMPLETE
95672026-09-04T17:20:50.580Z[ host-image] Sep 04 17:20:49.267 INFO O| Sep 04 17:20:49.267 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-09-04T17:20:50.580Z[ host-image] Sep 04 17:20:49.277 INFO O| Sep 04 17:20:49.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95692026-09-04T17:20:50.580Z[ host-image] Sep 04 17:20:49.277 INFO O| Sep 04 17:20:49.277 INFO STEP 19 (remove_files) COMPLETE
95702026-09-04T17:20:50.581Z[ host-image] Sep 04 17:20:49.277 INFO O| Sep 04 17:20:49.277 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-09-04T17:20:50.630Z[ host-image] Sep 04 17:20:49.329 INFO O| Sep 04 17:20:49.329 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95722026-09-04T17:20:50.631Z[ host-image] Sep 04 17:20:49.330 INFO O| Sep 04 17:20:49.329 INFO STEP 20 (remove_files) COMPLETE
95732026-09-04T17:20:50.645Z[ host-image] Sep 04 17:20:49.330 INFO O| Sep 04 17:20:49.330 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-09-04T17:20:50.646Z[ host-image] Sep 04 17:20:49.340 INFO O| Sep 04 17:20:49.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95752026-09-04T17:20:50.646Z[ host-image] Sep 04 17:20:49.340 INFO O| Sep 04 17:20:49.340 INFO STEP 21 (remove_files) COMPLETE
95762026-09-04T17:20:50.646Z[ host-image] Sep 04 17:20:49.340 INFO O| Sep 04 17:20:49.340 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-09-04T17:20:50.664Z[ host-image] Sep 04 17:20:49.374 INFO O| Sep 04 17:20:49.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95782026-09-04T17:20:50.685Z[ host-image] Sep 04 17:20:49.374 INFO O| Sep 04 17:20:49.374 INFO STEP 22 (remove_files) COMPLETE
95792026-09-04T17:20:50.685Z[ host-image] Sep 04 17:20:49.374 INFO O| Sep 04 17:20:49.374 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-09-04T17:20:50.685Z[ host-image] Sep 04 17:20:49.392 INFO O| Sep 04 17:20:49.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95812026-09-04T17:20:50.685Z[ host-image] Sep 04 17:20:49.392 INFO O| Sep 04 17:20:49.392 INFO STEP 23 (remove_files) COMPLETE
95822026-09-04T17:20:50.685Z[ host-image] Sep 04 17:20:49.392 INFO O| Sep 04 17:20:49.392 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-09-04T17:20:50.699Z[ host-image] Sep 04 17:20:49.403 INFO O| Sep 04 17:20:49.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95842026-09-04T17:20:50.699Z[ host-image] Sep 04 17:20:49.403 INFO O| Sep 04 17:20:49.403 INFO STEP 24 (remove_files) COMPLETE
95852026-09-04T17:20:50.699Z[ host-image] Sep 04 17:20:49.403 INFO O| Sep 04 17:20:49.403 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-09-04T17:20:50.718Z[ host-image] Sep 04 17:20:49.416 INFO O| Sep 04 17:20:49.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95872026-09-04T17:20:50.718Z[ host-image] Sep 04 17:20:49.416 INFO O| Sep 04 17:20:49.416 INFO STEP 25 (remove_files) COMPLETE
95882026-09-04T17:20:50.730Z[ host-image] Sep 04 17:20:49.416 INFO O| Sep 04 17:20:49.416 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-09-04T17:20:50.730Z[ host-image] Sep 04 17:20:49.427 INFO O| Sep 04 17:20:49.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95902026-09-04T17:20:50.730Z[ host-image] Sep 04 17:20:49.427 INFO O| Sep 04 17:20:49.427 INFO STEP 26 (remove_files) COMPLETE
95912026-09-04T17:20:50.730Z[ host-image] Sep 04 17:20:49.427 INFO O| Sep 04 17:20:49.427 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-09-04T17:20:50.731Z[ host-image] Sep 04 17:20:49.437 INFO O| Sep 04 17:20:49.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95932026-09-04T17:20:50.731Z[ host-image] Sep 04 17:20:49.437 INFO O| Sep 04 17:20:49.437 INFO STEP 27 (remove_files) COMPLETE
95942026-09-04T17:20:50.731Z[ host-image] Sep 04 17:20:49.437 INFO O| Sep 04 17:20:49.437 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-09-04T17:20:50.748Z[ host-image] Sep 04 17:20:49.447 INFO O| Sep 04 17:20:49.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95962026-09-04T17:20:50.748Z[ host-image] Sep 04 17:20:49.447 INFO O| Sep 04 17:20:49.447 INFO STEP 28 (remove_files) COMPLETE
95972026-09-04T17:20:50.748Z[ host-image] Sep 04 17:20:49.447 INFO O| Sep 04 17:20:49.447 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-09-04T17:20:50.760Z[ host-image] Sep 04 17:20:49.462 INFO O| Sep 04 17:20:49.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95992026-09-04T17:20:50.760Z[ host-image] Sep 04 17:20:49.462 INFO O| Sep 04 17:20:49.462 INFO STEP 29 (remove_files) COMPLETE
96002026-09-04T17:20:50.760Z[ host-image] Sep 04 17:20:49.462 INFO O| Sep 04 17:20:49.462 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-09-04T17:20:50.770Z[ host-image] Sep 04 17:20:49.474 INFO O| Sep 04 17:20:49.474 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96022026-09-04T17:20:50.770Z[ host-image] Sep 04 17:20:49.474 INFO O| Sep 04 17:20:49.474 INFO STEP 30 (remove_files) COMPLETE
96032026-09-04T17:20:50.771Z[ host-image] Sep 04 17:20:49.474 INFO O| Sep 04 17:20:49.474 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-09-04T17:20:50.837Z[ host-image] Sep 04 17:20:49.547 INFO O| Sep 04 17:20:49.547 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96052026-09-04T17:20:50.838Z[ host-image] Sep 04 17:20:49.547 INFO O| Sep 04 17:20:49.547 INFO STEP 31 (remove_files) COMPLETE
96062026-09-04T17:20:50.838Z[ host-image] Sep 04 17:20:49.547 INFO O| Sep 04 17:20:49.547 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-09-04T17:20:50.852Z[ host-image] Sep 04 17:20:49.562 INFO O| Sep 04 17:20:49.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96082026-09-04T17:20:50.853Z[ host-image] Sep 04 17:20:49.562 INFO O| Sep 04 17:20:49.562 INFO STEP 32 (remove_files) COMPLETE
96092026-09-04T17:20:50.853Z[ host-image] Sep 04 17:20:49.562 INFO O| Sep 04 17:20:49.562 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-09-04T17:20:50.863Z[ host-image] Sep 04 17:20:49.573 INFO O| Sep 04 17:20:49.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96112026-09-04T17:20:50.863Z[ host-image] Sep 04 17:20:49.573 INFO O| Sep 04 17:20:49.573 INFO STEP 33 (remove_files) COMPLETE
96122026-09-04T17:20:50.863Z[ host-image] Sep 04 17:20:49.573 INFO O| Sep 04 17:20:49.573 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-09-04T17:20:50.876Z[ host-image] Sep 04 17:20:49.584 INFO O| Sep 04 17:20:49.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96142026-09-04T17:20:50.877Z[ host-image] Sep 04 17:20:49.584 INFO O| Sep 04 17:20:49.584 INFO STEP 34 (remove_files) COMPLETE
96152026-09-04T17:20:50.877Z[ host-image] Sep 04 17:20:49.584 INFO O| Sep 04 17:20:49.584 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-09-04T17:20:50.912Z[ recovery-image] Sep 04 17:20:49.593 INFO O| Sep 04 17:20:49.593 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96172026-09-04T17:20:50.912Z[ recovery-image] Sep 04 17:20:49.593 INFO O| Sep 04 17:20:49.593 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96182026-09-04T17:20:50.913Z[ recovery-image] Sep 04 17:20:49.593 INFO O| Sep 04 17:20:49.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96192026-09-04T17:20:50.913Z[ recovery-image] Sep 04 17:20:49.593 INFO O| Sep 04 17:20:49.593 INFO completed processing sled/zfs-recovery
96202026-09-04T17:20:50.913Z[ recovery-image] Sep 04 17:20:49.593 INFO O| Sep 04 17:20:49.593 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
96212026-09-04T17:20:50.913Z[ host-image] Sep 04 17:20:49.594 INFO O| Sep 04 17:20:49.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96222026-09-04T17:20:50.913Z[ host-image] Sep 04 17:20:49.594 INFO O| Sep 04 17:20:49.594 INFO STEP 35 (remove_files) COMPLETE
96232026-09-04T17:20:50.913Z[ host-image] Sep 04 17:20:49.594 INFO O| Sep 04 17:20:49.594 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-09-04T17:20:50.913Z[ host-image] Sep 04 17:20:49.606 INFO O| Sep 04 17:20:49.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96252026-09-04T17:20:50.913Z[ host-image] Sep 04 17:20:49.606 INFO O| Sep 04 17:20:49.606 INFO STEP 36 (remove_files) COMPLETE
96262026-09-04T17:20:50.913Z[ host-image] Sep 04 17:20:49.606 INFO O| Sep 04 17:20:49.606 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-09-04T17:20:50.936Z[ host-image] Sep 04 17:20:49.621 INFO O| Sep 04 17:20:49.621 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96282026-09-04T17:20:50.937Z[ host-image] Sep 04 17:20:49.622 INFO O| Sep 04 17:20:49.621 INFO STEP 37 (remove_files) COMPLETE
96292026-09-04T17:20:50.937Z[ host-image] Sep 04 17:20:49.622 INFO O| Sep 04 17:20:49.622 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-09-04T17:20:50.937Z[ host-image] Sep 04 17:20:49.639 INFO O| Sep 04 17:20:49.639 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96312026-09-04T17:20:50.938Z[ host-image] Sep 04 17:20:49.639 INFO O| Sep 04 17:20:49.639 INFO STEP 38 (remove_files) COMPLETE
96322026-09-04T17:20:50.938Z[ host-image] Sep 04 17:20:49.639 INFO O| Sep 04 17:20:49.639 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-09-04T17:20:50.950Z[ host-image] Sep 04 17:20:49.652 INFO O| Sep 04 17:20:49.652 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96342026-09-04T17:20:50.950Z[ host-image] Sep 04 17:20:49.652 INFO O| Sep 04 17:20:49.652 INFO STEP 39 (remove_files) COMPLETE
96352026-09-04T17:20:50.951Z[ host-image] Sep 04 17:20:49.652 INFO O| Sep 04 17:20:49.652 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-09-04T17:20:50.973Z[ host-image] Sep 04 17:20:49.664 INFO O| Sep 04 17:20:49.664 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96372026-09-04T17:20:50.974Z[ host-image] Sep 04 17:20:49.664 INFO O| Sep 04 17:20:49.664 INFO STEP 40 (remove_files) COMPLETE
96382026-09-04T17:20:50.974Z[ host-image] Sep 04 17:20:49.664 INFO O| Sep 04 17:20:49.664 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-09-04T17:20:50.989Z[ host-image] Sep 04 17:20:49.699 INFO O| Sep 04 17:20:49.699 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96402026-09-04T17:20:50.989Z[ host-image] Sep 04 17:20:49.699 INFO O| Sep 04 17:20:49.699 INFO STEP 41 (remove_files) COMPLETE
96412026-09-04T17:20:51.007Z[ host-image] Sep 04 17:20:49.699 INFO O| Sep 04 17:20:49.699 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-09-04T17:20:51.049Z[ host-image] Sep 04 17:20:49.714 INFO O| Sep 04 17:20:49.714 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96432026-09-04T17:20:51.049Z[ host-image] Sep 04 17:20:49.714 INFO O| Sep 04 17:20:49.714 INFO STEP 42 (remove_files) COMPLETE
96442026-09-04T17:20:51.049Z[ host-image] Sep 04 17:20:49.714 INFO O| Sep 04 17:20:49.714 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.728 INFO O| Sep 04 17:20:49.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96462026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.728 INFO O| Sep 04 17:20:49.728 INFO STEP 43 (remove_files) COMPLETE
96472026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.728 INFO O| Sep 04 17:20:49.728 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.741 INFO O| Sep 04 17:20:49.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96492026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.741 INFO O| Sep 04 17:20:49.741 INFO STEP 44 (remove_files) COMPLETE
96502026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.741 INFO O| Sep 04 17:20:49.741 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.753 INFO O| Sep 04 17:20:49.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96522026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.753 INFO O| Sep 04 17:20:49.753 INFO STEP 45 (remove_files) COMPLETE
96532026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.753 INFO O| Sep 04 17:20:49.753 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.764 INFO O| Sep 04 17:20:49.764 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96552026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.764 INFO O| Sep 04 17:20:49.764 INFO STEP 46 (remove_files) COMPLETE
96562026-09-04T17:20:51.074Z[ host-image] Sep 04 17:20:49.764 INFO O| Sep 04 17:20:49.764 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-09-04T17:20:51.082Z[ host-image] Sep 04 17:20:49.776 INFO O| Sep 04 17:20:49.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96582026-09-04T17:20:51.082Z[ host-image] Sep 04 17:20:49.776 INFO O| Sep 04 17:20:49.776 INFO STEP 47 (remove_files) COMPLETE
96592026-09-04T17:20:51.082Z[ host-image] Sep 04 17:20:49.776 INFO O| Sep 04 17:20:49.776 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-09-04T17:20:51.082Z[ host-image] Sep 04 17:20:49.786 INFO O| Sep 04 17:20:49.786 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96612026-09-04T17:20:51.082Z[ host-image] Sep 04 17:20:49.786 INFO O| Sep 04 17:20:49.786 INFO STEP 48 (remove_files) COMPLETE
96622026-09-04T17:20:51.082Z[ host-image] Sep 04 17:20:49.786 INFO O| Sep 04 17:20:49.786 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-09-04T17:20:51.093Z[ host-image] Sep 04 17:20:49.798 INFO O| Sep 04 17:20:49.798 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96642026-09-04T17:20:51.093Z[ host-image] Sep 04 17:20:49.799 INFO O| Sep 04 17:20:49.798 INFO STEP 49 (remove_files) COMPLETE
96652026-09-04T17:20:51.093Z[ host-image] Sep 04 17:20:49.799 INFO O| Sep 04 17:20:49.798 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-09-04T17:20:51.104Z[ host-image] Sep 04 17:20:49.811 INFO O| Sep 04 17:20:49.811 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96672026-09-04T17:20:51.105Z[ host-image] Sep 04 17:20:49.811 INFO O| Sep 04 17:20:49.811 INFO STEP 50 (remove_files) COMPLETE
96682026-09-04T17:20:51.105Z[ host-image] Sep 04 17:20:49.811 INFO O| Sep 04 17:20:49.811 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-09-04T17:20:51.131Z[ host-image] Sep 04 17:20:49.830 INFO O| Sep 04 17:20:49.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96702026-09-04T17:20:51.131Z[ host-image] Sep 04 17:20:49.830 INFO O| Sep 04 17:20:49.830 INFO STEP 51 (remove_files) COMPLETE
96712026-09-04T17:20:51.131Z[ host-image] Sep 04 17:20:49.830 INFO O| Sep 04 17:20:49.830 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.841 INFO O| Sep 04 17:20:49.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96732026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.841 INFO O| Sep 04 17:20:49.841 INFO STEP 52 (remove_files) COMPLETE
96742026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.841 INFO O| Sep 04 17:20:49.841 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.850 INFO O| Sep 04 17:20:49.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96762026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.850 INFO O| Sep 04 17:20:49.850 INFO STEP 53 (remove_files) COMPLETE
96772026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.850 INFO O| Sep 04 17:20:49.850 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.860 INFO O| Sep 04 17:20:49.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96792026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.860 INFO O| Sep 04 17:20:49.860 INFO STEP 54 (remove_files) COMPLETE
96802026-09-04T17:20:51.182Z[ host-image] Sep 04 17:20:49.860 INFO O| Sep 04 17:20:49.860 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-09-04T17:20:51.203Z[ host-image] Sep 04 17:20:49.879 INFO O| Sep 04 17:20:49.879 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96822026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.879 INFO O| Sep 04 17:20:49.879 INFO STEP 55 (remove_files) COMPLETE
96832026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.879 INFO O| Sep 04 17:20:49.879 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.890 INFO O| Sep 04 17:20:49.890 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96852026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.890 INFO O| Sep 04 17:20:49.890 INFO STEP 56 (remove_files) COMPLETE
96862026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.890 INFO O| Sep 04 17:20:49.890 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.900 INFO O| Sep 04 17:20:49.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96882026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.900 INFO O| Sep 04 17:20:49.900 INFO STEP 57 (remove_files) COMPLETE
96892026-09-04T17:20:51.204Z[ host-image] Sep 04 17:20:49.900 INFO O| Sep 04 17:20:49.900 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-09-04T17:20:51.228Z[ host-image] Sep 04 17:20:49.914 INFO O| Sep 04 17:20:49.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96912026-09-04T17:20:51.228Z[ host-image] Sep 04 17:20:49.914 INFO O| Sep 04 17:20:49.914 INFO STEP 58 (remove_files) COMPLETE
96922026-09-04T17:20:51.228Z[ host-image] Sep 04 17:20:49.914 INFO O| Sep 04 17:20:49.914 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-09-04T17:20:51.245Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96942026-09-04T17:20:51.245Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96952026-09-04T17:20:51.245Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96962026-09-04T17:20:51.245Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96972026-09-04T17:20:51.245Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96982026-09-04T17:20:51.261Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96992026-09-04T17:20:51.261Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO ok!
97002026-09-04T17:20:51.261Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO STEP 59 (ensure_file) COMPLETE
97012026-09-04T17:20:51.261Z[ host-image] Sep 04 17:20:49.954 INFO O| Sep 04 17:20:49.954 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97032026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97042026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97052026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97062026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97072026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97082026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO ok!
97092026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO STEP 60 (ensure_file) COMPLETE
97102026-09-04T17:20:51.270Z[ host-image] Sep 04 17:20:49.973 INFO O| Sep 04 17:20:49.973 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-09-04T17:20:51.283Z[ host-image] Sep 04 17:20:49.988 INFO O| Sep 04 17:20:49.988 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97122026-09-04T17:20:51.283Z[ host-image] Sep 04 17:20:49.988 INFO O| Sep 04 17:20:49.988 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97132026-09-04T17:20:51.283Z[ host-image] Sep 04 17:20:49.988 INFO O| Sep 04 17:20:49.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97142026-09-04T17:20:51.283Z[ host-image] Sep 04 17:20:49.988 INFO O| Sep 04 17:20:49.988 INFO ok!
97152026-09-04T17:20:51.283Z[ host-image] Sep 04 17:20:49.988 INFO O| Sep 04 17:20:49.988 INFO STEP 61 (ensure_file) COMPLETE
97162026-09-04T17:20:51.283Z[ host-image] Sep 04 17:20:49.988 INFO O| Sep 04 17:20:49.988 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97172026-09-04T17:20:51.297Z[ host-image] Sep 04 17:20:49.999 INFO O| Sep 04 17:20:49.999 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97182026-09-04T17:20:51.297Z[ host-image] Sep 04 17:20:49.999 INFO O| Sep 04 17:20:49.999 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97192026-09-04T17:20:51.297Z[ host-image] Sep 04 17:20:49.999 INFO O| Sep 04 17:20:49.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97202026-09-04T17:20:51.297Z[ host-image] Sep 04 17:20:49.999 INFO O| Sep 04 17:20:49.999 INFO ok!
97212026-09-04T17:20:51.297Z[ host-image] Sep 04 17:20:49.999 INFO O| Sep 04 17:20:49.999 INFO STEP 62 (ensure_file) COMPLETE
97222026-09-04T17:20:51.297Z[ host-image] Sep 04 17:20:49.999 INFO O| Sep 04 17:20:49.999 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-09-04T17:20:51.311Z[ host-image] Sep 04 17:20:50.019 INFO O| Sep 04 17:20:50.019 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97242026-09-04T17:20:51.312Z[ host-image] Sep 04 17:20:50.019 INFO O| Sep 04 17:20:50.019 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97252026-09-04T17:20:51.330Z[ host-image] Sep 04 17:20:50.019 INFO O| Sep 04 17:20:50.019 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97262026-09-04T17:20:51.330Z[ host-image] Sep 04 17:20:50.019 INFO O| Sep 04 17:20:50.019 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97272026-09-04T17:20:51.330Z[ host-image] Sep 04 17:20:50.019 INFO O| Sep 04 17:20:50.019 INFO ok!
97282026-09-04T17:20:51.330Z[ host-image] Sep 04 17:20:50.019 INFO O| Sep 04 17:20:50.019 INFO STEP 63 (ensure_file) COMPLETE
97292026-09-04T17:20:51.330Z[ host-image] Sep 04 17:20:50.019 INFO O| Sep 04 17:20:50.019 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-09-04T17:20:51.359Z[ host-image] Sep 04 17:20:50.035 INFO O| Sep 04 17:20:50.035 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
97312026-09-04T17:20:51.359Z[ host-image] Sep 04 17:20:50.035 INFO O| Sep 04 17:20:50.035 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
97322026-09-04T17:20:51.359Z[ host-image] Sep 04 17:20:50.035 INFO O| Sep 04 17:20:50.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
97332026-09-04T17:20:51.359Z[ host-image] Sep 04 17:20:50.035 INFO O| Sep 04 17:20:50.035 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
97342026-09-04T17:20:51.359Z[ host-image] Sep 04 17:20:50.035 INFO O| Sep 04 17:20:50.035 INFO ok!
97352026-09-04T17:20:51.359Z[ host-image] Sep 04 17:20:50.035 INFO O| Sep 04 17:20:50.035 INFO STEP 64 (ensure_file) COMPLETE
97362026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.035 INFO O| Sep 04 17:20:50.035 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.054 INFO O| Sep 04 17:20:50.054 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97382026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.054 INFO O| Sep 04 17:20:50.054 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97392026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.054 INFO O| Sep 04 17:20:50.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97402026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.054 INFO O| Sep 04 17:20:50.054 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97412026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.054 INFO O| Sep 04 17:20:50.054 INFO ok!
97422026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.054 INFO O| Sep 04 17:20:50.054 INFO STEP 65 (ensure_file) COMPLETE
97432026-09-04T17:20:51.360Z[ host-image] Sep 04 17:20:50.054 INFO O| Sep 04 17:20:50.054 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97442026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.081 INFO O| Sep 04 17:20:50.071 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97452026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.081 INFO O| Sep 04 17:20:50.071 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97462026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.081 INFO O| Sep 04 17:20:50.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97472026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.081 INFO O| Sep 04 17:20:50.071 INFO ok!
97482026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.081 INFO O| Sep 04 17:20:50.071 INFO STEP 66 (assemble_files) COMPLETE
97492026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.081 INFO O| Sep 04 17:20:50.071 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97502026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.084 INFO O| Sep 04 17:20:50.083 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97512026-09-04T17:20:51.391Z[ host-image] Sep 04 17:20:50.084 INFO O| Sep 04 17:20:50.084 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97522026-09-04T17:20:51.419Z[ host-image] Sep 04 17:20:50.084 INFO O| Sep 04 17:20:50.084 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97532026-09-04T17:20:51.420Z[ host-image] Sep 04 17:20:50.084 INFO O| Sep 04 17:20:50.084 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97542026-09-04T17:20:51.420Z[ host-image] Sep 04 17:20:50.084 INFO O| Sep 04 17:20:50.084 INFO ok!
97552026-09-04T17:20:51.420Z[ host-image] Sep 04 17:20:50.084 INFO O| Sep 04 17:20:50.084 INFO STEP 67 (ensure_file) COMPLETE
97562026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.084 INFO O| Sep 04 17:20:50.084 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97572026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.096 INFO O| Sep 04 17:20:50.096 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97582026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.096 INFO O| Sep 04 17:20:50.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97592026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.096 INFO O| Sep 04 17:20:50.096 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97602026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.096 INFO O| Sep 04 17:20:50.096 INFO STEP 68 (ensure_dir) COMPLETE
97612026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.096 INFO O| Sep 04 17:20:50.096 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97622026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.110 INFO O| Sep 04 17:20:50.109 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97632026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.110 INFO O| Sep 04 17:20:50.109 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 ...
97642026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.118 INFO O| Sep 04 17:20:50.117 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
97652026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.118 INFO O| Sep 04 17:20:50.117 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97662026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.118 INFO O| Sep 04 17:20:50.117 INFO ok!
97672026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.118 INFO O| Sep 04 17:20:50.117 INFO STEP 69 (ensure_file) COMPLETE
97682026-09-04T17:20:51.421Z[ host-image] Sep 04 17:20:50.118 INFO O| Sep 04 17:20:50.117 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97692026-09-04T17:20:51.449Z[ host-image] Sep 04 17:20:50.129 INFO O| Sep 04 17:20:50.129 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97702026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.129 INFO O| Sep 04 17:20:50.129 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 ...
97712026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.129 INFO O| Sep 04 17:20:50.129 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
97722026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.129 INFO O| Sep 04 17:20:50.129 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97732026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.129 INFO O| Sep 04 17:20:50.129 INFO ok!
97742026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.129 INFO O| Sep 04 17:20:50.129 INFO STEP 70 (ensure_file) COMPLETE
97752026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.129 INFO O| Sep 04 17:20:50.129 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97762026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.146 INFO O| Sep 04 17:20:50.146 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97772026-09-04T17:20:51.450Z[ host-image] Sep 04 17:20:50.146 INFO O| Sep 04 17:20:50.146 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97782026-09-04T17:20:52.864Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
97792026-09-04T17:20:53.008Z[ host-image] Sep 04 17:20:51.715 INFO O| Sep 04 17:20:51.715 INFO STEP 71 (pack_tar) COMPLETE
97802026-09-04T17:20:53.008Z[ host-image] Sep 04 17:20:51.715 INFO O| Sep 04 17:20:51.715 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97812026-09-04T17:20:53.055Z[ host-image] Sep 04 17:20:51.715 INFO O| Sep 04 17:20:51.715 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97822026-09-04T17:20:53.599Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97832026-09-04T17:20:54.409Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
97842026-09-04T17:20:54.875Z[ host-image] Sep 04 17:20:53.562 INFO O| Sep 04 17:20:53.562 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97852026-09-04T17:20:55.587Z[ recovery-image] Sep 04 17:20:54.270 INFO O| Sep 04 17:20:54.270 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97862026-09-04T17:20:55.733Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
97872026-09-04T17:20:56.164Z[ host-image] Sep 04 17:20:54.874 INFO O| Sep 04 17:20:54.874 INFO completed processing sled/ramdisk-02-trim
97882026-09-04T17:20:56.199Z[ host-image] Sep 04 17:20:54.876 INFO image builder template: zfs...
97892026-09-04T17:20:56.199Z[ host-image] Sep 04 17:20:54.877 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/.tmpMIfNqd/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
97902026-09-04T17:20:56.225Z[ host-image] Sep 04 17:20:54.893 INFO O| Sep 04 17:20:54.892 INFO skip include "stress" because feature "stress" is not enabled
97912026-09-04T17:20:56.226Z[ host-image] Sep 04 17:20:54.893 INFO O| Sep 04 17:20:54.892 INFO skip include "stress" because feature "compliance" is not enabled
97922026-09-04T17:20:56.226Z[ host-image] Sep 04 17:20:54.927 INFO O| Sep 04 17:20:54.927 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97932026-09-04T17:20:56.252Z[ host-image] Sep 04 17:20:54.933 INFO O| Sep 04 17:20:54.933 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97942026-09-04T17:20:56.265Z[ recovery-image] Sep 04 17:20:54.959 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
97952026-09-04T17:20:56.265Z[ recovery-image] Sep 04 17:20:54.959 INFO expanded image name: "recovery d612168/${os_short_commit} 2026-09-04 17:06" -> "recovery d612168/0e29ea8 2026-09-04 17:06"
97962026-09-04T17:20:56.266Z[ recovery-image] Sep 04 17:20:54.959 INFO output artefacts stored in: "/work/os-recovery"
97972026-09-04T17:20:56.266Z[ recovery-image] Sep 04 17:20:54.959 INFO collecting git info from project "pinprick"...
97982026-09-04T17:20:56.266Z[ recovery-image] Sep 04 17:20:54.969 INFO collecting git info from project "pilot"...
97992026-09-04T17:20:56.274Z[ recovery-image] Sep 04 17:20:54.979 INFO collecting git info from project "amd-host-image-builder"...
98002026-09-04T17:20:56.294Z[ host-image] Sep 04 17:20:54.996 INFO O| Sep 04 17:20:54.996 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98012026-09-04T17:20:56.317Z[ recovery-image] Sep 04 17:20:55.026 INFO collecting git info from project "phbl"...
98022026-09-04T17:20:56.328Z[ recovery-image] Sep 04 17:20:55.034 INFO collecting git info from project "dmar-report"...
98032026-09-04T17:20:56.341Z[ recovery-image] Sep 04 17:20:55.046 INFO collecting git info from project "chelsio-t6-roms"...
98042026-09-04T17:20:56.371Z[ recovery-image] Sep 04 17:20:55.080 INFO collecting git info from project "bootserver"...
98052026-09-04T17:20:56.383Z[ recovery-image] Sep 04 17:20:55.089 INFO collecting git info from project "image-builder"...
98062026-09-04T17:21:00.834Z[ recovery-image] Sep 04 17:20:55.098 INFO collecting git info from project "amd-firmware"...
98072026-09-04T17:21:00.834Z[ host-image] Sep 04 17:20:55.117 INFO O| Sep 04 17:20:55.116 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98082026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.117 INFO O| Sep 04 17:20:55.116 INFO work dataset: rpool/images/build/host/work/sled/zfs
98092026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.120 INFO O| Sep 04 17:20:55.120 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98102026-09-04T17:21:00.835Z[ recovery-image] Sep 04 17:20:55.178 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98112026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.309 INFO O| Sep 04 17:20:55.309 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98122026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.523 INFO O| Sep 04 17:20:55.523 INFO DESTROY POOL: TEMPORARY-sled-zfs
98132026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.533 INFO O| Sep 04 17:20:55.533 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98142026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.538 INFO O| Sep 04 17:20:55.538 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98152026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.538 INFO O| Sep 04 17:20:55.538 INFO no lofi found
98162026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.538 INFO O| Sep 04 17:20:55.538 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98172026-09-04T17:21:00.835Z[ host-image] Sep 04 17:20:55.538 INFO O| Sep 04 17:20:55.538 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98182026-09-04T17:21:00.886Z[ recovery-image] Sep 04 17:20:55.817 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98192026-09-04T17:21:00.886Z[ recovery-image] Sep 04 17:20:56.204 INFO creating Oxide boot image...
98202026-09-04T17:21:00.886Z[ recovery-image] Sep 04 17:20:56.204 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery d612168/0e29ea8 2026-09-04 17:06", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
98212026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.004 INFO O| Sep 04 17:20:57.001 INFO lofi device = /dev/dsk/c2t1d0p0
98222026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.004 INFO O| Sep 04 17:20:57.001 INFO pool device = /dev/dsk/c2t1d0p0
98232026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.004 INFO O| Sep 04 17:20:57.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"]
98242026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.192 INFO O| Sep 04 17:20:57.191 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98252026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.192 INFO O| Sep 04 17:20:57.191 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98262026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.222 INFO O| Sep 04 17:20:57.222 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98272026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.317 INFO O| Sep 04 17:20:57.317 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98282026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.350 INFO O| Sep 04 17:20:57.350 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98292026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.369 INFO O| Sep 04 17:20:57.369 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98302026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.383 INFO O| Sep 04 17:20:57.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98312026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.422 INFO O| Sep 04 17:20:57.422 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98322026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.422 INFO O| Sep 04 17:20:57.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98332026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.422 INFO O| Sep 04 17:20:57.422 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98342026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.434 INFO O| Sep 04 17:20:57.434 INFO boot environment UUID: 7e494f81-6e73-4f1a-8645-b1a05b61a7f4
98352026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.434 INFO O| Sep 04 17:20:57.434 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7e494f81-6e73-4f1a-8645-b1a05b61a7f4
98362026-09-04T17:21:00.886Z[ host-image] Sep 04 17:20:57.459 INFO O| Sep 04 17:20:57.459 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98372026-09-04T17:21:00.887Z[ host-image] Sep 04 17:20:57.490 INFO O| Sep 04 17:20:57.490 INFO STEP 0 (create_be) COMPLETE
98382026-09-04T17:21:00.887Z[ host-image] Sep 04 17:20:57.490 INFO O| Sep 04 17:20:57.490 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98392026-09-04T17:21:00.887Z[ host-image] Sep 04 17:20:57.536 INFO O| Sep 04 17:20:57.536 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98402026-09-04T17:21:00.887Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
98412026-09-04T17:21:00.887Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
98422026-09-04T17:21:02.041Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
98432026-09-04T17:21:10.935Z[ host-image] Sep 04 17:21:09.637 INFO O| Sep 04 17:21:09.637 INFO STEP 1 (unpack_tar) COMPLETE
98442026-09-04T17:21:10.935Z[ host-image] Sep 04 17:21:09.637 INFO O| Sep 04 17:21:09.637 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-09-04T17:21:10.959Z[ host-image] Sep 04 17:21:09.649 INFO O| Sep 04 17:21:09.649 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98462026-09-04T17:21:11.400Z[ host-image] Sep 04 17:21:10.095 INFO O| Sep 04 17:21:10.095 INFO STEP 2 (devfsadm) COMPLETE
98472026-09-04T17:21:11.400Z[ host-image] Sep 04 17:21:10.095 INFO O| Sep 04 17:21:10.095 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-09-04T17:21:11.412Z[ host-image] Sep 04 17:21:10.106 INFO O| Sep 04 17:21:10.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98492026-09-04T17:21:11.412Z[ host-image] Sep 04 17:21:10.106 INFO O| Sep 04 17:21:10.106 INFO STEP 3 (ensure_dir) COMPLETE
98502026-09-04T17:21:11.412Z[ host-image] Sep 04 17:21:10.107 INFO O| Sep 04 17:21:10.106 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-09-04T17:21:11.412Z[ host-image] Sep 04 17:21:10.117 INFO O| Sep 04 17:21:10.117 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98522026-09-04T17:21:11.412Z[ host-image] Sep 04 17:21:10.117 INFO O| Sep 04 17:21:10.117 INFO STEP 4 (ensure_dir) COMPLETE
98532026-09-04T17:21:11.412Z[ host-image] Sep 04 17:21:10.117 INFO O| Sep 04 17:21:10.117 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-09-04T17:21:11.424Z[ host-image] Sep 04 17:21:10.128 INFO O| Sep 04 17:21:10.128 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98552026-09-04T17:21:11.424Z[ host-image] Sep 04 17:21:10.128 INFO O| Sep 04 17:21:10.128 INFO STEP 5 (ensure_dir) COMPLETE
98562026-09-04T17:21:11.424Z[ host-image] Sep 04 17:21:10.128 INFO O| Sep 04 17:21:10.128 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-09-04T17:21:11.461Z[ host-image] Sep 04 17:21:10.136 INFO O| Sep 04 17:21:10.136 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98582026-09-04T17:21:11.461Z[ host-image] Sep 04 17:21:10.136 INFO O| Sep 04 17:21:10.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98592026-09-04T17:21:11.462Z[ host-image] Sep 04 17:21:10.136 INFO O| Sep 04 17:21:10.136 INFO STEP 6 (ensure_dir) COMPLETE
98602026-09-04T17:21:11.462Z[ host-image] Sep 04 17:21:10.136 INFO O| Sep 04 17:21:10.136 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-09-04T17:21:11.462Z[ host-image] Sep 04 17:21:10.147 INFO O| Sep 04 17:21:10.146 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98622026-09-04T17:21:11.462Z[ host-image] Sep 04 17:21:10.147 INFO O| Sep 04 17:21:10.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98632026-09-04T17:21:11.462Z[ host-image] Sep 04 17:21:10.147 INFO O| Sep 04 17:21:10.147 INFO STEP 7 (ensure_dir) COMPLETE
98642026-09-04T17:21:11.462Z[ host-image] Sep 04 17:21:10.147 INFO O| Sep 04 17:21:10.147 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-09-04T17:21:11.486Z[ host-image] Sep 04 17:21:10.155 INFO O| Sep 04 17:21:10.155 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98662026-09-04T17:21:11.486Z[ host-image] Sep 04 17:21:10.156 INFO O| Sep 04 17:21:10.156 INFO STEP 8 (remove_files) COMPLETE
98672026-09-04T17:21:11.486Z[ host-image] Sep 04 17:21:10.156 INFO O| Sep 04 17:21:10.156 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-09-04T17:21:11.486Z[ host-image] Sep 04 17:21:10.164 INFO O| Sep 04 17:21:10.164 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98692026-09-04T17:21:11.486Z[ host-image] Sep 04 17:21:10.164 INFO O| Sep 04 17:21:10.164 INFO STEP 9 (remove_files) COMPLETE
98702026-09-04T17:21:11.486Z[ host-image] Sep 04 17:21:10.164 INFO O| Sep 04 17:21:10.164 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98712026-09-04T17:21:11.515Z[ host-image] Sep 04 17:21:10.176 INFO O| Sep 04 17:21:10.172 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98722026-09-04T17:21:11.515Z[ host-image] Sep 04 17:21:10.176 INFO O| Sep 04 17:21:10.172 INFO STEP 10 (remove_files) COMPLETE
98732026-09-04T17:21:11.515Z[ host-image] Sep 04 17:21:10.176 INFO O| Sep 04 17:21:10.172 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-09-04T17:21:11.515Z[ host-image] Sep 04 17:21:10.180 INFO O| Sep 04 17:21:10.180 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98752026-09-04T17:21:11.515Z[ host-image] Sep 04 17:21:10.180 INFO O| Sep 04 17:21:10.180 INFO STEP 11 (remove_files) COMPLETE
98762026-09-04T17:21:11.515Z[ host-image] Sep 04 17:21:10.180 INFO O| Sep 04 17:21:10.180 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98772026-09-04T17:21:11.515Z[ host-image] Sep 04 17:21:10.187 INFO O| Sep 04 17:21:10.187 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98782026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.187 INFO O| Sep 04 17:21:10.187 INFO STEP 12 (remove_files) COMPLETE
98792026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.187 INFO O| Sep 04 17:21:10.187 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98802026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.197 INFO O| Sep 04 17:21:10.197 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98812026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.197 INFO O| Sep 04 17:21:10.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98822026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.197 INFO O| Sep 04 17:21:10.197 INFO STEP 13 (ensure_dir) COMPLETE
98832026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.197 INFO O| Sep 04 17:21:10.197 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98842026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.205 INFO O| Sep 04 17:21:10.205 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98852026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.205 INFO O| Sep 04 17:21:10.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98862026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.205 INFO O| Sep 04 17:21:10.205 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98872026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.205 INFO O| Sep 04 17:21:10.205 INFO STEP 14 (ensure_dir) COMPLETE
98882026-09-04T17:21:11.516Z[ host-image] Sep 04 17:21:10.205 INFO O| Sep 04 17:21:10.205 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98892026-09-04T17:21:11.531Z[ host-image] Sep 04 17:21:10.215 INFO O| Sep 04 17:21:10.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98902026-09-04T17:21:11.531Z[ host-image] Sep 04 17:21:10.215 INFO O| Sep 04 17:21:10.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98912026-09-04T17:21:11.531Z[ host-image] Sep 04 17:21:10.215 INFO O| Sep 04 17:21:10.215 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98922026-09-04T17:21:11.531Z[ host-image] Sep 04 17:21:10.215 INFO O| Sep 04 17:21:10.215 INFO STEP 15 (ensure_dir) COMPLETE
98932026-09-04T17:21:11.531Z[ host-image] Sep 04 17:21:10.215 INFO O| Sep 04 17:21:10.215 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98942026-09-04T17:21:11.531Z[ host-image] Sep 04 17:21:10.231 INFO O| Sep 04 17:21:10.231 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98952026-09-04T17:21:11.532Z[ host-image] Sep 04 17:21:10.231 INFO O| Sep 04 17:21:10.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98962026-09-04T17:21:11.532Z[ host-image] Sep 04 17:21:10.231 INFO O| Sep 04 17:21:10.231 INFO STEP 16 (ensure_dir) COMPLETE
98972026-09-04T17:21:11.532Z[ host-image] Sep 04 17:21:10.231 INFO O| Sep 04 17:21:10.231 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98982026-09-04T17:21:11.557Z[ host-image] Sep 04 17:21:10.239 INFO O| Sep 04 17:21:10.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98992026-09-04T17:21:11.557Z[ host-image] Sep 04 17:21:10.239 INFO O| Sep 04 17:21:10.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99002026-09-04T17:21:11.558Z[ host-image] Sep 04 17:21:10.239 INFO O| Sep 04 17:21:10.239 INFO STEP 17 (ensure_dir) COMPLETE
99012026-09-04T17:21:11.558Z[ host-image] Sep 04 17:21:10.239 INFO O| Sep 04 17:21:10.239 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99022026-09-04T17:21:11.558Z[ host-image] Sep 04 17:21:10.248 INFO O| Sep 04 17:21:10.247 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99032026-09-04T17:21:11.558Z[ host-image] Sep 04 17:21:10.248 INFO O| Sep 04 17:21:10.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99042026-09-04T17:21:11.558Z[ host-image] Sep 04 17:21:10.248 INFO O| Sep 04 17:21:10.247 INFO ok!
99052026-09-04T17:21:11.558Z[ host-image] Sep 04 17:21:10.248 INFO O| Sep 04 17:21:10.247 INFO STEP 18 (ensure_symlink) COMPLETE
99062026-09-04T17:21:11.558Z[ host-image] Sep 04 17:21:10.248 INFO O| Sep 04 17:21:10.248 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99072026-09-04T17:21:11.582Z[ host-image] Sep 04 17:21:10.256 INFO O| Sep 04 17:21:10.256 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99082026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.256 INFO O| Sep 04 17:21:10.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99092026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.256 INFO O| Sep 04 17:21:10.256 INFO ok!
99102026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.256 INFO O| Sep 04 17:21:10.256 INFO STEP 19 (ensure_file) COMPLETE
99112026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.256 INFO O| Sep 04 17:21:10.256 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.264 INFO O| Sep 04 17:21:10.264 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99132026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.264 INFO O| Sep 04 17:21:10.264 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99142026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.264 INFO O| Sep 04 17:21:10.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99152026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.264 INFO O| Sep 04 17:21:10.264 INFO ok!
99162026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.264 INFO O| Sep 04 17:21:10.264 INFO STEP 20 (ensure_symlink) COMPLETE
99172026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.264 INFO O| Sep 04 17:21:10.264 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.272 INFO O| Sep 04 17:21:10.272 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99192026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.272 INFO O| Sep 04 17:21:10.272 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99202026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.272 INFO O| Sep 04 17:21:10.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99212026-09-04T17:21:11.583Z[ host-image] Sep 04 17:21:10.272 INFO O| Sep 04 17:21:10.272 INFO ok!
99222026-09-04T17:21:11.584Z[ host-image] Sep 04 17:21:10.272 INFO O| Sep 04 17:21:10.272 INFO STEP 21 (ensure_symlink) COMPLETE
99232026-09-04T17:21:11.619Z[ host-image] Sep 04 17:21:10.272 INFO O| Sep 04 17:21:10.272 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-09-04T17:21:11.620Z[ host-image] Sep 04 17:21:10.280 INFO O| Sep 04 17:21:10.280 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99252026-09-04T17:21:11.620Z[ host-image] Sep 04 17:21:10.280 INFO O| Sep 04 17:21:10.280 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99262026-09-04T17:21:11.620Z[ host-image] Sep 04 17:21:10.280 INFO O| Sep 04 17:21:10.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99272026-09-04T17:21:11.620Z[ host-image] Sep 04 17:21:10.280 INFO O| Sep 04 17:21:10.280 INFO ok!
99282026-09-04T17:21:11.620Z[ host-image] Sep 04 17:21:10.280 INFO O| Sep 04 17:21:10.280 INFO STEP 22 (ensure_symlink) COMPLETE
99292026-09-04T17:21:11.620Z[ host-image] Sep 04 17:21:10.280 INFO O| Sep 04 17:21:10.280 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.288 INFO O| Sep 04 17:21:10.288 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99312026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.288 INFO O| Sep 04 17:21:10.288 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99322026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.288 INFO O| Sep 04 17:21:10.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99332026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.288 INFO O| Sep 04 17:21:10.288 INFO ok!
99342026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.288 INFO O| Sep 04 17:21:10.288 INFO STEP 23 (ensure_symlink) COMPLETE
99352026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.288 INFO O| Sep 04 17:21:10.288 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.296 INFO O| Sep 04 17:21:10.296 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99372026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.296 INFO O| Sep 04 17:21:10.296 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99382026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.296 INFO O| Sep 04 17:21:10.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99392026-09-04T17:21:11.621Z[ host-image] Sep 04 17:21:10.296 INFO O| Sep 04 17:21:10.296 INFO ok!
99402026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.296 INFO O| Sep 04 17:21:10.296 INFO STEP 24 (ensure_file) COMPLETE
99412026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.296 INFO O| Sep 04 17:21:10.296 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.304 INFO O| Sep 04 17:21:10.304 INFO updating shadow file
99432026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.304 INFO O| Sep 04 17:21:10.304 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99442026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.304 INFO O| Sep 04 17:21:10.304 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99452026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.304 INFO O| Sep 04 17:21:10.304 INFO STEP 25 (shadow) COMPLETE
99462026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.304 INFO O| Sep 04 17:21:10.304 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99472026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.313 INFO O| Sep 04 17:21:10.313 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99482026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.313 INFO O| Sep 04 17:21:10.313 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99492026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.313 INFO O| Sep 04 17:21:10.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99502026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.313 INFO O| Sep 04 17:21:10.313 INFO ok!
99512026-09-04T17:21:11.622Z[ host-image] Sep 04 17:21:10.313 INFO O| Sep 04 17:21:10.313 INFO STEP 26 (ensure_file) COMPLETE
99522026-09-04T17:21:11.623Z[ host-image] Sep 04 17:21:10.313 INFO O| Sep 04 17:21:10.313 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99532026-09-04T17:21:11.646Z[ host-image] Sep 04 17:21:10.323 INFO O| Sep 04 17:21:10.323 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99542026-09-04T17:21:11.646Z[ host-image] Sep 04 17:21:10.323 INFO O| Sep 04 17:21:10.323 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99552026-09-04T17:21:11.646Z[ host-image] Sep 04 17:21:10.323 INFO O| Sep 04 17:21:10.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99562026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.323 INFO O| Sep 04 17:21:10.323 INFO ok!
99572026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.323 INFO O| Sep 04 17:21:10.323 INFO STEP 27 (ensure_file) COMPLETE
99582026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.323 INFO O| Sep 04 17:21:10.323 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99592026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.332 INFO O| Sep 04 17:21:10.332 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99602026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.332 INFO O| Sep 04 17:21:10.332 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99612026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.332 INFO O| Sep 04 17:21:10.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99622026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.332 INFO O| Sep 04 17:21:10.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99632026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.332 INFO O| Sep 04 17:21:10.332 INFO ok!
99642026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.332 INFO O| Sep 04 17:21:10.332 INFO STEP 28 (ensure_file) COMPLETE
99652026-09-04T17:21:11.647Z[ host-image] Sep 04 17:21:10.332 INFO O| Sep 04 17:21:10.332 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99662026-09-04T17:21:11.674Z[ host-image] Sep 04 17:21:10.343 INFO O| Sep 04 17:21:10.343 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99672026-09-04T17:21:11.674Z[ host-image] Sep 04 17:21:10.343 INFO O| Sep 04 17:21:10.343 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99682026-09-04T17:21:11.674Z[ host-image] Sep 04 17:21:10.343 INFO O| Sep 04 17:21:10.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99692026-09-04T17:21:11.674Z[ host-image] Sep 04 17:21:10.343 INFO O| Sep 04 17:21:10.343 INFO ok!
99702026-09-04T17:21:11.674Z[ host-image] Sep 04 17:21:10.343 INFO O| Sep 04 17:21:10.343 INFO STEP 29 (ensure_file) COMPLETE
99712026-09-04T17:21:11.674Z[ host-image] Sep 04 17:21:10.343 INFO O| Sep 04 17:21:10.343 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99722026-09-04T17:21:11.675Z[ host-image] Sep 04 17:21:10.353 INFO O| Sep 04 17:21:10.353 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99732026-09-04T17:21:11.675Z[ host-image] Sep 04 17:21:10.353 INFO O| Sep 04 17:21:10.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99742026-09-04T17:21:11.675Z[ host-image] Sep 04 17:21:10.353 INFO O| Sep 04 17:21:10.353 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99752026-09-04T17:21:11.675Z[ host-image] Sep 04 17:21:10.353 INFO O| Sep 04 17:21:10.353 INFO STEP 30 (ensure_dir) COMPLETE
99762026-09-04T17:21:11.675Z[ host-image] Sep 04 17:21:10.353 INFO O| Sep 04 17:21:10.353 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99772026-09-04T17:21:11.700Z[ host-image] Sep 04 17:21:10.377 INFO O| Sep 04 17:21:10.377 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99782026-09-04T17:21:11.700Z[ host-image] Sep 04 17:21:10.377 INFO O| Sep 04 17:21:10.377 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99792026-09-04T17:21:11.700Z[ host-image] Sep 04 17:21:10.377 INFO O| Sep 04 17:21:10.377 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99802026-09-04T17:21:11.700Z[ host-image] Sep 04 17:21:10.377 INFO O| Sep 04 17:21:10.377 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99812026-09-04T17:21:11.700Z[ host-image] Sep 04 17:21:10.377 INFO O| Sep 04 17:21:10.377 INFO ok!
99822026-09-04T17:21:11.701Z[ host-image] Sep 04 17:21:10.377 INFO O| Sep 04 17:21:10.377 INFO STEP 31 (ensure_file) COMPLETE
99832026-09-04T17:21:11.701Z[ host-image] Sep 04 17:21:10.377 INFO O| Sep 04 17:21:10.377 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99842026-09-04T17:21:11.740Z[ host-image] Sep 04 17:21:10.401 INFO O| Sep 04 17:21:10.401 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99852026-09-04T17:21:11.740Z[ host-image] Sep 04 17:21:10.401 INFO O| Sep 04 17:21:10.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99862026-09-04T17:21:11.740Z[ host-image] Sep 04 17:21:10.401 INFO O| Sep 04 17:21:10.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99872026-09-04T17:21:11.740Z[ host-image] Sep 04 17:21:10.401 INFO O| Sep 04 17:21:10.401 INFO STEP 32 (ensure_dir) COMPLETE
99882026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.401 INFO O| Sep 04 17:21:10.401 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99892026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.411 INFO O| Sep 04 17:21:10.411 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99902026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.411 INFO O| Sep 04 17:21:10.411 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 ...
99912026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.411 INFO O| Sep 04 17:21:10.411 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
99922026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.411 INFO O| Sep 04 17:21:10.411 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99932026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.411 INFO O| Sep 04 17:21:10.411 INFO ok!
99942026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.411 INFO O| Sep 04 17:21:10.411 INFO STEP 33 (ensure_file) COMPLETE
99952026-09-04T17:21:11.741Z[ host-image] Sep 04 17:21:10.411 INFO O| Sep 04 17:21:10.411 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99962026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.419 INFO O| Sep 04 17:21:10.419 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99972026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.419 INFO O| Sep 04 17:21:10.419 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99982026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.419 INFO O| Sep 04 17:21:10.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99992026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.419 INFO O| Sep 04 17:21:10.419 INFO ok!
100002026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.419 INFO O| Sep 04 17:21:10.419 INFO STEP 34 (ensure_file) COMPLETE
100012026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.419 INFO O| Sep 04 17:21:10.419 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100022026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.427 INFO O| Sep 04 17:21:10.427 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100032026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.427 INFO O| Sep 04 17:21:10.427 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100042026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.427 INFO O| Sep 04 17:21:10.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100052026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.427 INFO O| Sep 04 17:21:10.427 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100062026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.427 INFO O| Sep 04 17:21:10.427 INFO ok!
100072026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.427 INFO O| Sep 04 17:21:10.427 INFO STEP 35 (ensure_file) COMPLETE
100082026-09-04T17:21:11.758Z[ host-image] Sep 04 17:21:10.427 INFO O| Sep 04 17:21:10.427 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100092026-09-04T17:21:11.759Z[ host-image] Sep 04 17:21:10.454 INFO O| Sep 04 17:21:10.454 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100102026-09-04T17:21:11.770Z[ host-image] Sep 04 17:21:10.454 INFO O| Sep 04 17:21:10.454 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100112026-09-04T17:21:11.771Z[ host-image] Sep 04 17:21:10.454 INFO O| Sep 04 17:21:10.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100122026-09-04T17:21:11.771Z[ host-image] Sep 04 17:21:10.454 INFO O| Sep 04 17:21:10.454 INFO ok!
100132026-09-04T17:21:11.771Z[ host-image] Sep 04 17:21:10.454 INFO O| Sep 04 17:21:10.454 INFO STEP 36 (ensure_file) COMPLETE
100142026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.454 INFO O| Sep 04 17:21:10.454 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100152026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.462 INFO O| Sep 04 17:21:10.462 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100162026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.462 INFO O| Sep 04 17:21:10.462 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100172026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.462 INFO O| Sep 04 17:21:10.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100182026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.462 INFO O| Sep 04 17:21:10.462 INFO ok!
100192026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.462 INFO O| Sep 04 17:21:10.462 INFO STEP 37 (ensure_file) COMPLETE
100202026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.462 INFO O| Sep 04 17:21:10.462 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100212026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100222026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100232026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100242026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100252026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100262026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100272026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO ok!
100282026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO STEP 38 (ensure_file) COMPLETE
100292026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.469 INFO O| Sep 04 17:21:10.469 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100302026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.476 INFO O| Sep 04 17:21:10.476 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100312026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.477 INFO O| Sep 04 17:21:10.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100322026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.477 INFO O| Sep 04 17:21:10.477 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100332026-09-04T17:21:11.775Z[ host-image] Sep 04 17:21:10.477 INFO O| Sep 04 17:21:10.477 INFO STEP 39 (ensure_dir) COMPLETE
100342026-09-04T17:21:11.776Z[ host-image] Sep 04 17:21:10.477 INFO O| Sep 04 17:21:10.477 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100352026-09-04T17:21:11.784Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 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
100362026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 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 ...
100372026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 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
100382026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 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
100392026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 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
100402026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 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
100412026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 INFO ok!
100422026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 INFO STEP 40 (ensure_file) COMPLETE
100432026-09-04T17:21:11.785Z[ host-image] Sep 04 17:21:10.490 INFO O| Sep 04 17:21:10.490 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100442026-09-04T17:21:11.802Z[ host-image] Sep 04 17:21:10.498 INFO O| Sep 04 17:21:10.498 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100452026-09-04T17:21:11.802Z[ host-image] Sep 04 17:21:10.498 INFO O| Sep 04 17:21:10.498 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 ...
100462026-09-04T17:21:11.803Z[ host-image] Sep 04 17:21:10.498 INFO O| Sep 04 17:21:10.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100472026-09-04T17:21:11.803Z[ host-image] Sep 04 17:21:10.498 INFO O| Sep 04 17:21:10.498 INFO ok!
100482026-09-04T17:21:11.803Z[ host-image] Sep 04 17:21:10.498 INFO O| Sep 04 17:21:10.498 INFO STEP 41 (ensure_symlink) COMPLETE
100492026-09-04T17:21:11.803Z[ host-image] Sep 04 17:21:10.498 INFO O| Sep 04 17:21:10.498 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100502026-09-04T17:21:11.818Z[ host-image] Sep 04 17:21:10.509 INFO O| Sep 04 17:21:10.509 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100512026-09-04T17:21:11.818Z[ host-image] Sep 04 17:21:10.510 INFO O| Sep 04 17:21:10.509 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100522026-09-04T17:21:11.818Z[ host-image] Sep 04 17:21:10.510 INFO O| Sep 04 17:21:10.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100532026-09-04T17:21:11.818Z[ host-image] Sep 04 17:21:10.510 INFO O| Sep 04 17:21:10.510 INFO ok!
100542026-09-04T17:21:11.818Z[ host-image] Sep 04 17:21:10.510 INFO O| Sep 04 17:21:10.510 INFO STEP 42 (ensure_symlink) COMPLETE
100552026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.510 INFO O| Sep 04 17:21:10.510 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100562026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100572026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100582026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100592026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100602026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100612026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100622026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO ok!
100632026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO STEP 43 (ensure_file) COMPLETE
100642026-09-04T17:21:11.819Z[ host-image] Sep 04 17:21:10.517 INFO O| Sep 04 17:21:10.517 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100652026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.524 INFO O| Sep 04 17:21:10.524 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100662026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.524 INFO O| Sep 04 17:21:10.524 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 ...
100672026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.524 INFO O| Sep 04 17:21:10.524 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
100682026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.524 INFO O| Sep 04 17:21:10.524 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100692026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.524 INFO O| Sep 04 17:21:10.524 INFO ok!
100702026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.524 INFO O| Sep 04 17:21:10.524 INFO STEP 44 (ensure_file) COMPLETE
100712026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.524 INFO O| Sep 04 17:21:10.524 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100722026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.531 INFO O| Sep 04 17:21:10.530 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100732026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.531 INFO O| Sep 04 17:21:10.531 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100742026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.531 INFO O| Sep 04 17:21:10.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100752026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.531 INFO O| Sep 04 17:21:10.531 INFO ok!
100762026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.531 INFO O| Sep 04 17:21:10.531 INFO STEP 45 (ensure_file) COMPLETE
100772026-09-04T17:21:11.833Z[ host-image] Sep 04 17:21:10.531 INFO O| Sep 04 17:21:10.531 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100782026-09-04T17:21:11.882Z[ host-image] Sep 04 17:21:10.538 INFO O| Sep 04 17:21:10.537 INFO updating shadow file
100792026-09-04T17:21:11.882Z[ host-image] Sep 04 17:21:10.538 INFO O| Sep 04 17:21:10.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100802026-09-04T17:21:11.882Z[ host-image] Sep 04 17:21:10.538 INFO O| Sep 04 17:21:10.538 INFO STEP 46 (shadow) COMPLETE
100812026-09-04T17:21:11.882Z[ host-image] Sep 04 17:21:10.538 INFO O| Sep 04 17:21:10.538 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100822026-09-04T17:21:11.882Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100832026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100842026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100852026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100862026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO ok!
100872026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO STEP 47 (ensure_file) COMPLETE
100882026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100892026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO skip step because feature "mfg" is not enabled
100902026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100912026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO skip step because feature "mfg" is not enabled
100922026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.546 INFO O| Sep 04 17:21:10.546 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100932026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.554 INFO O| Sep 04 17:21:10.554 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100942026-09-04T17:21:11.883Z[ host-image] Sep 04 17:21:10.554 INFO O| Sep 04 17:21:10.554 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100952026-09-04T17:21:11.896Z[ host-image] Sep 04 17:21:10.577 INFO O| Sep 04 17:21:10.577 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100962026-09-04T17:21:11.896Z[ host-image] Sep 04 17:21:10.577 INFO O| Sep 04 17:21:10.577 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100972026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.577 INFO O| Sep 04 17:21:10.577 INFO ok!
100982026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.577 INFO O| Sep 04 17:21:10.577 INFO STEP 50 (ensure_file) COMPLETE
100992026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.577 INFO O| Sep 04 17:21:10.577 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.577 INFO O| Sep 04 17:21:10.577 INFO skip step because feature "compliance" is not enabled
101012026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.577 INFO O| Sep 04 17:21:10.577 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101032026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101042026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101052026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101062026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101072026-09-04T17:21:11.897Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101082026-09-04T17:21:11.898Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO ok!
101092026-09-04T17:21:11.898Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO STEP 52 (ensure_file) COMPLETE
101102026-09-04T17:21:11.898Z[ host-image] Sep 04 17:21:10.587 INFO O| Sep 04 17:21:10.587 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101112026-09-04T17:21:11.927Z[ host-image] Sep 04 17:21:10.633 INFO O| Sep 04 17:21:10.633 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101122026-09-04T17:21:11.927Z[ host-image] Sep 04 17:21:10.633 INFO O| Sep 04 17:21:10.633 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 ...
101132026-09-04T17:21:11.940Z[ host-image] Sep 04 17:21:10.633 INFO O| Sep 04 17:21:10.633 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
101142026-09-04T17:21:11.940Z[ host-image] Sep 04 17:21:10.633 INFO O| Sep 04 17:21:10.633 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101152026-09-04T17:21:11.940Z[ host-image] Sep 04 17:21:10.633 INFO O| Sep 04 17:21:10.633 INFO ok!
101162026-09-04T17:21:11.940Z[ host-image] Sep 04 17:21:10.633 INFO O| Sep 04 17:21:10.633 INFO STEP 53 (ensure_file) COMPLETE
101172026-09-04T17:21:11.940Z[ host-image] Sep 04 17:21:10.633 INFO O| Sep 04 17:21:10.633 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101182026-09-04T17:21:11.982Z[ host-image] Sep 04 17:21:10.644 INFO O| Sep 04 17:21:10.644 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101192026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.644 INFO O| Sep 04 17:21:10.644 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 ...
101202026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.644 INFO O| Sep 04 17:21:10.644 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101212026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.644 INFO O| Sep 04 17:21:10.644 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101222026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.644 INFO O| Sep 04 17:21:10.644 INFO ok!
101232026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.644 INFO O| Sep 04 17:21:10.644 INFO STEP 54 (ensure_file) COMPLETE
101242026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.644 INFO O| Sep 04 17:21:10.644 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101252026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.653 INFO O| Sep 04 17:21:10.652 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101262026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.653 INFO O| Sep 04 17:21:10.653 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 ...
101272026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.653 INFO O| Sep 04 17:21:10.653 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
101282026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.653 INFO O| Sep 04 17:21:10.653 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101292026-09-04T17:21:11.983Z[ host-image] Sep 04 17:21:10.653 INFO O| Sep 04 17:21:10.653 INFO ok!
101302026-09-04T17:21:11.984Z[ host-image] Sep 04 17:21:10.653 INFO O| Sep 04 17:21:10.653 INFO STEP 55 (ensure_file) COMPLETE
101312026-09-04T17:21:11.984Z[ host-image] Sep 04 17:21:10.653 INFO O| Sep 04 17:21:10.653 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101322026-09-04T17:21:12.005Z[ host-image] Sep 04 17:21:10.662 INFO O| Sep 04 17:21:10.662 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101332026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.662 INFO O| Sep 04 17:21:10.662 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 ...
101342026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.662 INFO O| Sep 04 17:21:10.662 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101352026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.662 INFO O| Sep 04 17:21:10.662 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101362026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.662 INFO O| Sep 04 17:21:10.662 INFO ok!
101372026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.662 INFO O| Sep 04 17:21:10.662 INFO STEP 56 (ensure_file) COMPLETE
101382026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.662 INFO O| Sep 04 17:21:10.662 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101392026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.673 INFO O| Sep 04 17:21:10.672 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101402026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.673 INFO O| Sep 04 17:21:10.673 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 ...
101412026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.673 INFO O| Sep 04 17:21:10.673 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
101422026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.673 INFO O| Sep 04 17:21:10.673 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101432026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.673 INFO O| Sep 04 17:21:10.673 INFO ok!
101442026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.673 INFO O| Sep 04 17:21:10.673 INFO STEP 57 (ensure_file) COMPLETE
101452026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.673 INFO O| Sep 04 17:21:10.673 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101462026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101472026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 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 ...
101482026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101492026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101502026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101512026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101522026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO ok!
101532026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO STEP 58 (ensure_file) COMPLETE
101542026-09-04T17:21:12.006Z[ host-image] Sep 04 17:21:10.683 INFO O| Sep 04 17:21:10.683 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101552026-09-04T17:21:12.016Z[ host-image] Sep 04 17:21:10.692 INFO O| Sep 04 17:21:10.692 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101562026-09-04T17:21:12.016Z[ host-image] Sep 04 17:21:10.692 INFO O| Sep 04 17:21:10.692 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 ...
101572026-09-04T17:21:12.016Z[ host-image] Sep 04 17:21:10.692 INFO O| Sep 04 17:21:10.692 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
101582026-09-04T17:21:12.016Z[ host-image] Sep 04 17:21:10.692 INFO O| Sep 04 17:21:10.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101592026-09-04T17:21:12.016Z[ host-image] Sep 04 17:21:10.692 INFO O| Sep 04 17:21:10.692 INFO ok!
101602026-09-04T17:21:12.016Z[ host-image] Sep 04 17:21:10.692 INFO O| Sep 04 17:21:10.692 INFO STEP 59 (ensure_file) COMPLETE
101612026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.692 INFO O| Sep 04 17:21:10.692 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101622026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.700 INFO O| Sep 04 17:21:10.700 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101632026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.700 INFO O| Sep 04 17:21:10.700 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101642026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.700 INFO O| Sep 04 17:21:10.700 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101652026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.700 INFO O| Sep 04 17:21:10.700 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101662026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.700 INFO O| Sep 04 17:21:10.700 INFO ok!
101672026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.700 INFO O| Sep 04 17:21:10.700 INFO STEP 60 (ensure_file) COMPLETE
101682026-09-04T17:21:12.017Z[ host-image] Sep 04 17:21:10.700 INFO O| Sep 04 17:21:10.700 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101692026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.708 INFO O| Sep 04 17:21:10.708 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101702026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.708 INFO O| Sep 04 17:21:10.708 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 ...
101712026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.709 INFO O| Sep 04 17:21:10.708 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
101722026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.709 INFO O| Sep 04 17:21:10.709 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101732026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.709 INFO O| Sep 04 17:21:10.709 INFO ok!
101742026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.709 INFO O| Sep 04 17:21:10.709 INFO STEP 61 (ensure_file) COMPLETE
101752026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.709 INFO O| Sep 04 17:21:10.709 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101762026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101772026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101782026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101792026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101802026-09-04T17:21:12.018Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101812026-09-04T17:21:12.019Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101822026-09-04T17:21:12.019Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO ok!
101832026-09-04T17:21:12.019Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO STEP 62 (ensure_file) COMPLETE
101842026-09-04T17:21:12.019Z[ host-image] Sep 04 17:21:10.718 INFO O| Sep 04 17:21:10.718 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101852026-09-04T17:21:12.037Z[ host-image] Sep 04 17:21:10.728 INFO O| Sep 04 17:21:10.728 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101862026-09-04T17:21:12.038Z[ host-image] Sep 04 17:21:10.728 INFO O| Sep 04 17:21:10.728 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 ...
101872026-09-04T17:21:12.038Z[ host-image] Sep 04 17:21:10.728 INFO O| Sep 04 17:21:10.728 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
101882026-09-04T17:21:12.038Z[ host-image] Sep 04 17:21:10.728 INFO O| Sep 04 17:21:10.728 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101892026-09-04T17:21:12.038Z[ host-image] Sep 04 17:21:10.728 INFO O| Sep 04 17:21:10.728 INFO ok!
101902026-09-04T17:21:12.038Z[ host-image] Sep 04 17:21:10.728 INFO O| Sep 04 17:21:10.728 INFO STEP 63 (ensure_file) COMPLETE
101912026-09-04T17:21:12.038Z[ host-image] Sep 04 17:21:10.728 INFO O| Sep 04 17:21:10.728 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101922026-09-04T17:21:12.049Z[ host-image] Sep 04 17:21:10.737 INFO O| Sep 04 17:21:10.737 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101932026-09-04T17:21:12.049Z[ host-image] Sep 04 17:21:10.737 INFO O| Sep 04 17:21:10.737 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 ...
101942026-09-04T17:21:12.049Z[ host-image] Sep 04 17:21:10.737 INFO O| Sep 04 17:21:10.737 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
101952026-09-04T17:21:12.049Z[ host-image] Sep 04 17:21:10.737 INFO O| Sep 04 17:21:10.737 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101962026-09-04T17:21:12.049Z[ host-image] Sep 04 17:21:10.737 INFO O| Sep 04 17:21:10.737 INFO ok!
101972026-09-04T17:21:12.049Z[ host-image] Sep 04 17:21:10.737 INFO O| Sep 04 17:21:10.737 INFO STEP 64 (ensure_file) COMPLETE
101982026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.737 INFO O| Sep 04 17:21:10.737 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101992026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102002026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 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 ...
102012026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 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
102022026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102032026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 INFO ok!
102042026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 INFO STEP 65 (ensure_file) COMPLETE
102052026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102062026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 INFO skip step because feature "mbist" is not enabled
102072026-09-04T17:21:12.050Z[ host-image] Sep 04 17:21:10.746 INFO O| Sep 04 17:21:10.746 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-09-04T17:21:12.082Z[ host-image] Sep 04 17:21:10.754 INFO O| Sep 04 17:21:10.754 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102092026-09-04T17:21:12.082Z[ host-image] Sep 04 17:21:10.755 INFO O| Sep 04 17:21:10.754 INFO STEP 67 (ensure_dir) COMPLETE
102102026-09-04T17:21:12.083Z[ host-image] Sep 04 17:21:10.755 INFO O| Sep 04 17:21:10.754 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-09-04T17:21:12.083Z[ host-image] Sep 04 17:21:10.762 INFO O| Sep 04 17:21:10.762 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102122026-09-04T17:21:12.083Z[ host-image] Sep 04 17:21:10.762 INFO O| Sep 04 17:21:10.762 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102132026-09-04T17:21:12.083Z[ host-image] Sep 04 17:21:10.762 INFO O| Sep 04 17:21:10.762 INFO STEP 68 (ensure_dir) COMPLETE
102142026-09-04T17:21:12.083Z[ host-image] Sep 04 17:21:10.762 INFO O| Sep 04 17:21:10.762 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-09-04T17:21:12.104Z[ host-image] Sep 04 17:21:10.771 INFO O| Sep 04 17:21:10.771 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102162026-09-04T17:21:12.105Z[ host-image] Sep 04 17:21:10.771 INFO O| Sep 04 17:21:10.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102172026-09-04T17:21:12.105Z[ host-image] Sep 04 17:21:10.771 INFO O| Sep 04 17:21:10.771 INFO STEP 69 (ensure_dir) COMPLETE
102182026-09-04T17:21:12.105Z[ host-image] Sep 04 17:21:10.771 INFO O| Sep 04 17:21:10.771 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-09-04T17:21:12.105Z[ host-image] Sep 04 17:21:10.778 INFO O| Sep 04 17:21:10.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102202026-09-04T17:21:12.105Z[ host-image] Sep 04 17:21:10.778 INFO O| Sep 04 17:21:10.778 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102212026-09-04T17:21:12.571Z[ host-image] Sep 04 17:21:11.248 INFO O| Sep 04 17:21:11.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102222026-09-04T17:21:12.571Z[ host-image] Sep 04 17:21:11.248 INFO O| Sep 04 17:21:11.248 INFO ok!
102232026-09-04T17:21:12.609Z[ host-image] Sep 04 17:21:11.248 INFO O| Sep 04 17:21:11.248 INFO STEP 70 (ensure_file) COMPLETE
102242026-09-04T17:21:12.610Z[ host-image] Sep 04 17:21:11.248 INFO O| Sep 04 17:21:11.248 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-09-04T17:21:12.610Z[ host-image] Sep 04 17:21:11.256 INFO O| Sep 04 17:21:11.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102262026-09-04T17:21:12.610Z[ host-image] Sep 04 17:21:11.256 INFO O| Sep 04 17:21:11.256 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102272026-09-04T17:21:13.367Z[ host-image] Sep 04 17:21:12.070 INFO O| Sep 04 17:21:12.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102282026-09-04T17:21:13.367Z[ host-image] Sep 04 17:21:12.070 INFO O| Sep 04 17:21:12.070 INFO ok!
102292026-09-04T17:21:13.368Z[ host-image] Sep 04 17:21:12.070 INFO O| Sep 04 17:21:12.070 INFO STEP 71 (ensure_file) COMPLETE
102302026-09-04T17:21:13.368Z[ host-image] Sep 04 17:21:12.070 INFO O| Sep 04 17:21:12.070 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-09-04T17:21:13.398Z[ host-image] Sep 04 17:21:12.080 INFO O| Sep 04 17:21:12.080 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102322026-09-04T17:21:13.398Z[ host-image] Sep 04 17:21:12.080 INFO O| Sep 04 17:21:12.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102332026-09-04T17:21:13.398Z[ host-image] Sep 04 17:21:12.080 INFO O| Sep 04 17:21:12.080 INFO STEP 72 (ensure_dir) COMPLETE
102342026-09-04T17:21:13.398Z[ host-image] Sep 04 17:21:12.080 INFO O| Sep 04 17:21:12.080 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-09-04T17:21:13.398Z[ host-image] Sep 04 17:21:12.089 INFO O| Sep 04 17:21:12.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102362026-09-04T17:21:13.398Z[ host-image] Sep 04 17:21:12.089 INFO O| Sep 04 17:21:12.089 INFO copying /tmp/.tmpMIfNqd/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 ...
102372026-09-04T17:21:13.398Z[ host-image] Sep 04 17:21:12.089 INFO O| Sep 04 17:21:12.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102382026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.089 INFO O| Sep 04 17:21:12.089 INFO ok!
102392026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.089 INFO O| Sep 04 17:21:12.089 INFO STEP 73 (ensure_file) COMPLETE
102402026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.089 INFO O| Sep 04 17:21:12.089 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.097 INFO O| Sep 04 17:21:12.097 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102422026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.097 INFO O| Sep 04 17:21:12.097 INFO copying /tmp/.tmpMIfNqd/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 ...
102432026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.097 INFO O| Sep 04 17:21:12.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102442026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.097 INFO O| Sep 04 17:21:12.097 INFO ok!
102452026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.097 INFO O| Sep 04 17:21:12.097 INFO STEP 74 (ensure_file) COMPLETE
102462026-09-04T17:21:13.399Z[ host-image] Sep 04 17:21:12.098 INFO O| Sep 04 17:21:12.097 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-09-04T17:21:13.423Z[ host-image] Sep 04 17:21:12.107 INFO O| Sep 04 17:21:12.107 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102482026-09-04T17:21:13.423Z[ host-image] Sep 04 17:21:12.107 INFO O| Sep 04 17:21:12.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102492026-09-04T17:21:13.423Z[ host-image] Sep 04 17:21:12.107 INFO O| Sep 04 17:21:12.107 INFO STEP 75 (ensure_dir) COMPLETE
102502026-09-04T17:21:13.423Z[ host-image] Sep 04 17:21:12.107 INFO O| Sep 04 17:21:12.107 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-09-04T17:21:13.423Z[ host-image] Sep 04 17:21:12.115 INFO O| Sep 04 17:21:12.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102522026-09-04T17:21:13.424Z[ host-image] Sep 04 17:21:12.115 INFO O| Sep 04 17:21:12.115 INFO copying /tmp/.tmpMIfNqd/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 ...
102532026-09-04T17:21:13.424Z[ host-image] Sep 04 17:21:12.115 INFO O| Sep 04 17:21:12.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102542026-09-04T17:21:13.424Z[ host-image] Sep 04 17:21:12.115 INFO O| Sep 04 17:21:12.115 INFO ok!
102552026-09-04T17:21:13.424Z[ host-image] Sep 04 17:21:12.115 INFO O| Sep 04 17:21:12.115 INFO STEP 76 (ensure_file) COMPLETE
102562026-09-04T17:21:13.424Z[ host-image] Sep 04 17:21:12.115 INFO O| Sep 04 17:21:12.115 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.124 INFO O| Sep 04 17:21:12.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102582026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.125 INFO O| Sep 04 17:21:12.124 INFO copying /tmp/.tmpMIfNqd/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 ...
102592026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.125 INFO O| Sep 04 17:21:12.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102602026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.125 INFO O| Sep 04 17:21:12.125 INFO ok!
102612026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.125 INFO O| Sep 04 17:21:12.125 INFO STEP 77 (ensure_file) COMPLETE
102622026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.125 INFO O| Sep 04 17:21:12.125 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.133 INFO O| Sep 04 17:21:12.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102642026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.133 INFO O| Sep 04 17:21:12.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102652026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.133 INFO O| Sep 04 17:21:12.133 INFO STEP 78 (ensure_dir) COMPLETE
102662026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.133 INFO O| Sep 04 17:21:12.133 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.140 INFO O| Sep 04 17:21:12.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102682026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.140 INFO O| Sep 04 17:21:12.140 INFO copying /tmp/.tmpMIfNqd/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 ...
102692026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.140 INFO O| Sep 04 17:21:12.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102702026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.140 INFO O| Sep 04 17:21:12.140 INFO ok!
102712026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.140 INFO O| Sep 04 17:21:12.140 INFO STEP 79 (ensure_file) COMPLETE
102722026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.140 INFO O| Sep 04 17:21:12.140 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.146 INFO O| Sep 04 17:21:12.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102742026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.146 INFO O| Sep 04 17:21:12.146 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102752026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.146 INFO O| Sep 04 17:21:12.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102762026-09-04T17:21:13.449Z[ host-image] Sep 04 17:21:12.146 INFO O| Sep 04 17:21:12.146 INFO ok!
102772026-09-04T17:21:13.450Z[ host-image] Sep 04 17:21:12.146 INFO O| Sep 04 17:21:12.146 INFO STEP 80 (ensure_file) COMPLETE
102782026-09-04T17:21:13.450Z[ host-image] Sep 04 17:21:12.146 INFO O| Sep 04 17:21:12.146 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-09-04T17:21:13.480Z[ host-image] Sep 04 17:21:12.155 INFO O| Sep 04 17:21:12.155 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102802026-09-04T17:21:13.480Z[ host-image] Sep 04 17:21:12.155 INFO O| Sep 04 17:21:12.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102812026-09-04T17:21:13.481Z[ host-image] Sep 04 17:21:12.155 INFO O| Sep 04 17:21:12.155 INFO STEP 81 (ensure_dir) COMPLETE
102822026-09-04T17:21:13.481Z[ host-image] Sep 04 17:21:12.155 INFO O| Sep 04 17:21:12.155 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-09-04T17:21:13.481Z[ host-image] Sep 04 17:21:12.161 INFO O| Sep 04 17:21:12.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102842026-09-04T17:21:13.481Z[ host-image] Sep 04 17:21:12.161 INFO O| Sep 04 17:21:12.161 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102852026-09-04T17:21:14.150Z[ host-image] Sep 04 17:21:12.860 INFO O| Sep 04 17:21:12.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102862026-09-04T17:21:14.150Z[ host-image] Sep 04 17:21:12.860 INFO O| Sep 04 17:21:12.860 INFO ok!
102872026-09-04T17:21:14.155Z[ host-image] Sep 04 17:21:12.860 INFO O| Sep 04 17:21:12.860 INFO STEP 82 (ensure_file) COMPLETE
102882026-09-04T17:21:14.155Z[ host-image] Sep 04 17:21:12.860 INFO O| Sep 04 17:21:12.860 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-09-04T17:21:14.159Z[ host-image] Sep 04 17:21:12.869 INFO O| Sep 04 17:21:12.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102902026-09-04T17:21:14.159Z[ host-image] Sep 04 17:21:12.869 INFO O| Sep 04 17:21:12.869 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102912026-09-04T17:21:14.492Z[ host-image] Sep 04 17:21:13.202 INFO O| Sep 04 17:21:13.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102922026-09-04T17:21:14.492Z[ host-image] Sep 04 17:21:13.202 INFO O| Sep 04 17:21:13.202 INFO ok!
102932026-09-04T17:21:14.492Z[ host-image] Sep 04 17:21:13.202 INFO O| Sep 04 17:21:13.202 INFO STEP 83 (ensure_file) COMPLETE
102942026-09-04T17:21:14.496Z[ host-image] Sep 04 17:21:13.202 INFO O| Sep 04 17:21:13.202 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-09-04T17:21:14.502Z[ host-image] Sep 04 17:21:13.212 INFO O| Sep 04 17:21:13.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102962026-09-04T17:21:14.502Z[ host-image] Sep 04 17:21:13.212 INFO O| Sep 04 17:21:13.212 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102972026-09-04T17:21:14.875Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
102982026-09-04T17:21:16.148Z[ host-image] Sep 04 17:21:14.858 INFO O| Sep 04 17:21:14.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102992026-09-04T17:21:16.148Z[ host-image] Sep 04 17:21:14.858 INFO O| Sep 04 17:21:14.857 INFO ok!
103002026-09-04T17:21:16.148Z[ host-image] Sep 04 17:21:14.858 INFO O| Sep 04 17:21:14.858 INFO STEP 84 (ensure_file) COMPLETE
103012026-09-04T17:21:16.152Z[ host-image] Sep 04 17:21:14.858 INFO O| Sep 04 17:21:14.858 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-09-04T17:21:16.158Z[ host-image] Sep 04 17:21:14.868 INFO O| Sep 04 17:21:14.868 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103032026-09-04T17:21:16.158Z[ host-image] Sep 04 17:21:14.868 INFO O| Sep 04 17:21:14.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103042026-09-04T17:21:16.158Z[ host-image] Sep 04 17:21:14.868 INFO O| Sep 04 17:21:14.868 INFO STEP 85 (ensure_dir) COMPLETE
103052026-09-04T17:21:16.158Z[ host-image] Sep 04 17:21:14.868 INFO O| Sep 04 17:21:14.868 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-09-04T17:21:16.169Z[ host-image] Sep 04 17:21:14.879 INFO O| Sep 04 17:21:14.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103072026-09-04T17:21:16.169Z[ host-image] Sep 04 17:21:14.879 INFO O| Sep 04 17:21:14.879 INFO copying /tmp/.tmpMIfNqd/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 ...
103082026-09-04T17:21:16.173Z[ host-image] Sep 04 17:21:14.879 INFO O| Sep 04 17:21:14.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103092026-09-04T17:21:16.173Z[ host-image] Sep 04 17:21:14.879 INFO O| Sep 04 17:21:14.879 INFO ok!
103102026-09-04T17:21:16.173Z[ host-image] Sep 04 17:21:14.879 INFO O| Sep 04 17:21:14.879 INFO STEP 86 (ensure_file) COMPLETE
103112026-09-04T17:21:16.174Z[ host-image] Sep 04 17:21:14.879 INFO O| Sep 04 17:21:14.879 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-09-04T17:21:16.180Z[ host-image] Sep 04 17:21:14.890 INFO O| Sep 04 17:21:14.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103132026-09-04T17:21:16.180Z[ host-image] Sep 04 17:21:14.890 INFO O| Sep 04 17:21:14.890 INFO copying /tmp/.tmpMIfNqd/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 ...
103142026-09-04T17:21:16.180Z[ host-image] Sep 04 17:21:14.890 INFO O| Sep 04 17:21:14.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103152026-09-04T17:21:16.180Z[ host-image] Sep 04 17:21:14.890 INFO O| Sep 04 17:21:14.890 INFO ok!
103162026-09-04T17:21:16.180Z[ host-image] Sep 04 17:21:14.890 INFO O| Sep 04 17:21:14.890 INFO STEP 87 (ensure_file) COMPLETE
103172026-09-04T17:21:16.184Z[ host-image] Sep 04 17:21:14.890 INFO O| Sep 04 17:21:14.890 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-09-04T17:21:16.191Z[ host-image] Sep 04 17:21:14.901 INFO O| Sep 04 17:21:14.901 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103192026-09-04T17:21:16.191Z[ host-image] Sep 04 17:21:14.901 INFO O| Sep 04 17:21:14.901 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103202026-09-04T17:21:16.195Z[ host-image] Sep 04 17:21:14.901 INFO O| Sep 04 17:21:14.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103212026-09-04T17:21:16.195Z[ host-image] Sep 04 17:21:14.901 INFO O| Sep 04 17:21:14.901 INFO ok!
103222026-09-04T17:21:16.195Z[ host-image] Sep 04 17:21:14.901 INFO O| Sep 04 17:21:14.901 INFO STEP 88 (ensure_file) COMPLETE
103232026-09-04T17:21:16.195Z[ host-image] Sep 04 17:21:14.901 INFO O| Sep 04 17:21:14.901 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-09-04T17:21:16.201Z[ host-image] Sep 04 17:21:14.911 INFO O| Sep 04 17:21:14.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103252026-09-04T17:21:16.202Z[ host-image] Sep 04 17:21:14.911 INFO O| Sep 04 17:21:14.911 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103262026-09-04T17:21:16.202Z[ host-image] Sep 04 17:21:14.911 INFO O| Sep 04 17:21:14.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103272026-09-04T17:21:16.202Z[ host-image] Sep 04 17:21:14.911 INFO O| Sep 04 17:21:14.911 INFO ok!
103282026-09-04T17:21:16.206Z[ host-image] Sep 04 17:21:14.911 INFO O| Sep 04 17:21:14.911 INFO STEP 89 (ensure_file) COMPLETE
103292026-09-04T17:21:16.206Z[ host-image] Sep 04 17:21:14.911 INFO O| Sep 04 17:21:14.911 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-09-04T17:21:16.211Z[ host-image] Sep 04 17:21:14.921 INFO O| Sep 04 17:21:14.921 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103312026-09-04T17:21:16.211Z[ host-image] Sep 04 17:21:14.921 INFO O| Sep 04 17:21:14.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103322026-09-04T17:21:16.211Z[ host-image] Sep 04 17:21:14.921 INFO O| Sep 04 17:21:14.921 INFO STEP 90 (ensure_dir) COMPLETE
103332026-09-04T17:21:16.215Z[ host-image] Sep 04 17:21:14.921 INFO O| Sep 04 17:21:14.921 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-09-04T17:21:16.221Z[ host-image] Sep 04 17:21:14.931 INFO O| Sep 04 17:21:14.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103352026-09-04T17:21:16.222Z[ host-image] Sep 04 17:21:14.931 INFO O| Sep 04 17:21:14.931 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103362026-09-04T17:21:16.476Z[ host-image] Sep 04 17:21:15.186 INFO O| Sep 04 17:21:15.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103372026-09-04T17:21:16.476Z[ host-image] Sep 04 17:21:15.186 INFO O| Sep 04 17:21:15.185 INFO ok!
103382026-09-04T17:21:16.476Z[ host-image] Sep 04 17:21:15.186 INFO O| Sep 04 17:21:15.185 INFO STEP 91 (ensure_file) COMPLETE
103392026-09-04T17:21:16.480Z[ host-image] Sep 04 17:21:15.186 INFO O| Sep 04 17:21:15.185 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-09-04T17:21:16.489Z[ host-image] Sep 04 17:21:15.197 INFO O| Sep 04 17:21:15.197 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103412026-09-04T17:21:16.489Z[ host-image] Sep 04 17:21:15.197 INFO O| Sep 04 17:21:15.197 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103422026-09-04T17:21:16.489Z[ host-image] Sep 04 17:21:15.197 INFO O| Sep 04 17:21:15.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103432026-09-04T17:21:16.489Z[ host-image] Sep 04 17:21:15.197 INFO O| Sep 04 17:21:15.197 INFO ok!
103442026-09-04T17:21:16.489Z[ host-image] Sep 04 17:21:15.197 INFO O| Sep 04 17:21:15.197 INFO STEP 92 (ensure_file) COMPLETE
103452026-09-04T17:21:16.493Z[ host-image] Sep 04 17:21:15.197 INFO O| Sep 04 17:21:15.197 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-09-04T17:21:16.497Z[ host-image] Sep 04 17:21:15.206 INFO O| Sep 04 17:21:15.206 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103472026-09-04T17:21:16.497Z[ host-image] Sep 04 17:21:15.206 INFO O| Sep 04 17:21:15.206 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103482026-09-04T17:21:17.368Z[ host-image] Sep 04 17:21:16.078 INFO O| Sep 04 17:21:16.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103492026-09-04T17:21:17.369Z[ host-image] Sep 04 17:21:16.078 INFO O| Sep 04 17:21:16.078 INFO ok!
103502026-09-04T17:21:17.369Z[ host-image] Sep 04 17:21:16.078 INFO O| Sep 04 17:21:16.078 INFO STEP 93 (ensure_file) COMPLETE
103512026-09-04T17:21:17.369Z[ host-image] Sep 04 17:21:16.078 INFO O| Sep 04 17:21:16.078 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-09-04T17:21:17.380Z[ host-image] Sep 04 17:21:16.089 INFO O| Sep 04 17:21:16.089 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103532026-09-04T17:21:17.380Z[ host-image] Sep 04 17:21:16.089 INFO O| Sep 04 17:21:16.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103542026-09-04T17:21:17.384Z[ host-image] Sep 04 17:21:16.089 INFO O| Sep 04 17:21:16.089 INFO STEP 94 (ensure_dir) COMPLETE
103552026-09-04T17:21:17.384Z[ host-image] Sep 04 17:21:16.089 INFO O| Sep 04 17:21:16.089 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-09-04T17:21:17.394Z[ host-image] Sep 04 17:21:16.098 INFO O| Sep 04 17:21:16.098 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103572026-09-04T17:21:17.395Z[ host-image] Sep 04 17:21:16.098 INFO O| Sep 04 17:21:16.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103582026-09-04T17:21:17.399Z[ host-image] Sep 04 17:21:16.098 INFO O| Sep 04 17:21:16.098 INFO STEP 95 (ensure_dir) COMPLETE
103592026-09-04T17:21:17.400Z[ host-image] Sep 04 17:21:16.098 INFO O| Sep 04 17:21:16.098 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-09-04T17:21:17.400Z[ host-image] Sep 04 17:21:16.106 INFO O| Sep 04 17:21:16.106 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103612026-09-04T17:21:17.400Z[ host-image] Sep 04 17:21:16.106 INFO O| Sep 04 17:21:16.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103622026-09-04T17:21:17.400Z[ host-image] Sep 04 17:21:16.106 INFO O| Sep 04 17:21:16.106 INFO STEP 96 (ensure_dir) COMPLETE
103632026-09-04T17:21:17.400Z[ host-image] Sep 04 17:21:16.106 INFO O| Sep 04 17:21:16.106 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-09-04T17:21:17.407Z[ host-image] Sep 04 17:21:16.117 INFO O| Sep 04 17:21:16.117 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103652026-09-04T17:21:17.407Z[ host-image] Sep 04 17:21:16.117 INFO O| Sep 04 17:21:16.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103662026-09-04T17:21:17.407Z[ host-image] Sep 04 17:21:16.117 INFO O| Sep 04 17:21:16.117 INFO STEP 97 (ensure_dir) COMPLETE
103672026-09-04T17:21:17.407Z[ host-image] Sep 04 17:21:16.117 INFO O| Sep 04 17:21:16.117 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-09-04T17:21:17.416Z[ host-image] Sep 04 17:21:16.126 INFO O| Sep 04 17:21:16.126 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103692026-09-04T17:21:17.416Z[ host-image] Sep 04 17:21:16.126 INFO O| Sep 04 17:21:16.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103702026-09-04T17:21:17.416Z[ host-image] Sep 04 17:21:16.126 INFO O| Sep 04 17:21:16.126 INFO STEP 98 (ensure_dir) COMPLETE
103712026-09-04T17:21:17.416Z[ host-image] Sep 04 17:21:16.126 INFO O| Sep 04 17:21:16.126 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-09-04T17:21:17.427Z[ host-image] Sep 04 17:21:16.136 INFO O| Sep 04 17:21:16.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103732026-09-04T17:21:17.427Z[ host-image] Sep 04 17:21:16.136 INFO O| Sep 04 17:21:16.136 INFO copying /tmp/.tmpMIfNqd/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 ...
103742026-09-04T17:21:17.427Z[ host-image] Sep 04 17:21:16.136 INFO O| Sep 04 17:21:16.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103752026-09-04T17:21:17.432Z[ host-image] Sep 04 17:21:16.136 INFO O| Sep 04 17:21:16.136 INFO ok!
103762026-09-04T17:21:17.432Z[ host-image] Sep 04 17:21:16.136 INFO O| Sep 04 17:21:16.136 INFO STEP 99 (ensure_file) COMPLETE
103772026-09-04T17:21:17.432Z[ host-image] Sep 04 17:21:16.136 INFO O| Sep 04 17:21:16.136 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-09-04T17:21:17.436Z[ host-image] Sep 04 17:21:16.145 INFO O| Sep 04 17:21:16.145 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103792026-09-04T17:21:17.436Z[ host-image] Sep 04 17:21:16.145 INFO O| Sep 04 17:21:16.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103802026-09-04T17:21:17.436Z[ host-image] Sep 04 17:21:16.145 INFO O| Sep 04 17:21:16.145 INFO STEP 100 (ensure_dir) COMPLETE
103812026-09-04T17:21:17.436Z[ host-image] Sep 04 17:21:16.145 INFO O| Sep 04 17:21:16.145 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-09-04T17:21:17.444Z[ host-image] Sep 04 17:21:16.154 INFO O| Sep 04 17:21:16.154 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103832026-09-04T17:21:17.445Z[ host-image] Sep 04 17:21:16.154 INFO O| Sep 04 17:21:16.154 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103842026-09-04T17:21:17.945Z[ host-image] Sep 04 17:21:16.654 INFO O| Sep 04 17:21:16.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103852026-09-04T17:21:17.945Z[ host-image] Sep 04 17:21:16.654 INFO O| Sep 04 17:21:16.654 INFO ok!
103862026-09-04T17:21:17.945Z[ host-image] Sep 04 17:21:16.654 INFO O| Sep 04 17:21:16.654 INFO STEP 101 (ensure_file) COMPLETE
103872026-09-04T17:21:17.945Z[ host-image] Sep 04 17:21:16.654 INFO O| Sep 04 17:21:16.654 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-09-04T17:21:17.953Z[ host-image] Sep 04 17:21:16.663 INFO O| Sep 04 17:21:16.663 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103892026-09-04T17:21:17.954Z[ host-image] Sep 04 17:21:16.663 INFO O| Sep 04 17:21:16.663 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103902026-09-04T17:21:17.958Z[ host-image] Sep 04 17:21:16.663 INFO O| Sep 04 17:21:16.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103912026-09-04T17:21:17.958Z[ host-image] Sep 04 17:21:16.663 INFO O| Sep 04 17:21:16.663 INFO ok!
103922026-09-04T17:21:17.958Z[ host-image] Sep 04 17:21:16.663 INFO O| Sep 04 17:21:16.663 INFO STEP 102 (ensure_file) COMPLETE
103932026-09-04T17:21:17.958Z[ host-image] Sep 04 17:21:16.663 INFO O| Sep 04 17:21:16.663 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-09-04T17:21:17.962Z[ host-image] Sep 04 17:21:16.672 INFO O| Sep 04 17:21:16.672 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103952026-09-04T17:21:17.962Z[ host-image] Sep 04 17:21:16.672 INFO O| Sep 04 17:21:16.672 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103962026-09-04T17:21:17.969Z[ host-image] Sep 04 17:21:16.678 INFO O| Sep 04 17:21:16.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103972026-09-04T17:21:17.969Z[ host-image] Sep 04 17:21:16.678 INFO O| Sep 04 17:21:16.678 INFO ok!
103982026-09-04T17:21:17.973Z[ host-image] Sep 04 17:21:16.678 INFO O| Sep 04 17:21:16.678 INFO STEP 103 (ensure_file) COMPLETE
103992026-09-04T17:21:17.973Z[ host-image] Sep 04 17:21:16.678 INFO O| Sep 04 17:21:16.678 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-09-04T17:21:17.976Z[ host-image] Sep 04 17:21:16.687 INFO O| Sep 04 17:21:16.687 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104012026-09-04T17:21:17.977Z[ host-image] Sep 04 17:21:16.687 INFO O| Sep 04 17:21:16.687 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104022026-09-04T17:21:17.980Z[ host-image] Sep 04 17:21:16.687 INFO O| Sep 04 17:21:16.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104032026-09-04T17:21:17.980Z[ host-image] Sep 04 17:21:16.687 INFO O| Sep 04 17:21:16.687 INFO ok!
104042026-09-04T17:21:17.980Z[ host-image] Sep 04 17:21:16.687 INFO O| Sep 04 17:21:16.687 INFO STEP 104 (ensure_file) COMPLETE
104052026-09-04T17:21:17.980Z[ host-image] Sep 04 17:21:16.687 INFO O| Sep 04 17:21:16.687 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-09-04T17:21:17.986Z[ host-image] Sep 04 17:21:16.696 INFO O| Sep 04 17:21:16.696 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104072026-09-04T17:21:17.986Z[ host-image] Sep 04 17:21:16.696 INFO O| Sep 04 17:21:16.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104082026-09-04T17:21:17.992Z[ host-image] Sep 04 17:21:16.696 INFO O| Sep 04 17:21:16.696 INFO STEP 105 (ensure_dir) COMPLETE
104092026-09-04T17:21:17.992Z[ host-image] Sep 04 17:21:16.696 INFO O| Sep 04 17:21:16.696 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-09-04T17:21:17.995Z[ host-image] Sep 04 17:21:16.705 INFO O| Sep 04 17:21:16.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104112026-09-04T17:21:17.995Z[ host-image] Sep 04 17:21:16.705 INFO O| Sep 04 17:21:16.705 INFO copying /tmp/.tmpMIfNqd/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 ...
104122026-09-04T17:21:18.362Z[ host-image] Sep 04 17:21:17.072 INFO O| Sep 04 17:21:17.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104132026-09-04T17:21:18.362Z[ host-image] Sep 04 17:21:17.072 INFO O| Sep 04 17:21:17.072 INFO ok!
104142026-09-04T17:21:18.362Z[ host-image] Sep 04 17:21:17.072 INFO O| Sep 04 17:21:17.072 INFO STEP 106 (ensure_file) COMPLETE
104152026-09-04T17:21:18.366Z[ host-image] Sep 04 17:21:17.072 INFO O| Sep 04 17:21:17.072 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-09-04T17:21:18.372Z[ host-image] Sep 04 17:21:17.082 INFO O| Sep 04 17:21:17.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104172026-09-04T17:21:18.372Z[ host-image] Sep 04 17:21:17.082 INFO O| Sep 04 17:21:17.082 INFO copying /tmp/.tmpMIfNqd/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 ...
104182026-09-04T17:21:18.376Z[ host-image] Sep 04 17:21:17.082 INFO O| Sep 04 17:21:17.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104192026-09-04T17:21:18.376Z[ host-image] Sep 04 17:21:17.082 INFO O| Sep 04 17:21:17.082 INFO ok!
104202026-09-04T17:21:18.376Z[ host-image] Sep 04 17:21:17.082 INFO O| Sep 04 17:21:17.082 INFO STEP 107 (ensure_file) COMPLETE
104212026-09-04T17:21:18.376Z[ host-image] Sep 04 17:21:17.082 INFO O| Sep 04 17:21:17.082 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-09-04T17:21:18.382Z[ host-image] Sep 04 17:21:17.092 INFO O| Sep 04 17:21:17.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104232026-09-04T17:21:18.382Z[ host-image] Sep 04 17:21:17.092 INFO O| Sep 04 17:21:17.092 INFO copying /tmp/.tmpMIfNqd/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 ...
104242026-09-04T17:21:18.382Z[ host-image] Sep 04 17:21:17.092 INFO O| Sep 04 17:21:17.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104252026-09-04T17:21:18.386Z[ host-image] Sep 04 17:21:17.092 INFO O| Sep 04 17:21:17.092 INFO ok!
104262026-09-04T17:21:18.386Z[ host-image] Sep 04 17:21:17.092 INFO O| Sep 04 17:21:17.092 INFO STEP 108 (ensure_file) COMPLETE
104272026-09-04T17:21:18.386Z[ host-image] Sep 04 17:21:17.092 INFO O| Sep 04 17:21:17.092 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-09-04T17:21:18.392Z[ host-image] Sep 04 17:21:17.102 INFO O| Sep 04 17:21:17.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104292026-09-04T17:21:18.392Z[ host-image] Sep 04 17:21:17.102 INFO O| Sep 04 17:21:17.102 INFO copying /tmp/.tmpMIfNqd/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 ...
104302026-09-04T17:21:18.395Z[ host-image] Sep 04 17:21:17.102 INFO O| Sep 04 17:21:17.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104312026-09-04T17:21:18.396Z[ host-image] Sep 04 17:21:17.102 INFO O| Sep 04 17:21:17.102 INFO ok!
104322026-09-04T17:21:18.396Z[ host-image] Sep 04 17:21:17.102 INFO O| Sep 04 17:21:17.102 INFO STEP 109 (ensure_file) COMPLETE
104332026-09-04T17:21:18.396Z[ host-image] Sep 04 17:21:17.102 INFO O| Sep 04 17:21:17.102 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-09-04T17:21:18.402Z[ host-image] Sep 04 17:21:17.112 INFO O| Sep 04 17:21:17.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104352026-09-04T17:21:18.402Z[ host-image] Sep 04 17:21:17.112 INFO O| Sep 04 17:21:17.112 INFO copying /tmp/.tmpMIfNqd/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 ...
104362026-09-04T17:21:18.402Z[ host-image] Sep 04 17:21:17.112 INFO O| Sep 04 17:21:17.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104372026-09-04T17:21:18.405Z[ host-image] Sep 04 17:21:17.112 INFO O| Sep 04 17:21:17.112 INFO ok!
104382026-09-04T17:21:18.405Z[ host-image] Sep 04 17:21:17.112 INFO O| Sep 04 17:21:17.112 INFO STEP 110 (ensure_file) COMPLETE
104392026-09-04T17:21:18.405Z[ host-image] Sep 04 17:21:17.112 INFO O| Sep 04 17:21:17.112 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-09-04T17:21:18.411Z[ host-image] Sep 04 17:21:17.121 INFO O| Sep 04 17:21:17.121 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104412026-09-04T17:21:18.415Z[ host-image] Sep 04 17:21:17.121 INFO O| Sep 04 17:21:17.121 INFO copying /tmp/.tmpMIfNqd/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 ...
104422026-09-04T17:21:18.415Z[ host-image] Sep 04 17:21:17.122 INFO O| Sep 04 17:21:17.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104432026-09-04T17:21:18.415Z[ host-image] Sep 04 17:21:17.122 INFO O| Sep 04 17:21:17.122 INFO ok!
104442026-09-04T17:21:18.415Z[ host-image] Sep 04 17:21:17.122 INFO O| Sep 04 17:21:17.122 INFO STEP 111 (ensure_file) COMPLETE
104452026-09-04T17:21:18.415Z[ host-image] Sep 04 17:21:17.122 INFO O| Sep 04 17:21:17.122 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-09-04T17:21:18.419Z[ host-image] Sep 04 17:21:17.130 INFO O| Sep 04 17:21:17.130 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104472026-09-04T17:21:18.420Z[ host-image] Sep 04 17:21:17.130 INFO O| Sep 04 17:21:17.130 INFO copying /tmp/.tmpMIfNqd/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 ...
104482026-09-04T17:21:18.423Z[ host-image] Sep 04 17:21:17.130 INFO O| Sep 04 17:21:17.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104492026-09-04T17:21:18.423Z[ host-image] Sep 04 17:21:17.130 INFO O| Sep 04 17:21:17.130 INFO ok!
104502026-09-04T17:21:18.423Z[ host-image] Sep 04 17:21:17.130 INFO O| Sep 04 17:21:17.130 INFO STEP 112 (ensure_file) COMPLETE
104512026-09-04T17:21:18.423Z[ host-image] Sep 04 17:21:17.130 INFO O| Sep 04 17:21:17.130 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-09-04T17:21:18.430Z[ host-image] Sep 04 17:21:17.139 INFO O| Sep 04 17:21:17.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104532026-09-04T17:21:18.430Z[ host-image] Sep 04 17:21:17.139 INFO O| Sep 04 17:21:17.139 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104542026-09-04T17:21:18.434Z[ host-image] Sep 04 17:21:17.139 INFO O| Sep 04 17:21:17.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104552026-09-04T17:21:18.434Z[ host-image] Sep 04 17:21:17.139 INFO O| Sep 04 17:21:17.139 INFO ok!
104562026-09-04T17:21:18.434Z[ host-image] Sep 04 17:21:17.139 INFO O| Sep 04 17:21:17.139 INFO STEP 113 (ensure_file) COMPLETE
104572026-09-04T17:21:18.434Z[ host-image] Sep 04 17:21:17.139 INFO O| Sep 04 17:21:17.139 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-09-04T17:21:18.439Z[ host-image] Sep 04 17:21:17.149 INFO O| Sep 04 17:21:17.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104592026-09-04T17:21:18.439Z[ host-image] Sep 04 17:21:17.149 INFO O| Sep 04 17:21:17.149 INFO copying /tmp/.tmpMIfNqd/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 ...
104602026-09-04T17:21:18.443Z[ host-image] Sep 04 17:21:17.149 INFO O| Sep 04 17:21:17.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104612026-09-04T17:21:18.443Z[ host-image] Sep 04 17:21:17.149 INFO O| Sep 04 17:21:17.149 INFO ok!
104622026-09-04T17:21:18.443Z[ host-image] Sep 04 17:21:17.149 INFO O| Sep 04 17:21:17.149 INFO STEP 114 (ensure_file) COMPLETE
104632026-09-04T17:21:18.443Z[ host-image] Sep 04 17:21:17.149 INFO O| Sep 04 17:21:17.149 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-09-04T17:21:18.448Z[ host-image] Sep 04 17:21:17.158 INFO O| Sep 04 17:21:17.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104652026-09-04T17:21:18.448Z[ host-image] Sep 04 17:21:17.158 INFO O| Sep 04 17:21:17.158 INFO copying /tmp/.tmpMIfNqd/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 ...
104662026-09-04T17:21:18.448Z[ host-image] Sep 04 17:21:17.158 INFO O| Sep 04 17:21:17.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104672026-09-04T17:21:18.448Z[ host-image] Sep 04 17:21:17.158 INFO O| Sep 04 17:21:17.158 INFO ok!
104682026-09-04T17:21:18.452Z[ host-image] Sep 04 17:21:17.158 INFO O| Sep 04 17:21:17.158 INFO STEP 115 (ensure_file) COMPLETE
104692026-09-04T17:21:18.452Z[ host-image] Sep 04 17:21:17.158 INFO O| Sep 04 17:21:17.158 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-09-04T17:21:18.458Z[ host-image] Sep 04 17:21:17.168 INFO O| Sep 04 17:21:17.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104712026-09-04T17:21:18.458Z[ host-image] Sep 04 17:21:17.168 INFO O| Sep 04 17:21:17.168 INFO copying /tmp/.tmpMIfNqd/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 ...
104722026-09-04T17:21:18.461Z[ host-image] Sep 04 17:21:17.168 INFO O| Sep 04 17:21:17.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104732026-09-04T17:21:18.461Z[ host-image] Sep 04 17:21:17.168 INFO O| Sep 04 17:21:17.168 INFO ok!
104742026-09-04T17:21:18.461Z[ host-image] Sep 04 17:21:17.168 INFO O| Sep 04 17:21:17.168 INFO STEP 116 (ensure_file) COMPLETE
104752026-09-04T17:21:18.462Z[ host-image] Sep 04 17:21:17.168 INFO O| Sep 04 17:21:17.168 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-09-04T17:21:18.467Z[ host-image] Sep 04 17:21:17.177 INFO O| Sep 04 17:21:17.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104772026-09-04T17:21:18.467Z[ host-image] Sep 04 17:21:17.177 INFO O| Sep 04 17:21:17.177 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104782026-09-04T17:21:18.470Z[ host-image] Sep 04 17:21:17.177 INFO O| Sep 04 17:21:17.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104792026-09-04T17:21:18.470Z[ host-image] Sep 04 17:21:17.177 INFO O| Sep 04 17:21:17.177 INFO ok!
104802026-09-04T17:21:18.470Z[ host-image] Sep 04 17:21:17.177 INFO O| Sep 04 17:21:17.177 INFO STEP 117 (ensure_file) COMPLETE
104812026-09-04T17:21:18.471Z[ host-image] Sep 04 17:21:17.177 INFO O| Sep 04 17:21:17.177 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-09-04T17:21:18.478Z[ host-image] Sep 04 17:21:17.187 INFO O| Sep 04 17:21:17.187 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104832026-09-04T17:21:18.478Z[ host-image] Sep 04 17:21:17.187 INFO O| Sep 04 17:21:17.187 INFO copying /tmp/.tmpMIfNqd/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 ...
104842026-09-04T17:21:18.481Z[ host-image] Sep 04 17:21:17.187 INFO O| Sep 04 17:21:17.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104852026-09-04T17:21:18.481Z[ host-image] Sep 04 17:21:17.187 INFO O| Sep 04 17:21:17.187 INFO ok!
104862026-09-04T17:21:18.482Z[ host-image] Sep 04 17:21:17.187 INFO O| Sep 04 17:21:17.187 INFO STEP 118 (ensure_file) COMPLETE
104872026-09-04T17:21:18.482Z[ host-image] Sep 04 17:21:17.187 INFO O| Sep 04 17:21:17.187 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-09-04T17:21:18.486Z[ host-image] Sep 04 17:21:17.196 INFO O| Sep 04 17:21:17.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104892026-09-04T17:21:18.486Z[ host-image] Sep 04 17:21:17.196 INFO O| Sep 04 17:21:17.196 INFO copying /tmp/.tmpMIfNqd/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 ...
104902026-09-04T17:21:18.489Z[ host-image] Sep 04 17:21:17.197 INFO O| Sep 04 17:21:17.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104912026-09-04T17:21:18.490Z[ host-image] Sep 04 17:21:17.197 INFO O| Sep 04 17:21:17.197 INFO ok!
104922026-09-04T17:21:18.490Z[ host-image] Sep 04 17:21:17.197 INFO O| Sep 04 17:21:17.197 INFO STEP 119 (ensure_file) COMPLETE
104932026-09-04T17:21:18.490Z[ host-image] Sep 04 17:21:17.197 INFO O| Sep 04 17:21:17.197 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-09-04T17:21:18.495Z[ host-image] Sep 04 17:21:17.205 INFO O| Sep 04 17:21:17.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104952026-09-04T17:21:18.495Z[ host-image] Sep 04 17:21:17.205 INFO O| Sep 04 17:21:17.205 INFO copying /tmp/.tmpMIfNqd/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 ...
104962026-09-04T17:21:18.498Z[ host-image] Sep 04 17:21:17.205 INFO O| Sep 04 17:21:17.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104972026-09-04T17:21:18.498Z[ host-image] Sep 04 17:21:17.205 INFO O| Sep 04 17:21:17.205 INFO ok!
104982026-09-04T17:21:18.499Z[ host-image] Sep 04 17:21:17.205 INFO O| Sep 04 17:21:17.205 INFO STEP 120 (ensure_file) COMPLETE
104992026-09-04T17:21:18.499Z[ host-image] Sep 04 17:21:17.205 INFO O| Sep 04 17:21:17.205 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-09-04T17:21:18.503Z[ host-image] Sep 04 17:21:17.214 INFO O| Sep 04 17:21:17.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105012026-09-04T17:21:18.503Z[ host-image] Sep 04 17:21:17.214 INFO O| Sep 04 17:21:17.214 INFO copying /tmp/.tmpMIfNqd/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 ...
105022026-09-04T17:21:18.507Z[ host-image] Sep 04 17:21:17.214 INFO O| Sep 04 17:21:17.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105032026-09-04T17:21:18.507Z[ host-image] Sep 04 17:21:17.214 INFO O| Sep 04 17:21:17.214 INFO ok!
105042026-09-04T17:21:18.507Z[ host-image] Sep 04 17:21:17.214 INFO O| Sep 04 17:21:17.214 INFO STEP 121 (ensure_file) COMPLETE
105052026-09-04T17:21:18.507Z[ host-image] Sep 04 17:21:17.214 INFO O| Sep 04 17:21:17.214 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-09-04T17:21:18.510Z[ host-image] Sep 04 17:21:17.221 INFO O| Sep 04 17:21:17.221 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105072026-09-04T17:21:18.510Z[ host-image] Sep 04 17:21:17.221 INFO O| Sep 04 17:21:17.221 INFO copying /tmp/.tmpMIfNqd/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 ...
105082026-09-04T17:21:18.516Z[ host-image] Sep 04 17:21:17.221 INFO O| Sep 04 17:21:17.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105092026-09-04T17:21:18.516Z[ host-image] Sep 04 17:21:17.221 INFO O| Sep 04 17:21:17.221 INFO ok!
105102026-09-04T17:21:18.516Z[ host-image] Sep 04 17:21:17.221 INFO O| Sep 04 17:21:17.221 INFO STEP 122 (ensure_file) COMPLETE
105112026-09-04T17:21:18.516Z[ host-image] Sep 04 17:21:17.221 INFO O| Sep 04 17:21:17.221 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-09-04T17:21:18.520Z[ host-image] Sep 04 17:21:17.228 INFO O| Sep 04 17:21:17.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105132026-09-04T17:21:18.520Z[ host-image] Sep 04 17:21:17.228 INFO O| Sep 04 17:21:17.228 INFO copying /tmp/.tmpMIfNqd/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 ...
105142026-09-04T17:21:18.520Z[ host-image] Sep 04 17:21:17.228 INFO O| Sep 04 17:21:17.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105152026-09-04T17:21:18.520Z[ host-image] Sep 04 17:21:17.228 INFO O| Sep 04 17:21:17.228 INFO ok!
105162026-09-04T17:21:18.520Z[ host-image] Sep 04 17:21:17.228 INFO O| Sep 04 17:21:17.228 INFO STEP 123 (ensure_file) COMPLETE
105172026-09-04T17:21:18.520Z[ host-image] Sep 04 17:21:17.228 INFO O| Sep 04 17:21:17.228 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-09-04T17:21:18.525Z[ host-image] Sep 04 17:21:17.235 INFO O| Sep 04 17:21:17.235 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105192026-09-04T17:21:18.525Z[ host-image] Sep 04 17:21:17.235 INFO O| Sep 04 17:21:17.235 INFO copying /tmp/.tmpMIfNqd/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 ...
105202026-09-04T17:21:18.529Z[ host-image] Sep 04 17:21:17.235 INFO O| Sep 04 17:21:17.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105212026-09-04T17:21:18.529Z[ host-image] Sep 04 17:21:17.235 INFO O| Sep 04 17:21:17.235 INFO ok!
105222026-09-04T17:21:18.529Z[ host-image] Sep 04 17:21:17.235 INFO O| Sep 04 17:21:17.235 INFO STEP 124 (ensure_file) COMPLETE
105232026-09-04T17:21:18.529Z[ host-image] Sep 04 17:21:17.235 INFO O| Sep 04 17:21:17.235 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-09-04T17:21:18.533Z[ host-image] Sep 04 17:21:17.242 INFO O| Sep 04 17:21:17.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105252026-09-04T17:21:18.533Z[ host-image] Sep 04 17:21:17.242 INFO O| Sep 04 17:21:17.242 INFO copying /tmp/.tmpMIfNqd/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 ...
105262026-09-04T17:21:18.533Z[ host-image] Sep 04 17:21:17.242 INFO O| Sep 04 17:21:17.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105272026-09-04T17:21:18.533Z[ host-image] Sep 04 17:21:17.242 INFO O| Sep 04 17:21:17.242 INFO ok!
105282026-09-04T17:21:18.533Z[ host-image] Sep 04 17:21:17.242 INFO O| Sep 04 17:21:17.242 INFO STEP 125 (ensure_file) COMPLETE
105292026-09-04T17:21:18.533Z[ host-image] Sep 04 17:21:17.242 INFO O| Sep 04 17:21:17.242 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-09-04T17:21:18.539Z[ host-image] Sep 04 17:21:17.249 INFO O| Sep 04 17:21:17.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105312026-09-04T17:21:18.539Z[ host-image] Sep 04 17:21:17.249 INFO O| Sep 04 17:21:17.249 INFO copying /tmp/.tmpMIfNqd/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 ...
105322026-09-04T17:21:18.543Z[ host-image] Sep 04 17:21:17.249 INFO O| Sep 04 17:21:17.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105332026-09-04T17:21:18.543Z[ host-image] Sep 04 17:21:17.249 INFO O| Sep 04 17:21:17.249 INFO ok!
105342026-09-04T17:21:18.543Z[ host-image] Sep 04 17:21:17.249 INFO O| Sep 04 17:21:17.249 INFO STEP 126 (ensure_file) COMPLETE
105352026-09-04T17:21:18.543Z[ host-image] Sep 04 17:21:17.249 INFO O| Sep 04 17:21:17.249 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-09-04T17:21:18.547Z[ host-image] Sep 04 17:21:17.256 INFO O| Sep 04 17:21:17.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105372026-09-04T17:21:18.547Z[ host-image] Sep 04 17:21:17.256 INFO O| Sep 04 17:21:17.256 INFO copying /tmp/.tmpMIfNqd/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 ...
105382026-09-04T17:21:18.547Z[ host-image] Sep 04 17:21:17.256 INFO O| Sep 04 17:21:17.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105392026-09-04T17:21:18.547Z[ host-image] Sep 04 17:21:17.256 INFO O| Sep 04 17:21:17.256 INFO ok!
105402026-09-04T17:21:18.547Z[ host-image] Sep 04 17:21:17.256 INFO O| Sep 04 17:21:17.256 INFO STEP 127 (ensure_file) COMPLETE
105412026-09-04T17:21:18.547Z[ host-image] Sep 04 17:21:17.256 INFO O| Sep 04 17:21:17.256 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-09-04T17:21:18.556Z[ host-image] Sep 04 17:21:17.266 INFO O| Sep 04 17:21:17.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105432026-09-04T17:21:18.556Z[ host-image] Sep 04 17:21:17.266 INFO O| Sep 04 17:21:17.266 INFO copying /tmp/.tmpMIfNqd/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 ...
105442026-09-04T17:21:18.559Z[ host-image] Sep 04 17:21:17.266 INFO O| Sep 04 17:21:17.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105452026-09-04T17:21:18.559Z[ host-image] Sep 04 17:21:17.266 INFO O| Sep 04 17:21:17.266 INFO ok!
105462026-09-04T17:21:18.559Z[ host-image] Sep 04 17:21:17.266 INFO O| Sep 04 17:21:17.266 INFO STEP 128 (ensure_file) COMPLETE
105472026-09-04T17:21:18.559Z[ host-image] Sep 04 17:21:17.266 INFO O| Sep 04 17:21:17.266 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-09-04T17:21:18.565Z[ host-image] Sep 04 17:21:17.275 INFO O| Sep 04 17:21:17.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105492026-09-04T17:21:18.565Z[ host-image] Sep 04 17:21:17.275 INFO O| Sep 04 17:21:17.274 INFO copying /tmp/.tmpMIfNqd/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 ...
105502026-09-04T17:21:18.569Z[ host-image] Sep 04 17:21:17.275 INFO O| Sep 04 17:21:17.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105512026-09-04T17:21:18.569Z[ host-image] Sep 04 17:21:17.275 INFO O| Sep 04 17:21:17.275 INFO ok!
105522026-09-04T17:21:18.569Z[ host-image] Sep 04 17:21:17.275 INFO O| Sep 04 17:21:17.275 INFO STEP 129 (ensure_file) COMPLETE
105532026-09-04T17:21:18.569Z[ host-image] Sep 04 17:21:17.275 INFO O| Sep 04 17:21:17.275 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-09-04T17:21:18.573Z[ host-image] Sep 04 17:21:17.283 INFO O| Sep 04 17:21:17.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105552026-09-04T17:21:18.573Z[ host-image] Sep 04 17:21:17.283 INFO O| Sep 04 17:21:17.283 INFO copying /tmp/.tmpMIfNqd/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 ...
105562026-09-04T17:21:18.577Z[ host-image] Sep 04 17:21:17.284 INFO O| Sep 04 17:21:17.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105572026-09-04T17:21:18.577Z[ host-image] Sep 04 17:21:17.284 INFO O| Sep 04 17:21:17.284 INFO ok!
105582026-09-04T17:21:18.577Z[ host-image] Sep 04 17:21:17.284 INFO O| Sep 04 17:21:17.284 INFO STEP 130 (ensure_file) COMPLETE
105592026-09-04T17:21:18.577Z[ host-image] Sep 04 17:21:17.284 INFO O| Sep 04 17:21:17.284 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-09-04T17:21:18.582Z[ host-image] Sep 04 17:21:17.292 INFO O| Sep 04 17:21:17.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105612026-09-04T17:21:18.582Z[ host-image] Sep 04 17:21:17.292 INFO O| Sep 04 17:21:17.292 INFO copying /tmp/.tmpMIfNqd/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 ...
105622026-09-04T17:21:18.585Z[ host-image] Sep 04 17:21:17.292 INFO O| Sep 04 17:21:17.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105632026-09-04T17:21:18.585Z[ host-image] Sep 04 17:21:17.292 INFO O| Sep 04 17:21:17.292 INFO ok!
105642026-09-04T17:21:18.585Z[ host-image] Sep 04 17:21:17.292 INFO O| Sep 04 17:21:17.292 INFO STEP 131 (ensure_file) COMPLETE
105652026-09-04T17:21:18.585Z[ host-image] Sep 04 17:21:17.292 INFO O| Sep 04 17:21:17.292 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-09-04T17:21:18.590Z[ host-image] Sep 04 17:21:17.300 INFO O| Sep 04 17:21:17.300 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105672026-09-04T17:21:18.590Z[ host-image] Sep 04 17:21:17.300 INFO O| Sep 04 17:21:17.300 INFO copying /tmp/.tmpMIfNqd/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 ...
105682026-09-04T17:21:18.593Z[ host-image] Sep 04 17:21:17.300 INFO O| Sep 04 17:21:17.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105692026-09-04T17:21:18.593Z[ host-image] Sep 04 17:21:17.300 INFO O| Sep 04 17:21:17.300 INFO ok!
105702026-09-04T17:21:18.593Z[ host-image] Sep 04 17:21:17.300 INFO O| Sep 04 17:21:17.300 INFO STEP 132 (ensure_file) COMPLETE
105712026-09-04T17:21:18.593Z[ host-image] Sep 04 17:21:17.300 INFO O| Sep 04 17:21:17.300 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-09-04T17:21:18.599Z[ host-image] Sep 04 17:21:17.308 INFO O| Sep 04 17:21:17.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105732026-09-04T17:21:18.602Z[ host-image] Sep 04 17:21:17.308 INFO O| Sep 04 17:21:17.308 INFO copying /tmp/.tmpMIfNqd/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 ...
105742026-09-04T17:21:18.602Z[ host-image] Sep 04 17:21:17.308 INFO O| Sep 04 17:21:17.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105752026-09-04T17:21:18.602Z[ host-image] Sep 04 17:21:17.308 INFO O| Sep 04 17:21:17.308 INFO ok!
105762026-09-04T17:21:18.602Z[ host-image] Sep 04 17:21:17.308 INFO O| Sep 04 17:21:17.308 INFO STEP 133 (ensure_file) COMPLETE
105772026-09-04T17:21:18.602Z[ host-image] Sep 04 17:21:17.308 INFO O| Sep 04 17:21:17.308 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-09-04T17:21:18.608Z[ host-image] Sep 04 17:21:17.318 INFO O| Sep 04 17:21:17.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105792026-09-04T17:21:18.608Z[ host-image] Sep 04 17:21:17.318 INFO O| Sep 04 17:21:17.318 INFO copying /tmp/.tmpMIfNqd/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 ...
105802026-09-04T17:21:18.611Z[ host-image] Sep 04 17:21:17.318 INFO O| Sep 04 17:21:17.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105812026-09-04T17:21:18.611Z[ host-image] Sep 04 17:21:17.318 INFO O| Sep 04 17:21:17.318 INFO ok!
105822026-09-04T17:21:18.611Z[ host-image] Sep 04 17:21:17.318 INFO O| Sep 04 17:21:17.318 INFO STEP 134 (ensure_file) COMPLETE
105832026-09-04T17:21:18.611Z[ host-image] Sep 04 17:21:17.318 INFO O| Sep 04 17:21:17.318 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-09-04T17:21:18.615Z[ host-image] Sep 04 17:21:17.325 INFO O| Sep 04 17:21:17.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105852026-09-04T17:21:18.615Z[ host-image] Sep 04 17:21:17.325 INFO O| Sep 04 17:21:17.325 INFO copying /tmp/.tmpMIfNqd/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 ...
105862026-09-04T17:21:18.618Z[ host-image] Sep 04 17:21:17.325 INFO O| Sep 04 17:21:17.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105872026-09-04T17:21:18.618Z[ host-image] Sep 04 17:21:17.325 INFO O| Sep 04 17:21:17.325 INFO ok!
105882026-09-04T17:21:18.618Z[ host-image] Sep 04 17:21:17.325 INFO O| Sep 04 17:21:17.325 INFO STEP 135 (ensure_file) COMPLETE
105892026-09-04T17:21:18.619Z[ host-image] Sep 04 17:21:17.325 INFO O| Sep 04 17:21:17.325 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-09-04T17:21:18.624Z[ host-image] Sep 04 17:21:17.334 INFO O| Sep 04 17:21:17.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105912026-09-04T17:21:18.627Z[ host-image] Sep 04 17:21:17.334 INFO O| Sep 04 17:21:17.334 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105922026-09-04T17:21:18.627Z[ host-image] Sep 04 17:21:17.334 INFO O| Sep 04 17:21:17.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105932026-09-04T17:21:18.627Z[ host-image] Sep 04 17:21:17.334 INFO O| Sep 04 17:21:17.334 INFO ok!
105942026-09-04T17:21:18.627Z[ host-image] Sep 04 17:21:17.334 INFO O| Sep 04 17:21:17.334 INFO STEP 136 (ensure_file) COMPLETE
105952026-09-04T17:21:18.627Z[ host-image] Sep 04 17:21:17.334 INFO O| Sep 04 17:21:17.334 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-09-04T17:21:18.632Z[ host-image] Sep 04 17:21:17.342 INFO O| Sep 04 17:21:17.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105972026-09-04T17:21:18.632Z[ host-image] Sep 04 17:21:17.342 INFO O| Sep 04 17:21:17.342 INFO copying /tmp/.tmpMIfNqd/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 ...
105982026-09-04T17:21:18.636Z[ host-image] Sep 04 17:21:17.342 INFO O| Sep 04 17:21:17.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105992026-09-04T17:21:18.636Z[ host-image] Sep 04 17:21:17.342 INFO O| Sep 04 17:21:17.342 INFO ok!
106002026-09-04T17:21:18.636Z[ host-image] Sep 04 17:21:17.342 INFO O| Sep 04 17:21:17.342 INFO STEP 137 (ensure_file) COMPLETE
106012026-09-04T17:21:18.636Z[ host-image] Sep 04 17:21:17.342 INFO O| Sep 04 17:21:17.342 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-09-04T17:21:18.639Z[ host-image] Sep 04 17:21:17.350 INFO O| Sep 04 17:21:17.350 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106032026-09-04T17:21:18.640Z[ host-image] Sep 04 17:21:17.350 INFO O| Sep 04 17:21:17.350 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106042026-09-04T17:21:18.643Z[ host-image] Sep 04 17:21:17.350 INFO O| Sep 04 17:21:17.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106052026-09-04T17:21:18.643Z[ host-image] Sep 04 17:21:17.350 INFO O| Sep 04 17:21:17.350 INFO ok!
106062026-09-04T17:21:18.643Z[ host-image] Sep 04 17:21:17.350 INFO O| Sep 04 17:21:17.350 INFO STEP 138 (ensure_file) COMPLETE
106072026-09-04T17:21:18.643Z[ host-image] Sep 04 17:21:17.350 INFO O| Sep 04 17:21:17.350 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-09-04T17:21:18.648Z[ host-image] Sep 04 17:21:17.358 INFO O| Sep 04 17:21:17.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106092026-09-04T17:21:18.648Z[ host-image] Sep 04 17:21:17.358 INFO O| Sep 04 17:21:17.358 INFO copying /tmp/.tmpMIfNqd/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106102026-09-04T17:21:20.206Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106112026-09-04T17:21:31.590Z[ host-image] Sep 04 17:21:30.300 INFO O| Sep 04 17:21:30.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106122026-09-04T17:21:31.590Z[ host-image] Sep 04 17:21:30.300 INFO O| Sep 04 17:21:30.300 INFO ok!
106132026-09-04T17:21:31.590Z[ host-image] Sep 04 17:21:30.300 INFO O| Sep 04 17:21:30.300 INFO STEP 139 (ensure_file) COMPLETE
106142026-09-04T17:21:31.594Z[ host-image] Sep 04 17:21:30.300 INFO O| Sep 04 17:21:30.300 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-09-04T17:21:31.599Z[ host-image] Sep 04 17:21:30.309 INFO O| Sep 04 17:21:30.309 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106162026-09-04T17:21:31.599Z[ host-image] Sep 04 17:21:30.309 INFO O| Sep 04 17:21:30.309 INFO STEP 140 (ensure_dir) COMPLETE
106172026-09-04T17:21:31.599Z[ host-image] Sep 04 17:21:30.309 INFO O| Sep 04 17:21:30.309 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-09-04T17:21:31.609Z[ host-image] Sep 04 17:21:30.318 INFO O| Sep 04 17:21:30.318 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106192026-09-04T17:21:31.609Z[ host-image] Sep 04 17:21:30.318 INFO O| Sep 04 17:21:30.318 INFO STEP 141 (ensure_dir) COMPLETE
106202026-09-04T17:21:31.613Z[ host-image] Sep 04 17:21:30.318 INFO O| Sep 04 17:21:30.318 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-09-04T17:21:31.618Z[ host-image] Sep 04 17:21:30.328 INFO O| Sep 04 17:21:30.328 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106222026-09-04T17:21:31.618Z[ host-image] Sep 04 17:21:30.328 INFO O| Sep 04 17:21:30.328 INFO STEP 142 (ensure_dir) COMPLETE
106232026-09-04T17:21:31.622Z[ host-image] Sep 04 17:21:30.328 INFO O| Sep 04 17:21:30.328 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-09-04T17:21:31.627Z[ host-image] Sep 04 17:21:30.337 INFO O| Sep 04 17:21:30.337 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106252026-09-04T17:21:31.627Z[ host-image] Sep 04 17:21:30.337 INFO O| Sep 04 17:21:30.337 INFO STEP 143 (ensure_dir) COMPLETE
106262026-09-04T17:21:31.631Z[ host-image] Sep 04 17:21:30.337 INFO O| Sep 04 17:21:30.337 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-09-04T17:21:31.636Z[ host-image] Sep 04 17:21:30.346 INFO O| Sep 04 17:21:30.346 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106282026-09-04T17:21:31.636Z[ host-image] Sep 04 17:21:30.346 INFO O| Sep 04 17:21:30.346 INFO copying /tmp/.tmpMIfNqd/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 ...
106292026-09-04T17:21:31.640Z[ host-image] Sep 04 17:21:30.346 INFO O| Sep 04 17:21:30.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106302026-09-04T17:21:31.640Z[ host-image] Sep 04 17:21:30.346 INFO O| Sep 04 17:21:30.346 INFO ok!
106312026-09-04T17:21:31.640Z[ host-image] Sep 04 17:21:30.346 INFO O| Sep 04 17:21:30.346 INFO STEP 144 (ensure_file) COMPLETE
106322026-09-04T17:21:31.640Z[ host-image] Sep 04 17:21:30.346 INFO O| Sep 04 17:21:30.346 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-09-04T17:21:31.644Z[ host-image] Sep 04 17:21:30.354 INFO O| Sep 04 17:21:30.354 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106342026-09-04T17:21:31.644Z[ host-image] Sep 04 17:21:30.354 INFO O| Sep 04 17:21:30.354 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106352026-09-04T17:21:31.644Z[ host-image] Sep 04 17:21:30.354 INFO O| Sep 04 17:21:30.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106362026-09-04T17:21:31.644Z[ host-image] Sep 04 17:21:30.354 INFO O| Sep 04 17:21:30.354 INFO STEP 145 (ensure_dir) COMPLETE
106372026-09-04T17:21:31.645Z[ host-image] Sep 04 17:21:30.354 INFO O| Sep 04 17:21:30.354 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-09-04T17:21:31.653Z[ host-image] Sep 04 17:21:30.362 INFO O| Sep 04 17:21:30.362 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106392026-09-04T17:21:31.653Z[ host-image] Sep 04 17:21:30.362 INFO O| Sep 04 17:21:30.362 INFO copying /tmp/.tmpMIfNqd/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106402026-09-04T17:21:31.657Z[ host-image] Sep 04 17:21:30.362 INFO O| Sep 04 17:21:30.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106412026-09-04T17:21:31.657Z[ host-image] Sep 04 17:21:30.362 INFO O| Sep 04 17:21:30.362 INFO ok!
106422026-09-04T17:21:31.657Z[ host-image] Sep 04 17:21:30.362 INFO O| Sep 04 17:21:30.362 INFO STEP 146 (ensure_file) COMPLETE
106432026-09-04T17:21:31.657Z[ host-image] Sep 04 17:21:30.363 INFO O| Sep 04 17:21:30.362 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-09-04T17:21:31.661Z[ host-image] Sep 04 17:21:30.369 INFO O| Sep 04 17:21:30.369 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106452026-09-04T17:21:31.661Z[ host-image] Sep 04 17:21:30.369 INFO O| Sep 04 17:21:30.369 INFO STEP 147 (remove_files) COMPLETE
106462026-09-04T17:21:31.661Z[ host-image] Sep 04 17:21:30.369 INFO O| Sep 04 17:21:30.369 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-09-04T17:21:31.667Z[ host-image] Sep 04 17:21:30.377 INFO O| Sep 04 17:21:30.377 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106482026-09-04T17:21:31.670Z[ host-image] Sep 04 17:21:30.377 INFO O| Sep 04 17:21:30.377 INFO STEP 148 (remove_files) COMPLETE
106492026-09-04T17:21:31.670Z[ host-image] Sep 04 17:21:30.377 INFO O| Sep 04 17:21:30.377 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-09-04T17:21:31.674Z[ host-image] Sep 04 17:21:30.383 INFO O| Sep 04 17:21:30.383 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106512026-09-04T17:21:31.674Z[ host-image] Sep 04 17:21:30.383 INFO O| Sep 04 17:21:30.383 INFO STEP 149 (remove_files) COMPLETE
106522026-09-04T17:21:31.674Z[ host-image] Sep 04 17:21:30.383 INFO O| Sep 04 17:21:30.383 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-09-04T17:21:31.683Z[ host-image] Sep 04 17:21:30.393 INFO O| Sep 04 17:21:30.393 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106542026-09-04T17:21:31.687Z[ host-image] Sep 04 17:21:30.393 INFO O| Sep 04 17:21:30.393 INFO STEP 150 (remove_files) COMPLETE
106552026-09-04T17:21:31.688Z[ host-image] Sep 04 17:21:30.393 INFO O| Sep 04 17:21:30.393 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-09-04T17:21:31.693Z[ host-image] Sep 04 17:21:30.403 INFO O| Sep 04 17:21:30.403 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106572026-09-04T17:21:31.697Z[ host-image] Sep 04 17:21:30.403 INFO O| Sep 04 17:21:30.403 INFO STEP 151 (remove_files) COMPLETE
106582026-09-04T17:21:31.697Z[ host-image] Sep 04 17:21:30.403 INFO O| Sep 04 17:21:30.403 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-09-04T17:21:31.701Z[ host-image] Sep 04 17:21:30.411 INFO O| Sep 04 17:21:30.411 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106602026-09-04T17:21:31.705Z[ host-image] Sep 04 17:21:30.411 INFO O| Sep 04 17:21:30.411 INFO STEP 152 (remove_files) COMPLETE
106612026-09-04T17:21:31.705Z[ host-image] Sep 04 17:21:30.411 INFO O| Sep 04 17:21:30.411 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-09-04T17:21:31.709Z[ host-image] Sep 04 17:21:30.418 INFO O| Sep 04 17:21:30.418 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106632026-09-04T17:21:31.709Z[ host-image] Sep 04 17:21:30.418 INFO O| Sep 04 17:21:30.418 INFO STEP 153 (remove_files) COMPLETE
106642026-09-04T17:21:31.709Z[ host-image] Sep 04 17:21:30.418 INFO O| Sep 04 17:21:30.418 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-09-04T17:21:31.714Z[ host-image] Sep 04 17:21:30.424 INFO O| Sep 04 17:21:30.424 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106662026-09-04T17:21:31.718Z[ host-image] Sep 04 17:21:30.425 INFO O| Sep 04 17:21:30.424 INFO STEP 154 (remove_files) COMPLETE
106672026-09-04T17:21:31.718Z[ host-image] Sep 04 17:21:30.425 INFO O| Sep 04 17:21:30.424 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-09-04T17:21:31.721Z[ host-image] Sep 04 17:21:30.431 INFO O| Sep 04 17:21:30.431 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106692026-09-04T17:21:31.722Z[ host-image] Sep 04 17:21:30.431 INFO O| Sep 04 17:21:30.431 INFO STEP 155 (remove_files) COMPLETE
106702026-09-04T17:21:31.722Z[ host-image] Sep 04 17:21:30.431 INFO O| Sep 04 17:21:30.431 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-09-04T17:21:31.728Z[ host-image] Sep 04 17:21:30.438 INFO O| Sep 04 17:21:30.438 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106722026-09-04T17:21:31.732Z[ host-image] Sep 04 17:21:30.438 INFO O| Sep 04 17:21:30.438 INFO STEP 156 (remove_files) COMPLETE
106732026-09-04T17:21:31.732Z[ host-image] Sep 04 17:21:30.438 INFO O| Sep 04 17:21:30.438 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-09-04T17:21:31.741Z[ host-image] Sep 04 17:21:30.449 INFO O| Sep 04 17:21:30.449 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106752026-09-04T17:21:31.741Z[ host-image] Sep 04 17:21:30.449 INFO O| Sep 04 17:21:30.449 INFO STEP 157 (remove_files) COMPLETE
106762026-09-04T17:21:31.741Z[ host-image] Sep 04 17:21:30.449 INFO O| Sep 04 17:21:30.449 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-09-04T17:21:31.749Z[ host-image] Sep 04 17:21:30.458 INFO O| Sep 04 17:21:30.458 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106782026-09-04T17:21:31.749Z[ host-image] Sep 04 17:21:30.459 INFO O| Sep 04 17:21:30.459 INFO STEP 158 (remove_files) COMPLETE
106792026-09-04T17:21:31.752Z[ host-image] Sep 04 17:21:30.459 INFO O| Sep 04 17:21:30.459 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-09-04T17:21:31.757Z[ host-image] Sep 04 17:21:30.467 INFO O| Sep 04 17:21:30.467 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106812026-09-04T17:21:31.761Z[ host-image] Sep 04 17:21:30.467 INFO O| Sep 04 17:21:30.467 INFO STEP 159 (remove_files) COMPLETE
106822026-09-04T17:21:31.761Z[ host-image] Sep 04 17:21:30.467 INFO O| Sep 04 17:21:30.467 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-09-04T17:21:31.766Z[ host-image] Sep 04 17:21:30.476 INFO O| Sep 04 17:21:30.476 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106842026-09-04T17:21:31.766Z[ host-image] Sep 04 17:21:30.476 INFO O| Sep 04 17:21:30.476 INFO STEP 160 (remove_files) COMPLETE
106852026-09-04T17:21:31.770Z[ host-image] Sep 04 17:21:30.476 INFO O| Sep 04 17:21:30.476 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-09-04T17:21:31.776Z[ host-image] Sep 04 17:21:30.486 INFO O| Sep 04 17:21:30.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106872026-09-04T17:21:31.776Z[ host-image] Sep 04 17:21:30.486 INFO O| Sep 04 17:21:30.486 INFO STEP 161 (remove_files) COMPLETE
106882026-09-04T17:21:31.781Z[ host-image] Sep 04 17:21:30.486 INFO O| Sep 04 17:21:30.486 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-09-04T17:21:31.785Z[ host-image] Sep 04 17:21:30.495 INFO O| Sep 04 17:21:30.495 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106902026-09-04T17:21:31.789Z[ host-image] Sep 04 17:21:30.495 INFO O| Sep 04 17:21:30.495 INFO STEP 162 (remove_files) COMPLETE
106912026-09-04T17:21:31.789Z[ host-image] Sep 04 17:21:30.495 INFO O| Sep 04 17:21:30.495 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-09-04T17:21:31.794Z[ host-image] Sep 04 17:21:30.504 INFO O| Sep 04 17:21:30.504 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106932026-09-04T17:21:31.798Z[ host-image] Sep 04 17:21:30.505 INFO O| Sep 04 17:21:30.505 INFO STEP 163 (remove_files) COMPLETE
106942026-09-04T17:21:31.798Z[ host-image] Sep 04 17:21:30.505 INFO O| Sep 04 17:21:30.505 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-09-04T17:21:31.804Z[ host-image] Sep 04 17:21:30.514 INFO O| Sep 04 17:21:30.514 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106962026-09-04T17:21:31.804Z[ host-image] Sep 04 17:21:30.514 INFO O| Sep 04 17:21:30.514 INFO STEP 164 (remove_files) COMPLETE
106972026-09-04T17:21:31.808Z[ host-image] Sep 04 17:21:30.514 INFO O| Sep 04 17:21:30.514 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-09-04T17:21:31.814Z[ host-image] Sep 04 17:21:30.524 INFO O| Sep 04 17:21:30.524 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106992026-09-04T17:21:31.818Z[ host-image] Sep 04 17:21:30.524 INFO O| Sep 04 17:21:30.524 INFO STEP 165 (remove_files) COMPLETE
107002026-09-04T17:21:31.818Z[ host-image] Sep 04 17:21:30.524 INFO O| Sep 04 17:21:30.524 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-09-04T17:21:31.824Z[ host-image] Sep 04 17:21:30.534 INFO O| Sep 04 17:21:30.534 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107022026-09-04T17:21:31.824Z[ host-image] Sep 04 17:21:30.534 INFO O| Sep 04 17:21:30.534 INFO STEP 166 (remove_files) COMPLETE
107032026-09-04T17:21:31.828Z[ host-image] Sep 04 17:21:30.534 INFO O| Sep 04 17:21:30.534 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-09-04T17:21:31.834Z[ host-image] Sep 04 17:21:30.544 INFO O| Sep 04 17:21:30.544 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107052026-09-04T17:21:31.837Z[ host-image] Sep 04 17:21:30.544 INFO O| Sep 04 17:21:30.544 INFO STEP 167 (remove_files) COMPLETE
107062026-09-04T17:21:31.837Z[ host-image] Sep 04 17:21:30.544 INFO O| Sep 04 17:21:30.544 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-09-04T17:21:31.843Z[ host-image] Sep 04 17:21:30.553 INFO O| Sep 04 17:21:30.553 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107082026-09-04T17:21:31.847Z[ host-image] Sep 04 17:21:30.553 INFO O| Sep 04 17:21:30.553 INFO STEP 168 (remove_files) COMPLETE
107092026-09-04T17:21:31.847Z[ host-image] Sep 04 17:21:30.553 INFO O| Sep 04 17:21:30.553 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-09-04T17:21:31.853Z[ host-image] Sep 04 17:21:30.563 INFO O| Sep 04 17:21:30.563 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107112026-09-04T17:21:31.856Z[ host-image] Sep 04 17:21:30.563 INFO O| Sep 04 17:21:30.563 INFO STEP 169 (remove_files) COMPLETE
107122026-09-04T17:21:31.856Z[ host-image] Sep 04 17:21:30.563 INFO O| Sep 04 17:21:30.563 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-09-04T17:21:31.862Z[ host-image] Sep 04 17:21:30.572 INFO O| Sep 04 17:21:30.572 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107142026-09-04T17:21:31.865Z[ host-image] Sep 04 17:21:30.572 INFO O| Sep 04 17:21:30.572 INFO STEP 170 (remove_files) COMPLETE
107152026-09-04T17:21:31.866Z[ host-image] Sep 04 17:21:30.572 INFO O| Sep 04 17:21:30.572 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-09-04T17:21:31.871Z[ host-image] Sep 04 17:21:30.581 INFO O| Sep 04 17:21:30.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107172026-09-04T17:21:31.875Z[ host-image] Sep 04 17:21:30.581 INFO O| Sep 04 17:21:30.581 INFO STEP 171 (remove_files) COMPLETE
107182026-09-04T17:21:31.875Z[ host-image] Sep 04 17:21:30.581 INFO O| Sep 04 17:21:30.581 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-09-04T17:21:31.881Z[ host-image] Sep 04 17:21:30.590 INFO O| Sep 04 17:21:30.590 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107202026-09-04T17:21:31.881Z[ host-image] Sep 04 17:21:30.590 INFO O| Sep 04 17:21:30.590 INFO STEP 172 (remove_files) COMPLETE
107212026-09-04T17:21:31.885Z[ host-image] Sep 04 17:21:30.590 INFO O| Sep 04 17:21:30.590 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-09-04T17:21:31.890Z[ host-image] Sep 04 17:21:30.600 INFO O| Sep 04 17:21:30.600 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107232026-09-04T17:21:31.894Z[ host-image] Sep 04 17:21:30.601 INFO O| Sep 04 17:21:30.601 INFO STEP 173 (remove_files) COMPLETE
107242026-09-04T17:21:31.894Z[ host-image] Sep 04 17:21:30.601 INFO O| Sep 04 17:21:30.601 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-09-04T17:21:31.901Z[ host-image] Sep 04 17:21:30.610 INFO O| Sep 04 17:21:30.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107262026-09-04T17:21:31.901Z[ host-image] Sep 04 17:21:30.610 INFO O| Sep 04 17:21:30.610 INFO STEP 174 (remove_files) COMPLETE
107272026-09-04T17:21:31.901Z[ host-image] Sep 04 17:21:30.610 INFO O| Sep 04 17:21:30.610 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-09-04T17:21:31.912Z[ host-image] Sep 04 17:21:30.620 INFO O| Sep 04 17:21:30.620 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107292026-09-04T17:21:31.912Z[ host-image] Sep 04 17:21:30.620 INFO O| Sep 04 17:21:30.620 INFO STEP 175 (remove_files) COMPLETE
107302026-09-04T17:21:31.916Z[ host-image] Sep 04 17:21:30.620 INFO O| Sep 04 17:21:30.620 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107312026-09-04T17:21:31.924Z[ host-image] Sep 04 17:21:30.633 INFO O| Sep 04 17:21:30.633 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107322026-09-04T17:21:31.928Z[ host-image] Sep 04 17:21:30.633 INFO O| Sep 04 17:21:30.633 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107332026-09-04T17:21:38.276Z[ host-image] Sep 04 17:21:36.985 INFO O| Sep 04 17:21:36.985 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
107342026-09-04T17:21:38.281Z[ host-image] Sep 04 17:21:36.986 INFO O| Sep 04 17:21:36.986 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107352026-09-04T17:21:38.288Z[ host-image] Sep 04 17:21:36.998 INFO O| Sep 04 17:21:36.998 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107362026-09-04T17:21:38.391Z[ host-image] Sep 04 17:21:37.099 INFO O| Sep 04 17:21:37.098 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107372026-09-04T17:21:38.445Z[ host-image] Sep 04 17:21:37.155 INFO O| Sep 04 17:21:37.155 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107382026-09-04T17:21:38.512Z[ host-image] Sep 04 17:21:37.222 INFO O| Sep 04 17:21:37.222 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107392026-09-04T17:21:38.512Z[ host-image] Sep 04 17:21:37.222 INFO O| Sep 04 17:21:37.222 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107402026-09-04T17:21:38.517Z[ host-image] Sep 04 17:21:37.223 INFO O| Sep 04 17:21:37.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107412026-09-04T17:21:38.517Z[ host-image] Sep 04 17:21:37.223 INFO O| Sep 04 17:21:37.223 INFO ok!
107422026-09-04T17:21:38.517Z[ host-image] Sep 04 17:21:37.223 INFO O| Sep 04 17:21:37.223 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107432026-09-04T17:21:38.517Z[ host-image] Sep 04 17:21:37.223 INFO O| Sep 04 17:21:37.223 INFO STEP 176 (seed_smf) COMPLETE
107442026-09-04T17:21:38.517Z[ host-image] Sep 04 17:21:37.223 INFO O| Sep 04 17:21:37.223 INFO steps complete; finalising image!
107452026-09-04T17:21:38.517Z[ host-image] Sep 04 17:21:37.223 INFO O| Sep 04 17:21:37.223 INFO TRIM POOL: TEMPORARY-sled-zfs
107462026-09-04T17:21:38.591Z[ host-image] Sep 04 17:21:37.300 INFO O| Sep 04 17:21:37.300 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Fri Sep 4 17:21:37 2026)
107472026-09-04T17:21:38.806Z[ host-image] Sep 04 17:21:37.515 INFO O| Sep 04 17:21:37.515 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107482026-09-04T17:21:38.807Z[ host-image] Sep 04 17:21:37.515 INFO O| Sep 04 17:21:37.515 INFO EXPORT POOL: TEMPORARY-sled-zfs
107492026-09-04T17:21:39.143Z[ host-image] Sep 04 17:21:37.853 INFO O| Sep 04 17:21:37.852 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107502026-09-04T17:21:39.143Z[ host-image] Sep 04 17:21:37.853 INFO O| Sep 04 17:21:37.853 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107512026-09-04T17:21:40.084Z[ host-image] Sep 04 17:21:38.789 INFO O| Sep 04 17:21:38.789 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107522026-09-04T17:21:40.084Z[ host-image] Sep 04 17:21:38.789 INFO O| Sep 04 17:21:38.789 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107532026-09-04T17:21:40.084Z[ host-image] Sep 04 17:21:38.789 INFO O| Sep 04 17:21:38.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107542026-09-04T17:21:40.084Z[ host-image] Sep 04 17:21:38.789 INFO O| Sep 04 17:21:38.789 INFO completed processing sled/zfs
107552026-09-04T17:21:40.084Z[ host-image] Sep 04 17:21:38.789 INFO O| Sep 04 17:21:38.789 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107562026-09-04T17:21:46.442Z[ recovery-image] Sep 04 17:21:45.152 INFO O| ok, image written!
107572026-09-04T17:21:46.442Z[ recovery-image] Sep 04 17:21:45.152 INFO O| ok, boot_image_csum file written!
107582026-09-04T17:21:46.446Z[ recovery-image] Sep 04 17:21:45.154 INFO creating boot archive (CPIO)...
107592026-09-04T17:21:46.446Z[ recovery-image] Sep 04 17:21:45.154 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
107602026-09-04T17:21:46.450Z[ recovery-image] Sep 04 17:21:45.158 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
107612026-09-04T17:21:46.450Z[ recovery-image] Sep 04 17:21:45.158 INFO E| + outfile=/work/os-recovery/cpio
107622026-09-04T17:21:46.450Z[ recovery-image] Sep 04 17:21:45.158 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
107632026-09-04T17:21:46.454Z[ recovery-image] Sep 04 17:21:45.160 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
107642026-09-04T17:21:46.454Z[ recovery-image] Sep 04 17:21:45.161 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
107652026-09-04T17:21:46.476Z[ recovery-image] Sep 04 17:21:45.186 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
107662026-09-04T17:21:46.481Z[ recovery-image] Sep 04 17:21:45.186 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
107672026-09-04T17:21:46.485Z[ recovery-image] Sep 04 17:21:45.191 INFO creating compressed cpio/unix for dev loaders...
107682026-09-04T17:21:46.485Z[ recovery-image] Sep 04 17:21:45.191 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
107692026-09-04T17:21:47.244Z[ recovery-image] Sep 04 17:21:45.418 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
107702026-09-04T17:21:49.982Z[ recovery-image] Sep 04 17:21:48.691 INFO creating reset image...
107712026-09-04T17:21:49.982Z[ recovery-image] Sep 04 17:21:48.691 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")
107722026-09-04T17:21:50.186Z[ recovery-image] Sep 04 17:21:48.896 INFO E| Updating crates.io index
107732026-09-04T17:21:50.275Z[ recovery-image] Sep 04 17:21:48.985 INFO E| Downloading crates ...
107742026-09-04T17:21:50.319Z[ recovery-image] Sep 04 17:21:49.028 INFO E| Downloaded colorchoice v1.0.5
107752026-09-04T17:21:50.322Z[ recovery-image] Sep 04 17:21:49.030 INFO E| Downloaded sigchld v0.2.4
107762026-09-04T17:21:50.325Z[ recovery-image] Sep 04 17:21:49.036 INFO E| Downloaded clap_lex v1.1.0
107772026-09-04T17:21:50.329Z[ recovery-image] Sep 04 17:21:49.037 INFO E| Downloaded shared_thread v0.2.0
107782026-09-04T17:21:50.329Z[ recovery-image] Sep 04 17:21:49.038 INFO E| Downloaded os_pipe v1.2.3
107792026-09-04T17:21:50.329Z[ recovery-image] Sep 04 17:21:49.039 INFO E| Downloaded duct v1.1.1
107802026-09-04T17:21:50.333Z[ recovery-image] Sep 04 17:21:49.040 INFO E| Downloaded shared_child v1.1.1
107812026-09-04T17:21:50.363Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling libc v0.2.186
107822026-09-04T17:21:50.363Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling proc-macro2 v1.0.106
107832026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling signal-hook v0.3.18
107842026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling unicode-ident v1.0.24
107852026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling quote v1.0.45
107862026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling utf8parse v0.2.2
107872026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling anstyle v1.0.14
107882026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling anstyle-query v1.1.5
107892026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling is_terminal_polyfill v1.70.2
107902026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling colorchoice v1.0.5
107912026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling heck v0.5.0
107922026-09-04T17:21:50.367Z[ recovery-image] Sep 04 17:21:49.073 INFO E| Compiling strsim v0.11.1
107932026-09-04T17:21:50.373Z[ recovery-image] Sep 04 17:21:49.083 INFO E| Compiling clap_lex v1.1.0
107942026-09-04T17:21:50.377Z[ recovery-image] Sep 04 17:21:49.084 INFO E| Compiling shared_thread v0.2.0
107952026-09-04T17:21:50.482Z[ recovery-image] Sep 04 17:21:49.191 INFO E| Compiling anstyle-parse v1.0.0
107962026-09-04T17:21:50.621Z[ recovery-image] Sep 04 17:21:49.330 INFO E| Compiling anstream v1.0.0
107972026-09-04T17:21:50.812Z[ recovery-image] Sep 04 17:21:49.521 INFO E| Compiling clap_builder v4.6.0
107982026-09-04T17:21:51.066Z[ recovery-image] Sep 04 17:21:49.775 INFO E| Compiling errno v0.3.14
107992026-09-04T17:21:51.066Z[ recovery-image] Sep 04 17:21:49.775 INFO E| Compiling os_pipe v1.2.3
108002026-09-04T17:21:51.159Z[ recovery-image] Sep 04 17:21:49.868 INFO E| Compiling signal-hook-registry v1.4.8
108012026-09-04T17:21:51.683Z[ recovery-image] Sep 04 17:21:50.067 INFO E| Compiling syn v2.0.117
108022026-09-04T17:21:51.688Z[ recovery-image] Sep 04 17:21:50.123 INFO E| Compiling sigchld v0.2.4
108032026-09-04T17:21:51.688Z[ recovery-image] Sep 04 17:21:50.210 INFO E| Compiling shared_child v1.1.1
108042026-09-04T17:21:51.688Z[ recovery-image] Sep 04 17:21:50.315 INFO E| Compiling duct v1.1.1
108052026-09-04T17:21:53.257Z[ recovery-image] Sep 04 17:21:51.966 INFO E| Compiling clap_derive v4.6.1
108062026-09-04T17:21:53.476Z[ host-image] Sep 04 17:21:52.186 INFO O| Sep 04 17:21:52.186 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108072026-09-04T17:21:53.568Z[ host-image] Sep 04 17:21:52.278 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
108082026-09-04T17:21:53.568Z[ host-image] Sep 04 17:21:52.278 INFO expanded image name: "ci d612168/${os_short_commit} 2026-09-04 17:06" -> "ci d612168/0e29ea8 2026-09-04 17:06"
108092026-09-04T17:21:53.571Z[ host-image] Sep 04 17:21:52.278 INFO output artefacts stored in: "/work/os-host"
108102026-09-04T17:21:53.572Z[ host-image] Sep 04 17:21:52.278 INFO collecting git info from project "pinprick"...
108112026-09-04T17:21:53.575Z[ host-image] Sep 04 17:21:52.284 INFO collecting git info from project "pilot"...
108122026-09-04T17:21:53.578Z[ host-image] Sep 04 17:21:52.288 INFO collecting git info from project "amd-host-image-builder"...
108132026-09-04T17:21:53.582Z[ host-image] Sep 04 17:21:52.292 INFO collecting git info from project "phbl"...
108142026-09-04T17:21:53.585Z[ host-image] Sep 04 17:21:52.296 INFO collecting git info from project "dmar-report"...
108152026-09-04T17:21:53.589Z[ host-image] Sep 04 17:21:52.299 INFO collecting git info from project "chelsio-t6-roms"...
108162026-09-04T17:21:53.592Z[ host-image] Sep 04 17:21:52.303 INFO collecting git info from project "bootserver"...
108172026-09-04T17:21:53.596Z[ host-image] Sep 04 17:21:52.306 INFO collecting git info from project "image-builder"...
108182026-09-04T17:21:53.599Z[ host-image] Sep 04 17:21:52.309 INFO collecting git info from project "amd-firmware"...
108192026-09-04T17:21:53.608Z[ host-image] Sep 04 17:21:52.318 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108202026-09-04T17:21:53.905Z[ host-image] Sep 04 17:21:52.615 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108212026-09-04T17:21:54.196Z[ host-image] Sep 04 17:21:52.905 INFO creating Oxide boot image...
108222026-09-04T17:21:54.196Z[ host-image] Sep 04 17:21:52.905 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci d612168/0e29ea8 2026-09-04 17:06", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108232026-09-04T17:21:54.448Z[ recovery-image] Sep 04 17:21:53.158 INFO E| Compiling clap v4.6.1
108242026-09-04T17:21:54.499Z[ recovery-image] Sep 04 17:21:53.208 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
108252026-09-04T17:21:55.048Z[ host-image] Sep 04 17:21:53.758 INFO O| ok, image written!
108262026-09-04T17:21:55.048Z[ host-image] Sep 04 17:21:53.758 INFO O| ok, boot_image_csum file written!
108272026-09-04T17:21:55.051Z[ host-image] Sep 04 17:21:53.760 INFO creating boot archive (CPIO)...
108282026-09-04T17:21:55.052Z[ host-image] Sep 04 17:21:53.760 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
108292026-09-04T17:21:55.055Z[ host-image] Sep 04 17:21:53.763 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108302026-09-04T17:21:55.055Z[ host-image] Sep 04 17:21:53.763 INFO E| + outfile=/work/os-host/cpio
108312026-09-04T17:21:55.055Z[ host-image] Sep 04 17:21:53.763 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108322026-09-04T17:21:55.058Z[ host-image] Sep 04 17:21:53.765 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108332026-09-04T17:21:55.058Z[ host-image] Sep 04 17:21:53.765 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108342026-09-04T17:21:55.081Z[ host-image] Sep 04 17:21:53.791 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108352026-09-04T17:21:55.084Z[ host-image] Sep 04 17:21:53.791 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108362026-09-04T17:21:55.087Z[ host-image] Sep 04 17:21:53.797 INFO creating compressed cpio/unix for dev loaders...
108372026-09-04T17:21:55.087Z[ host-image] Sep 04 17:21:53.797 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
108382026-09-04T17:21:55.291Z[ recovery-image] Sep 04 17:21:54.000 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
108392026-09-04T17:21:55.296Z[ recovery-image] Sep 04 17:21:54.006 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
108402026-09-04T17:21:55.312Z[ host-image] Sep 04 17:21:54.022 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108412026-09-04T17:21:55.508Z[ recovery-image] Sep 04 17:21:54.217 INFO E| Downloading crates ...
108422026-09-04T17:21:55.561Z[ recovery-image] Sep 04 17:21:54.271 INFO E| Downloaded raw-cpuid v10.7.0
108432026-09-04T17:21:55.566Z[ recovery-image] Sep 04 17:21:54.275 INFO E| Downloaded bit_field v0.10.3
108442026-09-04T17:21:55.569Z[ recovery-image] Sep 04 17:21:54.278 INFO E| Downloaded bitstruct_derive v0.1.0
108452026-09-04T17:21:55.569Z[ recovery-image] Sep 04 17:21:54.279 INFO E| Downloaded cpio_reader v0.1.2
108462026-09-04T17:21:55.572Z[ recovery-image] Sep 04 17:21:54.281 INFO E| Downloaded bitflags v2.13.0
108472026-09-04T17:21:55.575Z[ recovery-image] Sep 04 17:21:54.284 INFO E| Downloaded bitstruct v0.1.1
108482026-09-04T17:21:55.583Z[ recovery-image] Sep 04 17:21:54.293 INFO E| Downloaded log v0.4.32
108492026-09-04T17:21:55.588Z[ recovery-image] Sep 04 17:21:54.298 INFO E| Downloaded miniz_oxide v0.9.1
108502026-09-04T17:21:55.616Z[ recovery-image] Sep 04 17:21:54.326 INFO E| Downloaded goblin v0.10.7
108512026-09-04T17:21:55.729Z[ recovery-image] Sep 04 17:21:54.439 INFO E| Downloaded x86 v0.52.0
108522026-09-04T17:21:55.762Z[ recovery-image] Sep 04 17:21:54.472 INFO E| Updating crates.io index
108532026-09-04T17:21:55.893Z[ recovery-image] Sep 04 17:21:54.603 INFO E| Downloading crates ...
108542026-09-04T17:21:55.919Z[ recovery-image] Sep 04 17:21:54.629 INFO E| Downloaded hashbrown v0.17.1
108552026-09-04T17:21:55.922Z[ recovery-image] Sep 04 17:21:54.632 INFO E| Downloaded rustc-literal-escaper v0.0.7
108562026-09-04T17:21:55.962Z[ recovery-image] Sep 04 17:21:54.672 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)
108572026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 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)
108582026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 INFO E| Compiling proc-macro2 v1.0.106
108592026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 INFO E| Compiling quote v1.0.45
108602026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 INFO E| Compiling unicode-ident v1.0.24
108612026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 INFO E| Compiling syn v1.0.109
108622026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 INFO E| Compiling x86 v0.52.0
108632026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108642026-09-04T17:21:55.965Z[ recovery-image] Sep 04 17:21:54.672 INFO E| Compiling seq-macro v0.3.6
108652026-09-04T17:21:56.886Z[ recovery-image] Sep 04 17:21:55.596 INFO E| Compiling syn v2.0.117
108662026-09-04T17:21:58.157Z[ recovery-image] Sep 04 17:21:56.867 INFO E| Compiling scroll_derive v0.13.1
108672026-09-04T17:21:58.590Z[ host-image] Sep 04 17:21:57.299 INFO creating reset image...
108682026-09-04T17:21:58.590Z[ host-image] Sep 04 17:21:57.299 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")
108692026-09-04T17:21:58.661Z[ host-image] Sep 04 17:21:57.369 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108702026-09-04T17:21:58.666Z[ host-image] Sep 04 17:21:57.371 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108712026-09-04T17:21:58.975Z[ host-image] Sep 04 17:21:57.681 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)
108722026-09-04T17:21:58.975Z[ host-image] Sep 04 17:21:57.681 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)
108732026-09-04T17:21:58.980Z[ host-image] Sep 04 17:21:57.681 INFO E| Compiling proc-macro2 v1.0.106
108742026-09-04T17:21:58.980Z[ host-image] Sep 04 17:21:57.681 INFO E| Compiling quote v1.0.45
108752026-09-04T17:21:58.980Z[ host-image] Sep 04 17:21:57.681 INFO E| Compiling unicode-ident v1.0.24
108762026-09-04T17:21:58.981Z[ host-image] Sep 04 17:21:57.681 INFO E| Compiling syn v1.0.109
108772026-09-04T17:21:58.981Z[ host-image] Sep 04 17:21:57.682 INFO E| Compiling x86 v0.52.0
108782026-09-04T17:21:58.981Z[ host-image] Sep 04 17:21:57.682 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108792026-09-04T17:21:58.981Z[ host-image] Sep 04 17:21:57.682 INFO E| Compiling seq-macro v0.3.6
108802026-09-04T17:21:59.207Z[ recovery-image] Sep 04 17:21:57.916 INFO E| Compiling bitstruct_derive v0.1.0
108812026-09-04T17:21:59.935Z[ host-image] Sep 04 17:21:58.645 INFO E| Compiling syn v2.0.117
108822026-09-04T17:22:01.237Z[ host-image] Sep 04 17:21:59.946 INFO E| Compiling scroll_derive v0.13.1
108832026-09-04T17:22:02.236Z[ host-image] Sep 04 17:22:00.946 INFO E| Compiling bitstruct_derive v0.1.0
108842026-09-04T17:22:09.037Z[ recovery-image] Sep 04 17:22:07.747 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)
108852026-09-04T17:22:11.412Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling bitflags v1.3.2
108862026-09-04T17:22:11.412Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling plain v0.2.3
108872026-09-04T17:22:11.416Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling bitflags v2.13.0
108882026-09-04T17:22:11.416Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling bit_field v0.10.3
108892026-09-04T17:22:11.416Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling log v0.4.32
108902026-09-04T17:22:11.416Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling scroll v0.13.0
108912026-09-04T17:22:11.416Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling adler2 v2.0.1
108922026-09-04T17:22:11.416Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling bitstruct v0.1.1
108932026-09-04T17:22:11.416Z[ recovery-image] Sep 04 17:22:10.122 INFO E| Compiling static_assertions v1.1.0
108942026-09-04T17:22:11.491Z[ recovery-image] Sep 04 17:22:10.201 INFO E| Compiling raw-cpuid v10.7.0
108952026-09-04T17:22:11.583Z[ recovery-image] Sep 04 17:22:10.292 INFO E| Compiling miniz_oxide v0.9.1
108962026-09-04T17:22:11.702Z[ recovery-image] Sep 04 17:22:10.411 INFO E| Compiling cpio_reader v0.1.2
108972026-09-04T17:22:11.719Z[ recovery-image] Sep 04 17:22:10.428 INFO E| Compiling goblin v0.10.7
108982026-09-04T17:22:12.546Z[ host-image] Sep 04 17:22:11.255 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)
108992026-09-04T17:22:15.048Z[ recovery-image] Sep 04 17:22:13.758 INFO E| Finished `release` profile [optimized] target(s) in 19.73s
109002026-09-04T17:22:15.071Z[ recovery-image] Sep 04 17:22:13.781 INFO building ROM for cosmo
109012026-09-04T17:22:15.071Z[ recovery-image] Sep 04 17:22:13.781 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")
109022026-09-04T17:22:15.081Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling bitflags v1.3.2
109032026-09-04T17:22:15.081Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling bit_field v0.10.3
109042026-09-04T17:22:15.081Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling adler2 v2.0.1
109052026-09-04T17:22:15.084Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling log v0.4.32
109062026-09-04T17:22:15.085Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling scroll v0.13.0
109072026-09-04T17:22:15.085Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling bitflags v2.13.0
109082026-09-04T17:22:15.085Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling plain v0.2.3
109092026-09-04T17:22:15.085Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling static_assertions v1.1.0
109102026-09-04T17:22:15.085Z[ host-image] Sep 04 17:22:13.789 INFO E| Compiling bitstruct v0.1.1
109112026-09-04T17:22:15.132Z[ host-image] Sep 04 17:22:13.842 INFO E| Compiling raw-cpuid v10.7.0
109122026-09-04T17:22:15.165Z[ recovery-image] Sep 04 17:22:13.875 INFO E| Downloading crates ...
109132026-09-04T17:22:15.191Z[ host-image] Sep 04 17:22:13.901 INFO E| Compiling miniz_oxide v0.9.1
109142026-09-04T17:22:15.218Z[ recovery-image] Sep 04 17:22:13.928 INFO E| Downloaded anstream v0.6.18
109152026-09-04T17:22:15.222Z[ recovery-image] Sep 04 17:22:13.930 INFO E| Downloaded colorchoice v1.0.3
109162026-09-04T17:22:15.225Z[ recovery-image] Sep 04 17:22:13.935 INFO E| Downloaded os_pipe v1.2.1
109172026-09-04T17:22:15.228Z[ recovery-image] Sep 04 17:22:13.936 INFO E| Downloaded is_terminal_polyfill v1.70.1
109182026-09-04T17:22:15.228Z[ recovery-image] Sep 04 17:22:13.938 INFO E| Downloaded anstyle v1.0.10
109192026-09-04T17:22:15.233Z[ recovery-image] Sep 04 17:22:13.943 INFO E| Downloaded toml_datetime v0.6.9
109202026-09-04T17:22:15.237Z[ recovery-image] Sep 04 17:22:13.944 INFO E| Downloaded shared_child v1.0.1
109212026-09-04T17:22:15.240Z[ recovery-image] Sep 04 17:22:13.947 INFO E| Downloaded clap_lex v0.7.4
109222026-09-04T17:22:15.243Z[ recovery-image] Sep 04 17:22:13.952 INFO E| Downloaded duct v0.13.7
109232026-09-04T17:22:15.246Z[ recovery-image] Sep 04 17:22:13.954 INFO E| Downloaded anstyle-query v1.1.2
109242026-09-04T17:22:15.246Z[ recovery-image] Sep 04 17:22:13.955 INFO E| Downloaded serde_spanned v0.6.8
109252026-09-04T17:22:15.246Z[ recovery-image] Sep 04 17:22:13.956 INFO E| Downloaded anstyle-parse v0.2.6
109262026-09-04T17:22:15.249Z[ recovery-image] Sep 04 17:22:13.957 INFO E| Downloaded toml_write v0.1.1
109272026-09-04T17:22:15.249Z[ host-image] Sep 04 17:22:13.957 INFO E| Compiling cpio_reader v0.1.2
109282026-09-04T17:22:15.253Z[ recovery-image] Sep 04 17:22:13.961 INFO E| Downloaded clap_derive v4.5.32
109292026-09-04T17:22:15.263Z[ recovery-image] Sep 04 17:22:13.972 INFO E| Downloaded clap v4.5.37
109302026-09-04T17:22:15.268Z[ recovery-image] Sep 04 17:22:13.978 INFO E| Downloaded toml v0.8.22
109312026-09-04T17:22:15.290Z[ recovery-image] Sep 04 17:22:14.000 INFO E| Downloaded cc v1.2.20
109322026-09-04T17:22:15.294Z[ recovery-image] Sep 04 17:22:14.002 INFO E| Downloaded toml_edit v0.22.26
109332026-09-04T17:22:15.301Z[ host-image] Sep 04 17:22:14.010 INFO E| Compiling goblin v0.10.7
109342026-09-04T17:22:15.315Z[ recovery-image] Sep 04 17:22:14.025 INFO E| Downloaded clap_builder v4.5.37
109352026-09-04T17:22:15.320Z[ recovery-image] Sep 04 17:22:14.029 INFO E| Downloaded winnow v0.7.7
109362026-09-04T17:22:15.339Z[ recovery-image] Sep 04 17:22:14.048 INFO E| Compiling libc v0.2.172
109372026-09-04T17:22:15.339Z[ recovery-image] Sep 04 17:22:14.048 INFO E| Compiling utf8parse v0.2.2
109382026-09-04T17:22:15.342Z[ recovery-image] Sep 04 17:22:14.048 INFO E| Compiling anstyle v1.0.10
109392026-09-04T17:22:15.342Z[ recovery-image] Sep 04 17:22:14.048 INFO E| Compiling is_terminal_polyfill v1.70.1
109402026-09-04T17:22:15.342Z[ recovery-image] Sep 04 17:22:14.048 INFO E| Compiling once_cell v1.21.3
109412026-09-04T17:22:15.342Z[ recovery-image] Sep 04 17:22:14.049 INFO E| Compiling shlex v1.3.0
109422026-09-04T17:22:15.357Z[ recovery-image] Sep 04 17:22:14.066 INFO E| Compiling equivalent v1.0.2
109432026-09-04T17:22:15.361Z[ recovery-image] Sep 04 17:22:14.066 INFO E| Compiling anstyle-query v1.1.2
109442026-09-04T17:22:15.361Z[ recovery-image] Sep 04 17:22:14.067 INFO E| Compiling colorchoice v1.0.3
109452026-09-04T17:22:15.361Z[ recovery-image] Sep 04 17:22:14.067 INFO E| Compiling hashbrown v0.15.2
109462026-09-04T17:22:15.361Z[ recovery-image] Sep 04 17:22:14.067 INFO E| Compiling clap_lex v0.7.4
109472026-09-04T17:22:15.361Z[ recovery-image] Sep 04 17:22:14.067 INFO E| Compiling anyhow v1.0.98
109482026-09-04T17:22:15.372Z[ recovery-image] Sep 04 17:22:14.082 INFO E| Compiling winnow v0.7.7
109492026-09-04T17:22:15.376Z[ recovery-image] Sep 04 17:22:14.082 INFO E| Compiling toml_write v0.1.1
109502026-09-04T17:22:15.379Z[ recovery-image] Sep 04 17:22:14.087 INFO E| Compiling strsim v0.11.1
109512026-09-04T17:22:15.386Z[ recovery-image] Sep 04 17:22:14.091 INFO E| Compiling syn v2.0.101
109522026-09-04T17:22:15.513Z[ recovery-image] Sep 04 17:22:14.221 INFO E| Compiling anstyle-parse v0.2.6
109532026-09-04T17:22:15.663Z[ recovery-image] Sep 04 17:22:14.372 INFO E| Compiling anstream v0.6.18
109542026-09-04T17:22:15.680Z[ recovery-image] Sep 04 17:22:14.389 INFO E| Compiling cc v1.2.20
109552026-09-04T17:22:15.898Z[ recovery-image] Sep 04 17:22:14.607 INFO E| Compiling clap_builder v4.5.37
109562026-09-04T17:22:15.939Z[ recovery-image] Sep 04 17:22:14.649 INFO E| Compiling indexmap v2.9.0
109572026-09-04T17:22:16.253Z[ recovery-image] Sep 04 17:22:14.945 INFO E| Compiling os_pipe v1.2.1
109582026-09-04T17:22:16.253Z[ recovery-image] Sep 04 17:22:14.945 INFO E| Compiling shared_child v1.0.1
109592026-09-04T17:22:16.392Z[ recovery-image] Sep 04 17:22:15.102 INFO E| Compiling duct v0.13.7
109602026-09-04T17:22:17.011Z[ recovery-image] Sep 04 17:22:15.720 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
109612026-09-04T17:22:17.823Z[ recovery-image] Sep 04 17:22:16.531 INFO E| Compiling serde_derive v1.0.219
109622026-09-04T17:22:17.823Z[ recovery-image] Sep 04 17:22:16.531 INFO E| Compiling clap_derive v4.5.32
109632026-09-04T17:22:18.739Z[ host-image] Sep 04 17:22:17.448 INFO E| Finished `release` profile [optimized] target(s) in 20.06s
109642026-09-04T17:22:18.755Z[ host-image] Sep 04 17:22:17.464 INFO building ROM for gimlet
109652026-09-04T17:22:18.755Z[ host-image] Sep 04 17:22:17.464 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")
109662026-09-04T17:22:18.844Z[ host-image] Sep 04 17:22:17.553 INFO E| Blocking waiting for file lock on build directory
109672026-09-04T17:22:19.127Z[ recovery-image] Sep 04 17:22:17.836 INFO E| Compiling clap v4.5.37
109682026-09-04T17:22:19.769Z[ recovery-image] Sep 04 17:22:18.478 INFO E| Compiling serde v1.0.219
109692026-09-04T17:22:21.506Z[ recovery-image] Sep 04 17:22:20.215 INFO E| Compiling toml_datetime v0.6.9
109702026-09-04T17:22:21.506Z[ recovery-image] Sep 04 17:22:20.215 INFO E| Compiling serde_spanned v0.6.8
109712026-09-04T17:22:21.659Z[ recovery-image] Sep 04 17:22:20.368 INFO E| Compiling toml_edit v0.22.26
109722026-09-04T17:22:22.881Z[ recovery-image] Sep 04 17:22:21.575 INFO E| Compiling toml v0.8.22
109732026-09-04T17:22:24.947Z[ recovery-image] Sep 04 17:22:23.656 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s
109742026-09-04T17:22:24.956Z[ host-image] Sep 04 17:22:23.664 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
109752026-09-04T17:22:24.960Z[ recovery-image] Sep 04 17:22:23.665 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`
109762026-09-04T17:22:24.960Z[ host-image] Sep 04 17:22:23.667 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`
109772026-09-04T17:22:24.975Z[ host-image] Sep 04 17:22:23.680 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109782026-09-04T17:22:25.001Z[ recovery-image] Sep 04 17:22:23.680 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109792026-09-04T17:22:25.011Z[ host-image] Sep 04 17:22:23.702 INFO E| Blocking waiting for file lock on package cache
109802026-09-04T17:22:25.035Z[ recovery-image] Sep 04 17:22:23.726 INFO E| Blocking waiting for file lock on package cache
109812026-09-04T17:22:25.047Z[ host-image] Sep 04 17:22:23.751 INFO E| Blocking waiting for file lock on package cache
109822026-09-04T17:22:25.047Z[ recovery-image] Sep 04 17:22:23.751 INFO E| Blocking waiting for file lock on package cache
109832026-09-04T17:22:25.061Z[ host-image] Sep 04 17:22:23.753 INFO E| Blocking waiting for file lock on package cache
109842026-09-04T17:22:25.081Z[ recovery-image] Sep 04 17:22:23.770 INFO E| Blocking waiting for file lock on package cache
109852026-09-04T17:22:25.086Z[ host-image] Sep 04 17:22:23.785 INFO E| Blocking waiting for file lock on build directory
109862026-09-04T17:22:25.094Z[ recovery-image] Sep 04 17:22:23.798 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
109872026-09-04T17:22:25.099Z[ recovery-image] Sep 04 17:22:23.803 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`
109882026-09-04T17:22:25.108Z[ host-image] Sep 04 17:22:23.808 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
109892026-09-04T17:22:25.108Z[ host-image] Sep 04 17:22:23.812 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`
109902026-09-04T17:22:25.235Z[ host-image] Sep 04 17:22:23.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109912026-09-04T17:22:25.236Z[ host-image] Sep 04 17:22:23.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109922026-09-04T17:22:25.236Z[ host-image] Sep 04 17:22:23.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109932026-09-04T17:22:25.243Z[ host-image] Sep 04 17:22:23.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109942026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109952026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109962026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109972026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109982026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109992026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110002026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110012026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110022026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110032026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110042026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110052026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO O| Info: ABL version: 0x100f5010
110062026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110072026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110082026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110092026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110102026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110112026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110122026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110132026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110142026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110152026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110162026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110172026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110182026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110192026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110202026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110212026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110222026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110232026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110242026-09-04T17:22:25.244Z[ host-image] Sep 04 17:22:23.941 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110252026-09-04T17:22:25.272Z[ host-image] Sep 04 17:22:23.979 INFO building ROM for cosmo
110262026-09-04T17:22:25.277Z[ host-image] Sep 04 17:22:23.980 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")
110272026-09-04T17:22:25.321Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110282026-09-04T17:22:25.321Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110292026-09-04T17:22:25.321Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110302026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110312026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110322026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110332026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110342026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110352026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110362026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110372026-09-04T17:22:25.331Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110382026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110392026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110402026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110412026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110422026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110432026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110442026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.023 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110452026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110462026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110472026-09-04T17:22:25.332Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110482026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110492026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110502026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110512026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110522026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110532026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110542026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110552026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110562026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110572026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110582026-09-04T17:22:25.333Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110592026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110602026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110612026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110622026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110632026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110642026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110652026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110662026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110672026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110682026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110692026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110702026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110712026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110722026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110732026-09-04T17:22:25.334Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110742026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110752026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110762026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110772026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110782026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110792026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110802026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.025 INFO O| Info: ABL version: 0x100af010
110812026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.025 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110822026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.025 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110832026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110842026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110852026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110862026-09-04T17:22:25.335Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110872026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110882026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110892026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110902026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110912026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110922026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110932026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110942026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110952026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110962026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110972026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110982026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110992026-09-04T17:22:25.336Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111002026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111012026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111022026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111032026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111042026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111052026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111062026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111072026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111082026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111092026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111102026-09-04T17:22:25.337Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111112026-09-04T17:22:25.338Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111122026-09-04T17:22:25.338Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111132026-09-04T17:22:25.338Z[ recovery-image] Sep 04 17:22:24.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111142026-09-04T17:22:25.351Z[ recovery-image] Sep 04 17:22:24.059 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111152026-09-04T17:22:25.352Z[ recovery-image] Sep 04 17:22:24.059 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111162026-09-04T17:22:25.366Z[ recovery-image] Sep 04 17:22:24.059 INFO building ROM for gimlet
111172026-09-04T17:22:25.367Z[ recovery-image] Sep 04 17:22:24.059 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")
111182026-09-04T17:22:25.367Z[ host-image] Sep 04 17:22:24.069 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111192026-09-04T17:22:25.372Z[ host-image] Sep 04 17:22:24.072 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`
111202026-09-04T17:22:25.382Z[ host-image] Sep 04 17:22:24.085 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111212026-09-04T17:22:25.397Z[ recovery-image] Sep 04 17:22:24.105 INFO E| Blocking waiting for file lock on package cache
111222026-09-04T17:22:25.421Z[ host-image] Sep 04 17:22:24.128 INFO E| Blocking waiting for file lock on package cache
111232026-09-04T17:22:25.451Z[ recovery-image] Sep 04 17:22:24.151 INFO E| Blocking waiting for file lock on package cache
111242026-09-04T17:22:25.458Z[ host-image] Sep 04 17:22:24.151 INFO E| Blocking waiting for file lock on package cache
111252026-09-04T17:22:25.458Z[ recovery-image] Sep 04 17:22:24.152 INFO E| Blocking waiting for file lock on package cache
111262026-09-04T17:22:25.459Z[ host-image] Sep 04 17:22:24.166 INFO E| Blocking waiting for file lock on package cache
111272026-09-04T17:22:25.474Z[ host-image] Sep 04 17:22:24.177 INFO E| Blocking waiting for file lock on build directory
111282026-09-04T17:22:25.483Z[ recovery-image] Sep 04 17:22:24.182 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
111292026-09-04T17:22:25.483Z[ recovery-image] Sep 04 17:22:24.185 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`
111302026-09-04T17:22:25.494Z[ host-image] Sep 04 17:22:24.193 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
111312026-09-04T17:22:25.501Z[ host-image] Sep 04 17:22:24.197 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`
111322026-09-04T17:22:25.501Z[ recovery-image] Sep 04 17:22:24.200 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111332026-09-04T17:22:25.572Z[ recovery-image] Sep 04 17:22:24.273 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111342026-09-04T17:22:25.577Z[ recovery-image] Sep 04 17:22:24.279 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`
111352026-09-04T17:22:25.702Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111362026-09-04T17:22:25.702Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111372026-09-04T17:22:25.722Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111382026-09-04T17:22:25.722Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111392026-09-04T17:22:25.722Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111402026-09-04T17:22:25.722Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111412026-09-04T17:22:25.723Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111422026-09-04T17:22:25.723Z[ recovery-image] Sep 04 17:22:24.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111432026-09-04T17:22:25.723Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111442026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111452026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111462026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111472026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111482026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111492026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111502026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO O| Info: ABL version: 0x100f5010
111512026-09-04T17:22:25.724Z[ recovery-image] Sep 04 17:22:24.408 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111522026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111532026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111542026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111552026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111562026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111572026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111582026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111592026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111602026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111612026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111622026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111632026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111642026-09-04T17:22:25.725Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111652026-09-04T17:22:25.726Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111662026-09-04T17:22:25.726Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111672026-09-04T17:22:25.726Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111682026-09-04T17:22:25.726Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111692026-09-04T17:22:25.726Z[ recovery-image] Sep 04 17:22:24.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111702026-09-04T17:22:25.739Z[ host-image] Sep 04 17:22:24.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111712026-09-04T17:22:25.739Z[ host-image] Sep 04 17:22:24.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111722026-09-04T17:22:25.739Z[ host-image] Sep 04 17:22:24.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111732026-09-04T17:22:25.739Z[ host-image] Sep 04 17:22:24.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111742026-09-04T17:22:25.739Z[ host-image] Sep 04 17:22:24.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111752026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111762026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111772026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111782026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111792026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111802026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111812026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111822026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111832026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111842026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111852026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111862026-09-04T17:22:25.740Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111872026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111882026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111892026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111902026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111912026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111922026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111932026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111942026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111952026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111962026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111972026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111982026-09-04T17:22:25.741Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111992026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
112002026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
112012026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
112022026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
112032026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
112042026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
112052026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
112062026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
112072026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
112082026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
112092026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
112102026-09-04T17:22:25.742Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
112112026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
112122026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
112132026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
112142026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
112152026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
112162026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
112172026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
112182026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
112192026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
112202026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
112212026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
112222026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
112232026-09-04T17:22:25.743Z[ host-image] Sep 04 17:22:24.423 INFO O| Info: ABL version: 0x100af010
112242026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
112252026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
112262026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
112272026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
112282026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
112292026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
112302026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
112312026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
112322026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
112332026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
112342026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
112352026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
112362026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
112372026-09-04T17:22:25.744Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
112382026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
112392026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
112402026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112412026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112422026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112432026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112442026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112452026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112462026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112472026-09-04T17:22:25.745Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112482026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112492026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112502026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112512026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112522026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112532026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112542026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112552026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112562026-09-04T17:22:25.746Z[ host-image] Sep 04 17:22:24.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112572026-09-04T17:22:25.756Z[ recovery-image] Sep 04 17:22:24.448 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
112582026-09-04T17:22:25.756Z[ host-image] Sep 04 17:22:24.461 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112592026-09-04T17:22:25.756Z[ host-image] Sep 04 17:22:24.461 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112602026-09-04T17:22:25.756Z[ host-image] Sep 04 17:22:24.461 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112612026-09-04T17:22:26.990Z[ recovery-image] Sep 04 17:22:25.700 INFO image complete! materials are in "/work/os-recovery"
112622026-09-04T17:22:26.994Z[ recovery-image]
112632026-09-04T17:22:26.995Z[ recovery-image] real 3:38.614272613
112642026-09-04T17:22:26.995Z[ recovery-image] user 2:40.483622846
112652026-09-04T17:22:26.995Z[ recovery-image] sys 37.977906391
112662026-09-04T17:22:26.995Z[ recovery-image] trap 0.135892917
112672026-09-04T17:22:26.995Z[ recovery-image] tflt 0.585543629
112682026-09-04T17:22:26.995Z[ recovery-image] dflt 1.124217622
112692026-09-04T17:22:26.998Z[ recovery-image] kflt 0.000246908
112702026-09-04T17:22:26.998Z[ recovery-image] lock 8:01.413670012
112712026-09-04T17:22:26.998Z[ recovery-image] slp 19:18.487081963
112722026-09-04T17:22:26.998Z[ recovery-image] lat 37.186425393
112732026-09-04T17:22:26.998Z[ recovery-image] stop 7.519213754
112742026-09-04T17:22:26.998ZSep 04 17:22:25.704 INFO [recovery-image] process exited with exit status: 0 (218.619469663s)
112752026-09-04T17:22:26.998ZSep 04 17:22:25.704 INFO [tuf-v2-recovery] running task
112762026-09-04T17:22:26.998ZSep 04 17:22:25.705 INFO [tuf-v2-recovery] task succeeded (944.93µs)
112772026-09-04T17:22:30.251Z[ host-image] Sep 04 17:22:28.960 INFO image complete! materials are in "/work/os-host"
112782026-09-04T17:22:30.254Z[ host-image]
112792026-09-04T17:22:30.254Z[ host-image] real 4:14.978804880
112802026-09-04T17:22:30.254Z[ host-image] user 2:55.172823484
112812026-09-04T17:22:30.254Z[ host-image] sys 38.628185253
112822026-09-04T17:22:30.254Z[ host-image] trap 0.144439953
112832026-09-04T17:22:30.254Z[ host-image] tflt 0.252063896
112842026-09-04T17:22:30.254Z[ host-image] dflt 0.266322206
112852026-09-04T17:22:30.254Z[ host-image] kflt 0.002036840
112862026-09-04T17:22:30.254Z[ host-image] lock 5:18.121195079
112872026-09-04T17:22:30.257Z[ host-image] slp 22:05.618121533
112882026-09-04T17:22:30.257Z[ host-image] lat 22.996043929
112892026-09-04T17:22:30.257Z[ host-image] stop 1.757388079
112902026-09-04T17:22:30.257ZSep 04 17:22:28.964 INFO [host-image] process exited with exit status: 0 (254.98431823s)
112912026-09-04T17:22:30.257ZSep 04 17:22:28.964 INFO [tuf-v2-host] running task
112922026-09-04T17:22:30.257ZSep 04 17:22:28.964 INFO [tuf-repo] running task
112932026-09-04T17:22:30.257ZSep 04 17:22:28.965 INFO [tuf-v2-host] task succeeded (582.1µs)
112942026-09-04T17:22:30.258ZSep 04 17:22:28.965 INFO [tuf-v2-repo] running task
112952026-09-04T17:22:51.496ZSep 04 17:22:50.206 INFO [tuf-v2-repo] task succeeded (21.240701418s)
112962026-09-04T17:22:51.750ZSep 04 17:22:50.459 INFO assembling repository in `/tmp/tufaceouskLORNa`, component: OmicronRepoAssembler
112972026-09-04T17:23:00.379ZSep 04 17:22:59.088 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112982026-09-04T17:23:00.657ZSep 04 17:22:59.366 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112992026-09-04T17:23:03.008ZSep 04 17:23:01.717 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
113002026-09-04T17:23:03.073ZSep 04 17:23:01.781 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
113012026-09-04T17:23:03.122ZSep 04 17:23:01.831 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
113022026-09-04T17:23:03.171ZSep 04 17:23:01.880 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
113032026-09-04T17:23:03.229ZSep 04 17:23:01.938 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
113042026-09-04T17:23:03.279ZSep 04 17:23:01.988 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
113052026-09-04T17:23:03.338ZSep 04 17:23:02.047 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
113062026-09-04T17:23:13.999ZSep 04 17:23:12.708 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
113072026-09-04T17:23:14.005ZSep 04 17:23:12.714 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
113082026-09-04T17:23:14.029ZSep 04 17:23:12.738 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
113092026-09-04T17:23:14.087ZSep 04 17:23:12.796 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
113102026-09-04T17:23:14.147ZSep 04 17:23:12.856 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
113112026-09-04T17:23:14.204ZSep 04 17:23:12.912 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
113122026-09-04T17:23:14.267ZSep 04 17:23:12.976 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
113132026-09-04T17:23:14.273ZSep 04 17:23:12.982 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
113142026-09-04T17:23:14.297ZSep 04 17:23:13.006 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
113152026-09-04T17:23:16.099ZSep 04 17:23:14.808 INFO [tuf-repo] task succeeded (45.843362848s)
113162026-09-04T17:26:02.881Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 11s
113172026-09-04T17:26:02.887Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113182026-09-04T17:26:02.887Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113192026-09-04T17:26:05.500ZSep 04 17:26:04.206 INFO [verify-libraries] process exited with exit status: 0 (437.345132736s)
113202026-09-04T17:26:05.500ZSep 04 17:26:04.206 INFO all jobs completed in 1195.433366879s
113212026-09-04T17:26:06.739Zprocess exited: duration 1445792 ms, exit code 0
 
113222026-09-04T17:26:06.772Zfound 41 output files
113232026-09-04T17:26:06.772Zuploading: /work/manifest.toml (17334 bytes)
113242026-09-04T17:26:07.811Zuploaded: /work/manifest.toml
113252026-09-04T17:26:07.811Zuploading: /work/repo.zip (3293369460 bytes)
113262026-09-04T17:27:12.611Zuploaded: /work/repo.zip
113272026-09-04T17:27:12.611Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113282026-09-04T17:27:13.691Zuploaded: /work/repo.zip.sha256.txt
113292026-09-04T17:27:13.691Zuploading: /work/helios.json (647 bytes)
113302026-09-04T17:27:14.706Zuploaded: /work/helios.json
113312026-09-04T17:27:14.706Zuploading: /work/incorporation.p5m (113595 bytes)
113322026-09-04T17:27:15.724Zuploaded: /work/incorporation.p5m
113332026-09-04T17:27:15.724Zuploading: /work/incorporation.p5p (133120 bytes)
113342026-09-04T17:27:16.743Zuploaded: /work/incorporation.p5p
113352026-09-04T17:27:16.744Zuploading: /work/helios-incorp.log (522 bytes)
113362026-09-04T17:27:17.761Zuploaded: /work/helios-incorp.log
113372026-09-04T17:27:17.761Zuploading: /work/helios-setup.log (57183 bytes)
113382026-09-04T17:27:18.774Zuploaded: /work/helios-setup.log
113392026-09-04T17:27:18.775Zuploading: /work/host-image.log (234968 bytes)
113402026-09-04T17:27:19.788Zuploaded: /work/host-image.log
113412026-09-04T17:27:19.789Zuploading: /work/host-package.log (33838 bytes)
113422026-09-04T17:27:20.801Zuploaded: /work/host-package.log
113432026-09-04T17:27:20.801Zuploading: /work/host-target.log (101 bytes)
113442026-09-04T17:27:21.812Zuploaded: /work/host-target.log
113452026-09-04T17:27:21.812Zuploading: /work/incorp-create.log (0 bytes)
113462026-09-04T17:27:22.821Zuploaded: /work/incorp-create.log
113472026-09-04T17:27:22.821Zuploading: /work/incorp-fmt.log (0 bytes)
113482026-09-04T17:27:23.830Zuploaded: /work/incorp-fmt.log
113492026-09-04T17:27:23.830Zuploading: /work/incorp-pkgsend.log (108 bytes)
113502026-09-04T17:27:24.841Zuploaded: /work/incorp-pkgsend.log
113512026-09-04T17:27:24.841Zuploading: /work/incorp-publisher.log (0 bytes)
113522026-09-04T17:27:25.855Zuploaded: /work/incorp-publisher.log
113532026-09-04T17:27:25.855Zuploading: /work/omicron-package.log (10430 bytes)
113542026-09-04T17:27:26.865Zuploaded: /work/omicron-package.log
113552026-09-04T17:27:26.865Zuploading: /work/recovery-image.log (592583 bytes)
113562026-09-04T17:27:27.887Zuploaded: /work/recovery-image.log
113572026-09-04T17:27:27.887Zuploading: /work/recovery-package.log (2864 bytes)
113582026-09-04T17:27:28.897Zuploaded: /work/recovery-package.log
113592026-09-04T17:27:28.898Zuploading: /work/recovery-target.log (98 bytes)
113602026-09-04T17:27:29.909Zuploaded: /work/recovery-target.log
113612026-09-04T17:27:29.909Zuploading: /work/stamp-clickhouse.log (117 bytes)
113622026-09-04T17:27:30.922Zuploaded: /work/stamp-clickhouse.log
113632026-09-04T17:27:30.922Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113642026-09-04T17:27:31.934Zuploaded: /work/stamp-clickhouse_keeper.log
113652026-09-04T17:27:31.934Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113662026-09-04T17:27:32.945Zuploaded: /work/stamp-clickhouse_server.log
113672026-09-04T17:27:32.945Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113682026-09-04T17:27:33.956Zuploaded: /work/stamp-cockroachdb.log
113692026-09-04T17:27:33.956Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113702026-09-04T17:27:34.968Zuploaded: /work/stamp-crucible-pantry-zone.log
113712026-09-04T17:27:34.968Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113722026-09-04T17:27:35.979Zuploaded: /work/stamp-crucible-utils.log
113732026-09-04T17:27:35.979Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113742026-09-04T17:27:36.990Zuploaded: /work/stamp-crucible-zone.log
113752026-09-04T17:27:36.990Zuploading: /work/stamp-external-dns.log (119 bytes)
113762026-09-04T17:27:38.003Zuploaded: /work/stamp-external-dns.log
113772026-09-04T17:27:38.003Zuploading: /work/stamp-installinator.log (103 bytes)
113782026-09-04T17:27:39.014Zuploaded: /work/stamp-installinator.log
113792026-09-04T17:27:39.014Zuploading: /work/stamp-internal-dns.log (119 bytes)
113802026-09-04T17:27:40.027Zuploaded: /work/stamp-internal-dns.log
113812026-09-04T17:27:40.027Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113822026-09-04T17:27:41.038Zuploaded: /work/stamp-mg-ddm-gz.log
113832026-09-04T17:27:41.038Zuploading: /work/stamp-nexus.log (112 bytes)
113842026-09-04T17:27:42.048Zuploaded: /work/stamp-nexus.log
113852026-09-04T17:27:42.052Zuploading: /work/stamp-ntp.log (110 bytes)
113862026-09-04T17:27:43.061Zuploaded: /work/stamp-ntp.log
113872026-09-04T17:27:43.061Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113882026-09-04T17:27:44.076Zuploaded: /work/stamp-omicron-sled-agent.log
113892026-09-04T17:27:44.076Zuploading: /work/stamp-overlay.log (114 bytes)
113902026-09-04T17:27:45.087Zuploaded: /work/stamp-overlay.log
113912026-09-04T17:27:45.087Zuploading: /work/stamp-oximeter.log (115 bytes)
113922026-09-04T17:27:46.098Zuploaded: /work/stamp-oximeter.log
113932026-09-04T17:27:46.098Zuploading: /work/stamp-oxlog.log (109 bytes)
113942026-09-04T17:27:47.109Zuploaded: /work/stamp-oxlog.log
113952026-09-04T17:27:47.109Zuploading: /work/stamp-probe.log (112 bytes)
113962026-09-04T17:27:48.120Zuploaded: /work/stamp-probe.log
113972026-09-04T17:27:48.120Zuploading: /work/stamp-propolis-server.log (122 bytes)
113982026-09-04T17:27:49.132Zuploaded: /work/stamp-propolis-server.log
113992026-09-04T17:27:49.132Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114002026-09-04T17:27:50.144Zuploaded: /work/stamp-pumpkind-gz.log
114012026-09-04T17:27:50.144Zuploading: /work/stamp-switch-asic.log (118 bytes)
114022026-09-04T17:27:51.157Zuploaded: /work/stamp-switch-asic.log
114032026-09-04T17:27:51.157Zuploading: /work/verify-libraries.log (50896 bytes)
114042026-09-04T17:27:52.172Zuploaded: /work/verify-libraries.log