01M26WZ6Y9MAJ7VY68MRN7TXWE: 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: 01M26WZTM4FWB9Z0H45QCJD2HJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T00:14:17.396Zjob assigned to worker 01M26WZZKN95F7G0J5Y4RB0J5K [factory aws, i-0fe243ec033d5b930] (queued for 48 s)
 
22026-09-11T00:14:24.980Zstarting task 0: "setup"
32026-09-11T00:14:24.984Z++ uname -s
42026-09-11T00:14:24.987Z+ kern=SunOS
52026-09-11T00:14:24.987Z+ build_user=build
62026-09-11T00:14:24.987Z+ build_uid=12345
72026-09-11T00:14:24.987Z+ work_dir=/work
82026-09-11T00:14:24.987Z+ input_dir=/input
92026-09-11T00:14:24.987Z+ [[ 0 == 12345 ]]
102026-09-11T00:14:24.987Z+ case "$kern" in
112026-09-11T00:14:24.987Z+ groupadd -g 12345 build
122026-09-11T00:14:24.991Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T00:14:26.995Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T00:14:27.116Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T00:14:27.120Z+ home_fs=zfs
162026-09-11T00:14:27.120Z+ [[ zfs == autofs ]]
172026-09-11T00:14:27.120Z+ mkdir -p /home/build
182026-09-11T00:14:27.120Z+ chown build:build /home/build /work
192026-09-11T00:14:29.121Z+ chmod 0700 /home/build /work
202026-09-11T00:14:29.125Zprocess exited: duration 4146 ms, exit code 0
 
212026-09-11T00:14:29.131Zstarting task 1: "rust-toolchain"
222026-09-11T00:14:29.136Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-11T00:14:29.136Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-11T00:14:29.136Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-11T00:14:29.136Z * rust toolchain channel = "1.98.1"
262026-09-11T00:14:29.137Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-11T00:14:29.137Z * rust toolchain profile = "default"
282026-09-11T00:14:29.140Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T00:14:29.140Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-11T00:14:29.226Zinfo: downloading installer
312026-09-11T00:14:30.530Zinfo: profile set to default
322026-09-11T00:14:30.531Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T00:14:30.534Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-11T00:14:30.678Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-11T00:14:30.681Zinfo: downloading 6 components
362026-09-11T00:14:46.311Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-11T00:14:46.311Z
382026-09-11T00:14:46.336Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-11T00:14:46.336Z
402026-09-11T00:14:46.340Z
412026-09-11T00:14:46.340ZRust is installed now. Great!
422026-09-11T00:14:46.340Z
432026-09-11T00:14:46.340ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T00:14:46.340Zenvironment variable. This has not been done automatically.
452026-09-11T00:14:46.340Z
462026-09-11T00:14:46.340ZTo configure your current shell, you need to source
472026-09-11T00:14:46.340Zthe corresponding env file under $HOME/.cargo.
482026-09-11T00:14:46.340Z
492026-09-11T00:14:46.340ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T00:14:46.341Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T00:14:46.341Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T00:14:46.341ZCC_x86_64-unknown-illumos = None
532026-09-11T00:14:46.341Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T00:14:46.341ZCC_x86_64_unknown_illumos = None
552026-09-11T00:14:46.341Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T00:14:46.341ZHOST_CC = None
572026-09-11T00:14:46.341Zcargo:rerun-if-env-changed=CC
582026-09-11T00:14:46.341ZCC = None
592026-09-11T00:14:46.341Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T00:14:46.516Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T00:14:46.517ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T00:14:46.517Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T00:14:46.517ZCFLAGS = None
642026-09-11T00:14:46.517Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T00:14:46.517ZHOST_CFLAGS = None
662026-09-11T00:14:46.517Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T00:14:46.517ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T00:14:46.517Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T00:14:46.517ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T00:14:46.626Z+ rustup --version
712026-09-11T00:14:46.631Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T00:14:46.635Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T00:14:46.654Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-11T00:14:46.658Z+ cargo --version
752026-09-11T00:14:46.663Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-11T00:14:46.666Z+ rustc --version
772026-09-11T00:14:46.684Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-11T00:14:46.687Zprocess exited: duration 17555 ms, exit code 0
 
792026-09-11T00:14:46.695Zstarting task 2: "authentication"
802026-09-11T00:14:46.714Zprocess exited: duration 19 ms, exit code 0
 
812026-09-11T00:14:46.723Zstarting task 3: "clone repository"
822026-09-11T00:14:46.726Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-11T00:14:46.729Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-11T00:14:46.760ZCloning into '/work/oxidecomputer/omicron'...
852026-09-11T00:15:00.688Z+ cd /work/oxidecomputer/omicron
862026-09-11T00:15:00.689Z+ git fetch origin c49493388009bb0a0eb3a0cb552b547e5149a357
872026-09-11T00:15:01.186ZFrom https://github.com/oxidecomputer/omicron
882026-09-11T00:15:01.186Z * branch c49493388009bb0a0eb3a0cb552b547e5149a357 -> FETCH_HEAD
892026-09-11T00:15:01.201Z+ [[ -n sush-sled-agent ]]
902026-09-11T00:15:01.204Z++ git branch --show-current
912026-09-11T00:15:01.204Z+ current=main
922026-09-11T00:15:01.204Z+ [[ main != sush-sled-agent ]]
932026-09-11T00:15:01.204Z+ git branch -f sush-sled-agent c49493388009bb0a0eb3a0cb552b547e5149a357
942026-09-11T00:15:01.207Z+ git checkout -f sush-sled-agent
952026-09-11T00:15:01.462ZSwitched to branch 'sush-sled-agent'
962026-09-11T00:15:01.465Z+ git reset --hard c49493388009bb0a0eb3a0cb552b547e5149a357
972026-09-11T00:15:01.478ZHEAD is now at c49493388 Merge remote-tracking branch 'github/main' into sush-sled-agent
982026-09-11T00:15:01.481Zprocess exited: duration 14757 ms, exit code 0
 
992026-09-11T00:15:01.488Zstarting task 4: "build"
1002026-09-11T00:15:01.494Z+ source .github/buildomat/ci-env.sh
1012026-09-11T00:15:01.498Z++ export CARGO_TERM_COLOR=always
1022026-09-11T00:15:01.498Z++ CARGO_TERM_COLOR=always
1032026-09-11T00:15:01.498Z+++ uname -s
1042026-09-11T00:15:01.498Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-11T00:15:01.498Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-11T00:15:01.498Z+ cargo --version
1072026-09-11T00:15:01.506Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-11T00:15:01.509Z+ rustc --version
1092026-09-11T00:15:01.529Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-11T00:15:01.532Z+ cargo tree --locked
1112026-09-11T00:15:01.699Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-11T00:15:02.049Z Updating crates.io index
1132026-09-11T00:15:02.052Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-11T00:15:02.357Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-11T00:15:02.746Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-11T00:15:03.049Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-11T00:15:04.134Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-11T00:15:04.801Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-11T00:15:06.839Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-11T00:15:07.750Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-11T00:15:08.045Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-11T00:15:08.436Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-11T00:15:09.616Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-11T00:15:09.951Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-11T00:15:10.343Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-11T00:15:10.679Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-11T00:15:10.962Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-11T00:15:11.250Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-11T00:15:11.562Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-11T00:15:11.849Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-11T00:15:12.146Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-11T00:15:12.565Z Updating git repository `https://github.com/oxidecomputer/sush`
1332026-09-11T00:15:13.142Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1342026-09-11T00:15:13.689Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1352026-09-11T00:15:14.021Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-09-11T00:15:14.564Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1372026-09-11T00:15:14.930Z Updating git repository `https://github.com/oxidecomputer/erebor`
1382026-09-11T00:15:15.242Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-09-11T00:15:15.684Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-09-11T00:15:16.301Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1412026-09-11T00:15:16.718Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1422026-09-11T00:15:17.446Z Updating git repository `https://github.com/oxidecomputer/ispf`
1432026-09-11T00:15:17.739Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-09-11T00:15:18.059Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-09-11T00:15:18.445Z Updating git repository `https://github.com/oxidecomputer/tough`
1462026-09-11T00:15:18.995Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1472026-09-11T00:15:19.281Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1482026-09-11T00:15:19.579Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1492026-09-11T00:15:19.899Z Updating git repository `https://github.com/oxidecomputer/rumors`
1502026-09-11T00:15:27.003Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1512026-09-11T00:15:27.313Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1522026-09-11T00:15:28.015Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1532026-09-11T00:15:28.336Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-11T00:15:28.796Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1552026-09-11T00:15:29.117Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1562026-09-11T00:15:29.472Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1572026-09-11T00:15:29.791Z Updating git repository `https://github.com/illumos/smf-rs`
1582026-09-11T00:15:32.681Z Downloading crates ...
1592026-09-11T00:15:32.738Z Downloaded addr2line v0.25.1
1602026-09-11T00:15:32.741Z Downloaded dtrace-parser v0.3.0
1612026-09-11T00:15:32.745Z Downloaded dtrace-parser v0.2.0
1622026-09-11T00:15:32.745Z Downloaded event-listener-strategy v0.5.4
1632026-09-11T00:15:32.749Z Downloaded embedded-io v0.6.1
1642026-09-11T00:15:32.749Z Downloaded ecdsa v0.17.0
1652026-09-11T00:15:32.749Z Downloaded fastrand v2.3.0
1662026-09-11T00:15:32.749Z Downloaded equivalent v1.0.2
1672026-09-11T00:15:32.753Z Downloaded dyn-clone v1.0.20
1682026-09-11T00:15:32.757Z Downloaded errno v0.3.14
1692026-09-11T00:15:32.757Z Downloaded dropshot-api-manager-types v0.8.0
1702026-09-11T00:15:32.761Z Downloaded dsl_auto_type v0.2.0
1712026-09-11T00:15:32.761Z Downloaded fd-lock v4.0.4
1722026-09-11T00:15:32.761Z Downloaded dunce v1.0.5
1732026-09-11T00:15:32.761Z Downloaded float-ord v0.3.2
1742026-09-11T00:15:32.764Z Downloaded filetime v0.2.27
1752026-09-11T00:15:32.764Z Downloaded flume v0.11.1
1762026-09-11T00:15:32.769Z Downloaded event-listener v5.4.1
1772026-09-11T00:15:32.772Z Downloaded ecdsa v0.16.9
1782026-09-11T00:15:32.772Z Downloaded endian-type v0.1.2
1792026-09-11T00:15:32.772Z Downloaded enum-as-inner v0.6.1
1802026-09-11T00:15:32.776Z Downloaded num-derive v0.4.2
1812026-09-11T00:15:32.776Z Downloaded olpc-cjson v0.1.4
1822026-09-11T00:15:32.776Z Downloaded env_filter v2.0.0
1832026-09-11T00:15:32.776Z Downloaded embedded-io v0.4.0
1842026-09-11T00:15:32.779Z Downloaded escape8259 v0.5.3
1852026-09-11T00:15:32.779Z Downloaded fnv v1.0.7
1862026-09-11T00:15:32.779Z Downloaded fxhash v0.2.1
1872026-09-11T00:15:32.782Z Downloaded fixedbitset v0.4.2
1882026-09-11T00:15:32.785Z Downloaded ena v0.14.4
1892026-09-11T00:15:32.789Z Downloaded linkme-impl v0.3.35
1902026-09-11T00:15:32.789Z Downloaded libefi-sys v0.1.0
1912026-09-11T00:15:32.789Z Downloaded linkme v0.3.35
1922026-09-11T00:15:32.792Z Downloaded globwalk v0.9.1
1932026-09-11T00:15:32.795Z Downloaded ed25519 v3.0.0
1942026-09-11T00:15:32.795Z Downloaded either v1.15.0
1952026-09-11T00:15:32.795Z Downloaded flagset v0.4.7
1962026-09-11T00:15:32.795Z Downloaded ed25519 v2.2.3
1972026-09-11T00:15:32.795Z Downloaded float-cmp v0.10.0
1982026-09-11T00:15:32.799Z Downloaded litrs v1.0.0
1992026-09-11T00:15:32.799Z Downloaded lock_api v0.4.14
2002026-09-11T00:15:32.799Z Downloaded erased-serde v0.3.31
2012026-09-11T00:15:32.802Z Downloaded fallible-iterator v0.2.0
2022026-09-11T00:15:32.802Z Downloaded fatfs v0.3.6
2032026-09-11T00:15:32.802Z Downloaded litemap v0.8.1
2042026-09-11T00:15:32.805Z Downloaded ghash v0.6.0
2052026-09-11T00:15:32.805Z Downloaded once_cell v1.21.3
2062026-09-11T00:15:32.805Z Downloaded libscf-sys v1.2.0
2072026-09-11T00:15:32.805Z Downloaded gethostname v0.5.0
2082026-09-11T00:15:32.808Z Downloaded generic-array v0.14.7
2092026-09-11T00:15:32.808Z Downloaded lzss v0.8.2
2102026-09-11T00:15:32.808Z Downloaded memoffset v0.9.1
2112026-09-11T00:15:32.808Z Downloaded maplit v1.0.2
2122026-09-11T00:15:32.808Z Downloaded lru v0.12.5
2132026-09-11T00:15:32.812Z Downloaded futures-core v0.3.32
2142026-09-11T00:15:32.815Z Downloaded futures-task v0.3.32
2152026-09-11T00:15:32.815Z Downloaded hash32 v0.3.1
2162026-09-11T00:15:32.815Z Downloaded foreign-types v0.3.2
2172026-09-11T00:15:32.815Z Downloaded git-stub v1.0.0
2182026-09-11T00:15:32.815Z Downloaded futures-sink v0.3.32
2192026-09-11T00:15:32.815Z Downloaded libbz2-rs-sys v0.2.2
2202026-09-11T00:15:32.819Z Downloaded foreign-types-shared v0.3.1
2212026-09-11T00:15:32.819Z Downloaded log v0.4.33
2222026-09-11T00:15:32.819Z Downloaded lru-slab v0.1.2
2232026-09-11T00:15:32.819Z Downloaded foreign-types v0.5.0
2242026-09-11T00:15:32.822Z Downloaded foreign-types-shared v0.1.1
2252026-09-11T00:15:32.822Z Downloaded futures-io v0.3.32
2262026-09-11T00:15:32.822Z Downloaded guppy-workspace-hack v0.1.0
2272026-09-11T00:15:32.822Z Downloaded managed v0.8.0
2282026-09-11T00:15:32.825Z Downloaded hashbrown v0.13.2
2292026-09-11T00:15:32.828Z Downloaded enum_dispatch v0.3.13
2302026-09-11T00:15:32.828Z Downloaded foreign-types-macros v0.2.3
2312026-09-11T00:15:32.828Z Downloaded futures-macro v0.3.32
2322026-09-11T00:15:32.831Z Downloaded libloading v0.8.9
2332026-09-11T00:15:32.832Z Downloaded md-5 v0.11.0
2342026-09-11T00:15:32.832Z Downloaded lazy_static v1.5.0
2352026-09-11T00:15:32.835Z Downloaded num-conv v0.2.0
2362026-09-11T00:15:32.835Z Downloaded memmap v0.7.0
2372026-09-11T00:15:32.838Z Downloaded multimap v0.10.1
2382026-09-11T00:15:32.838Z Downloaded lru-cache v0.1.2
2392026-09-11T00:15:32.841Z Downloaded env_logger v0.11.11
2402026-09-11T00:15:32.841Z Downloaded ff v0.13.1
2412026-09-11T00:15:32.841Z Downloaded find-msvc-tools v0.1.9
2422026-09-11T00:15:32.846Z Downloaded elliptic-curve v0.13.8
2432026-09-11T00:15:32.850Z Downloaded match_cfg v0.1.0
2442026-09-11T00:15:32.853Z Downloaded nibble_vec v0.1.0
2452026-09-11T00:15:32.853Z Downloaded maybe-uninit v2.0.0
2462026-09-11T00:15:32.853Z Downloaded newline-converter v0.3.0
2472026-09-11T00:15:32.853Z Downloaded nonempty v0.12.0
2482026-09-11T00:15:32.853Z Downloaded block-buffer v0.12.1
2492026-09-11T00:15:32.853Z Downloaded cfg-if v1.0.4
2502026-09-11T00:15:32.857Z Downloaded cfg_aliases v0.1.1
2512026-09-11T00:15:32.857Z Downloaded nodrop v0.1.14
2522026-09-11T00:15:32.857Z Downloaded opaque-debug v0.3.1
2532026-09-11T00:15:32.860Z Downloaded nested v0.1.1
2542026-09-11T00:15:32.860Z Downloaded new_debug_unreachable v1.0.6
2552026-09-11T00:15:32.860Z Downloaded normalize-line-endings v0.3.0
2562026-09-11T00:15:32.860Z Downloaded openssl-macros v0.1.1
2572026-09-11T00:15:32.863Z Downloaded miette-derive v5.10.0
2582026-09-11T00:15:32.863Z Downloaded num v0.4.3
2592026-09-11T00:15:32.863Z Downloaded glob v0.3.3
2602026-09-11T00:15:32.866Z Downloaded crunchy v0.2.4
2612026-09-11T00:15:32.866Z Downloaded cstr-argument v0.1.2
2622026-09-11T00:15:32.866Z Downloaded md5 v0.8.0
2632026-09-11T00:15:32.866Z Downloaded foldhash v0.2.0
2642026-09-11T00:15:32.866Z Downloaded fs_extra v1.3.0
2652026-09-11T00:15:32.869Z Downloaded futures-executor v0.3.32
2662026-09-11T00:15:32.869Z Downloaded fixedbitset v0.5.7
2672026-09-11T00:15:32.869Z Downloaded newtype-uuid-macros v0.1.0
2682026-09-11T00:15:32.873Z Downloaded futures-timer v3.0.3
2692026-09-11T00:15:32.873Z Downloaded form_urlencoded v1.2.2
2702026-09-11T00:15:32.873Z Downloaded multer v3.1.0
2712026-09-11T00:15:32.873Z Downloaded newtype_derive v0.1.6
2722026-09-11T00:15:32.876Z Downloaded mime_guess v2.0.5
2732026-09-11T00:15:32.879Z Downloaded linear-map v1.2.0
2742026-09-11T00:15:32.879Z Downloaded openssl-probe v0.1.6
2752026-09-11T00:15:32.883Z Downloaded debug-ignore v1.0.5
2762026-09-11T00:15:32.886Z Downloaded macaddr v1.0.1
2772026-09-11T00:15:32.886Z Downloaded num_enum_derive v0.5.11
2782026-09-11T00:15:32.886Z Downloaded ff v0.14.0
2792026-09-11T00:15:32.890Z Downloaded hash32 v0.2.1
2802026-09-11T00:15:32.890Z Downloaded git-stub-vcs v0.1.0
2812026-09-11T00:15:32.890Z Downloaded globset v0.4.18
2822026-09-11T00:15:32.890Z Downloaded group v0.13.0
2832026-09-11T00:15:32.890Z Downloaded elliptic-curve v0.14.1
2842026-09-11T00:15:32.894Z Downloaded group v0.14.0
2852026-09-11T00:15:32.894Z Downloaded openssl-probe v0.2.1
2862026-09-11T00:15:32.894Z Downloaded bytecount v0.6.9
2872026-09-11T00:15:32.894Z Downloaded defmt-parser v1.0.0
2882026-09-11T00:15:32.897Z Downloaded dof v0.3.0
2892026-09-11T00:15:32.897Z Downloaded num_threads v0.1.7
2902026-09-11T00:15:32.897Z Downloaded cpubits v0.1.1
2912026-09-11T00:15:32.897Z Downloaded percent-encoding v2.3.2
2922026-09-11T00:15:32.897Z Downloaded mime v0.3.17
2932026-09-11T00:15:32.897Z Downloaded plain v0.2.3
2942026-09-11T00:15:32.897Z Downloaded pretty-hex v0.4.1
2952026-09-11T00:15:32.901Z Downloaded proc-macro-error-attr v1.0.4
2962026-09-11T00:15:32.901Z Downloaded proc-macro-error-attr2 v2.0.0
2972026-09-11T00:15:32.901Z Downloaded darling_macro v0.13.4
2982026-09-11T00:15:32.901Z Downloaded libtest-mimic v0.8.1
2992026-09-11T00:15:32.901Z Downloaded quick-error v1.2.3
3002026-09-11T00:15:32.901Z Downloaded darling_macro v0.20.11
3012026-09-11T00:15:32.901Z Downloaded fs-err v3.3.0
3022026-09-11T00:15:32.904Z Downloaded bit-vec v0.8.0
3032026-09-11T00:15:32.904Z Downloaded phf_shared v0.12.1
3042026-09-11T00:15:32.907Z Downloaded potential_utf v0.1.4
3052026-09-11T00:15:32.907Z Downloaded bitflags v1.3.2
3062026-09-11T00:15:32.911Z Downloaded cargo_metadata v0.23.1
3072026-09-11T00:15:32.911Z Downloaded cipher v0.4.4
3082026-09-11T00:15:32.914Z Downloaded cbc v0.2.1
3092026-09-11T00:15:32.914Z Downloaded cmov v0.5.4
3102026-09-11T00:15:32.914Z Downloaded lru v0.18.3
3112026-09-11T00:15:32.914Z Downloaded miette-derive v7.6.0
3122026-09-11T00:15:32.914Z Downloaded module-lattice v0.2.3
3132026-09-11T00:15:32.917Z Downloaded miette v5.10.0
3142026-09-11T00:15:32.917Z Downloaded libsw-core v0.3.2
3152026-09-11T00:15:32.920Z Downloaded num-complex v0.4.6
3162026-09-11T00:15:32.920Z Downloaded progenitor-macro v0.13.0
3172026-09-11T00:15:32.920Z Downloaded linked-hash-map v0.5.6
3182026-09-11T00:15:32.920Z Downloaded rand_chacha v0.3.1
3192026-09-11T00:15:32.920Z Downloaded rand_xorshift v0.4.0
3202026-09-11T00:15:32.921Z Downloaded num-iter v0.1.45
3212026-09-11T00:15:32.924Z Downloaded nanorand v0.7.0
3222026-09-11T00:15:32.924Z Downloaded native-tls v0.2.18
3232026-09-11T00:15:32.924Z Downloaded num-primitive v0.2.1
3242026-09-11T00:15:32.924Z Downloaded num_enum v0.5.11
3252026-09-11T00:15:32.927Z Downloaded scheduled-thread-pool v0.2.7
3262026-09-11T00:15:32.927Z Downloaded funty v2.0.0
3272026-09-11T00:15:32.927Z Downloaded concurrent-queue v2.5.0
3282026-09-11T00:15:32.931Z Downloaded critical-section v1.2.0
3292026-09-11T00:15:32.931Z Downloaded progenitor-macro v0.14.0
3302026-09-11T00:15:32.931Z Downloaded getrandom v0.2.17
3312026-09-11T00:15:32.931Z Downloaded fs-err v2.11.0
3322026-09-11T00:15:32.935Z Downloaded nu-ansi-term v0.50.3
3332026-09-11T00:15:32.935Z Downloaded num-rational v0.4.2
3342026-09-11T00:15:32.936Z Downloaded num_enum v0.7.6
3352026-09-11T00:15:32.939Z Downloaded half v1.8.3
3362026-09-11T00:15:32.939Z Downloaded darling v0.13.4
3372026-09-11T00:15:32.939Z Downloaded memmap2 v0.9.10
3382026-09-11T00:15:32.939Z Downloaded foldhash v0.1.5
3392026-09-11T00:15:32.942Z Downloaded delegate v0.13.5
3402026-09-11T00:15:32.946Z Downloaded document-features v0.2.12
3412026-09-11T00:15:32.946Z Downloaded phc v0.6.1
3422026-09-11T00:15:32.946Z Downloaded num-integer v0.1.46
3432026-09-11T00:15:32.946Z Downloaded num_enum_derive v0.7.6
3442026-09-11T00:15:32.949Z Downloaded structmeta v0.3.0
3452026-09-11T00:15:32.952Z Downloaded newtype-uuid v1.3.2
3462026-09-11T00:15:32.952Z Downloaded oorandom v11.1.5
3472026-09-11T00:15:32.952Z Downloaded subtle v2.6.1
3482026-09-11T00:15:32.952Z Downloaded supports-color v3.0.2
3492026-09-11T00:15:32.956Z Downloaded pkcs8 v0.10.2
3502026-09-11T00:15:32.956Z Downloaded flate2 v1.1.9
3512026-09-11T00:15:32.959Z Downloaded ml-kem v0.3.2
3522026-09-11T00:15:32.959Z Downloaded corncobs v0.1.4
3532026-09-11T00:15:32.962Z Downloaded difflib v0.4.0
3542026-09-11T00:15:32.962Z Downloaded digest v0.10.7
3552026-09-11T00:15:32.962Z Downloaded pin-project-lite v0.2.17
3562026-09-11T00:15:32.965Z Downloaded ed25519-dalek v2.2.0
3572026-09-11T00:15:32.965Z Downloaded predicates v3.1.4
3582026-09-11T00:15:32.968Z Downloaded camino v1.2.5
3592026-09-11T00:15:32.969Z Downloaded blake2 v0.11.0-rc.6
3602026-09-11T00:15:32.972Z Downloaded bzip2 v0.4.4
3612026-09-11T00:15:32.972Z Downloaded const-oid v0.9.6
3622026-09-11T00:15:32.972Z Downloaded semver v0.1.20
3632026-09-11T00:15:32.972Z Downloaded secrecy v0.10.3
3642026-09-11T00:15:32.972Z Downloaded signal-hook-tokio v0.3.1
3652026-09-11T00:15:32.975Z Downloaded rand_chacha v0.9.0
3662026-09-11T00:15:32.975Z Downloaded signature v2.2.0
3672026-09-11T00:15:32.975Z Downloaded signature v3.0.0
3682026-09-11T00:15:32.975Z Downloaded sigpipe v0.1.3
3692026-09-11T00:15:32.975Z Downloaded crossbeam-utils v0.8.21
3702026-09-11T00:15:32.978Z Downloaded ssh-cipher v0.2.0
3712026-09-11T00:15:32.978Z Downloaded futures-channel v0.3.32
3722026-09-11T00:15:32.978Z Downloaded generic-array v1.4.3
3732026-09-11T00:15:32.982Z Downloaded rlimit v0.10.2
3742026-09-11T00:15:32.983Z Downloaded getrandom v0.4.3
3752026-09-11T00:15:32.986Z Downloaded half v2.7.1
3762026-09-11T00:15:32.986Z Downloaded libsw v3.5.0
3772026-09-11T00:15:32.986Z Downloaded defmt-macros v1.0.1
3782026-09-11T00:15:32.989Z Downloaded sapling-renderdag v0.1.0
3792026-09-11T00:15:32.989Z Downloaded time-core v0.1.8
3802026-09-11T00:15:32.989Z Downloaded num-modular v0.6.5
3812026-09-11T00:15:32.989Z Downloaded usdt-macro v0.6.0
3822026-09-11T00:15:32.989Z Downloaded futures v0.3.32
3832026-09-11T00:15:32.993Z Downloaded getrandom v0.3.4
3842026-09-11T00:15:32.996Z Downloaded swrite v0.1.0
3852026-09-11T00:15:32.996Z Downloaded take_mut v0.2.2
3862026-09-11T00:15:32.996Z Downloaded serde_urlencoded v0.7.1
3872026-09-11T00:15:32.996Z Downloaded ed25519-dalek v3.0.0
3882026-09-11T00:15:32.999Z Downloaded tokio-macros v2.7.0
3892026-09-11T00:15:32.999Z Downloaded universal-hash v0.5.1
3902026-09-11T00:15:32.999Z Downloaded wait-timeout v0.2.1
3912026-09-11T00:15:32.999Z Downloaded serde_tokenstream v0.3.0
3922026-09-11T00:15:33.002Z Downloaded termtree v0.5.1
3932026-09-11T00:15:33.002Z Downloaded snafu-derive v0.8.9
3942026-09-11T00:15:33.006Z Downloaded universal-hash v0.6.1
3952026-09-11T00:15:33.009Z Downloaded version_check v0.9.5
3962026-09-11T00:15:33.009Z Downloaded wnaf v0.14.0
3972026-09-11T00:15:33.009Z Downloaded hex-literal v0.4.1
3982026-09-11T00:15:33.009Z Downloaded hubpack v0.1.2
3992026-09-11T00:15:33.009Z Downloaded rustc-demangle v0.1.27
4002026-09-11T00:15:33.013Z Downloaded dropshot_endpoint v0.17.1
4012026-09-11T00:15:33.013Z Downloaded hyper-tls v0.6.0
4022026-09-11T00:15:33.013Z Downloaded rustls-pemfile v2.2.0
4032026-09-11T00:15:33.016Z Downloaded fancy-regex v0.14.0
4042026-09-11T00:15:33.016Z Downloaded cfg-expr v0.20.6
4052026-09-11T00:15:33.020Z Downloaded rustversion v1.0.22
4062026-09-11T00:15:33.020Z Downloaded const-oid v0.10.2
4072026-09-11T00:15:33.023Z Downloaded unicode-xid v0.2.6
4082026-09-11T00:15:33.023Z Downloaded usdt-attr-macro v0.6.0
4092026-09-11T00:15:33.023Z Downloaded yoke-derive v0.8.1
4102026-09-11T00:15:33.027Z Downloaded illumos-nvpair-sys v0.2.0
4112026-09-11T00:15:33.027Z Downloaded is-terminal v0.4.17
4122026-09-11T00:15:33.027Z Downloaded kstat-rs v0.2.5
4132026-09-11T00:15:33.027Z Downloaded itoa v1.0.17
4142026-09-11T00:15:33.030Z Downloaded pest_generator v2.8.6
4152026-09-11T00:15:33.030Z Downloaded poly1305 v0.8.0
4162026-09-11T00:15:33.030Z Downloaded poly1305 v0.9.0
4172026-09-11T00:15:33.030Z Downloaded thiserror-impl v1.0.69
4182026-09-11T00:15:33.034Z Downloaded thiserror-impl v2.0.18
4192026-09-11T00:15:33.034Z Downloaded tiny-keccak v2.0.2
4202026-09-11T00:15:33.034Z Downloaded serde_path_to_error v0.1.20
4212026-09-11T00:15:33.034Z Downloaded slog-scope v4.4.1
4222026-09-11T00:15:33.037Z Downloaded slog-stdlog v4.1.1
4232026-09-11T00:15:33.037Z Downloaded http-range-header v0.4.2
4242026-09-11T00:15:33.037Z Downloaded time-macros v0.2.27
4252026-09-11T00:15:33.037Z Downloaded tokio-dtrace v0.1.1
4262026-09-11T00:15:33.041Z Downloaded indoc v1.0.9
4272026-09-11T00:15:33.046Z Downloaded parking v2.2.1
4282026-09-11T00:15:33.049Z Downloaded parse-size v1.1.0
4292026-09-11T00:15:33.049Z Downloaded array-init v0.0.4
4302026-09-11T00:15:33.049Z Downloaded omicron-zone-package v0.12.3
4312026-09-11T00:15:33.052Z Downloaded assert-json-diff v2.0.2
4322026-09-11T00:15:33.052Z Downloaded async-stream v0.3.6
4332026-09-11T00:15:33.057Z Downloaded string_cache v0.8.9
4342026-09-11T00:15:33.060Z Downloaded writeable v0.6.2
4352026-09-11T00:15:33.060Z Downloaded oso-derive v0.27.3
4362026-09-11T00:15:33.060Z Downloaded whoami v1.6.1
4372026-09-11T00:15:33.060Z Downloaded whoami v2.1.0
4382026-09-11T00:15:33.064Z Downloaded block-buffer v0.10.4
4392026-09-11T00:15:33.064Z Downloaded block-padding v0.4.2
4402026-09-11T00:15:33.064Z Downloaded miniz_oxide v0.8.9
4412026-09-11T00:15:33.067Z Downloaded num-traits v0.2.19
4422026-09-11T00:15:33.067Z Downloaded term v1.2.1
4432026-09-11T00:15:33.070Z Downloaded strum_macros v0.24.3
4442026-09-11T00:15:33.070Z Downloaded target-spec v3.5.7
4452026-09-11T00:15:33.073Z Downloaded colored v2.2.0
4462026-09-11T00:15:33.073Z Downloaded peg-runtime v0.8.5
4472026-09-11T00:15:33.073Z Downloaded tokio-native-tls v0.3.1
4482026-09-11T00:15:33.077Z Downloaded pathdiff v0.2.3
4492026-09-11T00:15:33.077Z Downloaded async-stream-impl v0.3.6
4502026-09-11T00:15:33.081Z Downloaded crypto-common v0.1.7
4512026-09-11T00:15:33.084Z Downloaded jobserver v0.1.34
4522026-09-11T00:15:33.093Z Downloaded serde-hex v0.1.0
4532026-09-11T00:15:33.096Z Downloaded vergen-git2 v9.1.0
4542026-09-11T00:15:33.096Z Downloaded diesel_table_macro_syntax v0.3.0
4552026-09-11T00:15:33.099Z Downloaded tracing-attributes v0.1.31
4562026-09-11T00:15:33.102Z Downloaded twox-hash v2.1.2
4572026-09-11T00:15:33.102Z Downloaded zeroize v1.9.0
4582026-09-11T00:15:33.105Z Downloaded highway v1.3.0
4592026-09-11T00:15:33.105Z Downloaded oxide-update-engine-display v0.1.2
4602026-09-11T00:15:33.105Z Downloaded zmij v1.0.21
4612026-09-11T00:15:33.108Z Downloaded darling_core v0.13.4
4622026-09-11T00:15:33.108Z Downloaded partial-io v0.5.4
4632026-09-11T00:15:33.112Z Downloaded assert_cmd v2.1.2
4642026-09-11T00:15:33.112Z Downloaded plotters-backend v0.3.7
4652026-09-11T00:15:33.115Z Downloaded defmt v0.3.100
4662026-09-11T00:15:33.118Z Downloaded indoc v2.0.7
4672026-09-11T00:15:33.122Z Downloaded cargo-platform v0.3.2
4682026-09-11T00:15:33.125Z Downloaded cexpr v0.6.0
4692026-09-11T00:15:33.129Z Downloaded pretty_assertions v1.4.1
4702026-09-11T00:15:33.132Z Downloaded rustc_version v0.4.1
4712026-09-11T00:15:33.132Z Downloaded constant_time_eq v0.4.2
4722026-09-11T00:15:33.135Z Downloaded const_format v0.2.35
4732026-09-11T00:15:33.138Z Downloaded prettyplease v0.2.37
4742026-09-11T00:15:33.141Z Downloaded predicates-core v1.0.10
4752026-09-11T00:15:33.141Z Downloaded predicates-tree v1.0.13
4762026-09-11T00:15:33.145Z Downloaded cipher v0.5.2
4772026-09-11T00:15:33.148Z Downloaded scopeguard v1.2.0
4782026-09-11T00:15:33.148Z Downloaded crypto-bigint v0.5.5
4792026-09-11T00:15:33.160Z Downloaded schemars v0.8.22
4802026-09-11T00:15:33.160Z Downloaded memchr v2.8.0
4812026-09-11T00:15:33.160Z Downloaded hashbrown v0.12.3
4822026-09-11T00:15:33.163Z Downloaded termios v0.3.3
4832026-09-11T00:15:33.163Z Downloaded dashu-base v0.5.1
4842026-09-11T00:15:33.163Z Downloaded serde-big-array v0.5.1
4852026-09-11T00:15:33.166Z Downloaded der_derive v0.7.3
4862026-09-11T00:15:33.166Z Downloaded serde_bytes v0.11.19
4872026-09-11T00:15:33.166Z Downloaded serde_repr v0.1.20
4882026-09-11T00:15:33.166Z Downloaded serde_spanned v0.6.9
4892026-09-11T00:15:33.167Z Downloaded signal-hook-mio v0.2.5
4902026-09-11T00:15:33.170Z Downloaded bit-set v0.5.3
4912026-09-11T00:15:33.170Z Downloaded bcs v0.1.6
4922026-09-11T00:15:33.170Z Downloaded rfc6979 v0.4.0
4932026-09-11T00:15:33.170Z Downloaded russh-util v0.52.0
4942026-09-11T00:15:33.170Z Downloaded derive_more v2.1.1
4952026-09-11T00:15:33.176Z Downloaded radium v0.7.0
4962026-09-11T00:15:33.179Z Downloaded rstest v0.25.0
4972026-09-11T00:15:33.182Z Downloaded secrecy v0.8.0
4982026-09-11T00:15:33.182Z Downloaded tungstenite v0.21.0
4992026-09-11T00:15:33.182Z Downloaded tungstenite v0.23.0
5002026-09-11T00:15:33.185Z Downloaded anstyle-parse v1.0.0
5012026-09-11T00:15:33.185Z Downloaded digest v0.11.3
5022026-09-11T00:15:33.188Z Downloaded blowfish v0.10.0
5032026-09-11T00:15:33.188Z Downloaded ryu v1.0.23
5042026-09-11T00:15:33.189Z Downloaded backoff v0.4.0
5052026-09-11T00:15:33.192Z Downloaded scuffle v0.1.0
5062026-09-11T00:15:33.192Z Downloaded supports-unicode v2.1.0
5072026-09-11T00:15:33.192Z Downloaded progenitor v0.14.0
5082026-09-11T00:15:33.195Z Downloaded progenitor-client v0.13.0
5092026-09-11T00:15:33.195Z Downloaded minimal-lexical v0.2.1
5102026-09-11T00:15:33.198Z Downloaded httptest v0.16.4
5112026-09-11T00:15:33.198Z Downloaded psm v0.1.30
5122026-09-11T00:15:33.202Z Downloaded sync-ptr v0.1.4
5132026-09-11T00:15:33.202Z Downloaded tap v1.0.1
5142026-09-11T00:15:33.202Z Downloaded testing_table v0.3.0
5152026-09-11T00:15:33.202Z Downloaded slog-envlogger v2.2.0
5162026-09-11T00:15:33.202Z Downloaded toml_datetime v0.6.11
5172026-09-11T00:15:33.205Z Downloaded strip-ansi-escapes v0.2.1
5182026-09-11T00:15:33.206Z Downloaded cookie_store v0.22.1
5192026-09-11T00:15:33.206Z Downloaded strum v0.27.2
5202026-09-11T00:15:33.206Z Downloaded tabled_derive v0.7.0
5212026-09-11T00:15:33.206Z Downloaded criterion-plot v0.6.0
5222026-09-11T00:15:33.206Z Downloaded num-bigint-dig v0.8.6
5232026-09-11T00:15:33.210Z Downloaded same-file v1.0.6
5242026-09-11T00:15:33.210Z Downloaded scroll v0.12.0
5252026-09-11T00:15:33.210Z Downloaded expectorate v1.2.0
5262026-09-11T00:15:33.213Z Downloaded darling v0.20.11
5272026-09-11T00:15:33.217Z Downloaded darling v0.21.3
5282026-09-11T00:15:33.220Z Downloaded signal-hook-registry v1.4.8
5292026-09-11T00:15:33.220Z Downloaded unicode-linebreak v0.1.5
5302026-09-11T00:15:33.220Z Downloaded unarray v0.1.4
5312026-09-11T00:15:33.220Z Downloaded unit-prefix v0.5.2
5322026-09-11T00:15:33.223Z Downloaded proc-macro-error v1.0.4
5332026-09-11T00:15:33.227Z Downloaded toml_edit v0.22.27
5342026-09-11T00:15:33.227Z Downloaded tungstenite v0.28.0
5352026-09-11T00:15:33.231Z Downloaded uuid v1.23.4
5362026-09-11T00:15:33.231Z Downloaded diff v0.1.13
5372026-09-11T00:15:33.235Z Downloaded thread-id v4.2.2
5382026-09-11T00:15:33.235Z Downloaded postgres-types v0.2.14
5392026-09-11T00:15:33.235Z Downloaded ssh-encoding v0.3.0
5402026-09-11T00:15:33.240Z Downloaded thread-id v5.1.0
5412026-09-11T00:15:33.240Z Downloaded usdt v0.5.0
5422026-09-11T00:15:33.240Z Downloaded void v1.0.2
5432026-09-11T00:15:33.240Z Downloaded derive_more-impl v2.1.1
5442026-09-11T00:15:33.243Z Downloaded port-file v0.1.0
5452026-09-11T00:15:33.247Z Downloaded peg-macros v0.8.5
5462026-09-11T00:15:33.247Z Downloaded ahash v0.8.12
5472026-09-11T00:15:33.247Z Downloaded r2d2 v0.8.10
5482026-09-11T00:15:33.250Z Downloaded tower-service v0.3.3
5492026-09-11T00:15:33.250Z Downloaded xattr v1.6.1
5502026-09-11T00:15:33.253Z Downloaded clang-sys v1.8.1
5512026-09-11T00:15:33.256Z Downloaded tracing-core v0.1.36
5522026-09-11T00:15:33.260Z Downloaded zerocopy v0.6.6
5532026-09-11T00:15:33.260Z Downloaded clap v4.6.1
5542026-09-11T00:15:33.264Z Downloaded topological-sort v0.2.2
5552026-09-11T00:15:33.267Z Downloaded hex-literal v1.1.0
5562026-09-11T00:15:33.267Z Downloaded hex v0.4.3
5572026-09-11T00:15:33.267Z Downloaded inout v0.2.2
5582026-09-11T00:15:33.267Z Downloaded internet-checksum v0.2.1
5592026-09-11T00:15:33.267Z Downloaded knuffel v3.2.0
5602026-09-11T00:15:33.271Z Downloaded crc-any v2.5.0
5612026-09-11T00:15:33.271Z Downloaded console v0.15.11
5622026-09-11T00:15:33.274Z Downloaded is_ci v1.2.0
5632026-09-11T00:15:33.274Z Downloaded oxide-generation-macros v0.2.0
5642026-09-11T00:15:33.277Z Downloaded serdect v0.4.3
5652026-09-11T00:15:33.277Z Downloaded slog-dtrace v0.3.0
5662026-09-11T00:15:33.280Z Downloaded zeroize_derive v1.5.0
5672026-09-11T00:15:33.280Z Downloaded toml_edit v0.23.10+spec-1.0.0
5682026-09-11T00:15:33.284Z Downloaded papergrid v0.18.0
5692026-09-11T00:15:33.287Z Downloaded ident_case v1.0.1
5702026-09-11T00:15:33.287Z Downloaded idna_adapter v1.2.1
5712026-09-11T00:15:33.287Z Downloaded jiff-static v0.2.34
5722026-09-11T00:15:33.290Z Downloaded password-hash v0.6.1
5732026-09-11T00:15:33.290Z Downloaded moka v0.12.13
5742026-09-11T00:15:33.294Z Downloaded spki v0.7.3
5752026-09-11T00:15:33.298Z Downloaded walkdir v2.5.0
5762026-09-11T00:15:33.298Z Downloaded snafu v0.8.9
5772026-09-11T00:15:33.301Z Downloaded num-bigint v0.4.6
5782026-09-11T00:15:33.301Z Downloaded base64 v0.22.1
5792026-09-11T00:15:33.304Z Downloaded rcgen v0.12.1
5802026-09-11T00:15:33.307Z Downloaded oso v0.27.3
5812026-09-11T00:15:33.307Z Downloaded derive_builder v0.20.2
5822026-09-11T00:15:33.313Z Downloaded tls_codec v0.4.2
5832026-09-11T00:15:33.313Z Downloaded zerovec-derive v0.11.2
5842026-09-11T00:15:33.313Z Downloaded ciborium-io v0.2.2
5852026-09-11T00:15:33.313Z Downloaded tokio-test v0.4.5
5862026-09-11T00:15:33.316Z Downloaded lalrpop-util v0.19.12
5872026-09-11T00:15:33.316Z Downloaded anstyle-query v1.1.5
5882026-09-11T00:15:33.316Z Downloaded ascii-canvas v3.0.0
5892026-09-11T00:15:33.316Z Downloaded base16ct v0.2.0
5902026-09-11T00:15:33.325Z Downloaded resolv-conf v0.7.6
5912026-09-11T00:15:33.328Z Downloaded atomicwrites v0.4.4
5922026-09-11T00:15:33.328Z Downloaded atomic-waker v1.1.2
5932026-09-11T00:15:33.328Z Downloaded bb8 v0.8.6
5942026-09-11T00:15:33.340Z Downloaded crc v3.4.0
5952026-09-11T00:15:33.343Z Downloaded sha2 v0.11.0
5962026-09-11T00:15:33.343Z Downloaded oxide-generation v0.1.3
5972026-09-11T00:15:33.344Z Downloaded utf8_iter v1.0.4
5982026-09-11T00:15:33.347Z Downloaded headers v0.4.1
5992026-09-11T00:15:33.347Z Downloaded nom v7.1.3
6002026-09-11T00:15:33.354Z Downloaded pest_meta v2.8.6
6012026-09-11T00:15:33.357Z Downloaded pkcs5 v0.8.1
6022026-09-11T00:15:33.357Z Downloaded pem-rfc7468 v0.7.0
6032026-09-11T00:15:33.358Z Downloaded argon2 v0.5.3
6042026-09-11T00:15:33.358Z Downloaded spki v0.8.0
6052026-09-11T00:15:33.358Z Downloaded humantime v2.3.0
6062026-09-11T00:15:33.358Z Downloaded dirs-next v2.0.0
6072026-09-11T00:15:33.361Z Downloaded digest-io v0.1.0
6082026-09-11T00:15:33.361Z Downloaded precomputed-hash v0.1.1
6092026-09-11T00:15:33.362Z Downloaded proc-macro-crate v1.3.1
6102026-09-11T00:15:33.362Z Downloaded plotters-svg v0.3.7
6112026-09-11T00:15:33.365Z Downloaded bit-vec v0.6.3
6122026-09-11T00:15:33.365Z Downloaded bitfield v0.19.4
6132026-09-11T00:15:33.365Z Downloaded serde_with v1.14.0
6142026-09-11T00:15:33.369Z Downloaded ssh-key v0.6.7
6152026-09-11T00:15:33.373Z Downloaded rayon-core v1.13.0
6162026-09-11T00:15:33.373Z Downloaded test-strategy v0.4.5
6172026-09-11T00:15:33.377Z Downloaded knuffel-derive v3.2.0
6182026-09-11T00:15:33.377Z Downloaded zerocopy-derive v0.7.35
6192026-09-11T00:15:33.380Z Downloaded zstd-safe v7.2.4
6202026-09-11T00:15:33.380Z Downloaded rfc6979 v0.6.0
6212026-09-11T00:15:33.380Z Downloaded indicatif v0.18.4
6222026-09-11T00:15:33.383Z Downloaded hickory-client v0.25.2
6232026-09-11T00:15:33.383Z Downloaded des v0.9.0
6242026-09-11T00:15:33.383Z Downloaded pin-project v1.1.11
6252026-09-11T00:15:33.389Z Downloaded tokio-stream v0.1.18
6262026-09-11T00:15:33.393Z Downloaded toml v1.1.2+spec-1.1.0
6272026-09-11T00:15:33.396Z Downloaded p256 v0.14.0
6282026-09-11T00:15:33.399Z Downloaded libxml v0.3.3
6292026-09-11T00:15:33.402Z Downloaded buf-list v1.1.2
6302026-09-11T00:15:33.402Z Downloaded slog-bunyan v2.5.0
6312026-09-11T00:15:33.402Z Downloaded signal-hook v0.3.18
6322026-09-11T00:15:33.407Z Downloaded trybuild v1.0.116
6332026-09-11T00:15:33.407Z Downloaded const_format_proc_macros v0.2.34
6342026-09-11T00:15:33.412Z Downloaded derive-ex v0.1.8
6352026-09-11T00:15:33.412Z Downloaded typify v0.6.2
6362026-09-11T00:15:33.412Z Downloaded scroll_derive v0.12.1
6372026-09-11T00:15:33.412Z Downloaded path-tree v0.8.3
6382026-09-11T00:15:33.412Z Downloaded csv-core v0.1.13
6392026-09-11T00:15:33.412Z Downloaded smawk v0.3.2
6402026-09-11T00:15:33.415Z Downloaded strsim v0.10.0
6412026-09-11T00:15:33.415Z Downloaded strsim v0.11.1
6422026-09-11T00:15:33.415Z Downloaded mio v1.2.0
6432026-09-11T00:15:33.419Z Downloaded guppy v0.17.25
6442026-09-11T00:15:33.422Z Downloaded miette v7.6.0
6452026-09-11T00:15:33.422Z Downloaded sponge-cursor v0.1.0
6462026-09-11T00:15:33.425Z Downloaded supports-hyperlinks v2.1.0
6472026-09-11T00:15:33.425Z Downloaded async-lock v3.4.2
6482026-09-11T00:15:33.425Z Downloaded primeorder v0.14.0
6492026-09-11T00:15:33.425Z Downloaded vergen v9.1.0
6502026-09-11T00:15:33.429Z Downloaded yasna v0.5.2
6512026-09-11T00:15:33.429Z Downloaded ssh-key v0.7.0-rc.11
6522026-09-11T00:15:33.433Z Downloaded subprocess v0.2.15
6532026-09-11T00:15:33.436Z Downloaded quinn v0.11.11
6542026-09-11T00:15:33.441Z Downloaded quote v1.0.45
6552026-09-11T00:15:33.441Z Downloaded sync_wrapper v1.0.2
6562026-09-11T00:15:33.441Z Downloaded unicode-truncate v1.1.0
6572026-09-11T00:15:33.442Z Downloaded trait-variant v0.1.2
6582026-09-11T00:15:33.442Z Downloaded bytesize v2.7.0
6592026-09-11T00:15:33.445Z Downloaded chacha20 v0.10.0
6602026-09-11T00:15:33.445Z Downloaded pem-rfc7468 v1.0.0
6612026-09-11T00:15:33.445Z Downloaded parking_lot_core v0.9.12
6622026-09-11T00:15:33.449Z Downloaded bzip2 v0.6.1
6632026-09-11T00:15:33.449Z Downloaded ciborium v0.2.2
6642026-09-11T00:15:33.449Z Downloaded console v0.16.2
6652026-09-11T00:15:33.449Z Downloaded untrusted v0.7.1
6662026-09-11T00:15:33.452Z Downloaded usdt-macro v0.5.0
6672026-09-11T00:15:33.452Z Downloaded hostname v0.4.2
6682026-09-11T00:15:33.457Z Downloaded futures-util v0.3.32
6692026-09-11T00:15:33.460Z Downloaded serde_derive_internals v0.29.1
6702026-09-11T00:15:33.495Z Downloaded indexmap v2.14.0
6712026-09-11T00:15:33.495Z Downloaded recursive-proc-macro-impl v0.1.1
6722026-09-11T00:15:33.495Z Downloaded stacker v0.1.23
6732026-09-11T00:15:33.495Z Downloaded hostname v0.3.1
6742026-09-11T00:15:33.495Z Downloaded rsa v0.10.0-rc.18
6752026-09-11T00:15:33.495Z Downloaded ar_archive_writer v0.5.1
6762026-09-11T00:15:33.495Z Downloaded scroll v0.13.0
6772026-09-11T00:15:33.495Z Downloaded pkcs1 v0.8.0-rc.4
6782026-09-11T00:15:33.504Z Downloaded quinn-udp v0.5.14
6792026-09-11T00:15:33.504Z Downloaded typed-path v0.9.3
6802026-09-11T00:15:33.504Z Downloaded cc v1.2.56
6812026-09-11T00:15:33.504Z Downloaded serde_tokenstream v0.2.3
6822026-09-11T00:15:33.504Z Downloaded colored v3.1.1
6832026-09-11T00:15:33.504Z Downloaded path-slash v0.2.1
6842026-09-11T00:15:33.504Z Downloaded zip v0.6.6
6852026-09-11T00:15:33.504Z Downloaded is_terminal_polyfill v1.70.2
6862026-09-11T00:15:33.504Z Downloaded clap_builder v4.6.0
6872026-09-11T00:15:33.511Z Downloaded icu_normalizer v2.1.1
6882026-09-11T00:15:33.511Z Downloaded hybrid-array v0.4.13
6892026-09-11T00:15:33.511Z Downloaded hyper-util v0.1.20
6902026-09-11T00:15:33.515Z Downloaded thread_local v1.1.9
6912026-09-11T00:15:33.515Z Downloaded kem v0.3.0
6922026-09-11T00:15:33.515Z Downloaded convert_case v0.4.0
6932026-09-11T00:15:33.515Z Downloaded darling_macro v0.21.3
6942026-09-11T00:15:33.516Z Downloaded wyz v0.5.1
6952026-09-11T00:15:33.516Z Downloaded h2 v0.4.15
6962026-09-11T00:15:33.521Z Downloaded thiserror v2.0.18
6972026-09-11T00:15:33.526Z Downloaded nom v8.0.0
6982026-09-11T00:15:33.534Z Downloaded zstd v0.13.3
6992026-09-11T00:15:33.534Z Downloaded indent_write v2.2.0
7002026-09-11T00:15:33.534Z Downloaded crypto-common v0.2.2
7012026-09-11T00:15:33.534Z Downloaded tar v0.4.46
7022026-09-11T00:15:33.539Z Downloaded castaway v0.2.4
7032026-09-11T00:15:33.542Z Downloaded clap_lex v1.0.0
7042026-09-11T00:15:33.542Z Downloaded display-error-chain v0.2.2
7052026-09-11T00:15:33.542Z Downloaded powerfmt v0.2.0
7062026-09-11T00:15:33.542Z Downloaded unicase v2.9.0
7072026-09-11T00:15:33.542Z Downloaded rand v0.8.6
7082026-09-11T00:15:33.554Z Downloaded xshell v0.2.7
7092026-09-11T00:15:33.559Z Downloaded dof v0.4.0
7102026-09-11T00:15:33.562Z Downloaded anes v0.1.6
7112026-09-11T00:15:33.562Z Downloaded parse-display-derive v0.10.0
7122026-09-11T00:15:33.562Z Downloaded ref-cast-impl v1.0.25
7132026-09-11T00:15:33.566Z Downloaded rustc-hash v2.1.1
7142026-09-11T00:15:33.569Z Downloaded spin v0.9.8
7152026-09-11T00:15:33.569Z Downloaded goblin v0.8.2
7162026-09-11T00:15:33.573Z Downloaded idna v1.1.0
7172026-09-11T00:15:33.576Z Downloaded async-trait v0.1.89
7182026-09-11T00:15:33.579Z Downloaded steno v0.4.1
7192026-09-11T00:15:33.582Z Downloaded httparse v1.10.1
7202026-09-11T00:15:33.583Z Downloaded base64ct v1.8.3
7212026-09-11T00:15:33.587Z Downloaded camino-tempfile-ext v0.3.3
7222026-09-11T00:15:33.587Z Downloaded serde_plain v1.0.2
7232026-09-11T00:15:33.587Z Downloaded similar-asserts v1.7.0
7242026-09-11T00:15:33.587Z Downloaded derive_more v0.99.20
7252026-09-11T00:15:33.591Z Downloaded darling_core v0.21.3
7262026-09-11T00:15:33.597Z Downloaded darling_core v0.20.11
7272026-09-11T00:15:33.597Z Downloaded adler2 v2.0.1
7282026-09-11T00:15:33.597Z Downloaded seq-macro v0.3.6
7292026-09-11T00:15:33.601Z Downloaded postcard v1.1.3
7302026-09-11T00:15:33.605Z Downloaded tokio-rustls v0.26.4
7312026-09-11T00:15:33.605Z Downloaded url v2.5.8
7322026-09-11T00:15:33.615Z Downloaded displaydoc v0.2.5
7332026-09-11T00:15:33.615Z Downloaded postgres-protocol v0.6.12
7342026-09-11T00:15:33.615Z Downloaded ppv-lite86 v0.2.21
7352026-09-11T00:15:33.615Z Downloaded supports-unicode v3.0.0
7362026-09-11T00:15:33.620Z Downloaded byte-wrapper v0.1.0
7372026-09-11T00:15:33.620Z Downloaded zip v8.6.0
7382026-09-11T00:15:33.620Z Downloaded convert_case v0.10.0
7392026-09-11T00:15:33.627Z Downloaded progenitor-impl v0.13.0
7402026-09-11T00:15:33.627Z Downloaded toml v0.7.8
7412026-09-11T00:15:33.627Z Downloaded libm v0.2.16
7422026-09-11T00:15:33.633Z Downloaded parking_lot v0.11.2
7432026-09-11T00:15:33.633Z Downloaded argon2 v0.6.0-rc.8
7442026-09-11T00:15:33.633Z Downloaded rand_core v0.9.5
7452026-09-11T00:15:33.633Z Downloaded reedline v0.40.0
7462026-09-11T00:15:33.640Z Downloaded anstyle-parse v0.2.7
7472026-09-11T00:15:33.640Z Downloaded rand_seeder v0.4.0
7482026-09-11T00:15:33.640Z Downloaded reqwest v0.13.2
7492026-09-11T00:15:33.646Z Downloaded serde_with_macros v3.21.0
7502026-09-11T00:15:33.646Z Downloaded vsss-rs v3.3.4
7512026-09-11T00:15:33.646Z Downloaded bytes v1.11.1
7522026-09-11T00:15:33.654Z Downloaded deranged v0.5.8
7532026-09-11T00:15:33.660Z Downloaded pin-project-internal v1.1.11
7542026-09-11T00:15:33.660Z Downloaded tabwriter v1.4.1
7552026-09-11T00:15:33.660Z Downloaded thiserror-impl-no-std v2.0.2
7562026-09-11T00:15:33.660Z Downloaded blake2 v0.10.6
7572026-09-11T00:15:33.660Z Downloaded serde_with_macros v1.5.2
7582026-09-11T00:15:33.660Z Downloaded ingot-types v0.2.0
7592026-09-11T00:15:33.660Z Downloaded similar v2.7.0
7602026-09-11T00:15:33.667Z Downloaded term v0.7.0
7612026-09-11T00:15:33.667Z Downloaded waitgroup v0.1.2
7622026-09-11T00:15:33.667Z Downloaded xshell-macros v0.2.7
7632026-09-11T00:15:33.667Z Downloaded sqlformat v0.3.5
7642026-09-11T00:15:33.667Z Downloaded ssh-cipher v0.3.0
7652026-09-11T00:15:33.668Z Downloaded httpdate v1.0.3
7662026-09-11T00:15:33.668Z Downloaded oxide-update-engine v0.1.2
7672026-09-11T00:15:33.674Z Downloaded datatest-stable v0.3.3
7682026-09-11T00:15:33.674Z Downloaded tempfile v3.27.0
7692026-09-11T00:15:33.674Z Downloaded async-bb8-diesel v0.2.1
7702026-09-11T00:15:33.680Z Downloaded scrypt v0.12.0
7712026-09-11T00:15:33.680Z Downloaded sha2 v0.10.9
7722026-09-11T00:15:33.680Z Downloaded slog-async v2.8.0
7732026-09-11T00:15:33.681Z Downloaded tokio-tungstenite v0.21.0
7742026-09-11T00:15:33.681Z Downloaded heck v0.4.1
7752026-09-11T00:15:33.681Z Downloaded home v0.5.12
7762026-09-11T00:15:33.687Z Downloaded aead v0.5.2
7772026-09-11T00:15:33.687Z Downloaded publicsuffix v2.3.0
7782026-09-11T00:15:33.687Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7792026-09-11T00:15:33.697Z Downloaded usdt-impl v0.5.0
7802026-09-11T00:15:33.704Z Downloaded cookie v0.18.1
7812026-09-11T00:15:33.704Z Downloaded rstest_macros v0.25.0
7822026-09-11T00:15:33.704Z Downloaded parse-display v0.10.0
7832026-09-11T00:15:33.704Z Downloaded rustls-webpki v0.103.13
7842026-09-11T00:15:33.713Z Downloaded thiserror v1.0.69
7852026-09-11T00:15:33.713Z Downloaded crossbeam-channel v0.5.15
7862026-09-11T00:15:33.721Z Downloaded tui-tree-widget v0.23.1
7872026-09-11T00:15:33.721Z Downloaded base16ct v1.0.0
7882026-09-11T00:15:33.721Z Downloaded bitfield-struct v0.6.2
7892026-09-11T00:15:33.721Z Downloaded rustyline v14.0.0
7902026-09-11T00:15:33.721Z Downloaded colorchoice v1.0.4
7912026-09-11T00:15:33.721Z Downloaded ciborium-ll v0.2.2
7922026-09-11T00:15:33.721Z Downloaded tower-http v0.6.8
7932026-09-11T00:15:33.727Z Downloaded p521 v0.14.0
7942026-09-11T00:15:33.734Z Downloaded hyper-staticfile v0.10.1
7952026-09-11T00:15:33.734Z Downloaded icu_locale_core v2.1.1
7962026-09-11T00:15:33.735Z Downloaded compression-core v0.4.31
7972026-09-11T00:15:33.735Z Downloaded crucible-workspace-hack v0.1.0
7982026-09-11T00:15:33.740Z Downloaded darling_core v0.23.0
7992026-09-11T00:15:33.741Z Downloaded vergen-gitcl v1.0.8
8002026-09-11T00:15:33.741Z Downloaded strum_macros v0.27.2
8012026-09-11T00:15:33.741Z Downloaded unicode-normalization v0.1.25
8022026-09-11T00:15:33.747Z Downloaded git2 v0.20.4
8032026-09-11T00:15:33.752Z Downloaded http v1.4.2
8042026-09-11T00:15:33.753Z Downloaded progenitor-impl v0.14.0
8052026-09-11T00:15:33.753Z Downloaded smallvec v1.15.1
8062026-09-11T00:15:33.753Z Downloaded stringprep v0.1.5
8072026-09-11T00:15:33.753Z Downloaded tinyvec v1.11.0
8082026-09-11T00:15:33.761Z Downloaded instability v0.3.11
8092026-09-11T00:15:33.761Z Downloaded termcolor v1.4.1
8102026-09-11T00:15:33.761Z Downloaded recursive v0.1.1
8112026-09-11T00:15:33.761Z Downloaded scroll_derive v0.13.1
8122026-09-11T00:15:33.762Z Downloaded rustc_version v0.1.7
8132026-09-11T00:15:33.762Z Downloaded aead v0.6.1
8142026-09-11T00:15:33.762Z Downloaded psl-types v2.0.11
8152026-09-11T00:15:33.762Z Downloaded sha1 v0.11.0
8162026-09-11T00:15:33.762Z Downloaded parking_lot_core v0.8.6
8172026-09-11T00:15:33.769Z Downloaded autocfg v1.5.0
8182026-09-11T00:15:33.769Z Downloaded toml_edit v0.19.15
8192026-09-11T00:15:33.775Z Downloaded openssl-sys v0.9.117
8202026-09-11T00:15:33.775Z Downloaded serde_json v1.0.151
8212026-09-11T00:15:33.780Z Downloaded itertools v0.12.1
8222026-09-11T00:15:33.813Z Downloaded siphasher v1.0.2
8232026-09-11T00:15:33.813Z Downloaded supports-hyperlinks v3.2.0
8242026-09-11T00:15:33.813Z Downloaded samael v0.0.19
8252026-09-11T00:15:33.813Z Downloaded hashbrown v0.17.0
8262026-09-11T00:15:33.813Z Downloaded stable_deref_trait v1.2.1
8272026-09-11T00:15:33.814Z Downloaded rustls-platform-verifier v0.6.2
8282026-09-11T00:15:33.814Z Downloaded serde v1.0.228
8292026-09-11T00:15:33.814Z Downloaded bs58 v0.5.1
8302026-09-11T00:15:33.814Z Downloaded utf-8 v0.7.6
8312026-09-11T00:15:33.814Z Downloaded zerofrom v0.1.6
8322026-09-11T00:15:33.814Z Downloaded zerofrom-derive v0.1.6
8332026-09-11T00:15:33.814Z Downloaded oxide-tokio-rt v0.1.4
8342026-09-11T00:15:33.814Z Downloaded icu_collections v2.1.1
8352026-09-11T00:15:33.814Z Downloaded toml_write v0.1.2
8362026-09-11T00:15:33.814Z Downloaded typify-macro v0.6.2
8372026-09-11T00:15:33.814Z Downloaded compression-codecs v0.4.37
8382026-09-11T00:15:33.814Z Downloaded daft v0.1.8
8392026-09-11T00:15:33.814Z Downloaded pkg-config v0.3.32
8402026-09-11T00:15:33.814Z Downloaded rtoolbox v0.0.3
8412026-09-11T00:15:33.814Z Downloaded phf v0.12.1
8422026-09-11T00:15:33.814Z Downloaded phf v0.13.1
8432026-09-11T00:15:33.814Z Downloaded illumos-nvpair v0.3.0
8442026-09-11T00:15:33.814Z Downloaded keccak v0.1.6
8452026-09-11T00:15:33.815Z Downloaded arrayref v0.3.9
8462026-09-11T00:15:33.815Z Downloaded ucd-trie v0.1.7
8472026-09-11T00:15:33.819Z Downloaded byteorder v1.5.0
8482026-09-11T00:15:33.819Z Downloaded textwrap v0.16.2
8492026-09-11T00:15:33.819Z Downloaded http-range v0.1.5
8502026-09-11T00:15:33.819Z Downloaded derive_builder_core v0.20.2
8512026-09-11T00:15:33.819Z Downloaded progenitor v0.13.0
8522026-09-11T00:15:33.819Z Downloaded rand_core v0.6.4
8532026-09-11T00:15:33.819Z Downloaded packed_struct_codegen v0.10.1
8542026-09-11T00:15:33.819Z Downloaded criterion v0.7.0
8552026-09-11T00:15:33.822Z Downloaded serde_spanned v1.1.1
8562026-09-11T00:15:33.822Z Downloaded backtrace-ext v0.2.1
8572026-09-11T00:15:33.822Z Downloaded rand v0.9.2
8582026-09-11T00:15:33.822Z Downloaded rayon v1.11.0
8592026-09-11T00:15:33.827Z Downloaded zerocopy v0.7.35
8602026-09-11T00:15:33.836Z Downloaded p384 v0.14.0
8612026-09-11T00:15:33.839Z Downloaded terminal_size v0.4.3
8622026-09-11T00:15:33.839Z Downloaded primeorder v0.13.6
8632026-09-11T00:15:33.839Z Downloaded rustls-native-certs v0.8.3
8642026-09-11T00:15:33.844Z Downloaded sec1 v0.7.3
8652026-09-11T00:15:33.844Z Downloaded base64 v0.21.7
8662026-09-11T00:15:33.853Z Downloaded async-recursion v1.1.1
8672026-09-11T00:15:33.853Z Downloaded compact_str v0.8.1
8682026-09-11T00:15:33.853Z Downloaded darling_macro v0.23.0
8692026-09-11T00:15:33.853Z Downloaded quick-xml v0.37.5
8702026-09-11T00:15:33.858Z Downloaded x509-cert v0.2.5
8712026-09-11T00:15:33.858Z Downloaded p521 v0.13.3
8722026-09-11T00:15:33.858Z Downloaded cpufeatures v0.2.17
8732026-09-11T00:15:33.858Z Downloaded slab v0.4.12
8742026-09-11T00:15:33.863Z Downloaded icu_provider v2.1.1
8752026-09-11T00:15:33.863Z Downloaded crc8 v0.1.1
8762026-09-11T00:15:33.863Z Downloaded dirs-sys-next v0.1.2
8772026-09-11T00:15:33.863Z Downloaded rsa v0.9.10
8782026-09-11T00:15:33.863Z Downloaded goblin v0.10.5
8792026-09-11T00:15:33.866Z Downloaded smf v0.2.3
8802026-09-11T00:15:33.870Z Downloaded static_assertions v1.1.0
8812026-09-11T00:15:33.870Z Downloaded tinystr v0.8.2
8822026-09-11T00:15:33.870Z Downloaded structmeta-derive v0.3.0
8832026-09-11T00:15:33.870Z Downloaded indexmap v1.9.3
8842026-09-11T00:15:33.873Z Downloaded phf_shared v0.11.3
8852026-09-11T00:15:33.873Z Downloaded phf_shared v0.13.1
8862026-09-11T00:15:33.873Z Downloaded anstream v1.0.0
8872026-09-11T00:15:33.873Z Downloaded supports-color v2.1.0
8882026-09-11T00:15:33.878Z Downloaded tower-layer v0.3.3
8892026-09-11T00:15:33.878Z Downloaded usdt v0.6.0
8902026-09-11T00:15:33.878Z Downloaded vergen-lib v0.1.6
8912026-09-11T00:15:33.881Z Downloaded zopfli v0.8.3
8922026-09-11T00:15:33.881Z Downloaded http-body-util v0.1.3
8932026-09-11T00:15:33.885Z Downloaded ipnetwork v0.21.1
8942026-09-11T00:15:33.885Z Downloaded cassowary v0.3.0
8952026-09-11T00:15:33.885Z Downloaded tagptr v0.2.0
8962026-09-11T00:15:33.888Z Downloaded schemars v0.9.0
8972026-09-11T00:15:33.893Z Downloaded atty v0.2.14
8982026-09-11T00:15:33.898Z Downloaded bit-set v0.8.0
8992026-09-11T00:15:33.898Z Downloaded unicode-segmentation v1.12.0
9002026-09-11T00:15:33.898Z Downloaded owo-colors v3.5.0
9012026-09-11T00:15:33.903Z Downloaded ctr v0.10.1
9022026-09-11T00:15:33.903Z Downloaded hkdf v0.13.0
9032026-09-11T00:15:33.903Z Downloaded packed_struct v0.10.1
9042026-09-11T00:15:33.908Z Downloaded bitfield-macros v0.19.4
9052026-09-11T00:15:33.909Z Downloaded itertools v0.14.0
9062026-09-11T00:15:33.909Z Downloaded icu_properties_data v2.1.2
9072026-09-11T00:15:33.914Z Downloaded dropshot-api-manager v0.8.0
9082026-09-11T00:15:33.918Z Downloaded derive-where v1.6.0
9092026-09-11T00:15:33.921Z Downloaded cobs v0.3.0
9102026-09-11T00:15:33.921Z Downloaded derive_builder_macro v0.20.2
9112026-09-11T00:15:33.921Z Downloaded progenitor-client v0.14.0
9122026-09-11T00:15:33.921Z Downloaded shlex v1.3.0
9132026-09-11T00:15:33.924Z Downloaded aho-corasick v1.1.4
9142026-09-11T00:15:33.927Z Downloaded winnow v0.6.26
9152026-09-11T00:15:33.935Z Downloaded oxide-update-engine-types v0.1.2
9162026-09-11T00:15:33.938Z Downloaded toml v0.8.23
9172026-09-11T00:15:33.938Z Downloaded vergen-lib v9.1.0
9182026-09-11T00:15:33.939Z Downloaded aes v0.9.1
9192026-09-11T00:15:33.939Z Downloaded knus v3.4.0
9202026-09-11T00:15:33.942Z Downloaded thiserror-no-std v2.0.2
9212026-09-11T00:15:33.945Z Downloaded internal-russh-num-bigint v0.5.0
9222026-09-11T00:15:33.945Z Downloaded serde_regex v1.1.0
9232026-09-11T00:15:33.949Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9242026-09-11T00:15:33.949Z Downloaded untrusted v0.9.0
9252026-09-11T00:15:33.949Z Downloaded headers-core v0.3.0
9262026-09-11T00:15:33.949Z Downloaded reqwest v0.12.28
9272026-09-11T00:15:33.952Z Downloaded bitflags v2.11.0
9282026-09-11T00:15:33.955Z Downloaded knus-derive v3.4.0
9292026-09-11T00:15:33.958Z Downloaded password-hash v0.5.0
9302026-09-11T00:15:33.958Z Downloaded async-object-pool v0.2.0
9312026-09-11T00:15:33.958Z Downloaded darling v0.23.0
9322026-09-11T00:15:33.961Z Downloaded uzers v0.12.2
9332026-09-11T00:15:33.965Z Downloaded approx v0.5.1
9342026-09-11T00:15:33.968Z Downloaded pest v2.8.6
9352026-09-11T00:15:33.971Z Downloaded pwd v1.4.0
9362026-09-11T00:15:33.971Z Downloaded ref-cast v1.0.25
9372026-09-11T00:15:33.974Z Downloaded assert_matches v1.5.0
9382026-09-11T00:15:33.978Z Downloaded curve25519-dalek-derive v0.1.1
9392026-09-11T00:15:33.978Z Downloaded gimli v0.32.3
9402026-09-11T00:15:33.982Z Downloaded simd-adler32 v0.3.8
9412026-09-11T00:15:33.985Z Downloaded ignore v0.4.25
9422026-09-11T00:15:33.985Z Downloaded hkdf v0.12.4
9432026-09-11T00:15:33.989Z Downloaded rand_core v0.10.0
9442026-09-11T00:15:33.989Z Downloaded schemars_derive v0.8.22
9452026-09-11T00:15:33.989Z Downloaded p384 v0.13.1
9462026-09-11T00:15:33.993Z Downloaded rust-argon2 v2.1.0
9472026-09-11T00:15:33.996Z Downloaded clap_derive v4.6.1
9482026-09-11T00:15:33.996Z Downloaded typenum v1.20.1
9492026-09-11T00:15:33.999Z Downloaded zone_cfg_derive v0.3.1
9502026-09-11T00:15:33.999Z Downloaded sha1 v0.10.6
9512026-09-11T00:15:33.999Z Downloaded aes-gcm v0.11.0
9522026-09-11T00:15:34.002Z Downloaded ingot v0.2.1
9532026-09-11T00:15:34.002Z Downloaded usdt-attr-macro v0.5.0
9542026-09-11T00:15:34.006Z Downloaded arc-swap v1.8.2
9552026-09-11T00:15:34.009Z Downloaded blake3 v1.8.5
9562026-09-11T00:15:34.013Z Downloaded rustls-pki-types v1.14.0
9572026-09-11T00:15:34.016Z Downloaded stringmetrics v2.2.2
9582026-09-11T00:15:34.016Z Downloaded synstructure v0.13.2
9592026-09-11T00:15:34.019Z Downloaded toml_writer v1.1.1+spec-1.1.0
9602026-09-11T00:15:34.019Z Downloaded http-body v1.0.1
9612026-09-11T00:15:34.019Z Downloaded parking_lot v0.12.5
9622026-09-11T00:15:34.019Z Downloaded anstream v0.6.21
9632026-09-11T00:15:34.022Z Downloaded crc-catalog v2.4.0
9642026-09-11T00:15:34.025Z Downloaded blake2b_simd v1.0.4
9652026-09-11T00:15:34.025Z Downloaded serde_cbor v0.11.2
9662026-09-11T00:15:34.029Z Downloaded itertools v0.10.5
9672026-09-11T00:15:34.033Z Downloaded heck v0.5.0
9682026-09-11T00:15:34.036Z Downloaded smallvec v0.6.14
9692026-09-11T00:15:34.039Z Downloaded cpufeatures v0.3.0
9702026-09-11T00:15:34.039Z Downloaded hashbrown v0.16.1
9712026-09-11T00:15:34.042Z Downloaded hashbrown v0.15.5
9722026-09-11T00:15:34.046Z Downloaded heapless v0.8.0
9732026-09-11T00:15:34.050Z Downloaded hickory-resolver v0.25.2
9742026-09-11T00:15:34.056Z Downloaded pkcs8 v0.11.0
9752026-09-11T00:15:34.056Z Downloaded tls_codec_derive v0.4.2
9762026-09-11T00:15:34.059Z Downloaded toml_parser v1.1.2+spec-1.1.0
9772026-09-11T00:15:34.059Z Downloaded crossterm v0.29.0
9782026-09-11T00:15:34.059Z Downloaded tower v0.5.3
9792026-09-11T00:15:34.064Z Downloaded ingot-macros v0.2.0
9802026-09-11T00:15:34.068Z Downloaded keccak v0.2.0
9812026-09-11T00:15:34.068Z Downloaded shell-words v1.1.1
9822026-09-11T00:15:34.068Z Downloaded papergrid v0.11.0
9832026-09-11T00:15:34.071Z Downloaded tokio-tungstenite v0.28.0
9842026-09-11T00:15:34.074Z Downloaded crc32fast v1.5.0
9852026-09-11T00:15:34.074Z Downloaded camino-tempfile v1.4.1
9862026-09-11T00:15:34.074Z Downloaded daft-derive v0.1.8
9872026-09-11T00:15:34.078Z Downloaded ipnet v2.12.0
9882026-09-11T00:15:34.081Z Downloaded paste v1.0.15
9892026-09-11T00:15:34.081Z Downloaded diesel-dtrace v0.5.0
9902026-09-11T00:15:34.081Z Downloaded zone v0.3.1
9912026-09-11T00:15:34.084Z Downloaded defmt v1.0.1
9922026-09-11T00:15:34.084Z Downloaded primefield v0.14.0
9932026-09-11T00:15:34.084Z Downloaded support-bundle-viewer v0.1.2
9942026-09-11T00:15:34.088Z Downloaded tough v0.22.0
9952026-09-11T00:15:34.091Z Downloaded async-compression v0.4.41
9962026-09-11T00:15:34.096Z Downloaded p256 v0.13.2
9972026-09-11T00:15:34.099Z Downloaded zip v4.6.1
9982026-09-11T00:15:34.102Z Downloaded path-slash v0.1.5
9992026-09-11T00:15:34.102Z Downloaded pkcs1 v0.7.5
10002026-09-11T00:15:34.102Z Downloaded ron v0.8.1
10012026-09-11T00:15:34.105Z Downloaded zerocopy-derive v0.8.55
10022026-09-11T00:15:34.110Z Downloaded pest_derive v2.8.6
10032026-09-11T00:15:34.113Z Downloaded progenitor-extras v0.2.0
10042026-09-11T00:15:34.113Z Downloaded strum v0.26.3
10052026-09-11T00:15:34.113Z Downloaded tinytemplate v1.2.1
10062026-09-11T00:15:34.116Z Downloaded inout v0.1.4
10072026-09-11T00:15:34.116Z Downloaded target-triple v1.0.0
10082026-09-11T00:15:34.116Z Downloaded cfg_aliases v0.2.1
10092026-09-11T00:15:34.116Z Downloaded tinyvec_macros v0.1.1
10102026-09-11T00:15:34.116Z Downloaded pem v3.0.6
10112026-09-11T00:15:34.119Z Downloaded hashbrown v0.14.5
10122026-09-11T00:15:34.122Z Downloaded bumpalo v3.20.2
10132026-09-11T00:15:34.125Z Downloaded socket2 v0.5.10
10142026-09-11T00:15:34.126Z Downloaded pbkdf2 v0.13.0
10152026-09-11T00:15:34.126Z Downloaded hmac v0.12.1
10162026-09-11T00:15:34.130Z Downloaded chacha20 v0.9.1
10172026-09-11T00:15:34.130Z Downloaded data-encoding v2.10.0
10182026-09-11T00:15:34.130Z Downloaded try-lock v0.2.5
10192026-09-11T00:15:34.130Z Downloaded sec1 v0.8.1
10202026-09-11T00:15:34.133Z Downloaded arrayvec v0.7.6
10212026-09-11T00:15:34.133Z Downloaded zerotrie v0.2.3
10222026-09-11T00:15:34.133Z Downloaded unicode-ident v1.0.24
10232026-09-11T00:15:34.136Z Downloaded backon v1.6.0
10242026-09-11T00:15:34.136Z Downloaded proc-macro-error2 v2.0.1
10252026-09-11T00:15:34.139Z Downloaded zlib-rs v0.6.2
10262026-09-11T00:15:34.143Z Downloaded constant_time_eq v0.3.1
10272026-09-11T00:15:34.143Z Downloaded icu_normalizer_data v2.1.1
10282026-09-11T00:15:34.146Z Downloaded sqlparser_derive v0.5.0
10292026-09-11T00:15:34.146Z Downloaded proc-macro2 v1.0.106
10302026-09-11T00:15:34.146Z Downloaded bcrypt-pbkdf v0.11.0
10312026-09-11T00:15:34.149Z Downloaded utf8parse v0.2.2
10322026-09-11T00:15:34.150Z Downloaded want v0.3.1
10332026-09-11T00:15:34.150Z Downloaded peg v0.8.5
10342026-09-11T00:15:34.152Z Downloaded ctutils v0.4.2
10352026-09-11T00:15:34.153Z Downloaded proc-macro-crate v3.4.0
10362026-09-11T00:15:34.153Z Downloaded tokio-postgres v0.7.18
10372026-09-11T00:15:34.156Z Downloaded yoke v0.8.1
10382026-09-11T00:15:34.159Z Downloaded cmake v0.1.57
10392026-09-11T00:15:34.159Z Downloaded relative-path v1.9.3
10402026-09-11T00:15:34.159Z Downloaded russh-cryptovec v0.62.0
10412026-09-11T00:15:34.159Z Downloaded cast v0.3.0
10422026-09-11T00:15:34.159Z Downloaded serde_yaml v0.9.34+deprecated
10432026-09-11T00:15:34.162Z Downloaded der v0.8.0
10442026-09-11T00:15:34.165Z Downloaded crossbeam-epoch v0.9.18
10452026-09-11T00:15:34.169Z Downloaded oxnet v0.1.6
10462026-09-11T00:15:34.169Z Downloaded target-lexicon v0.13.3
10472026-09-11T00:15:34.169Z Downloaded strum_macros v0.26.4
10482026-09-11T00:15:34.172Z Downloaded terminal_size v0.1.17
10492026-09-11T00:15:34.172Z Downloaded hubpack_derive v0.1.1
10502026-09-11T00:15:34.172Z Downloaded ssh-encoding v0.2.0
10512026-09-11T00:15:34.178Z Downloaded hmac v0.13.0
10522026-09-11T00:15:34.181Z Downloaded polyval v0.7.1
10532026-09-11T00:15:34.181Z Downloaded slog-json v2.6.1
10542026-09-11T00:15:34.184Z Downloaded owo-colors v4.3.0
10552026-09-11T00:15:34.184Z Downloaded rpassword v7.5.4
10562026-09-11T00:15:34.188Z Downloaded regex v1.12.3
10572026-09-11T00:15:34.191Z Downloaded slog-term v2.9.2
10582026-09-11T00:15:34.191Z Downloaded rand_pcg v0.10.2
10592026-09-11T00:15:34.191Z Downloaded downcast-rs v2.0.2
10602026-09-11T00:15:34.195Z Downloaded instant v0.1.13
10612026-09-11T00:15:34.195Z Downloaded rusty-fork v0.3.1
10622026-09-11T00:15:34.195Z Downloaded unicode-properties v0.1.4
10632026-09-11T00:15:34.195Z Downloaded anstyle v1.0.14
10642026-09-11T00:15:34.201Z Downloaded semver v1.0.28
10652026-09-11T00:15:34.204Z Downloaded socket2 v0.6.3
10662026-09-11T00:15:34.204Z Downloaded icu_properties v2.1.2
10672026-09-11T00:15:34.204Z Downloaded radix_trie v0.2.1
10682026-09-11T00:15:34.208Z Downloaded sha3 v0.12.0
10692026-09-11T00:15:34.208Z Downloaded hickory-server v0.25.2
10702026-09-11T00:15:34.211Z Downloaded impl-trait-for-tuples v0.2.3
10712026-09-11T00:15:34.211Z Downloaded rand_distr v0.5.1
10722026-09-11T00:15:34.214Z Downloaded iddqd v0.4.2
10732026-09-11T00:15:34.217Z Downloaded crossbeam-deque v0.8.6
10742026-09-11T00:15:34.221Z Downloaded tokio-tungstenite v0.23.1
10752026-09-11T00:15:34.224Z Downloaded tabled v0.21.0
10762026-09-11T00:15:34.232Z Downloaded textwrap v0.15.2
10772026-09-11T00:15:34.236Z Downloaded salsa20 v0.11.0
10782026-09-11T00:15:34.236Z Downloaded hickory-resolver v0.24.4
10792026-09-11T00:15:34.239Z Downloaded bstr v1.12.1
10802026-09-11T00:15:34.242Z Downloaded iana-time-zone v0.1.65
10812026-09-11T00:15:34.246Z Downloaded chumsky v0.9.3
10822026-09-11T00:15:34.246Z Downloaded curve25519-dalek v5.0.0
10832026-09-11T00:15:34.251Z Downloaded object v0.30.4
10842026-09-11T00:15:34.256Z Downloaded schemars v1.2.1
10852026-09-11T00:15:34.264Z Downloaded rand v0.10.1
10862026-09-11T00:15:34.269Z Downloaded anyhow v1.0.104
10872026-09-11T00:15:34.269Z Downloaded hyper v1.10.1
10882026-09-11T00:15:34.272Z Downloaded crypto-bigint v0.7.5
10892026-09-11T00:15:34.281Z Downloaded vte v0.14.1
10902026-09-11T00:15:34.285Z Downloaded hyper-rustls v0.27.7
10912026-09-11T00:15:34.285Z Downloaded prefix-trie v0.7.0
10922026-09-11T00:15:34.288Z Downloaded smoltcp v0.9.1
10932026-09-11T00:15:34.291Z Downloaded smoltcp v0.11.0
10942026-09-11T00:15:34.311Z Downloaded iri-string v0.7.10
10952026-09-11T00:15:34.311Z Downloaded unsafe-libyaml v0.2.11
10962026-09-11T00:15:34.311Z Downloaded allocator-api2 v0.2.21
10972026-09-11T00:15:34.311Z Downloaded unicode-bidi v0.3.18
10982026-09-11T00:15:34.311Z Downloaded serde_derive v1.0.228
10992026-09-11T00:15:34.311Z Downloaded drift v0.2.0
11002026-09-11T00:15:34.315Z Downloaded cancel-safe-futures v0.1.5
11012026-09-11T00:15:34.318Z Downloaded typed-path v0.12.3
11022026-09-11T00:15:34.321Z Downloaded winnow v0.5.40
11032026-09-11T00:15:34.324Z Downloaded serde_core v1.0.228
11042026-09-11T00:15:34.327Z Downloaded usdt-impl v0.6.0
11052026-09-11T00:15:34.327Z Downloaded slog v2.8.2
11062026-09-11T00:15:34.331Z Downloaded backtrace v0.3.76
11072026-09-11T00:15:34.334Z Downloaded bindgen v0.71.1
11082026-09-11T00:15:34.337Z Downloaded chrono v0.4.45
11092026-09-11T00:15:34.340Z Downloaded heapless v0.7.17
11102026-09-11T00:15:34.343Z Downloaded openssl v0.10.80
11112026-09-11T00:15:34.347Z Downloaded unicode_categories v0.1.1
11122026-09-11T00:15:34.350Z Downloaded syn v1.0.109
11132026-09-11T00:15:34.354Z Downloaded proptest v1.11.0
11142026-09-11T00:15:34.359Z Downloaded yansi v1.0.1
11152026-09-11T00:15:34.363Z Downloaded nix v0.27.1
11162026-09-11T00:15:34.366Z Downloaded curve25519-dalek v4.1.3
11172026-09-11T00:15:34.371Z Downloaded chacha20poly1305 v0.10.1
11182026-09-11T00:15:34.375Z Downloaded crossterm v0.28.1
11192026-09-11T00:15:34.378Z Downloaded nix v0.28.0
11202026-09-11T00:15:34.383Z Downloaded regress v0.11.1
11212026-09-11T00:15:34.387Z Downloaded aws-lc-rs v1.16.3
11222026-09-11T00:15:34.392Z Downloaded plotters v0.3.7
11232026-09-11T00:15:34.397Z Downloaded qorb v0.4.1
11242026-09-11T00:15:34.400Z Downloaded tokio-util v0.7.18
11252026-09-11T00:15:34.404Z Downloaded zerovec v0.11.5
11262026-09-11T00:15:34.408Z Downloaded winnow v0.7.14
11272026-09-11T00:15:34.413Z Downloaded winnow v1.0.3
11282026-09-11T00:15:34.418Z Downloaded regex-syntax v0.6.29
11292026-09-11T00:15:34.423Z Downloaded rawzip v0.4.4
11302026-09-11T00:15:34.426Z Downloaded openapiv3 v2.2.0
11312026-09-11T00:15:34.432Z Downloaded crypto-primes v0.7.2
11322026-09-11T00:15:34.436Z Downloaded object v0.37.3
11332026-09-11T00:15:34.441Z Downloaded serde_with v3.21.0
11342026-09-11T00:15:34.448Z Downloaded unicode-width v0.2.0
11352026-09-11T00:15:34.452Z Downloaded unicode-width v0.1.14
11362026-09-11T00:15:34.456Z Downloaded bitvec v1.0.1
11372026-09-11T00:15:34.463Z Downloaded jiff-core v0.1.0
11382026-09-11T00:15:34.470Z Downloaded der v0.7.10
11392026-09-11T00:15:34.473Z Downloaded vcpkg v0.2.15
11402026-09-11T00:15:34.491Z Downloaded diesel_derives v2.3.7
11412026-09-11T00:15:34.495Z Downloaded time v0.3.47
11422026-09-11T00:15:34.502Z Downloaded itertools v0.13.0
11432026-09-11T00:15:34.505Z Downloaded dropshot v0.17.1
11442026-09-11T00:15:34.518Z Downloaded rustix v1.1.4
11452026-09-11T00:15:34.531Z Downloaded dashu-int v0.5.1
11462026-09-11T00:15:34.537Z Downloaded nix v0.31.2
11472026-09-11T00:15:34.545Z Downloaded itertools v0.15.0
11482026-09-11T00:15:34.548Z Downloaded polar-core v0.27.3
11492026-09-11T00:15:34.552Z Downloaded object v0.39.1
11502026-09-11T00:15:34.559Z Downloaded syn v2.0.117
11512026-09-11T00:15:34.566Z Downloaded zerocopy v0.8.55
11522026-09-11T00:15:34.577Z Downloaded ratatui v0.29.0
11532026-09-11T00:15:34.588Z Downloaded salty v0.3.0
11542026-09-11T00:15:34.591Z Downloaded rustix v0.38.44
11552026-09-11T00:15:34.604Z Downloaded quinn-proto v0.11.16
11562026-09-11T00:15:34.610Z Downloaded tabled v0.15.0
11572026-09-11T00:15:34.617Z Downloaded syn v3.0.3
11582026-09-11T00:15:34.624Z Downloaded petname v2.0.2
11592026-09-11T00:15:34.629Z Downloaded diesel v2.3.7
11602026-09-11T00:15:34.639Z Downloaded portable-atomic v1.13.1
11612026-09-11T00:15:34.643Z Downloaded hickory-proto v0.25.2
11622026-09-11T00:15:34.652Z Downloaded russh v0.62.4
11632026-09-11T00:15:34.658Z Downloaded sqlparser v0.61.0
11642026-09-11T00:15:34.667Z Downloaded lalrpop v0.19.12
11652026-09-11T00:15:34.670Z Downloaded rustls v0.23.41
11662026-09-11T00:15:34.675Z Downloaded hickory-proto v0.24.4
11672026-09-11T00:15:34.688Z Downloaded regex-syntax v0.8.10
11682026-09-11T00:15:34.691Z Downloaded zerocopy-derive v0.6.6
11692026-09-11T00:15:34.694Z Downloaded tracing v0.1.44
11702026-09-11T00:15:34.708Z Downloaded regress v0.10.5
11712026-09-11T00:15:34.714Z Downloaded petgraph v0.6.5
11722026-09-11T00:15:34.724Z Downloaded sha3 v0.11.0
11732026-09-11T00:15:34.727Z Downloaded jiff v0.2.34
11742026-09-11T00:15:34.736Z Downloaded sled v0.34.7
11752026-09-11T00:15:34.742Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11762026-09-11T00:15:34.752Z Downloaded tokio v1.52.1
11772026-09-11T00:15:34.776Z Downloaded csv v1.4.0
11782026-09-11T00:15:34.789Z Downloaded petgraph v0.8.3
11792026-09-11T00:15:34.801Z Downloaded typify-impl v0.6.2
11802026-09-11T00:15:34.810Z Downloaded regex-automata v0.4.14
11812026-09-11T00:15:34.818Z Downloaded encoding_rs v0.8.35
11822026-09-11T00:15:34.831Z Downloaded libc v0.2.185
11832026-09-11T00:15:34.856Z Downloaded libz-sys v1.1.24
11842026-09-11T00:15:34.873Z Downloaded bzip2-sys v0.1.13+1.0.8
11852026-09-11T00:15:34.881Z Downloaded chrono-tz v0.10.4
11862026-09-11T00:15:34.893Z Downloaded sha3 v0.10.8
11872026-09-11T00:15:35.008Z Downloaded dsi-bitstream v0.10.1
11882026-09-11T00:15:35.096Z Downloaded ring v0.17.14
11892026-09-11T00:15:35.125Z Downloaded libgit2-sys v0.18.3+1.9.2
11902026-09-11T00:15:35.159Z Downloaded httpmock v0.8.3
11912026-09-11T00:15:35.596Z Downloaded aws-lc-sys v0.40.0
11922026-09-11T00:15:36.007Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11932026-09-11T00:15:40.049Z Startup: Refreshing catalog 'helios' ... Done
11942026-09-11T00:15:40.532Z Startup: Caching catalogs ... Done
11952026-09-11T00:15:43.076ZPlanning: Solver setup ... Done (2.418s)
11962026-09-11T00:15:43.149ZPlanning: Running solver ... Done (0.073s)
11972026-09-11T00:15:43.202ZPlanning: Finding local manifests ... Done (0.003s)
11982026-09-11T00:15:43.216ZPlanning: Fetching manifests: 0/2 0% complete
11992026-09-11T00:15:43.235ZPlanning: Fetching manifests: 2/2 100% complete
12002026-09-11T00:15:43.249ZPlanning: Package planning ... Done (0.014s)
12012026-09-11T00:15:43.253ZPlanning: Merging actions ... Done (0.002s)
12022026-09-11T00:15:43.413ZPlanning: Checking for conflicting actions ... Done (0.162s)
12032026-09-11T00:15:43.416ZPlanning: Consolidating action changes ... Done (0.001s)
12042026-09-11T00:15:44.278ZPlanning: Evaluating mediators ... Done (0.863s)
12052026-09-11T00:15:44.282ZPlanning: Planning completed in 3.71 seconds
12062026-09-11T00:15:44.287Z Packages to install: 2
12072026-09-11T00:15:44.287Z Estimated space available: 155.58 GB
12082026-09-11T00:15:44.287ZEstimated space to be consumed: 87.89 MB
12092026-09-11T00:15:44.287Z Create boot environment: No
12102026-09-11T00:15:44.292ZCreate backup boot environment: No
12112026-09-11T00:15:44.292Z Rebuild boot archive: No
12122026-09-11T00:15:44.292Z
12132026-09-11T00:15:44.292ZChanged packages:
12142026-09-11T00:15:44.292Zhelios
12152026-09-11T00:15:44.292Z developer/build-essential
12162026-09-11T00:15:44.293Z None -> 11-3.0
12172026-09-11T00:15:44.293Z library/libxmlsec1
12182026-09-11T00:15:44.293Z None -> 1.2.35-3.0
12192026-09-11T00:15:44.313Z
12202026-09-11T00:15:44.313ZDownload: 0/214 items 0.0/1.3MB 0% complete
12212026-09-11T00:15:44.383ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
12222026-09-11T00:15:44.480Z Actions: 1/268 actions (Installing new actions)
12232026-09-11T00:15:44.518Z Actions: Completed 268 actions in 0.04 seconds.
12242026-09-11T00:15:44.564ZFinalize: Updating package state database ... Done (0.036s)
12252026-09-11T00:15:44.570ZFinalize: Updating package cache ... Done (0.000s)
12262026-09-11T00:15:44.676ZFinalize: Updating image state ... Done (0.102s)
12272026-09-11T00:15:47.414ZFinalize: Creating fast lookup database ... Done (2.701s)
12282026-09-11T00:15:47.486ZFinalize: Reading search index ... Done (0.012s)
12292026-09-11T00:15:47.490ZFinalize: Updating search index ... Done (0.000s)
12302026-09-11T00:15:47.597ZFinalize: Updating package cache ... Done (0.000s)
12312026-09-11T00:15:47.973ZPlanning: Evaluating mediator changes ... Done
12322026-09-11T00:15:48.080ZPlanning: Checking for conflicting actions ... Done
12332026-09-11T00:15:48.083ZPlanning: Consolidating action changes ... Done
12342026-09-11T00:15:48.238ZPlanning: Evaluating mediators ... Done
12352026-09-11T00:15:48.241ZPlanning: Planning completed in 0.27 seconds
12362026-09-11T00:15:48.262Z Mediators to change: 2
12372026-09-11T00:15:48.262Z Create boot environment: No
12382026-09-11T00:15:48.262ZCreate backup boot environment: No
12392026-09-11T00:15:48.338ZFinalize: Updating package state database ... Done
12402026-09-11T00:15:48.338ZFinalize: Updating package cache ... Done
12412026-09-11T00:15:48.395ZFinalize: Updating image state ... Done
12422026-09-11T00:15:50.386ZFinalize: Creating fast lookup database ... Done
12432026-09-11T00:15:50.459ZFinalize: Reading search index ... Done
12442026-09-11T00:15:50.493ZFinalize: Updating search index ... Done
12452026-09-11T00:15:50.605ZFinalize: Updating package cache ... Done
12462026-09-11T00:15:50.890ZPlanning: Evaluating mediator changes ... Done
12472026-09-11T00:15:50.996ZPlanning: Checking for conflicting actions ... Done
12482026-09-11T00:15:51.001ZPlanning: Consolidating action changes ... Done
12492026-09-11T00:15:51.156ZPlanning: Evaluating mediators ... Done
12502026-09-11T00:15:51.160ZPlanning: Planning completed in 0.27 seconds
12512026-09-11T00:15:51.180Z Mediators to change: 1
12522026-09-11T00:15:51.180Z Create boot environment: No
12532026-09-11T00:15:51.180ZCreate backup boot environment: No
12542026-09-11T00:15:51.255ZFinalize: Updating package state database ... Done
12552026-09-11T00:15:51.255ZFinalize: Updating package cache ... Done
12562026-09-11T00:15:51.325ZFinalize: Updating image state ... Done
12572026-09-11T00:15:53.288ZFinalize: Creating fast lookup database ... Done
12582026-09-11T00:15:53.351ZFinalize: Reading search index ... Done
12592026-09-11T00:15:53.355ZFinalize: Updating search index ... Done
12602026-09-11T00:15:53.439ZFinalize: Updating package cache ... Done
12612026-09-11T00:15:53.753ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12622026-09-11T00:15:53.753Zapache system 2.4 system
12632026-09-11T00:15:53.753Zclang system 15 system
12642026-09-11T00:15:53.753Zcsh system system illumos
12652026-09-11T00:15:53.753Zctags system system illumos
12662026-09-11T00:15:53.753Zfile vendor vendor darwinsys
12672026-09-11T00:15:53.753Zfile system system illumos
12682026-09-11T00:15:53.753Zgcc vendor 14 vendor
12692026-09-11T00:15:53.753Zgcc system 13 system
12702026-09-11T00:15:53.753Zgcc system 10 system
12712026-09-11T00:15:53.753Zgo system 1.25 system
12722026-09-11T00:15:53.753Zllvm system 15 system
12732026-09-11T00:15:53.753Zmariadb system 11.4 system
12742026-09-11T00:15:53.753Zmta vendor vendor dma
12752026-09-11T00:15:53.753Zopenjdk system 17 system
12762026-09-11T00:15:53.753Zopenjdk system 11 system
12772026-09-11T00:15:53.753Zopenssl vendor 3 vendor
12782026-09-11T00:15:53.753Zperl system 5.40 system
12792026-09-11T00:15:53.753Zpostgresql system 18 system
12802026-09-11T00:15:53.753Zpostgresql system 17 system
12812026-09-11T00:15:53.753Zpython vendor 3 vendor
12822026-09-11T00:15:53.753Zpython system 2 system
12832026-09-11T00:15:53.753Zpython3 vendor 3.13 vendor
12842026-09-11T00:15:53.753Zruby system 3.4 system
12852026-09-11T00:15:53.753Zruby system 3.0 system
12862026-09-11T00:15:53.753Zwords vendor vendor american-english
12872026-09-11T00:15:53.753Zwords system system australian-english
12882026-09-11T00:15:53.753Zwords system system british-english
12892026-09-11T00:15:53.753Zwords system system canadian-english
12902026-09-11T00:15:53.753Zwords system system french
12912026-09-11T00:15:53.754Zwords system system italian
12922026-09-11T00:15:53.754Zwords system system ngerman
12932026-09-11T00:15:53.754Zwords system system ogerman
12942026-09-11T00:15:53.754Zwords system system spanish
12952026-09-11T00:15:54.006ZPUBLISHER TYPE STATUS P LOCATION
12962026-09-11T00:15:54.006Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12972026-09-11T00:15:54.527ZFMRI IFO
12982026-09-11T00:15:54.527Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12992026-09-11T00:15:54.527Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
13002026-09-11T00:15:54.527Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
13012026-09-11T00:15:54.527Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
13022026-09-11T00:15:54.527Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
13032026-09-11T00:15:54.527Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
13042026-09-11T00:15:54.527Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
13052026-09-11T00:15:54.527Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
13062026-09-11T00:15:54.527Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
13072026-09-11T00:15:55.186Z Downloading crates ...
13082026-09-11T00:15:55.239Z Downloaded cargo_toml v0.21.0
13092026-09-11T00:15:55.276Z Compiling proc-macro2 v1.0.106
13102026-09-11T00:15:55.276Z Compiling unicode-ident v1.0.24
13112026-09-11T00:15:55.283Z Compiling quote v1.0.45
13122026-09-11T00:15:55.283Z Compiling serde_core v1.0.228
13132026-09-11T00:15:55.284Z Compiling libc v0.2.185
13142026-09-11T00:15:55.284Z Compiling version_check v0.9.5
13152026-09-11T00:15:55.284Z Compiling memchr v2.8.0
13162026-09-11T00:15:55.284Z Compiling serde v1.0.228
13172026-09-11T00:15:55.284Z Compiling zmij v1.0.21
13182026-09-11T00:15:55.355Z Compiling itoa v1.0.17
13192026-09-11T00:15:55.359Z Compiling ucd-trie v0.1.7
13202026-09-11T00:15:55.359Z Compiling thiserror v1.0.69
13212026-09-11T00:15:55.359Z Compiling rustix v1.1.4
13222026-09-11T00:15:55.365Z Compiling byteorder v1.5.0
13232026-09-11T00:15:55.519Z Compiling serde_json v1.0.151
13242026-09-11T00:15:55.671Z Compiling bitflags v2.11.0
13252026-09-11T00:15:55.753Z Compiling camino v1.2.5
13262026-09-11T00:15:55.816Z Compiling proc-macro-error-attr v1.0.4
13272026-09-11T00:15:55.839Z Compiling usdt-impl v0.5.0
13282026-09-11T00:15:55.859Z Compiling syn v1.0.109
13292026-09-11T00:15:55.882Z Compiling pest v2.8.6
13302026-09-11T00:15:55.971Z Compiling proc-macro-error v1.0.4
13312026-09-11T00:15:55.982Z Compiling getrandom v0.4.3
13322026-09-11T00:15:55.985Z Compiling hashbrown v0.17.0
13332026-09-11T00:15:56.023Z Compiling equivalent v1.0.2
13342026-09-11T00:15:56.106Z Compiling utf8parse v0.2.2
13352026-09-11T00:15:56.138Z Compiling plain v0.2.3
13362026-09-11T00:15:56.151Z Compiling log v0.4.33
13372026-09-11T00:15:56.199Z Compiling anstyle-parse v1.0.0
13382026-09-11T00:15:56.210Z Compiling is_terminal_polyfill v1.70.2
13392026-09-11T00:15:56.240Z Compiling thiserror v2.0.18
13402026-09-11T00:15:56.259Z Compiling anstyle v1.0.14
13412026-09-11T00:15:56.269Z Compiling anstyle-query v1.1.5
13422026-09-11T00:15:56.296Z Compiling pretty-hex v0.4.1
13432026-09-11T00:15:56.317Z Compiling colorchoice v1.0.4
13442026-09-11T00:15:56.344Z Compiling errno v0.3.14
13452026-09-11T00:15:56.365Z Compiling thread-id v4.2.2
13462026-09-11T00:15:56.393Z Compiling winnow v0.7.14
13472026-09-11T00:15:56.409Z Compiling cfg-if v1.0.4
13482026-09-11T00:15:56.412Z Compiling toml_write v0.1.2
13492026-09-11T00:15:56.463Z Compiling autocfg v1.5.0
13502026-09-11T00:15:56.466Z Compiling anstream v1.0.0
13512026-09-11T00:15:56.466Z Compiling once_cell v1.21.3
13522026-09-11T00:15:56.565Z Compiling indexmap v2.14.0
13532026-09-11T00:15:56.633Z Compiling fastrand v2.3.0
13542026-09-11T00:15:56.651Z Compiling heck v0.4.1
13552026-09-11T00:15:56.722Z Compiling unicode-width v0.1.14
13562026-09-11T00:15:56.783Z Compiling syn v2.0.117
13572026-09-11T00:15:56.874Z Compiling strsim v0.11.1
13582026-09-11T00:15:56.885Z Compiling fnv v1.0.7
13592026-09-11T00:15:56.888Z Compiling clap_lex v1.0.0
13602026-09-11T00:15:56.907Z Compiling anyhow v1.0.104
13612026-09-11T00:15:56.926Z Compiling bytecount v0.6.9
13622026-09-11T00:15:56.985Z Compiling fs-err v3.3.0
13632026-09-11T00:15:57.002Z Compiling pest_meta v2.8.6
13642026-09-11T00:15:57.024Z Compiling heck v0.5.0
13652026-09-11T00:15:57.074Z Compiling papergrid v0.11.0
13662026-09-11T00:15:57.158Z Compiling memmap v0.7.0
13672026-09-11T00:15:57.234Z Compiling unicode-linebreak v0.1.5
13682026-09-11T00:15:57.244Z Compiling smawk v0.3.2
13692026-09-11T00:15:57.253Z Compiling unicode-width v0.2.0
13702026-09-11T00:15:57.270Z Compiling swrite v0.1.0
13712026-09-11T00:15:57.401Z Compiling terminal_size v0.4.3
13722026-09-11T00:15:57.401Z Compiling tempfile v3.27.0
13732026-09-11T00:15:57.497Z Compiling clap_builder v4.6.0
13742026-09-11T00:15:57.497Z Compiling textwrap v0.16.2
13752026-09-11T00:15:57.787Z Compiling semver v1.0.28
13762026-09-11T00:15:57.885Z Compiling cargo-platform v0.3.2
13772026-09-11T00:15:58.027Z Compiling camino-tempfile v1.4.1
13782026-09-11T00:15:58.261Z Compiling tabled_derive v0.7.0
13792026-09-11T00:15:58.959Z Compiling tabled v0.15.0
13802026-09-11T00:15:58.969Z Compiling pest_generator v2.8.6
13812026-09-11T00:15:59.494Z Compiling serde_derive v1.0.228
13822026-09-11T00:15:59.494Z Compiling thiserror-impl v1.0.69
13832026-09-11T00:15:59.499Z Compiling zerocopy-derive v0.7.35
13842026-09-11T00:15:59.499Z Compiling pest_derive v2.8.6
13852026-09-11T00:15:59.499Z Compiling scroll_derive v0.12.1
13862026-09-11T00:15:59.499Z Compiling thiserror-impl v2.0.18
13872026-09-11T00:15:59.499Z Compiling clap_derive v4.6.1
13882026-09-11T00:16:00.285Z Compiling scroll v0.12.0
13892026-09-11T00:16:00.332Z Compiling zerocopy v0.7.35
13902026-09-11T00:16:00.517Z Compiling goblin v0.8.2
13912026-09-11T00:16:00.704Z Compiling dtrace-parser v0.2.0
13922026-09-11T00:16:00.997Z Compiling clap v4.6.1
13932026-09-11T00:16:02.141Z Compiling serde_spanned v0.6.9
13942026-09-11T00:16:02.141Z Compiling toml_datetime v0.6.11
13952026-09-11T00:16:02.144Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13962026-09-11T00:16:02.144Z Compiling macaddr v1.0.1
13972026-09-11T00:16:02.145Z Compiling cargo_metadata v0.23.1
13982026-09-11T00:16:02.153Z Compiling dof v0.3.0
13992026-09-11T00:16:02.156Z Compiling serde_tokenstream v0.2.3
14002026-09-11T00:16:02.331Z Compiling toml_edit v0.22.27
14012026-09-11T00:16:02.912Z Compiling usdt-attr-macro v0.5.0
14022026-09-11T00:16:02.916Z Compiling usdt-macro v0.5.0
14032026-09-11T00:16:03.583Z Compiling usdt v0.5.0
14042026-09-11T00:16:03.707Z Compiling toml v0.8.23
14052026-09-11T00:16:04.053Z Compiling cargo_toml v0.21.0
14062026-09-11T00:16:05.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14072026-09-11T00:16:07.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.95s
14082026-09-11T00:16:07.695Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
14092026-09-11T00:16:08.562Z Compiling serde_core v1.0.228
14102026-09-11T00:16:08.562Z Compiling libc v0.2.185
14112026-09-11T00:16:08.562Z Compiling serde v1.0.228
14122026-09-11T00:16:08.562Z Compiling subtle v2.6.1
14132026-09-11T00:16:08.566Z Compiling smallvec v1.15.1
14142026-09-11T00:16:08.566Z Compiling log v0.4.33
14152026-09-11T00:16:08.566Z Compiling typenum v1.20.1
14162026-09-11T00:16:08.566Z Compiling zerocopy v0.8.55
14172026-09-11T00:16:08.566Z Compiling find-msvc-tools v0.1.9
14182026-09-11T00:16:08.566Z Compiling shlex v1.3.0
14192026-09-11T00:16:08.566Z Compiling scopeguard v1.2.0
14202026-09-11T00:16:08.567Z Compiling portable-atomic v1.13.1
14212026-09-11T00:16:08.697Z Compiling stable_deref_trait v1.2.1
14222026-09-11T00:16:08.700Z Compiling critical-section v1.2.0
14232026-09-11T00:16:08.755Z Compiling syn v2.0.117
14242026-09-11T00:16:08.762Z Compiling libm v0.2.16
14252026-09-11T00:16:08.904Z Compiling getrandom v0.4.3
14262026-09-11T00:16:08.907Z Compiling num-traits v0.2.19
14272026-09-11T00:16:08.977Z Compiling lock_api v0.4.14
14282026-09-11T00:16:08.994Z Compiling allocator-api2 v0.2.21
14292026-09-11T00:16:09.007Z Compiling rand_core v0.10.0
14302026-09-11T00:16:09.031Z Compiling serde_json v1.0.151
14312026-09-11T00:16:09.073Z Compiling const-oid v0.9.6
14322026-09-11T00:16:09.135Z Compiling generic-array v0.14.7
14332026-09-11T00:16:09.152Z Compiling rustix v1.1.4
14342026-09-11T00:16:09.241Z Compiling percent-encoding v2.3.2
14352026-09-11T00:16:09.271Z Compiling parking_lot_core v0.9.12
14362026-09-11T00:16:09.304Z Compiling pin-project-lite v0.2.17
14372026-09-11T00:16:09.342Z Compiling writeable v0.6.2
14382026-09-11T00:16:09.405Z Compiling litemap v0.8.1
14392026-09-11T00:16:09.421Z Compiling icu_normalizer_data v2.1.1
14402026-09-11T00:16:09.424Z Compiling icu_properties_data v2.1.2
14412026-09-11T00:16:09.471Z Compiling pkg-config v0.3.32
14422026-09-11T00:16:09.488Z Compiling foldhash v0.2.0
14432026-09-11T00:16:09.491Z Compiling getrandom v0.3.4
14442026-09-11T00:16:09.569Z Compiling base64ct v1.8.3
14452026-09-11T00:16:09.614Z Compiling flagset v0.4.7
14462026-09-11T00:16:09.631Z Compiling futures-core v0.3.32
14472026-09-11T00:16:09.667Z Compiling hashbrown v0.17.0
14482026-09-11T00:16:09.755Z Compiling utf8_iter v1.0.4
14492026-09-11T00:16:09.772Z Compiling form_urlencoded v1.2.2
14502026-09-11T00:16:09.816Z Compiling errno v0.3.14
14512026-09-11T00:16:09.833Z Compiling jobserver v0.1.34
14522026-09-11T00:16:09.850Z Compiling getrandom v0.2.17
14532026-09-11T00:16:09.922Z Compiling pem-rfc7468 v0.7.0
14542026-09-11T00:16:09.940Z Compiling mio v1.2.0
14552026-09-11T00:16:09.945Z Compiling signal-hook-registry v1.4.8
14562026-09-11T00:16:09.976Z Compiling socket2 v0.6.3
14572026-09-11T00:16:10.004Z Compiling once_cell v1.21.3
14582026-09-11T00:16:10.088Z Compiling cc v1.2.56
14592026-09-11T00:16:10.106Z Compiling rand_core v0.6.4
14602026-09-11T00:16:10.153Z Compiling rustversion v1.0.22
14612026-09-11T00:16:10.227Z Compiling parking_lot v0.12.5
14622026-09-11T00:16:10.263Z Compiling futures-sink v0.3.32
14632026-09-11T00:16:10.277Z Compiling base64 v0.22.1
14642026-09-11T00:16:10.294Z Compiling iana-time-zone v0.1.65
14652026-09-11T00:16:10.302Z Compiling slab v0.4.12
14662026-09-11T00:16:10.346Z Compiling futures-io v0.3.32
14672026-09-11T00:16:10.390Z Compiling futures-channel v0.3.32
14682026-09-11T00:16:10.432Z Compiling ident_case v1.0.1
14692026-09-11T00:16:10.447Z Compiling futures-task v0.3.32
14702026-09-11T00:16:10.466Z Compiling cmov v0.5.4
14712026-09-11T00:16:10.487Z Compiling syn v1.0.109
14722026-09-11T00:16:10.515Z Compiling spin v0.9.8
14732026-09-11T00:16:10.533Z Compiling ahash v0.8.12
14742026-09-11T00:16:10.533Z Compiling cpufeatures v0.2.17
14752026-09-11T00:16:10.567Z Compiling dyn-clone v1.0.20
14762026-09-11T00:16:10.599Z Compiling schemars v0.8.22
14772026-09-11T00:16:10.629Z Compiling dunce v1.0.5
14782026-09-11T00:16:10.646Z Compiling fs_extra v1.3.0
14792026-09-11T00:16:10.680Z Compiling ctutils v0.4.2
14802026-09-11T00:16:10.680Z Compiling simd-adler32 v0.3.8
14812026-09-11T00:16:10.680Z Compiling adler2 v2.0.1
14822026-09-11T00:16:10.730Z Compiling regex-syntax v0.8.10
14832026-09-11T00:16:10.734Z Compiling object v0.37.3
14842026-09-11T00:16:10.763Z Compiling num-integer v0.1.46
14852026-09-11T00:16:10.767Z Compiling aws-lc-rs v1.16.3
14862026-09-11T00:16:10.857Z Compiling num-bigint-dig v0.8.6
14872026-09-11T00:16:10.873Z Compiling vcpkg v0.2.15
14882026-09-11T00:16:10.905Z Compiling cmake v0.1.57
14892026-09-11T00:16:10.942Z Compiling miniz_oxide v0.8.9
14902026-09-11T00:16:10.975Z Compiling lazy_static v1.5.0
14912026-09-11T00:16:10.992Z Compiling bitflags v2.11.0
14922026-09-11T00:16:11.084Z Compiling semver v1.0.28
14932026-09-11T00:16:11.102Z Compiling indexmap v2.14.0
14942026-09-11T00:16:11.118Z Compiling uuid v1.23.4
14952026-09-11T00:16:11.183Z Compiling num-iter v0.1.45
14962026-09-11T00:16:11.221Z Compiling ff v0.13.1
14972026-09-11T00:16:11.264Z Compiling tracing-core v0.1.36
14982026-09-11T00:16:11.313Z Compiling rustc_version v0.4.1
14992026-09-11T00:16:11.342Z Compiling anyhow v1.0.104
15002026-09-11T00:16:11.359Z Compiling crc32fast v1.5.0
15012026-09-11T00:16:11.385Z Compiling base16ct v0.2.0
15022026-09-11T00:16:11.446Z Compiling gimli v0.32.3
15032026-09-11T00:16:11.618Z Compiling group v0.13.0
15042026-09-11T00:16:11.678Z Compiling rand_core v0.9.5
15052026-09-11T00:16:11.703Z Compiling rustc-demangle v0.1.27
15062026-09-11T00:16:11.784Z Compiling httparse v1.10.1
15072026-09-11T00:16:11.827Z Compiling owo-colors v4.3.0
15082026-09-11T00:16:11.844Z Compiling aws-lc-sys v0.40.0
15092026-09-11T00:16:11.844Z Compiling openssl-sys v0.9.117
15102026-09-11T00:16:11.883Z Compiling synstructure v0.13.2
15112026-09-11T00:16:11.899Z Compiling serde_derive_internals v0.29.1
15122026-09-11T00:16:11.993Z Compiling openssl-probe v0.2.1
15132026-09-11T00:16:12.007Z Compiling untrusted v0.7.1
15142026-09-11T00:16:12.144Z Compiling tinyvec_macros v0.1.1
15152026-09-11T00:16:12.196Z Compiling pest_generator v2.8.6
15162026-09-11T00:16:12.245Z Compiling tinyvec v1.11.0
15172026-09-11T00:16:12.273Z Compiling darling_core v0.23.0
15182026-09-11T00:16:12.290Z Compiling curve25519-dalek v4.1.3
15192026-09-11T00:16:12.490Z Compiling terminal_size v0.4.3
15202026-09-11T00:16:12.507Z Compiling tempfile v3.27.0
15212026-09-11T00:16:12.552Z Compiling camino v1.2.5
15222026-09-11T00:16:12.616Z Compiling clap_builder v4.6.0
15232026-09-11T00:16:12.635Z Compiling proc-macro-error-attr2 v2.0.0
15242026-09-11T00:16:12.665Z Compiling aho-corasick v1.1.4
15252026-09-11T00:16:12.697Z Compiling untrusted v0.9.0
15262026-09-11T00:16:12.714Z Compiling try-lock v0.2.5
15272026-09-11T00:16:12.850Z Compiling radium v0.7.0
15282026-09-11T00:16:12.866Z Compiling tower-service v0.3.3
15292026-09-11T00:16:12.885Z Compiling tower-layer v0.3.3
15302026-09-11T00:16:12.935Z Compiling atomic-waker v1.1.2
15312026-09-11T00:16:12.984Z Compiling rustls v0.23.41
15322026-09-11T00:16:13.009Z Compiling is_ci v1.2.0
15332026-09-11T00:16:13.012Z Compiling textwrap v0.16.2
15342026-09-11T00:16:13.080Z Compiling want v0.3.1
15352026-09-11T00:16:13.117Z Compiling proc-macro-error2 v2.0.1
15362026-09-11T00:16:13.177Z Compiling supports-color v3.0.2
15372026-09-11T00:16:13.236Z Compiling darling_core v0.20.11
15382026-09-11T00:16:13.286Z Compiling slog v2.8.2
15392026-09-11T00:16:13.331Z Compiling addr2line v0.25.1
15402026-09-11T00:16:13.377Z Compiling supports-hyperlinks v3.2.0
15412026-09-11T00:16:13.522Z Compiling httpdate v1.0.3
15422026-09-11T00:16:13.594Z Compiling num-conv v0.2.0
15432026-09-11T00:16:13.611Z Compiling supports-unicode v3.0.0
15442026-09-11T00:16:13.630Z Compiling powerfmt v0.2.0
15452026-09-11T00:16:13.630Z Compiling tap v1.0.1
15462026-09-11T00:16:13.670Z Compiling regex-automata v0.4.14
15472026-09-11T00:16:13.758Z Compiling maybe-uninit v2.0.0
15482026-09-11T00:16:13.790Z Compiling time-core v0.1.8
15492026-09-11T00:16:13.794Z Compiling const-oid v0.10.2
15502026-09-11T00:16:13.824Z Compiling foreign-types-shared v0.1.1
15512026-09-11T00:16:13.830Z Compiling keccak v0.1.6
15522026-09-11T00:16:13.862Z Compiling serde_derive v1.0.228
15532026-09-11T00:16:13.880Z Compiling zeroize_derive v1.5.0
15542026-09-11T00:16:13.948Z Compiling zerocopy-derive v0.8.55
15552026-09-11T00:16:13.978Z Compiling zerofrom-derive v0.1.6
15562026-09-11T00:16:14.054Z Compiling yoke-derive v0.8.1
15572026-09-11T00:16:14.105Z Compiling zerovec-derive v0.11.2
15582026-09-11T00:16:14.108Z Compiling displaydoc v0.2.5
15592026-09-11T00:16:14.642Z Compiling thiserror-impl v2.0.18
15602026-09-11T00:16:14.662Z Compiling der_derive v0.7.3
15612026-09-11T00:16:14.685Z Compiling tokio-macros v2.7.0
15622026-09-11T00:16:14.919Z Compiling futures-macro v0.3.32
15632026-09-11T00:16:15.029Z Compiling schemars_derive v0.8.22
15642026-09-11T00:16:15.211Z Compiling clap_derive v4.6.1
15652026-09-11T00:16:15.398Z Compiling tracing-attributes v0.1.31
15662026-09-11T00:16:15.449Z Compiling thiserror-impl v1.0.69
15672026-09-11T00:16:15.483Z Compiling backtrace v0.3.76
15682026-09-11T00:16:15.557Z Compiling hubpack_derive v0.1.1
15692026-09-11T00:16:15.634Z Compiling zerofrom v0.1.6
15702026-09-11T00:16:15.789Z Compiling yoke v0.8.1
15712026-09-11T00:16:15.810Z Compiling darling_macro v0.23.0
15722026-09-11T00:16:15.841Z Compiling futures-util v0.3.32
15732026-09-11T00:16:15.956Z Compiling backtrace-ext v0.2.1
15742026-09-11T00:16:16.016Z Compiling zerovec v0.11.5
15752026-09-11T00:16:16.121Z Compiling zerotrie v0.2.3
15762026-09-11T00:16:16.129Z Compiling scroll_derive v0.13.1
15772026-09-11T00:16:16.171Z Compiling pest_derive v2.8.6
15782026-09-11T00:16:16.213Z Compiling thiserror v2.0.18
15792026-09-11T00:16:16.354Z Compiling miette-derive v7.6.0
15802026-09-11T00:16:16.413Z Compiling curve25519-dalek-derive v0.1.1
15812026-09-11T00:16:16.490Z Compiling openssl v0.10.80
15822026-09-11T00:16:16.497Z Compiling darling v0.23.0
15832026-09-11T00:16:16.623Z Compiling tinystr v0.8.2
15842026-09-11T00:16:16.641Z Compiling potential_utf v0.1.4
15852026-09-11T00:16:16.724Z Compiling darling_macro v0.20.11
15862026-09-11T00:16:16.795Z Compiling icu_locale_core v2.1.1
15872026-09-11T00:16:16.795Z Compiling icu_collections v2.1.1
15882026-09-11T00:16:16.875Z Compiling time-macros v0.2.27
15892026-09-11T00:16:16.947Z Compiling foreign-types v0.3.2
15902026-09-11T00:16:16.962Z Compiling thiserror v1.0.69
15912026-09-11T00:16:16.962Z Compiling tracing v0.1.44
15922026-09-11T00:16:17.029Z Compiling knus-derive v3.4.0
15932026-09-11T00:16:17.082Z Compiling openssl-macros v0.1.1
15942026-09-11T00:16:17.114Z Compiling scroll v0.13.0
15952026-09-11T00:16:17.233Z Compiling deranged v0.5.8
15962026-09-11T00:16:17.250Z Compiling clap v4.6.1
15972026-09-11T00:16:17.281Z Compiling wyz v0.5.1
15982026-09-11T00:16:17.374Z Compiling unicode-normalization v0.1.25
15992026-09-11T00:16:17.446Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16002026-09-11T00:16:17.520Z Compiling icu_provider v2.1.1
16012026-09-11T00:16:17.560Z Compiling bzip2-sys v0.1.13+1.0.8
16022026-09-11T00:16:17.598Z Compiling wait-timeout v0.2.1
16032026-09-11T00:16:17.714Z Compiling miette v7.6.0
16042026-09-11T00:16:17.810Z Compiling zeroize v1.9.0
16052026-09-11T00:16:17.877Z Compiling bytes v1.11.1
16062026-09-11T00:16:17.919Z Compiling icu_normalizer v2.1.1
16072026-09-11T00:16:17.953Z Compiling icu_properties v2.1.2
16082026-09-11T00:16:17.956Z Compiling chrono v0.4.45
16092026-09-11T00:16:17.987Z Compiling hex v0.4.3
16102026-09-11T00:16:17.987Z Compiling ipnet v2.12.0
16112026-09-11T00:16:17.993Z Compiling serde_spanned v0.6.9
16122026-09-11T00:16:18.128Z Compiling der v0.7.10
16132026-09-11T00:16:18.201Z Compiling hybrid-array v0.4.13
16142026-09-11T00:16:18.306Z Compiling rustls-pki-types v1.14.0
16152026-09-11T00:16:18.341Z Compiling toml_datetime v0.6.11
16162026-09-11T00:16:18.368Z Compiling erased-serde v0.3.31
16172026-09-11T00:16:18.462Z Compiling tokio v1.52.1
16182026-09-11T00:16:18.553Z Compiling http v1.4.2
16192026-09-11T00:16:18.622Z Compiling hubpack v0.1.2
16202026-09-11T00:16:18.639Z Compiling socket2 v0.5.10
16212026-09-11T00:16:18.710Z Compiling crypto-common v0.1.7
16222026-09-11T00:16:18.774Z Compiling block-buffer v0.10.4
16232026-09-11T00:16:18.778Z Compiling crypto-bigint v0.5.5
16242026-09-11T00:16:18.882Z Compiling env_filter v2.0.0
16252026-09-11T00:16:18.897Z Compiling bit-vec v0.8.0
16262026-09-11T00:16:18.900Z Compiling packed_struct v0.10.1
16272026-09-11T00:16:18.968Z Compiling digest v0.10.7
16282026-09-11T00:16:18.984Z Compiling idna_adapter v1.2.1
16292026-09-11T00:16:19.068Z Compiling ppv-lite86 v0.2.21
16302026-09-11T00:16:19.127Z Compiling idna v1.1.0
16312026-09-11T00:16:19.172Z Compiling spki v0.7.3
16322026-09-11T00:16:19.186Z Compiling crypto-common v0.2.2
16332026-09-11T00:16:19.226Z Compiling signature v2.2.0
16342026-09-11T00:16:19.251Z Compiling sha2 v0.10.9
16352026-09-11T00:16:19.278Z Compiling hmac v0.12.1
16362026-09-11T00:16:19.328Z Compiling block-buffer v0.12.1
16372026-09-11T00:16:19.340Z Compiling http-body v1.0.1
16382026-09-11T00:16:19.361Z Compiling pkcs8 v0.10.2
16392026-09-11T00:16:19.404Z Compiling rand_chacha v0.3.1
16402026-09-11T00:16:19.435Z Compiling hkdf v0.12.4
16412026-09-11T00:16:19.457Z Compiling url v2.5.8
16422026-09-11T00:16:19.474Z Compiling x509-cert v0.2.5
16432026-09-11T00:16:19.485Z Compiling rfc6979 v0.4.0
16442026-09-11T00:16:19.515Z Compiling rand_chacha v0.9.0
16452026-09-11T00:16:19.533Z Compiling hashbrown v0.14.5
16462026-09-11T00:16:19.553Z Compiling pkcs1 v0.7.5
16472026-09-11T00:16:19.587Z Compiling sec1 v0.7.3
16482026-09-11T00:16:19.650Z Compiling block-padding v0.4.2
16492026-09-11T00:16:19.671Z Compiling rand v0.8.6
16502026-09-11T00:16:19.681Z Compiling ed25519 v2.2.3
16512026-09-11T00:16:19.853Z Compiling elliptic-curve v0.13.8
16522026-09-11T00:16:19.878Z Compiling digest v0.11.3
16532026-09-11T00:16:19.924Z Compiling inout v0.2.2
16542026-09-11T00:16:20.133Z Compiling chumsky v0.9.3
16552026-09-11T00:16:20.149Z Compiling rand v0.9.2
16562026-09-11T00:16:20.239Z Compiling sha3 v0.10.8
16572026-09-11T00:16:20.296Z Compiling ecdsa v0.16.9
16582026-09-11T00:16:20.312Z Compiling primeorder v0.13.6
16592026-09-11T00:16:20.553Z Compiling half v2.7.1
16602026-09-11T00:16:20.616Z Compiling crossbeam-utils v0.8.21
16612026-09-11T00:16:20.667Z Compiling ciborium-io v0.2.2
16622026-09-11T00:16:20.682Z Compiling quick-error v1.2.3
16632026-09-11T00:16:20.743Z Compiling funty v2.0.0
16642026-09-11T00:16:20.761Z Compiling num_threads v0.1.7
16652026-09-11T00:16:20.786Z Compiling native-tls v0.2.18
16662026-09-11T00:16:20.818Z Compiling cpufeatures v0.3.0
16672026-09-11T00:16:20.881Z Compiling time v0.3.47
16682026-09-11T00:16:20.898Z Compiling ciborium-ll v0.2.2
16692026-09-11T00:16:20.917Z Compiling rusty-fork v0.3.1
16702026-09-11T00:16:20.982Z Compiling p384 v0.13.1
16712026-09-11T00:16:21.019Z Compiling cipher v0.5.2
16722026-09-11T00:16:21.084Z Compiling ed25519-dalek v2.2.0
16732026-09-11T00:16:21.117Z Compiling bitvec v1.0.1
16742026-09-11T00:16:21.137Z Compiling sha1 v0.10.6
16752026-09-11T00:16:21.153Z Compiling bit-set v0.8.0
16762026-09-11T00:16:21.254Z Compiling env_logger v0.11.11
16772026-09-11T00:16:21.375Z Compiling knus v3.4.0
16782026-09-11T00:16:21.453Z Compiling goblin v0.10.5
16792026-09-11T00:16:21.484Z Compiling darling v0.20.11
16802026-09-11T00:16:21.587Z Compiling rsa v0.9.10
16812026-09-11T00:16:21.647Z Compiling serde_with_macros v3.21.0
16822026-09-11T00:16:21.676Z Compiling packed_struct_codegen v0.10.1
16832026-09-11T00:16:21.702Z Compiling bitfield-macros v0.19.4
16842026-09-11T00:16:21.731Z Compiling async-trait v0.1.89
16852026-09-11T00:16:22.107Z Compiling zerocopy-derive v0.6.6
16862026-09-11T00:16:22.321Z Compiling strum_macros v0.26.4
16872026-09-11T00:16:22.486Z Compiling rand_xorshift v0.4.0
16882026-09-11T00:16:22.605Z Compiling tokio-util v0.7.18
16892026-09-11T00:16:22.654Z Compiling sync_wrapper v1.0.2
16902026-09-11T00:16:22.705Z Compiling indexmap v1.9.3
16912026-09-11T00:16:22.799Z Compiling unarray v0.1.4
16922026-09-11T00:16:22.865Z Compiling nodrop v0.1.14
16932026-09-11T00:16:22.888Z Compiling salty v0.3.0
16942026-09-11T00:16:22.919Z Compiling paste v1.0.15
16952026-09-11T00:16:22.930Z Compiling siphasher v1.0.2
16962026-09-11T00:16:22.968Z Compiling usdt-impl v0.6.0
16972026-09-11T00:16:22.990Z Compiling unicode-segmentation v1.12.0
16982026-09-11T00:16:23.052Z Compiling crc-catalog v2.4.0
16992026-09-11T00:16:23.149Z Compiling crc v3.4.0
17002026-09-11T00:16:23.165Z Compiling zerocopy v0.6.6
17012026-09-11T00:16:23.242Z Compiling array-init v0.0.4
17022026-09-11T00:16:23.257Z Compiling serde_with v3.21.0
17032026-09-11T00:16:23.322Z Compiling proptest v1.11.0
17042026-09-11T00:16:23.371Z Compiling h2 v0.4.15
17052026-09-11T00:16:23.422Z Compiling tower v0.5.3
17062026-09-11T00:16:23.594Z Compiling bitfield v0.19.4
17072026-09-11T00:16:23.671Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
17082026-09-11T00:16:23.934Z Compiling smallvec v0.6.14
17092026-09-11T00:16:23.970Z Compiling derive_builder_core v0.20.2
17102026-09-11T00:16:24.194Z Compiling chacha20 v0.10.0
17112026-09-11T00:16:24.302Z Compiling ciborium v0.2.2
17122026-09-11T00:16:24.317Z Compiling strum v0.26.3
17132026-09-11T00:16:24.474Z Compiling dof v0.4.0
17142026-09-11T00:16:24.682Z Compiling ipnetwork v0.21.1
17152026-09-11T00:16:24.770Z Compiling http-body-util v0.1.3
17162026-09-11T00:16:24.846Z Compiling dtrace-parser v0.3.0
17172026-09-11T00:16:24.917Z Compiling structmeta-derive v0.3.0
17182026-09-11T00:16:24.954Z Compiling scroll_derive v0.12.1
17192026-09-11T00:16:24.970Z Compiling heapless v0.7.17
17202026-09-11T00:16:25.061Z Compiling thread-id v5.1.0
17212026-09-11T00:16:25.155Z Compiling syn v3.0.3
17222026-09-11T00:16:25.171Z Compiling cookie v0.18.1
17232026-09-11T00:16:25.206Z Compiling unicode-bidi v0.3.18
17242026-09-11T00:16:25.285Z Compiling static_assertions v1.1.0
17252026-09-11T00:16:25.303Z Compiling unicode-properties v0.1.4
17262026-09-11T00:16:25.381Z Compiling hashbrown v0.12.3
17272026-09-11T00:16:25.417Z Compiling iri-string v0.7.10
17282026-09-11T00:16:25.545Z Compiling signal-hook v0.3.18
17292026-09-11T00:16:25.673Z Compiling winnow v0.5.40
17302026-09-11T00:16:25.719Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
17312026-09-11T00:16:25.774Z Compiling ryu v1.0.23
17322026-09-11T00:16:25.817Z Compiling base64 v0.21.7
17332026-09-11T00:16:25.833Z Compiling zstd-safe v7.2.4
17342026-09-11T00:16:25.923Z Compiling serde_urlencoded v0.7.1
17352026-09-11T00:16:25.993Z Compiling newtype-uuid v1.3.2
17362026-09-11T00:16:26.105Z Compiling ron v0.8.1
17372026-09-11T00:16:26.153Z Compiling scroll v0.12.0
17382026-09-11T00:16:26.159Z Compiling structmeta v0.3.0
17392026-09-11T00:16:26.178Z Compiling stringprep v0.1.5
17402026-09-11T00:16:26.309Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17412026-09-11T00:16:26.357Z Compiling derive_builder_macro v0.20.2
17422026-09-11T00:16:26.440Z Compiling oxnet v0.1.6
17432026-09-11T00:16:26.471Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17442026-09-11T00:16:26.471Z Compiling rand v0.10.1
17452026-09-11T00:16:26.669Z Compiling tower-http v0.6.8
17462026-09-11T00:16:26.867Z Compiling hyper v1.10.1
17472026-09-11T00:16:26.895Z Compiling serde-hex v0.1.0
17482026-09-11T00:16:26.906Z Compiling tokio-native-tls v0.3.1
17492026-09-11T00:16:27.060Z Compiling toml_edit v0.19.15
17502026-09-11T00:16:27.105Z Compiling bzip2 v0.4.4
17512026-09-11T00:16:27.135Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17522026-09-11T00:16:27.321Z Compiling sha2 v0.11.0
17532026-09-11T00:16:27.341Z Compiling hmac v0.13.0
17542026-09-11T00:16:27.350Z Compiling md-5 v0.11.0
17552026-09-11T00:16:27.561Z Compiling hashbrown v0.13.2
17562026-09-11T00:16:27.632Z Compiling rustls-native-certs v0.8.3
17572026-09-11T00:16:27.706Z Compiling serde-big-array v0.5.1
17582026-09-11T00:16:27.724Z Compiling serde_tokenstream v0.2.3
17592026-09-11T00:16:27.869Z Compiling bstr v1.12.1
17602026-09-11T00:16:27.921Z Compiling zerocopy-derive v0.7.35
17612026-09-11T00:16:27.963Z Compiling pin-project-internal v1.1.11
17622026-09-11T00:16:28.064Z Compiling hyper-util v0.1.20
17632026-09-11T00:16:28.100Z Compiling vergen-lib v9.1.0
17642026-09-11T00:16:28.187Z Compiling hash32 v0.2.1
17652026-09-11T00:16:28.333Z Compiling encoding_rs v0.8.35
17662026-09-11T00:16:28.432Z Compiling thread_local v1.1.9
17672026-09-11T00:16:28.618Z Compiling memoffset v0.9.1
17682026-09-11T00:16:28.635Z Compiling fallible-iterator v0.2.0
17692026-09-11T00:16:28.729Z Compiling psl-types v2.0.11
17702026-09-11T00:16:28.772Z Compiling rustix v0.38.44
17712026-09-11T00:16:28.834Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17722026-09-11T00:16:28.870Z Compiling slog-async v2.8.0
17732026-09-11T00:16:28.887Z Compiling crc-any v2.5.0
17742026-09-11T00:16:28.914Z Compiling libbz2-rs-sys v0.2.2
17752026-09-11T00:16:28.928Z Compiling daft-derive v0.1.8
17762026-09-11T00:16:29.018Z Compiling smoltcp v0.9.1
17772026-09-11T00:16:29.098Z Compiling ref-cast v1.0.25
17782026-09-11T00:16:29.169Z Compiling litrs v1.0.0
17792026-09-11T00:16:29.217Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17802026-09-11T00:16:29.234Z Compiling zlib-rs v0.6.2
17812026-09-11T00:16:29.234Z Compiling cfg_aliases v0.2.1
17822026-09-11T00:16:29.267Z Compiling bumpalo v3.20.2
17832026-09-11T00:16:29.339Z Compiling mime v0.3.17
17842026-09-11T00:16:29.453Z Compiling bzip2 v0.6.1
17852026-09-11T00:16:29.507Z Compiling zopfli v0.8.3
17862026-09-11T00:16:29.547Z Compiling nix v0.31.2
17872026-09-11T00:16:29.563Z Compiling toml_edit v0.22.27
17882026-09-11T00:16:29.655Z Compiling hyper-tls v0.6.0
17892026-09-11T00:16:29.685Z Compiling pin-project v1.1.11
17902026-09-11T00:16:29.761Z Compiling document-features v0.2.12
17912026-09-11T00:16:29.761Z Compiling daft v0.1.8
17922026-09-11T00:16:29.898Z Compiling postgres-protocol v0.6.12
17932026-09-11T00:16:29.944Z Compiling zerocopy v0.7.35
17942026-09-11T00:16:30.019Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17952026-09-11T00:16:30.064Z Compiling publicsuffix v2.3.0
17962026-09-11T00:16:30.079Z Compiling toml v0.7.8
17972026-09-11T00:16:30.129Z Compiling object v0.30.4
17982026-09-11T00:16:30.132Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17992026-09-11T00:16:30.158Z Compiling zip v0.6.6
18002026-09-11T00:16:30.259Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18012026-09-11T00:16:30.275Z Compiling derive_builder v0.20.2
18022026-09-11T00:16:30.436Z Compiling derive-ex v0.1.8
18032026-09-11T00:16:30.449Z Compiling goblin v0.8.2
18042026-09-11T00:16:30.615Z Compiling crossbeam-channel v0.5.15
18052026-09-11T00:16:30.705Z Compiling convert_case v0.10.0
18062026-09-11T00:16:30.724Z Compiling phf_shared v0.13.1
18072026-09-11T00:16:30.773Z Compiling futures-executor v0.3.32
18082026-09-11T00:16:30.808Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18092026-09-11T00:16:30.884Z Compiling regex v1.12.3
18102026-09-11T00:16:31.001Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112026-09-11T00:16:31.053Z Compiling ref-cast-impl v1.0.25
18122026-09-11T00:16:31.076Z Compiling snafu-derive v0.8.9
18132026-09-11T00:16:31.097Z Compiling strum_macros v0.27.2
18142026-09-11T00:16:31.124Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
18152026-09-11T00:16:31.152Z Compiling vergen v9.1.0
18162026-09-11T00:16:31.366Z Compiling cargo-platform v0.3.2
18172026-09-11T00:16:31.381Z Compiling is-terminal v0.4.17
18182026-09-11T00:16:31.401Z Compiling fs-err v3.3.0
18192026-09-11T00:16:31.479Z Compiling corncobs v0.1.4
18202026-09-11T00:16:31.508Z Compiling foldhash v0.1.5
18212026-09-11T00:16:31.530Z Compiling path-slash v0.1.5
18222026-09-11T00:16:31.658Z Compiling take_mut v0.2.2
18232026-09-11T00:16:31.685Z Compiling bitflags v1.3.2
18242026-09-11T00:16:31.701Z Compiling jiff-core v0.1.0
18252026-09-11T00:16:31.705Z Compiling same-file v1.0.6
18262026-09-11T00:16:31.733Z Compiling managed v0.8.0
18272026-09-11T00:16:31.736Z Compiling term v1.2.1
18282026-09-11T00:16:31.780Z Compiling either v1.15.0
18292026-09-11T00:16:31.900Z Compiling walkdir v2.5.0
18302026-09-11T00:16:32.152Z Compiling slog-term v2.9.2
18312026-09-11T00:16:32.279Z Compiling flate2 v1.1.9
18322026-09-11T00:16:32.304Z Compiling test-strategy v0.4.5
18332026-09-11T00:16:32.394Z Compiling hashbrown v0.15.5
18342026-09-11T00:16:32.443Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18352026-09-11T00:16:32.510Z Compiling cargo_metadata v0.23.1
18362026-09-11T00:16:32.695Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18372026-09-11T00:16:32.753Z Compiling jiff v0.2.34
18382026-09-11T00:16:32.770Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18392026-09-11T00:16:32.873Z Compiling dof v0.3.0
18402026-09-11T00:16:32.919Z Compiling toml v0.8.23
18412026-09-11T00:16:32.948Z Compiling derive_more-impl v2.1.1
18422026-09-11T00:16:32.970Z Compiling phf v0.13.1
18432026-09-11T00:16:33.014Z Compiling futures v0.3.32
18442026-09-11T00:16:33.116Z Compiling cookie_store v0.22.1
18452026-09-11T00:16:33.165Z Compiling signal-hook-mio v0.2.5
18462026-09-11T00:16:33.218Z Compiling snafu v0.8.9
18472026-09-11T00:16:33.295Z Compiling strum v0.27.2
18482026-09-11T00:16:33.511Z Compiling postgres-types v0.2.14
18492026-09-11T00:16:33.702Z Compiling zstd v0.13.3
18502026-09-11T00:16:33.754Z Compiling reqwest v0.12.28
18512026-09-11T00:16:33.890Z Compiling globset v0.4.18
18522026-09-11T00:16:33.978Z Compiling usdt-macro v0.6.0
18532026-09-11T00:16:34.006Z Compiling usdt-attr-macro v0.6.0
18542026-09-11T00:16:34.021Z Compiling phf_shared v0.11.3
18552026-09-11T00:16:34.086Z Compiling byte-wrapper v0.1.0
18562026-09-11T00:16:34.146Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18572026-09-11T00:16:34.254Z Compiling secrecy v0.8.0
18582026-09-11T00:16:34.269Z Compiling olpc-cjson v0.1.4
18592026-09-11T00:16:34.298Z Compiling serde_plain v1.0.2
18602026-09-11T00:16:34.311Z Compiling dtrace-parser v0.2.0
18612026-09-11T00:16:34.428Z Compiling enum-as-inner v0.6.1
18622026-09-11T00:16:34.463Z Compiling serde_repr v0.1.20
18632026-09-11T00:16:34.488Z Compiling async-recursion v1.1.1
18642026-09-11T00:16:34.506Z Compiling float-cmp v0.10.0
18652026-09-11T00:16:34.528Z Compiling pem v3.0.6
18662026-09-11T00:16:34.648Z Compiling memmap2 v0.9.10
18672026-09-11T00:16:34.690Z Compiling thread-id v4.2.2
18682026-09-11T00:16:34.746Z Compiling hashbrown v0.16.1
18692026-09-11T00:16:34.801Z Compiling winnow v1.0.3
18702026-09-11T00:16:34.867Z Compiling predicates-core v1.0.10
18712026-09-11T00:16:34.915Z Compiling typed-path v0.12.3
18722026-09-11T00:16:34.926Z Compiling fixedbitset v0.5.7
18732026-09-11T00:16:34.983Z Compiling data-encoding v2.10.0
18742026-09-11T00:16:34.998Z Compiling precomputed-hash v0.1.1
18752026-09-11T00:16:35.036Z Compiling new_debug_unreachable v1.0.6
18762026-09-11T00:16:35.082Z Compiling typed-path v0.9.3
18772026-09-11T00:16:35.106Z Compiling whoami v2.1.0
18782026-09-11T00:16:35.123Z Compiling difflib v0.4.0
18792026-09-11T00:16:35.138Z Compiling normalize-line-endings v0.3.0
18802026-09-11T00:16:35.156Z Compiling fixedbitset v0.4.2
18812026-09-11T00:16:35.256Z Compiling zip v4.6.1
18822026-09-11T00:16:35.269Z Compiling petgraph v0.8.3
18832026-09-11T00:16:35.287Z Compiling string_cache v0.8.9
18842026-09-11T00:16:35.290Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18852026-09-11T00:16:35.411Z Compiling predicates v3.1.4
18862026-09-11T00:16:35.429Z Compiling iddqd v0.4.2
18872026-09-11T00:16:35.531Z Compiling tokio-postgres v0.7.18
18882026-09-11T00:16:35.561Z Compiling hickory-proto v0.25.2
18892026-09-11T00:16:35.754Z Compiling petgraph v0.6.5
18902026-09-11T00:16:35.773Z Compiling usdt v0.6.0
18912026-09-11T00:16:35.998Z Compiling toml_parser v1.1.2+spec-1.1.0
18922026-09-11T00:16:36.079Z Compiling zip v8.6.0
18932026-09-11T00:16:36.140Z Compiling usdt-impl v0.5.0
18942026-09-11T00:16:36.191Z Compiling crossterm v0.28.1
18952026-09-11T00:16:36.316Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18962026-09-11T00:16:36.438Z Compiling derive_more v2.1.1
18972026-09-11T00:16:36.840Z Compiling itertools v0.15.0
18982026-09-11T00:16:36.856Z Compiling itertools v0.13.0
18992026-09-11T00:16:37.193Z Compiling similar v2.7.0
19002026-09-11T00:16:37.240Z Compiling crossbeam-epoch v0.9.18
19012026-09-11T00:16:37.291Z Compiling tokio-stream v0.1.18
19022026-09-11T00:16:37.454Z Compiling heck v0.4.1
19032026-09-11T00:16:37.479Z Compiling buf-list v1.1.2
19042026-09-11T00:16:37.618Z Compiling openapiv3 v2.2.0
19052026-09-11T00:16:37.643Z Compiling peg-runtime v0.8.5
19062026-09-11T00:16:37.719Z Compiling lalrpop-util v0.19.12
19072026-09-11T00:16:37.784Z Compiling filetime v0.2.27
19082026-09-11T00:16:37.830Z Compiling xattr v1.6.1
19092026-09-11T00:16:37.935Z Compiling camino-tempfile v1.4.1
19102026-09-11T00:16:37.972Z Compiling tar v0.4.46
19112026-09-11T00:16:55.587Z Compiling rustls-webpki v0.103.13
19122026-09-11T00:16:58.346Z Compiling tokio-rustls v0.26.4
19132026-09-11T00:16:58.346Z Compiling rustls-platform-verifier v0.6.2
19142026-09-11T00:16:58.350Z Compiling tough v0.22.0
19152026-09-11T00:16:58.577Z Compiling hyper-rustls v0.27.7
19162026-09-11T00:16:58.783Z Compiling reqwest v0.13.2
19172026-09-11T00:17:01.034Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-09-11T00:17:01.302Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19192026-09-11T00:17:04.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.57s
19202026-09-11T00:17:04.326Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19212026-09-11T00:17:04.326Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19222026-09-11T00:17:04.450Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19232026-09-11T00:17:04.507ZSep 11 00:17:03.127 INFO Starting download, target: MaghemiteMgd
19242026-09-11T00:17:04.507ZSep 11 00:17:03.128 INFO Starting download, target: Cockroach
19252026-09-11T00:17:04.507ZSep 11 00:17:03.128 INFO Starting download, target: DendriteStub
19262026-09-11T00:17:04.507ZSep 11 00:17:03.128 INFO Starting download, target: Console
19272026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Starting download, target: MaghemiteDdmd
19282026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Starting download, target: Clickhouse
19292026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Starting download, target: TransceiverControl
19302026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19312026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19322026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19332026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19342026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19352026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19362026-09-11T00:17:04.514ZSep 11 00:17:03.128 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19372026-09-11T00:17:06.600ZSep 11 00:17:05.183 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19382026-09-11T00:17:06.801ZSep 11 00:17:05.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19392026-09-11T00:17:06.839ZSep 11 00:17:05.403 INFO Download complete, target: Console
19402026-09-11T00:17:07.049ZSep 11 00:17:05.582 INFO Download complete, target: TransceiverControl
19412026-09-11T00:17:08.179ZSep 11 00:17:06.777 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19422026-09-11T00:17:08.490ZSep 11 00:17:07.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19432026-09-11T00:17:08.515ZSep 11 00:17:07.100 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19442026-09-11T00:17:08.822ZSep 11 00:17:07.436 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19452026-09-11T00:17:10.426ZSep 11 00:17:09.019 INFO Download complete, target: MaghemiteDdmd
19462026-09-11T00:17:10.545ZSep 11 00:17:09.146 INFO Download complete, target: DendriteStub
19472026-09-11T00:17:10.731ZSep 11 00:17:09.345 INFO Download complete, target: MaghemiteMgd
19482026-09-11T00:17:14.447ZSep 11 00:17:13.046 INFO Checking that binary works, target: Clickhouse
19492026-09-11T00:17:14.521ZSep 11 00:17:13.134 INFO Download complete, target: Clickhouse
19502026-09-11T00:17:19.535ZSep 11 00:17:18.081 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19512026-09-11T00:17:19.535ZSep 11 00:17:18.081 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19522026-09-11T00:17:23.243ZSep 11 00:17:21.782 INFO Checking that binary works, target: Cockroach
19532026-09-11T00:17:23.310ZSep 11 00:17:21.915 INFO Download complete, target: Cockroach
19542026-09-11T00:17:23.336ZAll prerequisites installed successfully
19552026-09-11T00:17:23.336Z
19562026-09-11T00:17:23.336Zreal 1:47.287966337
19572026-09-11T00:17:23.336Zuser 8:11.278902240
19582026-09-11T00:17:23.337Zsys 2:01.476790835
19592026-09-11T00:17:23.337Ztrap 0.292541462
19602026-09-11T00:17:23.337Ztflt 0.809575157
19612026-09-11T00:17:23.337Zdflt 1.525264944
19622026-09-11T00:17:23.337Zkflt 0.019180724
19632026-09-11T00:17:23.337Zlock 34:33.590523512
19642026-09-11T00:17:23.337Zslp 22:40.756809229
19652026-09-11T00:17:23.337Zlat 34.192145424
19662026-09-11T00:17:23.337Zstop 3:37.506700789
19672026-09-11T00:17:23.337Z+ source ./tools/include/force-git-over-https.sh
19682026-09-11T00:17:23.337Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19692026-09-11T00:17:23.337Z++ (( i = 0 ))
19702026-09-11T00:17:23.337Z++ (( i < 5 ))
19712026-09-11T00:17:23.337Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19722026-09-11T00:17:23.337Z++ (( i++ ))
19732026-09-11T00:17:23.337Z++ (( i < 5 ))
19742026-09-11T00:17:23.337Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19752026-09-11T00:17:23.338Z++ (( i++ ))
19762026-09-11T00:17:23.338Z++ (( i < 5 ))
19772026-09-11T00:17:23.338Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19782026-09-11T00:17:23.338Z++ (( i++ ))
19792026-09-11T00:17:23.338Z++ (( i < 5 ))
19802026-09-11T00:17:23.338Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19812026-09-11T00:17:23.338Z++ (( i++ ))
19822026-09-11T00:17:23.338Z++ (( i < 5 ))
19832026-09-11T00:17:23.338Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19842026-09-11T00:17:23.338Z++ (( i++ ))
19852026-09-11T00:17:23.338Z++ (( i < 5 ))
19862026-09-11T00:17:23.338Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19872026-09-11T00:17:23.338Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19882026-09-11T00:17:23.338Z+ rc=0
19892026-09-11T00:17:23.339Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19902026-09-11T00:17:32.209Z+ case $rc in
19912026-09-11T00:17:32.209Z+ pfexec zfs create -p rpool/images/build/host
19922026-09-11T00:17:32.475Z+ pfexec zfs create -p rpool/images/build/recovery
19932026-09-11T00:17:32.546Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19942026-09-11T00:17:33.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19952026-09-11T00:17:33.047Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19962026-09-11T00:17:33.957Z Compiling proc-macro2 v1.0.106
19972026-09-11T00:17:33.957Z Compiling quote v1.0.45
19982026-09-11T00:17:33.961Z Compiling unicode-ident v1.0.24
19992026-09-11T00:17:33.961Z Compiling serde_core v1.0.228
20002026-09-11T00:17:33.961Z Compiling libc v0.2.185
20012026-09-11T00:17:33.961Z Compiling serde v1.0.228
20022026-09-11T00:17:33.961Z Compiling cfg-if v1.0.4
20032026-09-11T00:17:33.961Z Compiling autocfg v1.5.0
20042026-09-11T00:17:33.961Z Compiling version_check v0.9.5
20052026-09-11T00:17:34.091Z Compiling find-msvc-tools v0.1.9
20062026-09-11T00:17:34.104Z Compiling shlex v1.3.0
20072026-09-11T00:17:34.105Z Compiling zerocopy v0.8.55
20082026-09-11T00:17:34.105Z Compiling memchr v2.8.0
20092026-09-11T00:17:34.105Z Compiling portable-atomic v1.13.1
20102026-09-11T00:17:34.105Z Compiling getrandom v0.4.3
20112026-09-11T00:17:34.316Z Compiling zmij v1.0.21
20122026-09-11T00:17:34.362Z Compiling libm v0.2.16
20132026-09-11T00:17:34.425Z Compiling serde_json v1.0.151
20142026-09-11T00:17:34.597Z Compiling rustix v1.1.4
20152026-09-11T00:17:34.607Z Compiling num-traits v0.2.19
20162026-09-11T00:17:34.620Z Compiling generic-array v0.14.7
20172026-09-11T00:17:34.651Z Compiling icu_properties_data v2.1.2
20182026-09-11T00:17:34.696Z Compiling icu_normalizer_data v2.1.1
20192026-09-11T00:17:34.730Z Compiling parking_lot_core v0.9.12
20202026-09-11T00:17:34.735Z Compiling subtle v2.6.1
20212026-09-11T00:17:34.735Z Compiling smallvec v1.15.1
20222026-09-11T00:17:34.896Z Compiling pkg-config v0.3.32
20232026-09-11T00:17:34.912Z Compiling thiserror v2.0.18
20242026-09-11T00:17:34.939Z Compiling log v0.4.33
20252026-09-11T00:17:34.946Z Compiling getrandom v0.3.4
20262026-09-11T00:17:34.970Z Compiling heck v0.5.0
20272026-09-11T00:17:34.991Z Compiling itoa v1.0.17
20282026-09-11T00:17:35.034Z Compiling typenum v1.20.1
20292026-09-11T00:17:35.195Z Compiling jobserver v0.1.34
20302026-09-11T00:17:35.219Z Compiling errno v0.3.14
20312026-09-11T00:17:35.252Z Compiling stable_deref_trait v1.2.1
20322026-09-11T00:17:35.291Z Compiling scopeguard v1.2.0
20332026-09-11T00:17:35.308Z Compiling rand_core v0.10.0
20342026-09-11T00:17:35.390Z Compiling lock_api v0.4.14
20352026-09-11T00:17:35.400Z Compiling critical-section v1.2.0
20362026-09-11T00:17:35.400Z Compiling getrandom v0.2.17
20372026-09-11T00:17:35.434Z Compiling syn v2.0.117
20382026-09-11T00:17:35.438Z Compiling cc v1.2.56
20392026-09-11T00:17:35.529Z Compiling rustversion v1.0.22
20402026-09-11T00:17:35.599Z Compiling rand_core v0.6.4
20412026-09-11T00:17:35.679Z Compiling const-oid v0.9.6
20422026-09-11T00:17:35.711Z Compiling allocator-api2 v0.2.21
20432026-09-11T00:17:35.878Z Compiling strsim v0.11.1
20442026-09-11T00:17:35.947Z Compiling once_cell v1.21.3
20452026-09-11T00:17:36.009Z Compiling schemars v0.8.22
20462026-09-11T00:17:36.132Z Compiling percent-encoding v2.3.2
20472026-09-11T00:17:36.156Z Compiling writeable v0.6.2
20482026-09-11T00:17:36.177Z Compiling syn v1.0.109
20492026-09-11T00:17:36.207Z Compiling litemap v0.8.1
20502026-09-11T00:17:36.234Z Compiling cmake v0.1.57
20512026-09-11T00:17:36.314Z Compiling bitflags v2.11.0
20522026-09-11T00:17:36.375Z Compiling semver v1.0.28
20532026-09-11T00:17:36.433Z Compiling dunce v1.0.5
20542026-09-11T00:17:36.569Z Compiling fs_extra v1.3.0
20552026-09-11T00:17:36.786Z Compiling pin-project-lite v0.2.17
20562026-09-11T00:17:36.815Z Compiling equivalent v1.0.2
20572026-09-11T00:17:36.861Z Compiling aws-lc-sys v0.40.0
20582026-09-11T00:17:36.896Z Compiling ahash v0.8.12
20592026-09-11T00:17:36.918Z Compiling foldhash v0.2.0
20602026-09-11T00:17:36.935Z Compiling utf8_iter v1.0.4
20612026-09-11T00:17:36.958Z Compiling thiserror v1.0.69
20622026-09-11T00:17:37.051Z Compiling base64ct v1.8.3
20632026-09-11T00:17:37.148Z Compiling form_urlencoded v1.2.2
20642026-09-11T00:17:37.178Z Compiling signal-hook-registry v1.4.8
20652026-09-11T00:17:37.221Z Compiling flagset v0.4.7
20662026-09-11T00:17:37.360Z Compiling pem-rfc7468 v0.7.0
20672026-09-11T00:17:37.380Z Compiling aws-lc-rs v1.16.3
20682026-09-11T00:17:37.395Z Compiling parking_lot v0.12.5
20692026-09-11T00:17:37.459Z Compiling rustc_version v0.4.1
20702026-09-11T00:17:37.459Z Compiling mio v1.2.0
20712026-09-11T00:17:37.571Z Compiling crc32fast v1.5.0
20722026-09-11T00:17:37.607Z Compiling hashbrown v0.17.0
20732026-09-11T00:17:37.715Z Compiling futures-core v0.3.32
20742026-09-11T00:17:37.720Z Compiling num-bigint-dig v0.8.6
20752026-09-11T00:17:37.749Z Compiling ident_case v1.0.1
20762026-09-11T00:17:37.908Z Compiling socket2 v0.6.3
20772026-09-11T00:17:37.982Z Compiling iana-time-zone v0.1.65
20782026-09-11T00:17:38.050Z Compiling byteorder v1.5.0
20792026-09-11T00:17:38.070Z Compiling fnv v1.0.7
20802026-09-11T00:17:38.090Z Compiling vcpkg v0.2.15
20812026-09-11T00:17:38.282Z Compiling synstructure v0.13.2
20822026-09-11T00:17:38.300Z Compiling serde_derive_internals v0.29.1
20832026-09-11T00:17:38.328Z Compiling indexmap v2.14.0
20842026-09-11T00:17:38.392Z Compiling base64 v0.22.1
20852026-09-11T00:17:38.456Z Compiling uuid v1.23.4
20862026-09-11T00:17:38.490Z Compiling httparse v1.10.1
20872026-09-11T00:17:38.518Z Compiling camino v1.2.5
20882026-09-11T00:17:38.561Z Compiling futures-sink v0.3.32
20892026-09-11T00:17:38.611Z Compiling radium v0.7.0
20902026-09-11T00:17:38.641Z Compiling rustls v0.23.41
20912026-09-11T00:17:38.648Z Compiling terminal_size v0.4.3
20922026-09-11T00:17:38.734Z Compiling futures-channel v0.3.32
20932026-09-11T00:17:38.747Z Compiling openssl-sys v0.9.117
20942026-09-11T00:17:38.809Z Compiling anstyle v1.0.14
20952026-09-11T00:17:38.844Z Compiling futures-io v0.3.32
20962026-09-11T00:17:38.887Z Compiling slab v0.4.12
20972026-09-11T00:17:38.903Z Compiling object v0.37.3
20982026-09-11T00:17:38.910Z Compiling utf8parse v0.2.2
20992026-09-11T00:17:38.925Z Compiling dyn-clone v1.0.20
21002026-09-11T00:17:38.942Z Compiling futures-task v0.3.32
21012026-09-11T00:17:39.064Z Compiling is_terminal_polyfill v1.70.2
21022026-09-11T00:17:39.078Z Compiling anstyle-query v1.1.5
21032026-09-11T00:17:39.086Z Compiling anyhow v1.0.104
21042026-09-11T00:17:39.107Z Compiling anstyle-parse v1.0.0
21052026-09-11T00:17:39.126Z Compiling colorchoice v1.0.4
21062026-09-11T00:17:39.177Z Compiling maybe-uninit v2.0.0
21072026-09-11T00:17:39.236Z Compiling slog v2.8.2
21082026-09-11T00:17:39.437Z Compiling spin v0.9.8
21092026-09-11T00:17:39.438Z Compiling simd-adler32 v0.3.8
21102026-09-11T00:17:39.473Z Compiling anstream v1.0.0
21112026-09-11T00:17:39.473Z Compiling fastrand v2.3.0
21122026-09-11T00:17:39.473Z Compiling cpufeatures v0.2.17
21132026-09-11T00:17:39.486Z Compiling bzip2-sys v0.1.13+1.0.8
21142026-09-11T00:17:39.486Z Compiling packed_struct v0.10.1
21152026-09-11T00:17:39.513Z Compiling clap_lex v1.0.0
21162026-09-11T00:17:39.513Z Compiling cmov v0.5.4
21172026-09-11T00:17:39.529Z Compiling adler2 v2.0.1
21182026-09-11T00:17:39.562Z Compiling tempfile v3.27.0
21192026-09-11T00:17:39.562Z Compiling ucd-trie v0.1.7
21202026-09-11T00:17:39.580Z Compiling crossbeam-utils v0.8.21
21212026-09-11T00:17:39.646Z Compiling regex-syntax v0.8.10
21222026-09-11T00:17:39.669Z Compiling darling_core v0.23.0
21232026-09-11T00:17:39.688Z Compiling serde_derive v1.0.228
21242026-09-11T00:17:39.733Z Compiling zeroize_derive v1.5.0
21252026-09-11T00:17:39.757Z Compiling zerocopy-derive v0.8.55
21262026-09-11T00:17:39.819Z Compiling zerofrom-derive v0.1.6
21272026-09-11T00:17:39.833Z Compiling yoke-derive v0.8.1
21282026-09-11T00:17:39.840Z Compiling zerovec-derive v0.11.2
21292026-09-11T00:17:39.841Z Compiling displaydoc v0.2.5
21302026-09-11T00:17:39.878Z Compiling der_derive v0.7.3
21312026-09-11T00:17:39.894Z Compiling thiserror-impl v2.0.18
21322026-09-11T00:17:39.894Z Compiling tokio-macros v2.7.0
21332026-09-11T00:17:39.966Z Compiling futures-macro v0.3.32
21342026-09-11T00:17:39.993Z Compiling schemars_derive v0.8.22
21352026-09-11T00:17:40.145Z Compiling clap_derive v4.6.1
21362026-09-11T00:17:40.258Z Compiling thiserror-impl v1.0.69
21372026-09-11T00:17:40.458Z Compiling tracing-attributes v0.1.31
21382026-09-11T00:17:40.650Z Compiling ctutils v0.4.2
21392026-09-11T00:17:40.854Z Compiling futures-util v0.3.32
21402026-09-11T00:17:40.954Z Compiling pest v2.8.6
21412026-09-11T00:17:40.989Z Compiling clap_builder v4.6.0
21422026-09-11T00:17:41.001Z Compiling miniz_oxide v0.8.9
21432026-09-11T00:17:41.031Z Compiling zerofrom v0.1.6
21442026-09-11T00:17:41.205Z Compiling yoke v0.8.1
21452026-09-11T00:17:41.468Z Compiling zerovec v0.11.5
21462026-09-11T00:17:41.469Z Compiling zerotrie v0.2.3
21472026-09-11T00:17:41.596Z Compiling strum_macros v0.26.4
21482026-09-11T00:17:41.890Z Compiling openssl v0.10.80
21492026-09-11T00:17:41.943Z Compiling tinystr v0.8.2
21502026-09-11T00:17:42.023Z Compiling potential_utf v0.1.4
21512026-09-11T00:17:42.049Z Compiling owo-colors v4.3.0
21522026-09-11T00:17:42.231Z Compiling icu_locale_core v2.1.1
21532026-09-11T00:17:42.333Z Compiling icu_collections v2.1.1
21542026-09-11T00:17:42.350Z Compiling pest_meta v2.8.6
21552026-09-11T00:17:42.381Z Compiling darling_macro v0.23.0
21562026-09-11T00:17:42.818Z Compiling clap v4.6.1
21572026-09-11T00:17:42.936Z Compiling icu_provider v2.1.1
21582026-09-11T00:17:43.005Z Compiling packed_struct_codegen v0.10.1
21592026-09-11T00:17:43.037Z Compiling hubpack_derive v0.1.1
21602026-09-11T00:17:43.151Z Compiling zeroize v1.9.0
21612026-09-11T00:17:43.193Z Compiling bytes v1.11.1
21622026-09-11T00:17:43.372Z Compiling der v0.7.10
21632026-09-11T00:17:43.446Z Compiling chrono v0.4.45
21642026-09-11T00:17:43.538Z Compiling icu_properties v2.1.2
21652026-09-11T00:17:43.554Z Compiling icu_normalizer v2.1.1
21662026-09-11T00:17:43.739Z Compiling tokio v1.52.1
21672026-09-11T00:17:43.816Z Compiling hex v0.4.3
21682026-09-11T00:17:43.902Z Compiling block-buffer v0.10.4
21692026-09-11T00:17:44.014Z Compiling crypto-common v0.1.7
21702026-09-11T00:17:44.160Z Compiling digest v0.10.7
21712026-09-11T00:17:44.326Z Compiling spki v0.7.3
21722026-09-11T00:17:44.346Z Compiling ppv-lite86 v0.2.21
21732026-09-11T00:17:44.431Z Compiling signature v2.2.0
21742026-09-11T00:17:44.563Z Compiling idna_adapter v1.2.1
21752026-09-11T00:17:44.575Z Compiling pkcs8 v0.10.2
21762026-09-11T00:17:44.575Z Compiling ipnet v2.12.0
21772026-09-11T00:17:44.641Z Compiling idna v1.1.0
21782026-09-11T00:17:44.746Z Compiling rand_chacha v0.3.1
21792026-09-11T00:17:44.776Z Compiling hmac v0.12.1
21802026-09-11T00:17:44.833Z Compiling sha2 v0.10.9
21812026-09-11T00:17:44.911Z Compiling hybrid-array v0.4.13
21822026-09-11T00:17:44.980Z Compiling zerocopy-derive v0.6.6
21832026-09-11T00:17:45.067Z Compiling url v2.5.8
21842026-09-11T00:17:45.197Z Compiling bitfield-macros v0.19.4
21852026-09-11T00:17:45.236Z Compiling async-trait v0.1.89
21862026-09-11T00:17:45.389Z Compiling curve25519-dalek v4.1.3
21872026-09-11T00:17:45.424Z Compiling num-integer v0.1.46
21882026-09-11T00:17:45.425Z Compiling indexmap v1.9.3
21892026-09-11T00:17:45.425Z Compiling time-core v0.1.8
21902026-09-11T00:17:45.564Z Compiling num-conv v0.2.0
21912026-09-11T00:17:45.659Z Compiling num-iter v0.1.45
21922026-09-11T00:17:45.692Z Compiling rand v0.8.6
21932026-09-11T00:17:45.709Z Compiling darling v0.23.0
21942026-09-11T00:17:45.709Z Compiling time-macros v0.2.27
21952026-09-11T00:17:45.736Z Compiling pest_generator v2.8.6
21962026-09-11T00:17:45.783Z Compiling openssl-macros v0.1.1
21972026-09-11T00:17:45.783Z Compiling lazy_static v1.5.0
21982026-09-11T00:17:45.857Z Compiling zstd-sys v2.0.16+zstd.1.5.7
21992026-09-11T00:17:45.911Z Compiling ff v0.13.1
22002026-09-11T00:17:45.930Z Compiling base16ct v0.2.0
22012026-09-11T00:17:46.219Z Compiling native-tls v0.2.18
22022026-09-11T00:17:46.252Z Compiling paste v1.0.15
22032026-09-11T00:17:46.253Z Compiling gimli v0.32.3
22042026-09-11T00:17:46.380Z Compiling sec1 v0.7.3
22052026-09-11T00:17:46.399Z Compiling pest_derive v2.8.6
22062026-09-11T00:17:46.399Z Compiling group v0.13.0
22072026-09-11T00:17:46.600Z Compiling serde_with_macros v3.21.0
22082026-09-11T00:17:46.609Z Compiling hkdf v0.12.4
22092026-09-11T00:17:46.681Z Compiling pkcs1 v0.7.5
22102026-09-11T00:17:46.738Z Compiling x509-cert v0.2.5
22112026-09-11T00:17:46.816Z Compiling crypto-bigint v0.5.5
22122026-09-11T00:17:46.867Z Compiling rustls-pki-types v1.14.0
22132026-09-11T00:17:46.920Z Compiling curve25519-dalek-derive v0.1.1
22142026-09-11T00:17:47.079Z Compiling scroll_derive v0.13.1
22152026-09-11T00:17:47.330Z Compiling rand_core v0.9.5
22162026-09-11T00:17:47.634Z Compiling syn v3.0.3
22172026-09-11T00:17:47.701Z Compiling rustc-demangle v0.1.27
22182026-09-11T00:17:47.782Z Compiling rsa v0.9.10
22192026-09-11T00:17:47.901Z Compiling elliptic-curve v0.13.8
22202026-09-11T00:17:48.012Z Compiling addr2line v0.25.1
22212026-09-11T00:17:48.052Z Compiling http v1.4.2
22222026-09-11T00:17:48.285Z Compiling miette-derive v7.6.0
22232026-09-11T00:17:48.321Z Compiling proc-macro-error-attr2 v2.0.0
22242026-09-11T00:17:48.394Z Compiling is_ci v1.2.0
22252026-09-11T00:17:48.465Z Compiling smawk v0.3.2
22262026-09-11T00:17:48.511Z Compiling tokio-util v0.7.18
22272026-09-11T00:17:48.512Z Compiling unicode-width v0.2.0
22282026-09-11T00:17:48.536Z Compiling unicode-linebreak v0.1.5
22292026-09-11T00:17:48.554Z Compiling tinyvec_macros v0.1.1
22302026-09-11T00:17:48.628Z Compiling untrusted v0.7.1
22312026-09-11T00:17:48.667Z Compiling tinyvec v1.11.0
22322026-09-11T00:17:48.715Z Compiling proc-macro-error2 v2.0.1
22332026-09-11T00:17:48.748Z Compiling textwrap v0.16.2
22342026-09-11T00:17:48.803Z Compiling supports-color v3.0.2
22352026-09-11T00:17:49.033Z Compiling rand_chacha v0.9.0
22362026-09-11T00:17:49.079Z Compiling crypto-common v0.2.2
22372026-09-11T00:17:49.151Z Compiling block-buffer v0.12.1
22382026-09-11T00:17:49.223Z Compiling backtrace v0.3.76
22392026-09-11T00:17:49.447Z Compiling rfc6979 v0.4.0
22402026-09-11T00:17:49.478Z Compiling hashbrown v0.14.5
22412026-09-11T00:17:49.517Z Compiling toml_datetime v0.6.11
22422026-09-11T00:17:49.518Z Compiling serde_spanned v0.6.9
22432026-09-11T00:17:49.546Z Compiling structmeta-derive v0.3.0
22442026-09-11T00:17:49.669Z Compiling backtrace-ext v0.2.1
22452026-09-11T00:17:49.904Z Compiling tracing-core v0.1.36
22462026-09-11T00:17:50.023Z Compiling keccak v0.1.6
22472026-09-11T00:17:50.023Z Compiling supports-hyperlinks v3.2.0
22482026-09-11T00:17:50.023Z Compiling salty v0.3.0
22492026-09-11T00:17:50.047Z Compiling untrusted v0.9.0
22502026-09-11T00:17:50.094Z Compiling supports-unicode v3.0.0
22512026-09-11T00:17:50.094Z Compiling unicode-width v0.1.14
22522026-09-11T00:17:50.130Z Compiling plain v0.2.3
22532026-09-11T00:17:50.130Z Compiling sha3 v0.10.8
22542026-09-11T00:17:50.145Z Compiling chumsky v0.9.3
22552026-09-11T00:17:50.254Z Compiling tracing v0.1.44
22562026-09-11T00:17:50.377Z Compiling ecdsa v0.16.9
22572026-09-11T00:17:50.377Z Compiling miette v7.6.0
22582026-09-11T00:17:50.377Z Compiling rand v0.9.2
22592026-09-11T00:17:50.452Z Compiling knus-derive v3.4.0
22602026-09-11T00:17:50.522Z Compiling http-body v1.0.1
22612026-09-11T00:17:50.573Z Compiling primeorder v0.13.6
22622026-09-11T00:17:50.616Z Compiling structmeta v0.3.0
22632026-09-11T00:17:50.635Z Compiling ed25519 v2.2.3
22642026-09-11T00:17:50.712Z Compiling daft-derive v0.1.8
22652026-09-11T00:17:50.753Z Compiling pin-project-internal v1.1.11
22662026-09-11T00:17:50.895Z Compiling wait-timeout v0.2.1
22672026-09-11T00:17:51.035Z Compiling cookie v0.18.1
22682026-09-11T00:17:51.035Z Compiling openssl-probe v0.2.1
22692026-09-11T00:17:51.060Z Compiling bit-vec v0.8.0
22702026-09-11T00:17:51.082Z Compiling zstd-safe v7.2.4
22712026-09-11T00:17:51.094Z Compiling quick-error v1.2.3
22722026-09-11T00:17:51.186Z Compiling tap v1.0.1
22732026-09-11T00:17:51.228Z Compiling rusty-fork v0.3.1
22742026-09-11T00:17:51.238Z Compiling bit-set v0.8.0
22752026-09-11T00:17:51.285Z Compiling wyz v0.5.1
22762026-09-11T00:17:51.316Z Compiling ed25519-dalek v2.2.0
22772026-09-11T00:17:51.376Z Compiling derive-ex v0.1.8
22782026-09-11T00:17:51.409Z Compiling p384 v0.13.1
22792026-09-11T00:17:51.438Z Compiling unicode-normalization v0.1.25
22802026-09-11T00:17:51.452Z Compiling rand_xorshift v0.4.0
22812026-09-11T00:17:51.593Z Compiling sha1 v0.10.6
22822026-09-11T00:17:51.628Z Compiling scroll_derive v0.12.1
22832026-09-11T00:17:51.721Z Compiling heapless v0.7.17
22842026-09-11T00:17:51.756Z Compiling env_filter v2.0.0
22852026-09-11T00:17:51.761Z Compiling aho-corasick v1.1.4
22862026-09-11T00:17:51.819Z Compiling knus v3.4.0
22872026-09-11T00:17:51.841Z Compiling funty v2.0.0
22882026-09-11T00:17:51.899Z Compiling atomic-waker v1.1.2
22892026-09-11T00:17:51.940Z Compiling tower-layer v0.3.3
22902026-09-11T00:17:52.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
22912026-09-11T00:17:52.041Z Compiling tower-service v0.3.3
22922026-09-11T00:17:52.140Z Compiling rustix v0.38.44
22932026-09-11T00:17:52.158Z Compiling try-lock v0.2.5
22942026-09-11T00:17:52.192Z Compiling usdt-impl v0.6.0
22952026-09-11T00:17:52.266Z Compiling pretty-hex v0.4.1
22962026-09-11T00:17:52.361Z Compiling unarray v0.1.4
22972026-09-11T00:17:52.361Z Compiling signal-hook v0.3.18
22982026-09-11T00:17:52.379Z Compiling h2 v0.4.15
22992026-09-11T00:17:52.389Z Compiling want v0.3.1
23002026-09-11T00:17:52.422Z Compiling proptest v1.11.0
23012026-09-11T00:17:52.454Z Compiling bitvec v1.0.1
23022026-09-11T00:17:52.585Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
23032026-09-11T00:17:52.612Z Compiling env_logger v0.11.11
23042026-09-11T00:17:52.671Z Compiling regex-automata v0.4.14
23052026-09-11T00:17:52.916Z Compiling test-strategy v0.4.5
23062026-09-11T00:17:53.398Z Compiling scroll v0.13.0
23072026-09-11T00:17:53.454Z Compiling ipnetwork v0.21.1
23082026-09-11T00:17:53.619Z Compiling block-padding v0.4.2
23092026-09-11T00:17:53.740Z Compiling strum v0.26.3
23102026-09-11T00:17:53.887Z Compiling erased-serde v0.3.31
23112026-09-11T00:17:54.334Z Compiling snafu-derive v0.8.9
23122026-09-11T00:17:54.358Z Compiling darling_core v0.20.11
23132026-09-11T00:17:54.392Z Compiling nodrop v0.1.14
23142026-09-11T00:17:54.426Z Compiling const-oid v0.10.2
23152026-09-11T00:17:54.487Z Compiling crc-catalog v2.4.0
23162026-09-11T00:17:54.503Z Compiling httpdate v1.0.3
23172026-09-11T00:17:54.530Z Compiling cpufeatures v0.3.0
23182026-09-11T00:17:54.615Z Compiling winnow v0.5.40
23192026-09-11T00:17:54.663Z Compiling foreign-types-shared v0.1.1
23202026-09-11T00:17:54.765Z Compiling powerfmt v0.2.0
23212026-09-11T00:17:54.827Z Compiling foreign-types v0.3.2
23222026-09-11T00:17:54.848Z Compiling digest v0.11.3
23232026-09-11T00:17:54.915Z Compiling newtype-uuid v1.3.2
23242026-09-11T00:17:54.972Z Compiling deranged v0.5.8
23252026-09-11T00:17:55.109Z Compiling crc v3.4.0
23262026-09-11T00:17:55.282Z Compiling array-init v0.0.4
23272026-09-11T00:17:55.649Z Compiling hyper v1.10.1
23282026-09-11T00:17:56.225Z Compiling toml_edit v0.19.15
23292026-09-11T00:17:56.364Z Compiling inout v0.2.2
23302026-09-11T00:17:56.403Z Compiling darling_macro v0.20.11
23312026-09-11T00:17:56.476Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23322026-09-11T00:17:56.526Z Compiling oxnet v0.1.6
23332026-09-11T00:17:56.560Z Compiling goblin v0.10.5
23342026-09-11T00:17:57.025Z Compiling smallvec v0.6.14
23352026-09-11T00:17:57.349Z Compiling bitfield v0.19.4
23362026-09-11T00:17:57.439Z Compiling zerocopy v0.6.6
23372026-09-11T00:17:57.506Z Compiling half v2.7.1
23382026-09-11T00:17:58.103Z Compiling hubpack v0.1.2
23392026-09-11T00:17:58.165Z Compiling zerocopy-derive v0.7.35
23402026-09-11T00:17:58.165Z Compiling socket2 v0.5.10
23412026-09-11T00:17:58.165Z Compiling memoffset v0.9.1
23422026-09-11T00:17:58.165Z Compiling slog-async v2.8.0
23432026-09-11T00:17:58.165Z Compiling smoltcp v0.9.1
23442026-09-11T00:17:58.165Z Compiling ciborium-io v0.2.2
23452026-09-11T00:17:58.286Z Compiling base64 v0.21.7
23462026-09-11T00:17:58.508Z Compiling litrs v1.0.0
23472026-09-11T00:17:58.508Z Compiling num_threads v0.1.7
23482026-09-11T00:17:58.508Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23492026-09-11T00:17:58.568Z Compiling unicode-segmentation v1.12.0
23502026-09-11T00:17:58.568Z Compiling hashbrown v0.12.3
23512026-09-11T00:17:58.569Z Compiling ref-cast v1.0.25
23522026-09-11T00:17:58.569Z Compiling ron v0.8.1
23532026-09-11T00:17:58.569Z Compiling ciborium-ll v0.2.2
23542026-09-11T00:17:58.635Z Compiling time v0.3.47
23552026-09-11T00:17:58.689Z Compiling document-features v0.2.12
23562026-09-11T00:17:58.846Z Compiling hyper-util v0.1.20
23572026-09-11T00:17:59.682Z Compiling toml v0.7.8
23582026-09-11T00:17:59.732Z Compiling dof v0.4.0
23592026-09-11T00:17:59.732Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23602026-09-11T00:17:59.733Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23612026-09-11T00:17:59.778Z Compiling bzip2 v0.4.4
23622026-09-11T00:17:59.998Z Compiling serde-hex v0.1.0
23632026-09-11T00:18:00.313Z Compiling darling v0.20.11
23642026-09-11T00:18:00.313Z Compiling daft v0.1.8
23652026-09-11T00:18:00.313Z Compiling cipher v0.5.2
23662026-09-11T00:18:00.313Z Compiling hashbrown v0.13.2
23672026-09-11T00:18:00.419Z Compiling dtrace-parser v0.3.0
23682026-09-11T00:18:00.591Z Compiling async-recursion v1.1.1
23692026-09-11T00:18:00.617Z Compiling sync_wrapper v1.0.2
23702026-09-11T00:18:00.761Z Compiling thread-id v5.1.0
23712026-09-11T00:18:00.871Z Compiling cfg_aliases v0.2.1
23722026-09-11T00:18:00.927Z Compiling siphasher v1.0.2
23732026-09-11T00:18:01.037Z Compiling crc-any v2.5.0
23742026-09-11T00:18:01.389Z Compiling nix v0.31.2
23752026-09-11T00:18:01.464Z Compiling tower v0.5.3
23762026-09-11T00:18:01.464Z Compiling object v0.30.4
23772026-09-11T00:18:01.895Z Compiling chacha20 v0.10.0
23782026-09-11T00:18:02.045Z Compiling derive_builder_core v0.20.2
23792026-09-11T00:18:02.101Z Compiling zip v0.6.6
23802026-09-11T00:18:02.101Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23812026-09-11T00:18:02.184Z Compiling ciborium v0.2.2
23822026-09-11T00:18:02.418Z Compiling bstr v1.12.1
23832026-09-11T00:18:02.474Z Compiling http-body-util v0.1.3
23842026-09-11T00:18:02.740Z Compiling serde_with v3.21.0
23852026-09-11T00:18:02.822Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
23862026-09-11T00:18:03.206Z Compiling futures-executor v0.3.32
23872026-09-11T00:18:03.380Z Compiling serde_tokenstream v0.2.3
23882026-09-11T00:18:03.428Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23892026-09-11T00:18:03.470Z Compiling ref-cast-impl v1.0.25
23902026-09-11T00:18:03.521Z Compiling strum_macros v0.27.2
23912026-09-11T00:18:03.564Z Compiling usdt-impl v0.5.0
23922026-09-11T00:18:03.705Z Compiling fs-err v3.3.0
23932026-09-11T00:18:03.969Z Compiling iri-string v0.7.10
23942026-09-11T00:18:04.089Z Compiling unicode-bidi v0.3.18
23952026-09-11T00:18:04.170Z Compiling ryu v1.0.23
23962026-09-11T00:18:04.232Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23972026-09-11T00:18:04.299Z Compiling path-slash v0.1.5
23982026-09-11T00:18:04.672Z Compiling unicode-properties v0.1.4
23992026-09-11T00:18:04.776Z Compiling static_assertions v1.1.0
24002026-09-11T00:18:04.849Z Compiling same-file v1.0.6
24012026-09-11T00:18:04.914Z Compiling zlib-rs v0.6.2
24022026-09-11T00:18:04.965Z Compiling stringprep v0.1.5
24032026-09-11T00:18:05.131Z Compiling walkdir v2.5.0
24042026-09-11T00:18:05.131Z Compiling tower-http v0.6.8
24052026-09-11T00:18:05.131Z Compiling serde_urlencoded v0.7.1
24062026-09-11T00:18:05.297Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
24072026-09-11T00:18:05.722Z Compiling futures v0.3.32
24082026-09-11T00:18:06.478Z Compiling derive_builder_macro v0.20.2
24092026-09-11T00:18:06.657Z Compiling tokio-native-tls v0.3.1
24102026-09-11T00:18:06.725Z Compiling rand v0.10.1
24112026-09-11T00:18:06.812Z Compiling convert_case v0.10.0
24122026-09-11T00:18:06.862Z Compiling sha2 v0.11.0
24132026-09-11T00:18:06.880Z Compiling hmac v0.13.0
24142026-09-11T00:18:06.986Z Compiling flate2 v1.1.9
24152026-09-11T00:18:07.044Z Compiling md-5 v0.11.0
24162026-09-11T00:18:07.090Z Compiling scroll v0.12.0
24172026-09-11T00:18:07.148Z Compiling pin-project v1.1.11
24182026-09-11T00:18:07.173Z Compiling rustls-native-certs v0.8.3
24192026-09-11T00:18:07.255Z Compiling serde-big-array v0.5.1
24202026-09-11T00:18:07.297Z Compiling hash32 v0.2.1
24212026-09-11T00:18:07.392Z Compiling vergen-lib v9.1.0
24222026-09-11T00:18:07.414Z Compiling thread_local v1.1.9
24232026-09-11T00:18:07.423Z Compiling encoding_rs v0.8.35
24242026-09-11T00:18:07.500Z Compiling psl-types v2.0.11
24252026-09-11T00:18:07.635Z Compiling mime v0.3.17
24262026-09-11T00:18:07.651Z Compiling winnow v0.7.14
24272026-09-11T00:18:07.690Z Compiling jiff-core v0.1.0
24282026-09-11T00:18:07.853Z Compiling fallible-iterator v0.2.0
24292026-09-11T00:18:07.876Z Compiling libbz2-rs-sys v0.2.2
24302026-09-11T00:18:07.906Z Compiling toml_write v0.1.2
24312026-09-11T00:18:08.051Z Compiling bumpalo v3.20.2
24322026-09-11T00:18:08.146Z Compiling postgres-protocol v0.6.12
24332026-09-11T00:18:08.160Z Compiling publicsuffix v2.3.0
24342026-09-11T00:18:08.306Z Compiling bzip2 v0.6.1
24352026-09-11T00:18:08.344Z Compiling zopfli v0.8.3
24362026-09-11T00:18:08.458Z Compiling goblin v0.8.2
24372026-09-11T00:18:08.522Z Compiling jiff v0.2.34
24382026-09-11T00:18:08.740Z Compiling snafu v0.8.9
24392026-09-11T00:18:08.968Z Compiling derive_more-impl v2.1.1
24402026-09-11T00:18:09.059Z Compiling toml_edit v0.22.27
24412026-09-11T00:18:09.152Z Compiling derive_builder v0.20.2
24422026-09-11T00:18:09.317Z Compiling hyper-tls v0.6.0
24432026-09-11T00:18:09.348Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24442026-09-11T00:18:09.822Z Compiling usdt-macro v0.6.0
24452026-09-11T00:18:09.856Z Compiling usdt-attr-macro v0.6.0
24462026-09-11T00:18:09.885Z Compiling globset v0.4.18
24472026-09-11T00:18:09.956Z Compiling crossbeam-channel v0.5.15
24482026-09-11T00:18:09.986Z Compiling phf_shared v0.13.1
24492026-09-11T00:18:10.038Z Compiling zerocopy v0.7.35
24502026-09-11T00:18:10.288Z Compiling crossbeam-epoch v0.9.18
24512026-09-11T00:18:10.362Z Compiling regex v1.12.3
24522026-09-11T00:18:10.668Z Compiling serde_plain v1.0.2
24532026-09-11T00:18:10.702Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24542026-09-11T00:18:10.733Z Compiling serde_repr v0.1.20
24552026-09-11T00:18:10.786Z Compiling enum-as-inner v0.6.1
24562026-09-11T00:18:10.865Z Compiling pem v3.0.6
24572026-09-11T00:18:10.993Z Compiling vergen v9.1.0
24582026-09-11T00:18:11.008Z Compiling cargo-platform v0.3.2
24592026-09-11T00:18:11.008Z Compiling filetime v0.2.27
24602026-09-11T00:18:11.018Z Compiling is-terminal v0.4.17
24612026-09-11T00:18:11.160Z Compiling term v1.2.1
24622026-09-11T00:18:11.306Z Compiling take_mut v0.2.2
24632026-09-11T00:18:11.361Z Compiling bitflags v1.3.2
24642026-09-11T00:18:11.361Z Compiling either v1.15.0
24652026-09-11T00:18:11.446Z Compiling managed v0.8.0
24662026-09-11T00:18:11.451Z Compiling xattr v1.6.1
24672026-09-11T00:18:11.516Z Compiling foldhash v0.1.5
24682026-09-11T00:18:11.557Z Compiling typed-path v0.9.3
24692026-09-11T00:18:11.597Z Compiling corncobs v0.1.4
24702026-09-11T00:18:11.650Z Compiling hashbrown v0.15.5
24712026-09-11T00:18:11.698Z Compiling tar v0.4.46
24722026-09-11T00:18:11.769Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24732026-09-11T00:18:12.219Z Compiling slog-term v2.9.2
24742026-09-11T00:18:12.627Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24752026-09-11T00:18:12.682Z Compiling cargo_metadata v0.23.1
24762026-09-11T00:18:13.351Z Compiling dof v0.3.0
24772026-09-11T00:18:13.919Z Compiling toml v0.8.23
24782026-09-11T00:18:14.235Z Compiling phf v0.13.1
24792026-09-11T00:18:14.455Z Compiling reqwest v0.12.28
24802026-09-11T00:18:14.485Z Compiling zstd v0.13.3
24812026-09-11T00:18:14.518Z Compiling signal-hook-mio v0.2.5
24822026-09-11T00:18:14.546Z Compiling cookie_store v0.22.1
24832026-09-11T00:18:14.649Z Compiling postgres-types v0.2.14
24842026-09-11T00:18:15.078Z Compiling strum v0.27.2
24852026-09-11T00:18:15.158Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862026-09-11T00:18:15.284Z Compiling phf_shared v0.11.3
24872026-09-11T00:18:15.379Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
24882026-09-11T00:18:15.379Z Compiling olpc-cjson v0.1.4
24892026-09-11T00:18:15.487Z Compiling dtrace-parser v0.2.0
24902026-09-11T00:18:15.525Z Compiling byte-wrapper v0.1.0
24912026-09-11T00:18:15.632Z Compiling secrecy v0.8.0
24922026-09-11T00:18:16.003Z Compiling hashbrown v0.16.1
24932026-09-11T00:18:16.161Z Compiling float-cmp v0.10.0
24942026-09-11T00:18:16.180Z Compiling memmap2 v0.9.10
24952026-09-11T00:18:16.180Z Compiling thread-id v4.2.2
24962026-09-11T00:18:16.212Z Compiling new_debug_unreachable v1.0.6
24972026-09-11T00:18:16.237Z Compiling difflib v0.4.0
24982026-09-11T00:18:16.321Z Compiling typed-path v0.12.3
24992026-09-11T00:18:16.335Z Compiling rayon-core v1.13.0
25002026-09-11T00:18:16.370Z Compiling precomputed-hash v0.1.1
25012026-09-11T00:18:16.445Z Compiling data-encoding v2.10.0
25022026-09-11T00:18:16.472Z Compiling winnow v1.0.3
25032026-09-11T00:18:16.491Z Compiling predicates-core v1.0.10
25042026-09-11T00:18:16.578Z Compiling fixedbitset v0.4.2
25052026-09-11T00:18:16.678Z Compiling normalize-line-endings v0.3.0
25062026-09-11T00:18:16.807Z Compiling whoami v2.1.0
25072026-09-11T00:18:16.988Z Compiling fixedbitset v0.5.7
25082026-09-11T00:18:16.997Z Compiling predicates v3.1.4
25092026-09-11T00:18:17.160Z Compiling tokio-postgres v0.7.18
25102026-09-11T00:18:17.357Z Compiling petgraph v0.8.3
25112026-09-11T00:18:17.383Z Compiling zip v8.6.0
25122026-09-11T00:18:17.564Z Compiling toml_parser v1.1.2+spec-1.1.0
25132026-09-11T00:18:17.591Z Compiling hickory-proto v0.25.2
25142026-09-11T00:18:17.614Z Compiling petgraph v0.6.5
25152026-09-11T00:18:18.007Z Compiling iddqd v0.4.2
25162026-09-11T00:18:18.129Z Compiling string_cache v0.8.9
25172026-09-11T00:18:18.197Z Compiling usdt v0.6.0
25182026-09-11T00:18:18.766Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25192026-09-11T00:18:19.172Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
25202026-09-11T00:18:19.875Z Compiling zip v4.6.1
25212026-09-11T00:18:20.257Z Compiling crossterm v0.28.1
25222026-09-11T00:18:20.627Z Compiling itertools v0.15.0
25232026-09-11T00:18:20.760Z Compiling itertools v0.13.0
25242026-09-11T00:18:20.813Z Compiling derive_more v2.1.1
25252026-09-11T00:18:20.969Z Compiling similar v2.7.0
25262026-09-11T00:18:21.464Z Compiling heck v0.4.1
25272026-09-11T00:18:21.781Z Compiling tokio-stream v0.1.18
25282026-09-11T00:18:21.799Z Compiling buf-list v1.1.2
25292026-09-11T00:18:21.858Z Compiling openapiv3 v2.2.0
25302026-09-11T00:18:22.196Z Compiling peg-runtime v0.8.5
25312026-09-11T00:18:22.368Z Compiling lalrpop-util v0.19.12
25322026-09-11T00:18:23.488Z Compiling crossbeam-deque v0.8.6
25332026-09-11T00:18:23.786Z Compiling camino-tempfile v1.4.1
25342026-09-11T00:18:23.850Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25352026-09-11T00:18:24.076Z Compiling blake3 v1.8.5
25362026-09-11T00:18:24.170Z Compiling fs-err v2.11.0
25372026-09-11T00:18:26.522Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25382026-09-11T00:18:27.369Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25392026-09-11T00:18:27.602Z Compiling constant_time_eq v0.4.2
25402026-09-11T00:18:27.696Z Compiling arrayref v0.3.9
25412026-09-11T00:18:27.761Z Compiling arrayvec v0.7.6
25422026-09-11T00:18:27.821Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25432026-09-11T00:18:27.863Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25442026-09-11T00:18:28.009Z Compiling atomicwrites v0.4.4
25452026-09-11T00:18:28.108Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25462026-09-11T00:18:28.141Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
25472026-09-11T00:18:28.181Z Compiling digest-io v0.1.0
25482026-09-11T00:18:28.198Z Compiling serde_path_to_error v0.1.20
25492026-09-11T00:18:28.266Z Compiling debug-ignore v1.0.5
25502026-09-11T00:18:28.337Z Compiling parse-size v1.1.0
25512026-09-11T00:18:28.391Z Compiling rawzip v0.4.4
25522026-09-11T00:18:28.519Z Compiling indent_write v2.2.0
25532026-09-11T00:18:28.628Z Compiling topological-sort v0.2.2
25542026-09-11T00:18:28.649Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25552026-09-11T00:18:28.665Z Compiling shell-words v1.1.1
25562026-09-11T00:18:31.730Z Compiling rustls-webpki v0.103.13
25572026-09-11T00:18:34.476Z Compiling tokio-rustls v0.26.4
25582026-09-11T00:18:34.476Z Compiling rustls-platform-verifier v0.6.2
25592026-09-11T00:18:34.482Z Compiling tough v0.22.0
25602026-09-11T00:18:34.690Z Compiling hyper-rustls v0.27.7
25612026-09-11T00:18:34.887Z Compiling reqwest v0.13.2
25622026-09-11T00:18:36.362Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25632026-09-11T00:18:37.278Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25642026-09-11T00:18:38.455Z Compiling omicron-zone-package v0.12.3
25652026-09-11T00:18:38.757Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25662026-09-11T00:18:39.051Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25672026-09-11T00:18:39.070Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25682026-09-11T00:18:41.569Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25692026-09-11T00:19:01.396Z Finished `release` profile [optimized] target(s) in 1m 28s
25702026-09-11T00:19:01.399Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25712026-09-11T00:19:01.400Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25722026-09-11T00:19:01.554Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25732026-09-11T00:19:01.608ZSep 11 00:19:00.228 DEBG changing working directory to /work/oxidecomputer/omicron
25742026-09-11T00:19:01.708ZSep 11 00:19:00.327 DEBG running: git rev-parse HEAD
25752026-09-11T00:19:01.719ZSep 11 00:19:00.329 DEBG process exited with exit status: 0 (2.334901ms)
25762026-09-11T00:19:01.720ZSep 11 00:19:00.329 INFO version: 23.0.0-0.ci+gitc4949338800
25772026-09-11T00:19:01.720ZSep 11 00:19:00.338 INFO cloning helios to /work/oxidecomputer/helios
25782026-09-11T00:19:01.720ZSep 11 00:19:00.338 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25792026-09-11T00:19:01.724ZCloning into '/work/oxidecomputer/helios'...
25802026-09-11T00:19:02.312ZSep 11 00:19:00.934 DEBG process exited with exit status: 0 (596.527538ms)
25812026-09-11T00:19:02.312ZSep 11 00:19:00.934 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25822026-09-11T00:19:02.317ZSep 11 00:19:00.936 DEBG process exited with exit status: 0 (2.325691ms)
25832026-09-11T00:19:02.317ZSep 11 00:19:00.936 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25842026-09-11T00:19:02.953ZSep 11 00:19:01.576 DEBG process exited with exit status: 0 (639.304624ms)
25852026-09-11T00:19:02.953ZSep 11 00:19:01.576 DEBG running: zfs list rpool/images/build/host
25862026-09-11T00:19:02.957ZNAME USED AVAIL REFER MOUNTPOINT
25872026-09-11T00:19:02.957Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25882026-09-11T00:19:02.960ZSep 11 00:19:01.580 DEBG process exited with exit status: 0 (4.443182ms)
25892026-09-11T00:19:02.960ZSep 11 00:19:01.580 DEBG running: zfs list rpool/images/build/recovery
25902026-09-11T00:19:02.963ZNAME USED AVAIL REFER MOUNTPOINT
25912026-09-11T00:19:02.963Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25922026-09-11T00:19:02.963ZSep 11 00:19:01.584 DEBG process exited with exit status: 0 (3.495441ms)
25932026-09-11T00:19:02.963ZSep 11 00:19:01.584 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
25942026-09-11T00:19:02.974ZSep 11 00:19:01.597 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026090800.0.0; the console needs a client regen and tools/console_version needs a bump
25952026-09-11T00:19:02.977ZSep 11 00:19:01.597 INFO [hubris-staging] running task
25962026-09-11T00:19:02.977ZSep 11 00:19:01.597 INFO [incorp-manifest] running task
25972026-09-11T00:19:02.977ZSep 11 00:19:01.597 INFO [hubris-production] running task
25982026-09-11T00:19:02.977ZSep 11 00:19:01.597 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25992026-09-11T00:19:02.977ZSep 11 00:19:01.598 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
26002026-09-11T00:19:02.977ZSep 11 00:19:01.598 INFO [incorp-create] running: pkgrepo create /work/incorporation
26012026-09-11T00:19:02.977ZSep 11 00:19:01.599 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
26022026-09-11T00:19:03.041Z[ helios-setup] cd tools/helios-build && cargo build --quiet
26032026-09-11T00:19:03.082Z[ omicron-package] Blocking waiting for file lock on package cache
26042026-09-11T00:19:03.227ZSep 11 00:19:01.844 INFO [incorp-create] process exited with exit status: 0 (245.228639ms)
26052026-09-11T00:19:03.233ZSep 11 00:19:01.844 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
26062026-09-11T00:19:03.439ZSep 11 00:19:02.062 INFO [incorp-publisher] process exited with exit status: 0 (218.13455ms)
26072026-09-11T00:19:03.873Z[ omicron-package] Blocking waiting for file lock on package cache
26082026-09-11T00:19:04.303ZSep 11 00:19:02.915 INFO [hubris-production] task succeeded (1.317190982s)
26092026-09-11T00:19:05.246Z[ omicron-package] Compiling macaddr v1.0.1
26102026-09-11T00:19:05.246Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
26112026-09-11T00:19:05.246Z[ omicron-package] Compiling secrecy v0.10.3
26122026-09-11T00:19:05.251Z[ omicron-package] Compiling heapless v0.8.0
26132026-09-11T00:19:05.251Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
26142026-09-11T00:19:05.664Z[ omicron-package] Compiling ingot-macros v0.2.0
26152026-09-11T00:19:05.664Z[ omicron-package] Compiling hash32 v0.3.1
26162026-09-11T00:19:05.664Z[ omicron-package] Compiling inout v0.1.4
26172026-09-11T00:19:05.664Z[ omicron-package] Compiling multer v3.1.0
26182026-09-11T00:19:05.664Z[ omicron-package] Compiling match_cfg v0.1.0
26192026-09-11T00:19:05.664Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26202026-09-11T00:19:05.664Z[ omicron-package] Compiling compression-core v0.4.31
26212026-09-11T00:19:05.664Z[ omicron-package] Compiling smoltcp v0.11.0
26222026-09-11T00:19:05.664Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26232026-09-11T00:19:05.664Z[ omicron-package] Compiling slog-json v2.6.1
26242026-09-11T00:19:05.664Z[ omicron-package] Compiling serde_tokenstream v0.3.0
26252026-09-11T00:19:05.670ZSep 11 00:19:03.940 DEBG process exited with exit status: 0 (2.342992977s)
26262026-09-11T00:19:05.670ZSep 11 00:19:03.941 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
26272026-09-11T00:19:05.934Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
26282026-09-11T00:19:06.145Z[ omicron-package] Compiling hostname v0.3.1
26292026-09-11T00:19:06.210Z[ omicron-package] Compiling compression-codecs v0.4.37
26302026-09-11T00:19:06.279Z[ omicron-package] Compiling cipher v0.4.4
26312026-09-11T00:19:06.341Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
26322026-09-11T00:19:06.361Z[ omicron-package] Compiling cobs v0.3.0
26332026-09-11T00:19:06.399Z[ omicron-package] Compiling universal-hash v0.5.1
26342026-09-11T00:19:06.402Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
26352026-09-11T00:19:06.484Z[ omicron-package] Compiling async-stream-impl v0.3.6
26362026-09-11T00:19:06.488Z[ omicron-package] Compiling serde_spanned v1.1.1
26372026-09-11T00:19:06.488Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26382026-09-11T00:19:06.488Z[ omicron-package] Compiling dropshot v0.17.1
26392026-09-11T00:19:06.488Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
26402026-09-11T00:19:06.568Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26412026-09-11T00:19:06.621Z[ omicron-package] Compiling opaque-debug v0.3.1
26422026-09-11T00:19:06.632Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
26432026-09-11T00:19:06.738Z[ omicron-package] Compiling convert_case v0.4.0
26442026-09-11T00:19:06.922Z[ omicron-package] Compiling proc-macro-crate v3.4.0
26452026-09-11T00:19:06.960Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26462026-09-11T00:19:06.979Z[ omicron-package] Compiling chacha20 v0.9.1
26472026-09-11T00:19:07.123Z[ omicron-package] Compiling derive_more v0.99.20
26482026-09-11T00:19:07.160Z[ omicron-package] Compiling poly1305 v0.8.0
26492026-09-11T00:19:07.182Z[ omicron-package] Compiling postcard v1.1.3
26502026-09-11T00:19:07.205Z[ omicron-package] Compiling slog-bunyan v2.5.0
26512026-09-11T00:19:07.284Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26522026-09-11T00:19:07.284Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26532026-09-11T00:19:07.289Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
26542026-09-11T00:19:07.359Z[ omicron-package] Compiling async-compression v0.4.41
26552026-09-11T00:19:07.359Z[ omicron-package] Compiling async-stream v0.3.6
26562026-09-11T00:19:07.505Z[ omicron-package] Compiling num_enum_derive v0.7.6
26572026-09-11T00:19:07.508Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26582026-09-11T00:19:07.626Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26592026-09-11T00:19:07.718Z[ omicron-package] Compiling progenitor-client v0.14.0
26602026-09-11T00:19:07.795Z[ omicron-package] Compiling oxide-generation v0.1.3
26612026-09-11T00:19:08.061Z[ omicron-package] Compiling sha1 v0.11.0
26622026-09-11T00:19:08.126Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26632026-09-11T00:19:08.126Z[ omicron-package] Compiling parse-display-derive v0.10.0
26642026-09-11T00:19:08.384Z[ omicron-package] Compiling waitgroup v0.1.2
26652026-09-11T00:19:08.451Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26662026-09-11T00:19:08.454Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26672026-09-11T00:19:08.454Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26682026-09-11T00:19:08.457Z[ omicron-package] Compiling backon v1.6.0
26692026-09-11T00:19:08.484ZSep 11 00:19:07.107 DEBG process exited with exit status: 0 (3.165818829s)
26702026-09-11T00:19:08.489ZSep 11 00:19:07.108 INFO [incorp-manifest] task succeeded (5.510262777s)
26712026-09-11T00:19:08.489ZSep 11 00:19:07.109 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26722026-09-11T00:19:08.510Z[ omicron-package] Compiling blake2 v0.10.6
26732026-09-11T00:19:08.573Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26742026-09-11T00:19:08.576Z[ omicron-package] Compiling password-hash v0.5.0
26752026-09-11T00:19:08.617Z[ omicron-package] Compiling aead v0.5.2
26762026-09-11T00:19:08.646Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26772026-09-11T00:19:08.700Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26782026-09-11T00:19:08.730ZSep 11 00:19:07.352 INFO [incorp-fmt] process exited with exit status: 0 (244.303729ms)
26792026-09-11T00:19:08.730ZSep 11 00:19:07.352 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26802026-09-11T00:19:08.758Z[ omicron-package] Compiling hostname v0.4.2
26812026-09-11T00:19:08.808Z[ omicron-package] Compiling instant v0.1.13
26822026-09-11T00:19:08.870Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26832026-09-11T00:19:08.915Z[ omicron-package] Compiling proc-macro-error v1.0.4
26842026-09-11T00:19:08.984Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26852026-09-11T00:19:09.059Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T001907Z
26862026-09-11T00:19:09.059Z[ incorp-pkgsend] PUBLISHED
26872026-09-11T00:19:09.073Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26882026-09-11T00:19:09.073Z[ omicron-package] Compiling num_enum_derive v0.5.11
26892026-09-11T00:19:09.073Z[ omicron-package] Compiling backoff v0.4.0
26902026-09-11T00:19:09.077ZSep 11 00:19:07.690 INFO [incorp-pkgsend] process exited with exit status: 0 (337.425194ms)
26912026-09-11T00:19:09.077ZSep 11 00:19:07.693 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26922026-09-11T00:19:09.154Z[ omicron-package] Compiling argon2 v0.5.3
26932026-09-11T00:19:09.195Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26942026-09-11T00:19:09.304Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26952026-09-11T00:19:09.319Z[ helios-incorp] Retrieving packages for publisher helios ...
26962026-09-11T00:19:09.322Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26972026-09-11T00:19:09.332Z[ omicron-package] Compiling num_enum v0.7.6
26982026-09-11T00:19:09.347Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26992026-09-11T00:19:09.347Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27002026-09-11T00:19:09.347Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27012026-09-11T00:19:09.350Z[ helios-incorp]
27022026-09-11T00:19:09.350Z[ helios-incorp] Archiving packages ...
27032026-09-11T00:19:09.350Z[ helios-incorp] Packages to add: 1
27042026-09-11T00:19:09.350Z[ helios-incorp] Files to retrieve: 0
27052026-09-11T00:19:09.350Z[ helios-incorp] Estimated transfer size: 0.00 B
27062026-09-11T00:19:09.350Z[ helios-incorp]
27072026-09-11T00:19:09.350Z[ helios-incorp] Packages to archive:
27082026-09-11T00:19:09.350Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T001907Z
27092026-09-11T00:19:09.350Z[ helios-incorp]
27102026-09-11T00:19:09.350Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
27112026-09-11T00:19:09.350Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
27122026-09-11T00:19:09.353Z[ omicron-package] Compiling progenitor-extras v0.2.0
27132026-09-11T00:19:09.377Z[ omicron-package] Compiling ingot-types v0.2.0
27142026-09-11T00:19:09.401Z[ omicron-package] Compiling vsss-rs v3.3.4
27152026-09-11T00:19:09.423ZSep 11 00:19:08.044 INFO [helios-incorp] process exited with exit status: 0 (351.851318ms)
27162026-09-11T00:19:09.489Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
27172026-09-11T00:19:09.492Z[ omicron-package] Compiling foreign-types v0.5.0
27182026-09-11T00:19:09.492Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27192026-09-11T00:19:09.727Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27202026-09-11T00:19:09.775Z[ omicron-package] Compiling regress v0.10.5
27212026-09-11T00:19:09.811Z[ omicron-package] Compiling ingot v0.2.1
27222026-09-11T00:19:09.844Z[ omicron-package] Compiling itertools v0.14.0
27232026-09-11T00:19:09.893Z[ omicron-package] Compiling tabwriter v1.4.1
27242026-09-11T00:19:09.933Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27252026-09-11T00:19:09.938Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27262026-09-11T00:19:10.022Z[ omicron-package] Compiling cstr-argument v0.1.2
27272026-09-11T00:19:10.066Z[ omicron-package] Compiling parse-display v0.10.0
27282026-09-11T00:19:10.124Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
27292026-09-11T00:19:10.183Z[ omicron-package] Compiling humantime v2.3.0
27302026-09-11T00:19:10.276Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27312026-09-11T00:19:10.391Z[ omicron-package] Compiling num_enum v0.5.11
27322026-09-11T00:19:10.451Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27332026-09-11T00:19:10.551Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
27342026-09-11T00:19:10.575Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27352026-09-11T00:19:10.640Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27362026-09-11T00:19:10.640Z[ omicron-package] Compiling rayon v1.11.0
27372026-09-11T00:19:10.698Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27382026-09-11T00:19:10.717Z[ omicron-package] Compiling libefi-sys v0.1.0
27392026-09-11T00:19:10.757Z[ omicron-package] Compiling colored v3.1.1
27402026-09-11T00:19:10.797Z[ omicron-package] Compiling illumos-nvpair v0.3.0
27412026-09-11T00:19:10.830Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27422026-09-11T00:19:10.875Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
27432026-09-11T00:19:11.022Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27442026-09-11T00:19:11.146Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27452026-09-11T00:19:11.327Z[ omicron-package] Compiling itertools v0.12.1
27462026-09-11T00:19:11.346Z[ omicron-package] Compiling usdt-macro v0.5.0
27472026-09-11T00:19:11.376Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
27482026-09-11T00:19:11.380Z[ omicron-package] Compiling num-derive v0.4.2
27492026-09-11T00:19:11.380Z[ omicron-package] Compiling bitfield-struct v0.6.2
27502026-09-11T00:19:11.448Z[ omicron-package] Compiling memmap v0.7.0
27512026-09-11T00:19:11.493Z[ omicron-package] Compiling sigpipe v0.1.3
27522026-09-11T00:19:11.727Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27532026-09-11T00:19:11.790Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27542026-09-11T00:19:11.852Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27552026-09-11T00:19:11.975Z[ omicron-package] Compiling glob v0.3.3
27562026-09-11T00:19:12.062Z[ omicron-package] Compiling swrite v0.1.0
27572026-09-11T00:19:12.187Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27582026-09-11T00:19:12.279Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27592026-09-11T00:19:12.472Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27602026-09-11T00:19:12.543Z[ omicron-package] Compiling usdt v0.5.0
27612026-09-11T00:19:12.570Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27622026-09-11T00:19:12.637Z[ omicron-package] Compiling smf v0.2.3
27632026-09-11T00:19:12.691Z[ omicron-package] Compiling whoami v1.6.1
27642026-09-11T00:19:12.763Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27652026-09-11T00:19:12.766Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27662026-09-11T00:19:12.766Z[ omicron-package] Compiling gethostname v0.5.0
27672026-09-11T00:19:12.924Z[ omicron-package] Compiling zone v0.3.1
27682026-09-11T00:19:12.968Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27692026-09-11T00:19:13.002Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27702026-09-11T00:19:13.057Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27712026-09-11T00:19:13.138Z[ omicron-package] Compiling console v0.16.2
27722026-09-11T00:19:13.205Z[ omicron-package] Compiling unit-prefix v0.5.2
27732026-09-11T00:19:13.441Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27742026-09-11T00:19:13.652Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27752026-09-11T00:19:13.771Z[ omicron-package] Compiling indicatif v0.18.4
27762026-09-11T00:19:14.344Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27772026-09-11T00:19:15.077Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27782026-09-11T00:19:17.591Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27792026-09-11T00:19:17.719Z[ helios-setup] Sep 11 00:19:16.340 INFO helios repository root is: /work/oxidecomputer/helios
27802026-09-11T00:19:17.722Z[ helios-setup] Sep 11 00:19:16.342 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
27812026-09-11T00:19:17.722Z[ helios-setup] Sep 11 00:19:16.342 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27822026-09-11T00:19:17.722Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27832026-09-11T00:19:18.398Z[ helios-setup] Sep 11 00:19:17.021 INFO clone ok!, project: dmar-report
27842026-09-11T00:19:18.401Z[ helios-setup] Sep 11 00:19:17.021 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27852026-09-11T00:19:18.401Z[ helios-setup] Sep 11 00:19:17.021 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
27862026-09-11T00:19:18.401Z[ helios-setup] Sep 11 00:19:17.021 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27872026-09-11T00:19:18.401Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27882026-09-11T00:19:18.925Z[ helios-setup] Sep 11 00:19:17.547 INFO clone ok!, project: phbl
27892026-09-11T00:19:18.929Z[ helios-setup] Sep 11 00:19:17.547 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
27902026-09-11T00:19:18.929Z[ helios-setup] Sep 11 00:19:17.547 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
27912026-09-11T00:19:18.929Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27922026-09-11T00:19:19.061ZSep 11 00:19:17.684 INFO [hubris-staging] task succeeded (16.086268608s)
27932026-09-11T00:19:19.659Z[ helios-setup] Sep 11 00:19:18.281 INFO clone ok!, project: amd-host-image-builder
27942026-09-11T00:19:19.663Z[ helios-setup] Sep 11 00:19:18.281 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27952026-09-11T00:19:19.663Z[ helios-setup] Sep 11 00:19:18.281 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
27962026-09-11T00:19:19.663Z[ helios-setup] Sep 11 00:19:18.281 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27972026-09-11T00:19:19.663Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27982026-09-11T00:19:20.465Z[ helios-setup] Sep 11 00:19:19.086 INFO clone ok!, project: pilot
27992026-09-11T00:19:20.465Z[ helios-setup] Sep 11 00:19:19.086 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
28002026-09-11T00:19:20.470Z[ helios-setup] Sep 11 00:19:19.086 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
28012026-09-11T00:19:20.470Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
28022026-09-11T00:19:20.971Z[ helios-setup] Sep 11 00:19:19.593 INFO clone ok!, project: bootserver
28032026-09-11T00:19:20.974Z[ helios-setup] Sep 11 00:19:19.593 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
28042026-09-11T00:19:20.974Z[ helios-setup] Sep 11 00:19:19.593 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28052026-09-11T00:19:20.974Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28062026-09-11T00:19:21.454Z[ helios-setup] Sep 11 00:19:20.077 INFO clone ok!, project: pinprick
28072026-09-11T00:19:21.458Z[ helios-setup] Sep 11 00:19:20.077 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
28082026-09-11T00:19:21.458Z[ helios-setup] Sep 11 00:19:20.077 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
28092026-09-11T00:19:21.458Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
28102026-09-11T00:19:22.014Z[ helios-setup] Sep 11 00:19:20.637 INFO clone ok!, project: image-builder
28112026-09-11T00:19:22.017Z[ helios-setup] Sep 11 00:19:20.637 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
28122026-09-11T00:19:22.017Z[ helios-setup] Sep 11 00:19:20.637 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
28132026-09-11T00:19:22.017Z[ helios-setup] Sep 11 00:19:20.637 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
28142026-09-11T00:19:22.017Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
28152026-09-11T00:19:27.329Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28162026-09-11T00:19:30.453Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28172026-09-11T00:19:31.441Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28182026-09-11T00:19:33.725Z[ helios-setup] Sep 11 00:19:32.347 INFO clone ok!, project: amd-firmware
28192026-09-11T00:19:33.725Z[ helios-setup] Sep 11 00:19:32.347 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
28202026-09-11T00:19:33.725Z[ helios-setup] Sep 11 00:19:32.347 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28212026-09-11T00:19:33.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28222026-09-11T00:19:34.517Z[ helios-setup] Sep 11 00:19:33.140 INFO clone ok!, project: chelsio-t6-roms
28232026-09-11T00:19:34.520Z[ helios-setup] Sep 11 00:19:33.140 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28242026-09-11T00:19:34.760Z[ helios-setup] Sep 11 00:19:33.381 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28252026-09-11T00:19:35.001Z[ helios-setup] Sep 11 00:19:33.623 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28262026-09-11T00:19:35.002Z[ helios-setup] Sep 11 00:19:33.623 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28272026-09-11T00:19:35.217Z[ helios-setup] Sep 11 00:19:33.839 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28282026-09-11T00:19:35.435Z[ helios-setup] Sep 11 00:19:34.056 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28292026-09-11T00:19:35.435Z[ helios-setup] Sep 11 00:19:34.056 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28302026-09-11T00:19:35.643Z[ helios-setup] Sep 11 00:19:34.265 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28312026-09-11T00:19:35.853Z[ helios-setup] Sep 11 00:19:34.475 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28322026-09-11T00:19:35.853Z[ helios-setup] Sep 11 00:19:34.476 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28332026-09-11T00:19:35.853Z[ helios-setup] Sep 11 00:19:34.476 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28342026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO ok!
28352026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28362026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28372026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO ok!
28382026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28392026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28402026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO ok!
28412026-09-11T00:19:35.856Z[ helios-setup] Sep 11 00:19:34.476 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
28422026-09-11T00:19:35.861Z[ helios-setup] Sep 11 00:19:34.483 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
28432026-09-11T00:19:35.861Z[ helios-setup] Sep 11 00:19:34.484 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
28442026-09-11T00:19:35.865Z[ helios-setup] Sep 11 00:19:34.484 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
28452026-09-11T00:19:35.975Z[ helios-setup] Sep 11 00:19:34.596 INFO E| Updating crates.io index
28462026-09-11T00:19:36.061Z[ helios-setup] Sep 11 00:19:34.683 INFO E| Downloading crates ...
28472026-09-11T00:19:36.108Z[ helios-setup] Sep 11 00:19:34.730 INFO E| Downloaded quote v1.0.40
28482026-09-11T00:19:36.117Z[ helios-setup] Sep 11 00:19:34.739 INFO E| Downloaded serde v1.0.219
28492026-09-11T00:19:36.132Z[ helios-setup] Sep 11 00:19:34.752 INFO E| Downloaded tempfile v3.20.0
28502026-09-11T00:19:36.140Z[ helios-setup] Sep 11 00:19:34.756 INFO E| Downloaded errno v0.3.12
28512026-09-11T00:19:36.155Z[ helios-setup] Sep 11 00:19:34.777 INFO E| Downloaded autocfg v1.4.0
28522026-09-11T00:19:36.158Z[ helios-setup] Sep 11 00:19:34.778 INFO E| Downloaded thiserror v2.0.12
28532026-09-11T00:19:36.163Z[ helios-setup] Sep 11 00:19:34.782 INFO E| Downloaded unicode-ident v1.0.18
28542026-09-11T00:19:36.166Z[ helios-setup] Sep 11 00:19:34.787 INFO E| Downloaded time-core v0.1.4
28552026-09-11T00:19:36.171Z[ helios-setup] Sep 11 00:19:34.793 INFO E| Downloaded deranged v0.4.0
28562026-09-11T00:19:36.174Z[ helios-setup] Sep 11 00:19:34.796 INFO E| Downloaded time-macros v0.2.22
28572026-09-11T00:19:36.181Z[ helios-setup] Sep 11 00:19:34.803 INFO E| Downloaded iana-time-zone v0.1.63
28582026-09-11T00:19:36.184Z[ helios-setup] Sep 11 00:19:34.805 INFO E| Downloaded itoa v1.0.15
28592026-09-11T00:19:36.184Z[ helios-setup] Sep 11 00:19:34.806 INFO E| Downloaded thiserror-impl v2.0.12
28602026-09-11T00:19:36.190Z[ helios-setup] Sep 11 00:19:34.812 INFO E| Downloaded ryu v1.0.20
28612026-09-11T00:19:36.193Z[ helios-setup] Sep 11 00:19:34.814 INFO E| Downloaded serde_with_macros v3.12.0
28622026-09-11T00:19:36.193Z[ helios-setup] Sep 11 00:19:34.815 INFO E| Downloaded bitflags v2.9.1
28632026-09-11T00:19:36.200Z[ helios-setup] Sep 11 00:19:34.822 INFO E| Downloaded proc-macro2 v1.0.95
28642026-09-11T00:19:36.206Z[ helios-setup] Sep 11 00:19:34.828 INFO E| Downloaded anyhow v1.0.98
28652026-09-11T00:19:36.209Z[ helios-setup] Sep 11 00:19:34.831 INFO E| Downloaded getrandom v0.3.3
28662026-09-11T00:19:36.213Z[ helios-setup] Sep 11 00:19:34.833 INFO E| Downloaded indexmap v2.9.0
28672026-09-11T00:19:36.217Z[ helios-setup] Sep 11 00:19:34.840 INFO E| Downloaded serde_derive v1.0.219
28682026-09-11T00:19:36.239Z[ helios-setup] Sep 11 00:19:34.861 INFO E| Downloaded serde_with v3.12.0
28692026-09-11T00:19:36.244Z[ helios-setup] Sep 11 00:19:34.866 INFO E| Downloaded memchr v2.7.4
28702026-09-11T00:19:36.247Z[ helios-setup] Sep 11 00:19:34.869 INFO E| Downloaded time v0.3.41
28712026-09-11T00:19:36.253Z[ helios-setup] Sep 11 00:19:34.874 INFO E| Downloaded serde_json v1.0.140
28722026-09-11T00:19:36.256Z[ helios-setup] Sep 11 00:19:34.878 INFO E| Downloaded hashbrown v0.15.3
28732026-09-11T00:19:36.283Z[ helios-setup] Sep 11 00:19:34.904 INFO E| Downloaded chrono v0.4.41
28742026-09-11T00:19:36.286Z[ helios-setup] Sep 11 00:19:34.908 INFO E| Downloaded syn v2.0.101
28752026-09-11T00:19:36.293Z[ helios-setup] Sep 11 00:19:34.915 INFO E| Downloaded rustix v1.0.7
28762026-09-11T00:19:36.323Z[ helios-setup] Sep 11 00:19:34.943 INFO E| Downloaded libc v0.2.172
28772026-09-11T00:19:36.429Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling proc-macro2 v1.0.95
28782026-09-11T00:19:36.430Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling unicode-ident v1.0.18
28792026-09-11T00:19:36.433Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling libc v0.2.172
28802026-09-11T00:19:36.433Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling strsim v0.11.1
28812026-09-11T00:19:36.433Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling fnv v1.0.7
28822026-09-11T00:19:36.433Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling ident_case v1.0.1
28832026-09-11T00:19:36.433Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling serde v1.0.219
28842026-09-11T00:19:36.433Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling getrandom v0.3.3
28852026-09-11T00:19:36.433Z[ helios-setup] Sep 11 00:19:35.052 INFO E| Compiling rustix v1.0.7
28862026-09-11T00:19:36.476Z[ helios-setup] Sep 11 00:19:35.098 INFO E| Compiling anyhow v1.0.98
28872026-09-11T00:19:36.476Z[ helios-setup] Sep 11 00:19:35.098 INFO E| Compiling thiserror v2.0.12
28882026-09-11T00:19:36.476Z[ helios-setup] Sep 11 00:19:35.098 INFO E| Compiling serde_json v1.0.140
28892026-09-11T00:19:36.479Z[ helios-setup] Sep 11 00:19:35.098 INFO E| Compiling bitflags v2.9.1
28902026-09-11T00:19:36.479Z[ helios-setup] Sep 11 00:19:35.098 INFO E| Compiling cfg-if v1.0.0
28912026-09-11T00:19:36.479Z[ helios-setup] Sep 11 00:19:35.098 INFO E| Compiling ryu v1.0.20
28922026-09-11T00:19:36.479Z[ helios-setup] Sep 11 00:19:35.098 INFO E| Compiling itoa v1.0.15
28932026-09-11T00:19:36.638Z[ helios-setup] Sep 11 00:19:35.260 INFO E| Compiling once_cell v1.21.3
28942026-09-11T00:19:36.670Z[ helios-setup] Sep 11 00:19:35.292 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
28952026-09-11T00:19:36.776Z[ helios-setup] Sep 11 00:19:35.397 INFO E| Compiling memchr v2.7.4
28962026-09-11T00:19:36.779Z[ helios-setup] Sep 11 00:19:35.398 INFO E| Compiling fastrand v2.3.0
28972026-09-11T00:19:37.595Z[ helios-setup] Sep 11 00:19:36.216 INFO E| Compiling errno v0.3.12
28982026-09-11T00:19:37.998Z[ helios-setup] Sep 11 00:19:36.620 INFO E| Compiling quote v1.0.40
28992026-09-11T00:19:38.195Z[ helios-setup] Sep 11 00:19:36.816 INFO E| Compiling syn v2.0.101
29002026-09-11T00:19:38.538Z[ helios-setup] Sep 11 00:19:37.159 INFO E| Compiling tempfile v3.20.0
29012026-09-11T00:19:40.583Z[ helios-setup] Sep 11 00:19:39.205 INFO E| Compiling darling_core v0.20.11
29022026-09-11T00:19:41.521Z[ helios-setup] Sep 11 00:19:40.142 INFO E| Compiling serde_derive v1.0.219
29032026-09-11T00:19:41.522Z[ helios-setup] Sep 11 00:19:40.142 INFO E| Compiling thiserror-impl v2.0.12
29042026-09-11T00:19:42.605Z[ helios-setup] Sep 11 00:19:41.226 INFO E| Compiling darling_macro v0.20.11
29052026-09-11T00:19:43.466Z[ helios-setup] Sep 11 00:19:42.087 INFO E| Compiling darling v0.20.11
29062026-09-11T00:19:43.559Z[ helios-setup] Sep 11 00:19:42.154 INFO E| Compiling serde_with_macros v3.12.0
29072026-09-11T00:19:44.596Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.61s
29082026-09-11T00:19:44.599Z[ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29092026-09-11T00:19:44.599Z[ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29102026-09-11T00:19:44.828Z[ omicron-package]
29112026-09-11T00:19:44.828Z[ omicron-package] real 41.791085455
29122026-09-11T00:19:44.831Z[ omicron-package] user 4:00.663797261
29132026-09-11T00:19:44.831Z[ omicron-package] sys 29.037829789
29142026-09-11T00:19:44.831Z[ omicron-package] trap 0.416940324
29152026-09-11T00:19:44.831Z[ omicron-package] tflt 0.144521958
29162026-09-11T00:19:44.831Z[ omicron-package] dflt 3.026268487
29172026-09-11T00:19:44.831Z[ omicron-package] kflt 0.000413160
29182026-09-11T00:19:44.831Z[ omicron-package] lock 8:21.691460282
29192026-09-11T00:19:44.831Z[ omicron-package] slp 4:27.092832108
29202026-09-11T00:19:44.831Z[ omicron-package] lat 58.785479851
29212026-09-11T00:19:44.831Z[ omicron-package] stop 1:50.515214865
29222026-09-11T00:19:44.831ZSep 11 00:19:43.451 INFO [omicron-package] process exited with exit status: 0 (41.852719588s)
29232026-09-11T00:19:44.831ZSep 11 00:19:43.451 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29242026-09-11T00:19:44.831ZSep 11 00:19:43.451 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29252026-09-11T00:19:44.837Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29262026-09-11T00:19:44.837Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29272026-09-11T00:19:44.840Z[ recovery-target] Created new build target 'recovery' and set it as active
29282026-09-11T00:19:44.840Z[ host-target] Created new build target 'host' and set it as active
29292026-09-11T00:19:44.840ZSep 11 00:19:43.461 INFO [recovery-target] process exited with exit status: 0 (9.755133ms)
29302026-09-11T00:19:44.840ZSep 11 00:19:43.461 INFO [host-target] process exited with exit status: 0 (10.245324ms)
29312026-09-11T00:19:44.840ZSep 11 00:19:43.461 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29322026-09-11T00:19:44.844Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29332026-09-11T00:19:45.964Z[ helios-setup] Sep 11 00:19:44.586 INFO E| Compiling serde_with v3.12.0
29342026-09-11T00:19:46.420Z[ host-package] Compiling cfg-if v1.0.4
29352026-09-11T00:19:46.643Z[ host-package] Compiling serde_core v1.0.228
29362026-09-11T00:19:46.643Z[ host-package] Compiling libc v0.2.185
29372026-09-11T00:19:46.647Z[ host-package] Compiling memchr v2.8.0
29382026-09-11T00:19:46.713Z[ host-package] Compiling smallvec v1.15.1
29392026-09-11T00:19:46.749Z[ host-package] Compiling stable_deref_trait v1.2.1
29402026-09-11T00:19:46.754Z[ host-package] Compiling scopeguard v1.2.0
29412026-09-11T00:19:46.860Z[ host-package] Compiling rand_core v0.10.0
29422026-09-11T00:19:46.867Z[ host-package] Compiling libm v0.2.16
29432026-09-11T00:19:46.867Z[ host-package] Compiling zerofrom v0.1.6
29442026-09-11T00:19:46.886Z[ host-package] Compiling lock_api v0.4.14
29452026-09-11T00:19:46.914Z[ host-package] Compiling litemap v0.8.1
29462026-09-11T00:19:46.939Z[ host-package] Compiling writeable v0.6.2
29472026-09-11T00:19:46.966Z[ host-package] Compiling percent-encoding v2.3.2
29482026-09-11T00:19:46.992Z[ host-package] Compiling yoke v0.8.1
29492026-09-11T00:19:47.014Z[ host-package] Compiling icu_normalizer_data v2.1.1
29502026-09-11T00:19:47.014Z[ host-package] Compiling icu_properties_data v2.1.2
29512026-09-11T00:19:47.068Z[ host-package] Compiling utf8_iter v1.0.4
29522026-09-11T00:19:47.098Z[ host-package] Compiling zerocopy v0.8.55
29532026-09-11T00:19:47.131Z[ host-package] Compiling errno v0.3.14
29542026-09-11T00:19:47.131Z[ host-package] Compiling getrandom v0.4.3
29552026-09-11T00:19:47.131Z[ host-package] Compiling form_urlencoded v1.2.2
29562026-09-11T00:19:47.183Z[ host-package] Compiling parking_lot_core v0.9.12
29572026-09-11T00:19:47.188Z[ host-package] Compiling zerovec v0.11.5
29582026-09-11T00:19:47.209Z[ host-package] Compiling zerotrie v0.2.3
29592026-09-11T00:19:47.283Z[ host-package] Compiling iana-time-zone v0.1.65
29602026-09-11T00:19:47.309Z[ host-package] Compiling signal-hook-registry v1.4.8
29612026-09-11T00:19:47.338Z[ host-package] Compiling mio v1.2.0
29622026-09-11T00:19:47.365Z[ host-package] Compiling thiserror v2.0.18
29632026-09-11T00:19:47.393Z[ host-package] Compiling socket2 v0.6.3
29642026-09-11T00:19:47.427Z[ host-package] Compiling parking_lot v0.12.5
29652026-09-11T00:19:47.467Z[ host-package] Compiling getrandom v0.2.17
29662026-09-11T00:19:47.521Z[ host-package] Compiling futures-util v0.3.32
29672026-09-11T00:19:47.553Z[ host-package] Compiling getrandom v0.3.4
29682026-09-11T00:19:47.575Z[ host-package] Compiling base64 v0.22.1
29692026-09-11T00:19:47.611Z[ host-package] Compiling time v0.3.47
29702026-09-11T00:19:47.611Z[ host-package] Compiling aho-corasick v1.1.4
29712026-09-11T00:19:47.714Z[ host-package] Compiling num-traits v0.2.19
29722026-09-11T00:19:47.714Z[ host-package] Compiling rand_core v0.6.4
29732026-09-11T00:19:47.746Z[ host-package] Compiling rand_core v0.9.5
29742026-09-11T00:19:47.824Z[ host-package] Compiling tinystr v0.8.2
29752026-09-11T00:19:47.851Z[ host-package] Compiling potential_utf v0.1.4
29762026-09-11T00:19:47.900Z[ host-package] Compiling spin v0.9.8
29772026-09-11T00:19:47.904Z[ host-package] Compiling socket2 v0.5.10
29782026-09-11T00:19:48.031Z[ host-package] Compiling icu_locale_core v2.1.1
29792026-09-11T00:19:48.057Z[ host-package] Compiling icu_collections v2.1.1
29802026-09-11T00:19:48.057Z[ host-package] Compiling pest v2.8.6
29812026-09-11T00:19:48.102Z[ host-package] Compiling crc32fast v1.5.0
29822026-09-11T00:19:48.131Z[ host-package] Compiling encoding_rs v0.8.35
29832026-09-11T00:19:48.161Z[ host-package] Compiling simd-adler32 v0.3.8
29842026-09-11T00:19:48.192Z[ host-package] Compiling adler2 v2.0.1
29852026-09-11T00:19:48.243Z[ host-package] Compiling lazy_static v1.5.0
29862026-09-11T00:19:48.427Z[ host-package] Compiling miniz_oxide v0.8.9
29872026-09-11T00:19:48.486Z[ host-package] Compiling wait-timeout v0.2.1
29882026-09-11T00:19:48.489Z[ host-package] Compiling thread_local v1.1.9
29892026-09-11T00:19:48.605Z[ host-package] Compiling serde v1.0.228
29902026-09-11T00:19:48.605Z[ host-package] Compiling bitflags v2.11.0
29912026-09-11T00:19:48.712Z[ host-package] Compiling serde_json v1.0.151
29922026-09-11T00:19:48.808Z[ host-package] Compiling uuid v1.23.4
29932026-09-11T00:19:48.989Z[ host-package] Compiling icu_provider v2.1.1
29942026-09-11T00:19:48.989Z[ host-package] Compiling semver v1.0.28
29952026-09-11T00:19:49.077Z[ host-package] Compiling rustix v1.1.4
29962026-09-11T00:19:49.126Z[ host-package] Compiling indexmap v2.14.0
29972026-09-11T00:19:49.202Z[ host-package] Compiling regex-automata v0.4.14
29982026-09-11T00:19:49.491Z[ host-package] Compiling bytes v1.11.1
29992026-09-11T00:19:49.512Z[ host-package] Compiling zeroize v1.9.0
30002026-09-11T00:19:49.538Z[ host-package] Compiling icu_properties v2.1.2
30012026-09-11T00:19:49.544Z[ helios-setup] Sep 11 00:19:48.165 INFO E| Finished `release` profile [optimized] target(s) in 13.67s
30022026-09-11T00:19:49.571Z[ helios-setup] Sep 11 00:19:48.190 INFO building project "dmar-report" ok (13 seconds)
30032026-09-11T00:19:49.572Z[ helios-setup] Sep 11 00:19:48.190 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
30042026-09-11T00:19:49.622Z[ host-package] Compiling icu_normalizer v2.1.1
30052026-09-11T00:19:49.776Z[ host-package] Compiling chrono v0.4.45
30062026-09-11T00:19:49.801Z[ host-package] Compiling generic-array v0.14.7
30072026-09-11T00:19:50.029Z[ host-package] Compiling erased-serde v0.3.31
30082026-09-11T00:19:50.064Z[ host-package] Compiling tokio v1.52.1
30092026-09-11T00:19:50.198Z[ host-package] Compiling http v1.4.2
30102026-09-11T00:19:50.248Z[ host-package] Compiling rustls-pki-types v1.14.0
30112026-09-11T00:19:50.351Z[ host-package] Compiling crypto-common v0.1.7
30122026-09-11T00:19:50.414Z[ host-package] Compiling block-buffer v0.10.4
30132026-09-11T00:19:50.542Z[ host-package] Compiling idna_adapter v1.2.1
30142026-09-11T00:19:50.590Z[ host-package] Compiling ppv-lite86 v0.2.21
30152026-09-11T00:19:50.619Z[ host-package] Compiling digest v0.10.7
30162026-09-11T00:19:50.622Z[ host-package] Compiling slog v2.8.2
30172026-09-11T00:19:50.622Z[ host-package] Compiling terminal_size v0.4.3
30182026-09-11T00:19:50.669Z[ host-package] Compiling ipnet v2.12.0
30192026-09-11T00:19:50.690Z[ host-package] Compiling idna v1.1.0
30202026-09-11T00:19:50.758Z[ host-package] Compiling der v0.7.10
30212026-09-11T00:19:50.761Z[ host-package] Compiling aws-lc-rs v1.16.3
30222026-09-11T00:19:50.786Z[ host-package] Compiling tempfile v3.27.0
30232026-09-11T00:19:50.868Z[ host-package] Compiling hybrid-array v0.4.13
30242026-09-11T00:19:50.897Z[ host-package] Compiling clap_builder v4.6.0
30252026-09-11T00:19:50.930Z[ host-package] Compiling hex v0.4.3
30262026-09-11T00:19:51.001Z[ host-package] Compiling rand_chacha v0.9.0
30272026-09-11T00:19:51.001Z[ host-package] Compiling rand_chacha v0.3.1
30282026-09-11T00:19:51.144Z[ host-package] Compiling url v2.5.8
30292026-09-11T00:19:51.255Z[ host-package] Compiling http-body v1.0.1
30302026-09-11T00:19:51.374Z[ host-package] Compiling rand v0.9.2
30312026-09-11T00:19:51.464Z[ host-package] Compiling rand v0.8.6
30322026-09-11T00:19:51.468Z[ host-package] Compiling http-body-util v0.1.3
30332026-09-11T00:19:51.530Z[ host-package] Compiling serde_urlencoded v0.7.1
30342026-09-11T00:19:51.556Z[ host-package] Compiling futures-executor v0.3.32
30352026-09-11T00:19:51.589Z[ host-package] Compiling hubpack v0.1.2
30362026-09-11T00:19:51.708Z[ host-package] Compiling crypto-common v0.2.2
30372026-09-11T00:19:51.766Z[ host-package] Compiling block-buffer v0.12.1
30382026-09-11T00:19:51.858Z[ host-package] Compiling schemars v0.8.22
30392026-09-11T00:19:51.886Z[ host-package] Compiling spki v0.7.3
30402026-09-11T00:19:51.942Z[ host-package] Compiling rustls-webpki v0.103.13
30412026-09-11T00:19:51.995Z[ host-package] Compiling futures v0.3.32
30422026-09-11T00:19:52.069Z[ host-package] Compiling signature v2.2.0
30432026-09-11T00:19:52.129Z[ host-package] Compiling pkcs8 v0.10.2
30442026-09-11T00:19:52.183Z[ host-package] Compiling sha2 v0.10.9
30452026-09-11T00:19:52.232Z[ host-package] Compiling rustls-native-certs v0.8.3
30462026-09-11T00:19:52.263Z[ host-package] Compiling publicsuffix v2.3.0
30472026-09-11T00:19:52.311Z[ host-package] Compiling regex v1.12.3
30482026-09-11T00:19:52.556Z[ host-package] Compiling digest v0.11.3
30492026-09-11T00:19:52.597Z[ host-package] Compiling openapiv3 v2.2.0
30502026-09-11T00:19:52.676Z[ host-package] Compiling rustls v0.23.41
30512026-09-11T00:19:52.727Z[ host-package] Compiling cookie v0.18.1
30522026-09-11T00:19:52.775Z[ host-package] Compiling rusty-fork v0.3.1
30532026-09-11T00:19:52.835Z[ host-package] Compiling rand_xorshift v0.4.0
30542026-09-11T00:19:52.902Z[ host-package] Compiling is-terminal v0.4.17
30552026-09-11T00:19:52.979Z[ host-package] Compiling data-encoding v2.10.0
30562026-09-11T00:19:53.005Z[ host-package] Compiling ipnetwork v0.21.1
30572026-09-11T00:19:53.035Z[ host-package] Compiling clap v4.6.1
30582026-09-11T00:19:53.060Z[ host-package] Compiling slog-term v2.9.2
30592026-09-11T00:19:53.156Z[ host-package] Compiling cookie_store v0.22.1
30602026-09-11T00:19:53.199Z[ host-package] Compiling proptest v1.11.0
30612026-09-11T00:19:53.392Z[ host-package] Compiling oxnet v0.1.6
30622026-09-11T00:19:53.424Z[ host-package] Compiling slog-async v2.8.0
30632026-09-11T00:19:53.462Z[ host-package] Compiling zlib-rs v0.6.2
30642026-09-11T00:19:53.759Z[ host-package] Compiling camino v1.2.5
30652026-09-11T00:19:53.892Z[ host-package] Compiling dof v0.4.0
30662026-09-11T00:19:53.915Z[ host-package] Compiling dtrace-parser v0.3.0
30672026-09-11T00:19:54.077Z[ host-package] Compiling num-integer v0.1.46
30682026-09-11T00:19:54.304Z[ host-package] Compiling thread-id v5.1.0
30692026-09-11T00:19:54.335Z[ host-package] Compiling x509-cert v0.2.5
30702026-09-11T00:19:54.392Z[ host-package] Compiling hmac v0.12.1
30712026-09-11T00:19:54.423Z[ host-package] Compiling memmap2 v0.9.10
30722026-09-11T00:19:54.491Z[ host-package] Compiling num-iter v0.1.45
30732026-09-11T00:19:54.545Z[ host-package] Compiling half v2.7.1
30742026-09-11T00:19:54.609Z[ host-package] Compiling ff v0.13.1
30752026-09-11T00:19:54.636Z[ host-package] Compiling sec1 v0.7.3
30762026-09-11T00:19:54.703Z[ host-package] Compiling rustix v0.38.44
30772026-09-11T00:19:54.822Z[ host-package] Compiling usdt-impl v0.6.0
30782026-09-11T00:19:54.849Z[ host-package] Compiling group v0.13.0
30792026-09-11T00:19:54.920Z[ host-package] Compiling tokio-util v0.7.18
30802026-09-11T00:19:55.042Z[ host-package] Compiling tower v0.5.3
30812026-09-11T00:19:55.103Z[ host-package] Compiling ciborium-ll v0.2.2
30822026-09-11T00:19:55.328Z[ host-package] Compiling usdt v0.6.0
30832026-09-11T00:19:55.430Z[ host-package] Compiling packed_struct v0.10.1
30842026-09-11T00:19:55.560Z[ host-package] Compiling hkdf v0.12.4
30852026-09-11T00:19:55.702Z[ host-package] Compiling tower-http v0.6.8
30862026-09-11T00:19:55.761Z[ host-package] Compiling crypto-bigint v0.5.5
30872026-09-11T00:19:55.805Z[ host-package] Compiling num-bigint-dig v0.8.6
30882026-09-11T00:19:55.973Z[ host-package] Compiling h2 v0.4.15
30892026-09-11T00:19:56.114Z[ host-package] Compiling newtype-uuid v1.3.2
30902026-09-11T00:19:56.229Z[ host-package] Compiling flate2 v1.1.9
30912026-09-11T00:19:56.381Z[ host-package] Compiling dof v0.3.0
30922026-09-11T00:19:56.491Z[ host-package] Compiling daft v0.1.8
30932026-09-11T00:19:56.709Z[ host-package] Compiling ciborium v0.2.2
30942026-09-11T00:19:56.745Z[ host-package] Compiling pkcs1 v0.7.5
30952026-09-11T00:19:56.916Z[ host-package] Compiling tokio-rustls v0.26.4
30962026-09-11T00:19:56.971Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30972026-09-11T00:19:57.028Z[ host-package] Compiling elliptic-curve v0.13.8
30982026-09-11T00:19:57.175Z[ host-package] Compiling bstr v1.12.1
30992026-09-11T00:19:57.312Z[ host-package] Compiling block-padding v0.4.2
31002026-09-11T00:19:57.340Z[ host-package] Compiling dtrace-parser v0.2.0
31012026-09-11T00:19:57.395Z[ host-package] Compiling serde_spanned v0.6.9
31022026-09-11T00:19:57.480Z[ host-package] Compiling toml_datetime v0.6.11
31032026-09-11T00:19:57.521Z[ host-package] Compiling thread-id v4.2.2
31042026-09-11T00:19:57.558Z[ host-package] Compiling signal-hook v0.3.18
31052026-09-11T00:19:57.629Z[ host-package] Compiling nix v0.31.2
31062026-09-11T00:19:57.665Z[ host-package] Compiling inout v0.2.2
31072026-09-11T00:19:57.705Z[ host-package] Compiling rsa v0.9.10
31082026-09-11T00:19:57.766Z[ host-package] Compiling usdt-impl v0.5.0
31092026-09-11T00:19:57.838Z[ host-package] Compiling serde-hex v0.1.0
31102026-09-11T00:19:57.932Z[ host-package] Compiling ron v0.8.1
31112026-09-11T00:19:57.982Z[ host-package] Compiling serde_with v3.21.0
31122026-09-11T00:19:58.069Z[ host-package] Compiling foreign-types-shared v0.1.1
31132026-09-11T00:19:58.094Z[ host-package] Compiling cipher v0.5.2
31142026-09-11T00:19:58.157Z[ host-package] Compiling openssl-sys v0.9.117
31152026-09-11T00:19:58.211Z[ host-package] Compiling foreign-types v0.3.2
31162026-09-11T00:19:58.237Z[ host-package] Compiling rfc6979 v0.4.0
31172026-09-11T00:19:58.323Z[ host-package] Compiling ahash v0.8.12
31182026-09-11T00:19:58.373Z[ host-package] Compiling curve25519-dalek v4.1.3
31192026-09-11T00:19:58.427Z[ host-package] Compiling ecdsa v0.16.9
31202026-09-11T00:19:58.526Z[ host-package] Compiling chacha20 v0.10.0
31212026-09-11T00:19:58.719Z[ host-package] Compiling openssl v0.10.80
31222026-09-11T00:19:58.758Z[ host-package] Compiling signal-hook-mio v0.2.5
31232026-09-11T00:19:58.781Z[ host-package] Compiling globset v0.4.18
31242026-09-11T00:19:58.828Z[ host-package] Compiling primeorder v0.13.6
31252026-09-11T00:19:58.945Z[ host-package] Compiling toml_edit v0.19.15
31262026-09-11T00:19:58.991Z[ host-package] Compiling zopfli v0.8.3
31272026-09-11T00:19:59.020Z[ host-package] Compiling sha3 v0.10.8
31282026-09-11T00:19:59.055Z[ host-package] Compiling salty v0.3.0
31292026-09-11T00:19:59.154Z[ host-package] Compiling rand v0.10.1
31302026-09-11T00:19:59.220Z[ host-package] Compiling bzip2 v0.4.4
31312026-09-11T00:19:59.444Z[ host-package] Compiling hashbrown v0.13.2
31322026-09-11T00:19:59.507Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31332026-09-11T00:19:59.512Z[ host-package] Compiling ed25519 v2.2.3
31342026-09-11T00:19:59.533Z[ host-package] Compiling jiff v0.2.34
31352026-09-11T00:19:59.777Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31362026-09-11T00:19:59.968Z[ host-package] Compiling ed25519-dalek v2.2.0
31372026-09-11T00:20:00.022Z[ host-package] Compiling zip v0.6.6
31382026-09-11T00:20:00.084Z[ host-package] Compiling object v0.30.4
31392026-09-11T00:20:00.120Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31402026-09-11T00:20:00.156Z[ host-package] Compiling crossterm v0.28.1
31412026-09-11T00:20:00.156Z[ host-package] Compiling sha2 v0.11.0
31422026-09-11T00:20:00.274Z[ host-package] Compiling serde-big-array v0.5.1
31432026-09-11T00:20:00.348Z[ host-package] Compiling hyper v1.10.1
31442026-09-11T00:20:00.412Z[ host-package] Compiling pem v3.0.6
31452026-09-11T00:20:00.470Z[ host-package] Compiling petgraph v0.8.3
31462026-09-11T00:20:00.514Z[ host-package] Compiling object v0.37.3
31472026-09-11T00:20:00.585Z[ host-package] Compiling heapless v0.7.17
31482026-09-11T00:20:01.004Z[ host-package] Compiling toml v0.7.8
31492026-09-11T00:20:01.194Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31502026-09-11T00:20:01.340Z[ host-package] Compiling p384 v0.13.1
31512026-09-11T00:20:01.436Z[ host-package] Compiling byte-wrapper v0.1.0
31522026-09-11T00:20:01.508Z[ host-package] Compiling md-5 v0.11.0
31532026-09-11T00:20:01.821Z[ host-package] Compiling native-tls v0.2.18
31542026-09-11T00:20:02.208Z[ host-package] Compiling hyper-util v0.1.20
31552026-09-11T00:20:02.272Z[ host-package] Compiling tokio-native-tls v0.3.1
31562026-09-11T00:20:02.347Z[ host-package] Compiling hmac v0.13.0
31572026-09-11T00:20:02.393Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31582026-09-11T00:20:02.520Z[ host-package] Compiling serde_plain v1.0.2
31592026-09-11T00:20:02.560Z[ host-package] Compiling postgres-protocol v0.6.12
31602026-09-11T00:20:02.589Z[ host-package] Compiling toml_edit v0.22.27
31612026-09-11T00:20:02.615Z[ host-package] Compiling zip v8.6.0
31622026-09-11T00:20:02.781Z[ host-package] Compiling smoltcp v0.9.1
31632026-09-11T00:20:02.843Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31642026-09-11T00:20:02.914Z[ host-package] Compiling tokio-stream v0.1.18
31652026-09-11T00:20:03.254Z[ host-package] Compiling hickory-proto v0.25.2
31662026-09-11T00:20:03.379Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
31672026-09-11T00:20:03.532Z[ host-package] Compiling float-cmp v0.10.0
31682026-09-11T00:20:03.562Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31692026-09-11T00:20:03.611Z[ host-package] Compiling string_cache v0.8.9
31702026-09-11T00:20:03.734Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
31712026-09-11T00:20:03.782Z[ host-package] Compiling predicates v3.1.4
31722026-09-11T00:20:03.864Z[ host-package] Compiling backtrace v0.3.76
31732026-09-11T00:20:03.957Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31742026-09-11T00:20:04.021Z[ host-package] Compiling textwrap v0.16.2
31752026-09-11T00:20:04.202Z[ host-package] Compiling hyper-rustls v0.27.7
31762026-09-11T00:20:04.267Z[ host-package] Compiling hyper-tls v0.6.0
31772026-09-11T00:20:04.432Z[ host-package] Compiling backtrace-ext v0.2.1
31782026-09-11T00:20:04.491Z[ host-package] Compiling reqwest v0.13.2
31792026-09-11T00:20:04.643Z[ host-package] Compiling reqwest v0.12.28
31802026-09-11T00:20:04.717Z[ host-package] Compiling toml v0.8.23
31812026-09-11T00:20:04.831Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31822026-09-11T00:20:04.893Z[ host-package] Compiling petgraph v0.6.5
31832026-09-11T00:20:04.929Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31842026-09-11T00:20:05.084Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31852026-09-11T00:20:05.232Z[ host-package] Compiling postgres-types v0.2.14
31862026-09-11T00:20:05.393Z[ host-package] Compiling zip v4.6.1
31872026-09-11T00:20:06.090Z[ host-package] Compiling iddqd v0.4.2
31882026-09-11T00:20:06.120Z[ host-package] Compiling similar v2.7.0
31892026-09-11T00:20:06.240Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
31902026-09-11T00:20:06.302Z[ host-package] Compiling olpc-cjson v0.1.4
31912026-09-11T00:20:06.306Z[ host-package] Compiling secrecy v0.8.0
31922026-09-11T00:20:06.529Z[ host-package] Compiling miette v7.6.0
31932026-09-11T00:20:06.543Z[ host-package] Compiling tough v0.22.0
31942026-09-11T00:20:06.647Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
31952026-09-11T00:20:06.915Z[ host-package] Compiling tokio-postgres v0.7.18
31962026-09-11T00:20:07.044Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31972026-09-11T00:20:07.636Z[ host-package] Compiling fs-err v3.3.0
31982026-09-11T00:20:07.672Z[ host-package] Compiling buf-list v1.1.2
31992026-09-11T00:20:07.825Z[ host-package] Compiling hostname v0.3.1
32002026-09-11T00:20:07.951Z[ host-package] Compiling slog-json v2.6.1
32012026-09-11T00:20:08.063Z[ host-package] Compiling serde_spanned v1.1.1
32022026-09-11T00:20:08.094Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32032026-09-11T00:20:08.143Z[ host-package] Compiling compression-codecs v0.4.37
32042026-09-11T00:20:08.212Z[ host-package] Compiling slog-bunyan v2.5.0
32052026-09-11T00:20:08.241Z[ host-package] Compiling multer v3.1.0
32062026-09-11T00:20:08.263Z[ host-package] Compiling sha1 v0.11.0
32072026-09-11T00:20:08.290Z[ host-package] Compiling rustls-pemfile v2.2.0
32082026-09-11T00:20:08.317Z[ host-package] Compiling serde_path_to_error v0.1.20
32092026-09-11T00:20:08.444Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
32102026-09-11T00:20:08.506Z[ host-package] Compiling async-compression v0.4.41
32112026-09-11T00:20:08.550Z[ host-package] Compiling hostname v0.4.2
32122026-09-11T00:20:08.645Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32132026-09-11T00:20:08.704Z[ host-package] Compiling progenitor-client v0.14.0
32142026-09-11T00:20:08.771Z[ host-package] Compiling atomicwrites v0.4.4
32152026-09-11T00:20:08.818Z[ host-package] Compiling macaddr v1.0.1
32162026-09-11T00:20:08.818Z[ host-package] Compiling instant v0.1.13
32172026-09-11T00:20:08.978Z[ host-package] Compiling oxide-generation v0.1.3
32182026-09-11T00:20:09.072Z[ host-package] Compiling regress v0.10.5
32192026-09-11T00:20:09.130Z[ host-package] Compiling backoff v0.4.0
32202026-09-11T00:20:09.130Z[ host-package] Compiling progenitor-extras v0.2.0
32212026-09-11T00:20:09.166Z[ host-package] Compiling parse-display v0.10.0
32222026-09-11T00:20:09.192Z[ host-package] Compiling heck v0.5.0
32232026-09-11T00:20:09.230Z[ host-package] Compiling regress v0.11.1
32242026-09-11T00:20:09.423Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32252026-09-11T00:20:09.459Z[ host-package] Compiling dropshot v0.17.1
32262026-09-11T00:20:09.495Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32272026-09-11T00:20:09.632Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32282026-09-11T00:20:09.761Z[ host-package] Compiling inout v0.1.4
32292026-09-11T00:20:09.854Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32302026-09-11T00:20:09.912Z[ host-package] Compiling secrecy v0.10.3
32312026-09-11T00:20:09.986Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32322026-09-11T00:20:10.014Z[ host-package] Compiling cipher v0.4.4
32332026-09-11T00:20:10.038Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32342026-09-11T00:20:10.182Z[ host-package] Compiling universal-hash v0.5.1
32352026-09-11T00:20:10.209Z[ host-package] Compiling unsafe-libyaml v0.2.11
32362026-09-11T00:20:10.303Z[ host-package] Compiling chacha20 v0.9.1
32372026-09-11T00:20:10.380Z[ host-package] Compiling poly1305 v0.8.0
32382026-09-11T00:20:10.554Z[ helios-setup] Sep 11 00:20:09.172 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')"
32392026-09-11T00:20:10.554Z[ helios-setup] Sep 11 00:20:09.172 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32402026-09-11T00:20:10.561Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32412026-09-11T00:20:10.587Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32422026-09-11T00:20:10.591Z[ helios-setup] Sep 11 00:20:09.209 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.98.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
32432026-09-11T00:20:10.591Z[ helios-setup] Sep 11 00:20:09.209 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32442026-09-11T00:20:10.591Z[ helios-setup] Sep 11 00:20:09.209 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32452026-09-11T00:20:10.637Z[ host-package] Compiling blake2 v0.10.6
32462026-09-11T00:20:10.762Z[ host-package] Compiling aead v0.5.2
32472026-09-11T00:20:10.782Z[ host-package] Compiling password-hash v0.5.0
32482026-09-11T00:20:10.807Z[ helios-setup] Sep 11 00:20:09.429 INFO E| Updating crates.io index
32492026-09-11T00:20:10.813Z[ helios-setup] Sep 11 00:20:09.429 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32502026-09-11T00:20:10.959Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
32512026-09-11T00:20:10.992Z[ host-package] Compiling chacha20poly1305 v0.10.1
32522026-09-11T00:20:11.012Z[ host-package] Compiling typify-impl v0.6.2
32532026-09-11T00:20:11.049Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32542026-09-11T00:20:11.081Z[ host-package] Compiling vsss-rs v3.3.4
32552026-09-11T00:20:11.175Z[ host-package] Compiling argon2 v0.5.3
32562026-09-11T00:20:11.202Z[ host-package] Compiling camino-tempfile v1.4.1
32572026-09-11T00:20:11.351Z[ host-package] Compiling ingot-types v0.2.0
32582026-09-11T00:20:11.398Z[ host-package] Compiling heapless v0.8.0
32592026-09-11T00:20:11.530Z[ host-package] Compiling cobs v0.3.0
32602026-09-11T00:20:11.565Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32612026-09-11T00:20:11.781Z[ host-package] Compiling ingot v0.2.1
32622026-09-11T00:20:11.846Z[ host-package] Compiling postcard v1.1.3
32632026-09-11T00:20:11.866Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32642026-09-11T00:20:11.935Z[ host-package] Compiling smoltcp v0.11.0
32652026-09-11T00:20:12.261Z[ host-package] Compiling cstr-argument v0.1.2
32662026-09-11T00:20:12.268Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32672026-09-11T00:20:12.314Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32682026-09-11T00:20:12.349Z[ host-package] Compiling memmap v0.7.0
32692026-09-11T00:20:12.361Z[ helios-setup] Sep 11 00:20:10.983 INFO E| From https://github.com/oxidecomputer/amd-apcb
32702026-09-11T00:20:12.362Z[ helios-setup] Sep 11 00:20:10.983 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32712026-09-11T00:20:12.379Z[ helios-setup] Sep 11 00:20:10.998 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32722026-09-11T00:20:12.454Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32732026-09-11T00:20:12.474Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32742026-09-11T00:20:12.577Z[ host-package] Compiling sigpipe v0.1.3
32752026-09-11T00:20:12.600Z[ host-package] Compiling usdt v0.5.0
32762026-09-11T00:20:12.603Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32772026-09-11T00:20:12.698Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32782026-09-11T00:20:12.722Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32792026-09-11T00:20:12.793Z[ helios-setup] Sep 11 00:20:11.415 INFO E| From https://github.com/oxidecomputer/amd-efs
32802026-09-11T00:20:12.794Z[ helios-setup] Sep 11 00:20:11.415 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32812026-09-11T00:20:12.825Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32822026-09-11T00:20:12.983Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32832026-09-11T00:20:13.015Z[ helios-setup] Sep 11 00:20:11.636 INFO E| Downloading crates ...
32842026-09-11T00:20:13.051Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32852026-09-11T00:20:13.071Z[ helios-setup] Sep 11 00:20:11.693 INFO E| Downloaded modular-bitfield-impl v0.11.2
32862026-09-11T00:20:13.078Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32872026-09-11T00:20:13.138Z[ helios-setup] Sep 11 00:20:11.705 INFO E| Downloaded strsim v0.8.0
32882026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.710 INFO E| Downloaded unic-ucd-version v0.9.0
32892026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.711 INFO E| Downloaded unic-char-property v0.9.0
32902026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.712 INFO E| Downloaded heck v0.3.3
32912026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.712 INFO E| Downloaded unic-common v0.9.0
32922026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.718 INFO E| Downloaded parse_int v0.9.0
32932026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.719 INFO E| Downloaded dyn-clone v1.0.19
32942026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.720 INFO E| Downloaded strum v0.27.1
32952026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.720 INFO E| Downloaded fletcher v1.0.0
32962026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.724 INFO E| Downloaded unic-ucd-ident v0.9.0
32972026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.725 INFO E| Downloaded bytesize v2.0.1
32982026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.727 INFO E| Downloaded rustversion v1.0.20
32992026-09-11T00:20:13.143Z[ helios-setup] Sep 11 00:20:11.744 INFO E| Downloaded structopt-derive v0.4.18
33002026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.745 INFO E| Downloaded unic-char-range v0.9.0
33012026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.746 INFO E| Downloaded four-cc v0.4.0
33022026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.746 INFO E| Downloaded strum_macros v0.27.1
33032026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.748 INFO E| Downloaded modular-bitfield-impl v0.13.1
33042026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.748 INFO E| Downloaded pest_meta v2.8.0
33052026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.750 INFO E| Downloaded textwrap v0.11.0
33062026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.751 INFO E| Downloaded modular-bitfield v0.13.1
33072026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.756 INFO E| Downloaded vec_map v0.8.2
33082026-09-11T00:20:13.144Z[ helios-setup] Sep 11 00:20:11.756 INFO E| Downloaded zerocopy v0.8.25
33092026-09-11T00:20:13.148Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33102026-09-11T00:20:13.155Z[ helios-setup] Sep 11 00:20:11.772 INFO E| Downloaded pest_generator v2.8.0
33112026-09-11T00:20:13.155Z[ helios-setup] Sep 11 00:20:11.773 INFO E| Downloaded modular-bitfield v0.11.2
33122026-09-11T00:20:13.159Z[ helios-setup] Sep 11 00:20:11.779 INFO E| Downloaded log v0.4.27
33132026-09-11T00:20:13.159Z[ helios-setup] Sep 11 00:20:11.780 INFO E| Downloaded pest_derive v2.8.0
33142026-09-11T00:20:13.163Z[ helios-setup] Sep 11 00:20:11.781 INFO E| Downloaded structopt v0.3.26
33152026-09-11T00:20:13.165Z[ helios-setup] Sep 11 00:20:11.786 INFO E| Downloaded ansi_term v0.12.1
33162026-09-11T00:20:13.165Z[ helios-setup] Sep 11 00:20:11.787 INFO E| Downloaded typenum v1.18.0
33172026-09-11T00:20:13.170Z[ helios-setup] Sep 11 00:20:11.789 INFO E| Downloaded zerocopy-derive v0.8.25
33182026-09-11T00:20:13.174Z[ helios-setup] Sep 11 00:20:11.792 INFO E| Downloaded pest v2.8.0
33192026-09-11T00:20:13.174Z[ helios-setup] Sep 11 00:20:11.795 INFO E| Downloaded goblin v0.9.3
33202026-09-11T00:20:13.178Z[ helios-setup] Sep 11 00:20:11.799 INFO E| Downloaded clap v2.34.0
33212026-09-11T00:20:13.183Z[ host-package] Compiling zone v0.3.1
33222026-09-11T00:20:13.230Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling proc-macro2 v1.0.95
33232026-09-11T00:20:13.230Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling unicode-ident v1.0.18
33242026-09-11T00:20:13.230Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling memchr v2.7.4
33252026-09-11T00:20:13.244Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling thiserror v2.0.12
33262026-09-11T00:20:13.244Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling autocfg v1.4.0
33272026-09-11T00:20:13.244Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling serde v1.0.219
33282026-09-11T00:20:13.244Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling syn v1.0.109
33292026-09-11T00:20:13.244Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling version_check v0.9.5
33302026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling serde_json v1.0.140
33312026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling schemars v0.8.22
33322026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling ryu v1.0.20
33332026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling itoa v1.0.15
33342026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling paste v1.0.15
33352026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling ucd-trie v0.1.7
33362026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling dyn-clone v1.0.19
33372026-09-11T00:20:13.245Z[ helios-setup] Sep 11 00:20:11.852 INFO E| Compiling zerocopy v0.8.25
33382026-09-11T00:20:13.253Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33392026-09-11T00:20:13.327Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33402026-09-11T00:20:13.406Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33412026-09-11T00:20:13.448Z[ helios-setup] Sep 11 00:20:12.070 INFO E| Compiling libc v0.2.172
33422026-09-11T00:20:13.763Z[ helios-setup] Sep 11 00:20:12.379 INFO E| Compiling num-traits v0.2.19
33432026-09-11T00:20:13.773Z[ helios-setup] Sep 11 00:20:12.385 INFO E| Compiling memoffset v0.9.1
33442026-09-11T00:20:13.894Z[ host-package] Compiling derive-where v1.6.0
33452026-09-11T00:20:13.902Z[ helios-setup] Sep 11 00:20:12.524 INFO E| Compiling rustversion v1.0.20
33462026-09-11T00:20:13.982Z[ helios-setup] Sep 11 00:20:12.600 INFO E| Compiling proc-macro-error-attr v1.0.4
33472026-09-11T00:20:14.003Z[ helios-setup] Sep 11 00:20:12.624 INFO E| Compiling static_assertions v1.1.0
33482026-09-11T00:20:14.018Z[ helios-setup] Sep 11 00:20:12.639 INFO E| Compiling proc-macro-error v1.0.4
33492026-09-11T00:20:14.051Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33502026-09-11T00:20:14.091Z[ helios-setup] Sep 11 00:20:12.707 INFO E| Compiling once_cell v1.21.3
33512026-09-11T00:20:14.179Z[ host-package] Compiling bytecount v0.6.9
33522026-09-11T00:20:14.219Z[ helios-setup] Sep 11 00:20:12.841 INFO E| Compiling unicode-width v0.1.14
33532026-09-11T00:20:14.240Z[ helios-setup] Sep 11 00:20:12.861 INFO E| Compiling heck v0.5.0
33542026-09-11T00:20:14.244Z[ host-package] Compiling tokio-dtrace v0.1.1
33552026-09-11T00:20:14.408Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33562026-09-11T00:20:14.519Z[ helios-setup] Sep 11 00:20:13.140 INFO E| Compiling unicode-segmentation v1.12.0
33572026-09-11T00:20:14.524Z[ host-package] Compiling prettyplease v0.2.37
33582026-09-11T00:20:14.610Z[ helios-setup] Sep 11 00:20:13.232 INFO E| Compiling strsim v0.8.0
33592026-09-11T00:20:14.616Z[ helios-setup] Sep 11 00:20:13.238 INFO E| Compiling byteorder v1.5.0
33602026-09-11T00:20:14.647Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33612026-09-11T00:20:14.655Z[ helios-setup] Sep 11 00:20:13.277 INFO E| Compiling textwrap v0.11.0
33622026-09-11T00:20:14.695Z[ helios-setup] Sep 11 00:20:13.317 INFO E| Compiling fletcher v1.0.0
33632026-09-11T00:20:14.721Z[ helios-setup] Sep 11 00:20:13.343 INFO E| Compiling vec_map v0.8.2
33642026-09-11T00:20:14.727Z[ helios-setup] Sep 11 00:20:13.349 INFO E| Compiling ansi_term v0.12.1
33652026-09-11T00:20:14.770Z[ helios-setup] Sep 11 00:20:13.392 INFO E| Compiling bitflags v1.3.2
33662026-09-11T00:20:14.794Z[ helios-setup] Sep 11 00:20:13.415 INFO E| Compiling unic-char-range v0.9.0
33672026-09-11T00:20:14.868Z[ helios-setup] Sep 11 00:20:13.475 INFO E| Compiling strum v0.27.1
33682026-09-11T00:20:14.895Z[ helios-setup] Sep 11 00:20:13.508 INFO E| Compiling unic-common v0.9.0
33692026-09-11T00:20:14.913Z[ helios-setup] Sep 11 00:20:13.535 INFO E| Compiling plain v0.2.3
33702026-09-11T00:20:14.923Z[ helios-setup] Sep 11 00:20:13.544 INFO E| Compiling log v0.4.27
33712026-09-11T00:20:14.995Z[ helios-setup] Sep 11 00:20:13.605 INFO E| Compiling unic-char-property v0.9.0
33722026-09-11T00:20:15.046Z[ host-package] Compiling oxide-tokio-rt v0.1.4
33732026-09-11T00:20:15.057Z[ helios-setup] Sep 11 00:20:13.679 INFO E| Compiling heck v0.3.3
33742026-09-11T00:20:15.067Z[ helios-setup] Sep 11 00:20:13.684 INFO E| Compiling unic-ucd-version v0.9.0
33752026-09-11T00:20:15.096Z[ helios-setup] Sep 11 00:20:13.715 INFO E| Compiling lazy_static v1.5.0
33762026-09-11T00:20:15.177Z[ host-package] Compiling newline-converter v0.3.0
33772026-09-11T00:20:15.182Z[ host-package] Compiling gethostname v0.5.0
33782026-09-11T00:20:15.182Z[ helios-setup] Sep 11 00:20:13.763 INFO E| Compiling atty v0.2.14
33792026-09-11T00:20:15.182Z[ helios-setup] Sep 11 00:20:13.771 INFO E| Compiling unic-ucd-ident v0.9.0
33802026-09-11T00:20:15.182Z[ helios-setup] Sep 11 00:20:13.785 INFO E| Compiling bytesize v2.0.1
33812026-09-11T00:20:15.213Z[ helios-setup] Sep 11 00:20:13.835 INFO E| Compiling clap v2.34.0
33822026-09-11T00:20:15.288Z[ host-package] Compiling console v0.15.11
33832026-09-11T00:20:15.297Z[ host-package] Compiling typify-macro v0.6.2
33842026-09-11T00:20:15.458Z[ helios-setup] Sep 11 00:20:14.076 INFO E| Compiling parse_int v0.9.0
33852026-09-11T00:20:15.474Z[ helios-setup] Sep 11 00:20:14.096 INFO E| Compiling quote v1.0.40
33862026-09-11T00:20:15.477Z[ host-package] Compiling slog-dtrace v0.3.0
33872026-09-11T00:20:15.478Z[ host-package] Compiling cancel-safe-futures v0.1.5
33882026-09-11T00:20:15.482Z[ host-package] Compiling resolv-conf v0.7.6
33892026-09-11T00:20:15.626Z[ host-package] Compiling num-rational v0.4.2
33902026-09-11T00:20:15.671Z[ helios-setup] Sep 11 00:20:14.292 INFO E| Compiling syn v2.0.101
33912026-09-11T00:20:16.004Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33922026-09-11T00:20:16.090Z[ host-package] Compiling expectorate v1.2.0
33932026-09-11T00:20:16.124Z[ host-package] Compiling oxide-update-engine-types v0.1.2
33942026-09-11T00:20:16.124Z[ host-package] Compiling num-complex v0.4.6
33952026-09-11T00:20:16.124Z[ host-package] Compiling compression-core v0.4.31
33962026-09-11T00:20:16.468Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33972026-09-11T00:20:16.474Z[ host-package] Compiling match_cfg v0.1.0
33982026-09-11T00:20:16.677Z[ host-package] Compiling num v0.4.3
33992026-09-11T00:20:16.955Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
34002026-09-11T00:20:16.959Z[ host-package] Compiling linked-hash-map v0.5.6
34012026-09-11T00:20:17.200Z[ host-package] Compiling float-ord v0.3.2
34022026-09-11T00:20:17.230Z[ host-package] Compiling linear-map v1.2.0
34032026-09-11T00:20:17.411Z[ host-package] Compiling lru-cache v0.1.2
34042026-09-11T00:20:17.532Z[ host-package] Compiling typify v0.6.2
34052026-09-11T00:20:17.576Z[ host-package] Compiling async-stream v0.3.6
34062026-09-11T00:20:17.810Z[ host-package] Compiling oxide-update-engine v0.1.2
34072026-09-11T00:20:17.874Z[ host-package] Compiling progenitor-impl v0.14.0
34082026-09-11T00:20:17.983Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34092026-09-11T00:20:18.069Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34102026-09-11T00:20:18.094Z[ helios-setup] Sep 11 00:20:16.713 INFO E| Compiling modular-bitfield-impl v0.11.2
34112026-09-11T00:20:18.094Z[ helios-setup] Sep 11 00:20:16.714 INFO E| Compiling structopt-derive v0.4.18
34122026-09-11T00:20:18.228Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34132026-09-11T00:20:18.232Z[ helios-setup] Sep 11 00:20:16.852 INFO E| Compiling serde_derive_internals v0.29.1
34142026-09-11T00:20:18.645Z[ host-package] Compiling waitgroup v0.1.2
34152026-09-11T00:20:18.814Z[ host-package] Compiling backon v1.6.0
34162026-09-11T00:20:19.065Z[ host-package] Compiling debug-ignore v1.0.5
34172026-09-11T00:20:19.065Z[ host-package] Compiling minimal-lexical v0.2.1
34182026-09-11T00:20:19.140Z[ helios-setup] Sep 11 00:20:17.762 INFO E| Compiling thiserror-impl v2.0.12
34192026-09-11T00:20:19.140Z[ helios-setup] Sep 11 00:20:17.762 INFO E| Compiling serde_derive v1.0.219
34202026-09-11T00:20:19.140Z[ helios-setup] Sep 11 00:20:17.762 INFO E| Compiling zerocopy-derive v0.8.25
34212026-09-11T00:20:19.140Z[ helios-setup] Sep 11 00:20:17.762 INFO E| Compiling modular-bitfield-impl v0.13.1
34222026-09-11T00:20:19.140Z[ helios-setup] Sep 11 00:20:17.762 INFO E| Compiling num-derive v0.4.2
34232026-09-11T00:20:19.144Z[ helios-setup] Sep 11 00:20:17.762 INFO E| Compiling strum_macros v0.27.1
34242026-09-11T00:20:19.144Z[ helios-setup] Sep 11 00:20:17.762 INFO E| Compiling scroll_derive v0.12.1
34252026-09-11T00:20:19.517Z[ host-package] Compiling nom v7.1.3
34262026-09-11T00:20:19.535Z[ helios-setup] Sep 11 00:20:18.112 INFO E| Compiling schemars_derive v0.8.22
34272026-09-11T00:20:19.552Z[ helios-setup] Sep 11 00:20:18.164 INFO E| Compiling modular-bitfield v0.11.2
34282026-09-11T00:20:19.565Z[ helios-setup] Sep 11 00:20:18.172 INFO E| Compiling structopt v0.3.26
34292026-09-11T00:20:19.621Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34302026-09-11T00:20:20.008Z[ helios-setup] Sep 11 00:20:18.605 INFO E| Compiling scroll v0.12.0
34312026-09-11T00:20:20.278Z[ host-package] Compiling hickory-proto v0.24.4
34322026-09-11T00:20:20.291Z[ helios-setup] Sep 11 00:20:18.896 INFO E| Compiling goblin v0.9.3
34332026-09-11T00:20:20.561Z[ host-package] Compiling itertools v0.14.0
34342026-09-11T00:20:20.895Z[ host-package] Compiling progenitor-macro v0.14.0
34352026-09-11T00:20:20.981Z[ helios-setup] Sep 11 00:20:19.601 INFO E| Compiling modular-bitfield v0.13.1
34362026-09-11T00:20:21.347Z[ helios-setup] Sep 11 00:20:19.947 INFO E| Compiling pest v2.8.0
34372026-09-11T00:20:21.484Z[ host-package] Compiling unicode-xid v0.2.6
34382026-09-11T00:20:21.588Z[ host-package] Compiling humantime v2.3.0
34392026-09-11T00:20:21.758Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34402026-09-11T00:20:21.967Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34412026-09-11T00:20:22.112Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34422026-09-11T00:20:22.134Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34432026-09-11T00:20:22.432Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34442026-09-11T00:20:22.560Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34452026-09-11T00:20:22.837Z[ host-package] Compiling papergrid v0.11.0
34462026-09-11T00:20:22.850Z[ helios-setup] Sep 11 00:20:21.469 INFO E| Compiling pest_meta v2.8.0
34472026-09-11T00:20:22.947Z[ host-package] Compiling tabled_derive v0.7.0
34482026-09-11T00:20:23.154Z[ host-package] Compiling termtree v0.5.1
34492026-09-11T00:20:23.346Z[ host-package] Compiling crossterm v0.29.0
34502026-09-11T00:20:23.434Z[ host-package] Compiling phf_shared v0.12.1
34512026-09-11T00:20:23.557Z[ helios-setup] Sep 11 00:20:22.171 INFO E| Compiling pest_generator v2.8.0
34522026-09-11T00:20:23.588Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34532026-09-11T00:20:23.601Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34542026-09-11T00:20:24.184Z[ host-package] Compiling hickory-resolver v0.24.4
34552026-09-11T00:20:24.288Z[ host-package] Compiling tabled v0.15.0
34562026-09-11T00:20:24.355Z[ host-package] Compiling vte v0.14.1
34572026-09-11T00:20:24.523Z[ host-package] Compiling csv-core v0.1.13
34582026-09-11T00:20:24.585Z[ helios-setup] Sep 11 00:20:23.207 INFO E| Compiling pest_derive v2.8.0
34592026-09-11T00:20:24.752Z[ host-package] Compiling chrono-tz v0.10.4
34602026-09-11T00:20:24.814Z[ host-package] Compiling highway v1.3.0
34612026-09-11T00:20:25.135Z[ host-package] Compiling csv v1.4.0
34622026-09-11T00:20:25.294Z[ helios-setup] Sep 11 00:20:23.913 INFO E| Compiling json5 v0.4.1
34632026-09-11T00:20:25.303Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34642026-09-11T00:20:25.425Z[ host-package] Compiling strip-ansi-escapes v0.2.1
34652026-09-11T00:20:25.613Z[ host-package] Compiling phf v0.12.1
34662026-09-11T00:20:25.893Z[ host-package] Compiling qorb v0.4.1
34672026-09-11T00:20:25.928Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34682026-09-11T00:20:25.969Z[ host-package] Compiling const_format_proc_macros v0.2.34
34692026-09-11T00:20:26.015Z[ host-package] Compiling fd-lock v4.0.4
34702026-09-11T00:20:26.256Z[ host-package] Compiling peg-macros v0.8.5
34712026-09-11T00:20:26.337Z[ host-package] Compiling progenitor v0.14.0
34722026-09-11T00:20:26.421Z[ host-package] Compiling nu-ansi-term v0.50.3
34732026-09-11T00:20:26.532Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34742026-09-11T00:20:26.685Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34752026-09-11T00:20:26.689Z[ helios-setup] Sep 11 00:20:25.299 INFO E| Compiling four-cc v0.4.0
34762026-09-11T00:20:26.689Z[ helios-setup] Sep 11 00:20:25.299 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34772026-09-11T00:20:26.803Z[ helios-setup] Sep 11 00:20:25.425 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34782026-09-11T00:20:26.888Z[ host-package] Compiling reedline v0.40.0
34792026-09-11T00:20:26.891Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34802026-09-11T00:20:27.012Z[ host-package] Compiling const_format v0.2.35
34812026-09-11T00:20:27.097Z[ host-package] Compiling bcs v0.1.6
34822026-09-11T00:20:27.213Z[ host-package] Compiling nom v8.0.0
34832026-09-11T00:20:27.509Z[ host-package] Compiling semver v0.1.20
34842026-09-11T00:20:27.788Z[ host-package] Compiling peg v0.8.5
34852026-09-11T00:20:27.851Z[ host-package] Compiling rustc_version v0.1.7
34862026-09-11T00:20:27.964Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34872026-09-11T00:20:28.127Z[ host-package] Compiling newtype_derive v0.1.6
34882026-09-11T00:20:28.268Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34892026-09-11T00:20:28.468Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34902026-09-11T00:20:28.489Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34912026-09-11T00:20:28.650Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34922026-09-11T00:20:28.710Z[ host-package] Compiling sha1 v0.10.6
34932026-09-11T00:20:28.880Z[ host-package] Compiling utf-8 v0.7.6
34942026-09-11T00:20:28.957Z[ host-package] Compiling steno v0.4.1
34952026-09-11T00:20:29.148Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34962026-09-11T00:20:29.173Z[ host-package] Compiling tagptr v0.2.0
34972026-09-11T00:20:29.181Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34982026-09-11T00:20:29.298Z[ host-package] Compiling tungstenite v0.21.0
34992026-09-11T00:20:29.315Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35002026-09-11T00:20:29.340Z[ host-package] Compiling darling_core v0.21.3
35012026-09-11T00:20:29.417Z[ host-package] Compiling moka v0.12.13
35022026-09-11T00:20:29.455Z[ host-package] Compiling display-error-chain v0.2.2
35032026-09-11T00:20:29.455Z[ host-package] Compiling vergen-lib v0.1.6
35042026-09-11T00:20:29.566Z[ host-package] Compiling diesel_derives v2.3.7
35052026-09-11T00:20:29.938Z[ host-package] Compiling tokio-tungstenite v0.21.0
35062026-09-11T00:20:30.005Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35072026-09-11T00:20:30.086Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35082026-09-11T00:20:30.202Z[ host-package] Compiling vergen-gitcl v1.0.8
35092026-09-11T00:20:30.348Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35102026-09-11T00:20:30.523Z[ host-package] Compiling hickory-resolver v0.25.2
35112026-09-11T00:20:30.580Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35122026-09-11T00:20:30.584Z[ host-package] Compiling dirs-sys-next v0.1.2
35132026-09-11T00:20:30.647Z[ host-package] Compiling maplit v1.0.2
35142026-09-11T00:20:30.651Z[ host-package] Compiling crunchy v0.2.4
35152026-09-11T00:20:30.848Z[ host-package] Compiling glob v0.3.3
35162026-09-11T00:20:30.862Z[ host-package] Compiling dirs-next v2.0.0
35172026-09-11T00:20:30.919Z[ host-package] Compiling r2d2 v0.8.10
35182026-09-11T00:20:30.941Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35192026-09-11T00:20:31.134Z[ host-package] Compiling libscf-sys v1.2.0
35202026-09-11T00:20:31.149Z[ host-package] Compiling xshell-macros v0.2.7
35212026-09-11T00:20:31.195Z[ host-package] Compiling tiny-keccak v2.0.2
35222026-09-11T00:20:31.228Z[ host-package] Compiling downcast-rs v2.0.2
35232026-09-11T00:20:31.285Z[ host-package] Compiling clang-sys v1.8.1
35242026-09-11T00:20:31.397Z[ host-package] Compiling term v0.7.0
35252026-09-11T00:20:31.475Z[ host-package] Compiling papergrid v0.18.0
35262026-09-11T00:20:31.504Z[ host-package] Compiling bit-vec v0.6.3
35272026-09-11T00:20:31.565Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
35282026-09-11T00:20:31.630Z[ host-package] Compiling xshell v0.2.7
35292026-09-11T00:20:31.635Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35302026-09-11T00:20:31.677Z[ host-package] Compiling darling_macro v0.21.3
35312026-09-11T00:20:31.774Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35322026-09-11T00:20:31.934Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35332026-09-11T00:20:31.996Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35342026-09-11T00:20:31.996Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
35352026-09-11T00:20:31.996Z[ host-package] Compiling ascii-canvas v3.0.0
35362026-09-11T00:20:32.174Z[ host-package] Compiling bit-set v0.5.3
35372026-09-11T00:20:32.290Z[ host-package] Compiling darling v0.21.3
35382026-09-11T00:20:32.352Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35392026-09-11T00:20:32.407Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35402026-09-11T00:20:32.458Z[ host-package] Compiling dsl_auto_type v0.2.0
35412026-09-11T00:20:32.458Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35422026-09-11T00:20:32.566Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35432026-09-11T00:20:32.907Z[ host-package] Compiling tabled v0.21.0
35442026-09-11T00:20:32.977Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35452026-09-11T00:20:33.274Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35462026-09-11T00:20:33.522Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35472026-09-11T00:20:33.559Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35482026-09-11T00:20:33.828Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35492026-09-11T00:20:34.028Z[ host-package] Compiling itertools v0.10.5
35502026-09-11T00:20:34.066Z[ host-package] Compiling ena v0.14.4
35512026-09-11T00:20:34.098Z[ host-package] Compiling libloading v0.8.9
35522026-09-11T00:20:34.375Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35532026-09-11T00:20:34.424Z[ host-package] Compiling regex-syntax v0.6.29
35542026-09-11T00:20:34.441Z[ host-package] Compiling unicase v2.9.0
35552026-09-11T00:20:34.663Z[ host-package] Compiling bindgen v0.71.1
35562026-09-11T00:20:34.856Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35572026-09-11T00:20:34.885Z[ host-package] Compiling diff v0.1.13
35582026-09-11T00:20:35.157Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35592026-09-11T00:20:35.288Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35602026-09-11T00:20:35.299Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35612026-09-11T00:20:35.535Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35622026-09-11T00:20:39.947Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35632026-09-11T00:20:40.110Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35642026-09-11T00:20:40.110Z[ host-package] Compiling lalrpop v0.19.12
35652026-09-11T00:20:40.110Z[ host-package] Compiling cexpr v0.6.0
35662026-09-11T00:20:40.110Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35672026-09-11T00:20:40.110Z[ host-package] Compiling rustc-hash v2.1.1
35682026-09-11T00:20:40.110Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35692026-09-11T00:20:40.110Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35702026-09-11T00:20:40.110Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35712026-09-11T00:20:40.111Z[ host-package] Compiling diesel v2.3.7
35722026-09-11T00:20:40.111Z[ host-package] Compiling headers-core v0.3.0
35732026-09-11T00:20:40.111Z[ host-package] Compiling libxml v0.3.3
35742026-09-11T00:20:40.111Z[ host-package] Compiling crc8 v0.1.1
35752026-09-11T00:20:40.111Z[ host-package] Compiling headers v0.4.1
35762026-09-11T00:20:40.111Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35772026-09-11T00:20:40.111Z[ host-package] Compiling strum_macros v0.24.3
35782026-09-11T00:20:40.111Z[ host-package] Compiling indoc v1.0.9
35792026-09-11T00:20:40.111Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35802026-09-11T00:20:40.111Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35812026-09-11T00:20:40.111Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35822026-09-11T00:20:40.112Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35832026-09-11T00:20:40.112Z[ host-package] Compiling quick-xml v0.37.5
35842026-09-11T00:20:40.149Z[ host-package] Compiling derive_builder v0.20.2
35852026-09-11T00:20:40.149Z[ host-package] Compiling oso-derive v0.27.3
35862026-09-11T00:20:40.274Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35872026-09-11T00:20:40.394Z[ host-package] Compiling openssl-probe v0.1.6
35882026-09-11T00:20:40.471Z[ host-package] Compiling object v0.39.1
35892026-09-11T00:20:40.610Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35902026-09-11T00:20:40.663Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35912026-09-11T00:20:40.743Z[ helios-setup] Sep 11 00:20:39.365 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35922026-09-11T00:20:40.805Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35932026-09-11T00:20:41.078Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
35942026-09-11T00:20:41.231Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35952026-09-11T00:20:41.504Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35962026-09-11T00:20:41.601Z[ host-package] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35972026-09-11T00:20:41.889Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35982026-09-11T00:20:41.940Z[ host-package] Compiling bb8 v0.8.6
35992026-09-11T00:20:41.944Z[ host-package] Compiling filetime v0.2.27
36002026-09-11T00:20:42.207Z[ host-package] Compiling trait-variant v0.1.2
36012026-09-11T00:20:42.272Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36022026-09-11T00:20:42.378Z[ host-package] Compiling path-slash v0.2.1
36032026-09-11T00:20:42.462Z[ host-package] Compiling half v1.8.3
36042026-09-11T00:20:42.535Z[ host-package] Compiling samael v0.0.19
36052026-09-11T00:20:42.652Z[ host-package] Compiling tar v0.4.46
36062026-09-11T00:20:42.806Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36072026-09-11T00:20:42.918Z[ host-package] Compiling serde_cbor v0.11.2
36082026-09-11T00:20:43.003Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
36092026-09-11T00:20:43.127Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36102026-09-11T00:20:43.419Z[ host-package] Compiling nonempty v0.12.0
36112026-09-11T00:20:43.611Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36122026-09-11T00:20:43.729Z[ host-package] Compiling fxhash v0.2.1
36132026-09-11T00:20:43.802Z[ host-package] Compiling libz-sys v1.1.24
36142026-09-11T00:20:43.925Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36152026-09-11T00:20:43.989Z[ helios-setup] Sep 11 00:20:42.605 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36162026-09-11T00:20:44.203Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36172026-09-11T00:20:44.368Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36182026-09-11T00:20:44.450Z[ host-package] Compiling polar-core v0.27.3
36192026-09-11T00:20:44.502Z[ host-package] Compiling kstat-rs v0.2.5
36202026-09-11T00:20:44.670Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36212026-09-11T00:20:44.770Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36222026-09-11T00:20:44.844Z[ host-package] Compiling mime_guess v2.0.5
36232026-09-11T00:20:44.935Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36242026-09-11T00:20:45.388Z[ host-package] Compiling nanorand v0.7.0
36252026-09-11T00:20:45.605Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36262026-09-11T00:20:45.737Z[ host-package] Compiling parking_lot_core v0.8.6
36272026-09-11T00:20:45.955Z[ host-package] Compiling flume v0.11.1
36282026-09-11T00:20:46.191Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
36292026-09-11T00:20:46.223Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36302026-09-11T00:20:46.345Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36312026-09-11T00:20:46.398Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36322026-09-11T00:20:46.533Z[ host-package] Compiling git-stub v1.0.0
36332026-09-11T00:20:46.942Z[ host-package] Compiling http-range v0.1.5
36342026-09-11T00:20:47.019Z[ host-package] Compiling instability v0.3.11
36352026-09-11T00:20:47.142Z[ host-package] Compiling dashu-int v0.5.1
36362026-09-11T00:20:47.250Z[ host-package] Compiling strsim v0.10.0
36372026-09-11T00:20:47.340Z[ host-package] Compiling seq-macro v0.3.6
36382026-09-11T00:20:47.443Z[ host-package] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
36392026-09-11T00:20:47.557Z[ host-package] Compiling darling_core v0.13.4
36402026-09-11T00:20:47.618Z[ host-package] Compiling git-stub-vcs v0.1.0
36412026-09-11T00:20:47.978Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36422026-09-11T00:20:48.851Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36432026-09-11T00:20:48.976Z[ host-package] Compiling progenitor-impl v0.13.0
36442026-09-11T00:20:49.174Z[ host-package] Compiling ignore v0.4.25
36452026-09-11T00:20:49.220Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36462026-09-11T00:20:49.472Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36472026-09-11T00:20:49.527Z[ host-package] Compiling ssh-encoding v0.2.0
36482026-09-11T00:20:49.755Z[ host-package] Compiling anstyle-parse v0.2.7
36492026-09-11T00:20:50.008Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36502026-09-11T00:20:50.081Z[ host-package] Compiling vergen-git2 v9.1.0
36512026-09-11T00:20:50.372Z[ host-package] Compiling castaway v0.2.4
36522026-09-11T00:20:50.673Z[ host-package] Compiling keccak v0.2.0
36532026-09-11T00:20:50.953Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36542026-09-11T00:20:51.062Z[ host-package] Compiling dashu-base v0.5.1
36552026-09-11T00:20:51.310Z[ host-package] Compiling rlimit v0.10.2
36562026-09-11T00:20:51.436Z[ host-package] Compiling sponge-cursor v0.1.0
36572026-09-11T00:20:51.491Z[ host-package] Compiling indoc v2.0.7
36582026-09-11T00:20:51.556Z[ host-package] Compiling num-modular v0.6.5
36592026-09-11T00:20:51.682Z[ host-package] Compiling sha3 v0.12.0
36602026-09-11T00:20:51.705Z[ host-package] Compiling progenitor-macro v0.13.0
36612026-09-11T00:20:51.864Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36622026-09-11T00:20:52.050Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36632026-09-11T00:20:52.206Z[ host-package] Compiling compact_str v0.8.1
36642026-09-11T00:20:53.066Z[ host-package] Compiling anstream v0.6.21
36652026-09-11T00:20:53.082Z[ host-package] Compiling globwalk v0.9.1
36662026-09-11T00:20:53.082Z[ host-package] Compiling ssh-cipher v0.2.0
36672026-09-11T00:20:53.094Z[ host-package] Compiling darling_macro v0.13.4
36682026-09-11T00:20:53.123Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36692026-09-11T00:20:53.265Z[ host-package] Compiling hyper-staticfile v0.10.1
36702026-09-11T00:20:53.380Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36712026-09-11T00:20:53.502Z[ host-package] Compiling parking_lot v0.11.2
36722026-09-11T00:20:53.622Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732026-09-11T00:20:54.020Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36742026-09-11T00:20:54.182Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36752026-09-11T00:20:54.228Z[ host-package] Compiling oso v0.27.3
36762026-09-11T00:20:54.256Z[ host-package] Compiling tungstenite v0.28.0
36772026-09-11T00:20:54.573Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36782026-09-11T00:20:54.642Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36792026-09-11T00:20:55.734Z[ host-package] Compiling predicates-tree v1.0.13
36802026-09-11T00:20:55.745Z[ helios-setup] Sep 11 00:20:54.364 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.11s
36812026-09-11T00:20:55.786Z[ helios-setup] Sep 11 00:20:54.403 INFO building project "amd-host-image-builder" ok (45 seconds)
36822026-09-11T00:20:55.786Z[ helios-setup] Sep 11 00:20:54.403 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
36832026-09-11T00:20:55.793Z[ helios-setup] Sep 11 00:20:54.411 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
36842026-09-11T00:20:55.793Z[ helios-setup] Sep 11 00:20:54.411 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
36852026-09-11T00:20:55.793Z[ helios-setup] Sep 11 00:20:54.411 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
36862026-09-11T00:20:55.909Z[ helios-setup] Sep 11 00:20:54.525 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
36872026-09-11T00:20:55.919Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36882026-09-11T00:20:56.078Z[ host-package] Compiling progenitor-client v0.13.0
36892026-09-11T00:20:56.160Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
36902026-09-11T00:20:56.183Z[ host-package] Compiling unicode-truncate v1.1.0
36912026-09-11T00:20:56.307Z[ helios-setup] Sep 11 00:20:54.928 INFO E| From https://github.com/jclulow/hiercmd
36922026-09-11T00:20:56.308Z[ helios-setup] Sep 11 00:20:54.929 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
36932026-09-11T00:20:56.337Z[ helios-setup] Sep 11 00:20:54.957 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
36942026-09-11T00:20:56.401Z[ host-package] Compiling p256 v0.13.2
36952026-09-11T00:20:56.431Z[ host-package] Compiling lru v0.12.5
36962026-09-11T00:20:56.553Z[ host-package] Compiling digest-io v0.1.0
36972026-09-11T00:20:56.666Z[ host-package] Compiling prefix-trie v0.7.0
36982026-09-11T00:20:56.676Z[ helios-setup] Sep 11 00:20:55.296 INFO E| From https://github.com/oxidecomputer/network-interface
36992026-09-11T00:20:56.676Z[ helios-setup] Sep 11 00:20:55.296 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
37002026-09-11T00:20:56.690Z[ helios-setup] Sep 11 00:20:55.310 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
37012026-09-11T00:20:56.734Z[ host-package] Compiling rand_seeder v0.4.0
37022026-09-11T00:20:56.785Z[ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
37032026-09-11T00:20:56.966Z[ host-package] Compiling diesel-dtrace v0.5.0
37042026-09-11T00:20:56.996Z[ host-package] Compiling async-bb8-diesel v0.2.1
37052026-09-11T00:20:57.103Z[ helios-setup] Sep 11 00:20:55.625 INFO E| From https://github.com/oxidecomputer/boot-image-tools
37062026-09-11T00:20:57.103Z[ helios-setup] Sep 11 00:20:55.625 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
37072026-09-11T00:20:57.113Z[ helios-setup] Sep 11 00:20:55.643 INFO E| Updating crates.io index
37082026-09-11T00:20:57.113Z[ helios-setup] Sep 11 00:20:55.725 INFO E| Downloading crates ...
37092026-09-11T00:20:57.166Z[ helios-setup] Sep 11 00:20:55.783 INFO E| Downloaded pin-utils v0.1.0
37102026-09-11T00:20:57.170Z[ helios-setup] Sep 11 00:20:55.785 INFO E| Downloaded anstyle v1.0.13
37112026-09-11T00:20:57.170Z[ helios-setup] Sep 11 00:20:55.786 INFO E| Downloaded anyhow v1.0.100
37122026-09-11T00:20:57.302Z[ helios-setup] Sep 11 00:20:55.820 INFO E| Downloaded iana-time-zone v0.1.64
37132026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.822 INFO E| Downloaded bitfield v0.19.3
37142026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.823 INFO E| Downloaded num_enum_derive v0.7.5
37152026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.824 INFO E| Downloaded pin-project-lite v0.2.16
37162026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.827 INFO E| Downloaded anstyle-query v1.1.4
37172026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.828 INFO E| Downloaded libdevinfo-sys v1.1.0
37182026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.829 INFO E| Downloaded generic-array v0.14.9
37192026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.829 INFO E| Downloaded base64ct v1.8.0
37202026-09-11T00:20:57.336Z[ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920)
37212026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.833 INFO E| Downloaded getopts v0.2.24
37222026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.834 INFO E| Downloaded zeroize_derive v1.4.2
37232026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.835 INFO E| Downloaded log v0.4.28
37242026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.836 INFO E| Downloaded mio v1.1.0
37252026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.841 INFO E| Downloaded crc v3.3.0
37262026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.843 INFO E| Downloaded getrandom v0.2.16
37272026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.845 INFO E| Downloaded devinfo v0.1.0
37282026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.846 INFO E| Downloaded signal-hook-registry v1.4.6
37292026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.847 INFO E| Downloaded slab v0.4.11
37302026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.848 INFO E| Downloaded thiserror v2.0.17
37312026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.852 INFO E| Downloaded unicode-ident v1.0.22
37322026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.854 INFO E| Downloaded time-core v0.1.6
37332026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.855 INFO E| Downloaded futures-core v0.3.31
37342026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.866 INFO E| Downloaded clap_lex v0.7.6
37352026-09-11T00:20:57.336Z[ helios-setup] Sep 11 00:20:55.867 INFO E| Downloaded env_filter v0.1.4
37362026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.868 INFO E| Downloaded futures-macro v0.3.31
37372026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.868 INFO E| Downloaded futures-sink v0.3.31
37382026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.869 INFO E| Downloaded serde_spanned v1.0.3
37392026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.870 INFO E| Downloaded futures-task v0.3.31
37402026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.884 INFO E| Downloaded futures-io v0.3.31
37412026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.885 INFO E| Downloaded simd-adler32 v0.3.7
37422026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.886 INFO E| Downloaded zeroize v1.8.2
37432026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.887 INFO E| Downloaded quote v1.0.41
37442026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.897 INFO E| Downloaded bitfield-macros v0.19.3
37452026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.906 INFO E| Downloaded num_enum v0.7.5
37462026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.913 INFO E| Downloaded toml_writer v1.0.4
37472026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.913 INFO E| Downloaded futures-executor v0.3.31
37482026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.913 INFO E| Downloaded futures-channel v0.3.31
37492026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.915 INFO E| Downloaded toml_datetime v0.7.3
37502026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.916 INFO E| Downloaded deranged v0.5.5
37512026-09-11T00:20:57.337Z[ helios-setup] Sep 11 00:20:55.925 INFO E| Downloaded bitflags v2.10.0
37522026-09-11T00:20:57.337Z[ host-package] Compiling cassowary v0.3.0
37532026-09-11T00:20:57.359Z[ helios-setup] Sep 11 00:20:55.932 INFO E| Downloaded thiserror-impl v2.0.17
37542026-09-11T00:20:57.359Z[ helios-setup] Sep 11 00:20:55.933 INFO E| Downloaded time-macros v0.2.24
37552026-09-11T00:20:57.359Z[ helios-setup] Sep 11 00:20:55.934 INFO E| Downloaded tokio-macros v2.6.0
37562026-09-11T00:20:57.359Z[ helios-setup] Sep 11 00:20:55.945 INFO E| Downloaded find-msvc-tools v0.1.4
37572026-09-11T00:20:57.359Z[ helios-setup] Sep 11 00:20:55.946 INFO E| Downloaded toml_parser v1.0.4
37582026-09-11T00:20:57.359Z[ host-package] Compiling num-primitive v0.2.1
37592026-09-11T00:20:57.365Z[ helios-setup] Sep 11 00:20:55.986 INFO E| Downloaded futures v0.3.31
37602026-09-11T00:20:57.373Z[ helios-setup] Sep 11 00:20:55.989 INFO E| Downloaded indexmap v2.12.0
37612026-09-11T00:20:57.379Z[ helios-setup] Sep 11 00:20:55.991 INFO E| Downloaded clap_derive v4.5.49
37622026-09-11T00:20:57.380Z[ helios-setup] Sep 11 00:20:55.993 INFO E| Downloaded term v1.2.0
37632026-09-11T00:20:57.401Z[ helios-setup] Sep 11 00:20:56.019 INFO E| Downloaded uuid v1.18.1
37642026-09-11T00:20:57.401Z[ helios-setup] Sep 11 00:20:56.021 INFO E| Downloaded env_logger v0.11.8
37652026-09-11T00:20:57.409Z[ helios-setup] Sep 11 00:20:56.024 INFO E| Downloaded socket2 v0.6.1
37662026-09-11T00:20:57.410Z[ helios-setup] Sep 11 00:20:56.025 INFO E| Downloaded proc-macro2 v1.0.103
37672026-09-11T00:20:57.410Z[ helios-setup] Sep 11 00:20:56.026 INFO E| Downloaded typenum v1.19.0
37682026-09-11T00:20:57.410Z[ helios-setup] Sep 11 00:20:56.028 INFO E| Downloaded toml v0.9.8
37692026-09-11T00:20:57.414Z[ helios-setup] Sep 11 00:20:56.031 INFO E| Downloaded toml_edit v0.23.7
37702026-09-11T00:20:57.414Z[ helios-setup] Sep 11 00:20:56.033 INFO E| Downloaded bytes v1.10.1
37712026-09-11T00:20:57.414Z[ helios-setup] Sep 11 00:20:56.035 INFO E| Downloaded flate2 v1.1.5
37722026-09-11T00:20:57.418Z[ helios-setup] Sep 11 00:20:56.038 INFO E| Downloaded iddqd v0.3.14
37732026-09-11T00:20:57.424Z[ helios-setup] Sep 11 00:20:56.042 INFO E| Downloaded clap v4.5.51
37742026-09-11T00:20:57.435Z[ helios-setup] Sep 11 00:20:56.049 INFO E| Downloaded serde_json v1.0.145
37752026-09-11T00:20:57.446Z[ helios-setup] Sep 11 00:20:56.055 INFO E| Downloaded memchr v2.7.6
37762026-09-11T00:20:57.446Z[ helios-setup] Sep 11 00:20:56.060 INFO E| Downloaded rand v0.8.5
37772026-09-11T00:20:57.446Z[ helios-setup] Sep 11 00:20:56.062 INFO E| Downloaded zerocopy-derive v0.8.27
37782026-09-11T00:20:57.453Z[ helios-setup] Sep 11 00:20:56.066 INFO E| Downloaded cc v1.2.44
37792026-09-11T00:20:57.453Z[ helios-setup] Sep 11 00:20:56.068 INFO E| Downloaded hashbrown v0.16.0
37802026-09-11T00:20:57.453Z[ helios-setup] Sep 11 00:20:56.071 INFO E| Downloaded rsa v0.9.8
37812026-09-11T00:20:57.460Z[ helios-setup] Sep 11 00:20:56.074 INFO E| Downloaded libm v0.2.15
37822026-09-11T00:20:57.463Z[ helios-setup] Sep 11 00:20:56.081 INFO E| Downloaded time v0.3.44
37832026-09-11T00:20:57.473Z[ helios-setup] Sep 11 00:20:56.086 INFO E| Downloaded num-bigint-dig v0.8.4
37842026-09-11T00:20:57.473Z[ helios-setup] Sep 11 00:20:56.089 INFO E| Downloaded clap_builder v4.5.51
37852026-09-11T00:20:57.478Z[ helios-setup] Sep 11 00:20:56.094 INFO E| Downloaded futures-util v0.3.31
37862026-09-11T00:20:57.478Z[ host-package] Compiling progenitor v0.13.0
37872026-09-11T00:20:57.493Z[ helios-setup] Sep 11 00:20:56.101 INFO E| Downloaded winnow v0.7.13
37882026-09-11T00:20:57.496Z[ helios-setup] Sep 11 00:20:56.108 INFO E| Downloaded chrono v0.4.42
37892026-09-11T00:20:57.496Z[ helios-setup] Sep 11 00:20:56.115 INFO E| Downloaded zerocopy v0.8.27
37902026-09-11T00:20:57.507Z[ helios-setup] Sep 11 00:20:56.128 INFO E| Downloaded syn v2.0.108
37912026-09-11T00:20:57.518Z[ helios-setup] Sep 11 00:20:56.135 INFO E| Downloaded unicode-width v0.2.2
37922026-09-11T00:20:57.543Z[ helios-setup] Sep 11 00:20:56.164 INFO E| Downloaded rustix v1.1.2
37932026-09-11T00:20:57.607Z[ helios-setup] Sep 11 00:20:56.226 INFO E| Downloaded libc v0.2.177
37942026-09-11T00:20:57.621Z[ helios-setup] Sep 11 00:20:56.241 INFO E| Downloaded tokio v1.48.0
37952026-09-11T00:20:57.689Z[ host-package] Compiling ratatui v0.29.0
37962026-09-11T00:20:57.770Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling proc-macro2 v1.0.103
37972026-09-11T00:20:57.770Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling quote v1.0.41
37982026-09-11T00:20:57.770Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling unicode-ident v1.0.22
37992026-09-11T00:20:57.780Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling libc v0.2.177
38002026-09-11T00:20:57.780Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling serde_core v1.0.228
38012026-09-11T00:20:57.780Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling cfg-if v1.0.4
38022026-09-11T00:20:57.780Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling serde v1.0.228
38032026-09-11T00:20:57.780Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling version_check v0.9.5
38042026-09-11T00:20:57.780Z[ helios-setup] Sep 11 00:20:56.391 INFO E| Compiling autocfg v1.5.0
38052026-09-11T00:20:57.781Z[ helios-setup] Sep 11 00:20:56.392 INFO E| Compiling const-oid v0.9.6
38062026-09-11T00:20:57.781Z[ helios-setup] Sep 11 00:20:56.392 INFO E| Compiling typenum v1.19.0
38072026-09-11T00:20:57.781Z[ helios-setup] Sep 11 00:20:56.392 INFO E| Compiling libm v0.2.15
38082026-09-11T00:20:57.781Z[ helios-setup] Sep 11 00:20:56.392 INFO E| Compiling zerocopy v0.8.27
38092026-09-11T00:20:57.781Z[ helios-setup] Sep 11 00:20:56.392 INFO E| Compiling rustversion v1.0.22
38102026-09-11T00:20:57.781Z[ helios-setup] Sep 11 00:20:56.392 INFO E| Compiling zeroize v1.8.2
38112026-09-11T00:20:57.781Z[ helios-setup] Sep 11 00:20:56.392 INFO E| Compiling smallvec v1.15.1
38122026-09-11T00:20:57.781Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38132026-09-11T00:20:58.061Z[ host-package] Compiling dsi-bitstream v0.10.1
38142026-09-11T00:20:58.138Z[ host-package] Compiling hickory-server v0.25.2
38152026-09-11T00:20:58.203Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38162026-09-11T00:20:58.440Z[ helios-setup] Sep 11 00:20:57.060 INFO E| Compiling generic-array v0.14.9
38172026-09-11T00:20:58.457Z[ host-package] Compiling ssh-key v0.6.7
38182026-09-11T00:20:58.462Z[ helios-setup] Sep 11 00:20:57.081 INFO E| Compiling base64ct v1.8.0
38192026-09-11T00:20:58.579Z[ helios-setup] Sep 11 00:20:57.198 INFO E| Compiling byteorder v1.5.0
38202026-09-11T00:20:58.627Z[ helios-setup] Sep 11 00:20:57.249 INFO E| Compiling utf8parse v0.2.2
38212026-09-11T00:20:58.828Z[ helios-setup] Sep 11 00:20:57.449 INFO E| Compiling flagset v0.4.7
38222026-09-11T00:20:58.927Z[ host-package] Compiling camino-tempfile-ext v0.3.3
38232026-09-11T00:20:58.964Z[ helios-setup] Sep 11 00:20:57.584 INFO E| Compiling pem-rfc7468 v0.7.0
38242026-09-11T00:20:59.049Z[ helios-setup] Sep 11 00:20:57.668 INFO E| Compiling hashbrown v0.16.0
38252026-09-11T00:20:59.097Z[ helios-setup] Sep 11 00:20:57.713 INFO E| Compiling memchr v2.7.6
38262026-09-11T00:20:59.201Z[ helios-setup] Sep 11 00:20:57.818 INFO E| Compiling equivalent v1.0.2
38272026-09-11T00:20:59.229Z[ helios-setup] Sep 11 00:20:57.850 INFO E| Compiling rustix v1.1.2
38282026-09-11T00:20:59.352Z[ helios-setup] Sep 11 00:20:57.972 INFO E| Compiling winnow v0.7.13
38292026-09-11T00:20:59.482Z[ helios-setup] Sep 11 00:20:58.099 INFO E| Compiling num-traits v0.2.19
38302026-09-11T00:20:59.563Z[ helios-setup] Sep 11 00:20:58.179 INFO E| Compiling crc32fast v1.5.0
38312026-09-11T00:20:59.563Z[ helios-setup] Sep 11 00:20:58.179 INFO E| Compiling anyhow v1.0.100
38322026-09-11T00:20:59.974Z[ helios-setup] Sep 11 00:20:58.595 INFO E| Compiling indexmap v2.12.0
38332026-09-11T00:21:00.167Z[ helios-setup] Sep 11 00:20:58.789 INFO E| Compiling anstyle-parse v0.2.7
38342026-09-11T00:21:00.258Z[ host-package] Compiling tokio-tungstenite v0.28.0
38352026-09-11T00:21:00.345Z[ helios-setup] Sep 11 00:20:58.967 INFO E| Compiling getrandom v0.2.16
38362026-09-11T00:21:00.391Z[ helios-setup] Sep 11 00:20:59.005 INFO E| Compiling errno v0.3.14
38372026-09-11T00:21:00.479Z[ helios-setup] Sep 11 00:20:59.101 INFO E| Compiling toml_datetime v0.7.3
38382026-09-11T00:21:00.626Z[ helios-setup] Sep 11 00:20:59.164 INFO E| Compiling is_terminal_polyfill v1.70.2
38392026-09-11T00:21:00.637Z[ helios-setup] Sep 11 00:20:59.215 INFO E| Compiling syn v1.0.109
38402026-09-11T00:21:00.735Z[ helios-setup] Sep 11 00:20:59.350 INFO E| Compiling rand_core v0.6.4
38412026-09-11T00:21:00.862Z[ helios-setup] Sep 11 00:20:59.475 INFO E| Compiling cpufeatures v0.2.17
38422026-09-11T00:21:00.945Z[ helios-setup] Sep 11 00:20:59.563 INFO E| Compiling shlex v1.3.0
38432026-09-11T00:21:00.983Z[ helios-setup] Sep 11 00:20:59.598 INFO E| Compiling syn v2.0.108
38442026-09-11T00:21:01.044Z[ helios-setup] Sep 11 00:20:59.652 INFO E| Compiling anstyle-query v1.1.4
38452026-09-11T00:21:01.088Z[ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
38462026-09-11T00:21:01.183Z[ helios-setup] Sep 11 00:20:59.717 INFO E| Compiling crypto-common v0.1.6
38472026-09-11T00:21:01.201Z[ helios-setup] Sep 11 00:20:59.724 INFO E| Compiling block-buffer v0.10.4
38482026-09-11T00:21:01.201Z[ helios-setup] Sep 11 00:20:59.754 INFO E| Compiling find-msvc-tools v0.1.4
38492026-09-11T00:21:01.201Z[ helios-setup] Sep 11 00:20:59.779 INFO E| Compiling anstyle v1.0.13
38502026-09-11T00:21:01.292Z[ helios-setup] Sep 11 00:20:59.853 INFO E| Compiling allocator-api2 v0.2.21
38512026-09-11T00:21:01.329Z[ helios-setup] Sep 11 00:20:59.920 INFO E| Compiling radium v0.7.0
38522026-09-11T00:21:01.333Z[ helios-setup] Sep 11 00:20:59.930 INFO E| Compiling colorchoice v1.0.4
38532026-09-11T00:21:01.334Z[ helios-setup] Sep 11 00:20:59.938 INFO E| Compiling slog v2.8.2
38542026-09-11T00:21:01.340Z[ helios-setup] Sep 11 00:20:59.962 INFO E| Compiling digest v0.10.7
38552026-09-11T00:21:01.415Z[ helios-setup] Sep 11 00:21:00.036 INFO E| Compiling cc v1.2.44
38562026-09-11T00:21:01.536Z[ helios-setup] Sep 11 00:21:00.158 INFO E| Compiling anstream v0.6.21
38572026-09-11T00:21:01.558Z[ helios-setup] Sep 11 00:21:00.178 INFO E| Compiling unicode-width v0.2.2
38582026-09-11T00:21:01.575Z[ helios-setup] Sep 11 00:21:00.197 INFO E| Compiling tap v1.0.1
38592026-09-11T00:21:01.724Z[ helios-setup] Sep 11 00:21:00.338 INFO E| Compiling sha2 v0.10.9
38602026-09-11T00:21:01.751Z[ helios-setup] Sep 11 00:21:00.372 INFO E| Compiling futures-core v0.3.31
38612026-09-11T00:21:01.804Z[ host-package] Compiling sled v0.34.7
38622026-09-11T00:21:01.827Z[ helios-setup] Sep 11 00:21:00.448 INFO E| Compiling pkg-config v0.3.32
38632026-09-11T00:21:01.851Z[ helios-setup] Sep 11 00:21:00.471 INFO E| Compiling futures-sink v0.3.31
38642026-09-11T00:21:01.888Z[ helios-setup] Sep 11 00:21:00.503 INFO E| Compiling parking_lot_core v0.9.12
38652026-09-11T00:21:01.958Z[ helios-setup] Sep 11 00:21:00.580 INFO E| Compiling pin-project-lite v0.2.16
38662026-09-11T00:21:01.999Z[ helios-setup] Sep 11 00:21:00.619 INFO E| Compiling maybe-uninit v2.0.0
38672026-09-11T00:21:02.090Z[ host-package] Compiling darling v0.13.4
38682026-09-11T00:21:02.249Z[ helios-setup] Sep 11 00:21:00.869 INFO E| Compiling futures-channel v0.3.31
38692026-09-11T00:21:02.269Z[ helios-setup] Sep 11 00:21:00.884 INFO E| Compiling getopts v0.2.24
38702026-09-11T00:21:02.398Z[ helios-setup] Sep 11 00:21:01.006 INFO E| Compiling wyz v0.5.1
38712026-09-11T00:21:02.478Z[ helios-setup] Sep 11 00:21:01.100 INFO E| Compiling num-integer v0.1.46
38722026-09-11T00:21:02.561Z[ helios-setup] Sep 11 00:21:01.150 INFO E| Compiling ahash v0.8.12
38732026-09-11T00:21:02.634Z[ helios-setup] Sep 11 00:21:01.241 INFO E| Compiling pin-utils v0.1.0
38742026-09-11T00:21:02.639Z[ helios-setup] Sep 11 00:21:01.261 INFO E| Compiling num-conv v0.1.0
38752026-09-11T00:21:02.691Z[ helios-setup] Sep 11 00:21:01.312 INFO E| Compiling time-core v0.1.6
38762026-09-11T00:21:02.711Z[ helios-setup] Sep 11 00:21:01.332 INFO E| Compiling clap_lex v0.7.6
38772026-09-11T00:21:02.811Z[ helios-setup] Sep 11 00:21:01.433 INFO E| Compiling toml_parser v1.0.4
38782026-09-11T00:21:02.885Z[ helios-setup] Sep 11 00:21:01.506 INFO E| Compiling funty v2.0.0
38792026-09-11T00:21:02.915Z[ helios-setup] Sep 11 00:21:01.513 INFO E| Compiling heck v0.5.0
38802026-09-11T00:21:03.057Z[ helios-setup] Sep 11 00:21:01.678 INFO E| Compiling powerfmt v0.2.0
38812026-09-11T00:21:03.146Z[ helios-setup] Sep 11 00:21:01.752 INFO E| Compiling futures-task v0.3.31
38822026-09-11T00:21:03.166Z[ helios-setup] Sep 11 00:21:01.777 INFO E| Compiling num-bigint-dig v0.8.4
38832026-09-11T00:21:03.216Z[ helios-setup] Sep 11 00:21:01.831 INFO E| Compiling bytes v1.10.1
38842026-09-11T00:21:03.273Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-09-11T00:21:03.394Z[ helios-setup] Sep 11 00:21:02.015 INFO E| Compiling thiserror v1.0.69
38862026-09-11T00:21:03.426Z[ helios-setup] Sep 11 00:21:02.047 INFO E| Compiling scopeguard v1.2.0
38872026-09-11T00:21:03.469Z[ helios-setup] Sep 11 00:21:02.088 INFO E| Compiling packed_struct v0.10.1
38882026-09-11T00:21:03.534Z[ helios-setup] Sep 11 00:21:02.153 INFO E| Compiling spin v0.9.8
38892026-09-11T00:21:03.558Z[ helios-setup] Sep 11 00:21:02.180 INFO E| Compiling futures-io v0.3.31
38902026-09-11T00:21:03.588Z[ helios-setup] Sep 11 00:21:02.210 INFO E| Compiling toml_edit v0.23.7
38912026-09-11T00:21:03.629Z[ helios-setup] Sep 11 00:21:02.250 INFO E| Compiling bitflags v2.10.0
38922026-09-11T00:21:03.861Z[ helios-setup] Sep 11 00:21:02.480 INFO E| Compiling strsim v0.11.1
38932026-09-11T00:21:03.989Z[ helios-setup] Sep 11 00:21:02.574 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
38942026-09-11T00:21:03.994Z[ helios-setup] Sep 11 00:21:02.584 INFO E| Compiling slab v0.4.11
38952026-09-11T00:21:04.091Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
38962026-09-11T00:21:04.294Z[ helios-setup] Sep 11 00:21:02.847 INFO E| Compiling getrandom v0.3.4
38972026-09-11T00:21:04.305Z[ helios-setup] Sep 11 00:21:02.897 INFO E| Compiling itoa v1.0.15
38982026-09-11T00:21:04.426Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38992026-09-11T00:21:04.560Z[ helios-setup] Sep 11 00:21:02.985 INFO E| Compiling lazy_static v1.5.0
39002026-09-11T00:21:04.560Z[ helios-setup] Sep 11 00:21:03.009 INFO E| Compiling bitvec v1.0.1
39012026-09-11T00:21:04.560Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39022026-09-11T00:21:04.560Z[ helios-setup] Sep 11 00:21:03.092 INFO E| Compiling lock_api v0.4.14
39032026-09-11T00:21:04.560Z[ helios-setup] Sep 11 00:21:03.099 INFO E| Compiling deranged v0.5.5
39042026-09-11T00:21:04.651Z[ helios-setup] Sep 11 00:21:03.134 INFO E| Compiling time-macros v0.2.24
39052026-09-11T00:21:04.651Z[ helios-setup] Sep 11 00:21:03.164 INFO E| Compiling num-iter v0.1.45
39062026-09-11T00:21:04.676Z[ helios-setup] Sep 11 00:21:03.250 INFO E| Compiling proc-macro-crate v3.4.0
39072026-09-11T00:21:04.676Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39082026-09-11T00:21:05.036Z[ helios-setup] Sep 11 00:21:03.460 INFO E| Compiling indexmap v1.9.3
39092026-09-11T00:21:05.105Z[ helios-setup] Sep 11 00:21:03.480 INFO E| Compiling nodrop v0.1.14
39102026-09-11T00:21:05.105Z[ helios-setup] Sep 11 00:21:03.594 INFO E| Compiling iana-time-zone v0.1.64
39112026-09-11T00:21:05.228Z[ helios-setup] Sep 11 00:21:03.831 INFO E| Compiling terminal_size v0.4.3
39122026-09-11T00:21:05.266Z[ helios-setup] Sep 11 00:21:03.871 INFO E| Compiling once_cell v1.21.3
39132026-09-11T00:21:05.468Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39142026-09-11T00:21:05.501Z[ helios-setup] Sep 11 00:21:04.105 INFO E| Compiling clap_builder v4.5.51
39152026-09-11T00:21:05.501Z[ helios-setup] Sep 11 00:21:04.112 INFO E| Compiling serde_json v1.0.145
39162026-09-11T00:21:05.570Z[ helios-setup] Sep 11 00:21:04.185 INFO E| Compiling crc-catalog v2.4.0
39172026-09-11T00:21:05.611Z[ helios-setup] Sep 11 00:21:04.221 INFO E| Compiling log v0.4.28
39182026-09-11T00:21:05.685Z[ helios-setup] Sep 11 00:21:04.222 INFO E| Compiling thiserror v2.0.17
39192026-09-11T00:21:05.685Z[ helios-setup] Sep 11 00:21:04.236 INFO E| Compiling simd-adler32 v0.3.7
39202026-09-11T00:21:05.707Z[ helios-setup] Sep 11 00:21:04.327 INFO E| Compiling adler2 v2.0.1
39212026-09-11T00:21:05.733Z[ helios-setup] Sep 11 00:21:04.336 INFO E| Compiling crc v3.3.0
39222026-09-11T00:21:05.976Z[ helios-setup] Sep 11 00:21:04.591 INFO E| Compiling env_filter v0.1.4
39232026-09-11T00:21:06.002Z[ helios-setup] Sep 11 00:21:04.599 INFO E| Compiling miniz_oxide v0.8.9
39242026-09-11T00:21:06.154Z[ host-package] Compiling bytesize v2.7.0
39252026-09-11T00:21:06.188Z[ helios-setup] Sep 11 00:21:04.810 INFO E| Compiling chrono v0.4.42
39262026-09-11T00:21:06.274Z[ helios-setup] Sep 11 00:21:04.875 INFO E| Compiling parking_lot v0.12.5
39272026-09-11T00:21:06.472Z[ helios-setup] Sep 11 00:21:05.083 INFO E| Compiling array-init v0.0.4
39282026-09-11T00:21:06.477Z[ host-package] Compiling http-range-header v0.4.2
39292026-09-11T00:21:06.536Z[ helios-setup] Sep 11 00:21:05.147 INFO E| Compiling smallvec v0.6.14
39302026-09-11T00:21:06.560Z[ helios-setup] Sep 11 00:21:05.153 INFO E| Compiling serde_spanned v1.0.3
39312026-09-11T00:21:06.690Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39322026-09-11T00:21:06.892Z[ helios-setup] Sep 11 00:21:05.507 INFO E| Compiling time v0.3.44
39332026-09-11T00:21:07.099Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39342026-09-11T00:21:07.211Z[ helios-setup] Sep 11 00:21:05.829 INFO E| Compiling signature v2.2.0
39352026-09-11T00:21:11.046Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39362026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:06.005 INFO E| Compiling socket2 v0.6.1
39372026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:06.095 INFO E| Compiling is-terminal v0.4.17
39382026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:06.150 INFO E| Compiling mio v1.1.0
39392026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:06.230 INFO E| Compiling signal-hook-registry v1.4.6
39402026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:06.262 INFO E| Compiling packed_struct_codegen v0.10.1
39412026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:06.309 INFO E| Compiling thread_local v1.1.9
39422026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:06.407 INFO E| Compiling hashbrown v0.12.3
39432026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.026 INFO E| Compiling toml_writer v1.0.4
39442026-09-11T00:21:11.110Z[ host-package] Compiling serde_with_macros v1.5.2
39452026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.110 INFO E| Compiling base64 v0.21.7
39462026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.139 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
39472026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.298 INFO E| Compiling ryu v1.0.20
39482026-09-11T00:21:11.110Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39492026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.462 INFO E| Compiling term v1.2.0
39502026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.555 INFO E| Compiling subtle v2.6.1
39512026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.632 INFO E| Compiling libdevinfo-sys v1.1.0
39522026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.633 INFO E| Compiling serde_derive v1.0.228
39532026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.681 INFO E| Compiling zerocopy-derive v0.8.27
39542026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.744 INFO E| Compiling der_derive v0.7.3
39552026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.774 INFO E| Compiling futures-macro v0.3.31
39562026-09-11T00:21:11.110Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39572026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:07.982 INFO E| Compiling num_enum_derive v0.7.5
39582026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:08.022 INFO E| Compiling bitfield-macros v0.19.3
39592026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:08.022 INFO E| Compiling clap_derive v4.5.49
39602026-09-11T00:21:11.110Z[ helios-setup] Sep 11 00:21:08.032 INFO E| Compiling thiserror-impl v1.0.69
39612026-09-11T00:21:11.111Z[ helios-setup] Sep 11 00:21:08.090 INFO E| Compiling zerocopy-derive v0.6.6
39622026-09-11T00:21:11.111Z[ helios-setup] Sep 11 00:21:08.199 INFO E| Compiling thiserror-impl v2.0.17
39632026-09-11T00:21:11.111Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
39642026-09-11T00:21:11.111Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
39652026-09-11T00:21:11.111Z[ helios-setup] Sep 11 00:21:08.725 INFO E| Compiling tokio-macros v2.6.0
39662026-09-11T00:21:11.111Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39672026-09-11T00:21:11.111Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39682026-09-11T00:21:11.111Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39692026-09-11T00:21:11.111Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39702026-09-11T00:21:11.111Z[ helios-setup] Sep 11 00:21:09.288 INFO E| Compiling winnow v0.5.40
39712026-09-11T00:21:11.111Z[ helios-setup] Sep 11 00:21:09.625 INFO E| Compiling futures-util v0.3.31
39722026-09-11T00:21:11.305Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
39732026-09-11T00:21:11.395Z[ host-package] Compiling arc-swap v1.8.2
39742026-09-11T00:21:11.485Z[ helios-setup] Sep 11 00:21:10.107 INFO E| Compiling bitfield v0.19.3
39752026-09-11T00:21:11.531Z[ host-package] Compiling void v1.0.2
39762026-09-11T00:21:11.599Z[ helios-setup] Sep 11 00:21:10.221 INFO E| Compiling der v0.7.10
39772026-09-11T00:21:11.746Z[ host-package] Compiling lzss v0.8.2
39782026-09-11T00:21:11.759Z[ helios-setup] Sep 11 00:21:10.380 INFO E| Compiling num_enum v0.7.5
39792026-09-11T00:21:11.767Z[ helios-setup] Sep 11 00:21:10.387 INFO E| Compiling zerocopy v0.6.6
39802026-09-11T00:21:11.777Z[ helios-setup] Sep 11 00:21:10.398 INFO E| Compiling toml v0.9.8
39812026-09-11T00:21:11.828Z[ helios-setup] Sep 11 00:21:10.450 INFO E| Compiling tokio v1.48.0
39822026-09-11T00:21:11.877Z[ helios-setup] Sep 11 00:21:10.499 INFO E| Compiling devinfo v0.1.0
39832026-09-11T00:21:11.947Z[ helios-setup] Sep 11 00:21:10.569 INFO E| Compiling bzip2 v0.4.4
39842026-09-11T00:21:12.309Z[ helios-setup] Sep 11 00:21:10.889 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39852026-09-11T00:21:12.353Z[ host-package] Compiling slog-scope v4.4.1
39862026-09-11T00:21:12.380Z[ helios-setup] Sep 11 00:21:10.960 INFO E| Compiling flate2 v1.1.5
39872026-09-11T00:21:12.389Z[ helios-setup] Sep 11 00:21:11.009 INFO E| Compiling env_logger v0.11.8
39882026-09-11T00:21:12.429Z[ helios-setup] Sep 11 00:21:11.051 INFO E| Compiling uuid v1.18.1
39892026-09-11T00:21:12.468Z[ helios-setup] Sep 11 00:21:11.089 INFO E| Compiling bitflags v1.3.2
39902026-09-11T00:21:12.523Z[ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
39912026-09-11T00:21:12.544Z[ helios-setup] Sep 11 00:21:11.165 INFO E| Compiling foldhash v0.2.0
39922026-09-11T00:21:12.555Z[ helios-setup] Sep 11 00:21:11.176 INFO E| Compiling crc-any v2.5.0
39932026-09-11T00:21:12.634Z[ host-package] Compiling serde_with v1.14.0
39942026-09-11T00:21:12.958Z[ helios-setup] Sep 11 00:21:11.580 INFO E| Compiling clap v4.5.51
39952026-09-11T00:21:13.059Z[ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920)
39962026-09-11T00:21:13.065Z[ helios-setup] Sep 11 00:21:11.686 INFO E| Compiling hex v0.4.3
39972026-09-11T00:21:13.206Z[ helios-setup] Sep 11 00:21:11.828 INFO E| Compiling rustc-hash v2.1.1
39982026-09-11T00:21:13.376Z[ helios-setup] Sep 11 00:21:11.997 INFO E| Compiling iddqd v0.3.14
39992026-09-11T00:21:13.413Z[ helios-setup] Sep 11 00:21:12.034 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
40002026-09-11T00:21:13.421Z[ host-package] Compiling scuffle v0.1.0
40012026-09-11T00:21:13.425Z[ host-package] Compiling tungstenite v0.23.0
40022026-09-11T00:21:13.558Z[ helios-setup] Sep 11 00:21:12.179 INFO E| Compiling spki v0.7.3
40032026-09-11T00:21:13.646Z[ helios-setup] Sep 11 00:21:12.268 INFO E| Compiling zip v0.6.6
40042026-09-11T00:21:13.856Z[ helios-setup] Sep 11 00:21:12.476 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
40052026-09-11T00:21:14.103Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40062026-09-11T00:21:14.159Z[ helios-setup] Sep 11 00:21:12.778 INFO E| Compiling pkcs8 v0.10.2
40072026-09-11T00:21:14.430Z[ helios-setup] Sep 11 00:21:13.048 INFO E| Compiling x509-cert v0.2.5
40082026-09-11T00:21:14.493Z[ host-package] Compiling git2 v0.20.4
40092026-09-11T00:21:14.556Z[ helios-setup] Sep 11 00:21:13.177 INFO E| Compiling pkcs1 v0.7.5
40102026-09-11T00:21:14.610Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
40112026-09-11T00:21:14.691Z[ helios-setup] Sep 11 00:21:13.313 INFO E| Compiling path-slash v0.1.5
40122026-09-11T00:21:14.936Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
40132026-09-11T00:21:15.053Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40142026-09-11T00:21:15.360Z[ helios-setup] Sep 11 00:21:13.980 INFO E| Compiling ppv-lite86 v0.2.21
40152026-09-11T00:21:15.831Z[ helios-setup] Sep 11 00:21:14.452 INFO E| Compiling erased-serde v0.3.31
40162026-09-11T00:21:15.850Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
40172026-09-11T00:21:15.854Z[ helios-setup] Sep 11 00:21:14.472 INFO E| Compiling toml_datetime v0.6.11
40182026-09-11T00:21:16.011Z[ helios-setup] Sep 11 00:21:14.567 INFO E| Compiling serde_spanned v0.6.9
40192026-09-11T00:21:16.016Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
40202026-09-11T00:21:16.063Z[ host-package] Compiling libsw-core v0.3.2
40212026-09-11T00:21:16.095Z[ helios-setup] Sep 11 00:21:14.716 INFO E| Compiling rand_chacha v0.3.1
40222026-09-11T00:21:16.254Z[ helios-setup] Sep 11 00:21:14.875 INFO E| Compiling toml_edit v0.19.15
40232026-09-11T00:21:16.309Z[ host-package] Compiling nix v0.27.1
40242026-09-11T00:21:16.387Z[ helios-setup] Sep 11 00:21:15.008 INFO E| Compiling futures-executor v0.3.31
40252026-09-11T00:21:16.423Z[ host-package] Compiling twox-hash v2.1.2
40262026-09-11T00:21:16.427Z[ host-package] Compiling serde_bytes v0.11.19
40272026-09-11T00:21:16.550Z[ host-package] Compiling pwd v1.4.0
40282026-09-11T00:21:16.611Z[ helios-setup] Sep 11 00:21:15.231 INFO E| Compiling rand v0.8.5
40292026-09-11T00:21:16.624Z[ helios-setup] Sep 11 00:21:15.246 INFO E| Compiling hashbrown v0.13.2
40302026-09-11T00:21:16.801Z[ host-package] Compiling lru v0.18.3
40312026-09-11T00:21:16.921Z[ host-package] Compiling atty v0.2.14
40322026-09-11T00:21:17.115Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
40332026-09-11T00:21:17.267Z[ helios-setup] Sep 11 00:21:15.888 INFO E| Compiling futures v0.3.31
40342026-09-11T00:21:17.380Z[ helios-setup] Sep 11 00:21:16.002 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
40352026-09-11T00:21:17.380Z[ helios-setup] Sep 11 00:21:16.002 INFO E| Compiling slog-term v2.9.2
40362026-09-11T00:21:17.466Z[ host-package] Compiling libsw v3.5.0
40372026-09-11T00:21:17.473Z[ helios-setup] Sep 11 00:21:16.095 INFO E| Compiling serde-hex v0.1.0
40382026-09-11T00:21:17.522Z[ helios-setup] Sep 11 00:21:16.144 INFO E| Compiling ron v0.8.1
40392026-09-11T00:21:17.559Z[ helios-setup] Sep 11 00:21:16.181 INFO E| Compiling object v0.30.4
40402026-09-11T00:21:17.789Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
40412026-09-11T00:21:17.793Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
40422026-09-11T00:21:17.854Z[ host-package] Compiling tokio-tungstenite v0.23.1
40432026-09-11T00:21:18.040Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
40442026-09-11T00:21:18.065Z[ host-package] Compiling slog-stdlog v4.1.1
40452026-09-11T00:21:18.084Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40462026-09-11T00:21:18.094Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
40472026-09-11T00:21:18.561Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40482026-09-11T00:21:18.588Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40492026-09-11T00:21:19.027Z[ helios-setup] Sep 11 00:21:17.648 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40502026-09-11T00:21:19.086Z[ helios-setup] Sep 11 00:21:17.706 INFO E| Compiling toml v0.7.8
40512026-09-11T00:21:19.106Z[ helios-setup] Sep 11 00:21:17.726 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40522026-09-11T00:21:19.164Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40532026-09-11T00:21:19.210Z[ helios-setup] Sep 11 00:21:17.831 INFO E| Compiling rsa v0.9.8
40542026-09-11T00:21:19.483Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40552026-09-11T00:21:20.153Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
40562026-09-11T00:21:20.179Z[ helios-setup] Sep 11 00:21:18.801 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
40572026-09-11T00:21:20.635Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40582026-09-11T00:21:21.248Z[ helios-setup] Sep 11 00:21:19.870 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
40592026-09-11T00:21:22.199Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40602026-09-11T00:21:22.812Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40612026-09-11T00:21:24.870Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40622026-09-11T00:21:26.027Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40632026-09-11T00:21:26.565Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40642026-09-11T00:21:26.961Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40652026-09-11T00:21:27.187Z[ helios-setup] Sep 11 00:21:25.809 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40662026-09-11T00:21:27.710Z[ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920)
40672026-09-11T00:21:28.149Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40682026-09-11T00:21:28.337Z[ helios-setup] Sep 11 00:21:26.958 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
40692026-09-11T00:21:28.398Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
40702026-09-11T00:21:29.986Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40712026-09-11T00:21:30.250Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40722026-09-11T00:21:30.814Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40732026-09-11T00:21:31.440Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40742026-09-11T00:21:32.122Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
40752026-09-11T00:21:32.515Z[ helios-setup] Sep 11 00:21:31.136 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
40762026-09-11T00:21:32.597Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40772026-09-11T00:21:34.021Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40782026-09-11T00:21:34.655Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40792026-09-11T00:21:34.744Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40802026-09-11T00:21:36.688Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40812026-09-11T00:21:36.819Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40822026-09-11T00:21:36.917Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40832026-09-11T00:21:37.768Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40842026-09-11T00:21:38.015Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40852026-09-11T00:21:38.846Z[ host-package] Compiling signal-hook-tokio v0.3.1
40862026-09-11T00:21:38.880Z[ host-package] Compiling fatfs v0.3.6
40872026-09-11T00:21:39.045Z[ host-package] Compiling yasna v0.5.2
40882026-09-11T00:21:39.795Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40892026-09-11T00:21:40.050Z[ host-package] Compiling console v0.16.2
40902026-09-11T00:21:40.305Z[ host-package] Compiling assert_matches v1.5.0
40912026-09-11T00:21:40.492Z[ host-package] Compiling rcgen v0.12.1
40922026-09-11T00:21:40.606Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40932026-09-11T00:21:40.926Z[ host-package] Compiling indicatif v0.18.4
40942026-09-11T00:21:41.295Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40952026-09-11T00:21:42.980Z[ host-package] Compiling slog-envlogger v2.2.0
40962026-09-11T00:21:43.106Z[ host-package] Compiling oxide-update-engine-display v0.1.2
40972026-09-11T00:21:43.156Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40982026-09-11T00:21:43.848Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40992026-09-11T00:21:43.939Z[ host-package] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
41002026-09-11T00:21:44.095Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41012026-09-11T00:21:44.190Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41022026-09-11T00:21:44.243Z[ host-package] Compiling port-file v0.1.0
41032026-09-11T00:21:44.447Z[ host-package] Compiling subprocess v0.2.15
41042026-09-11T00:21:44.481Z[ host-package] Compiling rtoolbox v0.0.3
41052026-09-11T00:21:44.686Z[ host-package] Compiling rpassword v7.5.4
41062026-09-11T00:21:44.723Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41072026-09-11T00:21:44.900Z[ helios-setup] Sep 11 00:21:43.522 INFO E| Finished `release` profile [optimized] target(s) in 49.10s
41082026-09-11T00:21:44.904Z[ helios-setup] Sep 11 00:21:43.524 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41092026-09-11T00:21:44.904Z[ helios-setup] Sep 11 00:21:43.524 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41102026-09-11T00:21:44.960Z[ helios-setup] Sep 11 00:21:43.582 INFO building project "pilot" ok (49 seconds)
41112026-09-11T00:21:44.960Z[ helios-setup] Sep 11 00:21:43.582 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
41122026-09-11T00:21:44.968Z[ helios-setup] Sep 11 00:21:43.590 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
41132026-09-11T00:21:44.968Z[ helios-setup] Sep 11 00:21:43.590 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
41142026-09-11T00:21:44.969Z[ helios-setup] Sep 11 00:21:43.590 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
41152026-09-11T00:21:45.085Z[ helios-setup] Sep 11 00:21:43.707 INFO E| Downloading crates ...
41162026-09-11T00:21:45.127Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41172026-09-11T00:21:45.144Z[ helios-setup] Sep 11 00:21:43.766 INFO E| Downloaded generic-array v0.14.6
41182026-09-11T00:21:45.149Z[ helios-setup] Sep 11 00:21:43.771 INFO E| Downloaded cpufeatures v0.2.5
41192026-09-11T00:21:45.152Z[ helios-setup] Sep 11 00:21:43.772 INFO E| Downloaded sha2 v0.10.5
41202026-09-11T00:21:45.160Z[ helios-setup] Sep 11 00:21:43.782 INFO E| Downloaded typenum v1.15.0
41212026-09-11T00:21:45.164Z[ helios-setup] Sep 11 00:21:43.784 INFO E| Downloaded anyhow v1.0.62
41222026-09-11T00:21:45.168Z[ helios-setup] Sep 11 00:21:43.791 INFO E| Downloaded digest v0.10.3
41232026-09-11T00:21:45.172Z[ helios-setup] Sep 11 00:21:43.792 INFO E| Downloaded block-buffer v0.10.3
41242026-09-11T00:21:45.172Z[ helios-setup] Sep 11 00:21:43.792 INFO E| Downloaded flate2 v1.0.25
41252026-09-11T00:21:45.175Z[ helios-setup] Sep 11 00:21:43.795 INFO E| Downloaded unicode-width v0.1.10
41262026-09-11T00:21:45.175Z[ helios-setup] Sep 11 00:21:43.796 INFO E| Downloaded bytes v1.2.1
41272026-09-11T00:21:45.179Z[ helios-setup] Sep 11 00:21:43.798 INFO E| Downloaded miniz_oxide v0.6.2
41282026-09-11T00:21:45.225Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling typenum v1.15.0
41292026-09-11T00:21:45.225Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling version_check v0.9.4
41302026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling crc32fast v1.3.2
41312026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling cfg-if v1.0.0
41322026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling anyhow v1.0.62
41332026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling adler v1.0.2
41342026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling cpufeatures v0.2.5
41352026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling unicode-width v0.1.10
41362026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling bitflags v1.3.2
41372026-09-11T00:21:45.228Z[ helios-setup] Sep 11 00:21:43.845 INFO E| Compiling bytes v1.2.1
41382026-09-11T00:21:45.413Z[ helios-setup] Sep 11 00:21:44.035 INFO E| Compiling getopts v0.2.21
41392026-09-11T00:21:45.451Z[ helios-setup] Sep 11 00:21:44.073 INFO E| Compiling miniz_oxide v0.6.2
41402026-09-11T00:21:45.528Z[ helios-setup] Sep 11 00:21:44.150 INFO E| Compiling generic-array v0.14.6
41412026-09-11T00:21:45.894Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41422026-09-11T00:21:46.083Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41432026-09-11T00:21:46.105Z[ helios-setup] Sep 11 00:21:44.727 INFO E| Compiling flate2 v1.0.25
41442026-09-11T00:21:46.189Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41452026-09-11T00:21:46.264Z[ host-package] Compiling tui-tree-widget v0.23.1
41462026-09-11T00:21:46.785Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41472026-09-11T00:21:47.356Z[ helios-setup] Sep 11 00:21:45.977 INFO E| Compiling block-buffer v0.10.3
41482026-09-11T00:21:47.356Z[ helios-setup] Sep 11 00:21:45.977 INFO E| Compiling crypto-common v0.1.6
41492026-09-11T00:21:47.497Z[ helios-setup] Sep 11 00:21:46.117 INFO E| Compiling digest v0.10.3
41502026-09-11T00:21:47.513Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41512026-09-11T00:21:47.672Z[ helios-setup] Sep 11 00:21:46.293 INFO E| Compiling sha2 v0.10.5
41522026-09-11T00:21:47.798Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
41532026-09-11T00:21:47.928Z[ helios-setup] Sep 11 00:21:46.548 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
41542026-09-11T00:21:49.312Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41552026-09-11T00:21:49.392Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41562026-09-11T00:21:49.867Z[ host-package] Compiling uzers v0.12.2
41572026-09-11T00:21:49.968Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41582026-09-11T00:21:50.222Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41592026-09-11T00:21:50.222Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41602026-09-11T00:21:50.351Z[ helios-setup] Sep 11 00:21:48.972 INFO E| Finished `release` profile [optimized] target(s) in 5.37s
41612026-09-11T00:21:50.365Z[ helios-setup] Sep 11 00:21:48.986 INFO building project "bootserver" ok (5 seconds)
41622026-09-11T00:21:50.365Z[ helios-setup] Sep 11 00:21:48.986 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
41632026-09-11T00:21:50.374Z[ helios-setup] Sep 11 00:21:48.995 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
41642026-09-11T00:21:50.374Z[ helios-setup] Sep 11 00:21:48.995 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
41652026-09-11T00:21:50.379Z[ helios-setup] Sep 11 00:21:48.995 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
41662026-09-11T00:21:50.561Z[ helios-setup] Sep 11 00:21:49.183 INFO E| Downloading crates ...
41672026-09-11T00:21:50.602Z[ helios-setup] Sep 11 00:21:49.224 INFO E| Downloaded adler2 v2.0.0
41682026-09-11T00:21:50.613Z[ helios-setup] Sep 11 00:21:49.235 INFO E| Downloaded miniz_oxide v0.8.8
41692026-09-11T00:21:50.655Z[ helios-setup] Sep 11 00:21:49.277 INFO E| Compiling adler2 v2.0.0
41702026-09-11T00:21:50.683Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41712026-09-11T00:21:50.747Z[ helios-setup] Sep 11 00:21:49.368 INFO E| Compiling miniz_oxide v0.8.8
41722026-09-11T00:21:50.964Z[ host-package] Compiling support-bundle-viewer v0.1.2
41732026-09-11T00:21:51.081Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41742026-09-11T00:21:51.540Z[ host-package] Compiling multimap v0.10.1
41752026-09-11T00:21:51.876Z[ helios-setup] Sep 11 00:21:50.495 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
41762026-09-11T00:21:52.477Z[ helios-setup] Sep 11 00:21:51.099 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
41772026-09-11T00:21:52.488Z[ helios-setup] Sep 11 00:21:51.110 INFO building project "pinprick" ok (2 seconds)
41782026-09-11T00:21:52.489Z[ helios-setup] Sep 11 00:21:51.110 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
41792026-09-11T00:21:52.496Z[ helios-setup] Sep 11 00:21:51.118 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
41802026-09-11T00:21:52.496Z[ helios-setup] Sep 11 00:21:51.118 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
41812026-09-11T00:21:52.496Z[ helios-setup] Sep 11 00:21:51.118 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
41822026-09-11T00:21:52.611Z[ helios-setup] Sep 11 00:21:51.233 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
41832026-09-11T00:21:52.786Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41842026-09-11T00:21:53.402Z[ helios-setup] Sep 11 00:21:52.024 INFO E| From https://github.com/jclulow/rust-jmclib
41852026-09-11T00:21:53.402Z[ helios-setup] Sep 11 00:21:52.024 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
41862026-09-11T00:21:53.424Z[ helios-setup] Sep 11 00:21:52.045 INFO E| Updating crates.io index
41872026-09-11T00:21:53.473Z[ helios-setup] Sep 11 00:21:52.094 INFO E| Downloading crates ...
41882026-09-11T00:21:53.545Z[ helios-setup] Sep 11 00:21:52.166 INFO E| Downloaded block-buffer v0.9.0
41892026-09-11T00:21:53.552Z[ helios-setup] Sep 11 00:21:52.174 INFO E| Downloaded syn v2.0.32
41902026-09-11T00:21:53.558Z[ helios-setup] Sep 11 00:21:52.180 INFO E| Downloaded sha-1 v0.9.8
41912026-09-11T00:21:53.562Z[ helios-setup] Sep 11 00:21:52.183 INFO E| Downloaded digest v0.9.0
41922026-09-11T00:21:53.566Z[ helios-setup] Sep 11 00:21:52.188 INFO E| Downloaded quote v1.0.31
41932026-09-11T00:21:53.570Z[ helios-setup] Sep 11 00:21:52.192 INFO E| Downloaded md-5 v0.9.1
41942026-09-11T00:21:53.574Z[ helios-setup] Sep 11 00:21:52.193 INFO E| Downloaded fastrand v2.0.0
41952026-09-11T00:21:53.574Z[ helios-setup] Sep 11 00:21:52.195 INFO E| Downloaded errno v0.3.1
41962026-09-11T00:21:53.577Z[ helios-setup] Sep 11 00:21:52.197 INFO E| Downloaded glob v0.3.1
41972026-09-11T00:21:53.580Z[ helios-setup] Sep 11 00:21:52.201 INFO E| Downloaded once_cell v1.18.0
41982026-09-11T00:21:53.583Z[ helios-setup] Sep 11 00:21:52.203 INFO E| Downloaded proc-macro2 v1.0.66
41992026-09-11T00:21:53.584Z[ helios-setup] Sep 11 00:21:52.204 INFO E| Downloaded walkdir v2.3.3
42002026-09-11T00:21:53.584Z[ helios-setup] Sep 11 00:21:52.205 INFO E| Downloaded unicode-ident v1.0.11
42012026-09-11T00:21:53.587Z[ helios-setup] Sep 11 00:21:52.207 INFO E| Downloaded libdevinfo-sys v1.0.0
42022026-09-11T00:21:53.592Z[ helios-setup] Sep 11 00:21:52.210 INFO E| Downloaded toml v0.5.11
42032026-09-11T00:21:53.597Z[ helios-setup] Sep 11 00:21:52.219 INFO E| Downloaded cpufeatures v0.2.9
42042026-09-11T00:21:53.601Z[ helios-setup] Sep 11 00:21:52.220 INFO E| Downloaded serde v1.0.193
42052026-09-11T00:21:53.601Z[ helios-setup] Sep 11 00:21:52.222 INFO E| Downloaded serde_derive v1.0.193
42062026-09-11T00:21:53.604Z[ helios-setup] Sep 11 00:21:52.223 INFO E| Downloaded bitflags v2.3.3
42072026-09-11T00:21:53.608Z[ helios-setup] Sep 11 00:21:52.228 INFO E| Downloaded typenum v1.16.0
42082026-09-11T00:21:53.608Z[ helios-setup] Sep 11 00:21:52.229 INFO E| Downloaded uuid v0.8.2
42092026-09-11T00:21:53.612Z[ helios-setup] Sep 11 00:21:52.231 INFO E| Downloaded getrandom v0.2.10
42102026-09-11T00:21:53.612Z[ helios-setup] Sep 11 00:21:52.233 INFO E| Downloaded anyhow v1.0.72
42112026-09-11T00:21:53.615Z[ helios-setup] Sep 11 00:21:52.235 INFO E| Downloaded tempfile v3.7.0
42122026-09-11T00:21:53.624Z[ helios-setup] Sep 11 00:21:52.245 INFO E| Downloaded serde_json v1.0.103
42132026-09-11T00:21:53.651Z[ helios-setup] Sep 11 00:21:52.273 INFO E| Downloaded rustix v0.38.4
42142026-09-11T00:21:53.681Z[ helios-setup] Sep 11 00:21:52.302 INFO E| Downloaded libc v0.2.147
42152026-09-11T00:21:53.783Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling libc v0.2.147
42162026-09-11T00:21:53.783Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling proc-macro2 v1.0.66
42172026-09-11T00:21:53.783Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling cfg-if v1.0.0
42182026-09-11T00:21:53.783Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling unicode-ident v1.0.11
42192026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling version_check v0.9.4
42202026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling typenum v1.16.0
42212026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling serde v1.0.193
42222026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling slog v2.7.0
42232026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling time-core v0.1.2
42242026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling powerfmt v0.2.0
42252026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling num-conv v0.1.0
42262026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling rustix v0.38.4
42272026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling itoa v1.0.9
42282026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.405 INFO E| Compiling once_cell v1.18.0
42292026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.406 INFO E| Compiling num_threads v0.1.6
42302026-09-11T00:21:53.788Z[ helios-setup] Sep 11 00:21:52.406 INFO E| Compiling bitflags v2.3.3
42312026-09-11T00:21:54.574Z[ helios-setup] Sep 11 00:21:53.195 INFO E| Compiling anyhow v1.0.72
42322026-09-11T00:21:54.626Z[ helios-setup] Sep 11 00:21:53.247 INFO E| Compiling fastrand v2.0.0
42332026-09-11T00:21:54.702Z[ helios-setup] Sep 11 00:21:53.323 INFO E| Compiling serde_json v1.0.103
42342026-09-11T00:21:54.884Z[ helios-setup] Sep 11 00:21:53.498 INFO E| Compiling thread_local v1.1.7
42352026-09-11T00:21:54.922Z[ helios-setup] Sep 11 00:21:53.542 INFO E| Compiling deranged v0.3.11
42362026-09-11T00:21:54.952Z[ helios-setup] Sep 11 00:21:53.573 INFO E| Compiling generic-array v0.14.7
42372026-09-11T00:21:55.029Z[ helios-setup] Sep 11 00:21:53.651 INFO E| Compiling time-macros v0.2.18
42382026-09-11T00:21:55.066Z[ helios-setup] Sep 11 00:21:53.687 INFO E| Compiling opaque-debug v0.3.0
42392026-09-11T00:21:55.077Z[ helios-setup] Sep 11 00:21:53.699 INFO E| Compiling cpufeatures v0.2.9
42402026-09-11T00:21:55.144Z[ helios-setup] Sep 11 00:21:53.765 INFO E| Compiling same-file v1.0.6
42412026-09-11T00:21:55.168Z[ helios-setup] Sep 11 00:21:53.788 INFO E| Compiling ryu v1.0.15
42422026-09-11T00:21:55.280Z[ helios-setup] Sep 11 00:21:53.901 INFO E| Compiling unicode-width v0.1.10
42432026-09-11T00:21:55.292Z[ helios-setup] Sep 11 00:21:53.914 INFO E| Compiling dirs-sys-next v0.1.2
42442026-09-11T00:21:55.447Z[ helios-setup] Sep 11 00:21:54.067 INFO E| Compiling errno v0.3.1
42452026-09-11T00:21:55.499Z[ helios-setup] Sep 11 00:21:54.120 INFO E| Compiling atty v0.2.14
42462026-09-11T00:21:55.533Z[ helios-setup] Sep 11 00:21:54.154 INFO E| Compiling getrandom v0.2.10
42472026-09-11T00:21:55.587Z[ helios-setup] Sep 11 00:21:54.209 INFO E| Compiling dirs-next v2.0.0
42482026-09-11T00:21:55.591Z[ helios-setup] Sep 11 00:21:54.213 INFO E| Compiling getopts v0.2.21
42492026-09-11T00:21:55.628Z[ helios-setup] Sep 11 00:21:54.249 INFO E| Compiling walkdir v2.3.3
42502026-09-11T00:21:55.628Z[ helios-setup] Sep 11 00:21:54.250 INFO E| Compiling glob v0.3.1
42512026-09-11T00:21:55.654Z[ helios-setup] Sep 11 00:21:54.276 INFO E| Compiling libdevinfo-sys v1.0.0
42522026-09-11T00:21:55.716Z[ helios-setup] Sep 11 00:21:54.337 INFO E| Compiling term v0.7.0
42532026-09-11T00:21:56.177Z[ helios-setup] Sep 11 00:21:54.798 INFO E| Compiling quote v1.0.31
42542026-09-11T00:21:56.443Z[ helios-setup] Sep 11 00:21:55.065 INFO E| Compiling syn v2.0.32
42552026-09-11T00:21:56.626Z[ helios-setup] Sep 11 00:21:55.248 INFO E| Compiling tempfile v3.7.0
42562026-09-11T00:21:57.036Z[ helios-setup] Sep 11 00:21:55.657 INFO E| Compiling digest v0.9.0
42572026-09-11T00:21:57.036Z[ helios-setup] Sep 11 00:21:55.657 INFO E| Compiling block-buffer v0.9.0
42582026-09-11T00:21:57.063Z[ helios-setup] Sep 11 00:21:55.684 INFO E| Compiling time v0.3.36
42592026-09-11T00:21:57.142Z[ helios-setup] Sep 11 00:21:55.762 INFO E| Compiling md-5 v0.9.1
42602026-09-11T00:21:57.142Z[ helios-setup] Sep 11 00:21:55.762 INFO E| Compiling sha-1 v0.9.8
42612026-09-11T00:21:58.005Z[ helios-setup] Sep 11 00:21:56.626 INFO E| Compiling slog-term v2.9.0
42622026-09-11T00:21:58.623Z[ helios-setup] Sep 11 00:21:57.244 INFO E| Compiling serde_derive v1.0.193
42632026-09-11T00:22:03.467Z[ helios-setup] Sep 11 00:22:02.089 INFO E| Compiling toml v0.5.11
42642026-09-11T00:22:03.467Z[ helios-setup] Sep 11 00:22:02.089 INFO E| Compiling uuid v0.8.2
42652026-09-11T00:22:04.277Z[ helios-setup] Sep 11 00:22:02.898 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
42662026-09-11T00:22:05.029Z[ helios-setup] Sep 11 00:22:03.651 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
42672026-09-11T00:22:09.176Z[ helios-setup] Sep 11 00:22:07.797 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.66s
42682026-09-11T00:22:09.201Z[ helios-setup] Sep 11 00:22:07.822 INFO building project "image-builder" ok (16 seconds)
42692026-09-11T00:22:09.204Z[ helios-setup] rm -f helios-build
42702026-09-11T00:22:09.204Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
42712026-09-11T00:22:09.208Z[ helios-setup]
42722026-09-11T00:22:09.211Z[ helios-setup] Setup complete! ./helios-build is now available.
42732026-09-11T00:22:09.211Z[ helios-setup]
42742026-09-11T00:22:09.211Z[ helios-setup]
42752026-09-11T00:22:09.211Z[ helios-setup] real 3:06.230272480
42762026-09-11T00:22:09.211Z[ helios-setup] user 7:07.269251959
42772026-09-11T00:22:09.211Z[ helios-setup] sys 1:21.569450788
42782026-09-11T00:22:09.211Z[ helios-setup] trap 0.589256964
42792026-09-11T00:22:09.211Z[ helios-setup] tflt 3.572776088
42802026-09-11T00:22:09.211Z[ helios-setup] dflt 6.833749743
42812026-09-11T00:22:09.211Z[ helios-setup] kflt 0.000722930
42822026-09-11T00:22:09.211Z[ helios-setup] lock 56:05.384123313
42832026-09-11T00:22:09.211Z[ helios-setup] slp 38:27.130947580
42842026-09-11T00:22:09.211Z[ helios-setup] lat 7:09.521175227
42852026-09-11T00:22:09.211Z[ helios-setup] stop 1:37.957572998
42862026-09-11T00:22:09.211ZSep 11 00:22:07.833 INFO [helios-setup] process exited with exit status: 0 (186.233142931s)
42872026-09-11T00:22:09.211ZSep 11 00:22:07.833 INFO [helios-record] running task
42882026-09-11T00:22:09.211ZSep 11 00:22:07.833 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
42892026-09-11T00:22:09.215ZSep 11 00:22:07.837 DEBG process exited with exit status: 0 (4.533152ms)
42902026-09-11T00:22:09.215ZSep 11 00:22:07.837 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
42912026-09-11T00:22:09.220ZSep 11 00:22:07.841 DEBG process exited with exit status: 0 (3.784411ms)
42922026-09-11T00:22:09.220ZSep 11 00:22:07.841 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
42932026-09-11T00:22:09.223ZSep 11 00:22:07.845 DEBG process exited with exit status: 0 (3.934491ms)
42942026-09-11T00:22:09.223ZSep 11 00:22:07.845 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
42952026-09-11T00:22:09.227ZSep 11 00:22:07.849 DEBG process exited with exit status: 0 (3.685232ms)
42962026-09-11T00:22:09.227ZSep 11 00:22:07.849 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
42972026-09-11T00:22:09.230ZSep 11 00:22:07.852 DEBG process exited with exit status: 0 (3.436361ms)
42982026-09-11T00:22:09.230ZSep 11 00:22:07.852 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
42992026-09-11T00:22:09.235ZSep 11 00:22:07.857 DEBG process exited with exit status: 0 (4.285942ms)
43002026-09-11T00:22:09.235ZSep 11 00:22:07.857 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
43012026-09-11T00:22:09.241ZSep 11 00:22:07.863 DEBG process exited with exit status: 0 (6.230972ms)
43022026-09-11T00:22:09.241ZSep 11 00:22:07.863 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
43032026-09-11T00:22:09.254ZSep 11 00:22:07.875 DEBG process exited with exit status: 0 (12.153124ms)
43042026-09-11T00:22:09.254ZSep 11 00:22:07.875 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
43052026-09-11T00:22:09.257ZSep 11 00:22:07.879 DEBG process exited with exit status: 0 (3.390562ms)
43062026-09-11T00:22:09.257ZSep 11 00:22:07.879 INFO [helios-record] task succeeded (45.999857ms)
43072026-09-11T00:22:14.299Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43082026-09-11T00:22:38.898Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43092026-09-11T00:22:59.490Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43102026-09-11T00:31:01.822Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 16s
43112026-09-11T00:31:01.825Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43122026-09-11T00:31:01.825Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43132026-09-11T00:31:38.293ZSep 11 00:31:35.903 INFO [host-package] process exited with exit status: 0 (712.441591654s)
43142026-09-11T00:31:38.293ZSep 11 00:31:35.903 INFO [host-libraries] running task
43152026-09-11T00:31:38.293ZSep 11 00:31:35.903 INFO [host-stamp] running task
43162026-09-11T00:31:38.293ZSep 11 00:31:35.906 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+gitc4949338800
43172026-09-11T00:31:38.294ZSep 11 00:31:35.906 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+gitc4949338800
43182026-09-11T00:31:38.294ZSep 11 00:31:35.906 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+gitc4949338800
43192026-09-11T00:31:38.294ZSep 11 00:31:35.907 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+gitc4949338800
43202026-09-11T00:31:38.294ZSep 11 00:31:35.907 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+gitc4949338800
43212026-09-11T00:31:38.294ZSep 11 00:31:35.907 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+gitc4949338800
43222026-09-11T00:31:38.294ZSep 11 00:31:35.908 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+gitc4949338800
43232026-09-11T00:31:38.294ZSep 11 00:31:35.908 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+gitc4949338800
43242026-09-11T00:31:38.294Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
43252026-09-11T00:31:38.294Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43262026-09-11T00:31:38.294Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
43272026-09-11T00:31:38.294Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
43282026-09-11T00:31:38.294Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
43292026-09-11T00:31:38.294Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43302026-09-11T00:31:38.294Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
43312026-09-11T00:31:38.294Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
43322026-09-11T00:31:38.294Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
43332026-09-11T00:31:38.294ZSep 11 00:31:35.918 INFO [stamp-overlay] process exited with exit status: 0 (10.272354ms)
43342026-09-11T00:31:38.294Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
43352026-09-11T00:31:38.294ZSep 11 00:31:35.922 INFO [stamp-oxlog] process exited with exit status: 0 (16.140916ms)
43362026-09-11T00:31:38.294Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
43372026-09-11T00:31:38.294ZSep 11 00:31:35.969 INFO [stamp-crucible-utils] process exited with exit status: 0 (62.508333ms)
43382026-09-11T00:31:38.294Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
43392026-09-11T00:31:38.294ZSep 11 00:31:35.984 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (77.854828ms)
43402026-09-11T00:31:38.294Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
43412026-09-11T00:31:38.294ZSep 11 00:31:36.176 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (269.661239ms)
43422026-09-11T00:31:38.294Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
43432026-09-11T00:31:38.294ZSep 11 00:31:36.234 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (326.12247ms)
43442026-09-11T00:31:38.294Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
43452026-09-11T00:31:38.294ZSep 11 00:31:36.474 INFO [stamp-propolis-server] process exited with exit status: 0 (566.487438ms)
43462026-09-11T00:31:38.294ZSep 11 00:31:36.810 INFO [host-libraries] task succeeded (907.441402ms)
43472026-09-11T00:31:38.294ZSep 11 00:31:36.810 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
43482026-09-11T00:31:38.294Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
43492026-09-11T00:31:39.457Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
43502026-09-11T00:31:39.469Z[recovery-package] Compiling regress v0.11.1
43512026-09-11T00:31:39.476Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
43522026-09-11T00:31:39.480Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43532026-09-11T00:31:39.502Z[recovery-package] Compiling slog-scope v4.4.1
43542026-09-11T00:31:39.502Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43552026-09-11T00:31:39.551Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43562026-09-11T00:31:39.551Z[recovery-package] Compiling cancel-safe-futures v0.1.5
43572026-09-11T00:31:41.227Z[recovery-package] Compiling slog-stdlog v4.1.1
43582026-09-11T00:31:41.240Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43592026-09-11T00:31:41.240Z[recovery-package] Compiling slog-envlogger v2.2.0
43602026-09-11T00:31:41.240Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43612026-09-11T00:31:41.240Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43622026-09-11T00:31:41.240Z[recovery-package] Compiling oxide-update-engine v0.1.2
43632026-09-11T00:31:41.240Z[recovery-package] Compiling typify-impl v0.6.2
43642026-09-11T00:31:42.469Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
43652026-09-11T00:31:42.474ZSep 11 00:31:41.093 INFO [stamp-switch-asic] process exited with exit status: 0 (5.185660858s)
43662026-09-11T00:31:42.474ZSep 11 00:31:41.093 INFO [host-stamp] task succeeded (5.189742139s)
43672026-09-11T00:31:42.474ZSep 11 00:31:41.093 INFO [host-proto] running task
43682026-09-11T00:31:42.834ZSep 11 00:31:41.454 INFO [host-proto] task succeeded (361.407353ms)
43692026-09-11T00:31:42.834ZSep 11 00:31:41.454 INFO [host-profile] running task
43702026-09-11T00:31:42.837ZSep 11 00:31:41.454 INFO [host-profile] task succeeded (237.28µs)
43712026-09-11T00:31:42.837ZSep 11 00:31:41.454 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/.tmpKIaM7w/proto/host/root -N 'ci c494933/${os_short_commit} 2026-09-11 00:19' -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/'
43722026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO Checking files for board 'cosmo'
43732026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
43742026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
43752026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO Checking files for board 'cosmo-mbist-noaggr'
43762026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
43772026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO Checking files for board 'gimlet'
43782026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
43792026-09-11T00:31:42.841Z[ host-image] Sep 11 00:31:41.461 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
43802026-09-11T00:31:42.844Z[ host-image] Sep 11 00:31:41.461 INFO Checking files for board 'cosmo-mbist'
43812026-09-11T00:31:42.844Z[ host-image] Sep 11 00:31:41.461 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
43822026-09-11T00:31:42.850Z[ host-image] Sep 11 00:31:41.470 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpKIaM7w/proto/host/root"
43832026-09-11T00:31:42.853Z[ host-image] Sep 11 00:31:41.471 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
43842026-09-11T00:31:42.853Z[ host-image] Sep 11 00:31:41.471 INFO image builder template: ramdisk-01-os...
43852026-09-11T00:31:42.854Z[ host-image] Sep 11 00:31:41.471 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/.tmpKIaM7w/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
43862026-09-11T00:31:42.913Z[ host-image] Sep 11 00:31:41.485 INFO O| Sep 11 00:31:41.485 INFO CREATE DATASET: rpool/images/build/host/output
43872026-09-11T00:31:43.127Z[recovery-package] Compiling typify v0.6.2
43882026-09-11T00:31:43.221Z[recovery-package] Compiling progenitor-impl v0.14.0
43892026-09-11T00:31:44.248Z[ host-image] Sep 11 00:31:42.868 INFO O| Sep 11 00:31:42.868 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
43902026-09-11T00:31:44.251Z[ host-image] Sep 11 00:31:42.872 INFO O| Sep 11 00:31:42.872 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
43912026-09-11T00:31:44.540Z[ host-image] Sep 11 00:31:43.161 INFO O| Sep 11 00:31:43.161 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
43922026-09-11T00:31:44.611Z[recovery-package] Compiling progenitor v0.14.0
43932026-09-11T00:31:44.615Z[ host-image] Sep 11 00:31:43.236 INFO O| Sep 11 00:31:43.236 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
43942026-09-11T00:31:44.615Z[ host-image] Sep 11 00:31:43.236 INFO O| Sep 11 00:31:43.236 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
43952026-09-11T00:31:44.618Z[ host-image] Sep 11 00:31:43.236 INFO O| Sep 11 00:31:43.236 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
43962026-09-11T00:31:44.619Z[ host-image] Sep 11 00:31:43.236 INFO O| Sep 11 00:31:43.236 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
43972026-09-11T00:31:44.622Z[ host-image] Sep 11 00:31:43.241 INFO O| Sep 11 00:31:43.241 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
43982026-09-11T00:31:44.723Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43992026-09-11T00:31:44.723Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44002026-09-11T00:31:44.823Z[ host-image] Sep 11 00:31:43.444 INFO O| Sep 11 00:31:43.443 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44012026-09-11T00:31:44.833Z[ host-image] Sep 11 00:31:43.453 INFO O| Sep 11 00:31:43.453 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
44022026-09-11T00:31:45.150Z[ host-image] Sep 11 00:31:43.770 INFO O| Sep 11 00:31:43.770 INFO O| Caching catalogs ... Done
44032026-09-11T00:31:45.227Z[ host-image] Sep 11 00:31:43.848 INFO O| Sep 11 00:31:43.848 INFO STEP 0 (pkg_image_create) COMPLETE
44042026-09-11T00:31:45.230Z[ host-image] Sep 11 00:31:43.848 INFO O| Sep 11 00:31:43.848 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44052026-09-11T00:31:45.235Z[ host-image] Sep 11 00:31:43.855 INFO O| Sep 11 00:31:43.855 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"]
44062026-09-11T00:31:45.297Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44072026-09-11T00:31:45.521Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.141 INFO STEP 1 (pkg_set_publisher) COMPLETE
44082026-09-11T00:31:45.522Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.142 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44092026-09-11T00:31:45.522Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.142 INFO skip step because feature "publisher_1_name" is not enabled
44102026-09-11T00:31:45.527Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.142 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44112026-09-11T00:31:45.527Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.142 INFO skip step because feature "publisher_2_name" is not enabled
44122026-09-11T00:31:45.527Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.142 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44132026-09-11T00:31:45.527Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.142 INFO skip step because feature "publisher_3_name" is not enabled
44142026-09-11T00:31:45.527Z[ host-image] Sep 11 00:31:44.142 INFO O| Sep 11 00:31:44.142 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44152026-09-11T00:31:45.824Z[ host-image] Sep 11 00:31:44.444 INFO O| Sep 11 00:31:44.444 INFO variant opensolaris.zone is already global
44162026-09-11T00:31:45.824Z[ host-image] Sep 11 00:31:44.444 INFO O| Sep 11 00:31:44.444 INFO STEP 5 (pkg_change_variant) COMPLETE
44172026-09-11T00:31:45.824Z[ host-image] Sep 11 00:31:44.444 INFO O| Sep 11 00:31:44.444 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44182026-09-11T00:31:46.088Z[ host-image] Sep 11 00:31:44.708 INFO O| Sep 11 00:31:44.708 INFO variant opensolaris.imagetype is full; changing to partial
44192026-09-11T00:31:46.088Z[ host-image] Sep 11 00:31:44.708 INFO O| Sep 11 00:31:44.708 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
44202026-09-11T00:31:47.962Z[ host-image] Sep 11 00:31:46.582 INFO O| Sep 11 00:31:46.582 INFO O| Startup: Refreshing catalog 'helios' ... Done
44212026-09-11T00:31:48.422Z[ host-image] Sep 11 00:31:47.043 INFO O| Sep 11 00:31:47.043 INFO O| Startup: Caching catalogs ... Done
44222026-09-11T00:31:48.438Z[ host-image] Sep 11 00:31:47.059 INFO O| Sep 11 00:31:47.059 INFO O| Planning: Planning completed in 0.00 seconds
44232026-09-11T00:31:48.442Z[ host-image] Sep 11 00:31:47.059 INFO O| Sep 11 00:31:47.059 INFO O| Planning: Consolidating action changes ... Done
44242026-09-11T00:31:48.442Z[ host-image] Sep 11 00:31:47.059 INFO O| Sep 11 00:31:47.059 INFO O| Planning: Evaluating mediators ... Done
44252026-09-11T00:31:48.442Z[ host-image] Sep 11 00:31:47.059 INFO O| Sep 11 00:31:47.059 INFO O| Planning: Planning completed in 0.00 seconds
44262026-09-11T00:31:48.442Z[ host-image] Sep 11 00:31:47.060 INFO O| Sep 11 00:31:47.060 INFO O| Variants/Facets to change: 1
44272026-09-11T00:31:48.448Z[ host-image] Sep 11 00:31:47.068 INFO O| Sep 11 00:31:47.068 INFO O| Finalize: Updating package state database ... Done
44282026-09-11T00:31:48.448Z[ host-image] Sep 11 00:31:47.068 INFO O| Sep 11 00:31:47.068 INFO O| Finalize: Updating package cache ... Done
44292026-09-11T00:31:48.529Z[ host-image] Sep 11 00:31:47.149 INFO O| Sep 11 00:31:47.149 INFO O| Finalize: Updating image state ... Done
44302026-09-11T00:31:48.541Z[ host-image] Sep 11 00:31:47.162 INFO O| Sep 11 00:31:47.162 INFO O| Finalize: Creating fast lookup database ... Done
44312026-09-11T00:31:48.544Z[ host-image] Sep 11 00:31:47.162 INFO O| Sep 11 00:31:47.162 INFO O| Finalize: Reading search index ... Done
44322026-09-11T00:31:48.545Z[ host-image] Sep 11 00:31:47.162 INFO O| Sep 11 00:31:47.162 INFO O| Finalize: Updating search index ... Done
44332026-09-11T00:31:48.545Z[ host-image] Sep 11 00:31:47.163 INFO O| Sep 11 00:31:47.163 INFO O| Finalize: Updating package cache ... Done
44342026-09-11T00:31:48.746Z[ host-image] Sep 11 00:31:47.367 INFO O| Sep 11 00:31:47.366 INFO STEP 6 (pkg_change_variant) COMPLETE
44352026-09-11T00:31:48.746Z[ host-image] Sep 11 00:31:47.367 INFO O| Sep 11 00:31:47.366 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44362026-09-11T00:31:48.746Z[ host-image] Sep 11 00:31:47.367 INFO O| Sep 11 00:31:47.366 INFO skip step because feature "debug_variant" is not enabled
44372026-09-11T00:31:48.750Z[ host-image] Sep 11 00:31:47.367 INFO O| Sep 11 00:31:47.366 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44382026-09-11T00:31:49.001Z[ host-image] Sep 11 00:31:47.621 INFO O| Sep 11 00:31:47.621 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
44392026-09-11T00:31:50.875Z[ host-image] Sep 11 00:31:49.496 INFO O| Sep 11 00:31:49.496 INFO O| Startup: Refreshing catalog 'helios' ... Done
44402026-09-11T00:31:51.164Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44412026-09-11T00:31:51.333Z[ host-image] Sep 11 00:31:49.953 INFO O| Sep 11 00:31:49.953 INFO O| Startup: Caching catalogs ... Done
44422026-09-11T00:31:51.352Z[ host-image] Sep 11 00:31:49.972 INFO O| Sep 11 00:31:49.972 INFO O| Planning: Planning completed in 0.00 seconds
44432026-09-11T00:31:51.361Z[ host-image] Sep 11 00:31:49.972 INFO O| Sep 11 00:31:49.972 INFO O| Planning: Consolidating action changes ... Done
44442026-09-11T00:31:51.361Z[ host-image] Sep 11 00:31:49.973 INFO O| Sep 11 00:31:49.972 INFO O| Planning: Evaluating mediators ... Done
44452026-09-11T00:31:51.361Z[ host-image] Sep 11 00:31:49.973 INFO O| Sep 11 00:31:49.973 INFO O| Planning: Planning completed in 0.00 seconds
44462026-09-11T00:31:51.361Z[ host-image] Sep 11 00:31:49.973 INFO O| Sep 11 00:31:49.973 INFO O| Variants/Facets to change: 1
44472026-09-11T00:31:51.365Z[ host-image] Sep 11 00:31:49.982 INFO O| Sep 11 00:31:49.982 INFO O| Finalize: Updating package state database ... Done
44482026-09-11T00:31:51.365Z[ host-image] Sep 11 00:31:49.982 INFO O| Sep 11 00:31:49.982 INFO O| Finalize: Updating package cache ... Done
44492026-09-11T00:31:51.440Z[ host-image] Sep 11 00:31:50.060 INFO O| Sep 11 00:31:50.060 INFO O| Finalize: Updating image state ... Done
44502026-09-11T00:31:51.457Z[ host-image] Sep 11 00:31:50.077 INFO O| Sep 11 00:31:50.077 INFO O| Finalize: Creating fast lookup database ... Done
44512026-09-11T00:31:51.460Z[ host-image] Sep 11 00:31:50.077 INFO O| Sep 11 00:31:50.077 INFO O| Finalize: Reading search index ... Done
44522026-09-11T00:31:51.460Z[ host-image] Sep 11 00:31:50.078 INFO O| Sep 11 00:31:50.078 INFO O| Finalize: Updating search index ... Done
44532026-09-11T00:31:51.460Z[ host-image] Sep 11 00:31:50.078 INFO O| Sep 11 00:31:50.078 INFO O| Finalize: Updating package cache ... Done
44542026-09-11T00:31:51.760Z[ host-image] Sep 11 00:31:50.380 INFO O| Sep 11 00:31:50.380 INFO STEP 8 (pkg_change_facet) COMPLETE
44552026-09-11T00:31:51.760Z[ host-image] Sep 11 00:31:50.380 INFO O| Sep 11 00:31:50.380 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44562026-09-11T00:31:51.764Z[ host-image] Sep 11 00:31:50.380 INFO O| Sep 11 00:31:50.380 INFO skip step because feature "recovery" is not enabled
44572026-09-11T00:31:51.764Z[ host-image] Sep 11 00:31:50.380 INFO O| Sep 11 00:31:50.380 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44582026-09-11T00:31:51.764Z[ host-image] Sep 11 00:31:50.380 INFO O| Sep 11 00:31:50.380 INFO skip step because feature "recovery" is not enabled
44592026-09-11T00:31:51.764Z[ host-image] Sep 11 00:31:50.380 INFO O| Sep 11 00:31:50.380 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-09-11T00:31:51.769Z[ host-image] Sep 11 00:31:50.389 INFO O| Sep 11 00:31:50.389 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"]
44612026-09-11T00:31:52.166Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
44622026-09-11T00:31:52.166Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44632026-09-11T00:31:53.686Z[ host-image] Sep 11 00:31:52.306 INFO O| Sep 11 00:31:52.306 INFO O| Startup: Refreshing catalog 'helios' ... Done
44642026-09-11T00:31:54.172Z[ host-image] Sep 11 00:31:52.781 INFO O| Sep 11 00:31:52.781 INFO O| Startup: Caching catalogs ... Done
44652026-09-11T00:31:54.448Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44662026-09-11T00:31:54.448Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44672026-09-11T00:31:55.572Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44682026-09-11T00:31:56.189Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44692026-09-11T00:31:57.024Z[ host-image] Sep 11 00:31:55.644 INFO O| Sep 11 00:31:55.644 INFO O| Planning: Solver setup ... Done
44702026-09-11T00:31:57.335Z[ host-image] Sep 11 00:31:55.956 INFO O| Sep 11 00:31:55.955 INFO O| Planning: Running solver ... Done
44712026-09-11T00:31:57.392Z[ host-image] Sep 11 00:31:56.012 INFO O| Sep 11 00:31:56.012 INFO O| Planning: Finding local manifests ... Done
44722026-09-11T00:31:57.412Z[ host-image] Sep 11 00:31:56.032 INFO O| Sep 11 00:31:56.032 INFO O| Planning: Fetching manifests: 0/130 0% complete
44732026-09-11T00:31:59.134Z[ host-image] Sep 11 00:31:57.754 INFO O| Sep 11 00:31:57.754 INFO O| Planning: Fetching manifests: 130/130 100% complete
44742026-09-11T00:31:59.609Z[ host-image] Sep 11 00:31:58.229 INFO O| Sep 11 00:31:58.229 INFO O| Planning: Package planning ... Done
44752026-09-11T00:31:59.928Z[ host-image] Sep 11 00:31:58.548 INFO O| Sep 11 00:31:58.548 INFO O| Planning: Merging actions ... Done
44762026-09-11T00:32:00.197Z[ host-image] Sep 11 00:31:58.817 INFO O| Sep 11 00:31:58.817 INFO O| Planning: Checking for conflicting actions ... Done
44772026-09-11T00:32:00.299Z[ host-image] Sep 11 00:31:58.919 INFO O| Sep 11 00:31:58.919 INFO O| Planning: Consolidating action changes ... Done
44782026-09-11T00:32:00.471Z[ host-image] Sep 11 00:31:59.088 INFO O| Sep 11 00:31:59.088 INFO O| Planning: Evaluating mediators ... Done
44792026-09-11T00:32:01.931Z[ host-image] Sep 11 00:32:00.549 INFO O| Sep 11 00:32:00.549 INFO O| Planning: Planning completed in 7.75 seconds
44802026-09-11T00:32:01.935Z[ host-image] Sep 11 00:32:00.551 INFO O| Sep 11 00:32:00.551 INFO O| Packages to install: 130
44812026-09-11T00:32:01.935Z[ host-image] Sep 11 00:32:00.551 INFO O| Sep 11 00:32:00.551 INFO O| Mediators to change: 5
44822026-09-11T00:32:01.935Z[ host-image] Sep 11 00:32:00.551 INFO O| Sep 11 00:32:00.551 INFO O| Services to change: 6
44832026-09-11T00:32:01.964Z[ host-image] Sep 11 00:32:00.580 INFO O| Sep 11 00:32:00.580 INFO O| Download: 0/23895 items 0.0/223.1MB 0% complete
44842026-09-11T00:32:06.960Z[ host-image] Sep 11 00:32:05.580 INFO O| Sep 11 00:32:05.580 INFO O| Download: 12823/23895 items 106.3/223.1MB 47% complete (21.3M/s)
44852026-09-11T00:32:11.960Z[ host-image] Sep 11 00:32:10.580 INFO O| Sep 11 00:32:10.580 INFO O| Download: 23144/23895 items 217.2/223.1MB 97% complete (21.7M/s)
44862026-09-11T00:32:12.159Z[ host-image] Sep 11 00:32:10.779 INFO O| Sep 11 00:32:10.779 INFO O| Download: Completed 223.11 MB in 10.20 seconds (21.8M/s)
44872026-09-11T00:32:12.488Z[ host-image] Sep 11 00:32:11.108 INFO O| Sep 11 00:32:11.108 INFO O| Actions: 1/54210 actions (Installing new actions)
44882026-09-11T00:32:12.901Z[recovery-package] Finished `release` profile [optimized] target(s) in 34.58s
44892026-09-11T00:32:12.905Z[recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44902026-09-11T00:32:12.905Z[recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44912026-09-11T00:32:14.513ZSep 11 00:32:13.133 INFO [recovery-package] process exited with exit status: 0 (36.322580434s)
44922026-09-11T00:32:14.513ZSep 11 00:32:13.133 INFO [recovery-libraries] running task
44932026-09-11T00:32:14.513ZSep 11 00:32:13.133 INFO [recovery-stamp] running task
44942026-09-11T00:32:14.516ZSep 11 00:32:13.133 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+gitc4949338800
44952026-09-11T00:32:14.516ZSep 11 00:32:13.134 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitc4949338800
44962026-09-11T00:32:14.519Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
44972026-09-11T00:32:14.522Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
44982026-09-11T00:32:14.535ZSep 11 00:32:13.156 INFO [recovery-libraries] task succeeded (22.934678ms)
44992026-09-11T00:32:14.539ZSep 11 00:32:13.156 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
45002026-09-11T00:32:14.561Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
45012026-09-11T00:32:14.564ZSep 11 00:32:13.184 INFO [stamp-installinator] process exited with exit status: 0 (50.329579ms)
45022026-09-11T00:32:14.675Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
45032026-09-11T00:32:14.678ZSep 11 00:32:13.298 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (164.62646ms)
45042026-09-11T00:32:14.678ZSep 11 00:32:13.298 INFO [recovery-stamp] task succeeded (165.03658ms)
45052026-09-11T00:32:14.678ZSep 11 00:32:13.298 INFO [recovery-proto] running task
45062026-09-11T00:32:14.678ZSep 11 00:32:13.298 INFO [tuf-stamp] running task
45072026-09-11T00:32:14.678ZSep 11 00:32:13.299 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+gitc4949338800
45082026-09-11T00:32:14.682ZSep 11 00:32:13.299 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+gitc4949338800
45092026-09-11T00:32:14.682ZSep 11 00:32:13.300 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+gitc4949338800
45102026-09-11T00:32:14.682ZSep 11 00:32:13.300 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+gitc4949338800
45112026-09-11T00:32:14.682ZSep 11 00:32:13.300 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+gitc4949338800
45122026-09-11T00:32:14.682ZSep 11 00:32:13.301 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+gitc4949338800
45132026-09-11T00:32:14.682ZSep 11 00:32:13.301 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+gitc4949338800
45142026-09-11T00:32:14.682ZSep 11 00:32:13.301 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+gitc4949338800
45152026-09-11T00:32:14.682ZSep 11 00:32:13.301 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+gitc4949338800
45162026-09-11T00:32:14.682ZSep 11 00:32:13.302 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+gitc4949338800
45172026-09-11T00:32:14.682ZSep 11 00:32:13.302 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+gitc4949338800
45182026-09-11T00:32:14.685ZSep 11 00:32:13.303 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+gitc4949338800
45192026-09-11T00:32:14.685Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45202026-09-11T00:32:14.685Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
45212026-09-11T00:32:14.689Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
45222026-09-11T00:32:14.689Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45232026-09-11T00:32:14.689Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45242026-09-11T00:32:14.689Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
45252026-09-11T00:32:14.689Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
45262026-09-11T00:32:14.689Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45272026-09-11T00:32:14.689Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
45282026-09-11T00:32:14.689Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
45292026-09-11T00:32:14.689Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
45302026-09-11T00:32:14.689Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
45312026-09-11T00:32:14.740Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
45322026-09-11T00:32:14.744ZSep 11 00:32:13.364 INFO [stamp-probe] process exited with exit status: 0 (62.174002ms)
45332026-09-11T00:32:14.813ZSep 11 00:32:13.434 INFO [recovery-proto] task succeeded (135.6017ms)
45342026-09-11T00:32:14.818ZSep 11 00:32:13.434 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/.tmpKIaM7w/proto/recovery/root -N 'recovery c494933/${os_short_commit} 2026-09-11 00:19' -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/'
45352026-09-11T00:32:14.854Z[ recovery-image] Sep 11 00:32:13.466 INFO Checking files for board 'gimlet'
45362026-09-11T00:32:14.854Z[ recovery-image] Sep 11 00:32:13.466 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
45372026-09-11T00:32:14.854Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
45382026-09-11T00:32:14.858Z[ recovery-image] Sep 11 00:32:13.466 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
45392026-09-11T00:32:14.858ZSep 11 00:32:13.478 INFO [stamp-ntp] process exited with exit status: 0 (175.395114ms)
45402026-09-11T00:32:14.858Z[ recovery-image] Sep 11 00:32:13.466 INFO Checking files for board 'cosmo'
45412026-09-11T00:32:14.858Z[ recovery-image] Sep 11 00:32:13.466 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
45422026-09-11T00:32:14.858Z[ recovery-image] Sep 11 00:32:13.466 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
45432026-09-11T00:32:14.861Z[ recovery-image] Sep 11 00:32:13.466 INFO Checking files for board 'cosmo-mbist-noaggr'
45442026-09-11T00:32:14.861Z[ recovery-image] Sep 11 00:32:13.466 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
45452026-09-11T00:32:14.862Z[ recovery-image] Sep 11 00:32:13.466 INFO Checking files for board 'cosmo-mbist'
45462026-09-11T00:32:14.862Z[ recovery-image] Sep 11 00:32:13.466 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
45472026-09-11T00:32:14.862Z[ recovery-image] Sep 11 00:32:13.477 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpKIaM7w/proto/recovery/root"
45482026-09-11T00:32:14.862Z[ recovery-image] Sep 11 00:32:13.477 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
45492026-09-11T00:32:14.862Z[ recovery-image] Sep 11 00:32:13.478 INFO image builder template: ramdisk-01-os...
45502026-09-11T00:32:14.862Z[ recovery-image] Sep 11 00:32:13.478 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/.tmpKIaM7w/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
45512026-09-11T00:32:14.878Z[ recovery-image] Sep 11 00:32:13.498 INFO O| Sep 11 00:32:13.498 INFO CREATE DATASET: rpool/images/build/recovery/output
45522026-09-11T00:32:14.978Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
45532026-09-11T00:32:14.984ZSep 11 00:32:13.602 INFO [stamp-external-dns] process exited with exit status: 0 (302.204161ms)
45542026-09-11T00:32:15.010Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
45552026-09-11T00:32:15.013ZSep 11 00:32:13.633 INFO [stamp-internal-dns] process exited with exit status: 0 (332.210821ms)
45562026-09-11T00:32:15.056Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
45572026-09-11T00:32:15.060ZSep 11 00:32:13.680 INFO [stamp-oximeter] process exited with exit status: 0 (380.62243ms)
45582026-09-11T00:32:15.166Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
45592026-09-11T00:32:15.170ZSep 11 00:32:13.790 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (491.30168ms)
45602026-09-11T00:32:15.226Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45612026-09-11T00:32:15.255Z[verify-libraries] Running `target/debug/xtask verify-libraries`
45622026-09-11T00:32:15.344Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
45632026-09-11T00:32:15.349ZSep 11 00:32:13.967 INFO [stamp-crucible-zone] process exited with exit status: 0 (666.274364ms)
45642026-09-11T00:32:15.708Z[ recovery-image] Sep 11 00:32:14.328 INFO O| Sep 11 00:32:14.328 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45652026-09-11T00:32:15.712Z[ recovery-image] Sep 11 00:32:14.332 INFO O| Sep 11 00:32:14.332 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45662026-09-11T00:32:16.687Z[ recovery-image] Sep 11 00:32:15.307 INFO O| Sep 11 00:32:15.306 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
45672026-09-11T00:32:16.754Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
45682026-09-11T00:32:16.758ZSep 11 00:32:15.378 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.077145231s)
45692026-09-11T00:32:17.489Z[ host-image] Sep 11 00:32:16.109 INFO O| Sep 11 00:32:16.109 INFO O| Actions: 24785/54210 actions (Installing new actions)
45702026-09-11T00:32:17.854Z[ recovery-image] Sep 11 00:32:16.470 INFO O| Sep 11 00:32:16.470 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45712026-09-11T00:32:17.857Z[ recovery-image] Sep 11 00:32:16.470 INFO O| Sep 11 00:32:16.470 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45722026-09-11T00:32:17.857Z[ recovery-image] Sep 11 00:32:16.470 INFO O| Sep 11 00:32:16.470 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
45732026-09-11T00:32:17.857Z[ recovery-image] Sep 11 00:32:16.470 INFO O| Sep 11 00:32:16.470 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
45742026-09-11T00:32:17.874Z[ recovery-image] Sep 11 00:32:16.489 INFO O| Sep 11 00:32:16.488 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45752026-09-11T00:32:17.964Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
45762026-09-11T00:32:17.968ZSep 11 00:32:16.587 INFO [stamp-nexus] process exited with exit status: 0 (3.288093853s)
45772026-09-11T00:32:18.343Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
45782026-09-11T00:32:18.349ZSep 11 00:32:16.967 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.666190782s)
45792026-09-11T00:32:18.441Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
45802026-09-11T00:32:18.445ZSep 11 00:32:17.064 INFO [stamp-clickhouse] process exited with exit status: 0 (3.762061777s)
45812026-09-11T00:32:18.497Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
45822026-09-11T00:32:18.500ZSep 11 00:32:17.120 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.817712797s)
45832026-09-11T00:32:18.501ZSep 11 00:32:17.120 INFO [tuf-stamp] task succeeded (3.821666539s)
45842026-09-11T00:32:18.501ZSep 11 00:32:17.120 INFO [tuf-v2-zones] running task
45852026-09-11T00:32:18.554ZSep 11 00:32:17.175 INFO [tuf-v2-zones] task succeeded (54.734ms)
45862026-09-11T00:32:19.643Z[verify-libraries] Compiling match_cfg v0.1.0
45872026-09-11T00:32:19.643Z[verify-libraries] Compiling slog-json v2.6.1
45882026-09-11T00:32:19.646Z[verify-libraries] Compiling debug-ignore v1.0.5
45892026-09-11T00:32:19.703Z[ host-image] Sep 11 00:32:18.323 INFO O| Sep 11 00:32:18.323 INFO O| Actions: Completed 54210 actions in 7.21 seconds.
45902026-09-11T00:32:19.796Z[ host-image] Sep 11 00:32:18.416 INFO O| Sep 11 00:32:18.416 INFO O| Finalize: Updating package state database ... Done
45912026-09-11T00:32:19.796Z[ host-image] Sep 11 00:32:18.416 INFO O| Sep 11 00:32:18.416 INFO O| Finalize: Updating package cache ... Done
45922026-09-11T00:32:19.905Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
45932026-09-11T00:32:19.905Z[verify-libraries] Compiling serde_spanned v1.1.1
45942026-09-11T00:32:19.908Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
45952026-09-11T00:32:19.908Z[verify-libraries] Compiling sha1 v0.11.0
45962026-09-11T00:32:19.908Z[verify-libraries] Compiling async-stream-impl v0.3.6
45972026-09-11T00:32:19.908Z[verify-libraries] Compiling serde_path_to_error v0.1.20
45982026-09-11T00:32:19.909Z[verify-libraries] Compiling multer v3.1.0
45992026-09-11T00:32:19.909Z[verify-libraries] Compiling compression-core v0.4.31
46002026-09-11T00:32:19.909Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
46012026-09-11T00:32:19.909Z[verify-libraries] Compiling dropshot v0.17.1
46022026-09-11T00:32:19.931Z[verify-libraries] Compiling waitgroup v0.1.2
46032026-09-11T00:32:19.957Z[ host-image] Sep 11 00:32:18.577 INFO O| Sep 11 00:32:18.577 INFO O| Finalize: Updating image state ... Done
46042026-09-11T00:32:20.064Z[verify-libraries] Compiling rustls-pemfile v2.2.0
46052026-09-11T00:32:20.078Z[verify-libraries] Compiling hostname v0.3.1
46062026-09-11T00:32:20.087Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
46072026-09-11T00:32:20.282Z[verify-libraries] Compiling slog-bunyan v2.5.0
46082026-09-11T00:32:20.282Z[verify-libraries] Compiling compression-codecs v0.4.37
46092026-09-11T00:32:20.286Z[verify-libraries] Compiling hostname v0.4.2
46102026-09-11T00:32:20.286Z[verify-libraries] Compiling progenitor-client v0.14.0
46112026-09-11T00:32:20.286Z[verify-libraries] Compiling atomicwrites v0.4.4
46122026-09-11T00:32:20.431Z[verify-libraries] Compiling macaddr v1.0.1
46132026-09-11T00:32:20.438Z[verify-libraries] Compiling serde_tokenstream v0.3.0
46142026-09-11T00:32:20.439Z[verify-libraries] Compiling regress v0.10.5
46152026-09-11T00:32:20.439Z[verify-libraries] Compiling instant v0.1.13
46162026-09-11T00:32:20.494Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
46172026-09-11T00:32:20.519Z[verify-libraries] Compiling oxide-generation v0.1.3
46182026-09-11T00:32:20.545Z[verify-libraries] Compiling itertools v0.14.0
46192026-09-11T00:32:20.553Z[verify-libraries] Compiling parse-display-derive v0.10.0
46202026-09-11T00:32:20.687Z[verify-libraries] Compiling async-compression v0.4.41
46212026-09-11T00:32:20.690Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
46222026-09-11T00:32:20.690Z[verify-libraries] Compiling backoff v0.4.0
46232026-09-11T00:32:20.752Z[verify-libraries] Compiling backon v1.6.0
46242026-09-11T00:32:20.804Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
46252026-09-11T00:32:20.804Z[verify-libraries] Compiling humantime v2.3.0
46262026-09-11T00:32:21.022Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
46272026-09-11T00:32:21.027Z[ host-image] Sep 11 00:32:19.643 INFO O| Sep 11 00:32:19.643 INFO O| Finalize: Creating fast lookup database ... Done
46282026-09-11T00:32:21.049Z[verify-libraries] Compiling async-stream v0.3.6
46292026-09-11T00:32:21.054Z[ host-image] Sep 11 00:32:19.673 INFO O| Sep 11 00:32:19.673 INFO O| Finalize: Reading search index ... Done
46302026-09-11T00:32:21.076Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
46312026-09-11T00:32:21.093Z[verify-libraries] Compiling progenitor-extras v0.2.0
46322026-09-11T00:32:21.093Z[verify-libraries] Compiling convert_case v0.4.0
46332026-09-11T00:32:21.148Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
46342026-09-11T00:32:21.177Z[verify-libraries] Compiling indent_write v2.2.0
46352026-09-11T00:32:21.177Z[verify-libraries] Compiling inout v0.1.4
46362026-09-11T00:32:21.260Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46372026-09-11T00:32:21.307Z[verify-libraries] Compiling regress v0.11.1
46382026-09-11T00:32:21.361Z[verify-libraries] Compiling secrecy v0.10.3
46392026-09-11T00:32:21.432Z[verify-libraries] Compiling cipher v0.4.4
46402026-09-11T00:32:21.443Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46412026-09-11T00:32:21.443Z[verify-libraries] Compiling universal-hash v0.5.1
46422026-09-11T00:32:21.565Z[verify-libraries] Compiling derive_more v0.99.20
46432026-09-11T00:32:21.592Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
46442026-09-11T00:32:21.623Z[verify-libraries] Compiling opaque-debug v0.3.1
46452026-09-11T00:32:21.660Z[ recovery-image] Sep 11 00:32:20.277 INFO O| Sep 11 00:32:20.277 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46462026-09-11T00:32:21.663Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46472026-09-11T00:32:21.667Z[ recovery-image] Sep 11 00:32:20.286 INFO O| Sep 11 00:32:20.286 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
46482026-09-11T00:32:21.721Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
46492026-09-11T00:32:21.782Z[verify-libraries] Compiling chacha20 v0.9.1
46502026-09-11T00:32:21.846Z[verify-libraries] Compiling poly1305 v0.8.0
46512026-09-11T00:32:21.896Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46522026-09-11T00:32:21.987Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
46532026-09-11T00:32:21.987Z[verify-libraries] Compiling blake2 v0.10.6
46542026-09-11T00:32:22.011Z[ recovery-image] Sep 11 00:32:20.631 INFO O| Sep 11 00:32:20.631 INFO O| Caching catalogs ... Done
46552026-09-11T00:32:22.055Z[verify-libraries] Compiling aead v0.5.2
46562026-09-11T00:32:22.055Z[verify-libraries] Compiling password-hash v0.5.0
46572026-09-11T00:32:22.111Z[ recovery-image] Sep 11 00:32:20.726 INFO O| Sep 11 00:32:20.726 INFO STEP 0 (pkg_image_create) COMPLETE
46582026-09-11T00:32:22.111Z[ recovery-image] Sep 11 00:32:20.726 INFO O| Sep 11 00:32:20.726 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46592026-09-11T00:32:22.116Z[ recovery-image] Sep 11 00:32:20.736 INFO O| Sep 11 00:32:20.736 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"]
46602026-09-11T00:32:22.212Z[verify-libraries] Compiling num-derive v0.4.2
46612026-09-11T00:32:22.378Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46622026-09-11T00:32:22.406Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
46632026-09-11T00:32:22.460Z[verify-libraries] Compiling argon2 v0.5.3
46642026-09-11T00:32:22.460Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
46652026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO STEP 1 (pkg_set_publisher) COMPLETE
46662026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46672026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO skip step because feature "publisher_1_name" is not enabled
46682026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46692026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO skip step because feature "publisher_2_name" is not enabled
46702026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46712026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO skip step because feature "publisher_3_name" is not enabled
46722026-09-11T00:32:22.466Z[ recovery-image] Sep 11 00:32:21.081 INFO O| Sep 11 00:32:21.081 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46732026-09-11T00:32:22.585Z[verify-libraries] Compiling crossbeam-deque v0.8.6
46742026-09-11T00:32:22.588Z[verify-libraries] Compiling rayon-core v1.13.0
46752026-09-11T00:32:22.688Z[verify-libraries] Compiling parse-display v0.10.0
46762026-09-11T00:32:22.688Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
46772026-09-11T00:32:22.688Z[verify-libraries] Compiling glob v0.3.3
46782026-09-11T00:32:22.807Z[ recovery-image] Sep 11 00:32:21.426 INFO O| Sep 11 00:32:21.426 INFO variant opensolaris.zone is already global
46792026-09-11T00:32:22.807Z[ recovery-image] Sep 11 00:32:21.426 INFO O| Sep 11 00:32:21.426 INFO STEP 5 (pkg_change_variant) COMPLETE
46802026-09-11T00:32:22.807Z[ recovery-image] Sep 11 00:32:21.426 INFO O| Sep 11 00:32:21.426 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46812026-09-11T00:32:22.870Z[verify-libraries] Compiling usdt-macro v0.5.0
46822026-09-11T00:32:22.935Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
46832026-09-11T00:32:23.023Z[verify-libraries] Compiling thiserror-no-std v2.0.2
46842026-09-11T00:32:23.056Z[verify-libraries] Compiling typify-impl v0.6.2
46852026-09-11T00:32:23.090Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46862026-09-11T00:32:23.142Z[ recovery-image] Sep 11 00:32:21.760 INFO O| Sep 11 00:32:21.760 INFO variant opensolaris.imagetype is full; changing to partial
46872026-09-11T00:32:23.142Z[ recovery-image] Sep 11 00:32:21.761 INFO O| Sep 11 00:32:21.760 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46882026-09-11T00:32:23.171Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46892026-09-11T00:32:23.229Z[verify-libraries] Compiling vsss-rs v3.3.4
46902026-09-11T00:32:23.421Z[verify-libraries] Compiling memmap v0.7.0
46912026-09-11T00:32:23.548Z[verify-libraries] Compiling heapless v0.8.0
46922026-09-11T00:32:23.743Z[verify-libraries] Compiling proc-macro-error v1.0.4
46932026-09-11T00:32:23.866Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46942026-09-11T00:32:23.892Z[verify-libraries] Compiling ingot-macros v0.2.0
46952026-09-11T00:32:23.979Z[ host-image] Sep 11 00:32:22.593 INFO O| Sep 11 00:32:22.593 INFO O| Finalize: Building new search index ... Done
46962026-09-11T00:32:24.034Z[verify-libraries] Compiling tabwriter v1.4.1
46972026-09-11T00:32:24.075Z[verify-libraries] Compiling hash32 v0.3.1
46982026-09-11T00:32:24.120Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46992026-09-11T00:32:24.155Z[verify-libraries] Compiling usdt v0.5.0
47002026-09-11T00:32:24.247Z[verify-libraries] Compiling smoltcp v0.11.0
47012026-09-11T00:32:24.319Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47022026-09-11T00:32:24.388Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47032026-09-11T00:32:24.391Z[verify-libraries] Compiling cobs v0.3.0
47042026-09-11T00:32:24.425Z[ host-image] Sep 11 00:32:23.045 INFO O| Sep 11 00:32:23.045 INFO O| Finalize: Updating package cache ... Done
47052026-09-11T00:32:24.468Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47062026-09-11T00:32:24.471Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47072026-09-11T00:32:24.550Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47082026-09-11T00:32:24.550Z[verify-libraries] Compiling num_enum_derive v0.7.6
47092026-09-11T00:32:24.618Z[verify-libraries] Compiling colored v3.1.1
47102026-09-11T00:32:24.707Z[verify-libraries] Compiling postcard v1.1.3
47112026-09-11T00:32:24.733Z[verify-libraries] Compiling rayon v1.11.0
47122026-09-11T00:32:24.820Z[ host-image] Sep 11 00:32:23.440 INFO O| Sep 11 00:32:23.440 INFO STEP 11 (pkg_install) COMPLETE
47132026-09-11T00:32:24.820Z[ host-image] Sep 11 00:32:23.440 INFO O| Sep 11 00:32:23.440 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47142026-09-11T00:32:24.836Z[ host-image] Sep 11 00:32:23.452 INFO O| Sep 11 00:32:23.452 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"]
47152026-09-11T00:32:24.851Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47162026-09-11T00:32:24.851Z[verify-libraries] Compiling proc-macro-crate v1.3.1
47172026-09-11T00:32:24.913Z[verify-libraries] Compiling foreign-types-macros v0.2.3
47182026-09-11T00:32:24.938Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47192026-09-11T00:32:24.941Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47202026-09-11T00:32:25.108Z[verify-libraries] Compiling foreign-types-shared v0.3.1
47212026-09-11T00:32:25.221Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47222026-09-11T00:32:25.348Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47232026-09-11T00:32:25.351Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47242026-09-11T00:32:25.406Z[verify-libraries] Compiling cstr-argument v0.1.2
47252026-09-11T00:32:25.409Z[verify-libraries] Compiling num_enum_derive v0.5.11
47262026-09-11T00:32:25.462Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
47272026-09-11T00:32:25.592Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
47282026-09-11T00:32:25.652Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47292026-09-11T00:32:25.698Z[verify-libraries] Compiling foreign-types v0.5.0
47302026-09-11T00:32:25.702Z[verify-libraries] Compiling sigpipe v0.1.3
47312026-09-11T00:32:25.812Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
47322026-09-11T00:32:25.865Z[verify-libraries] Compiling num_enum v0.7.6
47332026-09-11T00:32:25.888Z[ recovery-image] Sep 11 00:32:24.508 INFO O| Sep 11 00:32:24.505 INFO O| Startup: Refreshing catalog 'helios' ... Done
47342026-09-11T00:32:25.892Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47352026-09-11T00:32:25.941Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47362026-09-11T00:32:25.944Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47372026-09-11T00:32:26.032Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47382026-09-11T00:32:26.072Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47392026-09-11T00:32:26.165Z[verify-libraries] Compiling itertools v0.12.1
47402026-09-11T00:32:26.165Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47412026-09-11T00:32:26.228Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47422026-09-11T00:32:26.254Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47432026-09-11T00:32:26.284Z[verify-libraries] Compiling smf v0.2.3
47442026-09-11T00:32:26.287Z[verify-libraries] Compiling whoami v1.6.1
47452026-09-11T00:32:26.422Z[ recovery-image] Sep 11 00:32:25.042 INFO O| Sep 11 00:32:25.042 INFO O| Startup: Caching catalogs ... Done
47462026-09-11T00:32:26.445Z[ recovery-image] Sep 11 00:32:25.065 INFO O| Sep 11 00:32:25.065 INFO O| Planning: Planning completed in 0.00 seconds
47472026-09-11T00:32:26.445Z[ recovery-image] Sep 11 00:32:25.065 INFO O| Sep 11 00:32:25.065 INFO O| Planning: Consolidating action changes ... Done
47482026-09-11T00:32:26.445Z[ recovery-image] Sep 11 00:32:25.065 INFO O| Sep 11 00:32:25.065 INFO O| Planning: Evaluating mediators ... Done
47492026-09-11T00:32:26.445Z[ recovery-image] Sep 11 00:32:25.065 INFO O| Sep 11 00:32:25.065 INFO O| Planning: Planning completed in 0.00 seconds
47502026-09-11T00:32:26.445Z[ recovery-image] Sep 11 00:32:25.065 INFO O| Sep 11 00:32:25.065 INFO O| Variants/Facets to change: 1
47512026-09-11T00:32:26.461Z[ recovery-image] Sep 11 00:32:25.081 INFO O| Sep 11 00:32:25.080 INFO O| Finalize: Updating package state database ... Done
47522026-09-11T00:32:26.461Z[ recovery-image] Sep 11 00:32:25.082 INFO O| Sep 11 00:32:25.080 INFO O| Finalize: Updating package cache ... Done
47532026-09-11T00:32:26.589Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47542026-09-11T00:32:26.589Z[ recovery-image] Sep 11 00:32:25.206 INFO O| Sep 11 00:32:25.205 INFO O| Finalize: Updating image state ... Done
47552026-09-11T00:32:26.606Z[ recovery-image] Sep 11 00:32:25.226 INFO O| Sep 11 00:32:25.226 INFO O| Finalize: Creating fast lookup database ... Done
47562026-09-11T00:32:26.626Z[ recovery-image] Sep 11 00:32:25.245 INFO O| Sep 11 00:32:25.245 INFO O| Finalize: Reading search index ... Done
47572026-09-11T00:32:26.626Z[ recovery-image] Sep 11 00:32:25.245 INFO O| Sep 11 00:32:25.245 INFO O| Finalize: Updating search index ... Done
47582026-09-11T00:32:26.629Z[ recovery-image] Sep 11 00:32:25.245 INFO O| Sep 11 00:32:25.245 INFO O| Finalize: Updating package cache ... Done
47592026-09-11T00:32:26.726Z[verify-libraries] Compiling tokio-dtrace v0.1.1
47602026-09-11T00:32:26.790Z[verify-libraries] Compiling derive-where v1.6.0
47612026-09-11T00:32:26.793Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47622026-09-11T00:32:26.793Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47632026-09-11T00:32:26.841Z[verify-libraries] Compiling num_enum v0.5.11
47642026-09-11T00:32:26.964Z[ recovery-image] Sep 11 00:32:25.584 INFO O| Sep 11 00:32:25.584 INFO STEP 6 (pkg_change_variant) COMPLETE
47652026-09-11T00:32:26.964Z[ recovery-image] Sep 11 00:32:25.584 INFO O| Sep 11 00:32:25.584 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47662026-09-11T00:32:26.967Z[ recovery-image] Sep 11 00:32:25.584 INFO O| Sep 11 00:32:25.584 INFO skip step because feature "debug_variant" is not enabled
47672026-09-11T00:32:26.967Z[ recovery-image] Sep 11 00:32:25.584 INFO O| Sep 11 00:32:25.584 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47682026-09-11T00:32:26.999Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
47692026-09-11T00:32:27.046Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
47702026-09-11T00:32:27.046Z[verify-libraries] Compiling gethostname v0.5.0
47712026-09-11T00:32:27.134Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
47722026-09-11T00:32:27.189Z[verify-libraries] Compiling newline-converter v0.3.0
47732026-09-11T00:32:27.238Z[verify-libraries] Compiling console v0.15.11
47742026-09-11T00:32:27.258Z[ host-image] Sep 11 00:32:25.878 INFO O| Sep 11 00:32:25.878 INFO O| Startup: Refreshing catalog 'helios' ... Done
47752026-09-11T00:32:27.311Z[ recovery-image] Sep 11 00:32:25.931 INFO O| Sep 11 00:32:25.931 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
47762026-09-11T00:32:27.377Z[verify-libraries] Compiling ingot-types v0.2.0
47772026-09-11T00:32:27.430Z[verify-libraries] Compiling linear-map v1.2.0
47782026-09-11T00:32:27.430Z[verify-libraries] Compiling resolv-conf v0.7.6
47792026-09-11T00:32:27.435Z[verify-libraries] Compiling num-rational v0.4.2
47802026-09-11T00:32:27.606Z[verify-libraries] Compiling zone v0.3.1
47812026-09-11T00:32:27.679Z[verify-libraries] Compiling expectorate v1.2.0
47822026-09-11T00:32:27.729Z[verify-libraries] Compiling num-complex v0.4.6
47832026-09-11T00:32:27.792Z[ host-image] Sep 11 00:32:26.412 INFO O| Sep 11 00:32:26.412 INFO O| Startup: Caching catalogs ... Done
47842026-09-11T00:32:27.910Z[verify-libraries] Compiling ingot v0.2.1
47852026-09-11T00:32:27.948Z[verify-libraries] Compiling slog-dtrace v0.3.0
47862026-09-11T00:32:27.948Z[verify-libraries] Compiling prettyplease v0.2.37
47872026-09-11T00:32:27.952Z[verify-libraries] Compiling float-ord v0.3.2
47882026-09-11T00:32:28.034Z[verify-libraries] Compiling linked-hash-map v0.5.6
47892026-09-11T00:32:28.034Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47902026-09-11T00:32:28.155Z[verify-libraries] Compiling num v0.4.3
47912026-09-11T00:32:28.188Z[verify-libraries] Compiling typify-macro v0.6.2
47922026-09-11T00:32:28.219Z[verify-libraries] Compiling hickory-proto v0.24.4
47932026-09-11T00:32:28.222Z[verify-libraries] Compiling minimal-lexical v0.2.1
47942026-09-11T00:32:28.281Z[verify-libraries] Compiling lru-cache v0.1.2
47952026-09-11T00:32:28.335Z[verify-libraries] Compiling unicode-xid v0.2.6
47962026-09-11T00:32:28.338Z[verify-libraries] Compiling tabled_derive v0.7.0
47972026-09-11T00:32:28.387Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47982026-09-11T00:32:28.461Z[verify-libraries] Compiling nom v7.1.3
47992026-09-11T00:32:28.495Z[ host-image] Sep 11 00:32:27.116 INFO O| Sep 11 00:32:27.115 INFO O| Planning: Solver setup ... Done
48002026-09-11T00:32:28.510Z[ host-image] Sep 11 00:32:27.121 INFO O| Sep 11 00:32:27.121 INFO O| Planning: Running solver ... Done
48012026-09-11T00:32:28.518Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
48022026-09-11T00:32:28.521Z[ host-image] Sep 11 00:32:27.141 INFO O| Sep 11 00:32:27.141 INFO O| Planning: Finding local manifests ... Done
48032026-09-11T00:32:28.534Z[ host-image] Sep 11 00:32:27.155 INFO O| Sep 11 00:32:27.155 INFO O| Planning: Fetching manifests: 0/6 0% complete
48042026-09-11T00:32:28.546Z[verify-libraries] Compiling ar_archive_writer v0.5.1
48052026-09-11T00:32:28.550Z[verify-libraries] Compiling fd-lock v4.0.4
48062026-09-11T00:32:28.581Z[ host-image] Sep 11 00:32:27.201 INFO O| Sep 11 00:32:27.201 INFO O| Planning: Fetching manifests: 6/6 100% complete
48072026-09-11T00:32:28.600Z[ host-image] Sep 11 00:32:27.221 INFO O| Sep 11 00:32:27.220 INFO O| Planning: Package planning ... Done
48082026-09-11T00:32:28.604Z[ host-image] Sep 11 00:32:27.223 INFO O| Sep 11 00:32:27.223 INFO O| Planning: Merging actions ... Done
48092026-09-11T00:32:28.661Z[ host-image] Sep 11 00:32:27.281 INFO O| Sep 11 00:32:27.281 INFO O| Planning: Checking for conflicting actions ... Done
48102026-09-11T00:32:28.664Z[ host-image] Sep 11 00:32:27.283 INFO O| Sep 11 00:32:27.283 INFO O| Planning: Consolidating action changes ... Done
48112026-09-11T00:32:28.688Z[verify-libraries] Compiling vte v0.14.1
48122026-09-11T00:32:28.806Z[verify-libraries] Compiling display-error-chain v0.2.2
48132026-09-11T00:32:28.819Z[ host-image] Sep 11 00:32:27.439 INFO O| Sep 11 00:32:27.439 INFO O| Planning: Evaluating mediators ... Done
48142026-09-11T00:32:28.822Z[ host-image] Sep 11 00:32:27.441 INFO O| Sep 11 00:32:27.441 INFO O| Planning: Planning completed in 1.01 seconds
48152026-09-11T00:32:28.822Z[ host-image] Sep 11 00:32:27.441 INFO O| Sep 11 00:32:27.441 INFO O| Packages to install: 6
48162026-09-11T00:32:28.822Z[ host-image] Sep 11 00:32:27.441 INFO O| Sep 11 00:32:27.441 INFO O| Services to change: 2
48172026-09-11T00:32:28.832Z[ host-image] Sep 11 00:32:27.452 INFO O| Sep 11 00:32:27.452 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
48182026-09-11T00:32:29.014Z[ host-image] Sep 11 00:32:27.634 INFO O| Sep 11 00:32:27.634 INFO O| Download: Completed 1.76 MB in 0.18 seconds (9.7M/s)
48192026-09-11T00:32:29.053Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
48202026-09-11T00:32:29.063Z[ host-image] Sep 11 00:32:27.681 INFO O| Sep 11 00:32:27.681 INFO O| Actions: 1/391 actions (Installing new actions)
48212026-09-11T00:32:29.099Z[verify-libraries] Compiling crossterm v0.29.0
48222026-09-11T00:32:29.167Z[verify-libraries] Compiling nu-ansi-term v0.50.3
48232026-09-11T00:32:29.200Z[ host-image] Sep 11 00:32:27.820 INFO O| Sep 11 00:32:27.820 INFO O| Actions: Completed 391 actions in 0.14 seconds.
48242026-09-11T00:32:29.249Z[ host-image] Sep 11 00:32:27.869 INFO O| Sep 11 00:32:27.869 INFO O| Finalize: Updating package state database ... Done
48252026-09-11T00:32:29.249Z[ host-image] Sep 11 00:32:27.869 INFO O| Sep 11 00:32:27.869 INFO O| Finalize: Updating package cache ... Done
48262026-09-11T00:32:29.253Z[verify-libraries] Compiling stacker v0.1.23
48272026-09-11T00:32:29.346Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48282026-09-11T00:32:29.361Z[ host-image] Sep 11 00:32:27.982 INFO O| Sep 11 00:32:27.982 INFO O| Finalize: Updating image state ... Done
48292026-09-11T00:32:29.501Z[verify-libraries] Compiling oxide-update-engine v0.1.2
48302026-09-11T00:32:29.550Z[verify-libraries] Compiling psm v0.1.30
48312026-09-11T00:32:29.596Z[verify-libraries] Compiling tabled v0.15.0
48322026-09-11T00:32:29.600Z[verify-libraries] Compiling reedline v0.40.0
48332026-09-11T00:32:29.682Z[verify-libraries] Compiling cfg_aliases v0.1.1
48342026-09-11T00:32:29.787Z[verify-libraries] Compiling termtree v0.5.1
48352026-09-11T00:32:29.790Z[verify-libraries] Compiling semver v0.1.20
48362026-09-11T00:32:29.815Z[verify-libraries] Compiling nix v0.28.0
48372026-09-11T00:32:29.815Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48382026-09-11T00:32:29.939Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48392026-09-11T00:32:29.972Z[ recovery-image] Sep 11 00:32:28.592 INFO O| Sep 11 00:32:28.592 INFO O| Startup: Refreshing catalog 'helios' ... Done
48402026-09-11T00:32:30.014Z[verify-libraries] Compiling phf_shared v0.12.1
48412026-09-11T00:32:30.106Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48422026-09-11T00:32:30.135Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
48432026-09-11T00:32:30.223Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
48442026-09-11T00:32:30.313Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
48452026-09-11T00:32:30.313Z[verify-libraries] Compiling typify v0.6.2
48462026-09-11T00:32:30.317Z[verify-libraries] Compiling rustc_version v0.1.7
48472026-09-11T00:32:30.412Z[ host-image] Sep 11 00:32:29.032 INFO O| Sep 11 00:32:29.032 INFO O| Finalize: Creating fast lookup database ... Done
48482026-09-11T00:32:30.444Z[ host-image] Sep 11 00:32:29.064 INFO O| Sep 11 00:32:29.063 INFO O| Finalize: Reading search index ... Done
48492026-09-11T00:32:30.444Z[ host-image] Sep 11 00:32:29.064 INFO O| Sep 11 00:32:29.064 INFO O| Finalize: Updating search index ... Done
48502026-09-11T00:32:30.448Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
48512026-09-11T00:32:30.459Z[ host-image] Sep 11 00:32:29.079 INFO O| Sep 11 00:32:29.079 INFO O| Finalize: Updating package cache ... Done
48522026-09-11T00:32:30.492Z[ recovery-image] Sep 11 00:32:29.112 INFO O| Sep 11 00:32:29.112 INFO O| Startup: Caching catalogs ... Done
48532026-09-11T00:32:30.511Z[ recovery-image] Sep 11 00:32:29.130 INFO O| Sep 11 00:32:29.130 INFO O| Planning: Planning completed in 0.00 seconds
48542026-09-11T00:32:30.514Z[ recovery-image] Sep 11 00:32:29.131 INFO O| Sep 11 00:32:29.130 INFO O| Planning: Consolidating action changes ... Done
48552026-09-11T00:32:30.514Z[ recovery-image] Sep 11 00:32:29.131 INFO O| Sep 11 00:32:29.131 INFO O| Planning: Evaluating mediators ... Done
48562026-09-11T00:32:30.514Z[ recovery-image] Sep 11 00:32:29.131 INFO O| Sep 11 00:32:29.131 INFO O| Planning: Planning completed in 0.00 seconds
48572026-09-11T00:32:30.514Z[ recovery-image] Sep 11 00:32:29.131 INFO O| Sep 11 00:32:29.131 INFO O| Variants/Facets to change: 1
48582026-09-11T00:32:30.532Z[ recovery-image] Sep 11 00:32:29.152 INFO O| Sep 11 00:32:29.151 INFO O| Finalize: Updating package state database ... Done
48592026-09-11T00:32:30.532Z[ recovery-image] Sep 11 00:32:29.152 INFO O| Sep 11 00:32:29.152 INFO O| Finalize: Updating package cache ... Done
48602026-09-11T00:32:30.547Z[verify-libraries] Compiling progenitor-impl v0.14.0
48612026-09-11T00:32:30.551Z[verify-libraries] Compiling nibble_vec v0.1.0
48622026-09-11T00:32:30.620Z[ recovery-image] Sep 11 00:32:29.237 INFO O| Sep 11 00:32:29.237 INFO O| Finalize: Updating image state ... Done
48632026-09-11T00:32:30.624Z[verify-libraries] Compiling hickory-resolver v0.24.4
48642026-09-11T00:32:30.636Z[ recovery-image] Sep 11 00:32:29.256 INFO O| Sep 11 00:32:29.256 INFO O| Finalize: Creating fast lookup database ... Done
48652026-09-11T00:32:30.640Z[ recovery-image] Sep 11 00:32:29.256 INFO O| Sep 11 00:32:29.256 INFO O| Finalize: Reading search index ... Done
48662026-09-11T00:32:30.640Z[ recovery-image] Sep 11 00:32:29.257 INFO O| Sep 11 00:32:29.257 INFO O| Finalize: Updating search index ... Done
48672026-09-11T00:32:30.640Z[ recovery-image] Sep 11 00:32:29.258 INFO O| Sep 11 00:32:29.257 INFO O| Finalize: Updating package cache ... Done
48682026-09-11T00:32:30.733Z[verify-libraries] Compiling chrono-tz v0.10.4
48692026-09-11T00:32:30.795Z[verify-libraries] Compiling highway v1.3.0
48702026-09-11T00:32:30.803Z[ host-image] Sep 11 00:32:29.423 INFO O| Sep 11 00:32:29.423 INFO STEP 12 (pkg_install) COMPLETE
48712026-09-11T00:32:30.803Z[ host-image] Sep 11 00:32:29.423 INFO O| Sep 11 00:32:29.423 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48722026-09-11T00:32:30.814Z[ host-image] Sep 11 00:32:29.434 INFO O| Sep 11 00:32:29.434 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48732026-09-11T00:32:30.961Z[ recovery-image] Sep 11 00:32:29.581 INFO O| Sep 11 00:32:29.581 INFO STEP 8 (pkg_change_facet) COMPLETE
48742026-09-11T00:32:30.961Z[ recovery-image] Sep 11 00:32:29.581 INFO O| Sep 11 00:32:29.581 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48752026-09-11T00:32:31.109Z[verify-libraries] Compiling endian-type v0.1.2
48762026-09-11T00:32:31.236Z[verify-libraries] Compiling recursive v0.1.1
48772026-09-11T00:32:31.281Z[verify-libraries] Compiling radix_trie v0.2.1
48782026-09-11T00:32:31.357Z[ recovery-image] Sep 11 00:32:29.976 INFO O| Sep 11 00:32:29.976 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
48792026-09-11T00:32:31.362Z[verify-libraries] Compiling newtype_derive v0.1.6
48802026-09-11T00:32:31.450Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48812026-09-11T00:32:31.653Z[verify-libraries] Compiling phf v0.12.1
48822026-09-11T00:32:31.752Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48832026-09-11T00:32:31.805Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48842026-09-11T00:32:31.903Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48852026-09-11T00:32:31.933Z[verify-libraries] Compiling peg-macros v0.8.5
48862026-09-11T00:32:32.036Z[verify-libraries] Compiling qorb v0.4.1
48872026-09-11T00:32:32.287Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48882026-09-11T00:32:32.601Z[verify-libraries] Compiling winnow v0.6.26
48892026-09-11T00:32:32.678Z[verify-libraries] Compiling csv-core v0.1.13
48902026-09-11T00:32:32.740Z[verify-libraries] Compiling unicode_categories v0.1.1
48912026-09-11T00:32:32.876Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48922026-09-11T00:32:33.039Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48932026-09-11T00:32:33.105Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48942026-09-11T00:32:33.207Z[verify-libraries] Compiling home v0.5.12
48952026-09-11T00:32:33.255Z[verify-libraries] Compiling csv v1.4.0
48962026-09-11T00:32:33.332Z[verify-libraries] Compiling const_format v0.2.35
48972026-09-11T00:32:33.406Z[verify-libraries] Compiling sqlparser v0.61.0
48982026-09-11T00:32:33.443Z[verify-libraries] Compiling rustyline v14.0.0
48992026-09-11T00:32:33.453Z[ host-image] Sep 11 00:32:32.073 INFO O| Sep 11 00:32:32.073 INFO O| Startup: Refreshing catalog 'helios' ... Done
49002026-09-11T00:32:33.558Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
49012026-09-11T00:32:33.610Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49022026-09-11T00:32:33.639Z[verify-libraries] Compiling peg v0.8.5
49032026-09-11T00:32:33.842Z[verify-libraries] Compiling bcs v0.1.6
49042026-09-11T00:32:33.932Z[verify-libraries] Compiling progenitor-macro v0.14.0
49052026-09-11T00:32:33.968Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49062026-09-11T00:32:33.999Z[ host-image] Sep 11 00:32:32.619 INFO O| Sep 11 00:32:32.619 INFO O| Startup: Caching catalogs ... Done
49072026-09-11T00:32:34.024Z[verify-libraries] Compiling nom v8.0.0
49082026-09-11T00:32:34.235Z[verify-libraries] Compiling sqlformat v0.3.5
49092026-09-11T00:32:34.249Z[ recovery-image] Sep 11 00:32:32.869 INFO O| Sep 11 00:32:32.869 INFO O| Startup: Refreshing catalog 'helios' ... Done
49102026-09-11T00:32:34.265Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49112026-09-11T00:32:34.341Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49122026-09-11T00:32:34.389Z[verify-libraries] Compiling steno v0.4.1
49132026-09-11T00:32:34.480Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
49142026-09-11T00:32:34.513Z[verify-libraries] Compiling utf-8 v0.7.6
49152026-09-11T00:32:34.669Z[ host-image] Sep 11 00:32:33.290 INFO O| Sep 11 00:32:33.290 INFO O| Planning: Solver setup ... Done
49162026-09-11T00:32:34.675Z[ host-image] Sep 11 00:32:33.296 INFO O| Sep 11 00:32:33.296 INFO O| Planning: Running solver ... Done
49172026-09-11T00:32:34.694Z[ host-image] Sep 11 00:32:33.314 INFO O| Sep 11 00:32:33.314 INFO O| Planning: Finding local manifests ... Done
49182026-09-11T00:32:34.730Z[ host-image] Sep 11 00:32:33.350 INFO O| Sep 11 00:32:33.350 INFO O| Planning: Fetching manifests: 0/6 0% complete
49192026-09-11T00:32:34.754Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49202026-09-11T00:32:34.758Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
49212026-09-11T00:32:34.825Z[ recovery-image] Sep 11 00:32:33.445 INFO O| Sep 11 00:32:33.445 INFO O| Startup: Caching catalogs ... Done
49222026-09-11T00:32:34.843Z[ recovery-image] Sep 11 00:32:33.463 INFO O| Sep 11 00:32:33.463 INFO O| Planning: Planning completed in 0.00 seconds
49232026-09-11T00:32:34.846Z[ recovery-image] Sep 11 00:32:33.463 INFO O| Sep 11 00:32:33.463 INFO O| Planning: Consolidating action changes ... Done
49242026-09-11T00:32:34.846Z[ recovery-image] Sep 11 00:32:33.463 INFO O| Sep 11 00:32:33.463 INFO O| Planning: Evaluating mediators ... Done
49252026-09-11T00:32:34.846Z[ recovery-image] Sep 11 00:32:33.463 INFO O| Sep 11 00:32:33.463 INFO O| Planning: Planning completed in 0.00 seconds
49262026-09-11T00:32:34.846Z[ recovery-image] Sep 11 00:32:33.464 INFO O| Sep 11 00:32:33.464 INFO O| Variants/Facets to change: 1
49272026-09-11T00:32:34.864Z[ recovery-image] Sep 11 00:32:33.484 INFO O| Sep 11 00:32:33.484 INFO O| Finalize: Updating package state database ... Done
49282026-09-11T00:32:34.864Z[ recovery-image] Sep 11 00:32:33.484 INFO O| Sep 11 00:32:33.484 INFO O| Finalize: Updating package cache ... Done
49292026-09-11T00:32:34.898Z[ host-image] Sep 11 00:32:33.518 INFO O| Sep 11 00:32:33.517 INFO O| Planning: Fetching manifests: 6/6 100% complete
49302026-09-11T00:32:34.929Z[ host-image] Sep 11 00:32:33.549 INFO O| Sep 11 00:32:33.549 INFO O| Planning: Package planning ... Done
49312026-09-11T00:32:34.939Z[ host-image] Sep 11 00:32:33.559 INFO O| Sep 11 00:32:33.559 INFO O| Planning: Merging actions ... Done
49322026-09-11T00:32:34.955Z[ recovery-image] Sep 11 00:32:33.575 INFO O| Sep 11 00:32:33.575 INFO O| Finalize: Updating image state ... Done
49332026-09-11T00:32:34.974Z[ recovery-image] Sep 11 00:32:33.594 INFO O| Sep 11 00:32:33.594 INFO O| Finalize: Creating fast lookup database ... Done
49342026-09-11T00:32:34.977Z[ recovery-image] Sep 11 00:32:33.595 INFO O| Sep 11 00:32:33.595 INFO O| Finalize: Reading search index ... Done
49352026-09-11T00:32:34.977Z[ recovery-image] Sep 11 00:32:33.595 INFO O| Sep 11 00:32:33.595 INFO O| Finalize: Updating search index ... Done
49362026-09-11T00:32:34.977Z[ recovery-image] Sep 11 00:32:33.596 INFO O| Sep 11 00:32:33.596 INFO O| Finalize: Updating package cache ... Done
49372026-09-11T00:32:34.994Z[ host-image] Sep 11 00:32:33.614 INFO O| Sep 11 00:32:33.614 INFO O| Planning: Checking for conflicting actions ... Done
49382026-09-11T00:32:34.997Z[ host-image] Sep 11 00:32:33.618 INFO O| Sep 11 00:32:33.618 INFO O| Planning: Consolidating action changes ... Done
49392026-09-11T00:32:35.101Z[verify-libraries] Compiling libefi-sys v0.1.0
49402026-09-11T00:32:35.135Z[verify-libraries] Compiling tagptr v0.2.0
49412026-09-11T00:32:35.156Z[ host-image] Sep 11 00:32:33.775 INFO O| Sep 11 00:32:33.775 INFO O| Planning: Evaluating mediators ... Done
49422026-09-11T00:32:35.160Z[ host-image] Sep 11 00:32:33.778 INFO O| Sep 11 00:32:33.778 INFO O| Planning: Planning completed in 1.14 seconds
49432026-09-11T00:32:35.160Z[ host-image] Sep 11 00:32:33.779 INFO O| Sep 11 00:32:33.779 INFO O| Packages to install: 6
49442026-09-11T00:32:35.160Z[ host-image] Sep 11 00:32:33.779 INFO O| Sep 11 00:32:33.779 INFO O| Mediators to change: 1
49452026-09-11T00:32:35.160Z[ host-image] Sep 11 00:32:33.779 INFO O| Sep 11 00:32:33.779 INFO O| Services to change: 1
49462026-09-11T00:32:35.172Z[ host-image] Sep 11 00:32:33.792 INFO O| Sep 11 00:32:33.792 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49472026-09-11T00:32:35.238Z[verify-libraries] Compiling bitfield-struct v0.6.2
49482026-09-11T00:32:35.302Z[ recovery-image] Sep 11 00:32:33.922 INFO O| Sep 11 00:32:33.922 INFO STEP 9 (pkg_change_facet) COMPLETE
49492026-09-11T00:32:35.302Z[ recovery-image] Sep 11 00:32:33.922 INFO O| Sep 11 00:32:33.922 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49502026-09-11T00:32:35.350Z[verify-libraries] Compiling moka v0.12.13
49512026-09-11T00:32:35.399Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
49522026-09-11T00:32:35.434Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49532026-09-11T00:32:35.438Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
49542026-09-11T00:32:35.438Z[verify-libraries] Compiling xshell-macros v0.2.7
49552026-09-11T00:32:35.606Z[verify-libraries] Compiling tungstenite v0.21.0
49562026-09-11T00:32:35.639Z[ host-image] Sep 11 00:32:34.259 INFO O| Sep 11 00:32:34.258 INFO O| Download: Completed 7.84 MB in 0.47 seconds (16.8M/s)
49572026-09-11T00:32:35.655Z[ recovery-image] Sep 11 00:32:34.275 INFO O| Sep 11 00:32:34.275 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
49582026-09-11T00:32:35.696Z[ host-image] Sep 11 00:32:34.316 INFO O| Sep 11 00:32:34.316 INFO O| Actions: 1/1366 actions (Installing new actions)
49592026-09-11T00:32:35.724Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
49602026-09-11T00:32:35.786Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49612026-09-11T00:32:35.891Z[verify-libraries] Compiling object v0.39.1
49622026-09-11T00:32:35.934Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
49632026-09-11T00:32:35.962Z[ host-image] Sep 11 00:32:34.582 INFO O| Sep 11 00:32:34.582 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
49642026-09-11T00:32:35.978Z[verify-libraries] Compiling xshell v0.2.7
49652026-09-11T00:32:36.014Z[ host-image] Sep 11 00:32:34.634 INFO O| Sep 11 00:32:34.634 INFO O| Finalize: Updating package state database ... Done
49662026-09-11T00:32:36.014Z[ host-image] Sep 11 00:32:34.634 INFO O| Sep 11 00:32:34.634 INFO O| Finalize: Updating package cache ... Done
49672026-09-11T00:32:36.082Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49682026-09-11T00:32:36.110Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49692026-09-11T00:32:36.152Z[ host-image] Sep 11 00:32:34.772 INFO O| Sep 11 00:32:34.772 INFO O| Finalize: Updating image state ... Done
49702026-09-11T00:32:36.265Z[verify-libraries] Compiling hickory-resolver v0.25.2
49712026-09-11T00:32:36.311Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
49722026-09-11T00:32:36.468Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49732026-09-11T00:32:36.510Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49742026-09-11T00:32:36.653Z[verify-libraries] Compiling half v1.8.3
49752026-09-11T00:32:36.679Z[verify-libraries] Compiling path-slash v0.2.1
49762026-09-11T00:32:36.961Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49772026-09-11T00:32:37.034Z[verify-libraries] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49782026-09-11T00:32:37.108Z[verify-libraries] Compiling serde_cbor v0.11.2
49792026-09-11T00:32:37.172Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49802026-09-11T00:32:37.172Z[verify-libraries] Compiling libscf-sys v1.2.0
49812026-09-11T00:32:37.327Z[ host-image] Sep 11 00:32:35.947 INFO O| Sep 11 00:32:35.947 INFO O| Finalize: Creating fast lookup database ... Done
49822026-09-11T00:32:37.335Z[verify-libraries] Compiling subprocess v0.2.15
49832026-09-11T00:32:37.357Z[ host-image] Sep 11 00:32:35.977 INFO O| Sep 11 00:32:35.977 INFO O| Finalize: Reading search index ... Done
49842026-09-11T00:32:37.357Z[ host-image] Sep 11 00:32:35.977 INFO O| Sep 11 00:32:35.977 INFO O| Finalize: Updating search index ... Done
49852026-09-11T00:32:37.392Z[ host-image] Sep 11 00:32:36.012 INFO O| Sep 11 00:32:36.012 INFO O| Finalize: Updating package cache ... Done
49862026-09-11T00:32:37.449Z[verify-libraries] Compiling papergrid v0.18.0
49872026-09-11T00:32:37.473Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49882026-09-11T00:32:37.476Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49892026-09-11T00:32:37.668Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49902026-09-11T00:32:37.731Z[ host-image] Sep 11 00:32:36.351 INFO O| Sep 11 00:32:36.351 INFO STEP 13 (pkg_install) COMPLETE
49912026-09-11T00:32:37.731Z[ host-image] Sep 11 00:32:36.351 INFO O| Sep 11 00:32:36.351 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49922026-09-11T00:32:37.741Z[ host-image] Sep 11 00:32:36.362 INFO O| Sep 11 00:32:36.362 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49932026-09-11T00:32:37.806Z[verify-libraries] Compiling headers-core v0.3.0
49942026-09-11T00:32:38.003Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49952026-09-11T00:32:38.041Z[verify-libraries] Compiling unicase v2.9.0
49962026-09-11T00:32:38.306Z[verify-libraries] Compiling headers v0.4.1
49972026-09-11T00:32:38.381Z[verify-libraries] Compiling darling_core v0.21.3
49982026-09-11T00:32:38.506Z[ recovery-image] Sep 11 00:32:37.126 INFO O| Sep 11 00:32:37.124 INFO O| Startup: Refreshing catalog 'helios' ... Done
49992026-09-11T00:32:38.519Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
50002026-09-11T00:32:38.656Z[verify-libraries] Compiling tabled v0.21.0
50012026-09-11T00:32:38.734Z[verify-libraries] Compiling maplit v1.0.2
50022026-09-11T00:32:38.821Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
50032026-09-11T00:32:39.049Z[verify-libraries] Compiling yasna v0.5.2
50042026-09-11T00:32:39.260Z[verify-libraries] Compiling crc8 v0.1.1
50052026-09-11T00:32:39.418Z[ recovery-image] Sep 11 00:32:38.038 INFO O| Sep 11 00:32:38.038 INFO O| Startup: Caching catalogs ... Done
50062026-09-11T00:32:39.459Z[ recovery-image] Sep 11 00:32:38.079 INFO O| Sep 11 00:32:38.079 INFO O| Planning: Planning completed in 0.01 seconds
50072026-09-11T00:32:39.459Z[verify-libraries] Compiling vergen-lib v0.1.6
50082026-09-11T00:32:39.463Z[ recovery-image] Sep 11 00:32:38.080 INFO O| Sep 11 00:32:38.080 INFO O| Planning: Consolidating action changes ... Done
50092026-09-11T00:32:39.463Z[ recovery-image] Sep 11 00:32:38.080 INFO O| Sep 11 00:32:38.080 INFO O| Planning: Evaluating mediators ... Done
50102026-09-11T00:32:39.463Z[ recovery-image] Sep 11 00:32:38.080 INFO O| Sep 11 00:32:38.080 INFO O| Planning: Planning completed in 0.01 seconds
50112026-09-11T00:32:39.463Z[ recovery-image] Sep 11 00:32:38.080 INFO O| Sep 11 00:32:38.080 INFO O| Variants/Facets to change: 1
50122026-09-11T00:32:39.481Z[ recovery-image] Sep 11 00:32:38.095 INFO O| Sep 11 00:32:38.095 INFO O| Finalize: Updating package state database ... Done
50132026-09-11T00:32:39.481Z[ recovery-image] Sep 11 00:32:38.095 INFO O| Sep 11 00:32:38.095 INFO O| Finalize: Updating package cache ... Done
50142026-09-11T00:32:39.541Z[verify-libraries] Compiling diesel_derives v2.3.7
50152026-09-11T00:32:39.566Z[ recovery-image] Sep 11 00:32:38.187 INFO O| Sep 11 00:32:38.186 INFO O| Finalize: Updating image state ... Done
50162026-09-11T00:32:39.580Z[verify-libraries] Compiling port-file v0.1.0
50172026-09-11T00:32:39.587Z[ recovery-image] Sep 11 00:32:38.206 INFO O| Sep 11 00:32:38.206 INFO O| Finalize: Creating fast lookup database ... Done
50182026-09-11T00:32:39.590Z[ recovery-image] Sep 11 00:32:38.206 INFO O| Sep 11 00:32:38.206 INFO O| Finalize: Reading search index ... Done
50192026-09-11T00:32:39.590Z[ recovery-image] Sep 11 00:32:38.206 INFO O| Sep 11 00:32:38.206 INFO O| Finalize: Updating search index ... Done
50202026-09-11T00:32:39.590Z[ recovery-image] Sep 11 00:32:38.207 INFO O| Sep 11 00:32:38.207 INFO O| Finalize: Updating package cache ... Done
50212026-09-11T00:32:39.749Z[verify-libraries] Compiling rcgen v0.12.1
50222026-09-11T00:32:39.954Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50232026-09-11T00:32:39.990Z[ recovery-image] Sep 11 00:32:38.610 INFO O| Sep 11 00:32:38.610 INFO STEP 10 (pkg_change_facet) COMPLETE
50242026-09-11T00:32:39.990Z[ recovery-image] Sep 11 00:32:38.610 INFO O| Sep 11 00:32:38.610 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50252026-09-11T00:32:39.994Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
50262026-09-11T00:32:40.003Z[ recovery-image] Sep 11 00:32:38.623 INFO O| Sep 11 00:32:38.622 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"]
50272026-09-11T00:32:40.039Z[verify-libraries] Compiling vergen-gitcl v1.0.8
50282026-09-11T00:32:40.142Z[verify-libraries] Compiling progenitor v0.14.0
50292026-09-11T00:32:40.198Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
50302026-09-11T00:32:40.242Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
50312026-09-11T00:32:40.332Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
50322026-09-11T00:32:40.373Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50332026-09-11T00:32:40.402Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50342026-09-11T00:32:40.481Z[ host-image] Sep 11 00:32:39.101 INFO O| Sep 11 00:32:39.101 INFO O| Startup: Refreshing catalog 'helios' ... Done
50352026-09-11T00:32:40.542Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50362026-09-11T00:32:40.577Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50372026-09-11T00:32:40.783Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50382026-09-11T00:32:41.095Z[verify-libraries] Compiling r2d2 v0.8.10
50392026-09-11T00:32:41.104Z[ host-image] Sep 11 00:32:39.724 INFO O| Sep 11 00:32:39.724 INFO O| Startup: Caching catalogs ... Done
50402026-09-11T00:32:41.410Z[verify-libraries] Compiling darling_macro v0.21.3
50412026-09-11T00:32:41.440Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50422026-09-11T00:32:41.444Z[verify-libraries] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
50432026-09-11T00:32:41.506Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50442026-09-11T00:32:41.633Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50452026-09-11T00:32:41.798Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50462026-09-11T00:32:41.940Z[verify-libraries] Compiling digest-io v0.1.0
50472026-09-11T00:32:41.956Z[ host-image] Sep 11 00:32:40.577 INFO O| Sep 11 00:32:40.576 INFO O| Planning: Solver setup ... Done
50482026-09-11T00:32:41.962Z[ host-image] Sep 11 00:32:40.583 INFO O| Sep 11 00:32:40.583 INFO O| Planning: Running solver ... Done
50492026-09-11T00:32:41.981Z[ host-image] Sep 11 00:32:40.601 INFO O| Sep 11 00:32:40.601 INFO O| Planning: Finding local manifests ... Done
50502026-09-11T00:32:42.028Z[verify-libraries] Compiling dirs-sys-next v0.1.2
50512026-09-11T00:32:42.089Z[ host-image] Sep 11 00:32:40.709 INFO O| Sep 11 00:32:40.709 INFO O| Planning: Fetching manifests: 0/1 0% complete
50522026-09-11T00:32:42.101Z[ host-image] Sep 11 00:32:40.719 INFO O| Sep 11 00:32:40.719 INFO O| Planning: Fetching manifests: 1/1 100% complete
50532026-09-11T00:32:42.135Z[ host-image] Sep 11 00:32:40.755 INFO O| Sep 11 00:32:40.755 INFO O| Planning: Package planning ... Done
50542026-09-11T00:32:42.135Z[ host-image] Sep 11 00:32:40.755 INFO O| Sep 11 00:32:40.755 INFO O| Planning: Merging actions ... Done
50552026-09-11T00:32:42.175Z[ host-image] Sep 11 00:32:40.796 INFO O| Sep 11 00:32:40.796 INFO O| Planning: Checking for conflicting actions ... Done
50562026-09-11T00:32:42.179Z[ host-image] Sep 11 00:32:40.796 INFO O| Sep 11 00:32:40.796 INFO O| Planning: Consolidating action changes ... Done
50572026-09-11T00:32:42.210Z[verify-libraries] Compiling downcast-rs v2.0.2
50582026-09-11T00:32:42.269Z[verify-libraries] Compiling darling v0.21.3
50592026-09-11T00:32:42.279Z[verify-libraries] Compiling rawzip v0.4.4
50602026-09-11T00:32:42.320Z[ host-image] Sep 11 00:32:40.940 INFO O| Sep 11 00:32:40.940 INFO O| Planning: Evaluating mediators ... Done
50612026-09-11T00:32:42.323Z[ host-image] Sep 11 00:32:40.940 INFO O| Sep 11 00:32:40.940 INFO O| Planning: Planning completed in 1.20 seconds
50622026-09-11T00:32:42.323Z[ host-image] Sep 11 00:32:40.940 INFO O| Sep 11 00:32:40.940 INFO O| Packages to install: 1
50632026-09-11T00:32:42.332Z[verify-libraries] Compiling cpubits v0.1.1
50642026-09-11T00:32:42.335Z[ host-image] Sep 11 00:32:40.953 INFO O| Sep 11 00:32:40.953 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50652026-09-11T00:32:42.411Z[verify-libraries] Compiling crunchy v0.2.4
50662026-09-11T00:32:42.436Z[verify-libraries] Compiling dirs-next v2.0.0
50672026-09-11T00:32:42.471Z[verify-libraries] Compiling dsl_auto_type v0.2.0
50682026-09-11T00:32:42.505Z[ host-image] Sep 11 00:32:41.125 INFO O| Sep 11 00:32:41.125 INFO O| Download: Completed 13.27 MB in 0.17 seconds (76.9M/s)
50692026-09-11T00:32:42.526Z[ host-image] Sep 11 00:32:41.146 INFO O| Sep 11 00:32:41.146 INFO O| Actions: 1/22 actions (Installing new actions)
50702026-09-11T00:32:42.639Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50712026-09-11T00:32:42.776Z[ host-image] Sep 11 00:32:41.396 INFO O| Sep 11 00:32:41.396 INFO O| Actions: Completed 22 actions in 0.25 seconds.
50722026-09-11T00:32:42.819Z[ recovery-image] Sep 11 00:32:41.439 INFO O| Sep 11 00:32:41.439 INFO O| Startup: Refreshing catalog 'helios' ... Done
50732026-09-11T00:32:42.825Z[ host-image] Sep 11 00:32:41.445 INFO O| Sep 11 00:32:41.445 INFO O| Finalize: Updating package state database ... Done
50742026-09-11T00:32:42.825Z[ host-image] Sep 11 00:32:41.445 INFO O| Sep 11 00:32:41.445 INFO O| Finalize: Updating package cache ... Done
50752026-09-11T00:32:42.936Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50762026-09-11T00:32:42.943Z[ host-image] Sep 11 00:32:41.563 INFO O| Sep 11 00:32:41.563 INFO O| Finalize: Updating image state ... Done
50772026-09-11T00:32:43.124Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50782026-09-11T00:32:43.244Z[verify-libraries] Compiling clang-sys v1.8.1
50792026-09-11T00:32:43.293Z[verify-libraries] Compiling ignore v0.4.25
50802026-09-11T00:32:43.333Z[verify-libraries] Compiling anstyle-parse v0.2.7
50812026-09-11T00:32:43.366Z[ recovery-image] Sep 11 00:32:41.985 INFO O| Sep 11 00:32:41.985 INFO O| Startup: Caching catalogs ... Done
50822026-09-11T00:32:43.393Z[verify-libraries] Compiling tiny-keccak v2.0.2
50832026-09-11T00:32:43.645Z[verify-libraries] Compiling anstream v0.6.21
50842026-09-11T00:32:43.718Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
50852026-09-11T00:32:43.896Z[verify-libraries] Compiling term v0.7.0
50862026-09-11T00:32:43.900Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50872026-09-11T00:32:44.006Z[ host-image] Sep 11 00:32:42.627 INFO O| Sep 11 00:32:42.627 INFO O| Finalize: Creating fast lookup database ... Done
50882026-09-11T00:32:44.040Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50892026-09-11T00:32:44.044Z[ host-image] Sep 11 00:32:42.663 INFO O| Sep 11 00:32:42.663 INFO O| Finalize: Reading search index ... Done
50902026-09-11T00:32:44.044Z[ host-image] Sep 11 00:32:42.663 INFO O| Sep 11 00:32:42.663 INFO O| Finalize: Updating search index ... Done
50912026-09-11T00:32:44.054Z[ host-image] Sep 11 00:32:42.674 INFO O| Sep 11 00:32:42.674 INFO O| Finalize: Updating package cache ... Done
50922026-09-11T00:32:44.100Z[verify-libraries] Compiling globwalk v0.9.1
50932026-09-11T00:32:44.178Z[verify-libraries] Compiling predicates-tree v1.0.13
50942026-09-11T00:32:44.271Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50952026-09-11T00:32:44.379Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO STEP 14 (pkg_install) COMPLETE
50962026-09-11T00:32:44.379Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50972026-09-11T00:32:44.379Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO skip step because feature "mbist" is not enabled
50982026-09-11T00:32:44.380Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50992026-09-11T00:32:44.380Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO skip step because feature "mfg" is not enabled
51002026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51012026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO skip step because feature "compliance" is not enabled
51022026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51032026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO skip step because feature "stress" is not enabled
51042026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51052026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO skip step because feature "compliance" is not enabled
51062026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51072026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO skip step because feature "nfs" is not enabled
51082026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51092026-09-11T00:32:44.384Z[ host-image] Sep 11 00:32:42.999 INFO O| Sep 11 00:32:42.999 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51102026-09-11T00:32:44.517Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
51112026-09-11T00:32:44.604Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
51122026-09-11T00:32:44.630Z[verify-libraries] Compiling rand_seeder v0.4.0
51132026-09-11T00:32:44.661Z[verify-libraries] Compiling bit-vec v0.6.3
51142026-09-11T00:32:44.714Z[ host-image] Sep 11 00:32:43.334 INFO O| Sep 11 00:32:43.334 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51152026-09-11T00:32:44.723Z[verify-libraries] Compiling diff v0.1.13
51162026-09-11T00:32:44.870Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51172026-09-11T00:32:44.931Z[ host-image] Sep 11 00:32:43.551 INFO O| Sep 11 00:32:43.551 INFO completed processing sled/ramdisk-01-os
51182026-09-11T00:32:44.935Z[ host-image] Sep 11 00:32:43.553 INFO omicron1 baseline generation...
51192026-09-11T00:32:44.935Z[ host-image] Sep 11 00:32:43.553 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51202026-09-11T00:32:44.967Z[verify-libraries] Compiling bit-set v0.5.3
51212026-09-11T00:32:45.022Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51222026-09-11T00:32:45.062Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
51232026-09-11T00:32:45.115Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
51242026-09-11T00:32:45.119Z[verify-libraries] Compiling ascii-canvas v3.0.0
51252026-09-11T00:32:45.225Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51262026-09-11T00:32:45.325Z[ host-image] Sep 11 00:32:43.945 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24250:20260908T193510Z
51272026-09-11T00:32:45.504Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51282026-09-11T00:32:45.643Z[verify-libraries] Compiling itertools v0.10.5
51292026-09-11T00:32:45.745Z[verify-libraries] Compiling libloading v0.8.9
51302026-09-11T00:32:45.815Z[verify-libraries] Compiling ena v0.14.4
51312026-09-11T00:32:45.888Z[verify-libraries] Compiling bindgen v0.71.1
51322026-09-11T00:32:46.114Z[verify-libraries] Compiling regex-syntax v0.6.29
51332026-09-11T00:32:46.431Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
51342026-09-11T00:32:46.808Z[ recovery-image] Sep 11 00:32:45.428 INFO O| Sep 11 00:32:45.428 INFO O| Planning: Solver setup ... Done
51352026-09-11T00:32:46.899Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51362026-09-11T00:32:47.198Z[ recovery-image] Sep 11 00:32:45.818 INFO O| Sep 11 00:32:45.818 INFO O| Planning: Running solver ... Done
51372026-09-11T00:32:47.265Z[ recovery-image] Sep 11 00:32:45.885 INFO O| Sep 11 00:32:45.885 INFO O| Planning: Finding local manifests ... Done
51382026-09-11T00:32:47.336Z[ recovery-image] Sep 11 00:32:45.956 INFO O| Sep 11 00:32:45.956 INFO O| Planning: Fetching manifests: 0/130 0% complete
51392026-09-11T00:32:47.425Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51402026-09-11T00:32:47.727Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
51412026-09-11T00:32:47.856Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51422026-09-11T00:32:48.542Z[verify-libraries] Compiling lalrpop v0.19.12
51432026-09-11T00:32:48.702Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51442026-09-11T00:32:48.777Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
51452026-09-11T00:32:48.952Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
51462026-09-11T00:32:49.481Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51472026-09-11T00:32:49.617Z[verify-libraries] Compiling cexpr v0.6.0
51482026-09-11T00:32:49.839Z[verify-libraries] Compiling diesel v2.3.7
51492026-09-11T00:32:50.546Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51502026-09-11T00:32:50.791Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51512026-09-11T00:32:50.795Z[ recovery-image] Sep 11 00:32:49.413 INFO O| Sep 11 00:32:49.413 INFO O| Planning: Fetching manifests: 130/130 100% complete
51522026-09-11T00:32:50.835Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
51532026-09-11T00:32:50.870Z[verify-libraries] Compiling rustc-hash v2.1.1
51542026-09-11T00:32:50.926Z[verify-libraries] Compiling libxml v0.3.3
51552026-09-11T00:32:50.985Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51562026-09-11T00:32:51.248Z[verify-libraries] Compiling strum_macros v0.24.3
51572026-09-11T00:32:51.384Z[ recovery-image] Sep 11 00:32:50.004 INFO O| Sep 11 00:32:50.004 INFO O| Planning: Package planning ... Done
51582026-09-11T00:32:51.425Z[verify-libraries] Compiling universal-hash v0.6.1
51592026-09-11T00:32:51.448Z[verify-libraries] Compiling fxhash v0.2.1
51602026-09-11T00:32:51.549Z[ recovery-image] Sep 11 00:32:50.169 INFO O| Sep 11 00:32:50.169 INFO O| Planning: Merging actions ... Done
51612026-09-11T00:32:51.628Z[ recovery-image] Sep 11 00:32:50.247 INFO O| Sep 11 00:32:50.247 INFO O| Planning: Checking for conflicting actions ... Done
51622026-09-11T00:32:51.632Z[verify-libraries] Compiling indoc v1.0.9
51632026-09-11T00:32:51.689Z[ recovery-image] Sep 11 00:32:50.309 INFO O| Sep 11 00:32:50.309 INFO O| Planning: Consolidating action changes ... Done
51642026-09-11T00:32:51.864Z[ recovery-image] Sep 11 00:32:50.483 INFO O| Sep 11 00:32:50.483 INFO O| Planning: Evaluating mediators ... Done
51652026-09-11T00:32:52.309Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51662026-09-11T00:32:52.434Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51672026-09-11T00:32:52.484Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51682026-09-11T00:32:52.513Z[verify-libraries] Compiling oso-derive v0.27.3
51692026-09-11T00:32:52.853Z[verify-libraries] Compiling quick-xml v0.37.5
51702026-09-11T00:32:52.880Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51712026-09-11T00:32:52.912Z[verify-libraries] Compiling openssl-probe v0.1.6
51722026-09-11T00:32:53.115Z[verify-libraries] Compiling polyval v0.7.1
51732026-09-11T00:32:53.217Z[verify-libraries] Compiling der v0.8.0
51742026-09-11T00:32:53.381Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51752026-09-11T00:32:53.448Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51762026-09-11T00:32:53.451Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51772026-09-11T00:32:53.469Z[ recovery-image] Sep 11 00:32:52.089 INFO O| Sep 11 00:32:52.087 INFO O| Planning: Planning completed in 10.08 seconds
51782026-09-11T00:32:53.473Z[ recovery-image] Sep 11 00:32:52.090 INFO O| Sep 11 00:32:52.090 INFO O| Packages to install: 130
51792026-09-11T00:32:53.473Z[ recovery-image] Sep 11 00:32:52.090 INFO O| Sep 11 00:32:52.090 INFO O| Mediators to change: 5
51802026-09-11T00:32:53.473Z[ recovery-image] Sep 11 00:32:52.090 INFO O| Sep 11 00:32:52.090 INFO O| Services to change: 5
51812026-09-11T00:32:53.512Z[ recovery-image] Sep 11 00:32:52.132 INFO O| Sep 11 00:32:52.132 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
51822026-09-11T00:32:53.562Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51832026-09-11T00:32:53.656Z[verify-libraries] Compiling git-stub v1.0.0
51842026-09-11T00:32:53.731Z[verify-libraries] Compiling kstat-rs v0.2.5
51852026-09-11T00:32:53.805Z[verify-libraries] Compiling trait-variant v0.1.2
51862026-09-11T00:32:54.002Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51872026-09-11T00:32:54.104Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51882026-09-11T00:32:54.441Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51892026-09-11T00:32:54.486Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51902026-09-11T00:32:54.621Z[verify-libraries] Compiling ghash v0.6.0
51912026-09-11T00:32:54.659Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51922026-09-11T00:32:54.801Z[verify-libraries] Compiling crypto-bigint v0.7.5
51932026-09-11T00:32:54.859Z[verify-libraries] Compiling aes v0.9.1
51942026-09-11T00:32:54.892Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51952026-09-11T00:32:54.915Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51962026-09-11T00:32:54.950Z[verify-libraries] Compiling pbkdf2 v0.13.0
51972026-09-11T00:32:55.001Z[verify-libraries] Compiling ctr v0.10.1
51982026-09-11T00:32:55.203Z[verify-libraries] Compiling bb8 v0.8.6
51992026-09-11T00:32:55.271Z[verify-libraries] Compiling aead v0.6.1
52002026-09-11T00:32:55.421Z[verify-libraries] Compiling keccak v0.2.0
52012026-09-11T00:32:55.425Z[verify-libraries] Compiling parking_lot_core v0.8.6
52022026-09-11T00:32:55.524Z[verify-libraries] Compiling aes-gcm v0.11.0
52032026-09-11T00:32:55.686Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
52042026-09-11T00:32:55.711Z[verify-libraries] Compiling spki v0.8.0
52052026-09-11T00:32:55.742Z[verify-libraries] Compiling mime_guess v2.0.5
52062026-09-11T00:32:55.801Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
52072026-09-11T00:32:55.926Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52082026-09-11T00:32:56.067Z[verify-libraries] Compiling salsa20 v0.11.0
52092026-09-11T00:32:56.163Z[verify-libraries] Compiling nanorand v0.7.0
52102026-09-11T00:32:56.331Z[verify-libraries] Compiling scrypt v0.12.0
52112026-09-11T00:32:56.520Z[verify-libraries] Compiling flume v0.11.1
52122026-09-11T00:32:56.550Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
52132026-09-11T00:32:56.615Z[verify-libraries] Compiling cbc v0.2.1
52142026-09-11T00:32:56.616Z[verify-libraries] Compiling sponge-cursor v0.1.0
52152026-09-11T00:32:56.744Z[verify-libraries] Compiling http-range v0.1.5
52162026-09-11T00:32:56.825Z[verify-libraries] Compiling seq-macro v0.3.6
52172026-09-11T00:32:56.847Z[verify-libraries] Compiling nonempty v0.12.0
52182026-09-11T00:32:56.917Z[verify-libraries] Compiling dashu-int v0.5.1
52192026-09-11T00:32:56.967Z[verify-libraries] Compiling parking_lot v0.11.2
52202026-09-11T00:32:56.995Z[verify-libraries] Compiling pkcs5 v0.8.1
52212026-09-11T00:32:57.054Z[verify-libraries] Compiling sha3 v0.12.0
52222026-09-11T00:32:57.374Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
52232026-09-11T00:32:57.412Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
52242026-09-11T00:32:57.496Z[verify-libraries] Compiling ssh-encoding v0.2.0
52252026-09-11T00:32:57.546Z[verify-libraries] Compiling prefix-trie v0.7.0
52262026-09-11T00:32:57.660Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52272026-09-11T00:32:57.732Z[verify-libraries] Compiling num-modular v0.6.5
52282026-09-11T00:32:57.798Z[verify-libraries] Compiling dashu-base v0.5.1
52292026-09-11T00:32:57.869Z[verify-libraries] Compiling rlimit v0.10.2
52302026-09-11T00:32:58.095Z[verify-libraries] Compiling hickory-server v0.25.2
52312026-09-11T00:32:58.127Z[verify-libraries] Compiling ssh-cipher v0.2.0
52322026-09-11T00:32:58.311Z[verify-libraries] Compiling hyper-staticfile v0.10.1
52332026-09-11T00:32:58.311Z[verify-libraries] Compiling pkcs8 v0.11.0
52342026-09-11T00:32:58.402Z[verify-libraries] Compiling sled v0.34.7
52352026-09-11T00:32:58.515Z[ recovery-image] Sep 11 00:32:57.133 INFO O| Sep 11 00:32:57.133 INFO O| Download: 6765/16683 items 71.8/200.2MB 35% complete (14.5M/s)
52362026-09-11T00:32:58.647Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
52372026-09-11T00:32:58.675Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52382026-09-11T00:32:58.903Z[verify-libraries] Compiling tungstenite v0.28.0
52392026-09-11T00:32:58.964Z[verify-libraries] Compiling p256 v0.13.2
52402026-09-11T00:32:59.279Z[verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52412026-09-11T00:32:59.475Z[verify-libraries] Compiling ff v0.14.0
52422026-09-11T00:32:59.651Z[verify-libraries] Compiling num-primitive v0.2.1
52432026-09-11T00:32:59.686Z[verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920)
52442026-09-11T00:32:59.757Z[verify-libraries] Compiling tokio-tungstenite v0.28.0
52452026-09-11T00:32:59.792Z[verify-libraries] Compiling ssh-key v0.6.7
52462026-09-11T00:33:00.196Z[verify-libraries] Compiling libz-sys v1.1.24
52472026-09-11T00:33:00.295Z[verify-libraries] Compiling http-range-header v0.4.2
52482026-09-11T00:33:00.337Z[verify-libraries] Compiling dsi-bitstream v0.10.1
52492026-09-11T00:33:00.390Z[verify-libraries] Compiling bytesize v2.7.0
52502026-09-11T00:33:00.424Z[verify-libraries] Compiling group v0.14.0
52512026-09-11T00:33:00.487Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
52522026-09-11T00:33:00.743Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52532026-09-11T00:33:00.869Z[verify-libraries] Compiling signature v3.0.0
52542026-09-11T00:33:00.989Z[verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52552026-09-11T00:33:01.456Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52562026-09-11T00:33:01.504Z[verify-libraries] Compiling instability v0.3.11
52572026-09-11T00:33:01.764Z[verify-libraries] Compiling base16ct v1.0.0
52582026-09-11T00:33:01.928Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52592026-09-11T00:33:01.962Z[verify-libraries] Compiling sec1 v0.8.1
52602026-09-11T00:33:01.995Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52612026-09-11T00:33:02.023Z[verify-libraries] Compiling scuffle v0.1.0
52622026-09-11T00:33:02.065Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52632026-09-11T00:33:02.107Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
52642026-09-11T00:33:02.362Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52652026-09-11T00:33:02.396Z[verify-libraries] Compiling hkdf v0.13.0
52662026-09-11T00:33:02.739Z[verify-libraries] Compiling pwd v1.4.0
52672026-09-11T00:33:02.870Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
52682026-09-11T00:33:03.046Z[verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920)
52692026-09-11T00:33:03.092Z[verify-libraries] Compiling castaway v0.2.4
52702026-09-11T00:33:03.324Z[verify-libraries] Compiling lru v0.18.3
52712026-09-11T00:33:03.388Z[verify-libraries] Compiling indoc v2.0.7
52722026-09-11T00:33:03.513Z[ recovery-image] Sep 11 00:33:02.133 INFO O| Sep 11 00:33:02.133 INFO O| Download: 13669/16683 items 155.4/200.2MB 77% complete (15.6M/s)
52732026-09-11T00:33:03.516Z[verify-libraries] Compiling compact_str v0.8.1
52742026-09-11T00:33:03.772Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52752026-09-11T00:33:04.140Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52762026-09-11T00:33:04.313Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52772026-09-11T00:33:04.744Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52782026-09-11T00:33:04.784Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
52792026-09-11T00:33:05.024Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
52802026-09-11T00:33:05.165Z[verify-libraries] Compiling elliptic-curve v0.14.1
52812026-09-11T00:33:05.285Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52822026-09-11T00:33:05.395Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
52832026-09-11T00:33:05.605Z[ recovery-image] Sep 11 00:33:04.226 INFO O| Sep 11 00:33:04.225 INFO O| Download: Completed 200.24 MB in 12.09 seconds (16.5M/s)
52842026-09-11T00:33:05.833Z[verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52852026-09-11T00:33:05.912Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
52862026-09-11T00:33:06.270Z[verify-libraries] Compiling lru v0.12.5
52872026-09-11T00:33:06.381Z[verify-libraries] Compiling unicode-truncate v1.1.0
52882026-09-11T00:33:06.508Z[verify-libraries] Compiling arc-swap v1.8.2
52892026-09-11T00:33:06.534Z[verify-libraries] Compiling cassowary v0.3.0
52902026-09-11T00:33:06.607Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52912026-09-11T00:33:06.713Z[verify-libraries] Compiling wnaf v0.14.0
52922026-09-11T00:33:06.904Z[verify-libraries] Compiling ratatui v0.29.0
52932026-09-11T00:33:06.962Z[verify-libraries] Compiling slog-scope v4.4.1
52942026-09-11T00:33:06.987Z[verify-libraries] Compiling primefield v0.14.0
52952026-09-11T00:33:07.136Z[verify-libraries] Compiling rfc6979 v0.6.0
52962026-09-11T00:33:07.298Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
52972026-09-11T00:33:07.321Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52982026-09-11T00:33:07.369Z[verify-libraries] Compiling progenitor-impl v0.13.0
52992026-09-11T00:33:07.449Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
53002026-09-11T00:33:07.764Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
53012026-09-11T00:33:07.967Z[verify-libraries] Compiling vergen-git2 v9.1.0
53022026-09-11T00:33:08.822Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
53032026-09-11T00:33:09.086Z[ recovery-image] Sep 11 00:33:07.699 INFO O| Sep 11 00:33:07.699 INFO O| Actions: 1/27596 actions (Installing new actions)
53042026-09-11T00:33:09.102Z[verify-libraries] Compiling diesel-dtrace v0.5.0
53052026-09-11T00:33:09.383Z[verify-libraries] Compiling strsim v0.10.0
53062026-09-11T00:33:09.512Z[verify-libraries] Compiling ecdsa v0.17.0
53072026-09-11T00:33:09.577Z[verify-libraries] Compiling primeorder v0.14.0
53082026-09-11T00:33:09.610Z[verify-libraries] Compiling slog-stdlog v4.1.1
53092026-09-11T00:33:09.910Z[verify-libraries] Compiling darling_core v0.13.4
53102026-09-11T00:33:10.059Z[verify-libraries] Compiling tungstenite v0.23.0
53112026-09-11T00:33:10.202Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
53122026-09-11T00:33:10.278Z[verify-libraries] Compiling progenitor-client v0.13.0
53132026-09-11T00:33:10.327Z[verify-libraries] Compiling console v0.16.2
53142026-09-11T00:33:10.574Z[verify-libraries] Compiling progenitor-macro v0.13.0
53152026-09-11T00:33:10.751Z[verify-libraries] Compiling curve25519-dalek v5.0.0
53162026-09-11T00:33:11.061Z[verify-libraries] Compiling libsw-core v0.3.2
53172026-09-11T00:33:11.139Z[verify-libraries] Compiling unit-prefix v0.5.2
53182026-09-11T00:33:11.142Z[verify-libraries] Compiling void v1.0.2
53192026-09-11T00:33:11.241Z[verify-libraries] Compiling assert_matches v1.5.0
53202026-09-11T00:33:11.351Z[verify-libraries] Compiling lzss v0.8.2
53212026-09-11T00:33:11.388Z[verify-libraries] Compiling indicatif v0.18.4
53222026-09-11T00:33:11.388Z[verify-libraries] Compiling libsw v3.5.0
53232026-09-11T00:33:11.392Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
53242026-09-11T00:33:11.482Z[verify-libraries] Compiling slog-envlogger v2.2.0
53252026-09-11T00:33:11.682Z[verify-libraries] Compiling ssh-encoding v0.3.0
53262026-09-11T00:33:11.712Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53272026-09-11T00:33:11.843Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
53282026-09-11T00:33:12.152Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
53292026-09-11T00:33:12.202Z[verify-libraries] Compiling darling_macro v0.13.4
53302026-09-11T00:33:12.207Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
53312026-09-11T00:33:12.529Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
53322026-09-11T00:33:12.595Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53332026-09-11T00:33:12.665Z[verify-libraries] Compiling nix v0.27.1
53342026-09-11T00:33:12.890Z[verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920)
53352026-09-11T00:33:12.967Z[verify-libraries] Compiling colored v2.2.0
53362026-09-11T00:33:13.072Z[verify-libraries] Compiling blake3 v1.8.5
53372026-09-11T00:33:13.439Z[verify-libraries] Compiling serde_bytes v0.11.19
53382026-09-11T00:33:13.580Z[verify-libraries] Compiling shell-words v1.1.1
53392026-09-11T00:33:13.702Z[verify-libraries] Compiling darling v0.13.4
53402026-09-11T00:33:13.822Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
53412026-09-11T00:33:13.983Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
53422026-09-11T00:33:14.079Z[ recovery-image] Sep 11 00:33:12.699 INFO O| Sep 11 00:33:12.699 INFO O| Actions: 20103/27596 actions (Installing new actions)
53432026-09-11T00:33:14.082Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53442026-09-11T00:33:14.326Z[verify-libraries] Compiling ed25519 v3.0.0
53452026-09-11T00:33:14.430Z[verify-libraries] Compiling crypto-primes v0.7.2
53462026-09-11T00:33:14.542Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
53472026-09-11T00:33:15.073Z[verify-libraries] Compiling poly1305 v0.9.0
53482026-09-11T00:33:15.134Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
53492026-09-11T00:33:15.445Z[ recovery-image] Sep 11 00:33:14.065 INFO O| Sep 11 00:33:14.065 INFO O| Actions: Completed 27596 actions in 6.36 seconds.
53502026-09-11T00:33:15.535Z[ recovery-image] Sep 11 00:33:14.155 INFO O| Sep 11 00:33:14.155 INFO O| Finalize: Updating package state database ... Done
53512026-09-11T00:33:15.535Z[ recovery-image] Sep 11 00:33:14.155 INFO O| Sep 11 00:33:14.155 INFO O| Finalize: Updating package cache ... Done
53522026-09-11T00:33:15.685Z[ recovery-image] Sep 11 00:33:14.305 INFO O| Sep 11 00:33:14.305 INFO O| Finalize: Updating image state ... Done
53532026-09-11T00:33:15.740Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
53542026-09-11T00:33:15.906Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
53552026-09-11T00:33:16.114Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
53562026-09-11T00:33:16.172Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
53572026-09-11T00:33:16.294Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
53582026-09-11T00:33:16.494Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
53592026-09-11T00:33:16.498Z[ recovery-image] Sep 11 00:33:15.117 INFO O| Sep 11 00:33:15.117 INFO O| Finalize: Creating fast lookup database ... Done
53602026-09-11T00:33:16.516Z[ recovery-image] Sep 11 00:33:15.136 INFO O| Sep 11 00:33:15.136 INFO O| Finalize: Reading search index ... Done
53612026-09-11T00:33:16.586Z[verify-libraries] Compiling blowfish v0.10.0
53622026-09-11T00:33:16.590Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
53632026-09-11T00:33:16.654Z[verify-libraries] Compiling petname v2.0.2
53642026-09-11T00:33:16.718Z[verify-libraries] Compiling progenitor v0.13.0
53652026-09-11T00:33:16.877Z[verify-libraries] Compiling arrayref v0.3.9
53662026-09-11T00:33:16.971Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53672026-09-11T00:33:17.042Z[verify-libraries] Compiling constant_time_eq v0.4.2
53682026-09-11T00:33:17.072Z[verify-libraries] Compiling arrayvec v0.7.6
53692026-09-11T00:33:17.451Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
53702026-09-11T00:33:17.567Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
53712026-09-11T00:33:18.019Z[verify-libraries] Compiling rsa v0.10.0-rc.18
53722026-09-11T00:33:18.082Z[verify-libraries] Compiling ssh-cipher v0.3.0
53732026-09-11T00:33:18.116Z[verify-libraries] Compiling ed25519-dalek v3.0.0
53742026-09-11T00:33:18.164Z[verify-libraries] Compiling serde_with_macros v1.5.2
53752026-09-11T00:33:18.237Z[verify-libraries] Compiling p256 v0.14.0
53762026-09-11T00:33:18.389Z[ recovery-image] Sep 11 00:33:17.004 INFO O| Sep 11 00:33:17.004 INFO O| Finalize: Building new search index ... Done
53772026-09-11T00:33:18.681Z[ recovery-image] Sep 11 00:33:17.300 INFO O| Sep 11 00:33:17.300 INFO O| Finalize: Updating package cache ... Done
53782026-09-11T00:33:18.799Z[verify-libraries] Compiling p384 v0.14.0
53792026-09-11T00:33:18.829Z[verify-libraries] Compiling p521 v0.14.0
53802026-09-11T00:33:18.996Z[verify-libraries] Compiling sha3 v0.11.0
53812026-09-11T00:33:19.207Z[ recovery-image] Sep 11 00:33:17.826 INFO O| Sep 11 00:33:17.826 INFO STEP 11 (pkg_install) COMPLETE
53822026-09-11T00:33:19.207Z[ recovery-image] Sep 11 00:33:17.826 INFO O| Sep 11 00:33:17.826 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53832026-09-11T00:33:19.214Z[ recovery-image] Sep 11 00:33:17.826 INFO O| Sep 11 00:33:17.826 INFO skip step because feature "recovery" is enabled
53842026-09-11T00:33:19.214Z[ recovery-image] Sep 11 00:33:17.826 INFO O| Sep 11 00:33:17.826 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53852026-09-11T00:33:19.214Z[ recovery-image] Sep 11 00:33:17.826 INFO O| Sep 11 00:33:17.826 INFO skip step because feature "omicron1" is not enabled
53862026-09-11T00:33:19.214Z[ recovery-image] Sep 11 00:33:17.826 INFO O| Sep 11 00:33:17.826 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53872026-09-11T00:33:19.218Z[ recovery-image] Sep 11 00:33:17.835 INFO O| Sep 11 00:33:17.835 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53882026-09-11T00:33:19.477Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53892026-09-11T00:33:19.745Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53902026-09-11T00:33:19.768Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53912026-09-11T00:33:20.039Z[verify-libraries] Compiling twox-hash v2.1.2
53922026-09-11T00:33:20.470Z[verify-libraries] Compiling kem v0.3.0
53932026-09-11T00:33:20.552Z[verify-libraries] Compiling module-lattice v0.2.3
53942026-09-11T00:33:20.668Z[verify-libraries] Compiling rtoolbox v0.0.3
53952026-09-11T00:33:20.811Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53962026-09-11T00:33:20.904Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53972026-09-11T00:33:20.955Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53982026-09-11T00:33:21.638Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53992026-09-11T00:33:22.914Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54002026-09-11T00:33:23.215Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
54012026-09-11T00:33:23.605Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
54022026-09-11T00:33:24.269Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54032026-09-11T00:33:24.789Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
54042026-09-11T00:33:24.893Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
54052026-09-11T00:33:24.929Z[ recovery-image] Sep 11 00:33:23.547 INFO O| Sep 11 00:33:23.547 INFO O| Startup: Refreshing catalog 'helios' ... Done
54062026-09-11T00:33:25.262Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54072026-09-11T00:33:25.484Z[ recovery-image] Sep 11 00:33:24.103 INFO O| Sep 11 00:33:24.102 INFO O| Startup: Caching catalogs ... Done
54082026-09-11T00:33:25.711Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54092026-09-11T00:33:25.757Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54102026-09-11T00:33:26.102Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
54112026-09-11T00:33:26.125Z[ recovery-image] Sep 11 00:33:24.745 INFO O| Sep 11 00:33:24.744 INFO O| Planning: Solver setup ... Done
54122026-09-11T00:33:26.130Z[ recovery-image] Sep 11 00:33:24.750 INFO O| Sep 11 00:33:24.750 INFO O| Planning: Running solver ... Done
54132026-09-11T00:33:26.155Z[ recovery-image] Sep 11 00:33:24.769 INFO O| Sep 11 00:33:24.769 INFO O| Planning: Finding local manifests ... Done
54142026-09-11T00:33:26.193Z[ recovery-image] Sep 11 00:33:24.808 INFO O| Sep 11 00:33:24.808 INFO O| Planning: Fetching manifests: 0/1 0% complete
54152026-09-11T00:33:26.218Z[ recovery-image] Sep 11 00:33:24.834 INFO O| Sep 11 00:33:24.834 INFO O| Planning: Fetching manifests: 1/1 100% complete
54162026-09-11T00:33:26.233Z[ recovery-image] Sep 11 00:33:24.852 INFO O| Sep 11 00:33:24.852 INFO O| Planning: Package planning ... Done
54172026-09-11T00:33:26.233Z[ recovery-image] Sep 11 00:33:24.852 INFO O| Sep 11 00:33:24.852 INFO O| Planning: Merging actions ... Done
54182026-09-11T00:33:26.255Z[ recovery-image] Sep 11 00:33:24.874 INFO O| Sep 11 00:33:24.874 INFO O| Planning: Checking for conflicting actions ... Done
54192026-09-11T00:33:26.266Z[ recovery-image] Sep 11 00:33:24.874 INFO O| Sep 11 00:33:24.874 INFO O| Planning: Consolidating action changes ... Done
54202026-09-11T00:33:26.359Z[ recovery-image] Sep 11 00:33:24.978 INFO O| Sep 11 00:33:24.978 INFO O| Planning: Evaluating mediators ... Done
54212026-09-11T00:33:26.363Z[ recovery-image] Sep 11 00:33:24.979 INFO O| Sep 11 00:33:24.979 INFO O| Planning: Planning completed in 0.86 seconds
54222026-09-11T00:33:26.363Z[ recovery-image] Sep 11 00:33:24.979 INFO O| Sep 11 00:33:24.979 INFO O| Packages to install: 1
54232026-09-11T00:33:26.373Z[ recovery-image] Sep 11 00:33:24.993 INFO O| Sep 11 00:33:24.992 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
54242026-09-11T00:33:26.528Z[ recovery-image] Sep 11 00:33:25.149 INFO O| Sep 11 00:33:25.148 INFO O| Download: Completed 13.27 MB in 0.16 seconds (85.1M/s)
54252026-09-11T00:33:26.554Z[ recovery-image] Sep 11 00:33:25.170 INFO O| Sep 11 00:33:25.170 INFO O| Actions: 1/22 actions (Installing new actions)
54262026-09-11T00:33:26.764Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54272026-09-11T00:33:26.831Z[ recovery-image] Sep 11 00:33:25.448 INFO O| Sep 11 00:33:25.448 INFO O| Actions: Completed 22 actions in 0.28 seconds.
54282026-09-11T00:33:26.878Z[ recovery-image] Sep 11 00:33:25.497 INFO O| Sep 11 00:33:25.497 INFO O| Finalize: Updating package state database ... Done
54292026-09-11T00:33:26.878Z[ recovery-image] Sep 11 00:33:25.497 INFO O| Sep 11 00:33:25.497 INFO O| Finalize: Updating package cache ... Done
54302026-09-11T00:33:27.002Z[ recovery-image] Sep 11 00:33:25.621 INFO O| Sep 11 00:33:25.621 INFO O| Finalize: Updating image state ... Done
54312026-09-11T00:33:27.067Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54322026-09-11T00:33:27.533Z[verify-libraries] Compiling atty v0.2.14
54332026-09-11T00:33:27.700Z[verify-libraries] Compiling topological-sort v0.2.2
54342026-09-11T00:33:27.852Z[ recovery-image] Sep 11 00:33:26.469 INFO O| Sep 11 00:33:26.469 INFO O| Finalize: Creating fast lookup database ... Done
54352026-09-11T00:33:27.866Z[ recovery-image] Sep 11 00:33:26.485 INFO O| Sep 11 00:33:26.485 INFO O| Finalize: Reading search index ... Done
54362026-09-11T00:33:27.866Z[ recovery-image] Sep 11 00:33:26.486 INFO O| Sep 11 00:33:26.486 INFO O| Finalize: Updating search index ... Done
54372026-09-11T00:33:27.878Z[ recovery-image] Sep 11 00:33:26.497 INFO O| Sep 11 00:33:26.497 INFO O| Finalize: Updating package cache ... Done
54382026-09-11T00:33:27.935Z[verify-libraries] Compiling omicron-zone-package v0.12.3
54392026-09-11T00:33:27.971Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54402026-09-11T00:33:28.212Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO STEP 14 (pkg_install) COMPLETE
54412026-09-11T00:33:28.212Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54422026-09-11T00:33:28.212Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO skip step because feature "mbist" is not enabled
54432026-09-11T00:33:28.212Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54442026-09-11T00:33:28.212Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO skip step because feature "mfg" is not enabled
54452026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54462026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO skip step because feature "compliance" is not enabled
54472026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54482026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO skip step because feature "stress" is not enabled
54492026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54502026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO skip step because feature "compliance" is not enabled
54512026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54522026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO skip step because feature "nfs" is not enabled
54532026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54542026-09-11T00:33:28.216Z[ recovery-image] Sep 11 00:33:26.829 INFO O| Sep 11 00:33:26.829 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54552026-09-11T00:33:28.677Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54562026-09-11T00:33:28.688Z[ recovery-image] Sep 11 00:33:27.308 INFO O| Sep 11 00:33:27.307 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
54572026-09-11T00:33:28.884Z[ recovery-image] Sep 11 00:33:27.503 INFO O| Sep 11 00:33:27.503 INFO completed processing sled/ramdisk-01-os
54582026-09-11T00:33:28.889Z[ recovery-image] Sep 11 00:33:27.506 INFO image builder template: ramdisk-02-trim...
54592026-09-11T00:33:28.889Z[ recovery-image] Sep 11 00:33:27.506 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/.tmpKIaM7w/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
54602026-09-11T00:33:28.911Z[ recovery-image] Sep 11 00:33:27.529 INFO O| Sep 11 00:33:27.529 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54612026-09-11T00:33:28.914Z[ recovery-image] Sep 11 00:33:27.534 INFO O| Sep 11 00:33:27.534 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54622026-09-11T00:33:28.959Z[verify-libraries] Compiling rpassword v7.5.4
54632026-09-11T00:33:29.027Z[ recovery-image] Sep 11 00:33:27.640 INFO O| Sep 11 00:33:27.640 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
54642026-09-11T00:33:29.101Z[ recovery-image] Sep 11 00:33:27.721 INFO O| Sep 11 00:33:27.721 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54652026-09-11T00:33:29.101Z[ recovery-image] Sep 11 00:33:27.721 INFO O| Sep 11 00:33:27.721 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
54662026-09-11T00:33:29.106Z[ recovery-image] Sep 11 00:33:27.726 INFO O| Sep 11 00:33:27.726 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
54672026-09-11T00:33:29.111Z[ recovery-image] Sep 11 00:33:27.731 INFO O| Sep 11 00:33:27.731 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54682026-09-11T00:33:29.116Z[ recovery-image] Sep 11 00:33:27.736 INFO O| Sep 11 00:33:27.736 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54692026-09-11T00:33:29.356Z[verify-libraries] Compiling ml-kem v0.3.2
54702026-09-11T00:33:29.562Z[verify-libraries] Compiling serde_with v1.14.0
54712026-09-11T00:33:29.766Z[ recovery-image] Sep 11 00:33:28.384 INFO O| Sep 11 00:33:28.384 INFO rolled back to input snapshot; work may begin
54722026-09-11T00:33:29.766Z[ recovery-image] Sep 11 00:33:28.384 INFO O| Sep 11 00:33:28.384 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
54732026-09-11T00:33:29.769Z[ recovery-image] Sep 11 00:33:28.389 INFO O| Sep 11 00:33:28.389 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54742026-09-11T00:33:29.780Z[ recovery-image] Sep 11 00:33:28.400 INFO O| Sep 11 00:33:28.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54752026-09-11T00:33:29.822Z[ recovery-image] Sep 11 00:33:28.441 INFO O| Sep 11 00:33:28.441 INFO STEP 0 (remove_files) COMPLETE
54762026-09-11T00:33:29.822Z[ recovery-image] Sep 11 00:33:28.441 INFO O| Sep 11 00:33:28.441 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54772026-09-11T00:33:29.834Z[ recovery-image] Sep 11 00:33:28.453 INFO O| Sep 11 00:33:28.453 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54782026-09-11T00:33:29.840Z[ recovery-image] Sep 11 00:33:28.454 INFO O| Sep 11 00:33:28.454 INFO STEP 1 (remove_files) COMPLETE
54792026-09-11T00:33:29.840Z[ recovery-image] Sep 11 00:33:28.454 INFO O| Sep 11 00:33:28.454 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54802026-09-11T00:33:29.847Z[ recovery-image] Sep 11 00:33:28.467 INFO O| Sep 11 00:33:28.466 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54812026-09-11T00:33:29.862Z[ recovery-image] Sep 11 00:33:28.481 INFO O| Sep 11 00:33:28.480 INFO STEP 2 (remove_files) COMPLETE
54822026-09-11T00:33:29.862Z[ recovery-image] Sep 11 00:33:28.481 INFO O| Sep 11 00:33:28.481 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54832026-09-11T00:33:29.873Z[ recovery-image] Sep 11 00:33:28.492 INFO O| Sep 11 00:33:28.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54842026-09-11T00:33:29.877Z[ recovery-image] Sep 11 00:33:28.494 INFO O| Sep 11 00:33:28.494 INFO STEP 3 (remove_files) COMPLETE
54852026-09-11T00:33:29.877Z[ recovery-image] Sep 11 00:33:28.494 INFO O| Sep 11 00:33:28.494 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54862026-09-11T00:33:29.884Z[ recovery-image] Sep 11 00:33:28.504 INFO O| Sep 11 00:33:28.504 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54872026-09-11T00:33:29.887Z[ recovery-image] Sep 11 00:33:28.507 INFO O| Sep 11 00:33:28.507 INFO STEP 4 (remove_files) COMPLETE
54882026-09-11T00:33:29.888Z[ recovery-image] Sep 11 00:33:28.507 INFO O| Sep 11 00:33:28.507 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54892026-09-11T00:33:29.898Z[ recovery-image] Sep 11 00:33:28.517 INFO O| Sep 11 00:33:28.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54902026-09-11T00:33:29.898Z[ recovery-image] Sep 11 00:33:28.517 INFO O| Sep 11 00:33:28.517 INFO STEP 5 (remove_files) COMPLETE
54912026-09-11T00:33:29.898Z[ recovery-image] Sep 11 00:33:28.517 INFO O| Sep 11 00:33:28.517 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54922026-09-11T00:33:29.906Z[ recovery-image] Sep 11 00:33:28.526 INFO O| Sep 11 00:33:28.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54932026-09-11T00:33:29.917Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO STEP 6 (remove_files) COMPLETE
54942026-09-11T00:33:29.917Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54952026-09-11T00:33:29.917Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO skip step because feature "heliosv2" is not enabled
54962026-09-11T00:33:29.921Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54972026-09-11T00:33:29.921Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO skip step because feature "recovery" is enabled
54982026-09-11T00:33:29.921Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54992026-09-11T00:33:29.921Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO skip step because feature "recovery" is enabled
55002026-09-11T00:33:29.921Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55012026-09-11T00:33:29.921Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO skip step because feature "recovery" is enabled
55022026-09-11T00:33:29.922Z[ recovery-image] Sep 11 00:33:28.537 INFO O| Sep 11 00:33:28.537 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55032026-09-11T00:33:29.929Z[ recovery-image] Sep 11 00:33:28.548 INFO O| Sep 11 00:33:28.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
55042026-09-11T00:33:29.937Z[ recovery-image] Sep 11 00:33:28.557 INFO O| Sep 11 00:33:28.557 INFO STEP 11 (remove_files) COMPLETE
55052026-09-11T00:33:29.937Z[ recovery-image] Sep 11 00:33:28.557 INFO O| Sep 11 00:33:28.557 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55062026-09-11T00:33:29.954Z[ recovery-image] Sep 11 00:33:28.568 INFO O| Sep 11 00:33:28.568 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
55072026-09-11T00:33:29.960Z[ recovery-image] Sep 11 00:33:28.569 INFO O| Sep 11 00:33:28.569 INFO STEP 12 (remove_files) COMPLETE
55082026-09-11T00:33:29.960Z[ recovery-image] Sep 11 00:33:28.569 INFO O| Sep 11 00:33:28.569 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55092026-09-11T00:33:29.960Z[ recovery-image] Sep 11 00:33:28.579 INFO O| Sep 11 00:33:28.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
55102026-09-11T00:33:29.965Z[ recovery-image] Sep 11 00:33:28.580 INFO O| Sep 11 00:33:28.580 INFO STEP 13 (remove_files) COMPLETE
55112026-09-11T00:33:29.965Z[ recovery-image] Sep 11 00:33:28.580 INFO O| Sep 11 00:33:28.580 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55122026-09-11T00:33:29.981Z[ recovery-image] Sep 11 00:33:28.598 INFO O| Sep 11 00:33:28.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
55132026-09-11T00:33:29.982Z[ recovery-image] Sep 11 00:33:28.599 INFO O| Sep 11 00:33:28.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
55142026-09-11T00:33:30.011Z[ recovery-image] Sep 11 00:33:28.631 INFO O| Sep 11 00:33:28.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
55152026-09-11T00:33:30.026Z[ recovery-image] Sep 11 00:33:28.646 INFO O| Sep 11 00:33:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
55162026-09-11T00:33:30.141Z[ recovery-image] Sep 11 00:33:28.760 INFO O| Sep 11 00:33:28.760 INFO STEP 14 (remove_files) COMPLETE
55172026-09-11T00:33:30.141Z[ recovery-image] Sep 11 00:33:28.760 INFO O| Sep 11 00:33:28.760 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-11T00:33:30.160Z[ recovery-image] Sep 11 00:33:28.774 INFO O| Sep 11 00:33:28.774 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
55192026-09-11T00:33:30.164Z[ recovery-image] Sep 11 00:33:28.775 INFO O| Sep 11 00:33:28.775 INFO STEP 15 (remove_files) COMPLETE
55202026-09-11T00:33:30.165Z[ recovery-image] Sep 11 00:33:28.775 INFO O| Sep 11 00:33:28.775 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-11T00:33:30.200Z[ recovery-image] Sep 11 00:33:28.820 INFO O| Sep 11 00:33:28.820 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
55222026-09-11T00:33:30.206Z[ recovery-image] Sep 11 00:33:28.825 INFO O| Sep 11 00:33:28.825 INFO STEP 16 (remove_files) COMPLETE
55232026-09-11T00:33:30.206Z[ recovery-image] Sep 11 00:33:28.826 INFO O| Sep 11 00:33:28.826 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-11T00:33:30.234Z[ recovery-image] Sep 11 00:33:28.853 INFO O| Sep 11 00:33:28.853 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
55252026-09-11T00:33:30.239Z[ recovery-image] Sep 11 00:33:28.853 INFO O| Sep 11 00:33:28.853 INFO STEP 17 (remove_files) COMPLETE
55262026-09-11T00:33:30.239Z[ recovery-image] Sep 11 00:33:28.853 INFO O| Sep 11 00:33:28.853 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-11T00:33:30.244Z[ recovery-image] Sep 11 00:33:28.863 INFO O| Sep 11 00:33:28.863 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
55282026-09-11T00:33:30.247Z[ recovery-image] Sep 11 00:33:28.864 INFO O| Sep 11 00:33:28.864 INFO STEP 18 (remove_files) COMPLETE
55292026-09-11T00:33:30.247Z[ recovery-image] Sep 11 00:33:28.864 INFO O| Sep 11 00:33:28.864 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55302026-09-11T00:33:30.255Z[ recovery-image] Sep 11 00:33:28.874 INFO O| Sep 11 00:33:28.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
55312026-09-11T00:33:30.255Z[ recovery-image] Sep 11 00:33:28.874 INFO O| Sep 11 00:33:28.874 INFO STEP 19 (remove_files) COMPLETE
55322026-09-11T00:33:30.255Z[ recovery-image] Sep 11 00:33:28.874 INFO O| Sep 11 00:33:28.874 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55332026-09-11T00:33:30.259Z[verify-libraries] Compiling russh-cryptovec v0.62.0
55342026-09-11T00:33:30.264Z[ recovery-image] Sep 11 00:33:28.883 INFO O| Sep 11 00:33:28.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
55352026-09-11T00:33:30.264Z[ recovery-image] Sep 11 00:33:28.884 INFO O| Sep 11 00:33:28.883 INFO STEP 20 (remove_files) COMPLETE
55362026-09-11T00:33:30.268Z[ recovery-image] Sep 11 00:33:28.884 INFO O| Sep 11 00:33:28.883 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55372026-09-11T00:33:30.277Z[ recovery-image] Sep 11 00:33:28.897 INFO O| Sep 11 00:33:28.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
55382026-09-11T00:33:30.277Z[ recovery-image] Sep 11 00:33:28.897 INFO O| Sep 11 00:33:28.897 INFO STEP 21 (remove_files) COMPLETE
55392026-09-11T00:33:30.283Z[ recovery-image] Sep 11 00:33:28.897 INFO O| Sep 11 00:33:28.897 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55402026-09-11T00:33:30.288Z[ recovery-image] Sep 11 00:33:28.906 INFO O| Sep 11 00:33:28.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
55412026-09-11T00:33:30.288Z[ recovery-image] Sep 11 00:33:28.906 INFO O| Sep 11 00:33:28.906 INFO STEP 22 (remove_files) COMPLETE
55422026-09-11T00:33:30.288Z[ recovery-image] Sep 11 00:33:28.906 INFO O| Sep 11 00:33:28.906 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55432026-09-11T00:33:30.302Z[ recovery-image] Sep 11 00:33:28.922 INFO O| Sep 11 00:33:28.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
55442026-09-11T00:33:30.302Z[ recovery-image] Sep 11 00:33:28.922 INFO O| Sep 11 00:33:28.922 INFO STEP 23 (remove_files) COMPLETE
55452026-09-11T00:33:30.302Z[ recovery-image] Sep 11 00:33:28.922 INFO O| Sep 11 00:33:28.922 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55462026-09-11T00:33:30.313Z[ recovery-image] Sep 11 00:33:28.933 INFO O| Sep 11 00:33:28.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
55472026-09-11T00:33:30.313Z[ recovery-image] Sep 11 00:33:28.933 INFO O| Sep 11 00:33:28.933 INFO STEP 24 (remove_files) COMPLETE
55482026-09-11T00:33:30.313Z[ recovery-image] Sep 11 00:33:28.933 INFO O| Sep 11 00:33:28.933 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55492026-09-11T00:33:30.324Z[ recovery-image] Sep 11 00:33:28.944 INFO O| Sep 11 00:33:28.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
55502026-09-11T00:33:30.324Z[ recovery-image] Sep 11 00:33:28.944 INFO O| Sep 11 00:33:28.944 INFO STEP 25 (remove_files) COMPLETE
55512026-09-11T00:33:30.328Z[ recovery-image] Sep 11 00:33:28.944 INFO O| Sep 11 00:33:28.944 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55522026-09-11T00:33:30.334Z[ recovery-image] Sep 11 00:33:28.954 INFO O| Sep 11 00:33:28.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
55532026-09-11T00:33:30.334Z[ recovery-image] Sep 11 00:33:28.954 INFO O| Sep 11 00:33:28.954 INFO STEP 26 (remove_files) COMPLETE
55542026-09-11T00:33:30.340Z[ recovery-image] Sep 11 00:33:28.954 INFO O| Sep 11 00:33:28.954 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55552026-09-11T00:33:30.345Z[ recovery-image] Sep 11 00:33:28.964 INFO O| Sep 11 00:33:28.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
55562026-09-11T00:33:30.345Z[ recovery-image] Sep 11 00:33:28.964 INFO O| Sep 11 00:33:28.964 INFO STEP 27 (remove_files) COMPLETE
55572026-09-11T00:33:30.345Z[ recovery-image] Sep 11 00:33:28.964 INFO O| Sep 11 00:33:28.964 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55582026-09-11T00:33:30.356Z[ recovery-image] Sep 11 00:33:28.975 INFO O| Sep 11 00:33:28.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
55592026-09-11T00:33:30.356Z[ recovery-image] Sep 11 00:33:28.975 INFO O| Sep 11 00:33:28.975 INFO STEP 28 (remove_files) COMPLETE
55602026-09-11T00:33:30.360Z[ recovery-image] Sep 11 00:33:28.976 INFO O| Sep 11 00:33:28.975 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55612026-09-11T00:33:30.367Z[ recovery-image] Sep 11 00:33:28.987 INFO O| Sep 11 00:33:28.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
55622026-09-11T00:33:30.367Z[ recovery-image] Sep 11 00:33:28.987 INFO O| Sep 11 00:33:28.987 INFO STEP 29 (remove_files) COMPLETE
55632026-09-11T00:33:30.367Z[ recovery-image] Sep 11 00:33:28.987 INFO O| Sep 11 00:33:28.987 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55642026-09-11T00:33:30.378Z[ recovery-image] Sep 11 00:33:28.998 INFO O| Sep 11 00:33:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
55652026-09-11T00:33:30.381Z[ recovery-image] Sep 11 00:33:28.998 INFO O| Sep 11 00:33:28.998 INFO STEP 30 (remove_files) COMPLETE
55662026-09-11T00:33:30.381Z[ recovery-image] Sep 11 00:33:28.998 INFO O| Sep 11 00:33:28.998 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55672026-09-11T00:33:30.391Z[ recovery-image] Sep 11 00:33:29.010 INFO O| Sep 11 00:33:29.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
55682026-09-11T00:33:30.391Z[ recovery-image] Sep 11 00:33:29.010 INFO O| Sep 11 00:33:29.010 INFO STEP 31 (remove_files) COMPLETE
55692026-09-11T00:33:30.395Z[ recovery-image] Sep 11 00:33:29.010 INFO O| Sep 11 00:33:29.010 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55702026-09-11T00:33:30.404Z[ recovery-image] Sep 11 00:33:29.021 INFO O| Sep 11 00:33:29.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
55712026-09-11T00:33:30.404Z[ recovery-image] Sep 11 00:33:29.022 INFO O| Sep 11 00:33:29.022 INFO STEP 32 (remove_files) COMPLETE
55722026-09-11T00:33:30.410Z[ recovery-image] Sep 11 00:33:29.022 INFO O| Sep 11 00:33:29.022 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55732026-09-11T00:33:30.413Z[ recovery-image] Sep 11 00:33:29.033 INFO O| Sep 11 00:33:29.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
55742026-09-11T00:33:30.416Z[ recovery-image] Sep 11 00:33:29.033 INFO O| Sep 11 00:33:29.033 INFO STEP 33 (remove_files) COMPLETE
55752026-09-11T00:33:30.416Z[ recovery-image] Sep 11 00:33:29.033 INFO O| Sep 11 00:33:29.033 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55762026-09-11T00:33:30.425Z[ recovery-image] Sep 11 00:33:29.045 INFO O| Sep 11 00:33:29.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55772026-09-11T00:33:30.425Z[ recovery-image] Sep 11 00:33:29.045 INFO O| Sep 11 00:33:29.045 INFO STEP 34 (remove_files) COMPLETE
55782026-09-11T00:33:30.426Z[ recovery-image] Sep 11 00:33:29.045 INFO O| Sep 11 00:33:29.045 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55792026-09-11T00:33:30.437Z[ recovery-image] Sep 11 00:33:29.057 INFO O| Sep 11 00:33:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55802026-09-11T00:33:30.437Z[ recovery-image] Sep 11 00:33:29.057 INFO O| Sep 11 00:33:29.057 INFO STEP 35 (remove_files) COMPLETE
55812026-09-11T00:33:30.437Z[ recovery-image] Sep 11 00:33:29.057 INFO O| Sep 11 00:33:29.057 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55822026-09-11T00:33:30.449Z[ recovery-image] Sep 11 00:33:29.069 INFO O| Sep 11 00:33:29.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55832026-09-11T00:33:30.449Z[ recovery-image] Sep 11 00:33:29.069 INFO O| Sep 11 00:33:29.069 INFO STEP 36 (remove_files) COMPLETE
55842026-09-11T00:33:30.453Z[ recovery-image] Sep 11 00:33:29.069 INFO O| Sep 11 00:33:29.069 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55852026-09-11T00:33:30.466Z[ recovery-image] Sep 11 00:33:29.080 INFO O| Sep 11 00:33:29.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55862026-09-11T00:33:30.466Z[ recovery-image] Sep 11 00:33:29.080 INFO O| Sep 11 00:33:29.080 INFO STEP 37 (remove_files) COMPLETE
55872026-09-11T00:33:30.466Z[ recovery-image] Sep 11 00:33:29.080 INFO O| Sep 11 00:33:29.080 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55882026-09-11T00:33:30.472Z[ recovery-image] Sep 11 00:33:29.092 INFO O| Sep 11 00:33:29.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55892026-09-11T00:33:30.472Z[ recovery-image] Sep 11 00:33:29.092 INFO O| Sep 11 00:33:29.092 INFO STEP 38 (remove_files) COMPLETE
55902026-09-11T00:33:30.472Z[ recovery-image] Sep 11 00:33:29.092 INFO O| Sep 11 00:33:29.092 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55912026-09-11T00:33:30.483Z[ recovery-image] Sep 11 00:33:29.102 INFO O| Sep 11 00:33:29.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55922026-09-11T00:33:30.483Z[ recovery-image] Sep 11 00:33:29.102 INFO O| Sep 11 00:33:29.102 INFO STEP 39 (remove_files) COMPLETE
55932026-09-11T00:33:30.483Z[ recovery-image] Sep 11 00:33:29.102 INFO O| Sep 11 00:33:29.102 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55942026-09-11T00:33:30.495Z[ recovery-image] Sep 11 00:33:29.114 INFO O| Sep 11 00:33:29.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55952026-09-11T00:33:30.495Z[ recovery-image] Sep 11 00:33:29.114 INFO O| Sep 11 00:33:29.114 INFO STEP 40 (remove_files) COMPLETE
55962026-09-11T00:33:30.495Z[ recovery-image] Sep 11 00:33:29.114 INFO O| Sep 11 00:33:29.114 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55972026-09-11T00:33:30.506Z[ recovery-image] Sep 11 00:33:29.125 INFO O| Sep 11 00:33:29.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55982026-09-11T00:33:30.506Z[ recovery-image] Sep 11 00:33:29.125 INFO O| Sep 11 00:33:29.125 INFO STEP 41 (remove_files) COMPLETE
55992026-09-11T00:33:30.507Z[ recovery-image] Sep 11 00:33:29.125 INFO O| Sep 11 00:33:29.125 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56002026-09-11T00:33:30.514Z[ recovery-image] Sep 11 00:33:29.134 INFO O| Sep 11 00:33:29.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
56012026-09-11T00:33:30.514Z[ recovery-image] Sep 11 00:33:29.134 INFO O| Sep 11 00:33:29.134 INFO STEP 42 (remove_files) COMPLETE
56022026-09-11T00:33:30.520Z[ recovery-image] Sep 11 00:33:29.134 INFO O| Sep 11 00:33:29.134 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56032026-09-11T00:33:30.524Z[verify-libraries] Compiling tui-tree-widget v0.23.1
56042026-09-11T00:33:30.529Z[ recovery-image] Sep 11 00:33:29.145 INFO O| Sep 11 00:33:29.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
56052026-09-11T00:33:30.529Z[ recovery-image] Sep 11 00:33:29.145 INFO O| Sep 11 00:33:29.145 INFO STEP 43 (remove_files) COMPLETE
56062026-09-11T00:33:30.529Z[ recovery-image] Sep 11 00:33:29.145 INFO O| Sep 11 00:33:29.145 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56072026-09-11T00:33:30.534Z[ recovery-image] Sep 11 00:33:29.153 INFO O| Sep 11 00:33:29.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
56082026-09-11T00:33:30.534Z[ recovery-image] Sep 11 00:33:29.153 INFO O| Sep 11 00:33:29.153 INFO STEP 44 (remove_files) COMPLETE
56092026-09-11T00:33:30.534Z[ recovery-image] Sep 11 00:33:29.153 INFO O| Sep 11 00:33:29.153 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56102026-09-11T00:33:30.550Z[ recovery-image] Sep 11 00:33:29.164 INFO O| Sep 11 00:33:29.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
56112026-09-11T00:33:30.550Z[ recovery-image] Sep 11 00:33:29.164 INFO O| Sep 11 00:33:29.164 INFO STEP 45 (remove_files) COMPLETE
56122026-09-11T00:33:30.550Z[ recovery-image] Sep 11 00:33:29.164 INFO O| Sep 11 00:33:29.164 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56132026-09-11T00:33:30.555Z[ recovery-image] Sep 11 00:33:29.175 INFO O| Sep 11 00:33:29.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
56142026-09-11T00:33:30.561Z[ recovery-image] Sep 11 00:33:29.175 INFO O| Sep 11 00:33:29.175 INFO STEP 46 (remove_files) COMPLETE
56152026-09-11T00:33:30.561Z[ recovery-image] Sep 11 00:33:29.175 INFO O| Sep 11 00:33:29.175 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56162026-09-11T00:33:30.566Z[ recovery-image] Sep 11 00:33:29.186 INFO O| Sep 11 00:33:29.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
56172026-09-11T00:33:30.566Z[ recovery-image] Sep 11 00:33:29.186 INFO O| Sep 11 00:33:29.186 INFO STEP 47 (remove_files) COMPLETE
56182026-09-11T00:33:30.570Z[ recovery-image] Sep 11 00:33:29.186 INFO O| Sep 11 00:33:29.186 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56192026-09-11T00:33:30.570Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
56202026-09-11T00:33:30.577Z[ recovery-image] Sep 11 00:33:29.197 INFO O| Sep 11 00:33:29.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
56212026-09-11T00:33:30.577Z[ recovery-image] Sep 11 00:33:29.197 INFO O| Sep 11 00:33:29.197 INFO STEP 48 (remove_files) COMPLETE
56222026-09-11T00:33:30.581Z[ recovery-image] Sep 11 00:33:29.197 INFO O| Sep 11 00:33:29.197 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56232026-09-11T00:33:30.588Z[ recovery-image] Sep 11 00:33:29.207 INFO O| Sep 11 00:33:29.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
56242026-09-11T00:33:30.588Z[ recovery-image] Sep 11 00:33:29.207 INFO O| Sep 11 00:33:29.207 INFO STEP 49 (remove_files) COMPLETE
56252026-09-11T00:33:30.588Z[ recovery-image] Sep 11 00:33:29.207 INFO O| Sep 11 00:33:29.207 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56262026-09-11T00:33:30.595Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
56272026-09-11T00:33:30.602Z[ recovery-image] Sep 11 00:33:29.216 INFO O| Sep 11 00:33:29.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
56282026-09-11T00:33:30.602Z[ recovery-image] Sep 11 00:33:29.216 INFO O| Sep 11 00:33:29.216 INFO STEP 50 (remove_files) COMPLETE
56292026-09-11T00:33:30.602Z[ recovery-image] Sep 11 00:33:29.216 INFO O| Sep 11 00:33:29.216 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56302026-09-11T00:33:30.607Z[ recovery-image] Sep 11 00:33:29.226 INFO O| Sep 11 00:33:29.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
56312026-09-11T00:33:30.607Z[ recovery-image] Sep 11 00:33:29.226 INFO O| Sep 11 00:33:29.226 INFO STEP 51 (remove_files) COMPLETE
56322026-09-11T00:33:30.607Z[ recovery-image] Sep 11 00:33:29.226 INFO O| Sep 11 00:33:29.226 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56332026-09-11T00:33:30.616Z[ recovery-image] Sep 11 00:33:29.236 INFO O| Sep 11 00:33:29.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
56342026-09-11T00:33:30.616Z[ recovery-image] Sep 11 00:33:29.236 INFO O| Sep 11 00:33:29.236 INFO STEP 52 (remove_files) COMPLETE
56352026-09-11T00:33:30.616Z[ recovery-image] Sep 11 00:33:29.236 INFO O| Sep 11 00:33:29.236 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56362026-09-11T00:33:30.625Z[ recovery-image] Sep 11 00:33:29.245 INFO O| Sep 11 00:33:29.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
56372026-09-11T00:33:30.626Z[ recovery-image] Sep 11 00:33:29.245 INFO O| Sep 11 00:33:29.245 INFO STEP 53 (remove_files) COMPLETE
56382026-09-11T00:33:30.626Z[ recovery-image] Sep 11 00:33:29.245 INFO O| Sep 11 00:33:29.245 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56392026-09-11T00:33:30.649Z[ recovery-image] Sep 11 00:33:29.268 INFO O| Sep 11 00:33:29.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
56402026-09-11T00:33:30.649Z[ recovery-image] Sep 11 00:33:29.268 INFO O| Sep 11 00:33:29.268 INFO STEP 54 (remove_files) COMPLETE
56412026-09-11T00:33:30.649Z[ recovery-image] Sep 11 00:33:29.268 INFO O| Sep 11 00:33:29.268 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56422026-09-11T00:33:30.659Z[ recovery-image] Sep 11 00:33:29.278 INFO O| Sep 11 00:33:29.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
56432026-09-11T00:33:30.659Z[ recovery-image] Sep 11 00:33:29.278 INFO O| Sep 11 00:33:29.278 INFO STEP 55 (remove_files) COMPLETE
56442026-09-11T00:33:30.663Z[ recovery-image] Sep 11 00:33:29.278 INFO O| Sep 11 00:33:29.278 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56452026-09-11T00:33:30.671Z[ recovery-image] Sep 11 00:33:29.289 INFO O| Sep 11 00:33:29.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
56462026-09-11T00:33:30.671Z[ recovery-image] Sep 11 00:33:29.289 INFO O| Sep 11 00:33:29.289 INFO STEP 56 (remove_files) COMPLETE
56472026-09-11T00:33:30.671Z[ recovery-image] Sep 11 00:33:29.289 INFO O| Sep 11 00:33:29.289 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56482026-09-11T00:33:30.680Z[ recovery-image] Sep 11 00:33:29.298 INFO O| Sep 11 00:33:29.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
56492026-09-11T00:33:30.680Z[ recovery-image] Sep 11 00:33:29.298 INFO O| Sep 11 00:33:29.298 INFO STEP 57 (remove_files) COMPLETE
56502026-09-11T00:33:30.681Z[ recovery-image] Sep 11 00:33:29.298 INFO O| Sep 11 00:33:29.298 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56512026-09-11T00:33:30.687Z[ recovery-image] Sep 11 00:33:29.307 INFO O| Sep 11 00:33:29.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
56522026-09-11T00:33:30.687Z[ recovery-image] Sep 11 00:33:29.307 INFO O| Sep 11 00:33:29.307 INFO STEP 58 (remove_files) COMPLETE
56532026-09-11T00:33:30.687Z[ recovery-image] Sep 11 00:33:29.307 INFO O| Sep 11 00:33:29.307 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56542026-09-11T00:33:30.698Z[ recovery-image] Sep 11 00:33:29.315 INFO O| Sep 11 00:33:29.315 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
56552026-09-11T00:33:30.698Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.315 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
56562026-09-11T00:33:30.698Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.316 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56572026-09-11T00:33:30.702Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.316 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56582026-09-11T00:33:30.702Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.316 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56592026-09-11T00:33:30.702Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.316 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56602026-09-11T00:33:30.702Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.316 INFO ok!
56612026-09-11T00:33:30.702Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.316 INFO STEP 59 (ensure_file) COMPLETE
56622026-09-11T00:33:30.702Z[ recovery-image] Sep 11 00:33:29.316 INFO O| Sep 11 00:33:29.316 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56632026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
56642026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
56652026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56662026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56672026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56682026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56692026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO ok!
56702026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO STEP 60 (ensure_file) COMPLETE
56712026-09-11T00:33:30.710Z[ recovery-image] Sep 11 00:33:29.325 INFO O| Sep 11 00:33:29.325 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56722026-09-11T00:33:30.717Z[ recovery-image] Sep 11 00:33:29.336 INFO O| Sep 11 00:33:29.336 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
56732026-09-11T00:33:30.717Z[ recovery-image] Sep 11 00:33:29.336 INFO O| Sep 11 00:33:29.336 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
56742026-09-11T00:33:30.721Z[ recovery-image] Sep 11 00:33:29.336 INFO O| Sep 11 00:33:29.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
56752026-09-11T00:33:30.721Z[ recovery-image] Sep 11 00:33:29.336 INFO O| Sep 11 00:33:29.336 INFO ok!
56762026-09-11T00:33:30.721Z[ recovery-image] Sep 11 00:33:29.336 INFO O| Sep 11 00:33:29.336 INFO STEP 61 (ensure_file) COMPLETE
56772026-09-11T00:33:30.721Z[ recovery-image] Sep 11 00:33:29.336 INFO O| Sep 11 00:33:29.336 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56782026-09-11T00:33:30.728Z[ recovery-image] Sep 11 00:33:29.348 INFO O| Sep 11 00:33:29.347 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56792026-09-11T00:33:30.728Z[ recovery-image] Sep 11 00:33:29.348 INFO O| Sep 11 00:33:29.348 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56802026-09-11T00:33:30.728Z[ recovery-image] Sep 11 00:33:29.348 INFO O| Sep 11 00:33:29.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56812026-09-11T00:33:30.728Z[ recovery-image] Sep 11 00:33:29.348 INFO O| Sep 11 00:33:29.348 INFO ok!
56822026-09-11T00:33:30.732Z[ recovery-image] Sep 11 00:33:29.348 INFO O| Sep 11 00:33:29.348 INFO STEP 62 (ensure_file) COMPLETE
56832026-09-11T00:33:30.732Z[ recovery-image] Sep 11 00:33:29.348 INFO O| Sep 11 00:33:29.348 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56842026-09-11T00:33:30.743Z[ recovery-image] Sep 11 00:33:29.358 INFO O| Sep 11 00:33:29.358 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56852026-09-11T00:33:30.743Z[ recovery-image] Sep 11 00:33:29.358 INFO O| Sep 11 00:33:29.358 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56862026-09-11T00:33:30.743Z[ recovery-image] Sep 11 00:33:29.358 INFO O| Sep 11 00:33:29.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56872026-09-11T00:33:30.743Z[ recovery-image] Sep 11 00:33:29.358 INFO O| Sep 11 00:33:29.358 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56882026-09-11T00:33:30.746Z[ recovery-image] Sep 11 00:33:29.358 INFO O| Sep 11 00:33:29.358 INFO ok!
56892026-09-11T00:33:30.746Z[ recovery-image] Sep 11 00:33:29.358 INFO O| Sep 11 00:33:29.358 INFO STEP 63 (ensure_file) COMPLETE
56902026-09-11T00:33:30.746Z[ recovery-image] Sep 11 00:33:29.358 INFO O| Sep 11 00:33:29.358 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56912026-09-11T00:33:30.754Z[ recovery-image] Sep 11 00:33:29.370 INFO O| Sep 11 00:33:29.369 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56922026-09-11T00:33:30.754Z[ recovery-image] Sep 11 00:33:29.370 INFO O| Sep 11 00:33:29.369 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56932026-09-11T00:33:30.754Z[ recovery-image] Sep 11 00:33:29.370 INFO O| Sep 11 00:33:29.369 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56942026-09-11T00:33:30.754Z[ recovery-image] Sep 11 00:33:29.370 INFO O| Sep 11 00:33:29.369 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56952026-09-11T00:33:30.754Z[ recovery-image] Sep 11 00:33:29.370 INFO O| Sep 11 00:33:29.369 INFO ok!
56962026-09-11T00:33:30.754Z[ recovery-image] Sep 11 00:33:29.370 INFO O| Sep 11 00:33:29.369 INFO STEP 64 (ensure_file) COMPLETE
56972026-09-11T00:33:30.754Z[ recovery-image] Sep 11 00:33:29.370 INFO O| Sep 11 00:33:29.369 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56982026-09-11T00:33:30.759Z[ recovery-image] Sep 11 00:33:29.379 INFO O| Sep 11 00:33:29.379 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56992026-09-11T00:33:30.759Z[ recovery-image] Sep 11 00:33:29.379 INFO O| Sep 11 00:33:29.379 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
57002026-09-11T00:33:30.764Z[ recovery-image] Sep 11 00:33:29.379 INFO O| Sep 11 00:33:29.379 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
57012026-09-11T00:33:30.764Z[ recovery-image] Sep 11 00:33:29.379 INFO O| Sep 11 00:33:29.379 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
57022026-09-11T00:33:30.764Z[ recovery-image] Sep 11 00:33:29.379 INFO O| Sep 11 00:33:29.379 INFO ok!
57032026-09-11T00:33:30.764Z[ recovery-image] Sep 11 00:33:29.379 INFO O| Sep 11 00:33:29.379 INFO STEP 65 (ensure_file) COMPLETE
57042026-09-11T00:33:30.764Z[ recovery-image] Sep 11 00:33:29.379 INFO O| Sep 11 00:33:29.379 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57052026-09-11T00:33:30.770Z[ recovery-image] Sep 11 00:33:29.389 INFO O| Sep 11 00:33:29.389 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
57062026-09-11T00:33:30.770Z[ recovery-image] Sep 11 00:33:29.389 INFO O| Sep 11 00:33:29.389 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
57072026-09-11T00:33:30.780Z[ recovery-image] Sep 11 00:33:29.389 INFO O| Sep 11 00:33:29.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
57082026-09-11T00:33:30.781Z[ recovery-image] Sep 11 00:33:29.389 INFO O| Sep 11 00:33:29.389 INFO ok!
57092026-09-11T00:33:30.781Z[ recovery-image] Sep 11 00:33:29.389 INFO O| Sep 11 00:33:29.389 INFO STEP 66 (assemble_files) COMPLETE
57102026-09-11T00:33:30.781Z[ recovery-image] Sep 11 00:33:29.389 INFO O| Sep 11 00:33:29.389 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57112026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.399 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
57122026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
57132026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57142026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57152026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO ok!
57162026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO STEP 67 (ensure_file) COMPLETE
57172026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57182026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO skip step because feature "omicron1" is not enabled
57192026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57202026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO skip step because feature "omicron1" is not enabled
57212026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57222026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO skip step because feature "omicron1" is not enabled
57232026-09-11T00:33:30.785Z[ recovery-image] Sep 11 00:33:29.400 INFO O| Sep 11 00:33:29.400 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57242026-09-11T00:33:30.797Z[ recovery-image] Sep 11 00:33:29.415 INFO O| Sep 11 00:33:29.415 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
57252026-09-11T00:33:30.797Z[ recovery-image] Sep 11 00:33:29.415 INFO O| Sep 11 00:33:29.415 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
57262026-09-11T00:33:30.818Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
57272026-09-11T00:33:30.946Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
57282026-09-11T00:33:30.988Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57292026-09-11T00:33:31.131Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
57302026-09-11T00:33:31.185Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
57312026-09-11T00:33:31.315Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
57322026-09-11T00:33:31.467Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
57332026-09-11T00:33:31.586Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
57342026-09-11T00:33:31.759Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
57352026-09-11T00:33:31.818Z[verify-libraries] Compiling fatfs v0.3.6
57362026-09-11T00:33:31.934Z[verify-libraries] Compiling num-bigint v0.4.6
57372026-09-11T00:33:32.197Z[verify-libraries] Compiling generic-array v1.4.3
57382026-09-11T00:33:32.260Z[ recovery-image] Sep 11 00:33:30.799 INFO O| Sep 11 00:33:30.799 INFO STEP 71 (pack_tar) COMPLETE
57392026-09-11T00:33:32.260Z[ recovery-image] Sep 11 00:33:30.799 INFO O| Sep 11 00:33:30.799 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57402026-09-11T00:33:32.260Z[ recovery-image] Sep 11 00:33:30.799 INFO O| Sep 11 00:33:30.799 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57412026-09-11T00:33:32.272Z[verify-libraries] Compiling russh-util v0.52.0
57422026-09-11T00:33:32.299Z[verify-libraries] Compiling enum_dispatch v0.3.13
57432026-09-11T00:33:32.367Z[verify-libraries] Compiling sapling-renderdag v0.1.0
57442026-09-11T00:33:32.446Z[ recovery-image] Sep 11 00:33:31.064 INFO O| Sep 11 00:33:31.064 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
57452026-09-11T00:33:32.486Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
57462026-09-11T00:33:32.571Z[ recovery-image] Sep 11 00:33:31.190 INFO O| Sep 11 00:33:31.190 INFO completed processing sled/ramdisk-02-trim
57472026-09-11T00:33:32.582Z[ recovery-image] Sep 11 00:33:31.192 INFO image builder template: ramdisk-03-recovery-trim...
57482026-09-11T00:33:32.583Z[ recovery-image] Sep 11 00:33:31.192 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/.tmpKIaM7w/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
57492026-09-11T00:33:32.592Z[ recovery-image] Sep 11 00:33:31.197 INFO O| Sep 11 00:33:31.197 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
57502026-09-11T00:33:32.659Z[ recovery-image] Sep 11 00:33:31.278 INFO O| Sep 11 00:33:31.278 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57512026-09-11T00:33:32.679Z[ recovery-image] Sep 11 00:33:31.283 INFO O| Sep 11 00:33:31.282 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57522026-09-11T00:33:32.874Z[verify-libraries] Compiling delegate v0.13.5
57532026-09-11T00:33:32.879Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57542026-09-11T00:33:32.879Z[verify-libraries] Compiling sync-ptr v0.1.4
57552026-09-11T00:33:32.879Z[ recovery-image] Sep 11 00:33:31.386 INFO O| Sep 11 00:33:31.385 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
57562026-09-11T00:33:32.879Z[verify-libraries] Compiling hex-literal v1.1.0
57572026-09-11T00:33:32.879Z[ recovery-image] Sep 11 00:33:31.485 INFO O| Sep 11 00:33:31.485 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57582026-09-11T00:33:32.879Z[ recovery-image] Sep 11 00:33:31.485 INFO O| Sep 11 00:33:31.485 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
57592026-09-11T00:33:32.879Z[ recovery-image] Sep 11 00:33:31.492 INFO O| Sep 11 00:33:31.492 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
57602026-09-11T00:33:32.879Z[ recovery-image] Sep 11 00:33:31.496 INFO O| Sep 11 00:33:31.496 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57612026-09-11T00:33:32.908Z[ recovery-image] Sep 11 00:33:31.501 INFO O| Sep 11 00:33:31.501 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57622026-09-11T00:33:33.015Z[verify-libraries] Compiling md5 v0.8.0
57632026-09-11T00:33:33.034Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
57642026-09-11T00:33:33.303Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57652026-09-11T00:33:33.362Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57662026-09-11T00:33:33.415Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
57672026-09-11T00:33:33.490Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
57682026-09-11T00:33:33.685Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
57692026-09-11T00:33:33.838Z[ recovery-image] Sep 11 00:33:32.434 INFO O| Sep 11 00:33:32.434 INFO rolled back to input snapshot; work may begin
57702026-09-11T00:33:33.838Z[ recovery-image] Sep 11 00:33:32.434 INFO O| Sep 11 00:33:32.434 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
57712026-09-11T00:33:33.878Z[ recovery-image] Sep 11 00:33:32.439 INFO O| Sep 11 00:33:32.439 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-09-11T00:33:33.878Z[ recovery-image] Sep 11 00:33:32.449 INFO O| Sep 11 00:33:32.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
57732026-09-11T00:33:33.879Z[ recovery-image] Sep 11 00:33:32.452 INFO O| Sep 11 00:33:32.452 INFO STEP 0 (remove_files) COMPLETE
57742026-09-11T00:33:33.879Z[ recovery-image] Sep 11 00:33:32.452 INFO O| Sep 11 00:33:32.452 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-09-11T00:33:33.914Z[ recovery-image] Sep 11 00:33:32.463 INFO O| Sep 11 00:33:32.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
57762026-09-11T00:33:33.914Z[ recovery-image] Sep 11 00:33:32.463 INFO O| Sep 11 00:33:32.463 INFO STEP 1 (remove_files) COMPLETE
57772026-09-11T00:33:33.914Z[ recovery-image] Sep 11 00:33:32.463 INFO O| Sep 11 00:33:32.463 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-11T00:33:33.914Z[ recovery-image] Sep 11 00:33:32.475 INFO O| Sep 11 00:33:32.475 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
57792026-09-11T00:33:33.914Z[ recovery-image] Sep 11 00:33:32.478 INFO O| Sep 11 00:33:32.478 INFO STEP 2 (remove_files) COMPLETE
57802026-09-11T00:33:33.915Z[ recovery-image] Sep 11 00:33:32.478 INFO O| Sep 11 00:33:32.478 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-09-11T00:33:33.915Z[ recovery-image] Sep 11 00:33:32.490 INFO O| Sep 11 00:33:32.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
57822026-09-11T00:33:33.915Z[verify-libraries] Compiling russh v0.62.4
57832026-09-11T00:33:33.928Z[ recovery-image] Sep 11 00:33:32.547 INFO O| Sep 11 00:33:32.547 INFO STEP 3 (remove_files) COMPLETE
57842026-09-11T00:33:33.928Z[ recovery-image] Sep 11 00:33:32.548 INFO O| Sep 11 00:33:32.547 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-09-11T00:33:33.949Z[ recovery-image] Sep 11 00:33:32.559 INFO O| Sep 11 00:33:32.559 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57862026-09-11T00:33:33.960Z[ recovery-image] Sep 11 00:33:32.561 INFO O| Sep 11 00:33:32.561 INFO STEP 4 (remove_files) COMPLETE
57872026-09-11T00:33:33.960Z[ recovery-image] Sep 11 00:33:32.561 INFO O| Sep 11 00:33:32.561 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-09-11T00:33:33.960Z[ recovery-image] Sep 11 00:33:32.572 INFO O| Sep 11 00:33:32.572 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57892026-09-11T00:33:34.015Z[ recovery-image] Sep 11 00:33:32.612 INFO O| Sep 11 00:33:32.612 INFO STEP 5 (remove_files) COMPLETE
57902026-09-11T00:33:34.015Z[ recovery-image] Sep 11 00:33:32.612 INFO O| Sep 11 00:33:32.612 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-09-11T00:33:34.062Z[ recovery-image] Sep 11 00:33:32.624 INFO O| Sep 11 00:33:32.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57922026-09-11T00:33:34.396Z[ recovery-image] Sep 11 00:33:32.975 INFO O| Sep 11 00:33:32.975 INFO STEP 6 (remove_files) COMPLETE
57932026-09-11T00:33:34.396Z[ recovery-image] Sep 11 00:33:32.975 INFO O| Sep 11 00:33:32.975 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-09-11T00:33:34.419Z[ recovery-image] Sep 11 00:33:32.996 INFO O| Sep 11 00:33:32.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57952026-09-11T00:33:34.419Z[ recovery-image] Sep 11 00:33:33.014 INFO O| Sep 11 00:33:33.014 INFO STEP 7 (remove_files) COMPLETE
57962026-09-11T00:33:34.419Z[ recovery-image] Sep 11 00:33:33.014 INFO O| Sep 11 00:33:33.014 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-09-11T00:33:34.429Z[ recovery-image] Sep 11 00:33:33.024 INFO O| Sep 11 00:33:33.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57982026-09-11T00:33:34.429Z[ recovery-image] Sep 11 00:33:33.036 INFO O| Sep 11 00:33:33.036 INFO STEP 8 (remove_files) COMPLETE
57992026-09-11T00:33:34.429Z[ recovery-image] Sep 11 00:33:33.036 INFO O| Sep 11 00:33:33.036 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-09-11T00:33:34.490Z[ recovery-image] Sep 11 00:33:33.053 INFO O| Sep 11 00:33:33.053 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
58012026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.057 INFO O| Sep 11 00:33:33.057 INFO STEP 9 (remove_files) COMPLETE
58022026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.057 INFO O| Sep 11 00:33:33.057 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.069 INFO O| Sep 11 00:33:33.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
58042026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.069 INFO O| Sep 11 00:33:33.069 INFO STEP 10 (remove_files) COMPLETE
58052026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.069 INFO O| Sep 11 00:33:33.069 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.080 INFO O| Sep 11 00:33:33.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
58072026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.081 INFO O| Sep 11 00:33:33.081 INFO STEP 11 (remove_files) COMPLETE
58082026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.081 INFO O| Sep 11 00:33:33.081 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-11T00:33:34.509Z[ recovery-image] Sep 11 00:33:33.091 INFO O| Sep 11 00:33:33.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
58102026-09-11T00:33:34.562Z[ recovery-image] Sep 11 00:33:33.144 INFO O| Sep 11 00:33:33.144 INFO STEP 12 (remove_files) COMPLETE
58112026-09-11T00:33:34.562Z[ recovery-image] Sep 11 00:33:33.144 INFO O| Sep 11 00:33:33.144 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-11T00:33:34.562Z[ recovery-image] Sep 11 00:33:33.155 INFO O| Sep 11 00:33:33.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
58132026-09-11T00:33:34.562Z[ recovery-image] Sep 11 00:33:33.158 INFO O| Sep 11 00:33:33.158 INFO STEP 13 (remove_files) COMPLETE
58142026-09-11T00:33:34.562Z[ recovery-image] Sep 11 00:33:33.158 INFO O| Sep 11 00:33:33.158 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-11T00:33:34.577Z[ recovery-image] Sep 11 00:33:33.170 INFO O| Sep 11 00:33:33.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
58162026-09-11T00:33:34.577Z[ recovery-image] Sep 11 00:33:33.172 INFO O| Sep 11 00:33:33.172 INFO STEP 14 (remove_files) COMPLETE
58172026-09-11T00:33:34.577Z[ recovery-image] Sep 11 00:33:33.172 INFO O| Sep 11 00:33:33.172 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-11T00:33:34.577Z[ recovery-image] Sep 11 00:33:33.183 INFO O| Sep 11 00:33:33.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
58192026-09-11T00:33:34.577Z[ recovery-image] Sep 11 00:33:33.184 INFO O| Sep 11 00:33:33.184 INFO STEP 15 (remove_files) COMPLETE
58202026-09-11T00:33:34.577Z[ recovery-image] Sep 11 00:33:33.184 INFO O| Sep 11 00:33:33.184 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-11T00:33:34.692Z[ recovery-image] Sep 11 00:33:33.194 INFO O| Sep 11 00:33:33.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
58222026-09-11T00:33:34.692Z[ recovery-image] Sep 11 00:33:33.195 INFO O| Sep 11 00:33:33.195 INFO STEP 16 (remove_files) COMPLETE
58232026-09-11T00:33:34.692Z[ recovery-image] Sep 11 00:33:33.195 INFO O| Sep 11 00:33:33.195 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-11T00:33:34.792Z[ recovery-image] Sep 11 00:33:33.207 INFO O| Sep 11 00:33:33.207 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
58252026-09-11T00:33:34.792Z[ recovery-image] Sep 11 00:33:33.222 INFO O| Sep 11 00:33:33.221 INFO STEP 17 (remove_files) COMPLETE
58262026-09-11T00:33:34.792Z[ recovery-image] Sep 11 00:33:33.222 INFO O| Sep 11 00:33:33.221 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-11T00:33:34.792Z[ recovery-image] Sep 11 00:33:33.231 INFO O| Sep 11 00:33:33.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
58282026-09-11T00:33:34.792Z[ recovery-image] Sep 11 00:33:33.232 INFO O| Sep 11 00:33:33.232 INFO STEP 18 (remove_files) COMPLETE
58292026-09-11T00:33:34.792Z[ recovery-image] Sep 11 00:33:33.232 INFO O| Sep 11 00:33:33.232 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-09-11T00:33:34.793Z[ recovery-image] Sep 11 00:33:33.240 INFO O| Sep 11 00:33:33.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
58312026-09-11T00:33:34.793Z[ recovery-image] Sep 11 00:33:33.241 INFO O| Sep 11 00:33:33.240 INFO STEP 19 (remove_files) COMPLETE
58322026-09-11T00:33:34.793Z[ recovery-image] Sep 11 00:33:33.241 INFO O| Sep 11 00:33:33.241 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-09-11T00:33:34.793Z[ recovery-image] Sep 11 00:33:33.250 INFO O| Sep 11 00:33:33.249 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
58342026-09-11T00:33:34.818Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58352026-09-11T00:33:34.818Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
58362026-09-11T00:33:34.818Z[ recovery-image] Sep 11 00:33:33.395 INFO O| Sep 11 00:33:33.395 INFO STEP 20 (remove_files) COMPLETE
58372026-09-11T00:33:34.818Z[ recovery-image] Sep 11 00:33:33.395 INFO O| Sep 11 00:33:33.395 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-09-11T00:33:34.818Z[ recovery-image] Sep 11 00:33:33.410 INFO O| Sep 11 00:33:33.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
58392026-09-11T00:33:34.830Z[ recovery-image] Sep 11 00:33:33.422 INFO O| Sep 11 00:33:33.422 INFO STEP 21 (remove_files) COMPLETE
58402026-09-11T00:33:34.830Z[ recovery-image] Sep 11 00:33:33.422 INFO O| Sep 11 00:33:33.422 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-09-11T00:33:34.830Z[ recovery-image] Sep 11 00:33:33.439 INFO O| Sep 11 00:33:33.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
58422026-09-11T00:33:34.830Z[ recovery-image] Sep 11 00:33:33.439 INFO O| Sep 11 00:33:33.439 INFO STEP 22 (remove_files) COMPLETE
58432026-09-11T00:33:34.831Z[ recovery-image] Sep 11 00:33:33.439 INFO O| Sep 11 00:33:33.439 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-09-11T00:33:34.841Z[ recovery-image] Sep 11 00:33:33.449 INFO O| Sep 11 00:33:33.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
58452026-09-11T00:33:34.841Z[ recovery-image] Sep 11 00:33:33.450 INFO O| Sep 11 00:33:33.450 INFO STEP 23 (remove_files) COMPLETE
58462026-09-11T00:33:34.841Z[ recovery-image] Sep 11 00:33:33.450 INFO O| Sep 11 00:33:33.450 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-09-11T00:33:34.847Z[ recovery-image] Sep 11 00:33:33.460 INFO O| Sep 11 00:33:33.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
58482026-09-11T00:33:34.862Z[ recovery-image] Sep 11 00:33:33.466 INFO O| Sep 11 00:33:33.466 INFO STEP 24 (remove_files) COMPLETE
58492026-09-11T00:33:34.862Z[ recovery-image] Sep 11 00:33:33.466 INFO O| Sep 11 00:33:33.466 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-09-11T00:33:34.870Z[ recovery-image] Sep 11 00:33:33.476 INFO O| Sep 11 00:33:33.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
58512026-09-11T00:33:34.870Z[ recovery-image] Sep 11 00:33:33.482 INFO O| Sep 11 00:33:33.482 INFO STEP 25 (remove_files) COMPLETE
58522026-09-11T00:33:34.870Z[ recovery-image] Sep 11 00:33:33.482 INFO O| Sep 11 00:33:33.482 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-09-11T00:33:34.888Z[ recovery-image] Sep 11 00:33:33.493 INFO O| Sep 11 00:33:33.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
58542026-09-11T00:33:34.888Z[ recovery-image] Sep 11 00:33:33.493 INFO O| Sep 11 00:33:33.493 INFO STEP 26 (remove_files) COMPLETE
58552026-09-11T00:33:34.888Z[ recovery-image] Sep 11 00:33:33.494 INFO O| Sep 11 00:33:33.493 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-09-11T00:33:34.897Z[ recovery-image] Sep 11 00:33:33.504 INFO O| Sep 11 00:33:33.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
58572026-09-11T00:33:34.897Z[ recovery-image] Sep 11 00:33:33.504 INFO O| Sep 11 00:33:33.504 INFO STEP 27 (remove_files) COMPLETE
58582026-09-11T00:33:34.897Z[ recovery-image] Sep 11 00:33:33.504 INFO O| Sep 11 00:33:33.504 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-09-11T00:33:34.908Z[ recovery-image] Sep 11 00:33:33.514 INFO O| Sep 11 00:33:33.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
58602026-09-11T00:33:34.908Z[ recovery-image] Sep 11 00:33:33.514 INFO O| Sep 11 00:33:33.514 INFO STEP 28 (remove_files) COMPLETE
58612026-09-11T00:33:34.908Z[ recovery-image] Sep 11 00:33:33.514 INFO O| Sep 11 00:33:33.514 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-09-11T00:33:34.940Z[ recovery-image] Sep 11 00:33:33.524 INFO O| Sep 11 00:33:33.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
58632026-09-11T00:33:34.940Z[ recovery-image] Sep 11 00:33:33.524 INFO O| Sep 11 00:33:33.524 INFO STEP 29 (remove_files) COMPLETE
58642026-09-11T00:33:34.940Z[ recovery-image] Sep 11 00:33:33.524 INFO O| Sep 11 00:33:33.524 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-09-11T00:33:34.950Z[ recovery-image] Sep 11 00:33:33.534 INFO O| Sep 11 00:33:33.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
58662026-09-11T00:33:34.950Z[ recovery-image] Sep 11 00:33:33.534 INFO O| Sep 11 00:33:33.534 INFO STEP 30 (remove_files) COMPLETE
58672026-09-11T00:33:34.950Z[ recovery-image] Sep 11 00:33:33.534 INFO O| Sep 11 00:33:33.534 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-09-11T00:33:34.950Z[ recovery-image] Sep 11 00:33:33.544 INFO O| Sep 11 00:33:33.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
58692026-09-11T00:33:34.950Z[ recovery-image] Sep 11 00:33:33.544 INFO O| Sep 11 00:33:33.544 INFO STEP 31 (remove_files) COMPLETE
58702026-09-11T00:33:34.950Z[ recovery-image] Sep 11 00:33:33.544 INFO O| Sep 11 00:33:33.544 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-09-11T00:33:34.950Z[ recovery-image] Sep 11 00:33:33.554 INFO O| Sep 11 00:33:33.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
58722026-09-11T00:33:34.954Z[ recovery-image] Sep 11 00:33:33.565 INFO O| Sep 11 00:33:33.565 INFO STEP 32 (remove_files) COMPLETE
58732026-09-11T00:33:34.954Z[ recovery-image] Sep 11 00:33:33.565 INFO O| Sep 11 00:33:33.565 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-09-11T00:33:34.966Z[ recovery-image] Sep 11 00:33:33.583 INFO O| Sep 11 00:33:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
58752026-09-11T00:33:34.970Z[ recovery-image] Sep 11 00:33:33.588 INFO O| Sep 11 00:33:33.588 INFO STEP 33 (remove_files) COMPLETE
58762026-09-11T00:33:34.970Z[ recovery-image] Sep 11 00:33:33.588 INFO O| Sep 11 00:33:33.588 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-09-11T00:33:34.986Z[ recovery-image] Sep 11 00:33:33.599 INFO O| Sep 11 00:33:33.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
58782026-09-11T00:33:34.986Z[ recovery-image] Sep 11 00:33:33.599 INFO O| Sep 11 00:33:33.599 INFO STEP 34 (remove_files) COMPLETE
58792026-09-11T00:33:34.986Z[ recovery-image] Sep 11 00:33:33.599 INFO O| Sep 11 00:33:33.599 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-09-11T00:33:34.990Z[ recovery-image] Sep 11 00:33:33.609 INFO O| Sep 11 00:33:33.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
58812026-09-11T00:33:34.990Z[ recovery-image] Sep 11 00:33:33.609 INFO O| Sep 11 00:33:33.609 INFO STEP 35 (remove_files) COMPLETE
58822026-09-11T00:33:34.991Z[ recovery-image] Sep 11 00:33:33.609 INFO O| Sep 11 00:33:33.609 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-09-11T00:33:35.003Z[ recovery-image] Sep 11 00:33:33.619 INFO O| Sep 11 00:33:33.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
58842026-09-11T00:33:35.004Z[ recovery-image] Sep 11 00:33:33.619 INFO O| Sep 11 00:33:33.619 INFO STEP 36 (remove_files) COMPLETE
58852026-09-11T00:33:35.010Z[ recovery-image] Sep 11 00:33:33.619 INFO O| Sep 11 00:33:33.619 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-09-11T00:33:35.017Z[ recovery-image] Sep 11 00:33:33.629 INFO O| Sep 11 00:33:33.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58872026-09-11T00:33:35.017Z[ recovery-image] Sep 11 00:33:33.629 INFO O| Sep 11 00:33:33.629 INFO STEP 37 (remove_files) COMPLETE
58882026-09-11T00:33:35.018Z[ recovery-image] Sep 11 00:33:33.629 INFO O| Sep 11 00:33:33.629 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-09-11T00:33:35.024Z[ recovery-image] Sep 11 00:33:33.641 INFO O| Sep 11 00:33:33.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58902026-09-11T00:33:35.024Z[ recovery-image] Sep 11 00:33:33.641 INFO O| Sep 11 00:33:33.641 INFO STEP 38 (remove_files) COMPLETE
58912026-09-11T00:33:35.024Z[ recovery-image] Sep 11 00:33:33.641 INFO O| Sep 11 00:33:33.641 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-09-11T00:33:35.134Z[ recovery-image] Sep 11 00:33:33.652 INFO O| Sep 11 00:33:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58932026-09-11T00:33:35.134Z[ recovery-image] Sep 11 00:33:33.652 INFO O| Sep 11 00:33:33.652 INFO STEP 39 (remove_files) COMPLETE
58942026-09-11T00:33:35.134Z[ recovery-image] Sep 11 00:33:33.652 INFO O| Sep 11 00:33:33.652 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-09-11T00:33:35.152Z[ recovery-image] Sep 11 00:33:33.663 INFO O| Sep 11 00:33:33.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58962026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.663 INFO O| Sep 11 00:33:33.663 INFO STEP 40 (remove_files) COMPLETE
58972026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.663 INFO O| Sep 11 00:33:33.663 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.673 INFO O| Sep 11 00:33:33.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58992026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.673 INFO O| Sep 11 00:33:33.673 INFO STEP 41 (remove_files) COMPLETE
59002026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.673 INFO O| Sep 11 00:33:33.673 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.682 INFO O| Sep 11 00:33:33.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
59022026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.682 INFO O| Sep 11 00:33:33.682 INFO STEP 42 (remove_files) COMPLETE
59032026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.682 INFO O| Sep 11 00:33:33.682 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.691 INFO O| Sep 11 00:33:33.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
59052026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.691 INFO O| Sep 11 00:33:33.691 INFO STEP 43 (remove_files) COMPLETE
59062026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.691 INFO O| Sep 11 00:33:33.691 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.701 INFO O| Sep 11 00:33:33.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
59082026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.701 INFO O| Sep 11 00:33:33.701 INFO STEP 44 (remove_files) COMPLETE
59092026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.701 INFO O| Sep 11 00:33:33.701 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.710 INFO O| Sep 11 00:33:33.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
59112026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.710 INFO O| Sep 11 00:33:33.710 INFO STEP 45 (remove_files) COMPLETE
59122026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.710 INFO O| Sep 11 00:33:33.710 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.719 INFO O| Sep 11 00:33:33.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
59142026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.719 INFO O| Sep 11 00:33:33.719 INFO STEP 46 (remove_files) COMPLETE
59152026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.719 INFO O| Sep 11 00:33:33.719 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.729 INFO O| Sep 11 00:33:33.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
59172026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.729 INFO O| Sep 11 00:33:33.729 INFO STEP 47 (remove_files) COMPLETE
59182026-09-11T00:33:35.153Z[ recovery-image] Sep 11 00:33:33.729 INFO O| Sep 11 00:33:33.729 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-11T00:33:35.154Z[ recovery-image] Sep 11 00:33:33.740 INFO O| Sep 11 00:33:33.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
59202026-09-11T00:33:35.154Z[ recovery-image] Sep 11 00:33:33.740 INFO O| Sep 11 00:33:33.740 INFO STEP 48 (remove_files) COMPLETE
59212026-09-11T00:33:35.154Z[ recovery-image] Sep 11 00:33:33.740 INFO O| Sep 11 00:33:33.740 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-11T00:33:35.154Z[ recovery-image] Sep 11 00:33:33.750 INFO O| Sep 11 00:33:33.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
59232026-09-11T00:33:35.154Z[ recovery-image] Sep 11 00:33:33.750 INFO O| Sep 11 00:33:33.750 INFO STEP 49 (remove_files) COMPLETE
59242026-09-11T00:33:35.154Z[ recovery-image] Sep 11 00:33:33.750 INFO O| Sep 11 00:33:33.750 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-11T00:33:35.158Z[ recovery-image] Sep 11 00:33:33.760 INFO O| Sep 11 00:33:33.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
59262026-09-11T00:33:35.158Z[ recovery-image] Sep 11 00:33:33.760 INFO O| Sep 11 00:33:33.760 INFO STEP 50 (remove_files) COMPLETE
59272026-09-11T00:33:35.158Z[ recovery-image] Sep 11 00:33:33.760 INFO O| Sep 11 00:33:33.760 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-11T00:33:35.158Z[ recovery-image] Sep 11 00:33:33.770 INFO O| Sep 11 00:33:33.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
59292026-09-11T00:33:35.191Z[ recovery-image] Sep 11 00:33:33.796 INFO O| Sep 11 00:33:33.796 INFO STEP 51 (remove_files) COMPLETE
59302026-09-11T00:33:35.191Z[ recovery-image] Sep 11 00:33:33.796 INFO O| Sep 11 00:33:33.796 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-09-11T00:33:35.215Z[ recovery-image] Sep 11 00:33:33.833 INFO O| Sep 11 00:33:33.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
59322026-09-11T00:33:35.228Z[ recovery-image] Sep 11 00:33:33.835 INFO O| Sep 11 00:33:33.835 INFO STEP 52 (remove_files) COMPLETE
59332026-09-11T00:33:35.228Z[ recovery-image] Sep 11 00:33:33.835 INFO O| Sep 11 00:33:33.835 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-09-11T00:33:35.239Z[ recovery-image] Sep 11 00:33:33.847 INFO O| Sep 11 00:33:33.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
59352026-09-11T00:33:35.239Z[ recovery-image] Sep 11 00:33:33.847 INFO O| Sep 11 00:33:33.847 INFO STEP 53 (remove_files) COMPLETE
59362026-09-11T00:33:35.239Z[ recovery-image] Sep 11 00:33:33.847 INFO O| Sep 11 00:33:33.847 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-09-11T00:33:35.288Z[ recovery-image] Sep 11 00:33:33.894 INFO O| Sep 11 00:33:33.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
59382026-09-11T00:33:35.288Z[ recovery-image] Sep 11 00:33:33.894 INFO O| Sep 11 00:33:33.894 INFO STEP 54 (remove_files) COMPLETE
59392026-09-11T00:33:35.288Z[ recovery-image] Sep 11 00:33:33.894 INFO O| Sep 11 00:33:33.894 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-09-11T00:33:35.288Z[ recovery-image] Sep 11 00:33:33.904 INFO O| Sep 11 00:33:33.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
59412026-09-11T00:33:35.288Z[ recovery-image] Sep 11 00:33:33.904 INFO O| Sep 11 00:33:33.904 INFO STEP 55 (remove_files) COMPLETE
59422026-09-11T00:33:35.288Z[ recovery-image] Sep 11 00:33:33.904 INFO O| Sep 11 00:33:33.904 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-09-11T00:33:35.306Z[ recovery-image] Sep 11 00:33:33.913 INFO O| Sep 11 00:33:33.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
59442026-09-11T00:33:35.306Z[ recovery-image] Sep 11 00:33:33.913 INFO O| Sep 11 00:33:33.913 INFO STEP 56 (remove_files) COMPLETE
59452026-09-11T00:33:35.306Z[ recovery-image] Sep 11 00:33:33.913 INFO O| Sep 11 00:33:33.913 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-09-11T00:33:35.332Z[ recovery-image] Sep 11 00:33:33.921 INFO O| Sep 11 00:33:33.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
59472026-09-11T00:33:35.332Z[ recovery-image] Sep 11 00:33:33.921 INFO O| Sep 11 00:33:33.921 INFO STEP 57 (remove_files) COMPLETE
59482026-09-11T00:33:35.339Z[ recovery-image] Sep 11 00:33:33.921 INFO O| Sep 11 00:33:33.921 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-09-11T00:33:35.339Z[ recovery-image] Sep 11 00:33:33.929 INFO O| Sep 11 00:33:33.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
59502026-09-11T00:33:35.339Z[ recovery-image] Sep 11 00:33:33.930 INFO O| Sep 11 00:33:33.929 INFO STEP 58 (remove_files) COMPLETE
59512026-09-11T00:33:35.339Z[ recovery-image] Sep 11 00:33:33.930 INFO O| Sep 11 00:33:33.930 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-09-11T00:33:35.339Z[ recovery-image] Sep 11 00:33:33.938 INFO O| Sep 11 00:33:33.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
59532026-09-11T00:33:35.339Z[ recovery-image] Sep 11 00:33:33.938 INFO O| Sep 11 00:33:33.938 INFO STEP 59 (remove_files) COMPLETE
59542026-09-11T00:33:35.339Z[ recovery-image] Sep 11 00:33:33.938 INFO O| Sep 11 00:33:33.938 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-09-11T00:33:35.347Z[ recovery-image] Sep 11 00:33:33.959 INFO O| Sep 11 00:33:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
59562026-09-11T00:33:35.348Z[ recovery-image] Sep 11 00:33:33.959 INFO O| Sep 11 00:33:33.959 INFO STEP 60 (remove_files) COMPLETE
59572026-09-11T00:33:35.348Z[ recovery-image] Sep 11 00:33:33.959 INFO O| Sep 11 00:33:33.959 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-09-11T00:33:35.405Z[ recovery-image] Sep 11 00:33:34.025 INFO O| Sep 11 00:33:34.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
59592026-09-11T00:33:35.405Z[ recovery-image] Sep 11 00:33:34.025 INFO O| Sep 11 00:33:34.025 INFO STEP 61 (remove_files) COMPLETE
59602026-09-11T00:33:35.411Z[ recovery-image] Sep 11 00:33:34.025 INFO O| Sep 11 00:33:34.025 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-09-11T00:33:35.416Z[ recovery-image] Sep 11 00:33:34.033 INFO O| Sep 11 00:33:34.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
59622026-09-11T00:33:35.416Z[ recovery-image] Sep 11 00:33:34.033 INFO O| Sep 11 00:33:34.033 INFO STEP 62 (remove_files) COMPLETE
59632026-09-11T00:33:35.416Z[ recovery-image] Sep 11 00:33:34.033 INFO O| Sep 11 00:33:34.033 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-09-11T00:33:35.426Z[ recovery-image] Sep 11 00:33:34.044 INFO O| Sep 11 00:33:34.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
59652026-09-11T00:33:35.426Z[ recovery-image] Sep 11 00:33:34.044 INFO O| Sep 11 00:33:34.044 INFO STEP 63 (remove_files) COMPLETE
59662026-09-11T00:33:35.426Z[ recovery-image] Sep 11 00:33:34.044 INFO O| Sep 11 00:33:34.044 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-09-11T00:33:35.439Z[ recovery-image] Sep 11 00:33:34.054 INFO O| Sep 11 00:33:34.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
59682026-09-11T00:33:35.451Z[ recovery-image] Sep 11 00:33:34.055 INFO O| Sep 11 00:33:34.055 INFO STEP 64 (remove_files) COMPLETE
59692026-09-11T00:33:35.451Z[ recovery-image] Sep 11 00:33:34.055 INFO O| Sep 11 00:33:34.055 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-09-11T00:33:35.467Z[ recovery-image] Sep 11 00:33:34.064 INFO O| Sep 11 00:33:34.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
59712026-09-11T00:33:35.467Z[ recovery-image] Sep 11 00:33:34.065 INFO O| Sep 11 00:33:34.065 INFO STEP 65 (remove_files) COMPLETE
59722026-09-11T00:33:35.467Z[ recovery-image] Sep 11 00:33:34.065 INFO O| Sep 11 00:33:34.065 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-09-11T00:33:35.467Z[ recovery-image] Sep 11 00:33:34.074 INFO O| Sep 11 00:33:34.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
59742026-09-11T00:33:35.467Z[ recovery-image] Sep 11 00:33:34.074 INFO O| Sep 11 00:33:34.074 INFO STEP 66 (remove_files) COMPLETE
59752026-09-11T00:33:35.467Z[ recovery-image] Sep 11 00:33:34.074 INFO O| Sep 11 00:33:34.074 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-09-11T00:33:35.472Z[ recovery-image] Sep 11 00:33:34.083 INFO O| Sep 11 00:33:34.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
59772026-09-11T00:33:35.472Z[ recovery-image] Sep 11 00:33:34.083 INFO O| Sep 11 00:33:34.083 INFO STEP 67 (remove_files) COMPLETE
59782026-09-11T00:33:35.472Z[ recovery-image] Sep 11 00:33:34.083 INFO O| Sep 11 00:33:34.083 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-09-11T00:33:35.476Z[ recovery-image] Sep 11 00:33:34.095 INFO O| Sep 11 00:33:34.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
59802026-09-11T00:33:35.476Z[ recovery-image] Sep 11 00:33:34.095 INFO O| Sep 11 00:33:34.095 INFO STEP 68 (remove_files) COMPLETE
59812026-09-11T00:33:35.476Z[ recovery-image] Sep 11 00:33:34.095 INFO O| Sep 11 00:33:34.095 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-09-11T00:33:35.498Z[ recovery-image] Sep 11 00:33:34.115 INFO O| Sep 11 00:33:34.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
59832026-09-11T00:33:35.498Z[ recovery-image] Sep 11 00:33:34.115 INFO O| Sep 11 00:33:34.115 INFO STEP 69 (remove_files) COMPLETE
59842026-09-11T00:33:35.507Z[ recovery-image] Sep 11 00:33:34.115 INFO O| Sep 11 00:33:34.115 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-09-11T00:33:35.517Z[ recovery-image] Sep 11 00:33:34.126 INFO O| Sep 11 00:33:34.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59862026-09-11T00:33:35.517Z[ recovery-image] Sep 11 00:33:34.126 INFO O| Sep 11 00:33:34.126 INFO STEP 70 (remove_files) COMPLETE
59872026-09-11T00:33:35.517Z[ recovery-image] Sep 11 00:33:34.126 INFO O| Sep 11 00:33:34.126 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-09-11T00:33:35.526Z[ recovery-image] Sep 11 00:33:34.138 INFO O| Sep 11 00:33:34.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59892026-09-11T00:33:35.526Z[ recovery-image] Sep 11 00:33:34.139 INFO O| Sep 11 00:33:34.139 INFO STEP 71 (remove_files) COMPLETE
59902026-09-11T00:33:35.526Z[ recovery-image] Sep 11 00:33:34.139 INFO O| Sep 11 00:33:34.139 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-09-11T00:33:35.536Z[ recovery-image] Sep 11 00:33:34.150 INFO O| Sep 11 00:33:34.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59922026-09-11T00:33:35.536Z[ recovery-image] Sep 11 00:33:34.150 INFO O| Sep 11 00:33:34.150 INFO STEP 72 (remove_files) COMPLETE
59932026-09-11T00:33:35.536Z[ recovery-image] Sep 11 00:33:34.150 INFO O| Sep 11 00:33:34.150 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-09-11T00:33:35.541Z[ recovery-image] Sep 11 00:33:34.160 INFO O| Sep 11 00:33:34.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59952026-09-11T00:33:35.541Z[ recovery-image] Sep 11 00:33:34.161 INFO O| Sep 11 00:33:34.161 INFO STEP 73 (remove_files) COMPLETE
59962026-09-11T00:33:35.541Z[ recovery-image] Sep 11 00:33:34.161 INFO O| Sep 11 00:33:34.161 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-09-11T00:33:35.563Z[ recovery-image] Sep 11 00:33:34.171 INFO O| Sep 11 00:33:34.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59982026-09-11T00:33:35.563Z[ recovery-image] Sep 11 00:33:34.171 INFO O| Sep 11 00:33:34.171 INFO STEP 74 (remove_files) COMPLETE
59992026-09-11T00:33:35.573Z[ recovery-image] Sep 11 00:33:34.172 INFO O| Sep 11 00:33:34.171 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-09-11T00:33:35.573Z[ recovery-image] Sep 11 00:33:34.183 INFO O| Sep 11 00:33:34.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
60012026-09-11T00:33:35.574Z[ recovery-image] Sep 11 00:33:34.183 INFO O| Sep 11 00:33:34.183 INFO STEP 75 (remove_files) COMPLETE
60022026-09-11T00:33:35.574Z[ recovery-image] Sep 11 00:33:34.183 INFO O| Sep 11 00:33:34.183 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-09-11T00:33:35.580Z[ recovery-image] Sep 11 00:33:34.193 INFO O| Sep 11 00:33:34.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
60042026-09-11T00:33:35.580Z[ recovery-image] Sep 11 00:33:34.193 INFO O| Sep 11 00:33:34.193 INFO STEP 76 (remove_files) COMPLETE
60052026-09-11T00:33:35.580Z[ recovery-image] Sep 11 00:33:34.193 INFO O| Sep 11 00:33:34.193 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-09-11T00:33:35.585Z[ recovery-image] Sep 11 00:33:34.204 INFO O| Sep 11 00:33:34.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
60072026-09-11T00:33:35.585Z[ recovery-image] Sep 11 00:33:34.205 INFO O| Sep 11 00:33:34.205 INFO STEP 77 (remove_files) COMPLETE
60082026-09-11T00:33:35.590Z[ recovery-image] Sep 11 00:33:34.205 INFO O| Sep 11 00:33:34.205 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-09-11T00:33:35.596Z[ recovery-image] Sep 11 00:33:34.216 INFO O| Sep 11 00:33:34.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
60102026-09-11T00:33:35.597Z[ recovery-image] Sep 11 00:33:34.216 INFO O| Sep 11 00:33:34.216 INFO STEP 78 (remove_files) COMPLETE
60112026-09-11T00:33:35.603Z[ recovery-image] Sep 11 00:33:34.216 INFO O| Sep 11 00:33:34.216 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-09-11T00:33:35.611Z[ recovery-image] Sep 11 00:33:34.226 INFO O| Sep 11 00:33:34.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
60132026-09-11T00:33:35.611Z[ recovery-image] Sep 11 00:33:34.226 INFO O| Sep 11 00:33:34.226 INFO STEP 79 (remove_files) COMPLETE
60142026-09-11T00:33:35.611Z[ recovery-image] Sep 11 00:33:34.226 INFO O| Sep 11 00:33:34.226 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-09-11T00:33:35.619Z[ recovery-image] Sep 11 00:33:34.238 INFO O| Sep 11 00:33:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
60162026-09-11T00:33:35.619Z[ recovery-image] Sep 11 00:33:34.238 INFO O| Sep 11 00:33:34.238 INFO STEP 80 (remove_files) COMPLETE
60172026-09-11T00:33:35.636Z[ recovery-image] Sep 11 00:33:34.238 INFO O| Sep 11 00:33:34.238 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-09-11T00:33:35.642Z[ recovery-image] Sep 11 00:33:34.248 INFO O| Sep 11 00:33:34.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
60192026-09-11T00:33:35.642Z[ recovery-image] Sep 11 00:33:34.248 INFO O| Sep 11 00:33:34.248 INFO STEP 81 (remove_files) COMPLETE
60202026-09-11T00:33:35.642Z[ recovery-image] Sep 11 00:33:34.248 INFO O| Sep 11 00:33:34.248 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-09-11T00:33:35.642Z[ recovery-image] Sep 11 00:33:34.258 INFO O| Sep 11 00:33:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
60222026-09-11T00:33:35.642Z[ recovery-image] Sep 11 00:33:34.258 INFO O| Sep 11 00:33:34.258 INFO STEP 82 (remove_files) COMPLETE
60232026-09-11T00:33:35.642Z[ recovery-image] Sep 11 00:33:34.258 INFO O| Sep 11 00:33:34.258 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-09-11T00:33:35.652Z[ recovery-image] Sep 11 00:33:34.268 INFO O| Sep 11 00:33:34.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
60252026-09-11T00:33:35.652Z[ recovery-image] Sep 11 00:33:34.268 INFO O| Sep 11 00:33:34.268 INFO STEP 83 (remove_files) COMPLETE
60262026-09-11T00:33:35.652Z[ recovery-image] Sep 11 00:33:34.268 INFO O| Sep 11 00:33:34.268 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-09-11T00:33:35.660Z[ recovery-image] Sep 11 00:33:34.278 INFO O| Sep 11 00:33:34.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
60282026-09-11T00:33:35.660Z[ recovery-image] Sep 11 00:33:34.278 INFO O| Sep 11 00:33:34.278 INFO STEP 84 (remove_files) COMPLETE
60292026-09-11T00:33:35.667Z[ recovery-image] Sep 11 00:33:34.278 INFO O| Sep 11 00:33:34.278 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-09-11T00:33:35.675Z[ recovery-image] Sep 11 00:33:34.294 INFO O| Sep 11 00:33:34.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
60312026-09-11T00:33:35.675Z[ recovery-image] Sep 11 00:33:34.294 INFO O| Sep 11 00:33:34.294 INFO STEP 85 (remove_files) COMPLETE
60322026-09-11T00:33:35.675Z[ recovery-image] Sep 11 00:33:34.294 INFO O| Sep 11 00:33:34.294 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-09-11T00:33:35.690Z[ recovery-image] Sep 11 00:33:34.304 INFO O| Sep 11 00:33:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
60342026-09-11T00:33:35.697Z[ recovery-image] Sep 11 00:33:34.304 INFO O| Sep 11 00:33:34.304 INFO STEP 86 (remove_files) COMPLETE
60352026-09-11T00:33:35.697Z[ recovery-image] Sep 11 00:33:34.304 INFO O| Sep 11 00:33:34.304 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-09-11T00:33:35.697Z[ recovery-image] Sep 11 00:33:34.314 INFO O| Sep 11 00:33:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
60372026-09-11T00:33:35.697Z[ recovery-image] Sep 11 00:33:34.315 INFO O| Sep 11 00:33:34.315 INFO STEP 87 (remove_files) COMPLETE
60382026-09-11T00:33:35.697Z[ recovery-image] Sep 11 00:33:34.315 INFO O| Sep 11 00:33:34.315 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-09-11T00:33:35.706Z[ recovery-image] Sep 11 00:33:34.325 INFO O| Sep 11 00:33:34.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
60402026-09-11T00:33:35.706Z[ recovery-image] Sep 11 00:33:34.325 INFO O| Sep 11 00:33:34.325 INFO STEP 88 (remove_files) COMPLETE
60412026-09-11T00:33:35.706Z[ recovery-image] Sep 11 00:33:34.325 INFO O| Sep 11 00:33:34.325 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-09-11T00:33:35.716Z[ recovery-image] Sep 11 00:33:34.336 INFO O| Sep 11 00:33:34.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
60432026-09-11T00:33:35.728Z[ recovery-image] Sep 11 00:33:34.337 INFO O| Sep 11 00:33:34.337 INFO STEP 89 (remove_files) COMPLETE
60442026-09-11T00:33:35.728Z[ recovery-image] Sep 11 00:33:34.337 INFO O| Sep 11 00:33:34.337 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-09-11T00:33:35.732Z[ recovery-image] Sep 11 00:33:34.347 INFO O| Sep 11 00:33:34.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
60462026-09-11T00:33:35.732Z[ recovery-image] Sep 11 00:33:34.347 INFO O| Sep 11 00:33:34.347 INFO STEP 90 (remove_files) COMPLETE
60472026-09-11T00:33:35.732Z[ recovery-image] Sep 11 00:33:34.347 INFO O| Sep 11 00:33:34.347 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-11T00:33:35.737Z[ recovery-image] Sep 11 00:33:34.357 INFO O| Sep 11 00:33:34.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
60492026-09-11T00:33:35.745Z[ recovery-image] Sep 11 00:33:34.358 INFO O| Sep 11 00:33:34.358 INFO STEP 91 (remove_files) COMPLETE
60502026-09-11T00:33:35.745Z[ recovery-image] Sep 11 00:33:34.358 INFO O| Sep 11 00:33:34.358 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-11T00:33:35.750Z[ recovery-image] Sep 11 00:33:34.368 INFO O| Sep 11 00:33:34.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
60522026-09-11T00:33:35.750Z[ recovery-image] Sep 11 00:33:34.368 INFO O| Sep 11 00:33:34.368 INFO STEP 92 (remove_files) COMPLETE
60532026-09-11T00:33:35.750Z[ recovery-image] Sep 11 00:33:34.368 INFO O| Sep 11 00:33:34.368 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-09-11T00:33:35.768Z[ recovery-image] Sep 11 00:33:34.379 INFO O| Sep 11 00:33:34.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
60552026-09-11T00:33:35.768Z[ recovery-image] Sep 11 00:33:34.380 INFO O| Sep 11 00:33:34.380 INFO STEP 93 (remove_files) COMPLETE
60562026-09-11T00:33:35.786Z[ recovery-image] Sep 11 00:33:34.380 INFO O| Sep 11 00:33:34.380 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-09-11T00:33:35.786Z[ recovery-image] Sep 11 00:33:34.390 INFO O| Sep 11 00:33:34.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
60582026-09-11T00:33:35.786Z[ recovery-image] Sep 11 00:33:34.391 INFO O| Sep 11 00:33:34.391 INFO STEP 94 (remove_files) COMPLETE
60592026-09-11T00:33:35.786Z[ recovery-image] Sep 11 00:33:34.391 INFO O| Sep 11 00:33:34.391 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-09-11T00:33:35.842Z[ recovery-image] Sep 11 00:33:34.401 INFO O| Sep 11 00:33:34.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
60612026-09-11T00:33:35.842Z[ recovery-image] Sep 11 00:33:34.401 INFO O| Sep 11 00:33:34.401 INFO STEP 95 (remove_files) COMPLETE
60622026-09-11T00:33:35.842Z[ recovery-image] Sep 11 00:33:34.401 INFO O| Sep 11 00:33:34.401 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-09-11T00:33:35.842Z[ recovery-image] Sep 11 00:33:34.410 INFO O| Sep 11 00:33:34.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
60642026-09-11T00:33:35.842Z[ recovery-image] Sep 11 00:33:34.410 INFO O| Sep 11 00:33:34.410 INFO STEP 96 (remove_files) COMPLETE
60652026-09-11T00:33:35.842Z[ recovery-image] Sep 11 00:33:34.410 INFO O| Sep 11 00:33:34.410 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.418 INFO O| Sep 11 00:33:34.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
60672026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.418 INFO O| Sep 11 00:33:34.418 INFO STEP 97 (remove_files) COMPLETE
60682026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.418 INFO O| Sep 11 00:33:34.418 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.429 INFO O| Sep 11 00:33:34.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
60702026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.429 INFO O| Sep 11 00:33:34.429 INFO STEP 98 (remove_files) COMPLETE
60712026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.429 INFO O| Sep 11 00:33:34.429 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.439 INFO O| Sep 11 00:33:34.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
60732026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.439 INFO O| Sep 11 00:33:34.439 INFO STEP 99 (remove_files) COMPLETE
60742026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.439 INFO O| Sep 11 00:33:34.439 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-09-11T00:33:35.851Z[ recovery-image] Sep 11 00:33:34.447 INFO O| Sep 11 00:33:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
60762026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.448 INFO O| Sep 11 00:33:34.447 INFO STEP 100 (remove_files) COMPLETE
60772026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.448 INFO O| Sep 11 00:33:34.448 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.456 INFO O| Sep 11 00:33:34.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
60792026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.457 INFO O| Sep 11 00:33:34.457 INFO STEP 101 (remove_files) COMPLETE
60802026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.457 INFO O| Sep 11 00:33:34.457 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.466 INFO O| Sep 11 00:33:34.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
60822026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.466 INFO O| Sep 11 00:33:34.466 INFO STEP 102 (remove_files) COMPLETE
60832026-09-11T00:33:35.852Z[ recovery-image] Sep 11 00:33:34.466 INFO O| Sep 11 00:33:34.466 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-09-11T00:33:35.876Z[ recovery-image] Sep 11 00:33:34.474 INFO O| Sep 11 00:33:34.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60852026-09-11T00:33:35.876Z[ recovery-image] Sep 11 00:33:34.475 INFO O| Sep 11 00:33:34.475 INFO STEP 103 (remove_files) COMPLETE
60862026-09-11T00:33:35.876Z[ recovery-image] Sep 11 00:33:34.475 INFO O| Sep 11 00:33:34.475 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-09-11T00:33:35.905Z[ recovery-image] Sep 11 00:33:34.485 INFO O| Sep 11 00:33:34.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60882026-09-11T00:33:35.905Z[ recovery-image] Sep 11 00:33:34.485 INFO O| Sep 11 00:33:34.485 INFO STEP 104 (remove_files) COMPLETE
60892026-09-11T00:33:35.905Z[ recovery-image] Sep 11 00:33:34.485 INFO O| Sep 11 00:33:34.485 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-09-11T00:33:35.905Z[ recovery-image] Sep 11 00:33:34.494 INFO O| Sep 11 00:33:34.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60912026-09-11T00:33:35.905Z[ recovery-image] Sep 11 00:33:34.494 INFO O| Sep 11 00:33:34.494 INFO STEP 105 (remove_files) COMPLETE
60922026-09-11T00:33:35.905Z[ recovery-image] Sep 11 00:33:34.494 INFO O| Sep 11 00:33:34.494 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-09-11T00:33:35.934Z[ recovery-image] Sep 11 00:33:34.504 INFO O| Sep 11 00:33:34.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60942026-09-11T00:33:35.934Z[ recovery-image] Sep 11 00:33:34.504 INFO O| Sep 11 00:33:34.504 INFO STEP 106 (remove_files) COMPLETE
60952026-09-11T00:33:35.934Z[ recovery-image] Sep 11 00:33:34.504 INFO O| Sep 11 00:33:34.504 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-11T00:33:35.934Z[ recovery-image] Sep 11 00:33:34.514 INFO O| Sep 11 00:33:34.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60972026-09-11T00:33:35.935Z[ recovery-image] Sep 11 00:33:34.515 INFO O| Sep 11 00:33:34.514 INFO STEP 107 (remove_files) COMPLETE
60982026-09-11T00:33:35.935Z[ recovery-image] Sep 11 00:33:34.515 INFO O| Sep 11 00:33:34.515 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-09-11T00:33:35.935Z[ recovery-image] Sep 11 00:33:34.525 INFO O| Sep 11 00:33:34.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
61002026-09-11T00:33:35.935Z[ recovery-image] Sep 11 00:33:34.525 INFO O| Sep 11 00:33:34.525 INFO STEP 108 (remove_files) COMPLETE
61012026-09-11T00:33:35.935Z[ recovery-image] Sep 11 00:33:34.525 INFO O| Sep 11 00:33:34.525 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-09-11T00:33:35.973Z[ recovery-image] Sep 11 00:33:34.534 INFO O| Sep 11 00:33:34.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
61032026-09-11T00:33:35.973Z[ recovery-image] Sep 11 00:33:34.534 INFO O| Sep 11 00:33:34.534 INFO STEP 109 (remove_files) COMPLETE
61042026-09-11T00:33:35.973Z[ recovery-image] Sep 11 00:33:34.534 INFO O| Sep 11 00:33:34.534 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-09-11T00:33:35.973Z[ recovery-image] Sep 11 00:33:34.545 INFO O| Sep 11 00:33:34.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
61062026-09-11T00:33:35.973Z[ recovery-image] Sep 11 00:33:34.545 INFO O| Sep 11 00:33:34.545 INFO STEP 110 (remove_files) COMPLETE
61072026-09-11T00:33:35.973Z[ recovery-image] Sep 11 00:33:34.545 INFO O| Sep 11 00:33:34.545 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-09-11T00:33:35.982Z[ recovery-image] Sep 11 00:33:34.555 INFO O| Sep 11 00:33:34.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
61092026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.555 INFO O| Sep 11 00:33:34.555 INFO STEP 111 (remove_files) COMPLETE
61102026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.555 INFO O| Sep 11 00:33:34.555 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.565 INFO O| Sep 11 00:33:34.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
61122026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.565 INFO O| Sep 11 00:33:34.565 INFO STEP 112 (remove_files) COMPLETE
61132026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.565 INFO O| Sep 11 00:33:34.565 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.575 INFO O| Sep 11 00:33:34.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
61152026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.575 INFO O| Sep 11 00:33:34.575 INFO STEP 113 (remove_files) COMPLETE
61162026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.575 INFO O| Sep 11 00:33:34.575 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.586 INFO O| Sep 11 00:33:34.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
61182026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.586 INFO O| Sep 11 00:33:34.586 INFO STEP 114 (remove_files) COMPLETE
61192026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.586 INFO O| Sep 11 00:33:34.586 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.597 INFO O| Sep 11 00:33:34.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
61212026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.597 INFO O| Sep 11 00:33:34.597 INFO STEP 115 (remove_files) COMPLETE
61222026-09-11T00:33:35.983Z[ recovery-image] Sep 11 00:33:34.597 INFO O| Sep 11 00:33:34.597 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-09-11T00:33:35.983Z[verify-libraries] Compiling git2 v0.20.4
61242026-09-11T00:33:35.996Z[ recovery-image] Sep 11 00:33:34.608 INFO O| Sep 11 00:33:34.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
61252026-09-11T00:33:35.996Z[ recovery-image] Sep 11 00:33:34.608 INFO O| Sep 11 00:33:34.608 INFO STEP 116 (remove_files) COMPLETE
61262026-09-11T00:33:35.996Z[ recovery-image] Sep 11 00:33:34.608 INFO O| Sep 11 00:33:34.608 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-11T00:33:36.003Z[ recovery-image] Sep 11 00:33:34.619 INFO O| Sep 11 00:33:34.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
61282026-09-11T00:33:36.003Z[ recovery-image] Sep 11 00:33:34.619 INFO O| Sep 11 00:33:34.619 INFO STEP 117 (remove_files) COMPLETE
61292026-09-11T00:33:36.003Z[ recovery-image] Sep 11 00:33:34.619 INFO O| Sep 11 00:33:34.619 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-11T00:33:36.021Z[ recovery-image] Sep 11 00:33:34.630 INFO O| Sep 11 00:33:34.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
61312026-09-11T00:33:36.022Z[ recovery-image] Sep 11 00:33:34.630 INFO O| Sep 11 00:33:34.630 INFO STEP 118 (remove_files) COMPLETE
61322026-09-11T00:33:36.037Z[ recovery-image] Sep 11 00:33:34.630 INFO O| Sep 11 00:33:34.630 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-11T00:33:36.037Z[ recovery-image] Sep 11 00:33:34.640 INFO O| Sep 11 00:33:34.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
61342026-09-11T00:33:36.037Z[ recovery-image] Sep 11 00:33:34.640 INFO O| Sep 11 00:33:34.640 INFO STEP 119 (remove_files) COMPLETE
61352026-09-11T00:33:36.037Z[ recovery-image] Sep 11 00:33:34.640 INFO O| Sep 11 00:33:34.640 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-11T00:33:36.037Z[ recovery-image] Sep 11 00:33:34.650 INFO O| Sep 11 00:33:34.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
61372026-09-11T00:33:36.037Z[ recovery-image] Sep 11 00:33:34.650 INFO O| Sep 11 00:33:34.650 INFO STEP 120 (remove_files) COMPLETE
61382026-09-11T00:33:36.038Z[ recovery-image] Sep 11 00:33:34.650 INFO O| Sep 11 00:33:34.650 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-11T00:33:36.048Z[ recovery-image] Sep 11 00:33:34.660 INFO O| Sep 11 00:33:34.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
61402026-09-11T00:33:36.048Z[ recovery-image] Sep 11 00:33:34.660 INFO O| Sep 11 00:33:34.660 INFO STEP 121 (remove_files) COMPLETE
61412026-09-11T00:33:36.048Z[ recovery-image] Sep 11 00:33:34.660 INFO O| Sep 11 00:33:34.660 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-11T00:33:36.053Z[ recovery-image] Sep 11 00:33:34.669 INFO O| Sep 11 00:33:34.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
61432026-09-11T00:33:36.054Z[ recovery-image] Sep 11 00:33:34.669 INFO O| Sep 11 00:33:34.669 INFO STEP 122 (remove_files) COMPLETE
61442026-09-11T00:33:36.054Z[ recovery-image] Sep 11 00:33:34.669 INFO O| Sep 11 00:33:34.669 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-11T00:33:36.075Z[ recovery-image] Sep 11 00:33:34.679 INFO O| Sep 11 00:33:34.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
61462026-09-11T00:33:36.075Z[ recovery-image] Sep 11 00:33:34.679 INFO O| Sep 11 00:33:34.679 INFO STEP 123 (remove_files) COMPLETE
61472026-09-11T00:33:36.075Z[ recovery-image] Sep 11 00:33:34.679 INFO O| Sep 11 00:33:34.679 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-11T00:33:36.081Z[ recovery-image] Sep 11 00:33:34.689 INFO O| Sep 11 00:33:34.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
61492026-09-11T00:33:36.081Z[ recovery-image] Sep 11 00:33:34.689 INFO O| Sep 11 00:33:34.689 INFO STEP 124 (remove_files) COMPLETE
61502026-09-11T00:33:36.081Z[ recovery-image] Sep 11 00:33:34.689 INFO O| Sep 11 00:33:34.689 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-11T00:33:36.082Z[ recovery-image] Sep 11 00:33:34.699 INFO O| Sep 11 00:33:34.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
61522026-09-11T00:33:36.082Z[ recovery-image] Sep 11 00:33:34.699 INFO O| Sep 11 00:33:34.699 INFO STEP 125 (remove_files) COMPLETE
61532026-09-11T00:33:36.082Z[ recovery-image] Sep 11 00:33:34.699 INFO O| Sep 11 00:33:34.699 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-11T00:33:36.102Z[ recovery-image] Sep 11 00:33:34.711 INFO O| Sep 11 00:33:34.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
61552026-09-11T00:33:36.103Z[ recovery-image] Sep 11 00:33:34.711 INFO O| Sep 11 00:33:34.711 INFO STEP 126 (remove_files) COMPLETE
61562026-09-11T00:33:36.103Z[ recovery-image] Sep 11 00:33:34.711 INFO O| Sep 11 00:33:34.711 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-11T00:33:36.133Z[ recovery-image] Sep 11 00:33:34.722 INFO O| Sep 11 00:33:34.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
61582026-09-11T00:33:36.133Z[ recovery-image] Sep 11 00:33:34.722 INFO O| Sep 11 00:33:34.722 INFO STEP 127 (remove_files) COMPLETE
61592026-09-11T00:33:36.133Z[ recovery-image] Sep 11 00:33:34.722 INFO O| Sep 11 00:33:34.722 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-11T00:33:36.133Z[ recovery-image] Sep 11 00:33:34.731 INFO O| Sep 11 00:33:34.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
61612026-09-11T00:33:36.133Z[ recovery-image] Sep 11 00:33:34.731 INFO O| Sep 11 00:33:34.731 INFO STEP 128 (remove_files) COMPLETE
61622026-09-11T00:33:36.133Z[ recovery-image] Sep 11 00:33:34.731 INFO O| Sep 11 00:33:34.731 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-11T00:33:36.143Z[ recovery-image] Sep 11 00:33:34.742 INFO O| Sep 11 00:33:34.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
61642026-09-11T00:33:36.143Z[ recovery-image] Sep 11 00:33:34.742 INFO O| Sep 11 00:33:34.742 INFO STEP 129 (remove_files) COMPLETE
61652026-09-11T00:33:36.144Z[ recovery-image] Sep 11 00:33:34.742 INFO O| Sep 11 00:33:34.742 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-11T00:33:36.144Z[ recovery-image] Sep 11 00:33:34.753 INFO O| Sep 11 00:33:34.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
61672026-09-11T00:33:36.144Z[ recovery-image] Sep 11 00:33:34.753 INFO O| Sep 11 00:33:34.753 INFO STEP 130 (remove_files) COMPLETE
61682026-09-11T00:33:36.144Z[ recovery-image] Sep 11 00:33:34.753 INFO O| Sep 11 00:33:34.753 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-11T00:33:36.148Z[ recovery-image] Sep 11 00:33:34.763 INFO O| Sep 11 00:33:34.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
61702026-09-11T00:33:36.148Z[ recovery-image] Sep 11 00:33:34.763 INFO O| Sep 11 00:33:34.763 INFO STEP 131 (remove_files) COMPLETE
61712026-09-11T00:33:36.148Z[ recovery-image] Sep 11 00:33:34.763 INFO O| Sep 11 00:33:34.763 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-11T00:33:36.164Z[ recovery-image] Sep 11 00:33:34.774 INFO O| Sep 11 00:33:34.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
61732026-09-11T00:33:36.164Z[ recovery-image] Sep 11 00:33:34.774 INFO O| Sep 11 00:33:34.774 INFO STEP 132 (remove_files) COMPLETE
61742026-09-11T00:33:36.164Z[ recovery-image] Sep 11 00:33:34.774 INFO O| Sep 11 00:33:34.774 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-11T00:33:36.178Z[ recovery-image] Sep 11 00:33:34.785 INFO O| Sep 11 00:33:34.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
61762026-09-11T00:33:36.178Z[ recovery-image] Sep 11 00:33:34.785 INFO O| Sep 11 00:33:34.785 INFO STEP 133 (remove_files) COMPLETE
61772026-09-11T00:33:36.178Z[ recovery-image] Sep 11 00:33:34.785 INFO O| Sep 11 00:33:34.785 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-11T00:33:36.193Z[ recovery-image] Sep 11 00:33:34.796 INFO O| Sep 11 00:33:34.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
61792026-09-11T00:33:36.193Z[ recovery-image] Sep 11 00:33:34.796 INFO O| Sep 11 00:33:34.796 INFO STEP 134 (remove_files) COMPLETE
61802026-09-11T00:33:36.193Z[ recovery-image] Sep 11 00:33:34.796 INFO O| Sep 11 00:33:34.796 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-11T00:33:36.200Z[ recovery-image] Sep 11 00:33:34.807 INFO O| Sep 11 00:33:34.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
61822026-09-11T00:33:36.200Z[ recovery-image] Sep 11 00:33:34.807 INFO O| Sep 11 00:33:34.807 INFO STEP 135 (remove_files) COMPLETE
61832026-09-11T00:33:36.200Z[ recovery-image] Sep 11 00:33:34.807 INFO O| Sep 11 00:33:34.807 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-11T00:33:36.210Z[ recovery-image] Sep 11 00:33:34.819 INFO O| Sep 11 00:33:34.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61852026-09-11T00:33:36.210Z[ recovery-image] Sep 11 00:33:34.819 INFO O| Sep 11 00:33:34.819 INFO STEP 136 (remove_files) COMPLETE
61862026-09-11T00:33:36.210Z[ recovery-image] Sep 11 00:33:34.819 INFO O| Sep 11 00:33:34.819 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-11T00:33:36.220Z[ recovery-image] Sep 11 00:33:34.830 INFO O| Sep 11 00:33:34.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61882026-09-11T00:33:36.220Z[ recovery-image] Sep 11 00:33:34.830 INFO O| Sep 11 00:33:34.830 INFO STEP 137 (remove_files) COMPLETE
61892026-09-11T00:33:36.220Z[ recovery-image] Sep 11 00:33:34.830 INFO O| Sep 11 00:33:34.830 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-11T00:33:36.236Z[ recovery-image] Sep 11 00:33:34.840 INFO O| Sep 11 00:33:34.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61912026-09-11T00:33:36.236Z[ recovery-image] Sep 11 00:33:34.840 INFO O| Sep 11 00:33:34.840 INFO STEP 138 (remove_files) COMPLETE
61922026-09-11T00:33:36.236Z[ recovery-image] Sep 11 00:33:34.840 INFO O| Sep 11 00:33:34.840 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-11T00:33:36.294Z[ recovery-image] Sep 11 00:33:34.850 INFO O| Sep 11 00:33:34.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61942026-09-11T00:33:36.294Z[ recovery-image] Sep 11 00:33:34.850 INFO O| Sep 11 00:33:34.850 INFO STEP 139 (remove_files) COMPLETE
61952026-09-11T00:33:36.294Z[ recovery-image] Sep 11 00:33:34.850 INFO O| Sep 11 00:33:34.850 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.866 INFO O| Sep 11 00:33:34.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61972026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.866 INFO O| Sep 11 00:33:34.866 INFO STEP 140 (remove_files) COMPLETE
61982026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.866 INFO O| Sep 11 00:33:34.866 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.875 INFO O| Sep 11 00:33:34.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
62002026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.875 INFO O| Sep 11 00:33:34.875 INFO STEP 141 (remove_files) COMPLETE
62012026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.876 INFO O| Sep 11 00:33:34.875 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.885 INFO O| Sep 11 00:33:34.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
62032026-09-11T00:33:36.307Z[ recovery-image] Sep 11 00:33:34.885 INFO O| Sep 11 00:33:34.885 INFO STEP 142 (remove_files) COMPLETE
62042026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.885 INFO O| Sep 11 00:33:34.885 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.894 INFO O| Sep 11 00:33:34.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
62062026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.894 INFO O| Sep 11 00:33:34.894 INFO STEP 143 (remove_files) COMPLETE
62072026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.894 INFO O| Sep 11 00:33:34.894 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.904 INFO O| Sep 11 00:33:34.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
62092026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.904 INFO O| Sep 11 00:33:34.904 INFO STEP 144 (remove_files) COMPLETE
62102026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.904 INFO O| Sep 11 00:33:34.904 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.914 INFO O| Sep 11 00:33:34.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
62122026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.915 INFO O| Sep 11 00:33:34.915 INFO STEP 145 (remove_files) COMPLETE
62132026-09-11T00:33:36.308Z[ recovery-image] Sep 11 00:33:34.915 INFO O| Sep 11 00:33:34.915 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-11T00:33:36.322Z[ recovery-image] Sep 11 00:33:34.925 INFO O| Sep 11 00:33:34.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
62152026-09-11T00:33:36.323Z[ recovery-image] Sep 11 00:33:34.925 INFO O| Sep 11 00:33:34.925 INFO STEP 146 (remove_files) COMPLETE
62162026-09-11T00:33:36.323Z[ recovery-image] Sep 11 00:33:34.925 INFO O| Sep 11 00:33:34.925 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-11T00:33:36.331Z[ recovery-image] Sep 11 00:33:34.935 INFO O| Sep 11 00:33:34.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
62182026-09-11T00:33:36.331Z[ recovery-image] Sep 11 00:33:34.935 INFO O| Sep 11 00:33:34.935 INFO STEP 147 (remove_files) COMPLETE
62192026-09-11T00:33:36.331Z[ recovery-image] Sep 11 00:33:34.935 INFO O| Sep 11 00:33:34.935 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-11T00:33:36.360Z[ recovery-image] Sep 11 00:33:34.953 INFO O| Sep 11 00:33:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
62212026-09-11T00:33:36.361Z[ recovery-image] Sep 11 00:33:34.953 INFO O| Sep 11 00:33:34.953 INFO STEP 148 (remove_files) COMPLETE
62222026-09-11T00:33:36.361Z[ recovery-image] Sep 11 00:33:34.953 INFO O| Sep 11 00:33:34.953 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-11T00:33:36.361Z[ recovery-image] Sep 11 00:33:34.962 INFO O| Sep 11 00:33:34.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
62242026-09-11T00:33:36.361Z[ recovery-image] Sep 11 00:33:34.962 INFO O| Sep 11 00:33:34.962 INFO STEP 149 (remove_files) COMPLETE
62252026-09-11T00:33:36.361Z[ recovery-image] Sep 11 00:33:34.962 INFO O| Sep 11 00:33:34.962 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-11T00:33:36.366Z[ recovery-image] Sep 11 00:33:34.974 INFO O| Sep 11 00:33:34.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
62272026-09-11T00:33:36.366Z[ recovery-image] Sep 11 00:33:34.974 INFO O| Sep 11 00:33:34.974 INFO STEP 150 (remove_files) COMPLETE
62282026-09-11T00:33:36.366Z[ recovery-image] Sep 11 00:33:34.974 INFO O| Sep 11 00:33:34.974 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-11T00:33:36.367Z[ recovery-image] Sep 11 00:33:34.984 INFO O| Sep 11 00:33:34.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
62302026-09-11T00:33:36.367Z[ recovery-image] Sep 11 00:33:34.984 INFO O| Sep 11 00:33:34.984 INFO STEP 151 (remove_files) COMPLETE
62312026-09-11T00:33:36.367Z[ recovery-image] Sep 11 00:33:34.984 INFO O| Sep 11 00:33:34.984 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-11T00:33:36.375Z[ recovery-image] Sep 11 00:33:34.994 INFO O| Sep 11 00:33:34.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
62332026-09-11T00:33:36.375Z[ recovery-image] Sep 11 00:33:34.994 INFO O| Sep 11 00:33:34.994 INFO STEP 152 (remove_files) COMPLETE
62342026-09-11T00:33:36.375Z[ recovery-image] Sep 11 00:33:34.994 INFO O| Sep 11 00:33:34.994 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-11T00:33:36.397Z[ recovery-image] Sep 11 00:33:35.004 INFO O| Sep 11 00:33:35.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
62362026-09-11T00:33:36.397Z[ recovery-image] Sep 11 00:33:35.004 INFO O| Sep 11 00:33:35.004 INFO STEP 153 (remove_files) COMPLETE
62372026-09-11T00:33:36.407Z[ recovery-image] Sep 11 00:33:35.004 INFO O| Sep 11 00:33:35.004 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-11T00:33:36.407Z[ recovery-image] Sep 11 00:33:35.014 INFO O| Sep 11 00:33:35.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
62392026-09-11T00:33:36.407Z[ recovery-image] Sep 11 00:33:35.014 INFO O| Sep 11 00:33:35.014 INFO STEP 154 (remove_files) COMPLETE
62402026-09-11T00:33:36.407Z[ recovery-image] Sep 11 00:33:35.014 INFO O| Sep 11 00:33:35.014 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-11T00:33:36.426Z[ recovery-image] Sep 11 00:33:35.025 INFO O| Sep 11 00:33:35.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
62422026-09-11T00:33:36.427Z[ recovery-image] Sep 11 00:33:35.025 INFO O| Sep 11 00:33:35.025 INFO STEP 155 (remove_files) COMPLETE
62432026-09-11T00:33:36.427Z[ recovery-image] Sep 11 00:33:35.025 INFO O| Sep 11 00:33:35.025 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-11T00:33:36.441Z[ recovery-image] Sep 11 00:33:35.036 INFO O| Sep 11 00:33:35.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
62452026-09-11T00:33:36.441Z[ recovery-image] Sep 11 00:33:35.036 INFO O| Sep 11 00:33:35.036 INFO STEP 156 (remove_files) COMPLETE
62462026-09-11T00:33:36.441Z[ recovery-image] Sep 11 00:33:35.036 INFO O| Sep 11 00:33:35.036 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-11T00:33:36.441Z[ recovery-image] Sep 11 00:33:35.047 INFO O| Sep 11 00:33:35.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
62482026-09-11T00:33:36.441Z[ recovery-image] Sep 11 00:33:35.047 INFO O| Sep 11 00:33:35.047 INFO STEP 157 (remove_files) COMPLETE
62492026-09-11T00:33:36.441Z[ recovery-image] Sep 11 00:33:35.047 INFO O| Sep 11 00:33:35.047 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-11T00:33:36.447Z[ recovery-image] Sep 11 00:33:35.057 INFO O| Sep 11 00:33:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
62512026-09-11T00:33:36.447Z[ recovery-image] Sep 11 00:33:35.058 INFO O| Sep 11 00:33:35.057 INFO STEP 158 (remove_files) COMPLETE
62522026-09-11T00:33:36.447Z[ recovery-image] Sep 11 00:33:35.058 INFO O| Sep 11 00:33:35.057 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-11T00:33:36.452Z[ recovery-image] Sep 11 00:33:35.067 INFO O| Sep 11 00:33:35.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
62542026-09-11T00:33:36.452Z[ recovery-image] Sep 11 00:33:35.067 INFO O| Sep 11 00:33:35.067 INFO STEP 159 (remove_files) COMPLETE
62552026-09-11T00:33:36.452Z[ recovery-image] Sep 11 00:33:35.067 INFO O| Sep 11 00:33:35.067 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-11T00:33:36.469Z[ recovery-image] Sep 11 00:33:35.079 INFO O| Sep 11 00:33:35.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
62572026-09-11T00:33:36.469Z[ recovery-image] Sep 11 00:33:35.079 INFO O| Sep 11 00:33:35.079 INFO STEP 160 (remove_files) COMPLETE
62582026-09-11T00:33:36.469Z[ recovery-image] Sep 11 00:33:35.079 INFO O| Sep 11 00:33:35.079 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-11T00:33:36.481Z[ recovery-image] Sep 11 00:33:35.091 INFO O| Sep 11 00:33:35.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
62602026-09-11T00:33:36.481Z[ recovery-image] Sep 11 00:33:35.091 INFO O| Sep 11 00:33:35.091 INFO STEP 161 (remove_files) COMPLETE
62612026-09-11T00:33:36.481Z[ recovery-image] Sep 11 00:33:35.091 INFO O| Sep 11 00:33:35.091 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-11T00:33:36.485Z[ recovery-image] Sep 11 00:33:35.102 INFO O| Sep 11 00:33:35.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
62632026-09-11T00:33:36.485Z[ recovery-image] Sep 11 00:33:35.102 INFO O| Sep 11 00:33:35.102 INFO STEP 162 (remove_files) COMPLETE
62642026-09-11T00:33:36.485Z[ recovery-image] Sep 11 00:33:35.102 INFO O| Sep 11 00:33:35.102 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-11T00:33:36.497Z[ recovery-image] Sep 11 00:33:35.113 INFO O| Sep 11 00:33:35.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
62662026-09-11T00:33:36.497Z[ recovery-image] Sep 11 00:33:35.113 INFO O| Sep 11 00:33:35.113 INFO STEP 163 (remove_files) COMPLETE
62672026-09-11T00:33:36.508Z[ recovery-image] Sep 11 00:33:35.113 INFO O| Sep 11 00:33:35.113 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-11T00:33:36.513Z[ recovery-image] Sep 11 00:33:35.124 INFO O| Sep 11 00:33:35.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
62692026-09-11T00:33:36.513Z[ recovery-image] Sep 11 00:33:35.124 INFO O| Sep 11 00:33:35.124 INFO STEP 164 (remove_files) COMPLETE
62702026-09-11T00:33:36.513Z[ recovery-image] Sep 11 00:33:35.124 INFO O| Sep 11 00:33:35.124 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-11T00:33:36.518Z[ recovery-image] Sep 11 00:33:35.134 INFO O| Sep 11 00:33:35.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
62722026-09-11T00:33:36.518Z[ recovery-image] Sep 11 00:33:35.135 INFO O| Sep 11 00:33:35.135 INFO STEP 165 (remove_files) COMPLETE
62732026-09-11T00:33:36.518Z[ recovery-image] Sep 11 00:33:35.135 INFO O| Sep 11 00:33:35.135 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-11T00:33:36.535Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
62752026-09-11T00:33:36.544Z[ recovery-image] Sep 11 00:33:35.146 INFO O| Sep 11 00:33:35.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
62762026-09-11T00:33:36.544Z[ recovery-image] Sep 11 00:33:35.146 INFO O| Sep 11 00:33:35.146 INFO STEP 166 (remove_files) COMPLETE
62772026-09-11T00:33:36.544Z[ recovery-image] Sep 11 00:33:35.146 INFO O| Sep 11 00:33:35.146 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-11T00:33:36.544Z[ recovery-image] Sep 11 00:33:35.158 INFO O| Sep 11 00:33:35.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
62792026-09-11T00:33:36.544Z[ recovery-image] Sep 11 00:33:35.158 INFO O| Sep 11 00:33:35.158 INFO STEP 167 (remove_files) COMPLETE
62802026-09-11T00:33:36.544Z[ recovery-image] Sep 11 00:33:35.158 INFO O| Sep 11 00:33:35.158 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-11T00:33:36.563Z[ recovery-image] Sep 11 00:33:35.168 INFO O| Sep 11 00:33:35.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
62822026-09-11T00:33:36.563Z[ recovery-image] Sep 11 00:33:35.168 INFO O| Sep 11 00:33:35.168 INFO STEP 168 (remove_files) COMPLETE
62832026-09-11T00:33:36.563Z[ recovery-image] Sep 11 00:33:35.168 INFO O| Sep 11 00:33:35.168 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-11T00:33:36.578Z[ recovery-image] Sep 11 00:33:35.177 INFO O| Sep 11 00:33:35.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62852026-09-11T00:33:36.578Z[ recovery-image] Sep 11 00:33:35.177 INFO O| Sep 11 00:33:35.177 INFO STEP 169 (remove_files) COMPLETE
62862026-09-11T00:33:36.578Z[ recovery-image] Sep 11 00:33:35.177 INFO O| Sep 11 00:33:35.177 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-11T00:33:36.578Z[ recovery-image] Sep 11 00:33:35.187 INFO O| Sep 11 00:33:35.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62882026-09-11T00:33:36.578Z[ recovery-image] Sep 11 00:33:35.187 INFO O| Sep 11 00:33:35.187 INFO STEP 170 (remove_files) COMPLETE
62892026-09-11T00:33:36.578Z[ recovery-image] Sep 11 00:33:35.187 INFO O| Sep 11 00:33:35.187 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-11T00:33:36.600Z[ recovery-image] Sep 11 00:33:35.199 INFO O| Sep 11 00:33:35.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62912026-09-11T00:33:36.600Z[ recovery-image] Sep 11 00:33:35.199 INFO O| Sep 11 00:33:35.199 INFO STEP 171 (remove_files) COMPLETE
62922026-09-11T00:33:36.600Z[ recovery-image] Sep 11 00:33:35.199 INFO O| Sep 11 00:33:35.199 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-11T00:33:36.606Z[ recovery-image] Sep 11 00:33:35.208 INFO O| Sep 11 00:33:35.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62942026-09-11T00:33:36.606Z[ recovery-image] Sep 11 00:33:35.208 INFO O| Sep 11 00:33:35.208 INFO STEP 172 (remove_files) COMPLETE
62952026-09-11T00:33:36.606Z[ recovery-image] Sep 11 00:33:35.208 INFO O| Sep 11 00:33:35.208 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-11T00:33:36.606Z[ recovery-image] Sep 11 00:33:35.219 INFO O| Sep 11 00:33:35.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62972026-09-11T00:33:36.606Z[ recovery-image] Sep 11 00:33:35.219 INFO O| Sep 11 00:33:35.219 INFO STEP 173 (remove_files) COMPLETE
62982026-09-11T00:33:36.606Z[ recovery-image] Sep 11 00:33:35.219 INFO O| Sep 11 00:33:35.219 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-11T00:33:36.611Z[ recovery-image] Sep 11 00:33:35.231 INFO O| Sep 11 00:33:35.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
63002026-09-11T00:33:36.611Z[ recovery-image] Sep 11 00:33:35.231 INFO O| Sep 11 00:33:35.231 INFO STEP 174 (remove_files) COMPLETE
63012026-09-11T00:33:36.611Z[ recovery-image] Sep 11 00:33:35.231 INFO O| Sep 11 00:33:35.231 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-11T00:33:36.622Z[ recovery-image] Sep 11 00:33:35.242 INFO O| Sep 11 00:33:35.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
63032026-09-11T00:33:36.622Z[ recovery-image] Sep 11 00:33:35.242 INFO O| Sep 11 00:33:35.242 INFO STEP 175 (remove_files) COMPLETE
63042026-09-11T00:33:36.622Z[ recovery-image] Sep 11 00:33:35.242 INFO O| Sep 11 00:33:35.242 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-11T00:33:36.635Z[ recovery-image] Sep 11 00:33:35.255 INFO O| Sep 11 00:33:35.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
63062026-09-11T00:33:36.635Z[ recovery-image] Sep 11 00:33:35.255 INFO O| Sep 11 00:33:35.255 INFO STEP 176 (remove_files) COMPLETE
63072026-09-11T00:33:36.643Z[ recovery-image] Sep 11 00:33:35.255 INFO O| Sep 11 00:33:35.255 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-11T00:33:36.648Z[ recovery-image] Sep 11 00:33:35.266 INFO O| Sep 11 00:33:35.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
63092026-09-11T00:33:36.648Z[ recovery-image] Sep 11 00:33:35.266 INFO O| Sep 11 00:33:35.266 INFO STEP 177 (remove_files) COMPLETE
63102026-09-11T00:33:36.648Z[ recovery-image] Sep 11 00:33:35.266 INFO O| Sep 11 00:33:35.266 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-09-11T00:33:36.657Z[ recovery-image] Sep 11 00:33:35.277 INFO O| Sep 11 00:33:35.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
63122026-09-11T00:33:36.658Z[ recovery-image] Sep 11 00:33:35.277 INFO O| Sep 11 00:33:35.277 INFO STEP 178 (remove_files) COMPLETE
63132026-09-11T00:33:36.658Z[ recovery-image] Sep 11 00:33:35.277 INFO O| Sep 11 00:33:35.277 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-09-11T00:33:36.686Z[ recovery-image] Sep 11 00:33:35.306 INFO O| Sep 11 00:33:35.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
63152026-09-11T00:33:36.686Z[ recovery-image] Sep 11 00:33:35.306 INFO O| Sep 11 00:33:35.306 INFO STEP 179 (remove_files) COMPLETE
63162026-09-11T00:33:36.693Z[ recovery-image] Sep 11 00:33:35.306 INFO O| Sep 11 00:33:35.306 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-09-11T00:33:36.714Z[ recovery-image] Sep 11 00:33:35.316 INFO O| Sep 11 00:33:35.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
63182026-09-11T00:33:36.715Z[ recovery-image] Sep 11 00:33:35.316 INFO O| Sep 11 00:33:35.316 INFO STEP 180 (remove_files) COMPLETE
63192026-09-11T00:33:36.715Z[ recovery-image] Sep 11 00:33:35.316 INFO O| Sep 11 00:33:35.316 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-09-11T00:33:36.795Z[ recovery-image] Sep 11 00:33:35.328 INFO O| Sep 11 00:33:35.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
63212026-09-11T00:33:36.795Z[ recovery-image] Sep 11 00:33:35.328 INFO O| Sep 11 00:33:35.328 INFO STEP 181 (remove_files) COMPLETE
63222026-09-11T00:33:36.795Z[ recovery-image] Sep 11 00:33:35.328 INFO O| Sep 11 00:33:35.328 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-09-11T00:33:36.795Z[ recovery-image] Sep 11 00:33:35.338 INFO O| Sep 11 00:33:35.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
63242026-09-11T00:33:36.795Z[ recovery-image] Sep 11 00:33:35.338 INFO O| Sep 11 00:33:35.338 INFO STEP 182 (remove_files) COMPLETE
63252026-09-11T00:33:36.795Z[ recovery-image] Sep 11 00:33:35.338 INFO O| Sep 11 00:33:35.338 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-09-11T00:33:36.808Z[ recovery-image] Sep 11 00:33:35.349 INFO O| Sep 11 00:33:35.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
63272026-09-11T00:33:36.808Z[ recovery-image] Sep 11 00:33:35.349 INFO O| Sep 11 00:33:35.349 INFO STEP 183 (remove_files) COMPLETE
63282026-09-11T00:33:36.808Z[ recovery-image] Sep 11 00:33:35.349 INFO O| Sep 11 00:33:35.349 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-09-11T00:33:36.808Z[ recovery-image] Sep 11 00:33:35.358 INFO O| Sep 11 00:33:35.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
63302026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.358 INFO O| Sep 11 00:33:35.358 INFO STEP 184 (remove_files) COMPLETE
63312026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.358 INFO O| Sep 11 00:33:35.358 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.367 INFO O| Sep 11 00:33:35.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
63332026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.367 INFO O| Sep 11 00:33:35.367 INFO STEP 185 (remove_files) COMPLETE
63342026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.367 INFO O| Sep 11 00:33:35.367 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.377 INFO O| Sep 11 00:33:35.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
63362026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.377 INFO O| Sep 11 00:33:35.377 INFO STEP 186 (remove_files) COMPLETE
63372026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.377 INFO O| Sep 11 00:33:35.377 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.387 INFO O| Sep 11 00:33:35.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
63392026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.387 INFO O| Sep 11 00:33:35.387 INFO STEP 187 (remove_files) COMPLETE
63402026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.387 INFO O| Sep 11 00:33:35.387 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.398 INFO O| Sep 11 00:33:35.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
63422026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.398 INFO O| Sep 11 00:33:35.398 INFO STEP 188 (remove_files) COMPLETE
63432026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.398 INFO O| Sep 11 00:33:35.398 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.410 INFO O| Sep 11 00:33:35.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
63452026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.410 INFO O| Sep 11 00:33:35.410 INFO STEP 189 (remove_files) COMPLETE
63462026-09-11T00:33:36.809Z[ recovery-image] Sep 11 00:33:35.410 INFO O| Sep 11 00:33:35.410 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-09-11T00:33:36.825Z[ recovery-image] Sep 11 00:33:35.421 INFO O| Sep 11 00:33:35.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
63482026-09-11T00:33:36.825Z[ recovery-image] Sep 11 00:33:35.421 INFO O| Sep 11 00:33:35.421 INFO STEP 190 (remove_files) COMPLETE
63492026-09-11T00:33:36.826Z[ recovery-image] Sep 11 00:33:35.421 INFO O| Sep 11 00:33:35.421 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-09-11T00:33:36.826Z[ recovery-image] Sep 11 00:33:35.432 INFO O| Sep 11 00:33:35.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
63512026-09-11T00:33:36.826Z[ recovery-image] Sep 11 00:33:35.432 INFO O| Sep 11 00:33:35.432 INFO STEP 191 (remove_files) COMPLETE
63522026-09-11T00:33:36.826Z[ recovery-image] Sep 11 00:33:35.432 INFO O| Sep 11 00:33:35.432 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-09-11T00:33:36.832Z[ recovery-image] Sep 11 00:33:35.443 INFO O| Sep 11 00:33:35.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
63542026-09-11T00:33:36.833Z[ recovery-image] Sep 11 00:33:35.443 INFO O| Sep 11 00:33:35.443 INFO STEP 192 (remove_files) COMPLETE
63552026-09-11T00:33:36.833Z[ recovery-image] Sep 11 00:33:35.443 INFO O| Sep 11 00:33:35.443 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-09-11T00:33:36.851Z[ recovery-image] Sep 11 00:33:35.451 INFO O| Sep 11 00:33:35.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
63572026-09-11T00:33:36.851Z[ recovery-image] Sep 11 00:33:35.451 INFO O| Sep 11 00:33:35.451 INFO STEP 193 (remove_files) COMPLETE
63582026-09-11T00:33:36.851Z[ recovery-image] Sep 11 00:33:35.451 INFO O| Sep 11 00:33:35.451 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-09-11T00:33:36.865Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63602026-09-11T00:33:36.865Z[ recovery-image] Sep 11 00:33:35.463 INFO O| Sep 11 00:33:35.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
63612026-09-11T00:33:36.865Z[ recovery-image] Sep 11 00:33:35.463 INFO O| Sep 11 00:33:35.463 INFO STEP 194 (remove_files) COMPLETE
63622026-09-11T00:33:36.865Z[ recovery-image] Sep 11 00:33:35.463 INFO O| Sep 11 00:33:35.463 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-09-11T00:33:36.865Z[ recovery-image] Sep 11 00:33:35.474 INFO O| Sep 11 00:33:35.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
63642026-09-11T00:33:36.865Z[ recovery-image] Sep 11 00:33:35.474 INFO O| Sep 11 00:33:35.474 INFO STEP 195 (remove_files) COMPLETE
63652026-09-11T00:33:36.865Z[ recovery-image] Sep 11 00:33:35.474 INFO O| Sep 11 00:33:35.474 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-09-11T00:33:36.884Z[ recovery-image] Sep 11 00:33:35.485 INFO O| Sep 11 00:33:35.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
63672026-09-11T00:33:36.884Z[ recovery-image] Sep 11 00:33:35.485 INFO O| Sep 11 00:33:35.485 INFO STEP 196 (remove_files) COMPLETE
63682026-09-11T00:33:36.884Z[ recovery-image] Sep 11 00:33:35.485 INFO O| Sep 11 00:33:35.485 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-09-11T00:33:36.911Z[ recovery-image] Sep 11 00:33:35.495 INFO O| Sep 11 00:33:35.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
63702026-09-11T00:33:36.911Z[ recovery-image] Sep 11 00:33:35.495 INFO O| Sep 11 00:33:35.495 INFO STEP 197 (remove_files) COMPLETE
63712026-09-11T00:33:36.911Z[ recovery-image] Sep 11 00:33:35.495 INFO O| Sep 11 00:33:35.495 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-09-11T00:33:36.911Z[ recovery-image] Sep 11 00:33:35.505 INFO O| Sep 11 00:33:35.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
63732026-09-11T00:33:36.911Z[ recovery-image] Sep 11 00:33:35.505 INFO O| Sep 11 00:33:35.505 INFO STEP 198 (remove_files) COMPLETE
63742026-09-11T00:33:36.911Z[ recovery-image] Sep 11 00:33:35.505 INFO O| Sep 11 00:33:35.505 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.515 INFO O| Sep 11 00:33:35.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
63762026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.515 INFO O| Sep 11 00:33:35.515 INFO STEP 199 (remove_files) COMPLETE
63772026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.515 INFO O| Sep 11 00:33:35.515 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.524 INFO O| Sep 11 00:33:35.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
63792026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.524 INFO O| Sep 11 00:33:35.524 INFO STEP 200 (remove_files) COMPLETE
63802026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.524 INFO O| Sep 11 00:33:35.524 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.535 INFO O| Sep 11 00:33:35.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
63822026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.535 INFO O| Sep 11 00:33:35.535 INFO STEP 201 (remove_files) COMPLETE
63832026-09-11T00:33:36.927Z[ recovery-image] Sep 11 00:33:35.535 INFO O| Sep 11 00:33:35.535 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-09-11T00:33:36.931Z[ recovery-image] Sep 11 00:33:35.547 INFO O| Sep 11 00:33:35.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63852026-09-11T00:33:36.932Z[ recovery-image] Sep 11 00:33:35.547 INFO O| Sep 11 00:33:35.547 INFO STEP 202 (remove_files) COMPLETE
63862026-09-11T00:33:36.932Z[ recovery-image] Sep 11 00:33:35.547 INFO O| Sep 11 00:33:35.547 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-09-11T00:33:36.939Z[ recovery-image] Sep 11 00:33:35.558 INFO O| Sep 11 00:33:35.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63882026-09-11T00:33:36.939Z[ recovery-image] Sep 11 00:33:35.559 INFO O| Sep 11 00:33:35.559 INFO STEP 203 (remove_files) COMPLETE
63892026-09-11T00:33:36.939Z[ recovery-image] Sep 11 00:33:35.559 INFO O| Sep 11 00:33:35.559 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-09-11T00:33:36.951Z[ recovery-image] Sep 11 00:33:35.570 INFO O| Sep 11 00:33:35.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63912026-09-11T00:33:36.951Z[ recovery-image] Sep 11 00:33:35.570 INFO O| Sep 11 00:33:35.570 INFO STEP 204 (remove_files) COMPLETE
63922026-09-11T00:33:36.951Z[ recovery-image] Sep 11 00:33:35.570 INFO O| Sep 11 00:33:35.570 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-09-11T00:33:36.965Z[ recovery-image] Sep 11 00:33:35.581 INFO O| Sep 11 00:33:35.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63942026-09-11T00:33:36.965Z[ recovery-image] Sep 11 00:33:35.581 INFO O| Sep 11 00:33:35.581 INFO STEP 205 (remove_files) COMPLETE
63952026-09-11T00:33:36.965Z[ recovery-image] Sep 11 00:33:35.582 INFO O| Sep 11 00:33:35.581 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-09-11T00:33:36.974Z[ recovery-image] Sep 11 00:33:35.593 INFO O| Sep 11 00:33:35.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63972026-09-11T00:33:36.974Z[ recovery-image] Sep 11 00:33:35.593 INFO O| Sep 11 00:33:35.593 INFO STEP 206 (remove_files) COMPLETE
63982026-09-11T00:33:36.974Z[ recovery-image] Sep 11 00:33:35.593 INFO O| Sep 11 00:33:35.593 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-09-11T00:33:36.985Z[ recovery-image] Sep 11 00:33:35.604 INFO O| Sep 11 00:33:35.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
64002026-09-11T00:33:36.985Z[ recovery-image] Sep 11 00:33:35.604 INFO O| Sep 11 00:33:35.604 INFO STEP 207 (remove_files) COMPLETE
64012026-09-11T00:33:36.985Z[ recovery-image] Sep 11 00:33:35.604 INFO O| Sep 11 00:33:35.604 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-09-11T00:33:36.996Z[ recovery-image] Sep 11 00:33:35.615 INFO O| Sep 11 00:33:35.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
64032026-09-11T00:33:36.996Z[ recovery-image] Sep 11 00:33:35.615 INFO O| Sep 11 00:33:35.615 INFO STEP 208 (remove_files) COMPLETE
64042026-09-11T00:33:36.996Z[ recovery-image] Sep 11 00:33:35.615 INFO O| Sep 11 00:33:35.615 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-09-11T00:33:37.005Z[ recovery-image] Sep 11 00:33:35.624 INFO O| Sep 11 00:33:35.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
64062026-09-11T00:33:37.005Z[ recovery-image] Sep 11 00:33:35.624 INFO O| Sep 11 00:33:35.624 INFO STEP 209 (remove_files) COMPLETE
64072026-09-11T00:33:37.005Z[ recovery-image] Sep 11 00:33:35.624 INFO O| Sep 11 00:33:35.624 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-09-11T00:33:37.016Z[ recovery-image] Sep 11 00:33:35.634 INFO O| Sep 11 00:33:35.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
64092026-09-11T00:33:37.016Z[ recovery-image] Sep 11 00:33:35.634 INFO O| Sep 11 00:33:35.634 INFO STEP 210 (remove_files) COMPLETE
64102026-09-11T00:33:37.016Z[ recovery-image] Sep 11 00:33:35.634 INFO O| Sep 11 00:33:35.634 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-09-11T00:33:37.025Z[ recovery-image] Sep 11 00:33:35.644 INFO O| Sep 11 00:33:35.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
64122026-09-11T00:33:37.025Z[ recovery-image] Sep 11 00:33:35.644 INFO O| Sep 11 00:33:35.644 INFO STEP 211 (remove_files) COMPLETE
64132026-09-11T00:33:37.025Z[ recovery-image] Sep 11 00:33:35.644 INFO O| Sep 11 00:33:35.644 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-09-11T00:33:37.045Z[ recovery-image] Sep 11 00:33:35.654 INFO O| Sep 11 00:33:35.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
64152026-09-11T00:33:37.045Z[ recovery-image] Sep 11 00:33:35.654 INFO O| Sep 11 00:33:35.654 INFO STEP 212 (remove_files) COMPLETE
64162026-09-11T00:33:37.045Z[ recovery-image] Sep 11 00:33:35.654 INFO O| Sep 11 00:33:35.654 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-09-11T00:33:37.051Z[verify-libraries] Compiling fs-err v2.11.0
64182026-09-11T00:33:37.051Z[ recovery-image] Sep 11 00:33:35.664 INFO O| Sep 11 00:33:35.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
64192026-09-11T00:33:37.051Z[ recovery-image] Sep 11 00:33:35.664 INFO O| Sep 11 00:33:35.664 INFO STEP 213 (remove_files) COMPLETE
64202026-09-11T00:33:37.051Z[ recovery-image] Sep 11 00:33:35.664 INFO O| Sep 11 00:33:35.664 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-11T00:33:37.055Z[ recovery-image] Sep 11 00:33:35.674 INFO O| Sep 11 00:33:35.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
64222026-09-11T00:33:37.055Z[ recovery-image] Sep 11 00:33:35.675 INFO O| Sep 11 00:33:35.674 INFO STEP 214 (remove_files) COMPLETE
64232026-09-11T00:33:37.056Z[ recovery-image] Sep 11 00:33:35.675 INFO O| Sep 11 00:33:35.674 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-11T00:33:37.065Z[ recovery-image] Sep 11 00:33:35.684 INFO O| Sep 11 00:33:35.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
64252026-09-11T00:33:37.065Z[ recovery-image] Sep 11 00:33:35.684 INFO O| Sep 11 00:33:35.684 INFO STEP 215 (remove_files) COMPLETE
64262026-09-11T00:33:37.085Z[ recovery-image] Sep 11 00:33:35.684 INFO O| Sep 11 00:33:35.684 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-11T00:33:37.099Z[ recovery-image] Sep 11 00:33:35.694 INFO O| Sep 11 00:33:35.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
64282026-09-11T00:33:37.099Z[ recovery-image] Sep 11 00:33:35.694 INFO O| Sep 11 00:33:35.694 INFO STEP 216 (remove_files) COMPLETE
64292026-09-11T00:33:37.099Z[ recovery-image] Sep 11 00:33:35.694 INFO O| Sep 11 00:33:35.694 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-09-11T00:33:37.099Z[ recovery-image] Sep 11 00:33:35.705 INFO O| Sep 11 00:33:35.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
64312026-09-11T00:33:37.099Z[ recovery-image] Sep 11 00:33:35.705 INFO O| Sep 11 00:33:35.705 INFO STEP 217 (remove_files) COMPLETE
64322026-09-11T00:33:37.099Z[ recovery-image] Sep 11 00:33:35.705 INFO O| Sep 11 00:33:35.705 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-09-11T00:33:37.106Z[ recovery-image] Sep 11 00:33:35.715 INFO O| Sep 11 00:33:35.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
64342026-09-11T00:33:37.107Z[ recovery-image] Sep 11 00:33:35.715 INFO O| Sep 11 00:33:35.715 INFO STEP 218 (remove_files) COMPLETE
64352026-09-11T00:33:37.107Z[ recovery-image] Sep 11 00:33:35.715 INFO O| Sep 11 00:33:35.715 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-09-11T00:33:37.113Z[ recovery-image] Sep 11 00:33:35.725 INFO O| Sep 11 00:33:35.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
64372026-09-11T00:33:37.113Z[ recovery-image] Sep 11 00:33:35.725 INFO O| Sep 11 00:33:35.725 INFO STEP 219 (remove_files) COMPLETE
64382026-09-11T00:33:37.114Z[ recovery-image] Sep 11 00:33:35.725 INFO O| Sep 11 00:33:35.725 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-11T00:33:37.120Z[ recovery-image] Sep 11 00:33:35.733 INFO O| Sep 11 00:33:35.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
64402026-09-11T00:33:37.120Z[ recovery-image] Sep 11 00:33:35.733 INFO O| Sep 11 00:33:35.733 INFO STEP 220 (remove_files) COMPLETE
64412026-09-11T00:33:37.120Z[ recovery-image] Sep 11 00:33:35.733 INFO O| Sep 11 00:33:35.733 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-11T00:33:37.125Z[ recovery-image] Sep 11 00:33:35.744 INFO O| Sep 11 00:33:35.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
64432026-09-11T00:33:37.125Z[ recovery-image] Sep 11 00:33:35.745 INFO O| Sep 11 00:33:35.745 INFO STEP 221 (remove_files) COMPLETE
64442026-09-11T00:33:37.133Z[ recovery-image] Sep 11 00:33:35.745 INFO O| Sep 11 00:33:35.745 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-11T00:33:37.140Z[ recovery-image] Sep 11 00:33:35.754 INFO O| Sep 11 00:33:35.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
64462026-09-11T00:33:37.140Z[ recovery-image] Sep 11 00:33:35.754 INFO O| Sep 11 00:33:35.754 INFO STEP 222 (remove_files) COMPLETE
64472026-09-11T00:33:37.140Z[ recovery-image] Sep 11 00:33:35.754 INFO O| Sep 11 00:33:35.754 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-09-11T00:33:37.145Z[ recovery-image] Sep 11 00:33:35.763 INFO O| Sep 11 00:33:35.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
64492026-09-11T00:33:37.145Z[ recovery-image] Sep 11 00:33:35.763 INFO O| Sep 11 00:33:35.763 INFO STEP 223 (remove_files) COMPLETE
64502026-09-11T00:33:37.146Z[ recovery-image] Sep 11 00:33:35.763 INFO O| Sep 11 00:33:35.763 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-09-11T00:33:37.152Z[ recovery-image] Sep 11 00:33:35.772 INFO O| Sep 11 00:33:35.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
64522026-09-11T00:33:37.156Z[ recovery-image] Sep 11 00:33:35.773 INFO O| Sep 11 00:33:35.773 INFO STEP 224 (remove_files) COMPLETE
64532026-09-11T00:33:37.156Z[ recovery-image] Sep 11 00:33:35.773 INFO O| Sep 11 00:33:35.773 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-09-11T00:33:37.164Z[ recovery-image] Sep 11 00:33:35.783 INFO O| Sep 11 00:33:35.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
64552026-09-11T00:33:37.164Z[ recovery-image] Sep 11 00:33:35.783 INFO O| Sep 11 00:33:35.783 INFO STEP 225 (remove_files) COMPLETE
64562026-09-11T00:33:37.164Z[ recovery-image] Sep 11 00:33:35.783 INFO O| Sep 11 00:33:35.783 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-09-11T00:33:37.177Z[ recovery-image] Sep 11 00:33:35.792 INFO O| Sep 11 00:33:35.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
64582026-09-11T00:33:37.177Z[ recovery-image] Sep 11 00:33:35.792 INFO O| Sep 11 00:33:35.792 INFO STEP 226 (remove_files) COMPLETE
64592026-09-11T00:33:37.177Z[ recovery-image] Sep 11 00:33:35.792 INFO O| Sep 11 00:33:35.792 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-09-11T00:33:37.181Z[ recovery-image] Sep 11 00:33:35.801 INFO O| Sep 11 00:33:35.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
64612026-09-11T00:33:37.190Z[ recovery-image] Sep 11 00:33:35.801 INFO O| Sep 11 00:33:35.801 INFO STEP 227 (remove_files) COMPLETE
64622026-09-11T00:33:37.190Z[ recovery-image] Sep 11 00:33:35.801 INFO O| Sep 11 00:33:35.801 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-09-11T00:33:37.198Z[verify-libraries] Compiling internet-checksum v0.2.1
64642026-09-11T00:33:37.198Z[ recovery-image] Sep 11 00:33:35.810 INFO O| Sep 11 00:33:35.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
64652026-09-11T00:33:37.198Z[ recovery-image] Sep 11 00:33:35.810 INFO O| Sep 11 00:33:35.810 INFO STEP 228 (remove_files) COMPLETE
64662026-09-11T00:33:37.198Z[ recovery-image] Sep 11 00:33:35.810 INFO O| Sep 11 00:33:35.810 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-09-11T00:33:37.206Z[ recovery-image] Sep 11 00:33:35.819 INFO O| Sep 11 00:33:35.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
64682026-09-11T00:33:37.206Z[ recovery-image] Sep 11 00:33:35.819 INFO O| Sep 11 00:33:35.819 INFO STEP 229 (remove_files) COMPLETE
64692026-09-11T00:33:37.206Z[ recovery-image] Sep 11 00:33:35.819 INFO O| Sep 11 00:33:35.819 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-09-11T00:33:37.213Z[ recovery-image] Sep 11 00:33:35.828 INFO O| Sep 11 00:33:35.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
64712026-09-11T00:33:37.213Z[ recovery-image] Sep 11 00:33:35.828 INFO O| Sep 11 00:33:35.828 INFO STEP 230 (remove_files) COMPLETE
64722026-09-11T00:33:37.213Z[ recovery-image] Sep 11 00:33:35.828 INFO O| Sep 11 00:33:35.828 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-09-11T00:33:37.220Z[ recovery-image] Sep 11 00:33:35.837 INFO O| Sep 11 00:33:35.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
64742026-09-11T00:33:37.221Z[ recovery-image] Sep 11 00:33:35.837 INFO O| Sep 11 00:33:35.837 INFO STEP 231 (remove_files) COMPLETE
64752026-09-11T00:33:37.221Z[ recovery-image] Sep 11 00:33:35.837 INFO O| Sep 11 00:33:35.837 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-11T00:33:37.229Z[ recovery-image] Sep 11 00:33:35.845 INFO O| Sep 11 00:33:35.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
64772026-09-11T00:33:37.229Z[ recovery-image] Sep 11 00:33:35.845 INFO O| Sep 11 00:33:35.845 INFO STEP 232 (remove_files) COMPLETE
64782026-09-11T00:33:37.229Z[ recovery-image] Sep 11 00:33:35.845 INFO O| Sep 11 00:33:35.845 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-11T00:33:37.253Z[ recovery-image] Sep 11 00:33:35.853 INFO O| Sep 11 00:33:35.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
64802026-09-11T00:33:37.253Z[ recovery-image] Sep 11 00:33:35.853 INFO O| Sep 11 00:33:35.853 INFO STEP 233 (remove_files) COMPLETE
64812026-09-11T00:33:37.253Z[ recovery-image] Sep 11 00:33:35.853 INFO O| Sep 11 00:33:35.853 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-11T00:33:37.261Z[ recovery-image] Sep 11 00:33:35.861 INFO O| Sep 11 00:33:35.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
64832026-09-11T00:33:37.261Z[ recovery-image] Sep 11 00:33:35.861 INFO O| Sep 11 00:33:35.861 INFO STEP 234 (remove_files) COMPLETE
64842026-09-11T00:33:37.261Z[ recovery-image] Sep 11 00:33:35.861 INFO O| Sep 11 00:33:35.861 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-11T00:33:37.261Z[ recovery-image] Sep 11 00:33:35.870 INFO O| Sep 11 00:33:35.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64862026-09-11T00:33:37.261Z[ recovery-image] Sep 11 00:33:35.870 INFO O| Sep 11 00:33:35.870 INFO STEP 235 (remove_files) COMPLETE
64872026-09-11T00:33:37.261Z[ recovery-image] Sep 11 00:33:35.870 INFO O| Sep 11 00:33:35.870 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-09-11T00:33:37.279Z[ recovery-image] Sep 11 00:33:35.879 INFO O| Sep 11 00:33:35.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64892026-09-11T00:33:37.279Z[ recovery-image] Sep 11 00:33:35.879 INFO O| Sep 11 00:33:35.879 INFO STEP 236 (remove_files) COMPLETE
64902026-09-11T00:33:37.279Z[ recovery-image] Sep 11 00:33:35.879 INFO O| Sep 11 00:33:35.879 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-09-11T00:33:37.291Z[ recovery-image] Sep 11 00:33:35.887 INFO O| Sep 11 00:33:35.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64922026-09-11T00:33:37.291Z[ recovery-image] Sep 11 00:33:35.887 INFO O| Sep 11 00:33:35.887 INFO STEP 237 (remove_files) COMPLETE
64932026-09-11T00:33:37.291Z[ recovery-image] Sep 11 00:33:35.887 INFO O| Sep 11 00:33:35.887 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-09-11T00:33:37.291Z[ recovery-image] Sep 11 00:33:35.896 INFO O| Sep 11 00:33:35.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64952026-09-11T00:33:37.291Z[ recovery-image] Sep 11 00:33:35.896 INFO O| Sep 11 00:33:35.896 INFO STEP 238 (remove_files) COMPLETE
64962026-09-11T00:33:37.291Z[ recovery-image] Sep 11 00:33:35.896 INFO O| Sep 11 00:33:35.896 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-09-11T00:33:37.291Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
64982026-09-11T00:33:37.296Z[ recovery-image] Sep 11 00:33:35.906 INFO O| Sep 11 00:33:35.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64992026-09-11T00:33:37.296Z[ recovery-image] Sep 11 00:33:35.906 INFO O| Sep 11 00:33:35.906 INFO STEP 239 (remove_files) COMPLETE
65002026-09-11T00:33:37.296Z[ recovery-image] Sep 11 00:33:35.906 INFO O| Sep 11 00:33:35.906 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-09-11T00:33:37.302Z[ recovery-image] Sep 11 00:33:35.915 INFO O| Sep 11 00:33:35.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
65022026-09-11T00:33:37.302Z[ recovery-image] Sep 11 00:33:35.915 INFO O| Sep 11 00:33:35.915 INFO STEP 240 (remove_files) COMPLETE
65032026-09-11T00:33:37.302Z[ recovery-image] Sep 11 00:33:35.915 INFO O| Sep 11 00:33:35.915 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-09-11T00:33:37.315Z[ recovery-image] Sep 11 00:33:35.925 INFO O| Sep 11 00:33:35.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
65052026-09-11T00:33:37.315Z[ recovery-image] Sep 11 00:33:35.926 INFO O| Sep 11 00:33:35.926 INFO STEP 241 (remove_files) COMPLETE
65062026-09-11T00:33:37.315Z[ recovery-image] Sep 11 00:33:35.926 INFO O| Sep 11 00:33:35.926 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-11T00:33:37.322Z[ recovery-image] Sep 11 00:33:35.936 INFO O| Sep 11 00:33:35.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
65082026-09-11T00:33:37.322Z[ recovery-image] Sep 11 00:33:35.936 INFO O| Sep 11 00:33:35.936 INFO STEP 242 (remove_files) COMPLETE
65092026-09-11T00:33:37.322Z[ recovery-image] Sep 11 00:33:35.936 INFO O| Sep 11 00:33:35.936 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-09-11T00:33:37.330Z[ recovery-image] Sep 11 00:33:35.947 INFO O| Sep 11 00:33:35.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
65112026-09-11T00:33:37.330Z[ recovery-image] Sep 11 00:33:35.947 INFO O| Sep 11 00:33:35.947 INFO STEP 243 (remove_files) COMPLETE
65122026-09-11T00:33:37.331Z[ recovery-image] Sep 11 00:33:35.947 INFO O| Sep 11 00:33:35.947 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-09-11T00:33:37.345Z[ recovery-image] Sep 11 00:33:35.958 INFO O| Sep 11 00:33:35.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
65142026-09-11T00:33:37.345Z[ recovery-image] Sep 11 00:33:35.958 INFO O| Sep 11 00:33:35.958 INFO STEP 244 (remove_files) COMPLETE
65152026-09-11T00:33:37.345Z[ recovery-image] Sep 11 00:33:35.958 INFO O| Sep 11 00:33:35.958 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-09-11T00:33:37.351Z[ recovery-image] Sep 11 00:33:35.969 INFO O| Sep 11 00:33:35.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
65172026-09-11T00:33:37.351Z[ recovery-image] Sep 11 00:33:35.969 INFO O| Sep 11 00:33:35.969 INFO STEP 245 (remove_files) COMPLETE
65182026-09-11T00:33:37.364Z[ recovery-image] Sep 11 00:33:35.969 INFO O| Sep 11 00:33:35.969 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-09-11T00:33:37.369Z[ recovery-image] Sep 11 00:33:35.980 INFO O| Sep 11 00:33:35.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
65202026-09-11T00:33:37.370Z[ recovery-image] Sep 11 00:33:35.980 INFO O| Sep 11 00:33:35.980 INFO STEP 246 (remove_files) COMPLETE
65212026-09-11T00:33:37.370Z[ recovery-image] Sep 11 00:33:35.980 INFO O| Sep 11 00:33:35.980 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-09-11T00:33:37.394Z[ recovery-image] Sep 11 00:33:35.993 INFO O| Sep 11 00:33:35.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
65232026-09-11T00:33:37.394Z[ recovery-image] Sep 11 00:33:35.993 INFO O| Sep 11 00:33:35.990 INFO STEP 247 (remove_files) COMPLETE
65242026-09-11T00:33:37.394Z[ recovery-image] Sep 11 00:33:35.993 INFO O| Sep 11 00:33:35.990 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-09-11T00:33:37.394Z[ recovery-image] Sep 11 00:33:36.002 INFO O| Sep 11 00:33:36.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
65262026-09-11T00:33:37.394Z[ recovery-image] Sep 11 00:33:36.002 INFO O| Sep 11 00:33:36.002 INFO STEP 248 (remove_files) COMPLETE
65272026-09-11T00:33:37.394Z[ recovery-image] Sep 11 00:33:36.002 INFO O| Sep 11 00:33:36.002 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-09-11T00:33:37.398Z[ recovery-image] Sep 11 00:33:36.013 INFO O| Sep 11 00:33:36.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
65292026-09-11T00:33:37.399Z[ recovery-image] Sep 11 00:33:36.013 INFO O| Sep 11 00:33:36.013 INFO STEP 249 (remove_files) COMPLETE
65302026-09-11T00:33:37.399Z[ recovery-image] Sep 11 00:33:36.013 INFO O| Sep 11 00:33:36.013 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-09-11T00:33:37.413Z[ recovery-image] Sep 11 00:33:36.026 INFO O| Sep 11 00:33:36.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
65322026-09-11T00:33:37.413Z[ recovery-image] Sep 11 00:33:36.026 INFO O| Sep 11 00:33:36.026 INFO STEP 250 (remove_files) COMPLETE
65332026-09-11T00:33:37.413Z[ recovery-image] Sep 11 00:33:36.026 INFO O| Sep 11 00:33:36.026 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-09-11T00:33:37.424Z[ recovery-image] Sep 11 00:33:36.037 INFO O| Sep 11 00:33:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
65352026-09-11T00:33:37.425Z[ recovery-image] Sep 11 00:33:36.037 INFO O| Sep 11 00:33:36.037 INFO STEP 251 (remove_files) COMPLETE
65362026-09-11T00:33:37.425Z[ recovery-image] Sep 11 00:33:36.037 INFO O| Sep 11 00:33:36.037 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-09-11T00:33:37.430Z[ recovery-image] Sep 11 00:33:36.049 INFO O| Sep 11 00:33:36.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
65382026-09-11T00:33:37.430Z[ recovery-image] Sep 11 00:33:36.049 INFO O| Sep 11 00:33:36.049 INFO STEP 252 (remove_files) COMPLETE
65392026-09-11T00:33:37.430Z[ recovery-image] Sep 11 00:33:36.049 INFO O| Sep 11 00:33:36.049 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-09-11T00:33:37.442Z[ recovery-image] Sep 11 00:33:36.060 INFO O| Sep 11 00:33:36.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
65412026-09-11T00:33:37.442Z[ recovery-image] Sep 11 00:33:36.060 INFO O| Sep 11 00:33:36.060 INFO STEP 253 (remove_files) COMPLETE
65422026-09-11T00:33:37.442Z[ recovery-image] Sep 11 00:33:36.060 INFO O| Sep 11 00:33:36.060 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-09-11T00:33:37.450Z[ recovery-image] Sep 11 00:33:36.070 INFO O| Sep 11 00:33:36.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
65442026-09-11T00:33:37.450Z[ recovery-image] Sep 11 00:33:36.070 INFO O| Sep 11 00:33:36.070 INFO STEP 254 (remove_files) COMPLETE
65452026-09-11T00:33:37.450Z[ recovery-image] Sep 11 00:33:36.070 INFO O| Sep 11 00:33:36.070 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-09-11T00:33:37.469Z[ recovery-image] Sep 11 00:33:36.080 INFO O| Sep 11 00:33:36.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
65472026-09-11T00:33:37.469Z[ recovery-image] Sep 11 00:33:36.081 INFO O| Sep 11 00:33:36.081 INFO STEP 255 (remove_files) COMPLETE
65482026-09-11T00:33:37.469Z[ recovery-image] Sep 11 00:33:36.081 INFO O| Sep 11 00:33:36.081 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-09-11T00:33:37.481Z[ recovery-image] Sep 11 00:33:36.092 INFO O| Sep 11 00:33:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
65502026-09-11T00:33:37.481Z[ recovery-image] Sep 11 00:33:36.092 INFO O| Sep 11 00:33:36.092 INFO STEP 256 (remove_files) COMPLETE
65512026-09-11T00:33:37.482Z[ recovery-image] Sep 11 00:33:36.092 INFO O| Sep 11 00:33:36.092 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-09-11T00:33:37.486Z[ recovery-image] Sep 11 00:33:36.103 INFO O| Sep 11 00:33:36.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
65532026-09-11T00:33:37.486Z[ recovery-image] Sep 11 00:33:36.103 INFO O| Sep 11 00:33:36.103 INFO STEP 257 (remove_files) COMPLETE
65542026-09-11T00:33:37.486Z[ recovery-image] Sep 11 00:33:36.103 INFO O| Sep 11 00:33:36.103 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-09-11T00:33:37.499Z[ recovery-image] Sep 11 00:33:36.112 INFO O| Sep 11 00:33:36.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
65562026-09-11T00:33:37.499Z[ recovery-image] Sep 11 00:33:36.112 INFO O| Sep 11 00:33:36.112 INFO STEP 258 (remove_files) COMPLETE
65572026-09-11T00:33:37.499Z[ recovery-image] Sep 11 00:33:36.112 INFO O| Sep 11 00:33:36.112 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-09-11T00:33:37.513Z[ recovery-image] Sep 11 00:33:36.124 INFO O| Sep 11 00:33:36.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
65592026-09-11T00:33:37.513Z[ recovery-image] Sep 11 00:33:36.124 INFO O| Sep 11 00:33:36.124 INFO STEP 259 (remove_files) COMPLETE
65602026-09-11T00:33:37.513Z[ recovery-image] Sep 11 00:33:36.124 INFO O| Sep 11 00:33:36.124 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-11T00:33:37.519Z[ recovery-image] Sep 11 00:33:36.136 INFO O| Sep 11 00:33:36.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
65622026-09-11T00:33:37.519Z[ recovery-image] Sep 11 00:33:36.136 INFO O| Sep 11 00:33:36.136 INFO STEP 260 (remove_files) COMPLETE
65632026-09-11T00:33:37.519Z[ recovery-image] Sep 11 00:33:36.136 INFO O| Sep 11 00:33:36.136 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-11T00:33:37.543Z[ recovery-image] Sep 11 00:33:36.146 INFO O| Sep 11 00:33:36.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
65652026-09-11T00:33:37.543Z[ recovery-image] Sep 11 00:33:36.146 INFO O| Sep 11 00:33:36.146 INFO STEP 261 (remove_files) COMPLETE
65662026-09-11T00:33:37.543Z[ recovery-image] Sep 11 00:33:36.146 INFO O| Sep 11 00:33:36.146 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-09-11T00:33:37.563Z[ recovery-image] Sep 11 00:33:36.155 INFO O| Sep 11 00:33:36.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
65682026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.155 INFO O| Sep 11 00:33:36.155 INFO STEP 262 (remove_files) COMPLETE
65692026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.155 INFO O| Sep 11 00:33:36.155 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.166 INFO O| Sep 11 00:33:36.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
65712026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.166 INFO O| Sep 11 00:33:36.166 INFO STEP 263 (remove_files) COMPLETE
65722026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.166 INFO O| Sep 11 00:33:36.166 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.175 INFO O| Sep 11 00:33:36.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
65742026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.175 INFO O| Sep 11 00:33:36.175 INFO STEP 264 (remove_files) COMPLETE
65752026-09-11T00:33:37.564Z[ recovery-image] Sep 11 00:33:36.175 INFO O| Sep 11 00:33:36.175 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-09-11T00:33:37.581Z[ recovery-image] Sep 11 00:33:36.184 INFO O| Sep 11 00:33:36.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
65772026-09-11T00:33:37.581Z[ recovery-image] Sep 11 00:33:36.184 INFO O| Sep 11 00:33:36.184 INFO STEP 265 (remove_files) COMPLETE
65782026-09-11T00:33:37.581Z[ recovery-image] Sep 11 00:33:36.184 INFO O| Sep 11 00:33:36.184 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-09-11T00:33:37.589Z[ recovery-image] Sep 11 00:33:36.193 INFO O| Sep 11 00:33:36.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
65802026-09-11T00:33:37.589Z[ recovery-image] Sep 11 00:33:36.200 INFO O| Sep 11 00:33:36.200 INFO STEP 266 (remove_files) COMPLETE
65812026-09-11T00:33:37.589Z[ recovery-image] Sep 11 00:33:36.200 INFO O| Sep 11 00:33:36.200 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-09-11T00:33:37.596Z[ recovery-image] Sep 11 00:33:36.211 INFO O| Sep 11 00:33:36.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
65832026-09-11T00:33:37.596Z[ recovery-image] Sep 11 00:33:36.211 INFO O| Sep 11 00:33:36.211 INFO STEP 267 (remove_files) COMPLETE
65842026-09-11T00:33:37.596Z[ recovery-image] Sep 11 00:33:36.211 INFO O| Sep 11 00:33:36.211 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-09-11T00:33:37.630Z[ recovery-image] Sep 11 00:33:36.221 INFO O| Sep 11 00:33:36.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65862026-09-11T00:33:37.630Z[ recovery-image] Sep 11 00:33:36.222 INFO O| Sep 11 00:33:36.222 INFO STEP 268 (remove_files) COMPLETE
65872026-09-11T00:33:37.630Z[ recovery-image] Sep 11 00:33:36.222 INFO O| Sep 11 00:33:36.222 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-09-11T00:33:37.630Z[ recovery-image] Sep 11 00:33:36.231 INFO O| Sep 11 00:33:36.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65892026-09-11T00:33:37.630Z[ recovery-image] Sep 11 00:33:36.231 INFO O| Sep 11 00:33:36.231 INFO STEP 269 (remove_files) COMPLETE
65902026-09-11T00:33:37.630Z[ recovery-image] Sep 11 00:33:36.231 INFO O| Sep 11 00:33:36.231 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-09-11T00:33:37.643Z[ recovery-image] Sep 11 00:33:36.241 INFO O| Sep 11 00:33:36.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65922026-09-11T00:33:37.644Z[ recovery-image] Sep 11 00:33:36.241 INFO O| Sep 11 00:33:36.241 INFO STEP 270 (remove_files) COMPLETE
65932026-09-11T00:33:37.644Z[ recovery-image] Sep 11 00:33:36.241 INFO O| Sep 11 00:33:36.241 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-09-11T00:33:37.644Z[ recovery-image] Sep 11 00:33:36.251 INFO O| Sep 11 00:33:36.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65952026-09-11T00:33:37.644Z[ recovery-image] Sep 11 00:33:36.251 INFO O| Sep 11 00:33:36.251 INFO STEP 271 (remove_files) COMPLETE
65962026-09-11T00:33:37.644Z[ recovery-image] Sep 11 00:33:36.251 INFO O| Sep 11 00:33:36.251 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-09-11T00:33:37.649Z[ recovery-image] Sep 11 00:33:36.261 INFO O| Sep 11 00:33:36.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65982026-09-11T00:33:37.649Z[ recovery-image] Sep 11 00:33:36.261 INFO O| Sep 11 00:33:36.261 INFO STEP 272 (remove_files) COMPLETE
65992026-09-11T00:33:37.649Z[ recovery-image] Sep 11 00:33:36.261 INFO O| Sep 11 00:33:36.261 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-09-11T00:33:37.659Z[ recovery-image] Sep 11 00:33:36.271 INFO O| Sep 11 00:33:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
66012026-09-11T00:33:37.659Z[ recovery-image] Sep 11 00:33:36.271 INFO O| Sep 11 00:33:36.271 INFO STEP 273 (remove_files) COMPLETE
66022026-09-11T00:33:37.659Z[ recovery-image] Sep 11 00:33:36.271 INFO O| Sep 11 00:33:36.271 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-09-11T00:33:37.670Z[ recovery-image] Sep 11 00:33:36.281 INFO O| Sep 11 00:33:36.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
66042026-09-11T00:33:37.670Z[ recovery-image] Sep 11 00:33:36.281 INFO O| Sep 11 00:33:36.281 INFO STEP 274 (remove_files) COMPLETE
66052026-09-11T00:33:37.670Z[ recovery-image] Sep 11 00:33:36.281 INFO O| Sep 11 00:33:36.281 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-09-11T00:33:37.693Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
66072026-09-11T00:33:37.693Z[ recovery-image] Sep 11 00:33:36.290 INFO O| Sep 11 00:33:36.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
66082026-09-11T00:33:37.693Z[ recovery-image] Sep 11 00:33:36.290 INFO O| Sep 11 00:33:36.290 INFO STEP 275 (remove_files) COMPLETE
66092026-09-11T00:33:37.694Z[ recovery-image] Sep 11 00:33:36.290 INFO O| Sep 11 00:33:36.290 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-11T00:33:37.704Z[ recovery-image] Sep 11 00:33:36.300 INFO O| Sep 11 00:33:36.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
66112026-09-11T00:33:37.705Z[ recovery-image] Sep 11 00:33:36.300 INFO O| Sep 11 00:33:36.300 INFO STEP 276 (remove_files) COMPLETE
66122026-09-11T00:33:37.705Z[ recovery-image] Sep 11 00:33:36.300 INFO O| Sep 11 00:33:36.300 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-11T00:33:37.705Z[ recovery-image] Sep 11 00:33:36.309 INFO O| Sep 11 00:33:36.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
66142026-09-11T00:33:37.705Z[ recovery-image] Sep 11 00:33:36.310 INFO O| Sep 11 00:33:36.310 INFO STEP 277 (remove_files) COMPLETE
66152026-09-11T00:33:37.705Z[ recovery-image] Sep 11 00:33:36.310 INFO O| Sep 11 00:33:36.310 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-09-11T00:33:37.721Z[ recovery-image] Sep 11 00:33:36.319 INFO O| Sep 11 00:33:36.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
66172026-09-11T00:33:37.721Z[ recovery-image] Sep 11 00:33:36.319 INFO O| Sep 11 00:33:36.319 INFO STEP 278 (remove_files) COMPLETE
66182026-09-11T00:33:37.721Z[ recovery-image] Sep 11 00:33:36.319 INFO O| Sep 11 00:33:36.319 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-11T00:33:37.730Z[ recovery-image] Sep 11 00:33:36.329 INFO O| Sep 11 00:33:36.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
66202026-09-11T00:33:37.730Z[ recovery-image] Sep 11 00:33:36.329 INFO O| Sep 11 00:33:36.329 INFO STEP 279 (remove_files) COMPLETE
66212026-09-11T00:33:37.731Z[ recovery-image] Sep 11 00:33:36.329 INFO O| Sep 11 00:33:36.329 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-09-11T00:33:37.731Z[ recovery-image] Sep 11 00:33:36.338 INFO O| Sep 11 00:33:36.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
66232026-09-11T00:33:37.731Z[ recovery-image] Sep 11 00:33:36.338 INFO O| Sep 11 00:33:36.338 INFO STEP 280 (remove_files) COMPLETE
66242026-09-11T00:33:37.731Z[ recovery-image] Sep 11 00:33:36.338 INFO O| Sep 11 00:33:36.338 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-09-11T00:33:37.766Z[ recovery-image] Sep 11 00:33:36.347 INFO O| Sep 11 00:33:36.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
66262026-09-11T00:33:37.766Z[ recovery-image] Sep 11 00:33:36.347 INFO O| Sep 11 00:33:36.347 INFO STEP 281 (remove_files) COMPLETE
66272026-09-11T00:33:37.767Z[ recovery-image] Sep 11 00:33:36.347 INFO O| Sep 11 00:33:36.347 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-09-11T00:33:37.774Z[ recovery-image] Sep 11 00:33:36.356 INFO O| Sep 11 00:33:36.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
66292026-09-11T00:33:37.774Z[ recovery-image] Sep 11 00:33:36.356 INFO O| Sep 11 00:33:36.356 INFO STEP 282 (remove_files) COMPLETE
66302026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.356 INFO O| Sep 11 00:33:36.356 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.367 INFO O| Sep 11 00:33:36.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
66322026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.367 INFO O| Sep 11 00:33:36.367 INFO STEP 283 (remove_files) COMPLETE
66332026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.367 INFO O| Sep 11 00:33:36.367 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.377 INFO O| Sep 11 00:33:36.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
66352026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.378 INFO O| Sep 11 00:33:36.378 INFO STEP 284 (remove_files) COMPLETE
66362026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.378 INFO O| Sep 11 00:33:36.378 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.387 INFO O| Sep 11 00:33:36.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
66382026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.387 INFO O| Sep 11 00:33:36.387 INFO STEP 285 (remove_files) COMPLETE
66392026-09-11T00:33:37.775Z[ recovery-image] Sep 11 00:33:36.387 INFO O| Sep 11 00:33:36.387 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-09-11T00:33:37.805Z[ recovery-image] Sep 11 00:33:36.396 INFO O| Sep 11 00:33:36.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
66412026-09-11T00:33:37.805Z[ recovery-image] Sep 11 00:33:36.397 INFO O| Sep 11 00:33:36.396 INFO STEP 286 (remove_files) COMPLETE
66422026-09-11T00:33:37.805Z[ recovery-image] Sep 11 00:33:36.397 INFO O| Sep 11 00:33:36.397 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-09-11T00:33:37.805Z[ recovery-image] Sep 11 00:33:36.406 INFO O| Sep 11 00:33:36.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
66442026-09-11T00:33:37.805Z[ recovery-image] Sep 11 00:33:36.406 INFO O| Sep 11 00:33:36.406 INFO STEP 287 (remove_files) COMPLETE
66452026-09-11T00:33:37.805Z[ recovery-image] Sep 11 00:33:36.406 INFO O| Sep 11 00:33:36.406 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-09-11T00:33:37.826Z[ recovery-image] Sep 11 00:33:36.416 INFO O| Sep 11 00:33:36.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
66472026-09-11T00:33:37.826Z[ recovery-image] Sep 11 00:33:36.416 INFO O| Sep 11 00:33:36.416 INFO STEP 288 (remove_files) COMPLETE
66482026-09-11T00:33:37.827Z[ recovery-image] Sep 11 00:33:36.416 INFO O| Sep 11 00:33:36.416 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-09-11T00:33:37.827Z[ recovery-image] Sep 11 00:33:36.425 INFO O| Sep 11 00:33:36.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
66502026-09-11T00:33:37.827Z[ recovery-image] Sep 11 00:33:36.425 INFO O| Sep 11 00:33:36.425 INFO STEP 289 (remove_files) COMPLETE
66512026-09-11T00:33:37.827Z[ recovery-image] Sep 11 00:33:36.425 INFO O| Sep 11 00:33:36.425 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.435 INFO O| Sep 11 00:33:36.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
66532026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.435 INFO O| Sep 11 00:33:36.435 INFO STEP 290 (remove_files) COMPLETE
66542026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.435 INFO O| Sep 11 00:33:36.435 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-09-11T00:33:37.869Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
66562026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.446 INFO O| Sep 11 00:33:36.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
66572026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.446 INFO O| Sep 11 00:33:36.446 INFO STEP 291 (remove_files) COMPLETE
66582026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.446 INFO O| Sep 11 00:33:36.446 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.457 INFO O| Sep 11 00:33:36.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
66602026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.457 INFO O| Sep 11 00:33:36.457 INFO STEP 292 (remove_files) COMPLETE
66612026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.457 INFO O| Sep 11 00:33:36.457 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-11T00:33:37.869Z[ recovery-image] Sep 11 00:33:36.467 INFO O| Sep 11 00:33:36.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
66632026-09-11T00:33:37.870Z[ recovery-image] Sep 11 00:33:36.467 INFO O| Sep 11 00:33:36.467 INFO STEP 293 (remove_files) COMPLETE
66642026-09-11T00:33:37.870Z[ recovery-image] Sep 11 00:33:36.467 INFO O| Sep 11 00:33:36.467 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-11T00:33:37.887Z[ recovery-image] Sep 11 00:33:36.476 INFO O| Sep 11 00:33:36.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
66662026-09-11T00:33:37.887Z[ recovery-image] Sep 11 00:33:36.477 INFO O| Sep 11 00:33:36.476 INFO STEP 294 (remove_files) COMPLETE
66672026-09-11T00:33:37.887Z[ recovery-image] Sep 11 00:33:36.477 INFO O| Sep 11 00:33:36.476 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-11T00:33:37.888Z[ recovery-image] Sep 11 00:33:36.492 INFO O| Sep 11 00:33:36.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
66692026-09-11T00:33:37.888Z[ recovery-image] Sep 11 00:33:36.493 INFO O| Sep 11 00:33:36.493 INFO STEP 295 (remove_files) COMPLETE
66702026-09-11T00:33:37.888Z[ recovery-image] Sep 11 00:33:36.493 INFO O| Sep 11 00:33:36.493 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-11T00:33:37.898Z[ recovery-image] Sep 11 00:33:36.502 INFO O| Sep 11 00:33:36.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
66722026-09-11T00:33:37.898Z[ recovery-image] Sep 11 00:33:36.502 INFO O| Sep 11 00:33:36.502 INFO STEP 296 (remove_files) COMPLETE
66732026-09-11T00:33:37.898Z[ recovery-image] Sep 11 00:33:36.502 INFO O| Sep 11 00:33:36.502 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-11T00:33:37.938Z[ recovery-image] Sep 11 00:33:36.513 INFO O| Sep 11 00:33:36.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
66752026-09-11T00:33:37.938Z[ recovery-image] Sep 11 00:33:36.513 INFO O| Sep 11 00:33:36.513 INFO STEP 297 (remove_files) COMPLETE
66762026-09-11T00:33:37.938Z[ recovery-image] Sep 11 00:33:36.513 INFO O| Sep 11 00:33:36.513 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-11T00:33:37.948Z[ recovery-image] Sep 11 00:33:36.523 INFO O| Sep 11 00:33:36.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
66782026-09-11T00:33:37.948Z[ recovery-image] Sep 11 00:33:36.523 INFO O| Sep 11 00:33:36.523 INFO STEP 298 (remove_files) COMPLETE
66792026-09-11T00:33:37.948Z[ recovery-image] Sep 11 00:33:36.523 INFO O| Sep 11 00:33:36.523 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-11T00:33:37.948Z[ recovery-image] Sep 11 00:33:36.534 INFO O| Sep 11 00:33:36.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
66812026-09-11T00:33:37.948Z[ recovery-image] Sep 11 00:33:36.534 INFO O| Sep 11 00:33:36.534 INFO STEP 299 (remove_files) COMPLETE
66822026-09-11T00:33:37.948Z[ recovery-image] Sep 11 00:33:36.534 INFO O| Sep 11 00:33:36.534 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-11T00:33:37.948Z[ recovery-image] Sep 11 00:33:36.544 INFO O| Sep 11 00:33:36.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
66842026-09-11T00:33:37.949Z[ recovery-image] Sep 11 00:33:36.544 INFO O| Sep 11 00:33:36.544 INFO STEP 300 (remove_files) COMPLETE
66852026-09-11T00:33:37.949Z[ recovery-image] Sep 11 00:33:36.544 INFO O| Sep 11 00:33:36.544 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-11T00:33:37.949Z[ recovery-image] Sep 11 00:33:36.553 INFO O| Sep 11 00:33:36.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66872026-09-11T00:33:37.949Z[ recovery-image] Sep 11 00:33:36.553 INFO O| Sep 11 00:33:36.553 INFO STEP 301 (remove_files) COMPLETE
66882026-09-11T00:33:37.949Z[ recovery-image] Sep 11 00:33:36.553 INFO O| Sep 11 00:33:36.553 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-11T00:33:37.964Z[ recovery-image] Sep 11 00:33:36.563 INFO O| Sep 11 00:33:36.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66902026-09-11T00:33:37.964Z[ recovery-image] Sep 11 00:33:36.563 INFO O| Sep 11 00:33:36.563 INFO STEP 302 (remove_files) COMPLETE
66912026-09-11T00:33:37.964Z[ recovery-image] Sep 11 00:33:36.563 INFO O| Sep 11 00:33:36.563 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-11T00:33:37.964Z[ recovery-image] Sep 11 00:33:36.572 INFO O| Sep 11 00:33:36.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66932026-09-11T00:33:37.964Z[ recovery-image] Sep 11 00:33:36.572 INFO O| Sep 11 00:33:36.572 INFO STEP 303 (remove_files) COMPLETE
66942026-09-11T00:33:37.964Z[ recovery-image] Sep 11 00:33:36.572 INFO O| Sep 11 00:33:36.572 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-11T00:33:37.982Z[ recovery-image] Sep 11 00:33:36.582 INFO O| Sep 11 00:33:36.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66962026-09-11T00:33:37.982Z[ recovery-image] Sep 11 00:33:36.583 INFO O| Sep 11 00:33:36.583 INFO STEP 304 (remove_files) COMPLETE
66972026-09-11T00:33:37.982Z[ recovery-image] Sep 11 00:33:36.583 INFO O| Sep 11 00:33:36.583 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-11T00:33:37.994Z[ recovery-image] Sep 11 00:33:36.592 INFO O| Sep 11 00:33:36.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66992026-09-11T00:33:37.995Z[ recovery-image] Sep 11 00:33:36.592 INFO O| Sep 11 00:33:36.592 INFO STEP 305 (remove_files) COMPLETE
67002026-09-11T00:33:37.995Z[ recovery-image] Sep 11 00:33:36.592 INFO O| Sep 11 00:33:36.592 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-11T00:33:37.995Z[ recovery-image] Sep 11 00:33:36.602 INFO O| Sep 11 00:33:36.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
67022026-09-11T00:33:37.995Z[ recovery-image] Sep 11 00:33:36.602 INFO O| Sep 11 00:33:36.602 INFO STEP 306 (remove_files) COMPLETE
67032026-09-11T00:33:37.995Z[ recovery-image] Sep 11 00:33:36.602 INFO O| Sep 11 00:33:36.602 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-11T00:33:38.008Z[ recovery-image] Sep 11 00:33:36.611 INFO O| Sep 11 00:33:36.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
67052026-09-11T00:33:38.008Z[ recovery-image] Sep 11 00:33:36.611 INFO O| Sep 11 00:33:36.611 INFO STEP 307 (remove_files) COMPLETE
67062026-09-11T00:33:38.008Z[ recovery-image] Sep 11 00:33:36.611 INFO O| Sep 11 00:33:36.611 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-11T00:33:38.013Z[ recovery-image] Sep 11 00:33:36.621 INFO O| Sep 11 00:33:36.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
67082026-09-11T00:33:38.013Z[ recovery-image] Sep 11 00:33:36.621 INFO O| Sep 11 00:33:36.621 INFO STEP 308 (remove_files) COMPLETE
67092026-09-11T00:33:38.013Z[ recovery-image] Sep 11 00:33:36.621 INFO O| Sep 11 00:33:36.621 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-11T00:33:38.013Z[ recovery-image] Sep 11 00:33:36.630 INFO O| Sep 11 00:33:36.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
67112026-09-11T00:33:38.013Z[ recovery-image] Sep 11 00:33:36.630 INFO O| Sep 11 00:33:36.630 INFO STEP 309 (remove_files) COMPLETE
67122026-09-11T00:33:38.013Z[ recovery-image] Sep 11 00:33:36.630 INFO O| Sep 11 00:33:36.630 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-11T00:33:38.033Z[ recovery-image] Sep 11 00:33:36.638 INFO O| Sep 11 00:33:36.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
67142026-09-11T00:33:38.033Z[ recovery-image] Sep 11 00:33:36.638 INFO O| Sep 11 00:33:36.638 INFO STEP 310 (remove_files) COMPLETE
67152026-09-11T00:33:38.033Z[ recovery-image] Sep 11 00:33:36.638 INFO O| Sep 11 00:33:36.638 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-11T00:33:38.037Z[ recovery-image] Sep 11 00:33:36.647 INFO O| Sep 11 00:33:36.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
67172026-09-11T00:33:38.037Z[ recovery-image] Sep 11 00:33:36.647 INFO O| Sep 11 00:33:36.647 INFO STEP 311 (remove_files) COMPLETE
67182026-09-11T00:33:38.037Z[ recovery-image] Sep 11 00:33:36.647 INFO O| Sep 11 00:33:36.647 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-09-11T00:33:38.037Z[ recovery-image] Sep 11 00:33:36.656 INFO O| Sep 11 00:33:36.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
67202026-09-11T00:33:38.037Z[ recovery-image] Sep 11 00:33:36.656 INFO O| Sep 11 00:33:36.656 INFO STEP 312 (remove_files) COMPLETE
67212026-09-11T00:33:38.038Z[ recovery-image] Sep 11 00:33:36.656 INFO O| Sep 11 00:33:36.656 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-09-11T00:33:38.049Z[ recovery-image] Sep 11 00:33:36.664 INFO O| Sep 11 00:33:36.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
67232026-09-11T00:33:38.049Z[ recovery-image] Sep 11 00:33:36.664 INFO O| Sep 11 00:33:36.664 INFO STEP 313 (remove_files) COMPLETE
67242026-09-11T00:33:38.049Z[ recovery-image] Sep 11 00:33:36.664 INFO O| Sep 11 00:33:36.664 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-09-11T00:33:38.066Z[ recovery-image] Sep 11 00:33:36.673 INFO O| Sep 11 00:33:36.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
67262026-09-11T00:33:38.066Z[ recovery-image] Sep 11 00:33:36.673 INFO O| Sep 11 00:33:36.673 INFO STEP 314 (remove_files) COMPLETE
67272026-09-11T00:33:38.066Z[ recovery-image] Sep 11 00:33:36.673 INFO O| Sep 11 00:33:36.673 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-09-11T00:33:38.066Z[ recovery-image] Sep 11 00:33:36.682 INFO O| Sep 11 00:33:36.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
67292026-09-11T00:33:38.066Z[ recovery-image] Sep 11 00:33:36.682 INFO O| Sep 11 00:33:36.682 INFO STEP 315 (remove_files) COMPLETE
67302026-09-11T00:33:38.066Z[ recovery-image] Sep 11 00:33:36.682 INFO O| Sep 11 00:33:36.682 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-09-11T00:33:38.073Z[ recovery-image] Sep 11 00:33:36.691 INFO O| Sep 11 00:33:36.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
67322026-09-11T00:33:38.080Z[ recovery-image] Sep 11 00:33:36.692 INFO O| Sep 11 00:33:36.692 INFO STEP 316 (remove_files) COMPLETE
67332026-09-11T00:33:38.080Z[ recovery-image] Sep 11 00:33:36.692 INFO O| Sep 11 00:33:36.692 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-09-11T00:33:38.084Z[ recovery-image] Sep 11 00:33:36.703 INFO O| Sep 11 00:33:36.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
67352026-09-11T00:33:38.084Z[ recovery-image] Sep 11 00:33:36.703 INFO O| Sep 11 00:33:36.703 INFO STEP 317 (remove_files) COMPLETE
67362026-09-11T00:33:38.084Z[ recovery-image] Sep 11 00:33:36.703 INFO O| Sep 11 00:33:36.703 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-09-11T00:33:38.130Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
67382026-09-11T00:33:38.131Z[ recovery-image] Sep 11 00:33:36.714 INFO O| Sep 11 00:33:36.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
67392026-09-11T00:33:38.131Z[ recovery-image] Sep 11 00:33:36.714 INFO O| Sep 11 00:33:36.714 INFO STEP 318 (remove_files) COMPLETE
67402026-09-11T00:33:38.131Z[ recovery-image] Sep 11 00:33:36.715 INFO O| Sep 11 00:33:36.714 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-11T00:33:38.131Z[ recovery-image] Sep 11 00:33:36.723 INFO O| Sep 11 00:33:36.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
67422026-09-11T00:33:38.132Z[ recovery-image] Sep 11 00:33:36.723 INFO O| Sep 11 00:33:36.723 INFO STEP 319 (remove_files) COMPLETE
67432026-09-11T00:33:38.132Z[ recovery-image] Sep 11 00:33:36.723 INFO O| Sep 11 00:33:36.723 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-11T00:33:38.165Z[ recovery-image] Sep 11 00:33:36.735 INFO O| Sep 11 00:33:36.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
67452026-09-11T00:33:38.165Z[ recovery-image] Sep 11 00:33:36.735 INFO O| Sep 11 00:33:36.735 INFO STEP 320 (remove_files) COMPLETE
67462026-09-11T00:33:38.165Z[ recovery-image] Sep 11 00:33:36.735 INFO O| Sep 11 00:33:36.735 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-11T00:33:38.165Z[ recovery-image] Sep 11 00:33:36.746 INFO O| Sep 11 00:33:36.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
67482026-09-11T00:33:38.165Z[ recovery-image] Sep 11 00:33:36.746 INFO O| Sep 11 00:33:36.746 INFO STEP 321 (remove_files) COMPLETE
67492026-09-11T00:33:38.165Z[ recovery-image] Sep 11 00:33:36.746 INFO O| Sep 11 00:33:36.746 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-11T00:33:38.166Z[ recovery-image] Sep 11 00:33:36.755 INFO O| Sep 11 00:33:36.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
67512026-09-11T00:33:38.166Z[ recovery-image] Sep 11 00:33:36.755 INFO O| Sep 11 00:33:36.755 INFO STEP 322 (remove_files) COMPLETE
67522026-09-11T00:33:38.166Z[ recovery-image] Sep 11 00:33:36.755 INFO O| Sep 11 00:33:36.755 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.766 INFO O| Sep 11 00:33:36.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
67542026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.766 INFO O| Sep 11 00:33:36.766 INFO STEP 323 (remove_files) COMPLETE
67552026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.766 INFO O| Sep 11 00:33:36.766 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.776 INFO O| Sep 11 00:33:36.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
67572026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.776 INFO O| Sep 11 00:33:36.776 INFO STEP 324 (remove_files) COMPLETE
67582026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.776 INFO O| Sep 11 00:33:36.776 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-09-11T00:33:38.208Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
67602026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.787 INFO O| Sep 11 00:33:36.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
67612026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.787 INFO O| Sep 11 00:33:36.787 INFO STEP 325 (remove_files) COMPLETE
67622026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.787 INFO O| Sep 11 00:33:36.787 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.798 INFO O| Sep 11 00:33:36.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
67642026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.798 INFO O| Sep 11 00:33:36.798 INFO STEP 326 (remove_files) COMPLETE
67652026-09-11T00:33:38.208Z[ recovery-image] Sep 11 00:33:36.798 INFO O| Sep 11 00:33:36.798 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.809 INFO O| Sep 11 00:33:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
67672026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.809 INFO O| Sep 11 00:33:36.809 INFO STEP 327 (remove_files) COMPLETE
67682026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.810 INFO O| Sep 11 00:33:36.809 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.821 INFO O| Sep 11 00:33:36.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
67702026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.821 INFO O| Sep 11 00:33:36.821 INFO STEP 328 (remove_files) COMPLETE
67712026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.821 INFO O| Sep 11 00:33:36.821 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.831 INFO O| Sep 11 00:33:36.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
67732026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.831 INFO O| Sep 11 00:33:36.831 INFO STEP 329 (remove_files) COMPLETE
67742026-09-11T00:33:38.224Z[ recovery-image] Sep 11 00:33:36.831 INFO O| Sep 11 00:33:36.831 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-11T00:33:38.239Z[ recovery-image] Sep 11 00:33:36.842 INFO O| Sep 11 00:33:36.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
67762026-09-11T00:33:38.239Z[ recovery-image] Sep 11 00:33:36.842 INFO O| Sep 11 00:33:36.842 INFO STEP 330 (remove_files) COMPLETE
67772026-09-11T00:33:38.239Z[ recovery-image] Sep 11 00:33:36.842 INFO O| Sep 11 00:33:36.842 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-11T00:33:38.263Z[ recovery-image] Sep 11 00:33:36.853 INFO O| Sep 11 00:33:36.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
67792026-09-11T00:33:38.263Z[ recovery-image] Sep 11 00:33:36.853 INFO O| Sep 11 00:33:36.853 INFO STEP 331 (remove_files) COMPLETE
67802026-09-11T00:33:38.263Z[ recovery-image] Sep 11 00:33:36.853 INFO O| Sep 11 00:33:36.853 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-11T00:33:38.263Z[ recovery-image] Sep 11 00:33:36.863 INFO O| Sep 11 00:33:36.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
67822026-09-11T00:33:38.263Z[ recovery-image] Sep 11 00:33:36.863 INFO O| Sep 11 00:33:36.863 INFO STEP 332 (remove_files) COMPLETE
67832026-09-11T00:33:38.263Z[ recovery-image] Sep 11 00:33:36.863 INFO O| Sep 11 00:33:36.863 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-11T00:33:38.280Z[ recovery-image] Sep 11 00:33:36.873 INFO O| Sep 11 00:33:36.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
67852026-09-11T00:33:38.281Z[ recovery-image] Sep 11 00:33:36.873 INFO O| Sep 11 00:33:36.873 INFO STEP 333 (remove_files) COMPLETE
67862026-09-11T00:33:38.281Z[ recovery-image] Sep 11 00:33:36.873 INFO O| Sep 11 00:33:36.873 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-11T00:33:38.281Z[ recovery-image] Sep 11 00:33:36.883 INFO O| Sep 11 00:33:36.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67882026-09-11T00:33:38.281Z[ recovery-image] Sep 11 00:33:36.883 INFO O| Sep 11 00:33:36.883 INFO STEP 334 (remove_files) COMPLETE
67892026-09-11T00:33:38.281Z[ recovery-image] Sep 11 00:33:36.883 INFO O| Sep 11 00:33:36.883 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.893 INFO O| Sep 11 00:33:36.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67912026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.893 INFO O| Sep 11 00:33:36.893 INFO STEP 335 (remove_files) COMPLETE
67922026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.893 INFO O| Sep 11 00:33:36.893 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.904 INFO O| Sep 11 00:33:36.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67942026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.904 INFO O| Sep 11 00:33:36.904 INFO STEP 336 (remove_files) COMPLETE
67952026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.904 INFO O| Sep 11 00:33:36.904 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.913 INFO O| Sep 11 00:33:36.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67972026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.913 INFO O| Sep 11 00:33:36.913 INFO STEP 337 (remove_files) COMPLETE
67982026-09-11T00:33:38.306Z[ recovery-image] Sep 11 00:33:36.913 INFO O| Sep 11 00:33:36.913 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-11T00:33:38.327Z[ recovery-image] Sep 11 00:33:36.923 INFO O| Sep 11 00:33:36.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
68002026-09-11T00:33:38.327Z[ recovery-image] Sep 11 00:33:36.923 INFO O| Sep 11 00:33:36.923 INFO STEP 338 (remove_files) COMPLETE
68012026-09-11T00:33:38.327Z[ recovery-image] Sep 11 00:33:36.923 INFO O| Sep 11 00:33:36.923 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-11T00:33:38.332Z[ recovery-image] Sep 11 00:33:36.933 INFO O| Sep 11 00:33:36.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
68032026-09-11T00:33:38.332Z[ recovery-image] Sep 11 00:33:36.933 INFO O| Sep 11 00:33:36.933 INFO STEP 339 (remove_files) COMPLETE
68042026-09-11T00:33:38.332Z[ recovery-image] Sep 11 00:33:36.933 INFO O| Sep 11 00:33:36.933 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-11T00:33:38.332Z[ recovery-image] Sep 11 00:33:36.943 INFO O| Sep 11 00:33:36.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
68062026-09-11T00:33:38.332Z[ recovery-image] Sep 11 00:33:36.943 INFO O| Sep 11 00:33:36.943 INFO STEP 340 (remove_files) COMPLETE
68072026-09-11T00:33:38.332Z[ recovery-image] Sep 11 00:33:36.943 INFO O| Sep 11 00:33:36.943 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-11T00:33:38.340Z[ recovery-image] Sep 11 00:33:36.954 INFO O| Sep 11 00:33:36.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
68092026-09-11T00:33:38.340Z[ recovery-image] Sep 11 00:33:36.954 INFO O| Sep 11 00:33:36.954 INFO STEP 341 (remove_files) COMPLETE
68102026-09-11T00:33:38.340Z[ recovery-image] Sep 11 00:33:36.954 INFO O| Sep 11 00:33:36.954 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-11T00:33:38.344Z[ recovery-image] Sep 11 00:33:36.964 INFO O| Sep 11 00:33:36.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
68122026-09-11T00:33:38.344Z[ recovery-image] Sep 11 00:33:36.964 INFO O| Sep 11 00:33:36.964 INFO STEP 342 (remove_files) COMPLETE
68132026-09-11T00:33:38.344Z[ recovery-image] Sep 11 00:33:36.964 INFO O| Sep 11 00:33:36.964 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-11T00:33:38.360Z[ recovery-image] Sep 11 00:33:36.974 INFO O| Sep 11 00:33:36.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
68152026-09-11T00:33:38.360Z[ recovery-image] Sep 11 00:33:36.974 INFO O| Sep 11 00:33:36.974 INFO STEP 343 (remove_files) COMPLETE
68162026-09-11T00:33:38.360Z[ recovery-image] Sep 11 00:33:36.974 INFO O| Sep 11 00:33:36.974 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-11T00:33:38.374Z[ recovery-image] Sep 11 00:33:36.984 INFO O| Sep 11 00:33:36.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
68182026-09-11T00:33:38.374Z[ recovery-image] Sep 11 00:33:36.984 INFO O| Sep 11 00:33:36.984 INFO STEP 344 (remove_files) COMPLETE
68192026-09-11T00:33:38.374Z[ recovery-image] Sep 11 00:33:36.984 INFO O| Sep 11 00:33:36.984 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-11T00:33:38.410Z[ recovery-image] Sep 11 00:33:36.994 INFO O| Sep 11 00:33:36.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
68212026-09-11T00:33:38.410Z[ recovery-image] Sep 11 00:33:36.994 INFO O| Sep 11 00:33:36.994 INFO STEP 345 (remove_files) COMPLETE
68222026-09-11T00:33:38.410Z[ recovery-image] Sep 11 00:33:36.994 INFO O| Sep 11 00:33:36.994 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.005 INFO O| Sep 11 00:33:37.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
68242026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.005 INFO O| Sep 11 00:33:37.005 INFO STEP 346 (remove_files) COMPLETE
68252026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.005 INFO O| Sep 11 00:33:37.005 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.016 INFO O| Sep 11 00:33:37.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
68272026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.016 INFO O| Sep 11 00:33:37.016 INFO STEP 347 (remove_files) COMPLETE
68282026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.016 INFO O| Sep 11 00:33:37.016 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.027 INFO O| Sep 11 00:33:37.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
68302026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.027 INFO O| Sep 11 00:33:37.027 INFO STEP 348 (remove_files) COMPLETE
68312026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.027 INFO O| Sep 11 00:33:37.027 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.038 INFO O| Sep 11 00:33:37.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
68332026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.038 INFO O| Sep 11 00:33:37.038 INFO STEP 349 (remove_files) COMPLETE
68342026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.038 INFO O| Sep 11 00:33:37.038 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.051 INFO O| Sep 11 00:33:37.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
68362026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.051 INFO O| Sep 11 00:33:37.051 INFO STEP 350 (remove_files) COMPLETE
68372026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.051 INFO O| Sep 11 00:33:37.051 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.062 INFO O| Sep 11 00:33:37.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
68392026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.062 INFO O| Sep 11 00:33:37.062 INFO STEP 351 (remove_files) COMPLETE
68402026-09-11T00:33:38.486Z[ recovery-image] Sep 11 00:33:37.062 INFO O| Sep 11 00:33:37.062 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-09-11T00:33:38.590Z[ recovery-image] Sep 11 00:33:37.073 INFO O| Sep 11 00:33:37.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
68422026-09-11T00:33:38.590Z[ recovery-image] Sep 11 00:33:37.073 INFO O| Sep 11 00:33:37.073 INFO STEP 352 (remove_files) COMPLETE
68432026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.073 INFO O| Sep 11 00:33:37.073 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.085 INFO O| Sep 11 00:33:37.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
68452026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.086 INFO O| Sep 11 00:33:37.086 INFO STEP 353 (remove_files) COMPLETE
68462026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.086 INFO O| Sep 11 00:33:37.086 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.097 INFO O| Sep 11 00:33:37.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
68482026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.097 INFO O| Sep 11 00:33:37.097 INFO STEP 354 (remove_files) COMPLETE
68492026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.097 INFO O| Sep 11 00:33:37.097 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.109 INFO O| Sep 11 00:33:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
68512026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.109 INFO O| Sep 11 00:33:37.109 INFO STEP 355 (remove_files) COMPLETE
68522026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.109 INFO O| Sep 11 00:33:37.109 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.119 INFO O| Sep 11 00:33:37.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
68542026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.119 INFO O| Sep 11 00:33:37.119 INFO STEP 356 (remove_files) COMPLETE
68552026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.119 INFO O| Sep 11 00:33:37.119 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.130 INFO O| Sep 11 00:33:37.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
68572026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.130 INFO O| Sep 11 00:33:37.130 INFO STEP 357 (remove_files) COMPLETE
68582026-09-11T00:33:38.591Z[ recovery-image] Sep 11 00:33:37.130 INFO O| Sep 11 00:33:37.130 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.141 INFO O| Sep 11 00:33:37.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
68602026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.141 INFO O| Sep 11 00:33:37.141 INFO STEP 358 (remove_files) COMPLETE
68612026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.141 INFO O| Sep 11 00:33:37.141 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.151 INFO O| Sep 11 00:33:37.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
68632026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.151 INFO O| Sep 11 00:33:37.151 INFO STEP 359 (remove_files) COMPLETE
68642026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.151 INFO O| Sep 11 00:33:37.151 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.160 INFO O| Sep 11 00:33:37.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
68662026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.160 INFO O| Sep 11 00:33:37.160 INFO STEP 360 (remove_files) COMPLETE
68672026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.160 INFO O| Sep 11 00:33:37.160 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-09-11T00:33:38.612Z[ recovery-image] Sep 11 00:33:37.170 INFO O| Sep 11 00:33:37.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
68692026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.175 INFO O| Sep 11 00:33:37.175 INFO STEP 361 (remove_files) COMPLETE
68702026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.175 INFO O| Sep 11 00:33:37.175 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.188 INFO O| Sep 11 00:33:37.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
68722026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.188 INFO O| Sep 11 00:33:37.188 INFO STEP 362 (remove_files) COMPLETE
68732026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.188 INFO O| Sep 11 00:33:37.188 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.198 INFO O| Sep 11 00:33:37.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
68752026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.198 INFO O| Sep 11 00:33:37.198 INFO STEP 363 (remove_files) COMPLETE
68762026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.198 INFO O| Sep 11 00:33:37.198 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.207 INFO O| Sep 11 00:33:37.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
68782026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.207 INFO O| Sep 11 00:33:37.207 INFO STEP 364 (remove_files) COMPLETE
68792026-09-11T00:33:38.613Z[ recovery-image] Sep 11 00:33:37.208 INFO O| Sep 11 00:33:37.207 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-09-11T00:33:38.626Z[ recovery-image] Sep 11 00:33:37.221 INFO O| Sep 11 00:33:37.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
68812026-09-11T00:33:38.626Z[ recovery-image] Sep 11 00:33:37.221 INFO O| Sep 11 00:33:37.221 INFO STEP 365 (remove_files) COMPLETE
68822026-09-11T00:33:38.626Z[ recovery-image] Sep 11 00:33:37.221 INFO O| Sep 11 00:33:37.221 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-09-11T00:33:38.626Z[ recovery-image] Sep 11 00:33:37.234 INFO O| Sep 11 00:33:37.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
68842026-09-11T00:33:38.626Z[ recovery-image] Sep 11 00:33:37.234 INFO O| Sep 11 00:33:37.234 INFO STEP 366 (remove_files) COMPLETE
68852026-09-11T00:33:38.626Z[ recovery-image] Sep 11 00:33:37.235 INFO O| Sep 11 00:33:37.234 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-11T00:33:38.631Z[ recovery-image] Sep 11 00:33:37.245 INFO O| Sep 11 00:33:37.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68872026-09-11T00:33:38.631Z[ recovery-image] Sep 11 00:33:37.245 INFO O| Sep 11 00:33:37.245 INFO STEP 367 (remove_files) COMPLETE
68882026-09-11T00:33:38.631Z[ recovery-image] Sep 11 00:33:37.245 INFO O| Sep 11 00:33:37.245 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-09-11T00:33:38.673Z[ recovery-image] Sep 11 00:33:37.288 INFO O| Sep 11 00:33:37.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68902026-09-11T00:33:38.673Z[ recovery-image] Sep 11 00:33:37.288 INFO O| Sep 11 00:33:37.288 INFO STEP 368 (remove_files) COMPLETE
68912026-09-11T00:33:38.677Z[ recovery-image] Sep 11 00:33:37.288 INFO O| Sep 11 00:33:37.288 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-09-11T00:33:38.682Z[ recovery-image] Sep 11 00:33:37.301 INFO O| Sep 11 00:33:37.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68932026-09-11T00:33:38.682Z[ recovery-image] Sep 11 00:33:37.301 INFO O| Sep 11 00:33:37.301 INFO STEP 369 (remove_files) COMPLETE
68942026-09-11T00:33:38.682Z[ recovery-image] Sep 11 00:33:37.301 INFO O| Sep 11 00:33:37.301 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-09-11T00:33:38.693Z[ recovery-image] Sep 11 00:33:37.313 INFO O| Sep 11 00:33:37.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68962026-09-11T00:33:38.693Z[ recovery-image] Sep 11 00:33:37.313 INFO O| Sep 11 00:33:37.313 INFO STEP 370 (remove_files) COMPLETE
68972026-09-11T00:33:38.693Z[ recovery-image] Sep 11 00:33:37.313 INFO O| Sep 11 00:33:37.313 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-09-11T00:33:38.705Z[ recovery-image] Sep 11 00:33:37.324 INFO O| Sep 11 00:33:37.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68992026-09-11T00:33:38.705Z[ recovery-image] Sep 11 00:33:37.324 INFO O| Sep 11 00:33:37.324 INFO STEP 371 (remove_files) COMPLETE
69002026-09-11T00:33:38.711Z[ recovery-image] Sep 11 00:33:37.324 INFO O| Sep 11 00:33:37.324 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-09-11T00:33:38.744Z[ recovery-image] Sep 11 00:33:37.336 INFO O| Sep 11 00:33:37.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
69022026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.336 INFO O| Sep 11 00:33:37.336 INFO STEP 372 (remove_files) COMPLETE
69032026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.336 INFO O| Sep 11 00:33:37.336 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.345 INFO O| Sep 11 00:33:37.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
69052026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.345 INFO O| Sep 11 00:33:37.345 INFO STEP 373 (remove_files) COMPLETE
69062026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.345 INFO O| Sep 11 00:33:37.345 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.355 INFO O| Sep 11 00:33:37.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
69082026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.355 INFO O| Sep 11 00:33:37.355 INFO STEP 374 (remove_files) COMPLETE
69092026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.355 INFO O| Sep 11 00:33:37.355 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.366 INFO O| Sep 11 00:33:37.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
69112026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.366 INFO O| Sep 11 00:33:37.366 INFO STEP 375 (remove_files) COMPLETE
69122026-09-11T00:33:38.756Z[ recovery-image] Sep 11 00:33:37.366 INFO O| Sep 11 00:33:37.366 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-09-11T00:33:38.774Z[ recovery-image] Sep 11 00:33:37.378 INFO O| Sep 11 00:33:37.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
69142026-09-11T00:33:38.774Z[ recovery-image] Sep 11 00:33:37.379 INFO O| Sep 11 00:33:37.379 INFO STEP 376 (remove_files) COMPLETE
69152026-09-11T00:33:38.774Z[ recovery-image] Sep 11 00:33:37.379 INFO O| Sep 11 00:33:37.379 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-09-11T00:33:38.780Z[ recovery-image] Sep 11 00:33:37.391 INFO O| Sep 11 00:33:37.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
69172026-09-11T00:33:38.780Z[ recovery-image] Sep 11 00:33:37.391 INFO O| Sep 11 00:33:37.391 INFO STEP 377 (remove_files) COMPLETE
69182026-09-11T00:33:38.780Z[ recovery-image] Sep 11 00:33:37.391 INFO O| Sep 11 00:33:37.391 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-09-11T00:33:38.787Z[ recovery-image] Sep 11 00:33:37.402 INFO O| Sep 11 00:33:37.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
69202026-09-11T00:33:38.788Z[ recovery-image] Sep 11 00:33:37.402 INFO O| Sep 11 00:33:37.402 INFO STEP 378 (remove_files) COMPLETE
69212026-09-11T00:33:38.788Z[ recovery-image] Sep 11 00:33:37.402 INFO O| Sep 11 00:33:37.402 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-09-11T00:33:38.801Z[ recovery-image] Sep 11 00:33:37.414 INFO O| Sep 11 00:33:37.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
69232026-09-11T00:33:38.801Z[ recovery-image] Sep 11 00:33:37.414 INFO O| Sep 11 00:33:37.414 INFO STEP 379 (remove_files) COMPLETE
69242026-09-11T00:33:38.812Z[ recovery-image] Sep 11 00:33:37.414 INFO O| Sep 11 00:33:37.414 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-09-11T00:33:38.813Z[ recovery-image] Sep 11 00:33:37.426 INFO O| Sep 11 00:33:37.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
69262026-09-11T00:33:38.813Z[ recovery-image] Sep 11 00:33:37.426 INFO O| Sep 11 00:33:37.426 INFO STEP 380 (remove_files) COMPLETE
69272026-09-11T00:33:38.813Z[ recovery-image] Sep 11 00:33:37.426 INFO O| Sep 11 00:33:37.426 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-09-11T00:33:38.830Z[ recovery-image] Sep 11 00:33:37.437 INFO O| Sep 11 00:33:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
69292026-09-11T00:33:38.830Z[ recovery-image] Sep 11 00:33:37.437 INFO O| Sep 11 00:33:37.437 INFO STEP 381 (remove_files) COMPLETE
69302026-09-11T00:33:38.830Z[ recovery-image] Sep 11 00:33:37.437 INFO O| Sep 11 00:33:37.437 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-09-11T00:33:38.834Z[ recovery-image] Sep 11 00:33:37.449 INFO O| Sep 11 00:33:37.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
69322026-09-11T00:33:38.834Z[ recovery-image] Sep 11 00:33:37.449 INFO O| Sep 11 00:33:37.449 INFO STEP 382 (remove_files) COMPLETE
69332026-09-11T00:33:38.835Z[ recovery-image] Sep 11 00:33:37.449 INFO O| Sep 11 00:33:37.449 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-09-11T00:33:38.859Z[ recovery-image] Sep 11 00:33:37.461 INFO O| Sep 11 00:33:37.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
69352026-09-11T00:33:38.859Z[ recovery-image] Sep 11 00:33:37.461 INFO O| Sep 11 00:33:37.461 INFO STEP 383 (remove_files) COMPLETE
69362026-09-11T00:33:38.859Z[ recovery-image] Sep 11 00:33:37.461 INFO O| Sep 11 00:33:37.461 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-09-11T00:33:38.863Z[ recovery-image] Sep 11 00:33:37.473 INFO O| Sep 11 00:33:37.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
69382026-09-11T00:33:38.863Z[ recovery-image] Sep 11 00:33:37.473 INFO O| Sep 11 00:33:37.473 INFO STEP 384 (remove_files) COMPLETE
69392026-09-11T00:33:38.863Z[ recovery-image] Sep 11 00:33:37.473 INFO O| Sep 11 00:33:37.473 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-09-11T00:33:38.867Z[ recovery-image] Sep 11 00:33:37.484 INFO O| Sep 11 00:33:37.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
69412026-09-11T00:33:38.867Z[ recovery-image] Sep 11 00:33:37.485 INFO O| Sep 11 00:33:37.485 INFO STEP 385 (remove_files) COMPLETE
69422026-09-11T00:33:38.867Z[ recovery-image] Sep 11 00:33:37.485 INFO O| Sep 11 00:33:37.485 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-09-11T00:33:38.879Z[ recovery-image] Sep 11 00:33:37.496 INFO O| Sep 11 00:33:37.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
69442026-09-11T00:33:38.915Z[ recovery-image] Sep 11 00:33:37.497 INFO O| Sep 11 00:33:37.497 INFO STEP 386 (remove_files) COMPLETE
69452026-09-11T00:33:38.915Z[ recovery-image] Sep 11 00:33:37.497 INFO O| Sep 11 00:33:37.497 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-09-11T00:33:38.921Z[ recovery-image] Sep 11 00:33:37.510 INFO O| Sep 11 00:33:37.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
69472026-09-11T00:33:38.921Z[ recovery-image] Sep 11 00:33:37.510 INFO O| Sep 11 00:33:37.510 INFO STEP 387 (remove_files) COMPLETE
69482026-09-11T00:33:38.921Z[ recovery-image] Sep 11 00:33:37.510 INFO O| Sep 11 00:33:37.510 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-09-11T00:33:38.921Z[ recovery-image] Sep 11 00:33:37.526 INFO O| Sep 11 00:33:37.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
69502026-09-11T00:33:38.921Z[ recovery-image] Sep 11 00:33:37.527 INFO O| Sep 11 00:33:37.527 INFO STEP 388 (remove_files) COMPLETE
69512026-09-11T00:33:38.921Z[ recovery-image] Sep 11 00:33:37.527 INFO O| Sep 11 00:33:37.527 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-09-11T00:33:38.928Z[ recovery-image] Sep 11 00:33:37.540 INFO O| Sep 11 00:33:37.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
69532026-09-11T00:33:38.928Z[ recovery-image] Sep 11 00:33:37.540 INFO O| Sep 11 00:33:37.540 INFO STEP 389 (remove_files) COMPLETE
69542026-09-11T00:33:38.928Z[ recovery-image] Sep 11 00:33:37.540 INFO O| Sep 11 00:33:37.540 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-09-11T00:33:38.937Z[ recovery-image] Sep 11 00:33:37.554 INFO O| Sep 11 00:33:37.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
69562026-09-11T00:33:38.937Z[ recovery-image] Sep 11 00:33:37.554 INFO O| Sep 11 00:33:37.554 INFO STEP 390 (remove_files) COMPLETE
69572026-09-11T00:33:38.937Z[ recovery-image] Sep 11 00:33:37.554 INFO O| Sep 11 00:33:37.554 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-09-11T00:33:38.948Z[ recovery-image] Sep 11 00:33:37.565 INFO O| Sep 11 00:33:37.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
69592026-09-11T00:33:38.948Z[ recovery-image] Sep 11 00:33:37.565 INFO O| Sep 11 00:33:37.565 INFO STEP 391 (remove_files) COMPLETE
69602026-09-11T00:33:38.952Z[ recovery-image] Sep 11 00:33:37.565 INFO O| Sep 11 00:33:37.565 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-09-11T00:33:38.958Z[ recovery-image] Sep 11 00:33:37.578 INFO O| Sep 11 00:33:37.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
69622026-09-11T00:33:38.963Z[ recovery-image] Sep 11 00:33:37.578 INFO O| Sep 11 00:33:37.578 INFO STEP 392 (remove_files) COMPLETE
69632026-09-11T00:33:38.963Z[ recovery-image] Sep 11 00:33:37.578 INFO O| Sep 11 00:33:37.578 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-09-11T00:33:38.971Z[ recovery-image] Sep 11 00:33:37.591 INFO O| Sep 11 00:33:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
69652026-09-11T00:33:38.971Z[ recovery-image] Sep 11 00:33:37.591 INFO O| Sep 11 00:33:37.591 INFO STEP 393 (remove_files) COMPLETE
69662026-09-11T00:33:38.980Z[ recovery-image] Sep 11 00:33:37.591 INFO O| Sep 11 00:33:37.591 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-09-11T00:33:38.984Z[ recovery-image] Sep 11 00:33:37.603 INFO O| Sep 11 00:33:37.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
69682026-09-11T00:33:38.984Z[ recovery-image] Sep 11 00:33:37.603 INFO O| Sep 11 00:33:37.603 INFO STEP 394 (remove_files) COMPLETE
69692026-09-11T00:33:38.984Z[ recovery-image] Sep 11 00:33:37.603 INFO O| Sep 11 00:33:37.603 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-09-11T00:33:38.995Z[ recovery-image] Sep 11 00:33:37.614 INFO O| Sep 11 00:33:37.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
69712026-09-11T00:33:38.995Z[ recovery-image] Sep 11 00:33:37.614 INFO O| Sep 11 00:33:37.614 INFO STEP 395 (remove_files) COMPLETE
69722026-09-11T00:33:38.999Z[ recovery-image] Sep 11 00:33:37.614 INFO O| Sep 11 00:33:37.614 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-09-11T00:33:39.005Z[ recovery-image] Sep 11 00:33:37.624 INFO O| Sep 11 00:33:37.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
69742026-09-11T00:33:39.005Z[ recovery-image] Sep 11 00:33:37.625 INFO O| Sep 11 00:33:37.625 INFO STEP 396 (remove_files) COMPLETE
69752026-09-11T00:33:39.005Z[ recovery-image] Sep 11 00:33:37.625 INFO O| Sep 11 00:33:37.625 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-11T00:33:39.017Z[ recovery-image] Sep 11 00:33:37.635 INFO O| Sep 11 00:33:37.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
69772026-09-11T00:33:39.017Z[ recovery-image] Sep 11 00:33:37.635 INFO O| Sep 11 00:33:37.635 INFO STEP 397 (remove_files) COMPLETE
69782026-09-11T00:33:39.023Z[ recovery-image] Sep 11 00:33:37.635 INFO O| Sep 11 00:33:37.635 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-11T00:33:39.028Z[ recovery-image] Sep 11 00:33:37.645 INFO O| Sep 11 00:33:37.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
69802026-09-11T00:33:39.028Z[ recovery-image] Sep 11 00:33:37.645 INFO O| Sep 11 00:33:37.645 INFO STEP 398 (remove_files) COMPLETE
69812026-09-11T00:33:39.028Z[ recovery-image] Sep 11 00:33:37.645 INFO O| Sep 11 00:33:37.645 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-09-11T00:33:39.035Z[ recovery-image] Sep 11 00:33:37.655 INFO O| Sep 11 00:33:37.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
69832026-09-11T00:33:39.035Z[ recovery-image] Sep 11 00:33:37.655 INFO O| Sep 11 00:33:37.655 INFO STEP 399 (remove_files) COMPLETE
69842026-09-11T00:33:39.035Z[ recovery-image] Sep 11 00:33:37.655 INFO O| Sep 11 00:33:37.655 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-09-11T00:33:39.049Z[ recovery-image] Sep 11 00:33:37.666 INFO O| Sep 11 00:33:37.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69862026-09-11T00:33:39.049Z[ recovery-image] Sep 11 00:33:37.666 INFO O| Sep 11 00:33:37.666 INFO STEP 400 (remove_files) COMPLETE
69872026-09-11T00:33:39.049Z[ recovery-image] Sep 11 00:33:37.666 INFO O| Sep 11 00:33:37.666 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-09-11T00:33:39.057Z[ recovery-image] Sep 11 00:33:37.675 INFO O| Sep 11 00:33:37.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69892026-09-11T00:33:39.057Z[ recovery-image] Sep 11 00:33:37.675 INFO O| Sep 11 00:33:37.675 INFO STEP 401 (remove_files) COMPLETE
69902026-09-11T00:33:39.057Z[ recovery-image] Sep 11 00:33:37.675 INFO O| Sep 11 00:33:37.675 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-09-11T00:33:39.065Z[ recovery-image] Sep 11 00:33:37.685 INFO O| Sep 11 00:33:37.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69922026-09-11T00:33:39.065Z[ recovery-image] Sep 11 00:33:37.685 INFO O| Sep 11 00:33:37.685 INFO STEP 402 (remove_files) COMPLETE
69932026-09-11T00:33:39.066Z[ recovery-image] Sep 11 00:33:37.685 INFO O| Sep 11 00:33:37.685 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-09-11T00:33:39.077Z[ recovery-image] Sep 11 00:33:37.694 INFO O| Sep 11 00:33:37.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69952026-09-11T00:33:39.077Z[ recovery-image] Sep 11 00:33:37.695 INFO O| Sep 11 00:33:37.694 INFO STEP 403 (remove_files) COMPLETE
69962026-09-11T00:33:39.077Z[ recovery-image] Sep 11 00:33:37.695 INFO O| Sep 11 00:33:37.694 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-09-11T00:33:39.099Z[ recovery-image] Sep 11 00:33:37.706 INFO O| Sep 11 00:33:37.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69982026-09-11T00:33:39.099Z[ recovery-image] Sep 11 00:33:37.706 INFO O| Sep 11 00:33:37.706 INFO STEP 404 (remove_files) COMPLETE
69992026-09-11T00:33:39.112Z[ recovery-image] Sep 11 00:33:37.706 INFO O| Sep 11 00:33:37.706 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-09-11T00:33:39.113Z[ recovery-image] Sep 11 00:33:37.718 INFO O| Sep 11 00:33:37.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
70012026-09-11T00:33:39.113Z[ recovery-image] Sep 11 00:33:37.718 INFO O| Sep 11 00:33:37.718 INFO STEP 405 (remove_files) COMPLETE
70022026-09-11T00:33:39.113Z[ recovery-image] Sep 11 00:33:37.718 INFO O| Sep 11 00:33:37.718 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-09-11T00:33:39.124Z[ recovery-image] Sep 11 00:33:37.729 INFO O| Sep 11 00:33:37.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
70042026-09-11T00:33:39.124Z[ recovery-image] Sep 11 00:33:37.729 INFO O| Sep 11 00:33:37.729 INFO STEP 406 (remove_files) COMPLETE
70052026-09-11T00:33:39.124Z[ recovery-image] Sep 11 00:33:37.729 INFO O| Sep 11 00:33:37.729 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-09-11T00:33:39.128Z[ recovery-image] Sep 11 00:33:37.741 INFO O| Sep 11 00:33:37.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
70072026-09-11T00:33:39.128Z[ recovery-image] Sep 11 00:33:37.741 INFO O| Sep 11 00:33:37.741 INFO STEP 407 (remove_files) COMPLETE
70082026-09-11T00:33:39.128Z[ recovery-image] Sep 11 00:33:37.741 INFO O| Sep 11 00:33:37.741 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-09-11T00:33:39.144Z[ recovery-image] Sep 11 00:33:37.751 INFO O| Sep 11 00:33:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
70102026-09-11T00:33:39.144Z[ recovery-image] Sep 11 00:33:37.751 INFO O| Sep 11 00:33:37.751 INFO STEP 408 (remove_files) COMPLETE
70112026-09-11T00:33:39.144Z[ recovery-image] Sep 11 00:33:37.751 INFO O| Sep 11 00:33:37.751 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-09-11T00:33:39.152Z[ recovery-image] Sep 11 00:33:37.764 INFO O| Sep 11 00:33:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
70132026-09-11T00:33:39.152Z[ recovery-image] Sep 11 00:33:37.764 INFO O| Sep 11 00:33:37.764 INFO STEP 409 (remove_files) COMPLETE
70142026-09-11T00:33:39.152Z[ recovery-image] Sep 11 00:33:37.764 INFO O| Sep 11 00:33:37.764 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-09-11T00:33:39.158Z[ recovery-image] Sep 11 00:33:37.774 INFO O| Sep 11 00:33:37.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
70162026-09-11T00:33:39.158Z[ recovery-image] Sep 11 00:33:37.774 INFO O| Sep 11 00:33:37.774 INFO STEP 410 (remove_files) COMPLETE
70172026-09-11T00:33:39.158Z[ recovery-image] Sep 11 00:33:37.774 INFO O| Sep 11 00:33:37.774 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-09-11T00:33:39.166Z[ recovery-image] Sep 11 00:33:37.784 INFO O| Sep 11 00:33:37.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
70192026-09-11T00:33:39.166Z[ recovery-image] Sep 11 00:33:37.784 INFO O| Sep 11 00:33:37.784 INFO STEP 411 (remove_files) COMPLETE
70202026-09-11T00:33:39.167Z[ recovery-image] Sep 11 00:33:37.784 INFO O| Sep 11 00:33:37.784 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-09-11T00:33:39.183Z[ recovery-image] Sep 11 00:33:37.794 INFO O| Sep 11 00:33:37.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
70222026-09-11T00:33:39.183Z[ recovery-image] Sep 11 00:33:37.795 INFO O| Sep 11 00:33:37.794 INFO STEP 412 (remove_files) COMPLETE
70232026-09-11T00:33:39.201Z[ recovery-image] Sep 11 00:33:37.795 INFO O| Sep 11 00:33:37.794 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-09-11T00:33:39.201Z[ recovery-image] Sep 11 00:33:37.805 INFO O| Sep 11 00:33:37.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
70252026-09-11T00:33:39.201Z[ recovery-image] Sep 11 00:33:37.805 INFO O| Sep 11 00:33:37.805 INFO STEP 413 (remove_files) COMPLETE
70262026-09-11T00:33:39.201Z[ recovery-image] Sep 11 00:33:37.805 INFO O| Sep 11 00:33:37.805 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-09-11T00:33:39.202Z[ recovery-image] Sep 11 00:33:37.815 INFO O| Sep 11 00:33:37.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
70282026-09-11T00:33:39.202Z[ recovery-image] Sep 11 00:33:37.815 INFO O| Sep 11 00:33:37.815 INFO STEP 414 (remove_files) COMPLETE
70292026-09-11T00:33:39.202Z[ recovery-image] Sep 11 00:33:37.815 INFO O| Sep 11 00:33:37.815 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-09-11T00:33:39.211Z[ recovery-image] Sep 11 00:33:37.824 INFO O| Sep 11 00:33:37.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
70312026-09-11T00:33:39.212Z[ recovery-image] Sep 11 00:33:37.824 INFO O| Sep 11 00:33:37.824 INFO STEP 415 (remove_files) COMPLETE
70322026-09-11T00:33:39.212Z[ recovery-image] Sep 11 00:33:37.824 INFO O| Sep 11 00:33:37.824 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-09-11T00:33:39.219Z[ recovery-image] Sep 11 00:33:37.833 INFO O| Sep 11 00:33:37.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
70342026-09-11T00:33:39.219Z[ recovery-image] Sep 11 00:33:37.833 INFO O| Sep 11 00:33:37.833 INFO STEP 416 (remove_files) COMPLETE
70352026-09-11T00:33:39.219Z[ recovery-image] Sep 11 00:33:37.833 INFO O| Sep 11 00:33:37.833 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.842 INFO O| Sep 11 00:33:37.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
70372026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.842 INFO O| Sep 11 00:33:37.842 INFO STEP 417 (remove_files) COMPLETE
70382026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.842 INFO O| Sep 11 00:33:37.842 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.850 INFO O| Sep 11 00:33:37.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
70402026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.850 INFO O| Sep 11 00:33:37.850 INFO STEP 418 (remove_files) COMPLETE
70412026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.850 INFO O| Sep 11 00:33:37.850 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.858 INFO O| Sep 11 00:33:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
70432026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.859 INFO O| Sep 11 00:33:37.859 INFO STEP 419 (remove_files) COMPLETE
70442026-09-11T00:33:39.243Z[ recovery-image] Sep 11 00:33:37.859 INFO O| Sep 11 00:33:37.859 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-09-11T00:33:39.255Z[ recovery-image] Sep 11 00:33:37.867 INFO O| Sep 11 00:33:37.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
70462026-09-11T00:33:39.269Z[ recovery-image] Sep 11 00:33:37.867 INFO O| Sep 11 00:33:37.867 INFO STEP 420 (remove_files) COMPLETE
70472026-09-11T00:33:39.279Z[ recovery-image] Sep 11 00:33:37.867 INFO O| Sep 11 00:33:37.867 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-09-11T00:33:39.279Z[ recovery-image] Sep 11 00:33:37.876 INFO O| Sep 11 00:33:37.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
70492026-09-11T00:33:39.279Z[ recovery-image] Sep 11 00:33:37.876 INFO O| Sep 11 00:33:37.876 INFO STEP 421 (remove_files) COMPLETE
70502026-09-11T00:33:39.279Z[ recovery-image] Sep 11 00:33:37.876 INFO O| Sep 11 00:33:37.876 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-11T00:33:39.310Z[ recovery-image] Sep 11 00:33:37.925 INFO O| Sep 11 00:33:37.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
70522026-09-11T00:33:39.310Z[ recovery-image] Sep 11 00:33:37.925 INFO O| Sep 11 00:33:37.925 INFO STEP 422 (remove_files) COMPLETE
70532026-09-11T00:33:39.310Z[ recovery-image] Sep 11 00:33:37.925 INFO O| Sep 11 00:33:37.925 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-11T00:33:39.318Z[ recovery-image] Sep 11 00:33:37.938 INFO O| Sep 11 00:33:37.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
70552026-09-11T00:33:39.318Z[ recovery-image] Sep 11 00:33:37.938 INFO O| Sep 11 00:33:37.938 INFO STEP 423 (remove_files) COMPLETE
70562026-09-11T00:33:39.318Z[ recovery-image] Sep 11 00:33:37.938 INFO O| Sep 11 00:33:37.938 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-11T00:33:39.328Z[ recovery-image] Sep 11 00:33:37.947 INFO O| Sep 11 00:33:37.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
70582026-09-11T00:33:39.328Z[ recovery-image] Sep 11 00:33:37.947 INFO O| Sep 11 00:33:37.947 INFO STEP 424 (remove_files) COMPLETE
70592026-09-11T00:33:39.328Z[ recovery-image] Sep 11 00:33:37.947 INFO O| Sep 11 00:33:37.947 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-09-11T00:33:39.338Z[ recovery-image] Sep 11 00:33:37.956 INFO O| Sep 11 00:33:37.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
70612026-09-11T00:33:39.338Z[ recovery-image] Sep 11 00:33:37.956 INFO O| Sep 11 00:33:37.956 INFO STEP 425 (remove_files) COMPLETE
70622026-09-11T00:33:39.338Z[ recovery-image] Sep 11 00:33:37.956 INFO O| Sep 11 00:33:37.956 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-09-11T00:33:39.367Z[ recovery-image] Sep 11 00:33:37.965 INFO O| Sep 11 00:33:37.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
70642026-09-11T00:33:39.367Z[ recovery-image] Sep 11 00:33:37.965 INFO O| Sep 11 00:33:37.965 INFO STEP 426 (remove_files) COMPLETE
70652026-09-11T00:33:39.367Z[ recovery-image] Sep 11 00:33:37.965 INFO O| Sep 11 00:33:37.965 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-09-11T00:33:39.375Z[verify-libraries] Compiling samael v0.0.19
70672026-09-11T00:33:39.375Z[ recovery-image] Sep 11 00:33:37.989 INFO O| Sep 11 00:33:37.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
70682026-09-11T00:33:39.375Z[ recovery-image] Sep 11 00:33:37.989 INFO O| Sep 11 00:33:37.989 INFO STEP 427 (remove_files) COMPLETE
70692026-09-11T00:33:39.375Z[ recovery-image] Sep 11 00:33:37.989 INFO O| Sep 11 00:33:37.989 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-09-11T00:33:39.391Z[ recovery-image] Sep 11 00:33:38.004 INFO O| Sep 11 00:33:38.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
70712026-09-11T00:33:39.398Z[ recovery-image] Sep 11 00:33:38.004 INFO O| Sep 11 00:33:38.004 INFO STEP 428 (remove_files) COMPLETE
70722026-09-11T00:33:39.398Z[ recovery-image] Sep 11 00:33:38.004 INFO O| Sep 11 00:33:38.004 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-09-11T00:33:39.398Z[ recovery-image] Sep 11 00:33:38.015 INFO O| Sep 11 00:33:38.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
70742026-09-11T00:33:39.398Z[ recovery-image] Sep 11 00:33:38.015 INFO O| Sep 11 00:33:38.015 INFO STEP 429 (remove_files) COMPLETE
70752026-09-11T00:33:39.399Z[ recovery-image] Sep 11 00:33:38.015 INFO O| Sep 11 00:33:38.015 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-09-11T00:33:39.408Z[ recovery-image] Sep 11 00:33:38.026 INFO O| Sep 11 00:33:38.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
70772026-09-11T00:33:39.408Z[ recovery-image] Sep 11 00:33:38.026 INFO O| Sep 11 00:33:38.026 INFO STEP 430 (remove_files) COMPLETE
70782026-09-11T00:33:39.408Z[ recovery-image] Sep 11 00:33:38.026 INFO O| Sep 11 00:33:38.026 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-11T00:33:39.422Z[ recovery-image] Sep 11 00:33:38.036 INFO O| Sep 11 00:33:38.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
70802026-09-11T00:33:39.422Z[ recovery-image] Sep 11 00:33:38.036 INFO O| Sep 11 00:33:38.036 INFO STEP 431 (remove_files) COMPLETE
70812026-09-11T00:33:39.422Z[ recovery-image] Sep 11 00:33:38.036 INFO O| Sep 11 00:33:38.036 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-11T00:33:39.444Z[ recovery-image] Sep 11 00:33:38.054 INFO O| Sep 11 00:33:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
70832026-09-11T00:33:39.444Z[ recovery-image] Sep 11 00:33:38.054 INFO O| Sep 11 00:33:38.054 INFO STEP 432 (remove_files) COMPLETE
70842026-09-11T00:33:39.444Z[ recovery-image] Sep 11 00:33:38.054 INFO O| Sep 11 00:33:38.054 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-11T00:33:39.449Z[ recovery-image] Sep 11 00:33:38.066 INFO O| Sep 11 00:33:38.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70862026-09-11T00:33:39.450Z[ recovery-image] Sep 11 00:33:38.066 INFO O| Sep 11 00:33:38.066 INFO STEP 433 (remove_files) COMPLETE
70872026-09-11T00:33:39.450Z[ recovery-image] Sep 11 00:33:38.066 INFO O| Sep 11 00:33:38.066 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-11T00:33:39.550Z[ recovery-image] Sep 11 00:33:38.078 INFO O| Sep 11 00:33:38.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70892026-09-11T00:33:39.550Z[ recovery-image] Sep 11 00:33:38.078 INFO O| Sep 11 00:33:38.078 INFO STEP 434 (remove_files) COMPLETE
70902026-09-11T00:33:39.550Z[ recovery-image] Sep 11 00:33:38.078 INFO O| Sep 11 00:33:38.078 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.088 INFO O| Sep 11 00:33:38.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70922026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.088 INFO O| Sep 11 00:33:38.088 INFO STEP 435 (remove_files) COMPLETE
70932026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.088 INFO O| Sep 11 00:33:38.088 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.099 INFO O| Sep 11 00:33:38.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70952026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.099 INFO O| Sep 11 00:33:38.099 INFO STEP 436 (remove_files) COMPLETE
70962026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.099 INFO O| Sep 11 00:33:38.099 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.109 INFO O| Sep 11 00:33:38.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70982026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.110 INFO O| Sep 11 00:33:38.110 INFO STEP 437 (remove_files) COMPLETE
70992026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.110 INFO O| Sep 11 00:33:38.110 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.118 INFO O| Sep 11 00:33:38.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
71012026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.118 INFO O| Sep 11 00:33:38.118 INFO STEP 438 (remove_files) COMPLETE
71022026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.118 INFO O| Sep 11 00:33:38.118 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.128 INFO O| Sep 11 00:33:38.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
71042026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.128 INFO O| Sep 11 00:33:38.128 INFO STEP 439 (remove_files) COMPLETE
71052026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.128 INFO O| Sep 11 00:33:38.128 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.138 INFO O| Sep 11 00:33:38.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
71072026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.138 INFO O| Sep 11 00:33:38.138 INFO STEP 440 (remove_files) COMPLETE
71082026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.138 INFO O| Sep 11 00:33:38.138 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.149 INFO O| Sep 11 00:33:38.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
71102026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.149 INFO O| Sep 11 00:33:38.149 INFO STEP 441 (remove_files) COMPLETE
71112026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.149 INFO O| Sep 11 00:33:38.149 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-09-11T00:33:39.600Z[ recovery-image] Sep 11 00:33:38.160 INFO O| Sep 11 00:33:38.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
71132026-09-11T00:33:39.601Z[ recovery-image] Sep 11 00:33:38.160 INFO O| Sep 11 00:33:38.160 INFO STEP 442 (remove_files) COMPLETE
71142026-09-11T00:33:39.601Z[ recovery-image] Sep 11 00:33:38.160 INFO O| Sep 11 00:33:38.160 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-09-11T00:33:39.601Z[ recovery-image] Sep 11 00:33:38.170 INFO O| Sep 11 00:33:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
71162026-09-11T00:33:39.601Z[ recovery-image] Sep 11 00:33:38.170 INFO O| Sep 11 00:33:38.170 INFO STEP 443 (remove_files) COMPLETE
71172026-09-11T00:33:39.601Z[ recovery-image] Sep 11 00:33:38.170 INFO O| Sep 11 00:33:38.170 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.181 INFO O| Sep 11 00:33:38.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
71192026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.181 INFO O| Sep 11 00:33:38.181 INFO STEP 444 (remove_files) COMPLETE
71202026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.181 INFO O| Sep 11 00:33:38.181 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.192 INFO O| Sep 11 00:33:38.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
71222026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.192 INFO O| Sep 11 00:33:38.192 INFO STEP 445 (remove_files) COMPLETE
71232026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.192 INFO O| Sep 11 00:33:38.192 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.202 INFO O| Sep 11 00:33:38.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
71252026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.202 INFO O| Sep 11 00:33:38.202 INFO STEP 446 (remove_files) COMPLETE
71262026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.202 INFO O| Sep 11 00:33:38.202 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.215 INFO O| Sep 11 00:33:38.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
71282026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.215 INFO O| Sep 11 00:33:38.215 INFO STEP 447 (remove_files) COMPLETE
71292026-09-11T00:33:39.620Z[ recovery-image] Sep 11 00:33:38.215 INFO O| Sep 11 00:33:38.215 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-09-11T00:33:39.621Z[ recovery-image] Sep 11 00:33:38.227 INFO O| Sep 11 00:33:38.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
71312026-09-11T00:33:39.621Z[ recovery-image] Sep 11 00:33:38.227 INFO O| Sep 11 00:33:38.227 INFO STEP 448 (remove_files) COMPLETE
71322026-09-11T00:33:39.621Z[ recovery-image] Sep 11 00:33:38.227 INFO O| Sep 11 00:33:38.227 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-09-11T00:33:39.637Z[ recovery-image] Sep 11 00:33:38.238 INFO O| Sep 11 00:33:38.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
71342026-09-11T00:33:39.638Z[ recovery-image] Sep 11 00:33:38.238 INFO O| Sep 11 00:33:38.238 INFO STEP 449 (remove_files) COMPLETE
71352026-09-11T00:33:39.638Z[ recovery-image] Sep 11 00:33:38.238 INFO O| Sep 11 00:33:38.238 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-09-11T00:33:39.648Z[ recovery-image] Sep 11 00:33:38.248 INFO O| Sep 11 00:33:38.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
71372026-09-11T00:33:39.648Z[ recovery-image] Sep 11 00:33:38.248 INFO O| Sep 11 00:33:38.248 INFO STEP 450 (remove_files) COMPLETE
71382026-09-11T00:33:39.648Z[ recovery-image] Sep 11 00:33:38.248 INFO O| Sep 11 00:33:38.248 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-09-11T00:33:39.648Z[ recovery-image] Sep 11 00:33:38.259 INFO O| Sep 11 00:33:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
71402026-09-11T00:33:39.648Z[ recovery-image] Sep 11 00:33:38.259 INFO O| Sep 11 00:33:38.259 INFO STEP 451 (remove_files) COMPLETE
71412026-09-11T00:33:39.648Z[ recovery-image] Sep 11 00:33:38.259 INFO O| Sep 11 00:33:38.259 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-09-11T00:33:39.702Z[ recovery-image] Sep 11 00:33:38.269 INFO O| Sep 11 00:33:38.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
71432026-09-11T00:33:39.702Z[ recovery-image] Sep 11 00:33:38.270 INFO O| Sep 11 00:33:38.270 INFO STEP 452 (remove_files) COMPLETE
71442026-09-11T00:33:39.702Z[ recovery-image] Sep 11 00:33:38.270 INFO O| Sep 11 00:33:38.270 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-09-11T00:33:39.708Z[ recovery-image] Sep 11 00:33:38.280 INFO O| Sep 11 00:33:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
71462026-09-11T00:33:39.708Z[ recovery-image] Sep 11 00:33:38.280 INFO O| Sep 11 00:33:38.280 INFO STEP 453 (remove_files) COMPLETE
71472026-09-11T00:33:39.708Z[ recovery-image] Sep 11 00:33:38.280 INFO O| Sep 11 00:33:38.280 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-09-11T00:33:39.708Z[ recovery-image] Sep 11 00:33:38.291 INFO O| Sep 11 00:33:38.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
71492026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.291 INFO O| Sep 11 00:33:38.291 INFO STEP 454 (remove_files) COMPLETE
71502026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.291 INFO O| Sep 11 00:33:38.291 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.303 INFO O| Sep 11 00:33:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
71522026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.303 INFO O| Sep 11 00:33:38.303 INFO STEP 455 (remove_files) COMPLETE
71532026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.303 INFO O| Sep 11 00:33:38.303 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.314 INFO O| Sep 11 00:33:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
71552026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.314 INFO O| Sep 11 00:33:38.314 INFO STEP 456 (remove_files) COMPLETE
71562026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.314 INFO O| Sep 11 00:33:38.314 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.325 INFO O| Sep 11 00:33:38.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
71582026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.325 INFO O| Sep 11 00:33:38.325 INFO STEP 457 (remove_files) COMPLETE
71592026-09-11T00:33:39.709Z[ recovery-image] Sep 11 00:33:38.325 INFO O| Sep 11 00:33:38.325 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-09-11T00:33:39.953Z[ recovery-image] Sep 11 00:33:38.336 INFO O| Sep 11 00:33:38.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
71612026-09-11T00:33:39.953Z[ recovery-image] Sep 11 00:33:38.336 INFO O| Sep 11 00:33:38.336 INFO STEP 458 (remove_files) COMPLETE
71622026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.336 INFO O| Sep 11 00:33:38.336 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.346 INFO O| Sep 11 00:33:38.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
71642026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.346 INFO O| Sep 11 00:33:38.346 INFO STEP 459 (remove_files) COMPLETE
71652026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.346 INFO O| Sep 11 00:33:38.346 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.356 INFO O| Sep 11 00:33:38.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
71672026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.356 INFO O| Sep 11 00:33:38.356 INFO STEP 460 (remove_files) COMPLETE
71682026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.356 INFO O| Sep 11 00:33:38.356 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.366 INFO O| Sep 11 00:33:38.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
71702026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.366 INFO O| Sep 11 00:33:38.366 INFO STEP 461 (remove_files) COMPLETE
71712026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.366 INFO O| Sep 11 00:33:38.366 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.376 INFO O| Sep 11 00:33:38.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
71732026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.376 INFO O| Sep 11 00:33:38.376 INFO STEP 462 (remove_files) COMPLETE
71742026-09-11T00:33:39.978Z[ recovery-image] Sep 11 00:33:38.376 INFO O| Sep 11 00:33:38.376 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.386 INFO O| Sep 11 00:33:38.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
71762026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.386 INFO O| Sep 11 00:33:38.386 INFO STEP 463 (remove_files) COMPLETE
71772026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.386 INFO O| Sep 11 00:33:38.386 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.398 INFO O| Sep 11 00:33:38.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
71792026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.398 INFO O| Sep 11 00:33:38.398 INFO STEP 464 (remove_files) COMPLETE
71802026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.398 INFO O| Sep 11 00:33:38.398 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.409 INFO O| Sep 11 00:33:38.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
71822026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.409 INFO O| Sep 11 00:33:38.409 INFO STEP 465 (remove_files) COMPLETE
71832026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.409 INFO O| Sep 11 00:33:38.409 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.420 INFO O| Sep 11 00:33:38.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71852026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.420 INFO O| Sep 11 00:33:38.420 INFO STEP 466 (remove_files) COMPLETE
71862026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.420 INFO O| Sep 11 00:33:38.420 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-09-11T00:33:39.979Z[ recovery-image] Sep 11 00:33:38.430 INFO O| Sep 11 00:33:38.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71882026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.430 INFO O| Sep 11 00:33:38.430 INFO STEP 467 (remove_files) COMPLETE
71892026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.430 INFO O| Sep 11 00:33:38.430 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.439 INFO O| Sep 11 00:33:38.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71912026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.439 INFO O| Sep 11 00:33:38.439 INFO STEP 468 (remove_files) COMPLETE
71922026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.439 INFO O| Sep 11 00:33:38.439 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.449 INFO O| Sep 11 00:33:38.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71942026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.449 INFO O| Sep 11 00:33:38.449 INFO STEP 469 (remove_files) COMPLETE
71952026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.449 INFO O| Sep 11 00:33:38.449 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.458 INFO O| Sep 11 00:33:38.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71972026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.458 INFO O| Sep 11 00:33:38.458 INFO STEP 470 (remove_files) COMPLETE
71982026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.458 INFO O| Sep 11 00:33:38.458 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.468 INFO O| Sep 11 00:33:38.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
72002026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.468 INFO O| Sep 11 00:33:38.468 INFO STEP 471 (remove_files) COMPLETE
72012026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.468 INFO O| Sep 11 00:33:38.468 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.478 INFO O| Sep 11 00:33:38.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
72032026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.478 INFO O| Sep 11 00:33:38.478 INFO STEP 472 (remove_files) COMPLETE
72042026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.478 INFO O| Sep 11 00:33:38.478 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.487 INFO O| Sep 11 00:33:38.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
72062026-09-11T00:33:39.980Z[ recovery-image] Sep 11 00:33:38.487 INFO O| Sep 11 00:33:38.487 INFO STEP 473 (remove_files) COMPLETE
72072026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.487 INFO O| Sep 11 00:33:38.487 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.497 INFO O| Sep 11 00:33:38.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
72092026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.498 INFO O| Sep 11 00:33:38.498 INFO STEP 474 (remove_files) COMPLETE
72102026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.498 INFO O| Sep 11 00:33:38.498 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.508 INFO O| Sep 11 00:33:38.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
72122026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.508 INFO O| Sep 11 00:33:38.508 INFO STEP 475 (remove_files) COMPLETE
72132026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.508 INFO O| Sep 11 00:33:38.508 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.518 INFO O| Sep 11 00:33:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
72152026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.519 INFO O| Sep 11 00:33:38.519 INFO STEP 476 (remove_files) COMPLETE
72162026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.519 INFO O| Sep 11 00:33:38.519 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.529 INFO O| Sep 11 00:33:38.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
72182026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.529 INFO O| Sep 11 00:33:38.529 INFO STEP 477 (remove_files) COMPLETE
72192026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.529 INFO O| Sep 11 00:33:38.529 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.540 INFO O| Sep 11 00:33:38.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
72212026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.540 INFO O| Sep 11 00:33:38.540 INFO STEP 478 (remove_files) COMPLETE
72222026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.540 INFO O| Sep 11 00:33:38.540 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.550 INFO O| Sep 11 00:33:38.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
72242026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.550 INFO O| Sep 11 00:33:38.550 INFO STEP 479 (remove_files) COMPLETE
72252026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.550 INFO O| Sep 11 00:33:38.550 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.560 INFO O| Sep 11 00:33:38.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
72272026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.560 INFO O| Sep 11 00:33:38.560 INFO STEP 480 (remove_files) COMPLETE
72282026-09-11T00:33:39.981Z[ recovery-image] Sep 11 00:33:38.560 INFO O| Sep 11 00:33:38.560 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-11T00:33:39.982Z[ recovery-image] Sep 11 00:33:38.570 INFO O| Sep 11 00:33:38.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
72302026-09-11T00:33:39.982Z[ recovery-image] Sep 11 00:33:38.570 INFO O| Sep 11 00:33:38.570 INFO STEP 481 (remove_files) COMPLETE
72312026-09-11T00:33:39.982Z[ recovery-image] Sep 11 00:33:38.570 INFO O| Sep 11 00:33:38.570 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-11T00:33:39.992Z[ recovery-image] Sep 11 00:33:38.581 INFO O| Sep 11 00:33:38.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
72332026-09-11T00:33:39.992Z[ recovery-image] Sep 11 00:33:38.581 INFO O| Sep 11 00:33:38.581 INFO STEP 482 (remove_files) COMPLETE
72342026-09-11T00:33:39.992Z[ recovery-image] Sep 11 00:33:38.581 INFO O| Sep 11 00:33:38.581 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-11T00:33:39.992Z[ recovery-image] Sep 11 00:33:38.592 INFO O| Sep 11 00:33:38.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
72362026-09-11T00:33:39.992Z[ recovery-image] Sep 11 00:33:38.592 INFO O| Sep 11 00:33:38.592 INFO STEP 483 (remove_files) COMPLETE
72372026-09-11T00:33:39.992Z[ recovery-image] Sep 11 00:33:38.592 INFO O| Sep 11 00:33:38.592 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-11T00:33:40.006Z[ recovery-image] Sep 11 00:33:38.602 INFO O| Sep 11 00:33:38.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
72392026-09-11T00:33:40.006Z[ recovery-image] Sep 11 00:33:38.602 INFO O| Sep 11 00:33:38.602 INFO STEP 484 (remove_files) COMPLETE
72402026-09-11T00:33:40.006Z[ recovery-image] Sep 11 00:33:38.602 INFO O| Sep 11 00:33:38.602 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-11T00:33:40.006Z[ recovery-image] Sep 11 00:33:38.613 INFO O| Sep 11 00:33:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
72422026-09-11T00:33:40.007Z[ recovery-image] Sep 11 00:33:38.613 INFO O| Sep 11 00:33:38.613 INFO STEP 485 (remove_files) COMPLETE
72432026-09-11T00:33:40.007Z[ recovery-image] Sep 11 00:33:38.613 INFO O| Sep 11 00:33:38.613 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-11T00:33:40.019Z[ recovery-image] Sep 11 00:33:38.625 INFO O| Sep 11 00:33:38.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
72452026-09-11T00:33:40.019Z[ recovery-image] Sep 11 00:33:38.625 INFO O| Sep 11 00:33:38.625 INFO STEP 486 (remove_files) COMPLETE
72462026-09-11T00:33:40.020Z[ recovery-image] Sep 11 00:33:38.625 INFO O| Sep 11 00:33:38.625 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-11T00:33:40.029Z[ recovery-image] Sep 11 00:33:38.636 INFO O| Sep 11 00:33:38.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
72482026-09-11T00:33:40.030Z[ recovery-image] Sep 11 00:33:38.636 INFO O| Sep 11 00:33:38.636 INFO STEP 487 (remove_files) COMPLETE
72492026-09-11T00:33:40.030Z[ recovery-image] Sep 11 00:33:38.636 INFO O| Sep 11 00:33:38.636 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-11T00:33:40.036Z[ recovery-image] Sep 11 00:33:38.646 INFO O| Sep 11 00:33:38.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
72512026-09-11T00:33:40.036Z[ recovery-image] Sep 11 00:33:38.646 INFO O| Sep 11 00:33:38.646 INFO STEP 488 (remove_files) COMPLETE
72522026-09-11T00:33:40.036Z[ recovery-image] Sep 11 00:33:38.646 INFO O| Sep 11 00:33:38.646 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-11T00:33:40.045Z[ recovery-image] Sep 11 00:33:38.657 INFO O| Sep 11 00:33:38.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
72542026-09-11T00:33:40.045Z[ recovery-image] Sep 11 00:33:38.657 INFO O| Sep 11 00:33:38.657 INFO STEP 489 (remove_files) COMPLETE
72552026-09-11T00:33:40.045Z[ recovery-image] Sep 11 00:33:38.657 INFO O| Sep 11 00:33:38.657 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-11T00:33:40.056Z[ recovery-image] Sep 11 00:33:38.668 INFO O| Sep 11 00:33:38.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
72572026-09-11T00:33:40.056Z[ recovery-image] Sep 11 00:33:38.668 INFO O| Sep 11 00:33:38.668 INFO STEP 490 (remove_files) COMPLETE
72582026-09-11T00:33:40.056Z[ recovery-image] Sep 11 00:33:38.668 INFO O| Sep 11 00:33:38.668 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-11T00:33:40.083Z[ recovery-image] Sep 11 00:33:38.678 INFO O| Sep 11 00:33:38.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
72602026-09-11T00:33:40.083Z[ recovery-image] Sep 11 00:33:38.678 INFO O| Sep 11 00:33:38.678 INFO STEP 491 (remove_files) COMPLETE
72612026-09-11T00:33:40.083Z[ recovery-image] Sep 11 00:33:38.678 INFO O| Sep 11 00:33:38.678 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-11T00:33:40.091Z[ recovery-image] Sep 11 00:33:38.688 INFO O| Sep 11 00:33:38.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
72632026-09-11T00:33:40.091Z[ recovery-image] Sep 11 00:33:38.689 INFO O| Sep 11 00:33:38.689 INFO STEP 492 (remove_files) COMPLETE
72642026-09-11T00:33:40.091Z[ recovery-image] Sep 11 00:33:38.689 INFO O| Sep 11 00:33:38.689 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-11T00:33:40.091Z[ recovery-image] Sep 11 00:33:38.699 INFO O| Sep 11 00:33:38.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
72662026-09-11T00:33:40.091Z[ recovery-image] Sep 11 00:33:38.699 INFO O| Sep 11 00:33:38.699 INFO STEP 493 (remove_files) COMPLETE
72672026-09-11T00:33:40.091Z[ recovery-image] Sep 11 00:33:38.699 INFO O| Sep 11 00:33:38.699 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-11T00:33:40.097Z[ recovery-image] Sep 11 00:33:38.709 INFO O| Sep 11 00:33:38.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
72692026-09-11T00:33:40.097Z[ recovery-image] Sep 11 00:33:38.709 INFO O| Sep 11 00:33:38.709 INFO STEP 494 (remove_files) COMPLETE
72702026-09-11T00:33:40.097Z[ recovery-image] Sep 11 00:33:38.709 INFO O| Sep 11 00:33:38.709 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-11T00:33:40.106Z[ recovery-image] Sep 11 00:33:38.722 INFO O| Sep 11 00:33:38.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
72722026-09-11T00:33:40.106Z[ recovery-image] Sep 11 00:33:38.722 INFO O| Sep 11 00:33:38.722 INFO STEP 495 (remove_files) COMPLETE
72732026-09-11T00:33:40.107Z[ recovery-image] Sep 11 00:33:38.722 INFO O| Sep 11 00:33:38.722 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-11T00:33:40.117Z[ recovery-image] Sep 11 00:33:38.734 INFO O| Sep 11 00:33:38.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
72752026-09-11T00:33:40.117Z[ recovery-image] Sep 11 00:33:38.734 INFO O| Sep 11 00:33:38.734 INFO STEP 496 (remove_files) COMPLETE
72762026-09-11T00:33:40.117Z[ recovery-image] Sep 11 00:33:38.734 INFO O| Sep 11 00:33:38.734 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-11T00:33:40.129Z[ recovery-image] Sep 11 00:33:38.749 INFO O| Sep 11 00:33:38.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
72782026-09-11T00:33:40.129Z[ recovery-image] Sep 11 00:33:38.749 INFO O| Sep 11 00:33:38.745 INFO STEP 497 (remove_files) COMPLETE
72792026-09-11T00:33:40.129Z[ recovery-image] Sep 11 00:33:38.749 INFO O| Sep 11 00:33:38.745 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-11T00:33:40.137Z[ recovery-image] Sep 11 00:33:38.757 INFO O| Sep 11 00:33:38.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
72812026-09-11T00:33:40.137Z[ recovery-image] Sep 11 00:33:38.757 INFO O| Sep 11 00:33:38.757 INFO STEP 498 (remove_files) COMPLETE
72822026-09-11T00:33:40.137Z[ recovery-image] Sep 11 00:33:38.757 INFO O| Sep 11 00:33:38.757 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-11T00:33:40.149Z[ recovery-image] Sep 11 00:33:38.769 INFO O| Sep 11 00:33:38.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72842026-09-11T00:33:40.149Z[ recovery-image] Sep 11 00:33:38.769 INFO O| Sep 11 00:33:38.769 INFO STEP 499 (remove_files) COMPLETE
72852026-09-11T00:33:40.149Z[ recovery-image] Sep 11 00:33:38.769 INFO O| Sep 11 00:33:38.769 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-11T00:33:40.161Z[ recovery-image] Sep 11 00:33:38.779 INFO O| Sep 11 00:33:38.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72872026-09-11T00:33:40.161Z[ recovery-image] Sep 11 00:33:38.779 INFO O| Sep 11 00:33:38.779 INFO STEP 500 (remove_files) COMPLETE
72882026-09-11T00:33:40.161Z[ recovery-image] Sep 11 00:33:38.779 INFO O| Sep 11 00:33:38.779 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-11T00:33:40.168Z[ recovery-image] Sep 11 00:33:38.788 INFO O| Sep 11 00:33:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72902026-09-11T00:33:40.168Z[ recovery-image] Sep 11 00:33:38.788 INFO O| Sep 11 00:33:38.788 INFO STEP 501 (remove_files) COMPLETE
72912026-09-11T00:33:40.168Z[ recovery-image] Sep 11 00:33:38.788 INFO O| Sep 11 00:33:38.788 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-11T00:33:40.184Z[ recovery-image] Sep 11 00:33:38.796 INFO O| Sep 11 00:33:38.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72932026-09-11T00:33:40.185Z[ recovery-image] Sep 11 00:33:38.796 INFO O| Sep 11 00:33:38.796 INFO STEP 502 (remove_files) COMPLETE
72942026-09-11T00:33:40.190Z[ recovery-image] Sep 11 00:33:38.796 INFO O| Sep 11 00:33:38.796 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-11T00:33:40.190Z[ recovery-image] Sep 11 00:33:38.805 INFO O| Sep 11 00:33:38.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72962026-09-11T00:33:40.190Z[ recovery-image] Sep 11 00:33:38.805 INFO O| Sep 11 00:33:38.805 INFO STEP 503 (remove_files) COMPLETE
72972026-09-11T00:33:40.190Z[ recovery-image] Sep 11 00:33:38.805 INFO O| Sep 11 00:33:38.805 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-11T00:33:40.194Z[ recovery-image] Sep 11 00:33:38.814 INFO O| Sep 11 00:33:38.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72992026-09-11T00:33:40.194Z[ recovery-image] Sep 11 00:33:38.814 INFO O| Sep 11 00:33:38.814 INFO STEP 504 (remove_files) COMPLETE
73002026-09-11T00:33:40.194Z[ recovery-image] Sep 11 00:33:38.814 INFO O| Sep 11 00:33:38.814 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-11T00:33:40.203Z[ recovery-image] Sep 11 00:33:38.822 INFO O| Sep 11 00:33:38.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
73022026-09-11T00:33:40.203Z[ recovery-image] Sep 11 00:33:38.822 INFO O| Sep 11 00:33:38.822 INFO STEP 505 (remove_files) COMPLETE
73032026-09-11T00:33:40.209Z[ recovery-image] Sep 11 00:33:38.822 INFO O| Sep 11 00:33:38.822 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-11T00:33:40.221Z[ recovery-image] Sep 11 00:33:38.834 INFO O| Sep 11 00:33:38.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
73052026-09-11T00:33:40.221Z[ recovery-image] Sep 11 00:33:38.834 INFO O| Sep 11 00:33:38.834 INFO STEP 506 (remove_files) COMPLETE
73062026-09-11T00:33:40.221Z[ recovery-image] Sep 11 00:33:38.834 INFO O| Sep 11 00:33:38.834 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-11T00:33:40.264Z[ recovery-image] Sep 11 00:33:38.845 INFO O| Sep 11 00:33:38.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
73082026-09-11T00:33:40.264Z[ recovery-image] Sep 11 00:33:38.845 INFO O| Sep 11 00:33:38.845 INFO STEP 507 (remove_files) COMPLETE
73092026-09-11T00:33:40.264Z[ recovery-image] Sep 11 00:33:38.845 INFO O| Sep 11 00:33:38.845 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.856 INFO O| Sep 11 00:33:38.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
73112026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.856 INFO O| Sep 11 00:33:38.856 INFO STEP 508 (remove_files) COMPLETE
73122026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.856 INFO O| Sep 11 00:33:38.856 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.866 INFO O| Sep 11 00:33:38.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
73142026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.866 INFO O| Sep 11 00:33:38.866 INFO STEP 509 (remove_files) COMPLETE
73152026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.866 INFO O| Sep 11 00:33:38.866 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.876 INFO O| Sep 11 00:33:38.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
73172026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.876 INFO O| Sep 11 00:33:38.876 INFO STEP 510 (remove_files) COMPLETE
73182026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.876 INFO O| Sep 11 00:33:38.876 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-11T00:33:40.283Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
73202026-09-11T00:33:40.283Z[ recovery-image] Sep 11 00:33:38.886 INFO O| Sep 11 00:33:38.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
73212026-09-11T00:33:40.284Z[ recovery-image] Sep 11 00:33:38.886 INFO O| Sep 11 00:33:38.886 INFO STEP 511 (remove_files) COMPLETE
73222026-09-11T00:33:40.284Z[ recovery-image] Sep 11 00:33:38.886 INFO O| Sep 11 00:33:38.886 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-11T00:33:40.293Z[ recovery-image] Sep 11 00:33:38.896 INFO O| Sep 11 00:33:38.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
73242026-09-11T00:33:40.293Z[ recovery-image] Sep 11 00:33:38.896 INFO O| Sep 11 00:33:38.896 INFO STEP 512 (remove_files) COMPLETE
73252026-09-11T00:33:40.293Z[ recovery-image] Sep 11 00:33:38.896 INFO O| Sep 11 00:33:38.896 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-11T00:33:40.293Z[ recovery-image] Sep 11 00:33:38.904 INFO O| Sep 11 00:33:38.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
73272026-09-11T00:33:40.293Z[ recovery-image] Sep 11 00:33:38.906 INFO O| Sep 11 00:33:38.905 INFO STEP 513 (remove_files) COMPLETE
73282026-09-11T00:33:40.293Z[ recovery-image] Sep 11 00:33:38.906 INFO O| Sep 11 00:33:38.906 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-09-11T00:33:40.302Z[ recovery-image] Sep 11 00:33:38.915 INFO O| Sep 11 00:33:38.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
73302026-09-11T00:33:40.303Z[ recovery-image] Sep 11 00:33:38.916 INFO O| Sep 11 00:33:38.916 INFO STEP 514 (remove_files) COMPLETE
73312026-09-11T00:33:40.303Z[ recovery-image] Sep 11 00:33:38.916 INFO O| Sep 11 00:33:38.916 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-09-11T00:33:40.303Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
73332026-09-11T00:33:40.311Z[ recovery-image] Sep 11 00:33:38.925 INFO O| Sep 11 00:33:38.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
73342026-09-11T00:33:40.311Z[ recovery-image] Sep 11 00:33:38.926 INFO O| Sep 11 00:33:38.926 INFO STEP 515 (remove_files) COMPLETE
73352026-09-11T00:33:40.311Z[ recovery-image] Sep 11 00:33:38.926 INFO O| Sep 11 00:33:38.926 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-09-11T00:33:40.325Z[ recovery-image] Sep 11 00:33:38.935 INFO O| Sep 11 00:33:38.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
73372026-09-11T00:33:40.325Z[ recovery-image] Sep 11 00:33:38.935 INFO O| Sep 11 00:33:38.935 INFO STEP 516 (remove_files) COMPLETE
73382026-09-11T00:33:40.325Z[ recovery-image] Sep 11 00:33:38.935 INFO O| Sep 11 00:33:38.935 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-09-11T00:33:40.332Z[ recovery-image] Sep 11 00:33:38.950 INFO O| Sep 11 00:33:38.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
73402026-09-11T00:33:40.336Z[ recovery-image] Sep 11 00:33:38.950 INFO O| Sep 11 00:33:38.950 INFO STEP 517 (remove_files) COMPLETE
73412026-09-11T00:33:40.336Z[ recovery-image] Sep 11 00:33:38.950 INFO O| Sep 11 00:33:38.950 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-09-11T00:33:40.351Z[ recovery-image] Sep 11 00:33:38.960 INFO O| Sep 11 00:33:38.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
73432026-09-11T00:33:40.351Z[ recovery-image] Sep 11 00:33:38.960 INFO O| Sep 11 00:33:38.960 INFO STEP 518 (remove_files) COMPLETE
73442026-09-11T00:33:40.351Z[ recovery-image] Sep 11 00:33:38.960 INFO O| Sep 11 00:33:38.960 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-09-11T00:33:40.374Z[ recovery-image] Sep 11 00:33:38.970 INFO O| Sep 11 00:33:38.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
73462026-09-11T00:33:40.374Z[ recovery-image] Sep 11 00:33:38.970 INFO O| Sep 11 00:33:38.970 INFO STEP 519 (remove_files) COMPLETE
73472026-09-11T00:33:40.374Z[ recovery-image] Sep 11 00:33:38.970 INFO O| Sep 11 00:33:38.970 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-09-11T00:33:40.378Z[ recovery-image] Sep 11 00:33:38.979 INFO O| Sep 11 00:33:38.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
73492026-09-11T00:33:40.379Z[ recovery-image] Sep 11 00:33:38.979 INFO O| Sep 11 00:33:38.979 INFO STEP 520 (remove_files) COMPLETE
73502026-09-11T00:33:40.379Z[ recovery-image] Sep 11 00:33:38.979 INFO O| Sep 11 00:33:38.979 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-09-11T00:33:40.379Z[ recovery-image] Sep 11 00:33:38.991 INFO O| Sep 11 00:33:38.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
73522026-09-11T00:33:40.379Z[ recovery-image] Sep 11 00:33:38.991 INFO O| Sep 11 00:33:38.991 INFO STEP 521 (remove_files) COMPLETE
73532026-09-11T00:33:40.379Z[ recovery-image] Sep 11 00:33:38.991 INFO O| Sep 11 00:33:38.991 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-09-11T00:33:40.383Z[ recovery-image] Sep 11 00:33:39.003 INFO O| Sep 11 00:33:39.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
73552026-09-11T00:33:40.383Z[ recovery-image] Sep 11 00:33:39.003 INFO O| Sep 11 00:33:39.003 INFO STEP 522 (remove_files) COMPLETE
73562026-09-11T00:33:40.383Z[ recovery-image] Sep 11 00:33:39.003 INFO O| Sep 11 00:33:39.003 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-09-11T00:33:40.413Z[ recovery-image] Sep 11 00:33:39.015 INFO O| Sep 11 00:33:39.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
73582026-09-11T00:33:40.413Z[ recovery-image] Sep 11 00:33:39.015 INFO O| Sep 11 00:33:39.015 INFO STEP 523 (remove_files) COMPLETE
73592026-09-11T00:33:40.413Z[ recovery-image] Sep 11 00:33:39.015 INFO O| Sep 11 00:33:39.015 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.026 INFO O| Sep 11 00:33:39.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
73612026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.026 INFO O| Sep 11 00:33:39.026 INFO STEP 524 (remove_files) COMPLETE
73622026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.026 INFO O| Sep 11 00:33:39.026 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.038 INFO O| Sep 11 00:33:39.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
73642026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.038 INFO O| Sep 11 00:33:39.038 INFO STEP 525 (remove_files) COMPLETE
73652026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.038 INFO O| Sep 11 00:33:39.038 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.049 INFO O| Sep 11 00:33:39.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
73672026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.049 INFO O| Sep 11 00:33:39.049 INFO STEP 526 (remove_files) COMPLETE
73682026-09-11T00:33:40.439Z[ recovery-image] Sep 11 00:33:39.049 INFO O| Sep 11 00:33:39.049 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-09-11T00:33:40.445Z[ recovery-image] Sep 11 00:33:39.061 INFO O| Sep 11 00:33:39.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
73702026-09-11T00:33:40.445Z[ recovery-image] Sep 11 00:33:39.061 INFO O| Sep 11 00:33:39.061 INFO STEP 527 (remove_files) COMPLETE
73712026-09-11T00:33:40.445Z[ recovery-image] Sep 11 00:33:39.061 INFO O| Sep 11 00:33:39.061 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-09-11T00:33:40.454Z[ recovery-image] Sep 11 00:33:39.070 INFO O| Sep 11 00:33:39.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
73732026-09-11T00:33:40.454Z[ recovery-image] Sep 11 00:33:39.071 INFO O| Sep 11 00:33:39.071 INFO STEP 528 (remove_files) COMPLETE
73742026-09-11T00:33:40.475Z[ recovery-image] Sep 11 00:33:39.071 INFO O| Sep 11 00:33:39.071 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-09-11T00:33:40.475Z[ recovery-image] Sep 11 00:33:39.081 INFO O| Sep 11 00:33:39.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
73762026-09-11T00:33:40.476Z[ recovery-image] Sep 11 00:33:39.081 INFO O| Sep 11 00:33:39.081 INFO STEP 529 (remove_files) COMPLETE
73772026-09-11T00:33:40.476Z[ recovery-image] Sep 11 00:33:39.081 INFO O| Sep 11 00:33:39.081 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-09-11T00:33:40.476Z[ recovery-image] Sep 11 00:33:39.092 INFO O| Sep 11 00:33:39.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
73792026-09-11T00:33:40.476Z[ recovery-image] Sep 11 00:33:39.092 INFO O| Sep 11 00:33:39.092 INFO STEP 530 (remove_files) COMPLETE
73802026-09-11T00:33:40.476Z[ recovery-image] Sep 11 00:33:39.092 INFO O| Sep 11 00:33:39.092 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-09-11T00:33:40.484Z[ recovery-image] Sep 11 00:33:39.104 INFO O| Sep 11 00:33:39.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
73822026-09-11T00:33:40.484Z[ recovery-image] Sep 11 00:33:39.104 INFO O| Sep 11 00:33:39.104 INFO STEP 531 (remove_files) COMPLETE
73832026-09-11T00:33:40.484Z[ recovery-image] Sep 11 00:33:39.104 INFO O| Sep 11 00:33:39.104 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-09-11T00:33:40.500Z[ recovery-image] Sep 11 00:33:39.115 INFO O| Sep 11 00:33:39.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
73852026-09-11T00:33:40.500Z[ recovery-image] Sep 11 00:33:39.115 INFO O| Sep 11 00:33:39.115 INFO STEP 532 (remove_files) COMPLETE
73862026-09-11T00:33:40.500Z[ recovery-image] Sep 11 00:33:39.115 INFO O| Sep 11 00:33:39.115 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-09-11T00:33:40.512Z[ recovery-image] Sep 11 00:33:39.126 INFO O| Sep 11 00:33:39.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73882026-09-11T00:33:40.512Z[ recovery-image] Sep 11 00:33:39.126 INFO O| Sep 11 00:33:39.126 INFO STEP 533 (remove_files) COMPLETE
73892026-09-11T00:33:40.512Z[ recovery-image] Sep 11 00:33:39.126 INFO O| Sep 11 00:33:39.126 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-09-11T00:33:40.518Z[ recovery-image] Sep 11 00:33:39.137 INFO O| Sep 11 00:33:39.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73912026-09-11T00:33:40.518Z[ recovery-image] Sep 11 00:33:39.137 INFO O| Sep 11 00:33:39.137 INFO STEP 534 (remove_files) COMPLETE
73922026-09-11T00:33:40.518Z[ recovery-image] Sep 11 00:33:39.137 INFO O| Sep 11 00:33:39.137 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-09-11T00:33:40.526Z[ recovery-image] Sep 11 00:33:39.146 INFO O| Sep 11 00:33:39.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73942026-09-11T00:33:40.527Z[ recovery-image] Sep 11 00:33:39.146 INFO O| Sep 11 00:33:39.146 INFO STEP 535 (remove_files) COMPLETE
73952026-09-11T00:33:40.527Z[ recovery-image] Sep 11 00:33:39.146 INFO O| Sep 11 00:33:39.146 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-09-11T00:33:40.546Z[ recovery-image] Sep 11 00:33:39.156 INFO O| Sep 11 00:33:39.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73972026-09-11T00:33:40.546Z[ recovery-image] Sep 11 00:33:39.156 INFO O| Sep 11 00:33:39.156 INFO STEP 536 (remove_files) COMPLETE
73982026-09-11T00:33:40.546Z[ recovery-image] Sep 11 00:33:39.156 INFO O| Sep 11 00:33:39.156 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-09-11T00:33:40.553Z[ recovery-image] Sep 11 00:33:39.167 INFO O| Sep 11 00:33:39.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
74002026-09-11T00:33:40.553Z[ recovery-image] Sep 11 00:33:39.167 INFO O| Sep 11 00:33:39.167 INFO STEP 537 (remove_files) COMPLETE
74012026-09-11T00:33:40.553Z[ recovery-image] Sep 11 00:33:39.167 INFO O| Sep 11 00:33:39.167 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-09-11T00:33:40.559Z[ recovery-image] Sep 11 00:33:39.177 INFO O| Sep 11 00:33:39.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
74032026-09-11T00:33:40.559Z[ recovery-image] Sep 11 00:33:39.178 INFO O| Sep 11 00:33:39.178 INFO STEP 538 (remove_files) COMPLETE
74042026-09-11T00:33:40.559Z[ recovery-image] Sep 11 00:33:39.178 INFO O| Sep 11 00:33:39.178 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-09-11T00:33:40.568Z[ recovery-image] Sep 11 00:33:39.188 INFO O| Sep 11 00:33:39.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
74062026-09-11T00:33:40.568Z[ recovery-image] Sep 11 00:33:39.188 INFO O| Sep 11 00:33:39.188 INFO STEP 539 (remove_files) COMPLETE
74072026-09-11T00:33:40.568Z[ recovery-image] Sep 11 00:33:39.188 INFO O| Sep 11 00:33:39.188 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-09-11T00:33:40.596Z[ recovery-image] Sep 11 00:33:39.201 INFO O| Sep 11 00:33:39.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
74092026-09-11T00:33:40.596Z[ recovery-image] Sep 11 00:33:39.201 INFO O| Sep 11 00:33:39.198 INFO STEP 540 (remove_files) COMPLETE
74102026-09-11T00:33:40.596Z[ recovery-image] Sep 11 00:33:39.201 INFO O| Sep 11 00:33:39.198 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-09-11T00:33:40.596Z[ recovery-image] Sep 11 00:33:39.208 INFO O| Sep 11 00:33:39.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
74122026-09-11T00:33:40.596Z[ recovery-image] Sep 11 00:33:39.208 INFO O| Sep 11 00:33:39.208 INFO STEP 541 (remove_files) COMPLETE
74132026-09-11T00:33:40.596Z[ recovery-image] Sep 11 00:33:39.208 INFO O| Sep 11 00:33:39.208 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-09-11T00:33:40.630Z[ recovery-image] Sep 11 00:33:39.245 INFO O| Sep 11 00:33:39.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
74152026-09-11T00:33:40.630Z[ recovery-image] Sep 11 00:33:39.245 INFO O| Sep 11 00:33:39.245 INFO STEP 542 (remove_files) COMPLETE
74162026-09-11T00:33:40.630Z[ recovery-image] Sep 11 00:33:39.245 INFO O| Sep 11 00:33:39.245 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-09-11T00:33:40.637Z[ recovery-image] Sep 11 00:33:39.256 INFO O| Sep 11 00:33:39.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
74182026-09-11T00:33:40.637Z[ recovery-image] Sep 11 00:33:39.256 INFO O| Sep 11 00:33:39.256 INFO STEP 543 (remove_files) COMPLETE
74192026-09-11T00:33:40.637Z[ recovery-image] Sep 11 00:33:39.256 INFO O| Sep 11 00:33:39.256 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-11T00:33:40.647Z[ recovery-image] Sep 11 00:33:39.267 INFO O| Sep 11 00:33:39.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
74212026-09-11T00:33:40.647Z[ recovery-image] Sep 11 00:33:39.267 INFO O| Sep 11 00:33:39.267 INFO STEP 544 (remove_files) COMPLETE
74222026-09-11T00:33:40.651Z[ recovery-image] Sep 11 00:33:39.267 INFO O| Sep 11 00:33:39.267 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-11T00:33:40.658Z[ recovery-image] Sep 11 00:33:39.278 INFO O| Sep 11 00:33:39.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
74242026-09-11T00:33:40.658Z[ recovery-image] Sep 11 00:33:39.278 INFO O| Sep 11 00:33:39.278 INFO STEP 545 (remove_files) COMPLETE
74252026-09-11T00:33:40.662Z[ recovery-image] Sep 11 00:33:39.278 INFO O| Sep 11 00:33:39.278 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-11T00:33:40.681Z[ recovery-image] Sep 11 00:33:39.292 INFO O| Sep 11 00:33:39.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
74272026-09-11T00:33:40.681Z[ recovery-image] Sep 11 00:33:39.292 INFO O| Sep 11 00:33:39.292 INFO STEP 546 (remove_files) COMPLETE
74282026-09-11T00:33:40.681Z[ recovery-image] Sep 11 00:33:39.292 INFO O| Sep 11 00:33:39.292 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-11T00:33:40.687Z[ recovery-image] Sep 11 00:33:39.303 INFO O| Sep 11 00:33:39.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
74302026-09-11T00:33:40.687Z[ recovery-image] Sep 11 00:33:39.303 INFO O| Sep 11 00:33:39.303 INFO STEP 547 (remove_files) COMPLETE
74312026-09-11T00:33:40.687Z[ recovery-image] Sep 11 00:33:39.303 INFO O| Sep 11 00:33:39.303 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-11T00:33:40.695Z[ recovery-image] Sep 11 00:33:39.315 INFO O| Sep 11 00:33:39.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
74332026-09-11T00:33:40.695Z[ recovery-image] Sep 11 00:33:39.315 INFO O| Sep 11 00:33:39.315 INFO STEP 548 (remove_files) COMPLETE
74342026-09-11T00:33:40.695Z[ recovery-image] Sep 11 00:33:39.315 INFO O| Sep 11 00:33:39.315 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-11T00:33:40.716Z[ recovery-image] Sep 11 00:33:39.326 INFO O| Sep 11 00:33:39.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
74362026-09-11T00:33:40.716Z[ recovery-image] Sep 11 00:33:39.326 INFO O| Sep 11 00:33:39.326 INFO STEP 549 (remove_files) COMPLETE
74372026-09-11T00:33:40.716Z[ recovery-image] Sep 11 00:33:39.326 INFO O| Sep 11 00:33:39.326 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-11T00:33:40.723Z[ recovery-image] Sep 11 00:33:39.336 INFO O| Sep 11 00:33:39.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
74392026-09-11T00:33:40.723Z[ recovery-image] Sep 11 00:33:39.336 INFO O| Sep 11 00:33:39.336 INFO STEP 550 (remove_files) COMPLETE
74402026-09-11T00:33:40.723Z[ recovery-image] Sep 11 00:33:39.336 INFO O| Sep 11 00:33:39.336 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-11T00:33:40.741Z[ recovery-image] Sep 11 00:33:39.347 INFO O| Sep 11 00:33:39.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
74422026-09-11T00:33:40.741Z[ recovery-image] Sep 11 00:33:39.347 INFO O| Sep 11 00:33:39.347 INFO STEP 551 (remove_files) COMPLETE
74432026-09-11T00:33:40.741Z[ recovery-image] Sep 11 00:33:39.347 INFO O| Sep 11 00:33:39.347 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-11T00:33:40.748Z[ recovery-image] Sep 11 00:33:39.357 INFO O| Sep 11 00:33:39.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
74452026-09-11T00:33:40.748Z[ recovery-image] Sep 11 00:33:39.357 INFO O| Sep 11 00:33:39.357 INFO STEP 552 (remove_files) COMPLETE
74462026-09-11T00:33:40.748Z[ recovery-image] Sep 11 00:33:39.357 INFO O| Sep 11 00:33:39.357 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-11T00:33:40.748Z[ recovery-image] Sep 11 00:33:39.368 INFO O| Sep 11 00:33:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
74482026-09-11T00:33:40.749Z[ recovery-image] Sep 11 00:33:39.368 INFO O| Sep 11 00:33:39.368 INFO STEP 553 (remove_files) COMPLETE
74492026-09-11T00:33:40.749Z[ recovery-image] Sep 11 00:33:39.368 INFO O| Sep 11 00:33:39.368 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-11T00:33:40.772Z[ recovery-image] Sep 11 00:33:39.379 INFO O| Sep 11 00:33:39.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
74512026-09-11T00:33:40.772Z[ recovery-image] Sep 11 00:33:39.379 INFO O| Sep 11 00:33:39.379 INFO STEP 554 (remove_files) COMPLETE
74522026-09-11T00:33:40.772Z[ recovery-image] Sep 11 00:33:39.379 INFO O| Sep 11 00:33:39.379 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-11T00:33:40.779Z[ recovery-image] Sep 11 00:33:39.391 INFO O| Sep 11 00:33:39.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
74542026-09-11T00:33:40.779Z[ recovery-image] Sep 11 00:33:39.391 INFO O| Sep 11 00:33:39.391 INFO STEP 555 (remove_files) COMPLETE
74552026-09-11T00:33:40.779Z[ recovery-image] Sep 11 00:33:39.391 INFO O| Sep 11 00:33:39.391 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-11T00:33:40.784Z[ recovery-image] Sep 11 00:33:39.402 INFO O| Sep 11 00:33:39.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
74572026-09-11T00:33:40.784Z[ recovery-image] Sep 11 00:33:39.402 INFO O| Sep 11 00:33:39.402 INFO STEP 556 (remove_files) COMPLETE
74582026-09-11T00:33:40.784Z[ recovery-image] Sep 11 00:33:39.402 INFO O| Sep 11 00:33:39.402 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-11T00:33:40.799Z[ recovery-image] Sep 11 00:33:39.413 INFO O| Sep 11 00:33:39.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
74602026-09-11T00:33:40.799Z[ recovery-image] Sep 11 00:33:39.414 INFO O| Sep 11 00:33:39.414 INFO STEP 557 (remove_files) COMPLETE
74612026-09-11T00:33:40.824Z[ recovery-image] Sep 11 00:33:39.414 INFO O| Sep 11 00:33:39.414 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-11T00:33:40.824Z[ recovery-image] Sep 11 00:33:39.425 INFO O| Sep 11 00:33:39.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
74632026-09-11T00:33:40.824Z[ recovery-image] Sep 11 00:33:39.425 INFO O| Sep 11 00:33:39.425 INFO STEP 558 (remove_files) COMPLETE
74642026-09-11T00:33:40.825Z[ recovery-image] Sep 11 00:33:39.425 INFO O| Sep 11 00:33:39.425 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-11T00:33:40.825Z[ recovery-image] Sep 11 00:33:39.437 INFO O| Sep 11 00:33:39.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
74662026-09-11T00:33:40.825Z[ recovery-image] Sep 11 00:33:39.437 INFO O| Sep 11 00:33:39.437 INFO STEP 559 (remove_files) COMPLETE
74672026-09-11T00:33:40.825Z[ recovery-image] Sep 11 00:33:39.437 INFO O| Sep 11 00:33:39.437 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-11T00:33:40.830Z[ recovery-image] Sep 11 00:33:39.448 INFO O| Sep 11 00:33:39.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
74692026-09-11T00:33:40.830Z[ recovery-image] Sep 11 00:33:39.448 INFO O| Sep 11 00:33:39.448 INFO STEP 560 (remove_files) COMPLETE
74702026-09-11T00:33:40.830Z[ recovery-image] Sep 11 00:33:39.448 INFO O| Sep 11 00:33:39.448 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-11T00:33:40.840Z[ recovery-image] Sep 11 00:33:39.460 INFO O| Sep 11 00:33:39.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
74722026-09-11T00:33:40.840Z[ recovery-image] Sep 11 00:33:39.460 INFO O| Sep 11 00:33:39.460 INFO STEP 561 (remove_files) COMPLETE
74732026-09-11T00:33:40.840Z[ recovery-image] Sep 11 00:33:39.460 INFO O| Sep 11 00:33:39.460 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-11T00:33:40.851Z[ recovery-image] Sep 11 00:33:39.471 INFO O| Sep 11 00:33:39.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
74752026-09-11T00:33:40.851Z[ recovery-image] Sep 11 00:33:39.471 INFO O| Sep 11 00:33:39.471 INFO STEP 562 (remove_files) COMPLETE
74762026-09-11T00:33:40.855Z[ recovery-image] Sep 11 00:33:39.471 INFO O| Sep 11 00:33:39.471 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.481 INFO O| Sep 11 00:33:39.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
74782026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.481 INFO O| Sep 11 00:33:39.481 INFO STEP 563 (remove_files) COMPLETE
74792026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.481 INFO O| Sep 11 00:33:39.481 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.492 INFO O| Sep 11 00:33:39.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
74812026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.492 INFO O| Sep 11 00:33:39.492 INFO STEP 564 (remove_files) COMPLETE
74822026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.492 INFO O| Sep 11 00:33:39.492 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.503 INFO O| Sep 11 00:33:39.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
74842026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.503 INFO O| Sep 11 00:33:39.503 INFO STEP 565 (remove_files) COMPLETE
74852026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.503 INFO O| Sep 11 00:33:39.503 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.513 INFO O| Sep 11 00:33:39.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74872026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.513 INFO O| Sep 11 00:33:39.513 INFO STEP 566 (remove_files) COMPLETE
74882026-09-11T00:33:40.944Z[ recovery-image] Sep 11 00:33:39.513 INFO O| Sep 11 00:33:39.513 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.525 INFO O| Sep 11 00:33:39.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74902026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.525 INFO O| Sep 11 00:33:39.525 INFO STEP 567 (remove_files) COMPLETE
74912026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.525 INFO O| Sep 11 00:33:39.525 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.535 INFO O| Sep 11 00:33:39.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74932026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.535 INFO O| Sep 11 00:33:39.535 INFO STEP 568 (remove_files) COMPLETE
74942026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.535 INFO O| Sep 11 00:33:39.535 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-09-11T00:33:40.981Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
74962026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.546 INFO O| Sep 11 00:33:39.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74972026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.547 INFO O| Sep 11 00:33:39.547 INFO STEP 569 (remove_files) COMPLETE
74982026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.547 INFO O| Sep 11 00:33:39.547 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.557 INFO O| Sep 11 00:33:39.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
75002026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.557 INFO O| Sep 11 00:33:39.557 INFO STEP 570 (remove_files) COMPLETE
75012026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.557 INFO O| Sep 11 00:33:39.557 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.566 INFO O| Sep 11 00:33:39.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
75032026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.566 INFO O| Sep 11 00:33:39.566 INFO STEP 571 (remove_files) COMPLETE
75042026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.566 INFO O| Sep 11 00:33:39.566 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-09-11T00:33:40.981Z[ recovery-image] Sep 11 00:33:39.574 INFO O| Sep 11 00:33:39.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
75062026-09-11T00:33:40.982Z[ recovery-image] Sep 11 00:33:39.575 INFO O| Sep 11 00:33:39.575 INFO STEP 572 (remove_files) COMPLETE
75072026-09-11T00:33:40.982Z[ recovery-image] Sep 11 00:33:39.575 INFO O| Sep 11 00:33:39.575 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-09-11T00:33:40.982Z[ recovery-image] Sep 11 00:33:39.587 INFO O| Sep 11 00:33:39.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
75092026-09-11T00:33:40.990Z[ recovery-image] Sep 11 00:33:39.587 INFO O| Sep 11 00:33:39.587 INFO STEP 573 (remove_files) COMPLETE
75102026-09-11T00:33:40.990Z[ recovery-image] Sep 11 00:33:39.587 INFO O| Sep 11 00:33:39.587 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-09-11T00:33:40.990Z[ recovery-image] Sep 11 00:33:39.598 INFO O| Sep 11 00:33:39.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
75122026-09-11T00:33:40.990Z[ recovery-image] Sep 11 00:33:39.598 INFO O| Sep 11 00:33:39.598 INFO STEP 574 (remove_files) COMPLETE
75132026-09-11T00:33:40.991Z[ recovery-image] Sep 11 00:33:39.598 INFO O| Sep 11 00:33:39.598 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-09-11T00:33:40.998Z[ recovery-image] Sep 11 00:33:39.609 INFO O| Sep 11 00:33:39.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
75152026-09-11T00:33:40.999Z[ recovery-image] Sep 11 00:33:39.610 INFO O| Sep 11 00:33:39.610 INFO STEP 575 (remove_files) COMPLETE
75162026-09-11T00:33:40.999Z[ recovery-image] Sep 11 00:33:39.610 INFO O| Sep 11 00:33:39.610 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-09-11T00:33:41.007Z[ recovery-image] Sep 11 00:33:39.620 INFO O| Sep 11 00:33:39.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
75182026-09-11T00:33:41.007Z[ recovery-image] Sep 11 00:33:39.620 INFO O| Sep 11 00:33:39.620 INFO STEP 576 (remove_files) COMPLETE
75192026-09-11T00:33:41.007Z[ recovery-image] Sep 11 00:33:39.620 INFO O| Sep 11 00:33:39.620 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-09-11T00:33:41.019Z[ recovery-image] Sep 11 00:33:39.630 INFO O| Sep 11 00:33:39.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
75212026-09-11T00:33:41.019Z[ recovery-image] Sep 11 00:33:39.630 INFO O| Sep 11 00:33:39.630 INFO STEP 577 (remove_files) COMPLETE
75222026-09-11T00:33:41.020Z[ recovery-image] Sep 11 00:33:39.630 INFO O| Sep 11 00:33:39.630 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-09-11T00:33:41.044Z[ recovery-image] Sep 11 00:33:39.641 INFO O| Sep 11 00:33:39.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
75242026-09-11T00:33:41.044Z[ recovery-image] Sep 11 00:33:39.641 INFO O| Sep 11 00:33:39.641 INFO STEP 578 (remove_files) COMPLETE
75252026-09-11T00:33:41.044Z[ recovery-image] Sep 11 00:33:39.641 INFO O| Sep 11 00:33:39.641 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-09-11T00:33:41.059Z[ recovery-image] Sep 11 00:33:39.652 INFO O| Sep 11 00:33:39.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
75272026-09-11T00:33:41.059Z[ recovery-image] Sep 11 00:33:39.652 INFO O| Sep 11 00:33:39.652 INFO STEP 579 (remove_files) COMPLETE
75282026-09-11T00:33:41.059Z[ recovery-image] Sep 11 00:33:39.652 INFO O| Sep 11 00:33:39.652 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-09-11T00:33:41.059Z[ recovery-image] Sep 11 00:33:39.661 INFO O| Sep 11 00:33:39.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
75302026-09-11T00:33:41.059Z[ recovery-image] Sep 11 00:33:39.662 INFO O| Sep 11 00:33:39.662 INFO STEP 580 (remove_files) COMPLETE
75312026-09-11T00:33:41.059Z[ recovery-image] Sep 11 00:33:39.662 INFO O| Sep 11 00:33:39.662 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-09-11T00:33:41.066Z[ recovery-image] Sep 11 00:33:39.672 INFO O| Sep 11 00:33:39.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
75332026-09-11T00:33:41.066Z[ recovery-image] Sep 11 00:33:39.673 INFO O| Sep 11 00:33:39.673 INFO STEP 581 (remove_files) COMPLETE
75342026-09-11T00:33:41.066Z[ recovery-image] Sep 11 00:33:39.673 INFO O| Sep 11 00:33:39.673 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-09-11T00:33:41.066Z[ recovery-image] Sep 11 00:33:39.684 INFO O| Sep 11 00:33:39.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
75362026-09-11T00:33:41.066Z[ recovery-image] Sep 11 00:33:39.684 INFO O| Sep 11 00:33:39.684 INFO STEP 582 (remove_files) COMPLETE
75372026-09-11T00:33:41.066Z[ recovery-image] Sep 11 00:33:39.684 INFO O| Sep 11 00:33:39.684 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-09-11T00:33:41.074Z[ recovery-image] Sep 11 00:33:39.694 INFO O| Sep 11 00:33:39.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
75392026-09-11T00:33:41.074Z[ recovery-image] Sep 11 00:33:39.694 INFO O| Sep 11 00:33:39.694 INFO STEP 583 (remove_files) COMPLETE
75402026-09-11T00:33:41.074Z[ recovery-image] Sep 11 00:33:39.694 INFO O| Sep 11 00:33:39.694 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-09-11T00:33:41.113Z[ recovery-image] Sep 11 00:33:39.704 INFO O| Sep 11 00:33:39.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
75422026-09-11T00:33:41.113Z[ recovery-image] Sep 11 00:33:39.704 INFO O| Sep 11 00:33:39.704 INFO STEP 584 (remove_files) COMPLETE
75432026-09-11T00:33:41.113Z[ recovery-image] Sep 11 00:33:39.704 INFO O| Sep 11 00:33:39.704 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.713 INFO O| Sep 11 00:33:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
75452026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.714 INFO O| Sep 11 00:33:39.714 INFO STEP 585 (remove_files) COMPLETE
75462026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.714 INFO O| Sep 11 00:33:39.714 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.723 INFO O| Sep 11 00:33:39.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
75482026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.723 INFO O| Sep 11 00:33:39.723 INFO STEP 586 (remove_files) COMPLETE
75492026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.723 INFO O| Sep 11 00:33:39.723 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.733 INFO O| Sep 11 00:33:39.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
75512026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.733 INFO O| Sep 11 00:33:39.733 INFO STEP 587 (remove_files) COMPLETE
75522026-09-11T00:33:41.126Z[ recovery-image] Sep 11 00:33:39.733 INFO O| Sep 11 00:33:39.733 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-09-11T00:33:41.130Z[ recovery-image] Sep 11 00:33:39.744 INFO O| Sep 11 00:33:39.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
75542026-09-11T00:33:41.130Z[ recovery-image] Sep 11 00:33:39.744 INFO O| Sep 11 00:33:39.744 INFO STEP 588 (remove_files) COMPLETE
75552026-09-11T00:33:41.130Z[ recovery-image] Sep 11 00:33:39.744 INFO O| Sep 11 00:33:39.744 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-09-11T00:33:41.137Z[ recovery-image] Sep 11 00:33:39.756 INFO O| Sep 11 00:33:39.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
75572026-09-11T00:33:41.137Z[ recovery-image] Sep 11 00:33:39.756 INFO O| Sep 11 00:33:39.756 INFO STEP 589 (remove_files) COMPLETE
75582026-09-11T00:33:41.137Z[ recovery-image] Sep 11 00:33:39.756 INFO O| Sep 11 00:33:39.756 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-09-11T00:33:41.146Z[ recovery-image] Sep 11 00:33:39.766 INFO O| Sep 11 00:33:39.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
75602026-09-11T00:33:41.147Z[ recovery-image] Sep 11 00:33:39.766 INFO O| Sep 11 00:33:39.766 INFO STEP 590 (remove_files) COMPLETE
75612026-09-11T00:33:41.147Z[ recovery-image] Sep 11 00:33:39.766 INFO O| Sep 11 00:33:39.766 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-11T00:33:41.163Z[ recovery-image] Sep 11 00:33:39.780 INFO O| Sep 11 00:33:39.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
75632026-09-11T00:33:41.163Z[ recovery-image] Sep 11 00:33:39.780 INFO O| Sep 11 00:33:39.780 INFO STEP 591 (remove_files) COMPLETE
75642026-09-11T00:33:41.163Z[ recovery-image] Sep 11 00:33:39.780 INFO O| Sep 11 00:33:39.780 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-09-11T00:33:41.182Z[ recovery-image] Sep 11 00:33:39.791 INFO O| Sep 11 00:33:39.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
75662026-09-11T00:33:41.182Z[ recovery-image] Sep 11 00:33:39.791 INFO O| Sep 11 00:33:39.791 INFO STEP 592 (remove_files) COMPLETE
75672026-09-11T00:33:41.183Z[ recovery-image] Sep 11 00:33:39.791 INFO O| Sep 11 00:33:39.791 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-09-11T00:33:41.213Z[ recovery-image] Sep 11 00:33:39.801 INFO O| Sep 11 00:33:39.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
75692026-09-11T00:33:41.213Z[ recovery-image] Sep 11 00:33:39.801 INFO O| Sep 11 00:33:39.801 INFO STEP 593 (remove_files) COMPLETE
75702026-09-11T00:33:41.213Z[ recovery-image] Sep 11 00:33:39.801 INFO O| Sep 11 00:33:39.801 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-09-11T00:33:41.232Z[ recovery-image] Sep 11 00:33:39.811 INFO O| Sep 11 00:33:39.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
75722026-09-11T00:33:41.232Z[ recovery-image] Sep 11 00:33:39.811 INFO O| Sep 11 00:33:39.811 INFO STEP 594 (remove_files) COMPLETE
75732026-09-11T00:33:41.232Z[ recovery-image] Sep 11 00:33:39.811 INFO O| Sep 11 00:33:39.811 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-11T00:33:41.232Z[ recovery-image] Sep 11 00:33:39.822 INFO O| Sep 11 00:33:39.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
75752026-09-11T00:33:41.232Z[ recovery-image] Sep 11 00:33:39.822 INFO O| Sep 11 00:33:39.822 INFO STEP 595 (remove_files) COMPLETE
75762026-09-11T00:33:41.233Z[ recovery-image] Sep 11 00:33:39.822 INFO O| Sep 11 00:33:39.822 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-11T00:33:41.233Z[ recovery-image] Sep 11 00:33:39.833 INFO O| Sep 11 00:33:39.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
75782026-09-11T00:33:41.233Z[ recovery-image] Sep 11 00:33:39.833 INFO O| Sep 11 00:33:39.833 INFO STEP 596 (remove_files) COMPLETE
75792026-09-11T00:33:41.233Z[ recovery-image] Sep 11 00:33:39.833 INFO O| Sep 11 00:33:39.833 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-11T00:33:41.243Z[ recovery-image] Sep 11 00:33:39.844 INFO O| Sep 11 00:33:39.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
75812026-09-11T00:33:41.243Z[ recovery-image] Sep 11 00:33:39.844 INFO O| Sep 11 00:33:39.844 INFO STEP 597 (remove_files) COMPLETE
75822026-09-11T00:33:41.243Z[ recovery-image] Sep 11 00:33:39.844 INFO O| Sep 11 00:33:39.844 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-09-11T00:33:41.243Z[ recovery-image] Sep 11 00:33:39.856 INFO O| Sep 11 00:33:39.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
75842026-09-11T00:33:41.243Z[ recovery-image] Sep 11 00:33:39.856 INFO O| Sep 11 00:33:39.856 INFO STEP 598 (remove_files) COMPLETE
75852026-09-11T00:33:41.243Z[ recovery-image] Sep 11 00:33:39.856 INFO O| Sep 11 00:33:39.856 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-09-11T00:33:41.250Z[ recovery-image] Sep 11 00:33:39.867 INFO O| Sep 11 00:33:39.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75872026-09-11T00:33:41.250Z[ recovery-image] Sep 11 00:33:39.867 INFO O| Sep 11 00:33:39.867 INFO STEP 599 (remove_files) COMPLETE
75882026-09-11T00:33:41.250Z[ recovery-image] Sep 11 00:33:39.867 INFO O| Sep 11 00:33:39.867 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-09-11T00:33:41.260Z[ recovery-image] Sep 11 00:33:39.878 INFO O| Sep 11 00:33:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75902026-09-11T00:33:41.264Z[ recovery-image] Sep 11 00:33:39.882 INFO O| Sep 11 00:33:39.882 INFO STEP 600 (remove_files) COMPLETE
75912026-09-11T00:33:41.264Z[ recovery-image] Sep 11 00:33:39.882 INFO O| Sep 11 00:33:39.882 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-09-11T00:33:41.280Z[ recovery-image] Sep 11 00:33:39.897 INFO O| Sep 11 00:33:39.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75932026-09-11T00:33:41.280Z[ recovery-image] Sep 11 00:33:39.898 INFO O| Sep 11 00:33:39.895 INFO STEP 601 (remove_files) COMPLETE
75942026-09-11T00:33:41.280Z[ recovery-image] Sep 11 00:33:39.898 INFO O| Sep 11 00:33:39.895 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-09-11T00:33:41.295Z[ recovery-image] Sep 11 00:33:39.905 INFO O| Sep 11 00:33:39.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75962026-09-11T00:33:41.295Z[ recovery-image] Sep 11 00:33:39.905 INFO O| Sep 11 00:33:39.905 INFO STEP 602 (remove_files) COMPLETE
75972026-09-11T00:33:41.296Z[ recovery-image] Sep 11 00:33:39.905 INFO O| Sep 11 00:33:39.905 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-09-11T00:33:41.303Z[ recovery-image] Sep 11 00:33:39.914 INFO O| Sep 11 00:33:39.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75992026-09-11T00:33:41.303Z[ recovery-image] Sep 11 00:33:39.915 INFO O| Sep 11 00:33:39.914 INFO STEP 603 (remove_files) COMPLETE
76002026-09-11T00:33:41.303Z[ recovery-image] Sep 11 00:33:39.915 INFO O| Sep 11 00:33:39.914 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-09-11T00:33:41.315Z[ recovery-image] Sep 11 00:33:39.924 INFO O| Sep 11 00:33:39.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
76022026-09-11T00:33:41.315Z[ recovery-image] Sep 11 00:33:39.924 INFO O| Sep 11 00:33:39.924 INFO STEP 604 (remove_files) COMPLETE
76032026-09-11T00:33:41.316Z[ recovery-image] Sep 11 00:33:39.924 INFO O| Sep 11 00:33:39.924 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-09-11T00:33:41.320Z[ recovery-image] Sep 11 00:33:39.934 INFO O| Sep 11 00:33:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
76052026-09-11T00:33:41.321Z[ recovery-image] Sep 11 00:33:39.934 INFO O| Sep 11 00:33:39.934 INFO STEP 605 (remove_files) COMPLETE
76062026-09-11T00:33:41.321Z[ recovery-image] Sep 11 00:33:39.934 INFO O| Sep 11 00:33:39.934 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-09-11T00:33:41.328Z[ recovery-image] Sep 11 00:33:39.945 INFO O| Sep 11 00:33:39.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
76082026-09-11T00:33:41.328Z[ recovery-image] Sep 11 00:33:39.945 INFO O| Sep 11 00:33:39.945 INFO STEP 606 (remove_files) COMPLETE
76092026-09-11T00:33:41.328Z[ recovery-image] Sep 11 00:33:39.945 INFO O| Sep 11 00:33:39.945 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-09-11T00:33:41.334Z[ recovery-image] Sep 11 00:33:39.954 INFO O| Sep 11 00:33:39.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
76112026-09-11T00:33:41.335Z[ recovery-image] Sep 11 00:33:39.955 INFO O| Sep 11 00:33:39.955 INFO STEP 607 (remove_files) COMPLETE
76122026-09-11T00:33:41.335Z[ recovery-image] Sep 11 00:33:39.955 INFO O| Sep 11 00:33:39.955 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-09-11T00:33:41.358Z[ recovery-image] Sep 11 00:33:39.966 INFO O| Sep 11 00:33:39.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
76142026-09-11T00:33:41.358Z[ recovery-image] Sep 11 00:33:39.966 INFO O| Sep 11 00:33:39.966 INFO STEP 608 (remove_files) COMPLETE
76152026-09-11T00:33:41.358Z[ recovery-image] Sep 11 00:33:39.966 INFO O| Sep 11 00:33:39.966 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-09-11T00:33:41.372Z[ recovery-image] Sep 11 00:33:39.976 INFO O| Sep 11 00:33:39.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
76172026-09-11T00:33:41.372Z[ recovery-image] Sep 11 00:33:39.976 INFO O| Sep 11 00:33:39.976 INFO STEP 609 (remove_files) COMPLETE
76182026-09-11T00:33:41.372Z[ recovery-image] Sep 11 00:33:39.976 INFO O| Sep 11 00:33:39.976 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-09-11T00:33:41.396Z[ recovery-image] Sep 11 00:33:39.987 INFO O| Sep 11 00:33:39.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
76202026-09-11T00:33:41.397Z[ recovery-image] Sep 11 00:33:39.988 INFO O| Sep 11 00:33:39.988 INFO STEP 610 (remove_files) COMPLETE
76212026-09-11T00:33:41.397Z[ recovery-image] Sep 11 00:33:39.988 INFO O| Sep 11 00:33:39.988 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-09-11T00:33:41.420Z[ recovery-image] Sep 11 00:33:39.999 INFO O| Sep 11 00:33:39.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
76232026-09-11T00:33:41.420Z[ recovery-image] Sep 11 00:33:39.999 INFO O| Sep 11 00:33:39.999 INFO STEP 611 (remove_files) COMPLETE
76242026-09-11T00:33:41.420Z[ recovery-image] Sep 11 00:33:39.999 INFO O| Sep 11 00:33:39.999 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-09-11T00:33:41.420Z[ recovery-image] Sep 11 00:33:40.012 INFO O| Sep 11 00:33:40.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
76262026-09-11T00:33:41.420Z[ recovery-image] Sep 11 00:33:40.012 INFO O| Sep 11 00:33:40.012 INFO STEP 612 (remove_files) COMPLETE
76272026-09-11T00:33:41.420Z[ recovery-image] Sep 11 00:33:40.012 INFO O| Sep 11 00:33:40.012 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-09-11T00:33:41.421Z[ recovery-image] Sep 11 00:33:40.022 INFO O| Sep 11 00:33:40.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
76292026-09-11T00:33:41.421Z[ recovery-image] Sep 11 00:33:40.022 INFO O| Sep 11 00:33:40.022 INFO STEP 613 (remove_files) COMPLETE
76302026-09-11T00:33:41.421Z[ recovery-image] Sep 11 00:33:40.022 INFO O| Sep 11 00:33:40.022 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-09-11T00:33:41.421Z[ recovery-image] Sep 11 00:33:40.032 INFO O| Sep 11 00:33:40.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
76322026-09-11T00:33:41.421Z[ recovery-image] Sep 11 00:33:40.032 INFO O| Sep 11 00:33:40.032 INFO STEP 614 (remove_files) COMPLETE
76332026-09-11T00:33:41.421Z[ recovery-image] Sep 11 00:33:40.032 INFO O| Sep 11 00:33:40.032 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-09-11T00:33:41.427Z[ recovery-image] Sep 11 00:33:40.043 INFO O| Sep 11 00:33:40.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
76352026-09-11T00:33:41.427Z[ recovery-image] Sep 11 00:33:40.043 INFO O| Sep 11 00:33:40.043 INFO STEP 615 (remove_files) COMPLETE
76362026-09-11T00:33:41.427Z[ recovery-image] Sep 11 00:33:40.043 INFO O| Sep 11 00:33:40.043 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-09-11T00:33:41.435Z[ recovery-image] Sep 11 00:33:40.055 INFO O| Sep 11 00:33:40.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
76382026-09-11T00:33:41.435Z[ recovery-image] Sep 11 00:33:40.055 INFO O| Sep 11 00:33:40.055 INFO STEP 616 (remove_files) COMPLETE
76392026-09-11T00:33:41.435Z[ recovery-image] Sep 11 00:33:40.055 INFO O| Sep 11 00:33:40.055 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-09-11T00:33:41.493Z[ recovery-image] Sep 11 00:33:40.068 INFO O| Sep 11 00:33:40.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
76412026-09-11T00:33:41.493Z[ recovery-image] Sep 11 00:33:40.068 INFO O| Sep 11 00:33:40.068 INFO STEP 617 (remove_files) COMPLETE
76422026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.068 INFO O| Sep 11 00:33:40.068 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.079 INFO O| Sep 11 00:33:40.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
76442026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.079 INFO O| Sep 11 00:33:40.079 INFO STEP 618 (remove_files) COMPLETE
76452026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.079 INFO O| Sep 11 00:33:40.079 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.090 INFO O| Sep 11 00:33:40.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
76472026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.090 INFO O| Sep 11 00:33:40.090 INFO STEP 619 (remove_files) COMPLETE
76482026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.090 INFO O| Sep 11 00:33:40.090 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.101 INFO O| Sep 11 00:33:40.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
76502026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.101 INFO O| Sep 11 00:33:40.101 INFO STEP 620 (remove_files) COMPLETE
76512026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.101 INFO O| Sep 11 00:33:40.101 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.111 INFO O| Sep 11 00:33:40.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
76532026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.111 INFO O| Sep 11 00:33:40.111 INFO STEP 621 (remove_files) COMPLETE
76542026-09-11T00:33:41.498Z[ recovery-image] Sep 11 00:33:40.111 INFO O| Sep 11 00:33:40.111 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-11T00:33:41.503Z[ recovery-image] Sep 11 00:33:40.121 INFO O| Sep 11 00:33:40.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
76562026-09-11T00:33:41.503Z[ recovery-image] Sep 11 00:33:40.122 INFO O| Sep 11 00:33:40.122 INFO STEP 622 (remove_files) COMPLETE
76572026-09-11T00:33:41.503Z[ recovery-image] Sep 11 00:33:40.122 INFO O| Sep 11 00:33:40.122 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-11T00:33:41.513Z[ recovery-image] Sep 11 00:33:40.131 INFO O| Sep 11 00:33:40.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
76592026-09-11T00:33:41.513Z[ recovery-image] Sep 11 00:33:40.132 INFO O| Sep 11 00:33:40.132 INFO STEP 623 (remove_files) COMPLETE
76602026-09-11T00:33:41.532Z[ recovery-image] Sep 11 00:33:40.132 INFO O| Sep 11 00:33:40.132 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-11T00:33:41.542Z[ recovery-image] Sep 11 00:33:40.142 INFO O| Sep 11 00:33:40.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
76622026-09-11T00:33:41.543Z[ recovery-image] Sep 11 00:33:40.142 INFO O| Sep 11 00:33:40.142 INFO STEP 624 (remove_files) COMPLETE
76632026-09-11T00:33:41.543Z[ recovery-image] Sep 11 00:33:40.142 INFO O| Sep 11 00:33:40.142 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-11T00:33:41.543Z[ recovery-image] Sep 11 00:33:40.152 INFO O| Sep 11 00:33:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
76652026-09-11T00:33:41.543Z[ recovery-image] Sep 11 00:33:40.152 INFO O| Sep 11 00:33:40.152 INFO STEP 625 (remove_files) COMPLETE
76662026-09-11T00:33:41.543Z[ recovery-image] Sep 11 00:33:40.152 INFO O| Sep 11 00:33:40.152 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-11T00:33:41.567Z[ recovery-image] Sep 11 00:33:40.164 INFO O| Sep 11 00:33:40.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
76682026-09-11T00:33:41.567Z[ recovery-image] Sep 11 00:33:40.164 INFO O| Sep 11 00:33:40.164 INFO STEP 626 (remove_files) COMPLETE
76692026-09-11T00:33:41.567Z[ recovery-image] Sep 11 00:33:40.164 INFO O| Sep 11 00:33:40.164 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-11T00:33:41.567Z[ recovery-image] Sep 11 00:33:40.175 INFO O| Sep 11 00:33:40.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
76712026-09-11T00:33:41.567Z[ recovery-image] Sep 11 00:33:40.175 INFO O| Sep 11 00:33:40.175 INFO STEP 627 (remove_files) COMPLETE
76722026-09-11T00:33:41.567Z[ recovery-image] Sep 11 00:33:40.175 INFO O| Sep 11 00:33:40.175 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-09-11T00:33:41.575Z[ recovery-image] Sep 11 00:33:40.186 INFO O| Sep 11 00:33:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
76742026-09-11T00:33:41.575Z[ recovery-image] Sep 11 00:33:40.186 INFO O| Sep 11 00:33:40.186 INFO STEP 628 (remove_files) COMPLETE
76752026-09-11T00:33:41.575Z[ recovery-image] Sep 11 00:33:40.186 INFO O| Sep 11 00:33:40.186 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-09-11T00:33:41.585Z[ recovery-image] Sep 11 00:33:40.197 INFO O| Sep 11 00:33:40.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
76772026-09-11T00:33:41.585Z[ recovery-image] Sep 11 00:33:40.197 INFO O| Sep 11 00:33:40.197 INFO STEP 629 (remove_files) COMPLETE
76782026-09-11T00:33:41.585Z[ recovery-image] Sep 11 00:33:40.197 INFO O| Sep 11 00:33:40.197 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-09-11T00:33:41.590Z[ recovery-image] Sep 11 00:33:40.208 INFO O| Sep 11 00:33:40.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
76802026-09-11T00:33:41.590Z[ recovery-image] Sep 11 00:33:40.208 INFO O| Sep 11 00:33:40.208 INFO STEP 630 (remove_files) COMPLETE
76812026-09-11T00:33:41.590Z[ recovery-image] Sep 11 00:33:40.208 INFO O| Sep 11 00:33:40.208 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-09-11T00:33:41.601Z[ recovery-image] Sep 11 00:33:40.220 INFO O| Sep 11 00:33:40.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
76832026-09-11T00:33:41.601Z[ recovery-image] Sep 11 00:33:40.220 INFO O| Sep 11 00:33:40.220 INFO STEP 631 (remove_files) COMPLETE
76842026-09-11T00:33:41.601Z[ recovery-image] Sep 11 00:33:40.220 INFO O| Sep 11 00:33:40.220 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-09-11T00:33:41.610Z[ recovery-image] Sep 11 00:33:40.230 INFO O| Sep 11 00:33:40.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76862026-09-11T00:33:41.610Z[ recovery-image] Sep 11 00:33:40.230 INFO O| Sep 11 00:33:40.230 INFO STEP 632 (remove_files) COMPLETE
76872026-09-11T00:33:41.611Z[ recovery-image] Sep 11 00:33:40.230 INFO O| Sep 11 00:33:40.230 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-09-11T00:33:41.639Z[ recovery-image] Sep 11 00:33:40.241 INFO O| Sep 11 00:33:40.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76892026-09-11T00:33:41.639Z[ recovery-image] Sep 11 00:33:40.242 INFO O| Sep 11 00:33:40.242 INFO STEP 633 (remove_files) COMPLETE
76902026-09-11T00:33:41.639Z[ recovery-image] Sep 11 00:33:40.242 INFO O| Sep 11 00:33:40.242 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-09-11T00:33:41.644Z[ recovery-image] Sep 11 00:33:40.253 INFO O| Sep 11 00:33:40.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76922026-09-11T00:33:41.644Z[ recovery-image] Sep 11 00:33:40.253 INFO O| Sep 11 00:33:40.253 INFO STEP 634 (remove_files) COMPLETE
76932026-09-11T00:33:41.644Z[ recovery-image] Sep 11 00:33:40.253 INFO O| Sep 11 00:33:40.253 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-09-11T00:33:41.649Z[ recovery-image] Sep 11 00:33:40.264 INFO O| Sep 11 00:33:40.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76952026-09-11T00:33:41.649Z[ recovery-image] Sep 11 00:33:40.264 INFO O| Sep 11 00:33:40.264 INFO STEP 635 (remove_files) COMPLETE
76962026-09-11T00:33:41.649Z[ recovery-image] Sep 11 00:33:40.264 INFO O| Sep 11 00:33:40.264 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-09-11T00:33:41.655Z[ recovery-image] Sep 11 00:33:40.275 INFO O| Sep 11 00:33:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76982026-09-11T00:33:41.656Z[ recovery-image] Sep 11 00:33:40.275 INFO O| Sep 11 00:33:40.275 INFO STEP 636 (remove_files) COMPLETE
76992026-09-11T00:33:41.664Z[ recovery-image] Sep 11 00:33:40.275 INFO O| Sep 11 00:33:40.275 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-09-11T00:33:41.668Z[ recovery-image] Sep 11 00:33:40.287 INFO O| Sep 11 00:33:40.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
77012026-09-11T00:33:41.669Z[ recovery-image] Sep 11 00:33:40.287 INFO O| Sep 11 00:33:40.287 INFO STEP 637 (remove_files) COMPLETE
77022026-09-11T00:33:41.669Z[ recovery-image] Sep 11 00:33:40.287 INFO O| Sep 11 00:33:40.287 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-09-11T00:33:41.678Z[ recovery-image] Sep 11 00:33:40.298 INFO O| Sep 11 00:33:40.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
77042026-09-11T00:33:41.678Z[ recovery-image] Sep 11 00:33:40.298 INFO O| Sep 11 00:33:40.298 INFO STEP 638 (remove_files) COMPLETE
77052026-09-11T00:33:41.703Z[ recovery-image] Sep 11 00:33:40.298 INFO O| Sep 11 00:33:40.298 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-09-11T00:33:41.703Z[ recovery-image] Sep 11 00:33:40.308 INFO O| Sep 11 00:33:40.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
77072026-09-11T00:33:41.703Z[ recovery-image] Sep 11 00:33:40.308 INFO O| Sep 11 00:33:40.308 INFO STEP 639 (remove_files) COMPLETE
77082026-09-11T00:33:41.703Z[ recovery-image] Sep 11 00:33:40.308 INFO O| Sep 11 00:33:40.308 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-09-11T00:33:41.715Z[ recovery-image] Sep 11 00:33:40.319 INFO O| Sep 11 00:33:40.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
77102026-09-11T00:33:41.715Z[ recovery-image] Sep 11 00:33:40.319 INFO O| Sep 11 00:33:40.319 INFO STEP 640 (remove_files) COMPLETE
77112026-09-11T00:33:41.715Z[ recovery-image] Sep 11 00:33:40.319 INFO O| Sep 11 00:33:40.319 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-09-11T00:33:41.729Z[ recovery-image] Sep 11 00:33:40.330 INFO O| Sep 11 00:33:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
77132026-09-11T00:33:41.729Z[ recovery-image] Sep 11 00:33:40.330 INFO O| Sep 11 00:33:40.330 INFO STEP 641 (remove_files) COMPLETE
77142026-09-11T00:33:41.730Z[ recovery-image] Sep 11 00:33:40.330 INFO O| Sep 11 00:33:40.330 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-09-11T00:33:41.730Z[ recovery-image] Sep 11 00:33:40.343 INFO O| Sep 11 00:33:40.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
77162026-09-11T00:33:41.730Z[ recovery-image] Sep 11 00:33:40.343 INFO O| Sep 11 00:33:40.343 INFO STEP 642 (remove_files) COMPLETE
77172026-09-11T00:33:41.730Z[ recovery-image] Sep 11 00:33:40.343 INFO O| Sep 11 00:33:40.343 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-09-11T00:33:41.734Z[ recovery-image] Sep 11 00:33:40.352 INFO O| Sep 11 00:33:40.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
77192026-09-11T00:33:41.734Z[ recovery-image] Sep 11 00:33:40.352 INFO O| Sep 11 00:33:40.352 INFO STEP 643 (remove_files) COMPLETE
77202026-09-11T00:33:41.734Z[ recovery-image] Sep 11 00:33:40.352 INFO O| Sep 11 00:33:40.352 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-09-11T00:33:41.755Z[ recovery-image] Sep 11 00:33:40.361 INFO O| Sep 11 00:33:40.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
77222026-09-11T00:33:41.755Z[ recovery-image] Sep 11 00:33:40.361 INFO O| Sep 11 00:33:40.361 INFO STEP 644 (remove_files) COMPLETE
77232026-09-11T00:33:41.755Z[ recovery-image] Sep 11 00:33:40.361 INFO O| Sep 11 00:33:40.361 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-09-11T00:33:41.760Z[ recovery-image] Sep 11 00:33:40.371 INFO O| Sep 11 00:33:40.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
77252026-09-11T00:33:41.760Z[ recovery-image] Sep 11 00:33:40.372 INFO O| Sep 11 00:33:40.372 INFO STEP 645 (remove_files) COMPLETE
77262026-09-11T00:33:41.760Z[ recovery-image] Sep 11 00:33:40.372 INFO O| Sep 11 00:33:40.372 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-09-11T00:33:41.764Z[ recovery-image] Sep 11 00:33:40.381 INFO O| Sep 11 00:33:40.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
77282026-09-11T00:33:41.764Z[ recovery-image] Sep 11 00:33:40.381 INFO O| Sep 11 00:33:40.381 INFO STEP 646 (remove_files) COMPLETE
77292026-09-11T00:33:41.764Z[ recovery-image] Sep 11 00:33:40.381 INFO O| Sep 11 00:33:40.381 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-09-11T00:33:41.776Z[ recovery-image] Sep 11 00:33:40.390 INFO O| Sep 11 00:33:40.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
77312026-09-11T00:33:41.776Z[ recovery-image] Sep 11 00:33:40.390 INFO O| Sep 11 00:33:40.390 INFO STEP 647 (remove_files) COMPLETE
77322026-09-11T00:33:41.776Z[ recovery-image] Sep 11 00:33:40.390 INFO O| Sep 11 00:33:40.390 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-09-11T00:33:41.801Z[ recovery-image] Sep 11 00:33:40.399 INFO O| Sep 11 00:33:40.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
77342026-09-11T00:33:41.801Z[ recovery-image] Sep 11 00:33:40.399 INFO O| Sep 11 00:33:40.399 INFO STEP 648 (remove_files) COMPLETE
77352026-09-11T00:33:41.801Z[ recovery-image] Sep 11 00:33:40.399 INFO O| Sep 11 00:33:40.399 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.408 INFO O| Sep 11 00:33:40.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
77372026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.408 INFO O| Sep 11 00:33:40.408 INFO STEP 649 (remove_files) COMPLETE
77382026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.408 INFO O| Sep 11 00:33:40.408 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.416 INFO O| Sep 11 00:33:40.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
77402026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.416 INFO O| Sep 11 00:33:40.416 INFO STEP 650 (remove_files) COMPLETE
77412026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.416 INFO O| Sep 11 00:33:40.416 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.425 INFO O| Sep 11 00:33:40.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
77432026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.425 INFO O| Sep 11 00:33:40.425 INFO STEP 651 (remove_files) COMPLETE
77442026-09-11T00:33:41.875Z[ recovery-image] Sep 11 00:33:40.425 INFO O| Sep 11 00:33:40.425 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-09-11T00:33:41.904Z[ recovery-image] Sep 11 00:33:40.434 INFO O| Sep 11 00:33:40.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
77462026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.434 INFO O| Sep 11 00:33:40.434 INFO STEP 652 (remove_files) COMPLETE
77472026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.434 INFO O| Sep 11 00:33:40.434 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.444 INFO O| Sep 11 00:33:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
77492026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.444 INFO O| Sep 11 00:33:40.444 INFO STEP 653 (remove_files) COMPLETE
77502026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.444 INFO O| Sep 11 00:33:40.444 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.454 INFO O| Sep 11 00:33:40.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
77522026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.454 INFO O| Sep 11 00:33:40.454 INFO STEP 654 (remove_files) COMPLETE
77532026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.454 INFO O| Sep 11 00:33:40.454 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.463 INFO O| Sep 11 00:33:40.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
77552026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.463 INFO O| Sep 11 00:33:40.463 INFO STEP 655 (remove_files) COMPLETE
77562026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.463 INFO O| Sep 11 00:33:40.463 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.472 INFO O| Sep 11 00:33:40.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
77582026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.472 INFO O| Sep 11 00:33:40.472 INFO STEP 656 (remove_files) COMPLETE
77592026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.472 INFO O| Sep 11 00:33:40.472 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.481 INFO O| Sep 11 00:33:40.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
77612026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.481 INFO O| Sep 11 00:33:40.481 INFO STEP 657 (remove_files) COMPLETE
77622026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.481 INFO O| Sep 11 00:33:40.481 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.490 INFO O| Sep 11 00:33:40.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
77642026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.490 INFO O| Sep 11 00:33:40.490 INFO STEP 658 (remove_files) COMPLETE
77652026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.490 INFO O| Sep 11 00:33:40.490 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-09-11T00:33:41.905Z[ recovery-image] Sep 11 00:33:40.500 INFO O| Sep 11 00:33:40.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
77672026-09-11T00:33:41.906Z[ recovery-image] Sep 11 00:33:40.500 INFO O| Sep 11 00:33:40.500 INFO STEP 659 (remove_files) COMPLETE
77682026-09-11T00:33:41.906Z[ recovery-image] Sep 11 00:33:40.500 INFO O| Sep 11 00:33:40.500 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-09-11T00:33:41.942Z[ recovery-image] Sep 11 00:33:40.509 INFO O| Sep 11 00:33:40.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
77702026-09-11T00:33:41.942Z[ recovery-image] Sep 11 00:33:40.509 INFO O| Sep 11 00:33:40.509 INFO STEP 660 (remove_files) COMPLETE
77712026-09-11T00:33:41.942Z[ recovery-image] Sep 11 00:33:40.509 INFO O| Sep 11 00:33:40.509 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-09-11T00:33:41.943Z[ recovery-image] Sep 11 00:33:40.519 INFO O| Sep 11 00:33:40.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
77732026-09-11T00:33:41.943Z[ recovery-image] Sep 11 00:33:40.519 INFO O| Sep 11 00:33:40.519 INFO STEP 661 (remove_files) COMPLETE
77742026-09-11T00:33:41.943Z[ recovery-image] Sep 11 00:33:40.519 INFO O| Sep 11 00:33:40.519 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-09-11T00:33:41.943Z[ recovery-image] Sep 11 00:33:40.528 INFO O| Sep 11 00:33:40.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
77762026-09-11T00:33:41.943Z[ recovery-image] Sep 11 00:33:40.528 INFO O| Sep 11 00:33:40.528 INFO STEP 662 (remove_files) COMPLETE
77772026-09-11T00:33:41.943Z[ recovery-image] Sep 11 00:33:40.528 INFO O| Sep 11 00:33:40.528 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.538 INFO O| Sep 11 00:33:40.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
77792026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.538 INFO O| Sep 11 00:33:40.538 INFO STEP 663 (remove_files) COMPLETE
77802026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.538 INFO O| Sep 11 00:33:40.538 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.547 INFO O| Sep 11 00:33:40.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
77822026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.547 INFO O| Sep 11 00:33:40.547 INFO STEP 664 (remove_files) COMPLETE
77832026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.547 INFO O| Sep 11 00:33:40.547 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.557 INFO O| Sep 11 00:33:40.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77852026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.557 INFO O| Sep 11 00:33:40.557 INFO STEP 665 (remove_files) COMPLETE
77862026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.557 INFO O| Sep 11 00:33:40.557 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.566 INFO O| Sep 11 00:33:40.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77882026-09-11T00:33:41.964Z[ recovery-image] Sep 11 00:33:40.566 INFO O| Sep 11 00:33:40.566 INFO STEP 666 (remove_files) COMPLETE
77892026-09-11T00:33:41.965Z[ recovery-image] Sep 11 00:33:40.566 INFO O| Sep 11 00:33:40.566 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-09-11T00:33:41.985Z[ recovery-image] Sep 11 00:33:40.576 INFO O| Sep 11 00:33:40.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77912026-09-11T00:33:41.985Z[ recovery-image] Sep 11 00:33:40.576 INFO O| Sep 11 00:33:40.576 INFO STEP 667 (remove_files) COMPLETE
77922026-09-11T00:33:41.985Z[ recovery-image] Sep 11 00:33:40.576 INFO O| Sep 11 00:33:40.576 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-09-11T00:33:41.985Z[ recovery-image] Sep 11 00:33:40.585 INFO O| Sep 11 00:33:40.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77942026-09-11T00:33:41.986Z[ recovery-image] Sep 11 00:33:40.586 INFO O| Sep 11 00:33:40.586 INFO STEP 668 (remove_files) COMPLETE
77952026-09-11T00:33:41.986Z[ recovery-image] Sep 11 00:33:40.586 INFO O| Sep 11 00:33:40.586 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-09-11T00:33:42.001Z[ recovery-image] Sep 11 00:33:40.595 INFO O| Sep 11 00:33:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77972026-09-11T00:33:42.001Z[ recovery-image] Sep 11 00:33:40.595 INFO O| Sep 11 00:33:40.595 INFO STEP 669 (remove_files) COMPLETE
77982026-09-11T00:33:42.001Z[ recovery-image] Sep 11 00:33:40.595 INFO O| Sep 11 00:33:40.595 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-09-11T00:33:42.001Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
78002026-09-11T00:33:42.001Z[ recovery-image] Sep 11 00:33:40.605 INFO O| Sep 11 00:33:40.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
78012026-09-11T00:33:42.001Z[ recovery-image] Sep 11 00:33:40.605 INFO O| Sep 11 00:33:40.605 INFO STEP 670 (remove_files) COMPLETE
78022026-09-11T00:33:42.001Z[ recovery-image] Sep 11 00:33:40.605 INFO O| Sep 11 00:33:40.605 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-09-11T00:33:42.022Z[ recovery-image] Sep 11 00:33:40.616 INFO O| Sep 11 00:33:40.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
78042026-09-11T00:33:42.022Z[ recovery-image] Sep 11 00:33:40.616 INFO O| Sep 11 00:33:40.616 INFO STEP 671 (remove_files) COMPLETE
78052026-09-11T00:33:42.023Z[ recovery-image] Sep 11 00:33:40.616 INFO O| Sep 11 00:33:40.616 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-09-11T00:33:42.023Z[ recovery-image] Sep 11 00:33:40.626 INFO O| Sep 11 00:33:40.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
78072026-09-11T00:33:42.023Z[ recovery-image] Sep 11 00:33:40.626 INFO O| Sep 11 00:33:40.626 INFO STEP 672 (remove_files) COMPLETE
78082026-09-11T00:33:42.023Z[ recovery-image] Sep 11 00:33:40.626 INFO O| Sep 11 00:33:40.626 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-09-11T00:33:42.041Z[ recovery-image] Sep 11 00:33:40.636 INFO O| Sep 11 00:33:40.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
78102026-09-11T00:33:42.041Z[ recovery-image] Sep 11 00:33:40.636 INFO O| Sep 11 00:33:40.636 INFO STEP 673 (remove_files) COMPLETE
78112026-09-11T00:33:42.041Z[ recovery-image] Sep 11 00:33:40.636 INFO O| Sep 11 00:33:40.636 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-09-11T00:33:42.041Z[ recovery-image] Sep 11 00:33:40.645 INFO O| Sep 11 00:33:40.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
78132026-09-11T00:33:42.041Z[ recovery-image] Sep 11 00:33:40.646 INFO O| Sep 11 00:33:40.646 INFO STEP 674 (remove_files) COMPLETE
78142026-09-11T00:33:42.041Z[ recovery-image] Sep 11 00:33:40.646 INFO O| Sep 11 00:33:40.646 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-09-11T00:33:42.051Z[ recovery-image] Sep 11 00:33:40.655 INFO O| Sep 11 00:33:40.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
78162026-09-11T00:33:42.051Z[ recovery-image] Sep 11 00:33:40.655 INFO O| Sep 11 00:33:40.655 INFO STEP 675 (remove_files) COMPLETE
78172026-09-11T00:33:42.051Z[ recovery-image] Sep 11 00:33:40.655 INFO O| Sep 11 00:33:40.655 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-09-11T00:33:42.051Z[ recovery-image] Sep 11 00:33:40.666 INFO O| Sep 11 00:33:40.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
78192026-09-11T00:33:42.051Z[ recovery-image] Sep 11 00:33:40.666 INFO O| Sep 11 00:33:40.666 INFO STEP 676 (remove_files) COMPLETE
78202026-09-11T00:33:42.051Z[ recovery-image] Sep 11 00:33:40.666 INFO O| Sep 11 00:33:40.666 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-09-11T00:33:42.077Z[ recovery-image] Sep 11 00:33:40.686 INFO O| Sep 11 00:33:40.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
78222026-09-11T00:33:42.077Z[ recovery-image] Sep 11 00:33:40.686 INFO O| Sep 11 00:33:40.686 INFO STEP 677 (remove_files) COMPLETE
78232026-09-11T00:33:42.086Z[ recovery-image] Sep 11 00:33:40.686 INFO O| Sep 11 00:33:40.686 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-09-11T00:33:42.086Z[ recovery-image] Sep 11 00:33:40.697 INFO O| Sep 11 00:33:40.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
78252026-09-11T00:33:42.086Z[ recovery-image] Sep 11 00:33:40.698 INFO O| Sep 11 00:33:40.697 INFO STEP 678 (remove_files) COMPLETE
78262026-09-11T00:33:42.086Z[ recovery-image] Sep 11 00:33:40.698 INFO O| Sep 11 00:33:40.697 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-09-11T00:33:42.093Z[ recovery-image] Sep 11 00:33:40.708 INFO O| Sep 11 00:33:40.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
78282026-09-11T00:33:42.093Z[ recovery-image] Sep 11 00:33:40.708 INFO O| Sep 11 00:33:40.708 INFO STEP 679 (remove_files) COMPLETE
78292026-09-11T00:33:42.093Z[ recovery-image] Sep 11 00:33:40.708 INFO O| Sep 11 00:33:40.708 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-09-11T00:33:42.101Z[ recovery-image] Sep 11 00:33:40.717 INFO O| Sep 11 00:33:40.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
78312026-09-11T00:33:42.106Z[ recovery-image] Sep 11 00:33:40.718 INFO O| Sep 11 00:33:40.718 INFO STEP 680 (remove_files) COMPLETE
78322026-09-11T00:33:42.107Z[ recovery-image] Sep 11 00:33:40.718 INFO O| Sep 11 00:33:40.718 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-09-11T00:33:42.112Z[ recovery-image] Sep 11 00:33:40.728 INFO O| Sep 11 00:33:40.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
78342026-09-11T00:33:42.112Z[ recovery-image] Sep 11 00:33:40.728 INFO O| Sep 11 00:33:40.728 INFO STEP 681 (remove_files) COMPLETE
78352026-09-11T00:33:42.112Z[ recovery-image] Sep 11 00:33:40.728 INFO O| Sep 11 00:33:40.728 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-09-11T00:33:42.117Z[ recovery-image] Sep 11 00:33:40.737 INFO O| Sep 11 00:33:40.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
78372026-09-11T00:33:42.117Z[ recovery-image] Sep 11 00:33:40.737 INFO O| Sep 11 00:33:40.737 INFO STEP 682 (remove_files) COMPLETE
78382026-09-11T00:33:42.117Z[ recovery-image] Sep 11 00:33:40.737 INFO O| Sep 11 00:33:40.737 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-09-11T00:33:42.127Z[ recovery-image] Sep 11 00:33:40.746 INFO O| Sep 11 00:33:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
78402026-09-11T00:33:42.127Z[ recovery-image] Sep 11 00:33:40.746 INFO O| Sep 11 00:33:40.746 INFO STEP 683 (remove_files) COMPLETE
78412026-09-11T00:33:42.206Z[ recovery-image] Sep 11 00:33:40.746 INFO O| Sep 11 00:33:40.746 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-09-11T00:33:42.206Z[ recovery-image] Sep 11 00:33:40.755 INFO O| Sep 11 00:33:40.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
78432026-09-11T00:33:42.206Z[ recovery-image] Sep 11 00:33:40.755 INFO O| Sep 11 00:33:40.755 INFO STEP 684 (remove_files) COMPLETE
78442026-09-11T00:33:42.206Z[ recovery-image] Sep 11 00:33:40.755 INFO O| Sep 11 00:33:40.755 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.762 INFO O| Sep 11 00:33:40.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
78462026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.763 INFO O| Sep 11 00:33:40.763 INFO STEP 685 (remove_files) COMPLETE
78472026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.763 INFO O| Sep 11 00:33:40.763 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.771 INFO O| Sep 11 00:33:40.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
78492026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.771 INFO O| Sep 11 00:33:40.771 INFO STEP 686 (remove_files) COMPLETE
78502026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.771 INFO O| Sep 11 00:33:40.771 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.780 INFO O| Sep 11 00:33:40.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
78522026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.780 INFO O| Sep 11 00:33:40.780 INFO STEP 687 (remove_files) COMPLETE
78532026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.780 INFO O| Sep 11 00:33:40.780 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.791 INFO O| Sep 11 00:33:40.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
78552026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.791 INFO O| Sep 11 00:33:40.790 INFO STEP 688 (remove_files) COMPLETE
78562026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.791 INFO O| Sep 11 00:33:40.790 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.801 INFO O| Sep 11 00:33:40.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
78582026-09-11T00:33:42.239Z[ recovery-image] Sep 11 00:33:40.801 INFO O| Sep 11 00:33:40.801 INFO STEP 689 (remove_files) COMPLETE
78592026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.801 INFO O| Sep 11 00:33:40.801 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.811 INFO O| Sep 11 00:33:40.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
78612026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.811 INFO O| Sep 11 00:33:40.811 INFO STEP 690 (remove_files) COMPLETE
78622026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.811 INFO O| Sep 11 00:33:40.811 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.820 INFO O| Sep 11 00:33:40.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
78642026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.820 INFO O| Sep 11 00:33:40.820 INFO STEP 691 (remove_files) COMPLETE
78652026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.820 INFO O| Sep 11 00:33:40.820 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.829 INFO O| Sep 11 00:33:40.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
78672026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.829 INFO O| Sep 11 00:33:40.829 INFO STEP 692 (remove_files) COMPLETE
78682026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.829 INFO O| Sep 11 00:33:40.829 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.837 INFO O| Sep 11 00:33:40.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
78702026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.838 INFO O| Sep 11 00:33:40.838 INFO STEP 693 (remove_files) COMPLETE
78712026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.838 INFO O| Sep 11 00:33:40.838 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.850 INFO O| Sep 11 00:33:40.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
78732026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.850 INFO O| Sep 11 00:33:40.850 INFO STEP 694 (remove_files) COMPLETE
78742026-09-11T00:33:42.240Z[ recovery-image] Sep 11 00:33:40.850 INFO O| Sep 11 00:33:40.850 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-09-11T00:33:42.248Z[ recovery-image] Sep 11 00:33:40.860 INFO O| Sep 11 00:33:40.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
78762026-09-11T00:33:42.248Z[ recovery-image] Sep 11 00:33:40.861 INFO O| Sep 11 00:33:40.861 INFO STEP 695 (remove_files) COMPLETE
78772026-09-11T00:33:42.248Z[ recovery-image] Sep 11 00:33:40.861 INFO O| Sep 11 00:33:40.861 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-09-11T00:33:42.267Z[ recovery-image] Sep 11 00:33:40.871 INFO O| Sep 11 00:33:40.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
78792026-09-11T00:33:42.267Z[ recovery-image] Sep 11 00:33:40.871 INFO O| Sep 11 00:33:40.871 INFO STEP 696 (remove_files) COMPLETE
78802026-09-11T00:33:42.267Z[ recovery-image] Sep 11 00:33:40.871 INFO O| Sep 11 00:33:40.871 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-09-11T00:33:42.283Z[ recovery-image] Sep 11 00:33:40.887 INFO O| Sep 11 00:33:40.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
78822026-09-11T00:33:42.283Z[ recovery-image] Sep 11 00:33:40.887 INFO O| Sep 11 00:33:40.887 INFO STEP 697 (remove_files) COMPLETE
78832026-09-11T00:33:42.283Z[ recovery-image] Sep 11 00:33:40.887 INFO O| Sep 11 00:33:40.887 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-09-11T00:33:42.289Z[ recovery-image] Sep 11 00:33:40.902 INFO O| Sep 11 00:33:40.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78852026-09-11T00:33:42.289Z[ recovery-image] Sep 11 00:33:40.902 INFO O| Sep 11 00:33:40.902 INFO STEP 698 (remove_files) COMPLETE
78862026-09-11T00:33:42.289Z[ recovery-image] Sep 11 00:33:40.902 INFO O| Sep 11 00:33:40.902 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-09-11T00:33:42.299Z[ recovery-image] Sep 11 00:33:40.913 INFO O| Sep 11 00:33:40.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78882026-09-11T00:33:42.299Z[ recovery-image] Sep 11 00:33:40.913 INFO O| Sep 11 00:33:40.913 INFO STEP 699 (remove_files) COMPLETE
78892026-09-11T00:33:42.299Z[ recovery-image] Sep 11 00:33:40.913 INFO O| Sep 11 00:33:40.913 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-09-11T00:33:42.322Z[ recovery-image] Sep 11 00:33:40.924 INFO O| Sep 11 00:33:40.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78912026-09-11T00:33:42.322Z[ recovery-image] Sep 11 00:33:40.924 INFO O| Sep 11 00:33:40.924 INFO STEP 700 (remove_files) COMPLETE
78922026-09-11T00:33:42.322Z[ recovery-image] Sep 11 00:33:40.924 INFO O| Sep 11 00:33:40.924 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-09-11T00:33:42.322Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
78942026-09-11T00:33:42.322Z[ recovery-image] Sep 11 00:33:40.934 INFO O| Sep 11 00:33:40.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78952026-09-11T00:33:42.323Z[ recovery-image] Sep 11 00:33:40.934 INFO O| Sep 11 00:33:40.934 INFO STEP 701 (remove_files) COMPLETE
78962026-09-11T00:33:42.323Z[ recovery-image] Sep 11 00:33:40.934 INFO O| Sep 11 00:33:40.934 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-11T00:33:42.378Z[ recovery-image] Sep 11 00:33:40.945 INFO O| Sep 11 00:33:40.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78982026-09-11T00:33:42.378Z[ recovery-image] Sep 11 00:33:40.945 INFO O| Sep 11 00:33:40.945 INFO STEP 702 (remove_files) COMPLETE
78992026-09-11T00:33:42.420Z[ recovery-image] Sep 11 00:33:40.945 INFO O| Sep 11 00:33:40.945 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-11T00:33:42.420Z[ recovery-image] Sep 11 00:33:40.955 INFO O| Sep 11 00:33:40.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
79012026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.955 INFO O| Sep 11 00:33:40.955 INFO STEP 703 (remove_files) COMPLETE
79022026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.955 INFO O| Sep 11 00:33:40.955 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.966 INFO O| Sep 11 00:33:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
79042026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.966 INFO O| Sep 11 00:33:40.966 INFO STEP 704 (remove_files) COMPLETE
79052026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.966 INFO O| Sep 11 00:33:40.966 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.976 INFO O| Sep 11 00:33:40.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
79072026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.977 INFO O| Sep 11 00:33:40.976 INFO STEP 705 (remove_files) COMPLETE
79082026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.977 INFO O| Sep 11 00:33:40.977 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.988 INFO O| Sep 11 00:33:40.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
79102026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.988 INFO O| Sep 11 00:33:40.988 INFO STEP 706 (remove_files) COMPLETE
79112026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.988 INFO O| Sep 11 00:33:40.988 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.998 INFO O| Sep 11 00:33:40.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
79132026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.998 INFO O| Sep 11 00:33:40.998 INFO STEP 707 (remove_files) COMPLETE
79142026-09-11T00:33:42.421Z[ recovery-image] Sep 11 00:33:40.998 INFO O| Sep 11 00:33:40.998 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-09-11T00:33:42.421Z[verify-libraries] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
79162026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.008 INFO O| Sep 11 00:33:41.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
79172026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.008 INFO O| Sep 11 00:33:41.008 INFO STEP 708 (remove_files) COMPLETE
79182026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.008 INFO O| Sep 11 00:33:41.008 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.018 INFO O| Sep 11 00:33:41.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
79202026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.018 INFO O| Sep 11 00:33:41.018 INFO STEP 709 (remove_files) COMPLETE
79212026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.018 INFO O| Sep 11 00:33:41.018 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.028 INFO O| Sep 11 00:33:41.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
79232026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.029 INFO O| Sep 11 00:33:41.029 INFO STEP 710 (remove_files) COMPLETE
79242026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.029 INFO O| Sep 11 00:33:41.029 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-11T00:33:42.455Z[ recovery-image] Sep 11 00:33:41.039 INFO O| Sep 11 00:33:41.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
79262026-09-11T00:33:42.483Z[ recovery-image] Sep 11 00:33:41.050 INFO O| Sep 11 00:33:41.040 INFO STEP 711 (remove_files) COMPLETE
79272026-09-11T00:33:42.483Z[ recovery-image] Sep 11 00:33:41.050 INFO O| Sep 11 00:33:41.040 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-11T00:33:42.539Z[ recovery-image] Sep 11 00:33:41.113 INFO O| Sep 11 00:33:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
79292026-09-11T00:33:42.539Z[ recovery-image] Sep 11 00:33:41.113 INFO O| Sep 11 00:33:41.112 INFO STEP 712 (remove_files) COMPLETE
79302026-09-11T00:33:42.539Z[ recovery-image] Sep 11 00:33:41.113 INFO O| Sep 11 00:33:41.112 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-11T00:33:42.556Z[ recovery-image] Sep 11 00:33:41.125 INFO O| Sep 11 00:33:41.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
79322026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.125 INFO O| Sep 11 00:33:41.125 INFO STEP 713 (remove_files) COMPLETE
79332026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.125 INFO O| Sep 11 00:33:41.125 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.136 INFO O| Sep 11 00:33:41.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
79352026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.136 INFO O| Sep 11 00:33:41.136 INFO STEP 714 (remove_files) COMPLETE
79362026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.136 INFO O| Sep 11 00:33:41.136 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.146 INFO O| Sep 11 00:33:41.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
79382026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.146 INFO O| Sep 11 00:33:41.146 INFO STEP 715 (remove_files) COMPLETE
79392026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.146 INFO O| Sep 11 00:33:41.146 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.157 INFO O| Sep 11 00:33:41.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
79412026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.158 INFO O| Sep 11 00:33:41.158 INFO STEP 716 (remove_files) COMPLETE
79422026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.158 INFO O| Sep 11 00:33:41.158 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.172 INFO O| Sep 11 00:33:41.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
79442026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.172 INFO O| Sep 11 00:33:41.172 INFO STEP 717 (remove_files) COMPLETE
79452026-09-11T00:33:42.557Z[ recovery-image] Sep 11 00:33:41.172 INFO O| Sep 11 00:33:41.172 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-11T00:33:42.568Z[ recovery-image] Sep 11 00:33:41.183 INFO O| Sep 11 00:33:41.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
79472026-09-11T00:33:42.568Z[ recovery-image] Sep 11 00:33:41.184 INFO O| Sep 11 00:33:41.183 INFO STEP 718 (remove_files) COMPLETE
79482026-09-11T00:33:42.568Z[ recovery-image] Sep 11 00:33:41.184 INFO O| Sep 11 00:33:41.184 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-11T00:33:42.589Z[ recovery-image] Sep 11 00:33:41.195 INFO O| Sep 11 00:33:41.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
79502026-09-11T00:33:42.589Z[ recovery-image] Sep 11 00:33:41.195 INFO O| Sep 11 00:33:41.195 INFO STEP 719 (remove_files) COMPLETE
79512026-09-11T00:33:42.589Z[ recovery-image] Sep 11 00:33:41.195 INFO O| Sep 11 00:33:41.195 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-09-11T00:33:42.609Z[ recovery-image] Sep 11 00:33:41.204 INFO O| Sep 11 00:33:41.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
79532026-09-11T00:33:42.609Z[ recovery-image] Sep 11 00:33:41.204 INFO O| Sep 11 00:33:41.204 INFO STEP 720 (remove_files) COMPLETE
79542026-09-11T00:33:42.609Z[ recovery-image] Sep 11 00:33:41.204 INFO O| Sep 11 00:33:41.204 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-09-11T00:33:42.609Z[ recovery-image] Sep 11 00:33:41.216 INFO O| Sep 11 00:33:41.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
79562026-09-11T00:33:42.609Z[ recovery-image] Sep 11 00:33:41.217 INFO O| Sep 11 00:33:41.217 INFO STEP 721 (remove_files) COMPLETE
79572026-09-11T00:33:42.609Z[ recovery-image] Sep 11 00:33:41.217 INFO O| Sep 11 00:33:41.217 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-09-11T00:33:42.624Z[ recovery-image] Sep 11 00:33:41.228 INFO O| Sep 11 00:33:41.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
79592026-09-11T00:33:42.624Z[ recovery-image] Sep 11 00:33:41.228 INFO O| Sep 11 00:33:41.228 INFO STEP 722 (remove_files) COMPLETE
79602026-09-11T00:33:42.624Z[ recovery-image] Sep 11 00:33:41.228 INFO O| Sep 11 00:33:41.228 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-09-11T00:33:42.624Z[ recovery-image] Sep 11 00:33:41.238 INFO O| Sep 11 00:33:41.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
79622026-09-11T00:33:42.624Z[ recovery-image] Sep 11 00:33:41.238 INFO O| Sep 11 00:33:41.238 INFO STEP 723 (remove_files) COMPLETE
79632026-09-11T00:33:42.624Z[ recovery-image] Sep 11 00:33:41.238 INFO O| Sep 11 00:33:41.238 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-11T00:33:42.638Z[ recovery-image] Sep 11 00:33:41.249 INFO O| Sep 11 00:33:41.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
79652026-09-11T00:33:42.638Z[ recovery-image] Sep 11 00:33:41.249 INFO O| Sep 11 00:33:41.249 INFO STEP 724 (remove_files) COMPLETE
79662026-09-11T00:33:42.638Z[ recovery-image] Sep 11 00:33:41.249 INFO O| Sep 11 00:33:41.249 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-09-11T00:33:42.653Z[ recovery-image] Sep 11 00:33:41.260 INFO O| Sep 11 00:33:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
79682026-09-11T00:33:42.653Z[ recovery-image] Sep 11 00:33:41.260 INFO O| Sep 11 00:33:41.260 INFO STEP 725 (remove_files) COMPLETE
79692026-09-11T00:33:42.653Z[ recovery-image] Sep 11 00:33:41.260 INFO O| Sep 11 00:33:41.260 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-09-11T00:33:42.666Z[ recovery-image] Sep 11 00:33:41.270 INFO O| Sep 11 00:33:41.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
79712026-09-11T00:33:42.666Z[ recovery-image] Sep 11 00:33:41.270 INFO O| Sep 11 00:33:41.270 INFO STEP 726 (remove_files) COMPLETE
79722026-09-11T00:33:42.666Z[ recovery-image] Sep 11 00:33:41.270 INFO O| Sep 11 00:33:41.270 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-09-11T00:33:42.666Z[ recovery-image] Sep 11 00:33:41.281 INFO O| Sep 11 00:33:41.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
79742026-09-11T00:33:42.666Z[ recovery-image] Sep 11 00:33:41.281 INFO O| Sep 11 00:33:41.281 INFO STEP 727 (remove_files) COMPLETE
79752026-09-11T00:33:42.666Z[ recovery-image] Sep 11 00:33:41.281 INFO O| Sep 11 00:33:41.281 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-09-11T00:33:42.682Z[ recovery-image] Sep 11 00:33:41.291 INFO O| Sep 11 00:33:41.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
79772026-09-11T00:33:42.683Z[ recovery-image] Sep 11 00:33:41.291 INFO O| Sep 11 00:33:41.291 INFO STEP 728 (remove_files) COMPLETE
79782026-09-11T00:33:42.683Z[ recovery-image] Sep 11 00:33:41.291 INFO O| Sep 11 00:33:41.291 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-09-11T00:33:42.683Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
79802026-09-11T00:33:42.702Z[ recovery-image] Sep 11 00:33:41.301 INFO O| Sep 11 00:33:41.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
79812026-09-11T00:33:42.702Z[ recovery-image] Sep 11 00:33:41.301 INFO O| Sep 11 00:33:41.301 INFO STEP 729 (remove_files) COMPLETE
79822026-09-11T00:33:42.702Z[ recovery-image] Sep 11 00:33:41.301 INFO O| Sep 11 00:33:41.301 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-09-11T00:33:42.719Z[ recovery-image] Sep 11 00:33:41.312 INFO O| Sep 11 00:33:41.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
79842026-09-11T00:33:42.719Z[ recovery-image] Sep 11 00:33:41.312 INFO O| Sep 11 00:33:41.312 INFO STEP 730 (remove_files) COMPLETE
79852026-09-11T00:33:42.719Z[ recovery-image] Sep 11 00:33:41.312 INFO O| Sep 11 00:33:41.312 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-09-11T00:33:42.719Z[ recovery-image] Sep 11 00:33:41.323 INFO O| Sep 11 00:33:41.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79872026-09-11T00:33:42.719Z[ recovery-image] Sep 11 00:33:41.324 INFO O| Sep 11 00:33:41.324 INFO STEP 731 (remove_files) COMPLETE
79882026-09-11T00:33:42.720Z[ recovery-image] Sep 11 00:33:41.324 INFO O| Sep 11 00:33:41.324 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-09-11T00:33:42.748Z[ recovery-image] Sep 11 00:33:41.336 INFO O| Sep 11 00:33:41.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79902026-09-11T00:33:42.749Z[ recovery-image] Sep 11 00:33:41.336 INFO O| Sep 11 00:33:41.336 INFO STEP 732 (remove_files) COMPLETE
79912026-09-11T00:33:42.749Z[ recovery-image] Sep 11 00:33:41.336 INFO O| Sep 11 00:33:41.336 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-09-11T00:33:42.749Z[ recovery-image] Sep 11 00:33:41.347 INFO O| Sep 11 00:33:41.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79932026-09-11T00:33:42.749Z[ recovery-image] Sep 11 00:33:41.348 INFO O| Sep 11 00:33:41.348 INFO STEP 733 (remove_files) COMPLETE
79942026-09-11T00:33:42.749Z[ recovery-image] Sep 11 00:33:41.348 INFO O| Sep 11 00:33:41.348 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-09-11T00:33:42.762Z[ recovery-image] Sep 11 00:33:41.358 INFO O| Sep 11 00:33:41.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79962026-09-11T00:33:42.762Z[ recovery-image] Sep 11 00:33:41.358 INFO O| Sep 11 00:33:41.358 INFO STEP 734 (remove_files) COMPLETE
79972026-09-11T00:33:42.762Z[ recovery-image] Sep 11 00:33:41.358 INFO O| Sep 11 00:33:41.358 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-09-11T00:33:42.762Z[ recovery-image] Sep 11 00:33:41.369 INFO O| Sep 11 00:33:41.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79992026-09-11T00:33:42.762Z[ recovery-image] Sep 11 00:33:41.369 INFO O| Sep 11 00:33:41.369 INFO STEP 735 (remove_files) COMPLETE
80002026-09-11T00:33:42.762Z[ recovery-image] Sep 11 00:33:41.369 INFO O| Sep 11 00:33:41.369 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-09-11T00:33:42.776Z[ recovery-image] Sep 11 00:33:41.382 INFO O| Sep 11 00:33:41.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
80022026-09-11T00:33:42.776Z[ recovery-image] Sep 11 00:33:41.382 INFO O| Sep 11 00:33:41.382 INFO STEP 736 (remove_files) COMPLETE
80032026-09-11T00:33:42.776Z[ recovery-image] Sep 11 00:33:41.382 INFO O| Sep 11 00:33:41.382 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-09-11T00:33:42.788Z[ recovery-image] Sep 11 00:33:41.393 INFO O| Sep 11 00:33:41.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
80052026-09-11T00:33:42.788Z[ recovery-image] Sep 11 00:33:41.394 INFO O| Sep 11 00:33:41.393 INFO STEP 737 (remove_files) COMPLETE
80062026-09-11T00:33:42.788Z[ recovery-image] Sep 11 00:33:41.394 INFO O| Sep 11 00:33:41.394 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-09-11T00:33:42.813Z[ recovery-image] Sep 11 00:33:41.405 INFO O| Sep 11 00:33:41.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
80082026-09-11T00:33:42.813Z[ recovery-image] Sep 11 00:33:41.405 INFO O| Sep 11 00:33:41.405 INFO STEP 738 (remove_files) COMPLETE
80092026-09-11T00:33:42.813Z[ recovery-image] Sep 11 00:33:41.405 INFO O| Sep 11 00:33:41.405 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-09-11T00:33:42.813Z[ recovery-image] Sep 11 00:33:41.416 INFO O| Sep 11 00:33:41.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
80112026-09-11T00:33:42.813Z[ recovery-image] Sep 11 00:33:41.416 INFO O| Sep 11 00:33:41.416 INFO STEP 739 (remove_files) COMPLETE
80122026-09-11T00:33:42.813Z[ recovery-image] Sep 11 00:33:41.416 INFO O| Sep 11 00:33:41.416 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-09-11T00:33:42.830Z[ recovery-image] Sep 11 00:33:41.427 INFO O| Sep 11 00:33:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
80142026-09-11T00:33:42.830Z[ recovery-image] Sep 11 00:33:41.428 INFO O| Sep 11 00:33:41.427 INFO STEP 740 (remove_files) COMPLETE
80152026-09-11T00:33:42.830Z[ recovery-image] Sep 11 00:33:41.428 INFO O| Sep 11 00:33:41.427 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-09-11T00:33:42.830Z[ recovery-image] Sep 11 00:33:41.438 INFO O| Sep 11 00:33:41.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
80172026-09-11T00:33:42.830Z[ recovery-image] Sep 11 00:33:41.438 INFO O| Sep 11 00:33:41.438 INFO STEP 741 (remove_files) COMPLETE
80182026-09-11T00:33:42.830Z[ recovery-image] Sep 11 00:33:41.438 INFO O| Sep 11 00:33:41.438 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-09-11T00:33:42.831Z[verify-libraries] Compiling yansi v1.0.1
80202026-09-11T00:33:42.852Z[ recovery-image] Sep 11 00:33:41.449 INFO O| Sep 11 00:33:41.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
80212026-09-11T00:33:42.852Z[ recovery-image] Sep 11 00:33:41.449 INFO O| Sep 11 00:33:41.449 INFO STEP 742 (remove_files) COMPLETE
80222026-09-11T00:33:42.852Z[ recovery-image] Sep 11 00:33:41.449 INFO O| Sep 11 00:33:41.449 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-11T00:33:42.870Z[ recovery-image] Sep 11 00:33:41.461 INFO O| Sep 11 00:33:41.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
80242026-09-11T00:33:42.870Z[ recovery-image] Sep 11 00:33:41.461 INFO O| Sep 11 00:33:41.461 INFO STEP 743 (remove_files) COMPLETE
80252026-09-11T00:33:42.870Z[ recovery-image] Sep 11 00:33:41.461 INFO O| Sep 11 00:33:41.461 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-11T00:33:42.870Z[ recovery-image] Sep 11 00:33:41.473 INFO O| Sep 11 00:33:41.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
80272026-09-11T00:33:42.870Z[ recovery-image] Sep 11 00:33:41.473 INFO O| Sep 11 00:33:41.473 INFO STEP 744 (remove_files) COMPLETE
80282026-09-11T00:33:42.870Z[ recovery-image] Sep 11 00:33:41.473 INFO O| Sep 11 00:33:41.473 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-11T00:33:42.910Z[ recovery-image] Sep 11 00:33:41.489 INFO O| Sep 11 00:33:41.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
80302026-09-11T00:33:42.910Z[ recovery-image] Sep 11 00:33:41.489 INFO O| Sep 11 00:33:41.489 INFO STEP 745 (remove_files) COMPLETE
80312026-09-11T00:33:42.910Z[ recovery-image] Sep 11 00:33:41.489 INFO O| Sep 11 00:33:41.489 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-11T00:33:42.939Z[ recovery-image] Sep 11 00:33:41.500 INFO O| Sep 11 00:33:41.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
80332026-09-11T00:33:42.939Z[ recovery-image] Sep 11 00:33:41.500 INFO O| Sep 11 00:33:41.500 INFO STEP 746 (remove_files) COMPLETE
80342026-09-11T00:33:42.939Z[ recovery-image] Sep 11 00:33:41.500 INFO O| Sep 11 00:33:41.500 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-11T00:33:42.939Z[ recovery-image] Sep 11 00:33:41.512 INFO O| Sep 11 00:33:41.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
80362026-09-11T00:33:42.939Z[ recovery-image] Sep 11 00:33:41.512 INFO O| Sep 11 00:33:41.512 INFO STEP 747 (remove_files) COMPLETE
80372026-09-11T00:33:42.939Z[ recovery-image] Sep 11 00:33:41.512 INFO O| Sep 11 00:33:41.512 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.518 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24250:20260908T193524Z
80392026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.518 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24250:20260908T193524Z
80402026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.518 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
80412026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.518 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
80422026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.518 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
80432026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.518 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
80442026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.518 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
80452026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.519 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
80462026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.519 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260911T001907Z
80472026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.519 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
80482026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.519 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
80492026-09-11T00:33:42.939Z[ host-image] Sep 11 00:33:41.519 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24250:20260908T193524Z
80502026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.520 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24250:20260908T193525Z
80512026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.520 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24250:20260908T193525Z
80522026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.520 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24250:20260908T193525Z
80532026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.520 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
80542026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.520 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24250:20260908T193525Z
80552026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24250:20260908T193525Z
80562026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24250:20260908T193525Z
80572026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24250:20260908T193525Z
80582026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24250:20260908T193525Z
80592026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24250:20260908T193525Z
80602026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24250:20260908T193525Z
80612026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24250:20260908T193526Z
80622026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24250:20260908T193526Z
80632026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24250:20260908T193526Z
80642026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24250:20260908T193526Z
80652026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24250:20260908T193527Z
80662026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24250:20260908T193527Z
80672026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24250:20260908T193527Z
80682026-09-11T00:33:42.940Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24250:20260908T193528Z
80692026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
80702026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24250:20260908T193528Z
80712026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24250:20260908T193529Z
80722026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.521 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24250:20260908T193529Z
80732026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.522 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24250:20260908T193530Z
80742026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.522 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24250:20260908T193530Z
80752026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.522 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24250:20260908T193530Z
80762026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.522 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24250:20260908T193530Z
80772026-09-11T00:33:42.941Z[ recovery-image] Sep 11 00:33:41.523 INFO O| Sep 11 00:33:41.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
80782026-09-11T00:33:42.941Z[ recovery-image] Sep 11 00:33:41.523 INFO O| Sep 11 00:33:41.523 INFO STEP 748 (remove_files) COMPLETE
80792026-09-11T00:33:42.941Z[ recovery-image] Sep 11 00:33:41.523 INFO O| Sep 11 00:33:41.523 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
80812026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24250:20260908T193531Z
80822026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/library/expat@2.8.4-3.0:20260908T223924Z
80832026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
80842026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
80852026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
80862026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24250:20260908T193531Z
80872026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.525 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
80882026-09-11T00:33:42.941Z[ host-image] Sep 11 00:33:41.526 INFO O| install = pkg://helios/library/libxml2@2.13.9-3.0:20260908T224111Z
80892026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.526 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
80902026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.526 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
80912026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.529 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
80922026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.530 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
80932026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.530 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
80942026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.530 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
80952026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.530 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
80962026-09-11T00:33:42.942Z[ host-image] Sep 11 00:33:41.530 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
80972026-09-11T00:33:42.942Z[ recovery-image] Sep 11 00:33:41.533 INFO O| Sep 11 00:33:41.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
80982026-09-11T00:33:42.942Z[ recovery-image] Sep 11 00:33:41.533 INFO O| Sep 11 00:33:41.533 INFO STEP 749 (remove_files) COMPLETE
80992026-09-11T00:33:42.942Z[ recovery-image] Sep 11 00:33:41.533 INFO O| Sep 11 00:33:41.533 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.543 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
81012026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.543 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
81022026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.543 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
81032026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24250:20260908T193531Z
81042026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24250:20260908T193534Z
81052026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
81062026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24250:20260908T193534Z
81072026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
81082026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
81092026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
81102026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
81112026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24250:20260908T193534Z
81122026-09-11T00:33:42.960Z[ host-image] Sep 11 00:33:41.544 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
81132026-09-11T00:33:42.960Z[ recovery-image] Sep 11 00:33:41.545 INFO O| Sep 11 00:33:41.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
81142026-09-11T00:33:42.960Z[ recovery-image] Sep 11 00:33:41.545 INFO O| Sep 11 00:33:41.545 INFO STEP 750 (remove_files) COMPLETE
81152026-09-11T00:33:42.960Z[ recovery-image] Sep 11 00:33:41.545 INFO O| Sep 11 00:33:41.545 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.545 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
81172026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.545 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
81182026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.545 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
81192026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.545 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24250:20260908T193534Z
81202026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.545 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
81212026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.549 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
81222026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.549 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24250:20260908T193535Z
81232026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.550 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24250:20260908T193535Z
81242026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.550 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24250:20260908T193535Z
81252026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.550 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
81262026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.550 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24250:20260908T193535Z
81272026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.550 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24250:20260908T193535Z
81282026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.550 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24250:20260908T193536Z
81292026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.551 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24250:20260908T193536Z
81302026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
81312026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24250:20260908T193536Z
81322026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24250:20260908T193536Z
81332026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
81342026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24250:20260908T193536Z
81352026-09-11T00:33:42.961Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24250:20260908T193537Z
81362026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24250:20260908T193537Z
81372026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.552 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24250:20260908T193537Z
81382026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.555 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24250:20260908T193537Z
81392026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.555 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
81402026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.555 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24250:20260908T193537Z
81412026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.555 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24250:20260908T193537Z
81422026-09-11T00:33:42.962Z[ recovery-image] Sep 11 00:33:41.555 INFO O| Sep 11 00:33:41.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
81432026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.556 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24250:20260908T193537Z
81442026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.556 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24250:20260908T193537Z
81452026-09-11T00:33:42.962Z[ recovery-image] Sep 11 00:33:41.556 INFO O| Sep 11 00:33:41.556 INFO STEP 751 (remove_files) COMPLETE
81462026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.556 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24250:20260908T193537Z
81472026-09-11T00:33:42.962Z[ recovery-image] Sep 11 00:33:41.556 INFO O| Sep 11 00:33:41.556 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.556 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24250:20260908T193537Z
81492026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.556 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24250:20260908T193537Z
81502026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.556 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24250:20260908T193537Z
81512026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.559 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24250:20260908T193538Z
81522026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.559 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24250:20260908T193538Z
81532026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.559 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24250:20260908T193538Z
81542026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.560 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24250:20260908T193538Z
81552026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.560 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24250:20260908T193538Z
81562026-09-11T00:33:42.962Z[ recovery-image] Sep 11 00:33:41.565 INFO O| Sep 11 00:33:41.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
81572026-09-11T00:33:42.962Z[ recovery-image] Sep 11 00:33:41.566 INFO O| Sep 11 00:33:41.566 INFO STEP 752 (remove_files) COMPLETE
81582026-09-11T00:33:42.962Z[ recovery-image] Sep 11 00:33:41.566 INFO O| Sep 11 00:33:41.566 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.566 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24250:20260908T193539Z
81602026-09-11T00:33:42.962Z[ host-image] Sep 11 00:33:41.566 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24250:20260908T193538Z
81612026-09-11T00:33:42.963Z[ host-image] Sep 11 00:33:41.566 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24250:20260908T193538Z
81622026-09-11T00:33:42.963Z[ host-image] Sep 11 00:33:41.566 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
81632026-09-11T00:33:42.963Z[ host-image] Sep 11 00:33:41.566 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
81642026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.575 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24250:20260908T193538Z
81652026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.575 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
81662026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.575 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24250:20260908T193538Z
81672026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.575 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24250:20260908T193538Z
81682026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.575 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24250:20260908T193538Z
81692026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.575 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
81702026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.576 INFO O| install = pkg://helios/system/library/pcap@1.10.7-3.0:20260908T224020Z
81712026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.576 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24250:20260908T193539Z
81722026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.576 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24250:20260908T193539Z
81732026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.576 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24250:20260908T193539Z
81742026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.576 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24250:20260908T193539Z
81752026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.576 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24250:20260908T193539Z
81762026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.576 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24250:20260908T193539Z
81772026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.577 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
81782026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.577 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24250:20260908T193540Z
81792026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.577 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24250:20260908T193540Z
81802026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.577 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24250:20260908T193540Z
81812026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.577 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24250:20260908T193540Z
81822026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.577 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24250:20260908T193540Z
81832026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24250:20260908T193540Z
81842026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
81852026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
81862026-09-11T00:33:42.989Z[ recovery-image] Sep 11 00:33:41.578 INFO O| Sep 11 00:33:41.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
81872026-09-11T00:33:42.989Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24250:20260908T193541Z
81882026-09-11T00:33:42.989Z[ recovery-image] Sep 11 00:33:41.578 INFO O| Sep 11 00:33:41.578 INFO STEP 753 (remove_files) COMPLETE
81892026-09-11T00:33:42.989Z[ recovery-image] Sep 11 00:33:41.578 INFO O| Sep 11 00:33:41.578 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24250:20260908T193542Z
81912026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
81922026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
81932026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
81942026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
81952026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
81962026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.578 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
81972026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.579 INFO O| install = pkg://helios/web/curl@8.22.0-3.0:20260908T223845Z
81982026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.579 INFO O| tempdir @ "/tmp/.tmpy6OA7E/tmp"
81992026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.579 INFO O| image root @ "/tmp/.tmpy6OA7E/tmp/root"
82002026-09-11T00:33:42.990Z[ host-image] Sep 11 00:33:41.579 INFO O| creating image...
82012026-09-11T00:33:42.998Z[ recovery-image] Sep 11 00:33:41.594 INFO O| Sep 11 00:33:41.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
82022026-09-11T00:33:42.998Z[ recovery-image] Sep 11 00:33:41.594 INFO O| Sep 11 00:33:41.594 INFO STEP 754 (remove_files) COMPLETE
82032026-09-11T00:33:42.998Z[ recovery-image] Sep 11 00:33:41.594 INFO O| Sep 11 00:33:41.594 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-09-11T00:33:42.998Z[ recovery-image] Sep 11 00:33:41.604 INFO O| Sep 11 00:33:41.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
82052026-09-11T00:33:42.999Z[ recovery-image] Sep 11 00:33:41.604 INFO O| Sep 11 00:33:41.604 INFO STEP 755 (remove_files) COMPLETE
82062026-09-11T00:33:42.999Z[ recovery-image] Sep 11 00:33:41.604 INFO O| Sep 11 00:33:41.604 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-11T00:33:42.999Z[ recovery-image] Sep 11 00:33:41.613 INFO O| Sep 11 00:33:41.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
82082026-09-11T00:33:42.999Z[ recovery-image] Sep 11 00:33:41.613 INFO O| Sep 11 00:33:41.613 INFO STEP 756 (remove_files) COMPLETE
82092026-09-11T00:33:42.999Z[ recovery-image] Sep 11 00:33:41.613 INFO O| Sep 11 00:33:41.613 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-11T00:33:43.015Z[ recovery-image] Sep 11 00:33:41.624 INFO O| Sep 11 00:33:41.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
82112026-09-11T00:33:43.015Z[ recovery-image] Sep 11 00:33:41.624 INFO O| Sep 11 00:33:41.624 INFO STEP 757 (remove_files) COMPLETE
82122026-09-11T00:33:43.015Z[ recovery-image] Sep 11 00:33:41.624 INFO O| Sep 11 00:33:41.624 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-11T00:33:43.035Z[ recovery-image] Sep 11 00:33:41.634 INFO O| Sep 11 00:33:41.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
82142026-09-11T00:33:43.035Z[ recovery-image] Sep 11 00:33:41.634 INFO O| Sep 11 00:33:41.634 INFO STEP 758 (remove_files) COMPLETE
82152026-09-11T00:33:43.035Z[ recovery-image] Sep 11 00:33:41.634 INFO O| Sep 11 00:33:41.634 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-11T00:33:43.036Z[ recovery-image] Sep 11 00:33:41.644 INFO O| Sep 11 00:33:41.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
82172026-09-11T00:33:43.036Z[ recovery-image] Sep 11 00:33:41.644 INFO O| Sep 11 00:33:41.644 INFO STEP 759 (remove_files) COMPLETE
82182026-09-11T00:33:43.036Z[ recovery-image] Sep 11 00:33:41.644 INFO O| Sep 11 00:33:41.644 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-11T00:33:43.048Z[ recovery-image] Sep 11 00:33:41.653 INFO O| Sep 11 00:33:41.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
82202026-09-11T00:33:43.048Z[ recovery-image] Sep 11 00:33:41.653 INFO O| Sep 11 00:33:41.653 INFO STEP 760 (remove_files) COMPLETE
82212026-09-11T00:33:43.049Z[ recovery-image] Sep 11 00:33:41.653 INFO O| Sep 11 00:33:41.653 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-11T00:33:43.056Z[ recovery-image] Sep 11 00:33:41.665 INFO O| Sep 11 00:33:41.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
82232026-09-11T00:33:43.056Z[ recovery-image] Sep 11 00:33:41.665 INFO O| Sep 11 00:33:41.665 INFO STEP 761 (remove_files) COMPLETE
82242026-09-11T00:33:43.056Z[ recovery-image] Sep 11 00:33:41.665 INFO O| Sep 11 00:33:41.665 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-11T00:33:43.064Z[ recovery-image] Sep 11 00:33:41.676 INFO O| Sep 11 00:33:41.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
82262026-09-11T00:33:43.064Z[ recovery-image] Sep 11 00:33:41.676 INFO O| Sep 11 00:33:41.676 INFO STEP 762 (remove_files) COMPLETE
82272026-09-11T00:33:43.064Z[ recovery-image] Sep 11 00:33:41.676 INFO O| Sep 11 00:33:41.676 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-09-11T00:33:43.079Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
82292026-09-11T00:33:43.079Z[ recovery-image] Sep 11 00:33:41.688 INFO O| Sep 11 00:33:41.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
82302026-09-11T00:33:43.079Z[ recovery-image] Sep 11 00:33:41.688 INFO O| Sep 11 00:33:41.688 INFO STEP 763 (remove_files) COMPLETE
82312026-09-11T00:33:43.079Z[ recovery-image] Sep 11 00:33:41.688 INFO O| Sep 11 00:33:41.688 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-09-11T00:33:43.089Z[ recovery-image] Sep 11 00:33:41.699 INFO O| Sep 11 00:33:41.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
82332026-09-11T00:33:43.089Z[ recovery-image] Sep 11 00:33:41.699 INFO O| Sep 11 00:33:41.699 INFO STEP 764 (remove_files) COMPLETE
82342026-09-11T00:33:43.089Z[ recovery-image] Sep 11 00:33:41.699 INFO O| Sep 11 00:33:41.699 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-11T00:33:43.102Z[ recovery-image] Sep 11 00:33:41.710 INFO O| Sep 11 00:33:41.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
82362026-09-11T00:33:43.102Z[ recovery-image] Sep 11 00:33:41.710 INFO O| Sep 11 00:33:41.710 INFO STEP 765 (remove_files) COMPLETE
82372026-09-11T00:33:43.102Z[ recovery-image] Sep 11 00:33:41.710 INFO O| Sep 11 00:33:41.710 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-11T00:33:43.122Z[ recovery-image] Sep 11 00:33:41.721 INFO O| Sep 11 00:33:41.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
82392026-09-11T00:33:43.122Z[ recovery-image] Sep 11 00:33:41.721 INFO O| Sep 11 00:33:41.721 INFO STEP 766 (remove_files) COMPLETE
82402026-09-11T00:33:43.122Z[ recovery-image] Sep 11 00:33:41.721 INFO O| Sep 11 00:33:41.721 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-11T00:33:43.122Z[ recovery-image] Sep 11 00:33:41.732 INFO O| Sep 11 00:33:41.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
82422026-09-11T00:33:43.122Z[ recovery-image] Sep 11 00:33:41.732 INFO O| Sep 11 00:33:41.732 INFO STEP 767 (remove_files) COMPLETE
82432026-09-11T00:33:43.123Z[ recovery-image] Sep 11 00:33:41.732 INFO O| Sep 11 00:33:41.732 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-11T00:33:43.138Z[ recovery-image] Sep 11 00:33:41.743 INFO O| Sep 11 00:33:41.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
82452026-09-11T00:33:43.138Z[ recovery-image] Sep 11 00:33:41.744 INFO O| Sep 11 00:33:41.744 INFO STEP 768 (remove_files) COMPLETE
82462026-09-11T00:33:43.138Z[ recovery-image] Sep 11 00:33:41.744 INFO O| Sep 11 00:33:41.744 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-11T00:33:43.165Z[ recovery-image] Sep 11 00:33:41.755 INFO O| Sep 11 00:33:41.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
82482026-09-11T00:33:43.166Z[ recovery-image] Sep 11 00:33:41.755 INFO O| Sep 11 00:33:41.755 INFO STEP 769 (remove_files) COMPLETE
82492026-09-11T00:33:43.166Z[ recovery-image] Sep 11 00:33:41.755 INFO O| Sep 11 00:33:41.755 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-09-11T00:33:43.166Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
82512026-09-11T00:33:43.166Z[ recovery-image] Sep 11 00:33:41.767 INFO O| Sep 11 00:33:41.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
82522026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.767 INFO O| Sep 11 00:33:41.767 INFO STEP 770 (remove_files) COMPLETE
82532026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.767 INFO O| Sep 11 00:33:41.767 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.779 INFO O| Sep 11 00:33:41.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
82552026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.779 INFO O| Sep 11 00:33:41.779 INFO STEP 771 (remove_files) COMPLETE
82562026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.779 INFO O| Sep 11 00:33:41.779 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.792 INFO O| Sep 11 00:33:41.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
82582026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.792 INFO O| Sep 11 00:33:41.790 INFO STEP 772 (remove_files) COMPLETE
82592026-09-11T00:33:43.202Z[ recovery-image] Sep 11 00:33:41.792 INFO O| Sep 11 00:33:41.790 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-11T00:33:43.225Z[verify-libraries] Compiling pretty_assertions v1.4.1
82612026-09-11T00:33:43.241Z[ recovery-image] Sep 11 00:33:41.850 INFO O| Sep 11 00:33:41.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
82622026-09-11T00:33:43.241Z[ recovery-image] Sep 11 00:33:41.850 INFO O| Sep 11 00:33:41.850 INFO STEP 773 (remove_files) COMPLETE
82632026-09-11T00:33:43.241Z[ recovery-image] Sep 11 00:33:41.851 INFO O| Sep 11 00:33:41.851 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-09-11T00:33:43.266Z[ recovery-image] Sep 11 00:33:41.883 INFO O| Sep 11 00:33:41.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
82652026-09-11T00:33:43.267Z[ recovery-image] Sep 11 00:33:41.883 INFO O| Sep 11 00:33:41.882 INFO STEP 774 (remove_files) COMPLETE
82662026-09-11T00:33:43.389Z[ recovery-image] Sep 11 00:33:41.883 INFO O| Sep 11 00:33:41.882 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-09-11T00:33:43.389Z[ recovery-image] Sep 11 00:33:41.894 INFO O| Sep 11 00:33:41.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
82682026-09-11T00:33:43.389Z[ recovery-image] Sep 11 00:33:41.894 INFO O| Sep 11 00:33:41.894 INFO STEP 775 (remove_files) COMPLETE
82692026-09-11T00:33:43.389Z[ recovery-image] Sep 11 00:33:41.894 INFO O| Sep 11 00:33:41.894 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-09-11T00:33:43.498Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
82712026-09-11T00:33:43.566Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
82722026-09-11T00:33:43.640Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
82732026-09-11T00:33:43.678Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
82742026-09-11T00:33:43.930Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
82752026-09-11T00:33:43.971Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
82762026-09-11T00:33:44.107Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
82772026-09-11T00:33:44.305Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
82782026-09-11T00:33:44.327Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
82792026-09-11T00:33:44.363Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
82802026-09-11T00:33:44.458Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
82812026-09-11T00:33:44.485Z[verify-libraries] Compiling drift v0.2.0
82822026-09-11T00:33:44.537Z[verify-libraries] Compiling uzers v0.12.2
82832026-09-11T00:33:44.653Z[verify-libraries] Compiling parse-size v1.1.0
82842026-09-11T00:33:44.862Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
82852026-09-11T00:33:45.159Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
82862026-09-11T00:33:45.262Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
82872026-09-11T00:33:48.732Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
82882026-09-11T00:33:48.787Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
82892026-09-11T00:33:48.787Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
82902026-09-11T00:33:48.787Z[ recovery-image] Sep 11 00:33:46.024 INFO O| Sep 11 00:33:46.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
82912026-09-11T00:33:48.787Z[ recovery-image] Sep 11 00:33:46.024 INFO O| Sep 11 00:33:46.024 INFO STEP 776 (remove_files) COMPLETE
82922026-09-11T00:33:48.787Z[ recovery-image] Sep 11 00:33:46.024 INFO O| Sep 11 00:33:46.024 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.034 INFO O| Sep 11 00:33:46.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
82942026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.035 INFO O| Sep 11 00:33:46.035 INFO STEP 777 (remove_files) COMPLETE
82952026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.035 INFO O| Sep 11 00:33:46.035 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.054 INFO O| Sep 11 00:33:46.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
82972026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.054 INFO O| Sep 11 00:33:46.054 INFO STEP 778 (remove_files) COMPLETE
82982026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.054 INFO O| Sep 11 00:33:46.054 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.066 INFO O| Sep 11 00:33:46.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
83002026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.066 INFO O| Sep 11 00:33:46.066 INFO STEP 779 (remove_files) COMPLETE
83012026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.066 INFO O| Sep 11 00:33:46.066 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.078 INFO O| Sep 11 00:33:46.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
83032026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.078 INFO O| Sep 11 00:33:46.078 INFO STEP 780 (remove_files) COMPLETE
83042026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.078 INFO O| Sep 11 00:33:46.078 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.090 INFO O| Sep 11 00:33:46.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
83062026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.091 INFO O| Sep 11 00:33:46.090 INFO STEP 781 (remove_files) COMPLETE
83072026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.091 INFO O| Sep 11 00:33:46.090 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.101 INFO O| Sep 11 00:33:46.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
83092026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.101 INFO O| Sep 11 00:33:46.101 INFO STEP 782 (remove_files) COMPLETE
83102026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.101 INFO O| Sep 11 00:33:46.101 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.113 INFO O| Sep 11 00:33:46.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
83122026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.113 INFO O| Sep 11 00:33:46.113 INFO STEP 783 (remove_files) COMPLETE
83132026-09-11T00:33:48.788Z[ recovery-image] Sep 11 00:33:46.113 INFO O| Sep 11 00:33:46.113 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.125 INFO O| Sep 11 00:33:46.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
83152026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.125 INFO O| Sep 11 00:33:46.125 INFO STEP 784 (remove_files) COMPLETE
83162026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.125 INFO O| Sep 11 00:33:46.125 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.137 INFO O| Sep 11 00:33:46.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
83182026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.137 INFO O| Sep 11 00:33:46.137 INFO STEP 785 (remove_files) COMPLETE
83192026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.137 INFO O| Sep 11 00:33:46.137 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-09-11T00:33:48.789Z[ host-image] Sep 11 00:33:46.149 INFO O| copying publishers...
83212026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.150 INFO O| Sep 11 00:33:46.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
83222026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.150 INFO O| Sep 11 00:33:46.150 INFO STEP 786 (remove_files) COMPLETE
83232026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.150 INFO O| Sep 11 00:33:46.150 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.162 INFO O| Sep 11 00:33:46.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
83252026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.162 INFO O| Sep 11 00:33:46.162 INFO STEP 787 (remove_files) COMPLETE
83262026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.162 INFO O| Sep 11 00:33:46.162 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.174 INFO O| Sep 11 00:33:46.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
83282026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.174 INFO O| Sep 11 00:33:46.174 INFO STEP 788 (remove_files) COMPLETE
83292026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.174 INFO O| Sep 11 00:33:46.174 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.185 INFO O| Sep 11 00:33:46.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
83312026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.185 INFO O| Sep 11 00:33:46.185 INFO STEP 789 (remove_files) COMPLETE
83322026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.185 INFO O| Sep 11 00:33:46.185 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.196 INFO O| Sep 11 00:33:46.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
83342026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.196 INFO O| Sep 11 00:33:46.196 INFO STEP 790 (remove_files) COMPLETE
83352026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.196 INFO O| Sep 11 00:33:46.196 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-11T00:33:48.789Z[ recovery-image] Sep 11 00:33:46.206 INFO O| Sep 11 00:33:46.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
83372026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.206 INFO O| Sep 11 00:33:46.206 INFO STEP 791 (remove_files) COMPLETE
83382026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.206 INFO O| Sep 11 00:33:46.206 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.216 INFO O| Sep 11 00:33:46.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
83402026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.216 INFO O| Sep 11 00:33:46.216 INFO STEP 792 (remove_files) COMPLETE
83412026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.216 INFO O| Sep 11 00:33:46.216 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.229 INFO O| Sep 11 00:33:46.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
83432026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.229 INFO O| Sep 11 00:33:46.229 INFO STEP 793 (remove_files) COMPLETE
83442026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.229 INFO O| Sep 11 00:33:46.229 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.241 INFO O| Sep 11 00:33:46.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
83462026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.241 INFO O| Sep 11 00:33:46.241 INFO STEP 794 (remove_files) COMPLETE
83472026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.241 INFO O| Sep 11 00:33:46.241 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.252 INFO O| Sep 11 00:33:46.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
83492026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.252 INFO O| Sep 11 00:33:46.252 INFO STEP 795 (remove_files) COMPLETE
83502026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.252 INFO O| Sep 11 00:33:46.252 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.265 INFO O| Sep 11 00:33:46.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
83522026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.265 INFO O| Sep 11 00:33:46.265 INFO STEP 796 (remove_files) COMPLETE
83532026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.265 INFO O| Sep 11 00:33:46.265 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.276 INFO O| Sep 11 00:33:46.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
83552026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.276 INFO O| Sep 11 00:33:46.276 INFO STEP 797 (remove_files) COMPLETE
83562026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.276 INFO O| Sep 11 00:33:46.276 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-09-11T00:33:48.790Z[ recovery-image] Sep 11 00:33:46.287 INFO O| Sep 11 00:33:46.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
83582026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.287 INFO O| Sep 11 00:33:46.287 INFO STEP 798 (remove_files) COMPLETE
83592026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.287 INFO O| Sep 11 00:33:46.287 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.297 INFO O| Sep 11 00:33:46.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
83612026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.297 INFO O| Sep 11 00:33:46.297 INFO STEP 799 (remove_files) COMPLETE
83622026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.297 INFO O| Sep 11 00:33:46.297 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.309 INFO O| Sep 11 00:33:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
83642026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.310 INFO O| Sep 11 00:33:46.309 INFO STEP 800 (remove_files) COMPLETE
83652026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.310 INFO O| Sep 11 00:33:46.310 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.320 INFO O| Sep 11 00:33:46.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
83672026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.320 INFO O| Sep 11 00:33:46.320 INFO STEP 801 (remove_files) COMPLETE
83682026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.320 INFO O| Sep 11 00:33:46.320 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.331 INFO O| Sep 11 00:33:46.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
83702026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.331 INFO O| Sep 11 00:33:46.331 INFO STEP 802 (remove_files) COMPLETE
83712026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.331 INFO O| Sep 11 00:33:46.331 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.344 INFO O| Sep 11 00:33:46.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
83732026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.344 INFO O| Sep 11 00:33:46.344 INFO STEP 803 (remove_files) COMPLETE
83742026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.344 INFO O| Sep 11 00:33:46.344 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.354 INFO O| Sep 11 00:33:46.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
83762026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.354 INFO O| Sep 11 00:33:46.354 INFO STEP 804 (remove_files) COMPLETE
83772026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.354 INFO O| Sep 11 00:33:46.354 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.367 INFO O| Sep 11 00:33:46.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
83792026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.367 INFO O| Sep 11 00:33:46.367 INFO STEP 805 (remove_files) COMPLETE
83802026-09-11T00:33:48.791Z[ recovery-image] Sep 11 00:33:46.367 INFO O| Sep 11 00:33:46.367 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-09-11T00:33:48.792Z[ recovery-image] Sep 11 00:33:46.377 INFO O| Sep 11 00:33:46.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
83822026-09-11T00:33:48.792Z[ recovery-image] Sep 11 00:33:46.378 INFO O| Sep 11 00:33:46.378 INFO STEP 806 (remove_files) COMPLETE
83832026-09-11T00:33:48.792Z[ recovery-image] Sep 11 00:33:46.378 INFO O| Sep 11 00:33:46.378 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-09-11T00:33:48.792Z[ recovery-image] Sep 11 00:33:46.387 INFO O| Sep 11 00:33:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
83852026-09-11T00:33:48.792Z[ recovery-image] Sep 11 00:33:46.387 INFO O| Sep 11 00:33:46.387 INFO STEP 807 (remove_files) COMPLETE
83862026-09-11T00:33:48.792Z[ recovery-image] Sep 11 00:33:46.387 INFO O| Sep 11 00:33:46.387 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-09-11T00:33:48.792Z[ recovery-image] Sep 11 00:33:46.397 INFO O| Sep 11 00:33:46.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
83882026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.397 INFO O| Sep 11 00:33:46.397 INFO STEP 808 (remove_files) COMPLETE
83892026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.397 INFO O| Sep 11 00:33:46.397 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.406 INFO O| Sep 11 00:33:46.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
83912026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.406 INFO O| Sep 11 00:33:46.406 INFO STEP 809 (remove_files) COMPLETE
83922026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.406 INFO O| Sep 11 00:33:46.406 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.415 INFO O| Sep 11 00:33:46.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
83942026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.415 INFO O| Sep 11 00:33:46.415 INFO STEP 810 (remove_files) COMPLETE
83952026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.416 INFO O| Sep 11 00:33:46.415 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.424 INFO O| Sep 11 00:33:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
83972026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.424 INFO O| Sep 11 00:33:46.424 INFO STEP 811 (remove_files) COMPLETE
83982026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.424 INFO O| Sep 11 00:33:46.424 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.435 INFO O| Sep 11 00:33:46.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
84002026-09-11T00:33:48.821Z[ recovery-image] Sep 11 00:33:46.435 INFO O| Sep 11 00:33:46.435 INFO STEP 812 (remove_files) COMPLETE
84012026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.435 INFO O| Sep 11 00:33:46.435 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.445 INFO O| Sep 11 00:33:46.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
84032026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.445 INFO O| Sep 11 00:33:46.445 INFO STEP 813 (remove_files) COMPLETE
84042026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.445 INFO O| Sep 11 00:33:46.445 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.456 INFO O| Sep 11 00:33:46.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
84062026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.456 INFO O| Sep 11 00:33:46.456 INFO STEP 814 (remove_files) COMPLETE
84072026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.456 INFO O| Sep 11 00:33:46.456 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.466 INFO O| Sep 11 00:33:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
84092026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.466 INFO O| Sep 11 00:33:46.466 INFO STEP 815 (remove_files) COMPLETE
84102026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.466 INFO O| Sep 11 00:33:46.466 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.477 INFO O| Sep 11 00:33:46.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
84122026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.477 INFO O| Sep 11 00:33:46.477 INFO STEP 816 (remove_files) COMPLETE
84132026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.477 INFO O| Sep 11 00:33:46.477 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.488 INFO O| Sep 11 00:33:46.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
84152026-09-11T00:33:48.822Z[ recovery-image] Sep 11 00:33:46.488 INFO O| Sep 11 00:33:46.488 INFO STEP 817 (remove_files) COMPLETE
84162026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.488 INFO O| Sep 11 00:33:46.488 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.499 INFO O| Sep 11 00:33:46.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
84182026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.500 INFO O| Sep 11 00:33:46.500 INFO STEP 818 (remove_files) COMPLETE
84192026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.500 INFO O| Sep 11 00:33:46.500 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.511 INFO O| Sep 11 00:33:46.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
84212026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.511 INFO O| Sep 11 00:33:46.511 INFO STEP 819 (remove_files) COMPLETE
84222026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.511 INFO O| Sep 11 00:33:46.511 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.520 INFO O| Sep 11 00:33:46.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
84242026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.520 INFO O| Sep 11 00:33:46.520 INFO STEP 820 (remove_files) COMPLETE
84252026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.520 INFO O| Sep 11 00:33:46.520 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.538 INFO O| Sep 11 00:33:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
84272026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.538 INFO O| Sep 11 00:33:46.538 INFO STEP 821 (remove_files) COMPLETE
84282026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.538 INFO O| Sep 11 00:33:46.538 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.549 INFO O| Sep 11 00:33:46.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
84302026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.549 INFO O| Sep 11 00:33:46.549 INFO STEP 822 (remove_files) COMPLETE
84312026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.549 INFO O| Sep 11 00:33:46.549 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-09-11T00:33:48.823Z[ recovery-image] Sep 11 00:33:46.559 INFO O| Sep 11 00:33:46.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
84332026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.559 INFO O| Sep 11 00:33:46.559 INFO STEP 823 (remove_files) COMPLETE
84342026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.559 INFO O| Sep 11 00:33:46.559 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.569 INFO O| Sep 11 00:33:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
84362026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.569 INFO O| Sep 11 00:33:46.569 INFO STEP 824 (remove_files) COMPLETE
84372026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.569 INFO O| Sep 11 00:33:46.569 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.579 INFO O| Sep 11 00:33:46.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
84392026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.579 INFO O| Sep 11 00:33:46.579 INFO STEP 825 (remove_files) COMPLETE
84402026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.579 INFO O| Sep 11 00:33:46.579 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.589 INFO O| Sep 11 00:33:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
84422026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.589 INFO O| Sep 11 00:33:46.589 INFO STEP 826 (remove_files) COMPLETE
84432026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.589 INFO O| Sep 11 00:33:46.589 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.599 INFO O| Sep 11 00:33:46.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
84452026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.599 INFO O| Sep 11 00:33:46.599 INFO STEP 827 (remove_files) COMPLETE
84462026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.599 INFO O| Sep 11 00:33:46.599 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.609 INFO O| Sep 11 00:33:46.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
84482026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.609 INFO O| Sep 11 00:33:46.609 INFO STEP 828 (remove_files) COMPLETE
84492026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.609 INFO O| Sep 11 00:33:46.609 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.620 INFO O| Sep 11 00:33:46.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
84512026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.620 INFO O| Sep 11 00:33:46.620 INFO STEP 829 (remove_files) COMPLETE
84522026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.620 INFO O| Sep 11 00:33:46.620 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.629 INFO O| Sep 11 00:33:46.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
84542026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.630 INFO O| Sep 11 00:33:46.629 INFO STEP 830 (remove_files) COMPLETE
84552026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.630 INFO O| Sep 11 00:33:46.630 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.640 INFO O| Sep 11 00:33:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
84572026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.640 INFO O| Sep 11 00:33:46.640 INFO STEP 831 (remove_files) COMPLETE
84582026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.640 INFO O| Sep 11 00:33:46.640 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.650 INFO O| Sep 11 00:33:46.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
84602026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.651 INFO O| Sep 11 00:33:46.650 INFO STEP 832 (remove_files) COMPLETE
84612026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.651 INFO O| Sep 11 00:33:46.650 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.661 INFO O| Sep 11 00:33:46.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
84632026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.661 INFO O| Sep 11 00:33:46.661 INFO STEP 833 (remove_files) COMPLETE
84642026-09-11T00:33:48.824Z[ recovery-image] Sep 11 00:33:46.661 INFO O| Sep 11 00:33:46.661 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.671 INFO O| Sep 11 00:33:46.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
84662026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.671 INFO O| Sep 11 00:33:46.671 INFO STEP 834 (remove_files) COMPLETE
84672026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.671 INFO O| Sep 11 00:33:46.671 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.681 INFO O| Sep 11 00:33:46.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
84692026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.681 INFO O| Sep 11 00:33:46.681 INFO STEP 835 (remove_files) COMPLETE
84702026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.681 INFO O| Sep 11 00:33:46.681 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.693 INFO O| Sep 11 00:33:46.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
84722026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.693 INFO O| Sep 11 00:33:46.693 INFO STEP 836 (remove_files) COMPLETE
84732026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.693 INFO O| Sep 11 00:33:46.693 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.704 INFO O| Sep 11 00:33:46.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
84752026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.704 INFO O| Sep 11 00:33:46.704 INFO STEP 837 (remove_files) COMPLETE
84762026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.704 INFO O| Sep 11 00:33:46.704 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.714 INFO O| Sep 11 00:33:46.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
84782026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.714 INFO O| Sep 11 00:33:46.714 INFO STEP 838 (remove_files) COMPLETE
84792026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.714 INFO O| Sep 11 00:33:46.714 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.724 INFO O| Sep 11 00:33:46.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
84812026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.724 INFO O| Sep 11 00:33:46.724 INFO STEP 839 (remove_files) COMPLETE
84822026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.724 INFO O| Sep 11 00:33:46.724 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.734 INFO O| Sep 11 00:33:46.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
84842026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.735 INFO O| Sep 11 00:33:46.735 INFO STEP 840 (remove_files) COMPLETE
84852026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.735 INFO O| Sep 11 00:33:46.735 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.749 INFO O| Sep 11 00:33:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
84872026-09-11T00:33:48.825Z[ recovery-image] Sep 11 00:33:46.749 INFO O| Sep 11 00:33:46.749 INFO STEP 841 (remove_files) COMPLETE
84882026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.749 INFO O| Sep 11 00:33:46.749 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.760 INFO O| Sep 11 00:33:46.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
84902026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.760 INFO O| Sep 11 00:33:46.760 INFO STEP 842 (remove_files) COMPLETE
84912026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.760 INFO O| Sep 11 00:33:46.760 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.770 INFO O| Sep 11 00:33:46.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
84932026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.770 INFO O| Sep 11 00:33:46.770 INFO STEP 843 (remove_files) COMPLETE
84942026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.770 INFO O| Sep 11 00:33:46.770 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.779 INFO O| Sep 11 00:33:46.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
84962026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.779 INFO O| Sep 11 00:33:46.779 INFO STEP 844 (remove_files) COMPLETE
84972026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.780 INFO O| Sep 11 00:33:46.779 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.789 INFO O| Sep 11 00:33:46.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
84992026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.789 INFO O| Sep 11 00:33:46.789 INFO STEP 845 (remove_files) COMPLETE
85002026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.789 INFO O| Sep 11 00:33:46.789 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.799 INFO O| Sep 11 00:33:46.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
85022026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.799 INFO O| Sep 11 00:33:46.799 INFO STEP 846 (remove_files) COMPLETE
85032026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.799 INFO O| Sep 11 00:33:46.799 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.808 INFO O| Sep 11 00:33:46.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
85052026-09-11T00:33:48.831Z[ recovery-image] Sep 11 00:33:46.808 INFO O| Sep 11 00:33:46.808 INFO STEP 847 (remove_files) COMPLETE
85062026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.808 INFO O| Sep 11 00:33:46.808 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.822 INFO O| Sep 11 00:33:46.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
85082026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.822 INFO O| Sep 11 00:33:46.822 INFO STEP 848 (remove_files) COMPLETE
85092026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.822 INFO O| Sep 11 00:33:46.822 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.834 INFO O| Sep 11 00:33:46.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
85112026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.834 INFO O| Sep 11 00:33:46.834 INFO STEP 849 (remove_files) COMPLETE
85122026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.834 INFO O| Sep 11 00:33:46.834 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.844 INFO O| Sep 11 00:33:46.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
85142026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.844 INFO O| Sep 11 00:33:46.844 INFO STEP 850 (remove_files) COMPLETE
85152026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.844 INFO O| Sep 11 00:33:46.844 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.853 INFO O| Sep 11 00:33:46.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
85172026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.854 INFO O| Sep 11 00:33:46.854 INFO STEP 851 (remove_files) COMPLETE
85182026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.854 INFO O| Sep 11 00:33:46.854 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-09-11T00:33:48.832Z[ recovery-image] Sep 11 00:33:46.862 INFO O| Sep 11 00:33:46.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
85202026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.863 INFO O| Sep 11 00:33:46.863 INFO STEP 852 (remove_files) COMPLETE
85212026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.863 INFO O| Sep 11 00:33:46.863 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.873 INFO O| Sep 11 00:33:46.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
85232026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.874 INFO O| Sep 11 00:33:46.873 INFO STEP 853 (remove_files) COMPLETE
85242026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.874 INFO O| Sep 11 00:33:46.873 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.883 INFO O| Sep 11 00:33:46.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
85262026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.883 INFO O| Sep 11 00:33:46.883 INFO STEP 854 (remove_files) COMPLETE
85272026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.883 INFO O| Sep 11 00:33:46.883 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.892 INFO O| Sep 11 00:33:46.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
85292026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.892 INFO O| Sep 11 00:33:46.892 INFO STEP 855 (remove_files) COMPLETE
85302026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.892 INFO O| Sep 11 00:33:46.892 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.902 INFO O| Sep 11 00:33:46.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
85322026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.902 INFO O| Sep 11 00:33:46.902 INFO STEP 856 (remove_files) COMPLETE
85332026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.902 INFO O| Sep 11 00:33:46.902 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.912 INFO O| Sep 11 00:33:46.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
85352026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.912 INFO O| Sep 11 00:33:46.912 INFO STEP 857 (remove_files) COMPLETE
85362026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.912 INFO O| Sep 11 00:33:46.912 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.926 INFO O| Sep 11 00:33:46.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
85382026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.926 INFO O| Sep 11 00:33:46.926 INFO STEP 858 (remove_files) COMPLETE
85392026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.926 INFO O| Sep 11 00:33:46.926 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.936 INFO O| Sep 11 00:33:46.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
85412026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.936 INFO O| Sep 11 00:33:46.936 INFO STEP 859 (remove_files) COMPLETE
85422026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.936 INFO O| Sep 11 00:33:46.936 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.949 INFO O| Sep 11 00:33:46.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
85442026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.950 INFO O| Sep 11 00:33:46.950 INFO STEP 860 (remove_files) COMPLETE
85452026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.950 INFO O| Sep 11 00:33:46.950 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.962 INFO O| Sep 11 00:33:46.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
85472026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.962 INFO O| Sep 11 00:33:46.962 INFO STEP 861 (remove_files) COMPLETE
85482026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.962 INFO O| Sep 11 00:33:46.962 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.973 INFO O| Sep 11 00:33:46.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
85502026-09-11T00:33:48.833Z[ recovery-image] Sep 11 00:33:46.973 INFO O| Sep 11 00:33:46.973 INFO STEP 862 (remove_files) COMPLETE
85512026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:46.973 INFO O| Sep 11 00:33:46.973 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:46.983 INFO O| Sep 11 00:33:46.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
85532026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:46.984 INFO O| Sep 11 00:33:46.984 INFO STEP 863 (remove_files) COMPLETE
85542026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:46.984 INFO O| Sep 11 00:33:46.984 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:46.994 INFO O| Sep 11 00:33:46.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
85562026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:46.994 INFO O| Sep 11 00:33:46.994 INFO STEP 864 (remove_files) COMPLETE
85572026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:46.994 INFO O| Sep 11 00:33:46.994 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.004 INFO O| Sep 11 00:33:47.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
85592026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.005 INFO O| Sep 11 00:33:47.005 INFO STEP 865 (remove_files) COMPLETE
85602026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.005 INFO O| Sep 11 00:33:47.005 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.015 INFO O| Sep 11 00:33:47.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
85622026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.015 INFO O| Sep 11 00:33:47.015 INFO STEP 866 (remove_files) COMPLETE
85632026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.015 INFO O| Sep 11 00:33:47.015 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.024 INFO O| Sep 11 00:33:47.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
85652026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.024 INFO O| Sep 11 00:33:47.024 INFO STEP 867 (remove_files) COMPLETE
85662026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.024 INFO O| Sep 11 00:33:47.024 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.034 INFO O| Sep 11 00:33:47.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
85682026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.035 INFO O| Sep 11 00:33:47.035 INFO STEP 868 (remove_files) COMPLETE
85692026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.035 INFO O| Sep 11 00:33:47.035 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.045 INFO O| Sep 11 00:33:47.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
85712026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.045 INFO O| Sep 11 00:33:47.045 INFO STEP 869 (remove_files) COMPLETE
85722026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.045 INFO O| Sep 11 00:33:47.045 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.055 INFO O| Sep 11 00:33:47.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
85742026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.055 INFO O| Sep 11 00:33:47.055 INFO STEP 870 (remove_files) COMPLETE
85752026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.055 INFO O| Sep 11 00:33:47.055 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.064 INFO O| Sep 11 00:33:47.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
85772026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.064 INFO O| Sep 11 00:33:47.064 INFO STEP 871 (remove_files) COMPLETE
85782026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.064 INFO O| Sep 11 00:33:47.064 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.075 INFO O| Sep 11 00:33:47.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
85802026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.075 INFO O| Sep 11 00:33:47.075 INFO STEP 872 (remove_files) COMPLETE
85812026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.075 INFO O| Sep 11 00:33:47.075 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.085 INFO O| Sep 11 00:33:47.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
85832026-09-11T00:33:48.834Z[ recovery-image] Sep 11 00:33:47.085 INFO O| Sep 11 00:33:47.085 INFO STEP 873 (remove_files) COMPLETE
85842026-09-11T00:33:48.835Z[ recovery-image] Sep 11 00:33:47.085 INFO O| Sep 11 00:33:47.085 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-09-11T00:33:48.835Z[ recovery-image] Sep 11 00:33:47.095 INFO O| Sep 11 00:33:47.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
85862026-09-11T00:33:48.835Z[ recovery-image] Sep 11 00:33:47.095 INFO O| Sep 11 00:33:47.095 INFO STEP 874 (remove_files) COMPLETE
85872026-09-11T00:33:48.835Z[ recovery-image] Sep 11 00:33:47.095 INFO O| Sep 11 00:33:47.095 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-09-11T00:33:48.844Z[ recovery-image] Sep 11 00:33:47.104 INFO O| Sep 11 00:33:47.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
85892026-09-11T00:33:48.844Z[ recovery-image] Sep 11 00:33:47.104 INFO O| Sep 11 00:33:47.104 INFO STEP 875 (remove_files) COMPLETE
85902026-09-11T00:33:48.844Z[ recovery-image] Sep 11 00:33:47.104 INFO O| Sep 11 00:33:47.104 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-09-11T00:33:48.844Z[ recovery-image] Sep 11 00:33:47.114 INFO O| Sep 11 00:33:47.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
85922026-09-11T00:33:48.844Z[ recovery-image] Sep 11 00:33:47.114 INFO O| Sep 11 00:33:47.114 INFO STEP 876 (remove_files) COMPLETE
85932026-09-11T00:33:48.844Z[ recovery-image] Sep 11 00:33:47.114 INFO O| Sep 11 00:33:47.114 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.125 INFO O| Sep 11 00:33:47.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
85952026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.125 INFO O| Sep 11 00:33:47.125 INFO STEP 877 (remove_files) COMPLETE
85962026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.125 INFO O| Sep 11 00:33:47.125 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.137 INFO O| Sep 11 00:33:47.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
85982026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.137 INFO O| Sep 11 00:33:47.137 INFO STEP 878 (remove_files) COMPLETE
85992026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.137 INFO O| Sep 11 00:33:47.137 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.148 INFO O| Sep 11 00:33:47.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
86012026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.148 INFO O| Sep 11 00:33:47.148 INFO STEP 879 (remove_files) COMPLETE
86022026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.148 INFO O| Sep 11 00:33:47.148 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.159 INFO O| Sep 11 00:33:47.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
86042026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.159 INFO O| Sep 11 00:33:47.159 INFO STEP 880 (remove_files) COMPLETE
86052026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.159 INFO O| Sep 11 00:33:47.159 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.169 INFO O| Sep 11 00:33:47.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
86072026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.169 INFO O| Sep 11 00:33:47.169 INFO STEP 881 (remove_files) COMPLETE
86082026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.169 INFO O| Sep 11 00:33:47.169 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.179 INFO O| Sep 11 00:33:47.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
86102026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.179 INFO O| Sep 11 00:33:47.179 INFO STEP 882 (remove_files) COMPLETE
86112026-09-11T00:33:48.845Z[ recovery-image] Sep 11 00:33:47.179 INFO O| Sep 11 00:33:47.179 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.188 INFO O| Sep 11 00:33:47.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
86132026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.188 INFO O| Sep 11 00:33:47.188 INFO STEP 883 (remove_files) COMPLETE
86142026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.188 INFO O| Sep 11 00:33:47.188 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.198 INFO O| Sep 11 00:33:47.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
86162026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.198 INFO O| Sep 11 00:33:47.198 INFO STEP 884 (remove_files) COMPLETE
86172026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.198 INFO O| Sep 11 00:33:47.198 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.209 INFO O| Sep 11 00:33:47.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
86192026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.209 INFO O| Sep 11 00:33:47.209 INFO STEP 885 (remove_files) COMPLETE
86202026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.209 INFO O| Sep 11 00:33:47.209 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.219 INFO O| Sep 11 00:33:47.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
86222026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.219 INFO O| Sep 11 00:33:47.219 INFO STEP 886 (remove_files) COMPLETE
86232026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.219 INFO O| Sep 11 00:33:47.219 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.229 INFO O| Sep 11 00:33:47.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
86252026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.229 INFO O| Sep 11 00:33:47.229 INFO STEP 887 (remove_files) COMPLETE
86262026-09-11T00:33:48.846Z[ recovery-image] Sep 11 00:33:47.229 INFO O| Sep 11 00:33:47.229 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.240 INFO O| Sep 11 00:33:47.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
86282026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.240 INFO O| Sep 11 00:33:47.240 INFO STEP 888 (remove_files) COMPLETE
86292026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.240 INFO O| Sep 11 00:33:47.240 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.249 INFO O| Sep 11 00:33:47.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
86312026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.249 INFO O| Sep 11 00:33:47.249 INFO STEP 889 (remove_files) COMPLETE
86322026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.249 INFO O| Sep 11 00:33:47.249 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.259 INFO O| Sep 11 00:33:47.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
86342026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.260 INFO O| Sep 11 00:33:47.260 INFO STEP 890 (remove_files) COMPLETE
86352026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.260 INFO O| Sep 11 00:33:47.260 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.270 INFO O| Sep 11 00:33:47.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
86372026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.271 INFO O| Sep 11 00:33:47.271 INFO STEP 891 (remove_files) COMPLETE
86382026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.271 INFO O| Sep 11 00:33:47.271 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.282 INFO O| Sep 11 00:33:47.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
86402026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.282 INFO O| Sep 11 00:33:47.282 INFO STEP 892 (remove_files) COMPLETE
86412026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.282 INFO O| Sep 11 00:33:47.282 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.291 INFO O| Sep 11 00:33:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
86432026-09-11T00:33:48.847Z[ recovery-image] Sep 11 00:33:47.291 INFO O| Sep 11 00:33:47.291 INFO STEP 893 (remove_files) COMPLETE
86442026-09-11T00:33:48.848Z[ recovery-image] Sep 11 00:33:47.291 INFO O| Sep 11 00:33:47.291 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-09-11T00:33:48.848Z[ recovery-image] Sep 11 00:33:47.300 INFO O| Sep 11 00:33:47.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
86462026-09-11T00:33:48.848Z[ recovery-image] Sep 11 00:33:47.300 INFO O| Sep 11 00:33:47.300 INFO STEP 894 (remove_files) COMPLETE
86472026-09-11T00:33:48.848Z[ recovery-image] Sep 11 00:33:47.300 INFO O| Sep 11 00:33:47.300 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-09-11T00:33:48.848Z[ recovery-image] Sep 11 00:33:47.309 INFO O| Sep 11 00:33:47.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
86492026-09-11T00:33:48.848Z[ recovery-image] Sep 11 00:33:47.309 INFO O| Sep 11 00:33:47.309 INFO STEP 895 (remove_files) COMPLETE
86502026-09-11T00:33:48.848Z[ recovery-image] Sep 11 00:33:47.309 INFO O| Sep 11 00:33:47.309 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.317 INFO O| Sep 11 00:33:47.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
86522026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.318 INFO O| Sep 11 00:33:47.318 INFO STEP 896 (remove_files) COMPLETE
86532026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.318 INFO O| Sep 11 00:33:47.318 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.326 INFO O| Sep 11 00:33:47.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
86552026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.326 INFO O| Sep 11 00:33:47.326 INFO STEP 897 (remove_files) COMPLETE
86562026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.326 INFO O| Sep 11 00:33:47.326 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.334 INFO O| Sep 11 00:33:47.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
86582026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.334 INFO O| Sep 11 00:33:47.334 INFO STEP 898 (remove_files) COMPLETE
86592026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.334 INFO O| Sep 11 00:33:47.334 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.344 INFO O| Sep 11 00:33:47.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
86612026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.344 INFO O| Sep 11 00:33:47.344 INFO STEP 899 (remove_files) COMPLETE
86622026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.344 INFO O| Sep 11 00:33:47.344 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.353 INFO O| Sep 11 00:33:47.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
86642026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.353 INFO O| Sep 11 00:33:47.353 INFO STEP 900 (remove_files) COMPLETE
86652026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.353 INFO O| Sep 11 00:33:47.353 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-09-11T00:33:48.849Z[ recovery-image] Sep 11 00:33:47.362 INFO O| Sep 11 00:33:47.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
86672026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.362 INFO O| Sep 11 00:33:47.362 INFO STEP 901 (remove_files) COMPLETE
86682026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.362 INFO O| Sep 11 00:33:47.362 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.371 INFO O| Sep 11 00:33:47.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
86702026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.371 INFO O| Sep 11 00:33:47.371 INFO STEP 902 (remove_files) COMPLETE
86712026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.371 INFO O| Sep 11 00:33:47.371 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.381 INFO O| Sep 11 00:33:47.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
86732026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.381 INFO O| Sep 11 00:33:47.381 INFO STEP 903 (remove_files) COMPLETE
86742026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.381 INFO O| Sep 11 00:33:47.381 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.391 INFO O| Sep 11 00:33:47.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
86762026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.391 INFO O| Sep 11 00:33:47.391 INFO STEP 904 (remove_files) COMPLETE
86772026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.391 INFO O| Sep 11 00:33:47.391 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-09-11T00:33:48.850Z[ recovery-image] Sep 11 00:33:47.399 INFO O| Sep 11 00:33:47.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
86792026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.399 INFO O| Sep 11 00:33:47.399 INFO STEP 905 (remove_files) COMPLETE
86802026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.399 INFO O| Sep 11 00:33:47.399 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.408 INFO O| Sep 11 00:33:47.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
86822026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.408 INFO O| Sep 11 00:33:47.408 INFO STEP 906 (remove_files) COMPLETE
86832026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.408 INFO O| Sep 11 00:33:47.408 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.416 INFO O| Sep 11 00:33:47.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
86852026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.416 INFO O| Sep 11 00:33:47.416 INFO STEP 907 (remove_files) COMPLETE
86862026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.416 INFO O| Sep 11 00:33:47.416 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-09-11T00:33:48.851Z[ recovery-image] Sep 11 00:33:47.425 INFO O| Sep 11 00:33:47.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
86882026-09-11T00:33:48.862Z[ recovery-image] Sep 11 00:33:47.425 INFO O| Sep 11 00:33:47.425 INFO STEP 908 (remove_files) COMPLETE
86892026-09-11T00:33:48.862Z[ recovery-image] Sep 11 00:33:47.425 INFO O| Sep 11 00:33:47.425 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-09-11T00:33:48.862Z[ recovery-image] Sep 11 00:33:47.434 INFO O| Sep 11 00:33:47.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
86912026-09-11T00:33:48.862Z[ recovery-image] Sep 11 00:33:47.434 INFO O| Sep 11 00:33:47.434 INFO STEP 909 (remove_files) COMPLETE
86922026-09-11T00:33:48.862Z[ recovery-image] Sep 11 00:33:47.434 INFO O| Sep 11 00:33:47.434 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.443 INFO O| Sep 11 00:33:47.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
86942026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.443 INFO O| Sep 11 00:33:47.443 INFO STEP 910 (remove_files) COMPLETE
86952026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.443 INFO O| Sep 11 00:33:47.443 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.453 INFO O| Sep 11 00:33:47.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
86972026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.453 INFO O| Sep 11 00:33:47.453 INFO STEP 911 (remove_files) COMPLETE
86982026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.453 INFO O| Sep 11 00:33:47.453 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.463 INFO O| Sep 11 00:33:47.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
87002026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.463 INFO O| Sep 11 00:33:47.463 INFO STEP 912 (remove_files) COMPLETE
87012026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.463 INFO O| Sep 11 00:33:47.463 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.473 INFO O| Sep 11 00:33:47.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
87032026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.473 INFO O| Sep 11 00:33:47.473 INFO STEP 913 (remove_files) COMPLETE
87042026-09-11T00:33:48.863Z[ recovery-image] Sep 11 00:33:47.473 INFO O| Sep 11 00:33:47.473 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-09-11T00:33:48.872Z[ recovery-image] Sep 11 00:33:47.483 INFO O| Sep 11 00:33:47.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
87062026-09-11T00:33:48.873Z[ recovery-image] Sep 11 00:33:47.483 INFO O| Sep 11 00:33:47.483 INFO STEP 914 (remove_files) COMPLETE
87072026-09-11T00:33:48.873Z[ recovery-image] Sep 11 00:33:47.483 INFO O| Sep 11 00:33:47.483 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-11T00:33:48.881Z[ recovery-image] Sep 11 00:33:47.492 INFO O| Sep 11 00:33:47.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
87092026-09-11T00:33:48.881Z[ recovery-image] Sep 11 00:33:47.492 INFO O| Sep 11 00:33:47.492 INFO STEP 915 (remove_files) COMPLETE
87102026-09-11T00:33:48.881Z[ recovery-image] Sep 11 00:33:47.492 INFO O| Sep 11 00:33:47.492 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-11T00:33:48.895Z[ recovery-image] Sep 11 00:33:47.501 INFO O| Sep 11 00:33:47.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
87122026-09-11T00:33:48.895Z[ recovery-image] Sep 11 00:33:47.501 INFO O| Sep 11 00:33:47.501 INFO STEP 916 (remove_files) COMPLETE
87132026-09-11T00:33:48.895Z[ recovery-image] Sep 11 00:33:47.501 INFO O| Sep 11 00:33:47.501 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-11T00:33:48.903Z[ recovery-image] Sep 11 00:33:47.510 INFO O| Sep 11 00:33:47.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
87152026-09-11T00:33:48.903Z[ recovery-image] Sep 11 00:33:47.510 INFO O| Sep 11 00:33:47.510 INFO STEP 917 (remove_files) COMPLETE
87162026-09-11T00:33:48.903Z[ recovery-image] Sep 11 00:33:47.510 INFO O| Sep 11 00:33:47.510 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-11T00:33:48.903Z[ recovery-image] Sep 11 00:33:47.520 INFO O| Sep 11 00:33:47.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
87182026-09-11T00:33:48.911Z[ recovery-image] Sep 11 00:33:47.521 INFO O| Sep 11 00:33:47.521 INFO STEP 918 (remove_files) COMPLETE
87192026-09-11T00:33:48.911Z[ recovery-image] Sep 11 00:33:47.521 INFO O| Sep 11 00:33:47.521 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-11T00:33:48.920Z[ recovery-image] Sep 11 00:33:47.530 INFO O| Sep 11 00:33:47.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
87212026-09-11T00:33:48.920Z[ recovery-image] Sep 11 00:33:47.530 INFO O| Sep 11 00:33:47.530 INFO STEP 919 (remove_files) COMPLETE
87222026-09-11T00:33:48.920Z[ recovery-image] Sep 11 00:33:47.530 INFO O| Sep 11 00:33:47.530 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-09-11T00:33:48.927Z[ recovery-image] Sep 11 00:33:47.545 INFO O| Sep 11 00:33:47.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
87242026-09-11T00:33:48.927Z[ recovery-image] Sep 11 00:33:47.545 INFO O| Sep 11 00:33:47.545 INFO STEP 920 (remove_files) COMPLETE
87252026-09-11T00:33:48.927Z[ recovery-image] Sep 11 00:33:47.545 INFO O| Sep 11 00:33:47.545 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-09-11T00:33:48.938Z[ recovery-image] Sep 11 00:33:47.555 INFO O| Sep 11 00:33:47.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
87272026-09-11T00:33:48.938Z[ recovery-image] Sep 11 00:33:47.555 INFO O| Sep 11 00:33:47.555 INFO STEP 921 (remove_files) COMPLETE
87282026-09-11T00:33:48.938Z[ recovery-image] Sep 11 00:33:47.555 INFO O| Sep 11 00:33:47.555 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-09-11T00:33:48.949Z[ recovery-image] Sep 11 00:33:47.565 INFO O| Sep 11 00:33:47.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
87302026-09-11T00:33:48.949Z[ recovery-image] Sep 11 00:33:47.565 INFO O| Sep 11 00:33:47.565 INFO STEP 922 (remove_files) COMPLETE
87312026-09-11T00:33:48.949Z[ recovery-image] Sep 11 00:33:47.565 INFO O| Sep 11 00:33:47.565 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87322026-09-11T00:33:48.960Z[ recovery-image] Sep 11 00:33:47.577 INFO O| Sep 11 00:33:47.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
87332026-09-11T00:33:48.960Z[ recovery-image] Sep 11 00:33:47.577 INFO O| Sep 11 00:33:47.577 INFO STEP 923 (remove_files) COMPLETE
87342026-09-11T00:33:48.960Z[ recovery-image] Sep 11 00:33:47.577 INFO O| Sep 11 00:33:47.577 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87352026-09-11T00:33:48.967Z[ recovery-image] Sep 11 00:33:47.587 INFO O| Sep 11 00:33:47.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
87362026-09-11T00:33:48.967Z[ recovery-image] Sep 11 00:33:47.587 INFO O| Sep 11 00:33:47.587 INFO STEP 924 (remove_files) COMPLETE
87372026-09-11T00:33:48.973Z[ recovery-image] Sep 11 00:33:47.587 INFO O| Sep 11 00:33:47.587 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87382026-09-11T00:33:48.979Z[ recovery-image] Sep 11 00:33:47.596 INFO O| Sep 11 00:33:47.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
87392026-09-11T00:33:48.979Z[ recovery-image] Sep 11 00:33:47.596 INFO O| Sep 11 00:33:47.596 INFO STEP 925 (remove_files) COMPLETE
87402026-09-11T00:33:48.979Z[ recovery-image] Sep 11 00:33:47.596 INFO O| Sep 11 00:33:47.596 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87412026-09-11T00:33:48.987Z[ recovery-image] Sep 11 00:33:47.606 INFO O| Sep 11 00:33:47.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
87422026-09-11T00:33:48.987Z[ recovery-image] Sep 11 00:33:47.606 INFO O| Sep 11 00:33:47.606 INFO STEP 926 (remove_files) COMPLETE
87432026-09-11T00:33:48.987Z[ recovery-image] Sep 11 00:33:47.606 INFO O| Sep 11 00:33:47.606 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87442026-09-11T00:33:48.995Z[ recovery-image] Sep 11 00:33:47.615 INFO O| Sep 11 00:33:47.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
87452026-09-11T00:33:48.995Z[ recovery-image] Sep 11 00:33:47.615 INFO O| Sep 11 00:33:47.615 INFO STEP 927 (remove_files) COMPLETE
87462026-09-11T00:33:48.995Z[ recovery-image] Sep 11 00:33:47.615 INFO O| Sep 11 00:33:47.615 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87472026-09-11T00:33:49.004Z[ recovery-image] Sep 11 00:33:47.623 INFO O| Sep 11 00:33:47.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
87482026-09-11T00:33:49.005Z[ recovery-image] Sep 11 00:33:47.623 INFO O| Sep 11 00:33:47.623 INFO STEP 928 (remove_files) COMPLETE
87492026-09-11T00:33:49.005Z[ recovery-image] Sep 11 00:33:47.623 INFO O| Sep 11 00:33:47.623 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87502026-09-11T00:33:49.013Z[ recovery-image] Sep 11 00:33:47.633 INFO O| Sep 11 00:33:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
87512026-09-11T00:33:49.013Z[ recovery-image] Sep 11 00:33:47.633 INFO O| Sep 11 00:33:47.633 INFO STEP 929 (remove_files) COMPLETE
87522026-09-11T00:33:49.013Z[ recovery-image] Sep 11 00:33:47.633 INFO O| Sep 11 00:33:47.633 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87532026-09-11T00:33:49.022Z[ recovery-image] Sep 11 00:33:47.642 INFO O| Sep 11 00:33:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
87542026-09-11T00:33:49.022Z[ recovery-image] Sep 11 00:33:47.643 INFO O| Sep 11 00:33:47.642 INFO STEP 930 (remove_files) COMPLETE
87552026-09-11T00:33:49.022Z[ recovery-image] Sep 11 00:33:47.643 INFO O| Sep 11 00:33:47.643 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87562026-09-11T00:33:49.032Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87572026-09-11T00:33:49.038Z[ recovery-image] Sep 11 00:33:47.655 INFO O| Sep 11 00:33:47.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
87582026-09-11T00:33:49.038Z[ recovery-image] Sep 11 00:33:47.655 INFO O| Sep 11 00:33:47.655 INFO STEP 931 (remove_files) COMPLETE
87592026-09-11T00:33:49.038Z[ recovery-image] Sep 11 00:33:47.655 INFO O| Sep 11 00:33:47.655 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-11T00:33:49.047Z[ recovery-image] Sep 11 00:33:47.666 INFO O| Sep 11 00:33:47.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
87612026-09-11T00:33:49.047Z[ recovery-image] Sep 11 00:33:47.666 INFO O| Sep 11 00:33:47.666 INFO STEP 932 (remove_files) COMPLETE
87622026-09-11T00:33:49.047Z[ recovery-image] Sep 11 00:33:47.666 INFO O| Sep 11 00:33:47.666 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-11T00:33:49.058Z[ recovery-image] Sep 11 00:33:47.677 INFO O| Sep 11 00:33:47.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
87642026-09-11T00:33:49.058Z[ recovery-image] Sep 11 00:33:47.677 INFO O| Sep 11 00:33:47.677 INFO STEP 933 (remove_files) COMPLETE
87652026-09-11T00:33:49.058Z[ recovery-image] Sep 11 00:33:47.677 INFO O| Sep 11 00:33:47.677 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-11T00:33:49.068Z[ recovery-image] Sep 11 00:33:47.687 INFO O| Sep 11 00:33:47.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
87672026-09-11T00:33:49.068Z[ recovery-image] Sep 11 00:33:47.687 INFO O| Sep 11 00:33:47.687 INFO STEP 934 (remove_files) COMPLETE
87682026-09-11T00:33:49.075Z[ recovery-image] Sep 11 00:33:47.687 INFO O| Sep 11 00:33:47.687 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87692026-09-11T00:33:49.081Z[ recovery-image] Sep 11 00:33:47.697 INFO O| Sep 11 00:33:47.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
87702026-09-11T00:33:49.081Z[ recovery-image] Sep 11 00:33:47.697 INFO O| Sep 11 00:33:47.697 INFO STEP 935 (remove_files) COMPLETE
87712026-09-11T00:33:49.081Z[ recovery-image] Sep 11 00:33:47.697 INFO O| Sep 11 00:33:47.697 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87722026-09-11T00:33:49.087Z[ recovery-image] Sep 11 00:33:47.707 INFO O| Sep 11 00:33:47.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
87732026-09-11T00:33:49.087Z[ recovery-image] Sep 11 00:33:47.707 INFO O| Sep 11 00:33:47.707 INFO STEP 936 (remove_files) COMPLETE
87742026-09-11T00:33:49.087Z[ recovery-image] Sep 11 00:33:47.707 INFO O| Sep 11 00:33:47.707 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-11T00:33:49.099Z[ recovery-image] Sep 11 00:33:47.718 INFO O| Sep 11 00:33:47.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
87762026-09-11T00:33:49.099Z[ recovery-image] Sep 11 00:33:47.719 INFO O| Sep 11 00:33:47.719 INFO STEP 937 (remove_files) COMPLETE
87772026-09-11T00:33:49.100Z[ recovery-image] Sep 11 00:33:47.719 INFO O| Sep 11 00:33:47.719 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87782026-09-11T00:33:49.104Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87792026-09-11T00:33:49.117Z[ recovery-image] Sep 11 00:33:47.727 INFO O| Sep 11 00:33:47.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
87802026-09-11T00:33:49.117Z[ recovery-image] Sep 11 00:33:47.727 INFO O| Sep 11 00:33:47.727 INFO STEP 938 (remove_files) COMPLETE
87812026-09-11T00:33:49.117Z[ recovery-image] Sep 11 00:33:47.727 INFO O| Sep 11 00:33:47.727 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-09-11T00:33:49.125Z[ recovery-image] Sep 11 00:33:47.736 INFO O| Sep 11 00:33:47.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
87832026-09-11T00:33:49.125Z[ recovery-image] Sep 11 00:33:47.736 INFO O| Sep 11 00:33:47.736 INFO STEP 939 (remove_files) COMPLETE
87842026-09-11T00:33:49.125Z[ recovery-image] Sep 11 00:33:47.736 INFO O| Sep 11 00:33:47.736 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-09-11T00:33:49.129Z[ recovery-image] Sep 11 00:33:47.745 INFO O| Sep 11 00:33:47.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
87862026-09-11T00:33:49.130Z[ recovery-image] Sep 11 00:33:47.745 INFO O| Sep 11 00:33:47.745 INFO STEP 940 (remove_files) COMPLETE
87872026-09-11T00:33:49.130Z[ recovery-image] Sep 11 00:33:47.745 INFO O| Sep 11 00:33:47.745 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-09-11T00:33:49.137Z[ recovery-image] Sep 11 00:33:47.756 INFO O| Sep 11 00:33:47.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
87892026-09-11T00:33:49.137Z[ recovery-image] Sep 11 00:33:47.756 INFO O| Sep 11 00:33:47.756 INFO STEP 941 (remove_files) COMPLETE
87902026-09-11T00:33:49.141Z[ recovery-image] Sep 11 00:33:47.756 INFO O| Sep 11 00:33:47.756 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-09-11T00:33:49.146Z[ recovery-image] Sep 11 00:33:47.766 INFO O| Sep 11 00:33:47.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
87922026-09-11T00:33:49.146Z[ recovery-image] Sep 11 00:33:47.766 INFO O| Sep 11 00:33:47.766 INFO STEP 942 (remove_files) COMPLETE
87932026-09-11T00:33:49.146Z[ recovery-image] Sep 11 00:33:47.766 INFO O| Sep 11 00:33:47.766 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87942026-09-11T00:33:49.158Z[ recovery-image] Sep 11 00:33:47.778 INFO O| Sep 11 00:33:47.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
87952026-09-11T00:33:49.158Z[ recovery-image] Sep 11 00:33:47.778 INFO O| Sep 11 00:33:47.778 INFO STEP 943 (remove_files) COMPLETE
87962026-09-11T00:33:49.158Z[ recovery-image] Sep 11 00:33:47.778 INFO O| Sep 11 00:33:47.778 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87972026-09-11T00:33:49.169Z[ recovery-image] Sep 11 00:33:47.789 INFO O| Sep 11 00:33:47.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
87982026-09-11T00:33:49.169Z[ recovery-image] Sep 11 00:33:47.789 INFO O| Sep 11 00:33:47.789 INFO STEP 944 (remove_files) COMPLETE
87992026-09-11T00:33:49.169Z[ recovery-image] Sep 11 00:33:47.789 INFO O| Sep 11 00:33:47.789 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88002026-09-11T00:33:49.181Z[ recovery-image] Sep 11 00:33:47.801 INFO O| Sep 11 00:33:47.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
88012026-09-11T00:33:49.181Z[ recovery-image] Sep 11 00:33:47.801 INFO O| Sep 11 00:33:47.801 INFO STEP 945 (remove_files) COMPLETE
88022026-09-11T00:33:49.181Z[ recovery-image] Sep 11 00:33:47.801 INFO O| Sep 11 00:33:47.801 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88032026-09-11T00:33:49.193Z[ recovery-image] Sep 11 00:33:47.812 INFO O| Sep 11 00:33:47.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
88042026-09-11T00:33:49.193Z[ recovery-image] Sep 11 00:33:47.812 INFO O| Sep 11 00:33:47.812 INFO STEP 946 (remove_files) COMPLETE
88052026-09-11T00:33:49.193Z[ recovery-image] Sep 11 00:33:47.812 INFO O| Sep 11 00:33:47.812 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88062026-09-11T00:33:49.204Z[ recovery-image] Sep 11 00:33:47.823 INFO O| Sep 11 00:33:47.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
88072026-09-11T00:33:49.208Z[ recovery-image] Sep 11 00:33:47.824 INFO O| Sep 11 00:33:47.823 INFO STEP 947 (remove_files) COMPLETE
88082026-09-11T00:33:49.208Z[ recovery-image] Sep 11 00:33:47.824 INFO O| Sep 11 00:33:47.823 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88092026-09-11T00:33:49.217Z[ recovery-image] Sep 11 00:33:47.834 INFO O| Sep 11 00:33:47.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
88102026-09-11T00:33:49.217Z[ recovery-image] Sep 11 00:33:47.834 INFO O| Sep 11 00:33:47.834 INFO STEP 948 (remove_files) COMPLETE
88112026-09-11T00:33:49.221Z[ recovery-image] Sep 11 00:33:47.834 INFO O| Sep 11 00:33:47.834 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88122026-09-11T00:33:49.225Z[ recovery-image] Sep 11 00:33:47.844 INFO O| Sep 11 00:33:47.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
88132026-09-11T00:33:49.225Z[ recovery-image] Sep 11 00:33:47.844 INFO O| Sep 11 00:33:47.844 INFO STEP 949 (remove_files) COMPLETE
88142026-09-11T00:33:49.225Z[ recovery-image] Sep 11 00:33:47.844 INFO O| Sep 11 00:33:47.844 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-09-11T00:33:49.235Z[ recovery-image] Sep 11 00:33:47.855 INFO O| Sep 11 00:33:47.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
88162026-09-11T00:33:49.235Z[ recovery-image] Sep 11 00:33:47.855 INFO O| Sep 11 00:33:47.855 INFO STEP 950 (remove_files) COMPLETE
88172026-09-11T00:33:49.239Z[ recovery-image] Sep 11 00:33:47.855 INFO O| Sep 11 00:33:47.855 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-09-11T00:33:49.245Z[ recovery-image] Sep 11 00:33:47.865 INFO O| Sep 11 00:33:47.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
88192026-09-11T00:33:49.245Z[ recovery-image] Sep 11 00:33:47.865 INFO O| Sep 11 00:33:47.865 INFO STEP 951 (remove_files) COMPLETE
88202026-09-11T00:33:49.249Z[ recovery-image] Sep 11 00:33:47.865 INFO O| Sep 11 00:33:47.865 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88212026-09-11T00:33:49.259Z[ recovery-image] Sep 11 00:33:47.875 INFO O| Sep 11 00:33:47.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
88222026-09-11T00:33:49.259Z[ recovery-image] Sep 11 00:33:47.875 INFO O| Sep 11 00:33:47.875 INFO STEP 952 (remove_files) COMPLETE
88232026-09-11T00:33:49.265Z[ recovery-image] Sep 11 00:33:47.875 INFO O| Sep 11 00:33:47.875 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88242026-09-11T00:33:49.269Z[ recovery-image] Sep 11 00:33:47.885 INFO O| Sep 11 00:33:47.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
88252026-09-11T00:33:49.269Z[ recovery-image] Sep 11 00:33:47.885 INFO O| Sep 11 00:33:47.885 INFO STEP 953 (remove_files) COMPLETE
88262026-09-11T00:33:49.269Z[ recovery-image] Sep 11 00:33:47.885 INFO O| Sep 11 00:33:47.885 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88272026-09-11T00:33:49.276Z[ recovery-image] Sep 11 00:33:47.896 INFO O| Sep 11 00:33:47.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
88282026-09-11T00:33:49.276Z[ recovery-image] Sep 11 00:33:47.896 INFO O| Sep 11 00:33:47.896 INFO STEP 954 (remove_files) COMPLETE
88292026-09-11T00:33:49.277Z[ recovery-image] Sep 11 00:33:47.896 INFO O| Sep 11 00:33:47.896 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88302026-09-11T00:33:49.287Z[ recovery-image] Sep 11 00:33:47.907 INFO O| Sep 11 00:33:47.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
88312026-09-11T00:33:49.287Z[ recovery-image] Sep 11 00:33:47.907 INFO O| Sep 11 00:33:47.907 INFO STEP 955 (remove_files) COMPLETE
88322026-09-11T00:33:49.287Z[ recovery-image] Sep 11 00:33:47.907 INFO O| Sep 11 00:33:47.907 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-11T00:33:49.297Z[ recovery-image] Sep 11 00:33:47.916 INFO O| Sep 11 00:33:47.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
88342026-09-11T00:33:49.297Z[ recovery-image] Sep 11 00:33:47.916 INFO O| Sep 11 00:33:47.916 INFO STEP 956 (remove_files) COMPLETE
88352026-09-11T00:33:49.297Z[ recovery-image] Sep 11 00:33:47.916 INFO O| Sep 11 00:33:47.916 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-11T00:33:49.305Z[ recovery-image] Sep 11 00:33:47.925 INFO O| Sep 11 00:33:47.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
88372026-09-11T00:33:49.306Z[ recovery-image] Sep 11 00:33:47.925 INFO O| Sep 11 00:33:47.925 INFO STEP 957 (remove_files) COMPLETE
88382026-09-11T00:33:49.318Z[ recovery-image] Sep 11 00:33:47.925 INFO O| Sep 11 00:33:47.925 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-11T00:33:49.325Z[ recovery-image] Sep 11 00:33:47.934 INFO O| Sep 11 00:33:47.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
88402026-09-11T00:33:49.325Z[ recovery-image] Sep 11 00:33:47.934 INFO O| Sep 11 00:33:47.934 INFO STEP 958 (remove_files) COMPLETE
88412026-09-11T00:33:49.325Z[ recovery-image] Sep 11 00:33:47.934 INFO O| Sep 11 00:33:47.934 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88422026-09-11T00:33:49.325Z[ recovery-image] Sep 11 00:33:47.944 INFO O| Sep 11 00:33:47.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
88432026-09-11T00:33:49.325Z[ recovery-image] Sep 11 00:33:47.944 INFO O| Sep 11 00:33:47.944 INFO STEP 959 (remove_files) COMPLETE
88442026-09-11T00:33:49.325Z[ recovery-image] Sep 11 00:33:47.944 INFO O| Sep 11 00:33:47.944 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88452026-09-11T00:33:49.337Z[ recovery-image] Sep 11 00:33:47.954 INFO O| Sep 11 00:33:47.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
88462026-09-11T00:33:49.337Z[ recovery-image] Sep 11 00:33:47.954 INFO O| Sep 11 00:33:47.954 INFO STEP 960 (remove_files) COMPLETE
88472026-09-11T00:33:49.337Z[ recovery-image] Sep 11 00:33:47.954 INFO O| Sep 11 00:33:47.954 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-11T00:33:49.347Z[ recovery-image] Sep 11 00:33:47.964 INFO O| Sep 11 00:33:47.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
88492026-09-11T00:33:49.347Z[ recovery-image] Sep 11 00:33:47.964 INFO O| Sep 11 00:33:47.964 INFO STEP 961 (remove_files) COMPLETE
88502026-09-11T00:33:49.347Z[ recovery-image] Sep 11 00:33:47.964 INFO O| Sep 11 00:33:47.964 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88512026-09-11T00:33:49.362Z[ recovery-image] Sep 11 00:33:47.975 INFO O| Sep 11 00:33:47.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
88522026-09-11T00:33:49.362Z[ recovery-image] Sep 11 00:33:47.975 INFO O| Sep 11 00:33:47.975 INFO STEP 962 (remove_files) COMPLETE
88532026-09-11T00:33:49.366Z[ recovery-image] Sep 11 00:33:47.975 INFO O| Sep 11 00:33:47.975 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88542026-09-11T00:33:49.366Z[ recovery-image] Sep 11 00:33:47.986 INFO O| Sep 11 00:33:47.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
88552026-09-11T00:33:49.366Z[ recovery-image] Sep 11 00:33:47.986 INFO O| Sep 11 00:33:47.986 INFO STEP 963 (remove_files) COMPLETE
88562026-09-11T00:33:49.366Z[ recovery-image] Sep 11 00:33:47.986 INFO O| Sep 11 00:33:47.986 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-11T00:33:49.377Z[ recovery-image] Sep 11 00:33:47.996 INFO O| Sep 11 00:33:47.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
88582026-09-11T00:33:49.377Z[ recovery-image] Sep 11 00:33:47.996 INFO O| Sep 11 00:33:47.996 INFO STEP 964 (remove_files) COMPLETE
88592026-09-11T00:33:49.381Z[ recovery-image] Sep 11 00:33:47.996 INFO O| Sep 11 00:33:47.996 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88602026-09-11T00:33:49.387Z[ recovery-image] Sep 11 00:33:48.007 INFO O| Sep 11 00:33:48.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
88612026-09-11T00:33:49.387Z[ recovery-image] Sep 11 00:33:48.007 INFO O| Sep 11 00:33:48.007 INFO STEP 965 (remove_files) COMPLETE
88622026-09-11T00:33:49.387Z[ recovery-image] Sep 11 00:33:48.007 INFO O| Sep 11 00:33:48.007 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88632026-09-11T00:33:49.398Z[ recovery-image] Sep 11 00:33:48.017 INFO O| Sep 11 00:33:48.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
88642026-09-11T00:33:49.398Z[ recovery-image] Sep 11 00:33:48.017 INFO O| Sep 11 00:33:48.017 INFO STEP 966 (remove_files) COMPLETE
88652026-09-11T00:33:49.398Z[ recovery-image] Sep 11 00:33:48.017 INFO O| Sep 11 00:33:48.017 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88662026-09-11T00:33:49.410Z[ recovery-image] Sep 11 00:33:48.027 INFO O| Sep 11 00:33:48.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
88672026-09-11T00:33:49.410Z[ recovery-image] Sep 11 00:33:48.027 INFO O| Sep 11 00:33:48.027 INFO STEP 967 (remove_files) COMPLETE
88682026-09-11T00:33:49.410Z[ recovery-image] Sep 11 00:33:48.027 INFO O| Sep 11 00:33:48.027 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88692026-09-11T00:33:49.420Z[ recovery-image] Sep 11 00:33:48.038 INFO O| Sep 11 00:33:48.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
88702026-09-11T00:33:49.420Z[ recovery-image] Sep 11 00:33:48.038 INFO O| Sep 11 00:33:48.038 INFO STEP 968 (remove_files) COMPLETE
88712026-09-11T00:33:49.420Z[ recovery-image] Sep 11 00:33:48.038 INFO O| Sep 11 00:33:48.038 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88722026-09-11T00:33:49.436Z[ recovery-image] Sep 11 00:33:48.055 INFO O| Sep 11 00:33:48.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
88732026-09-11T00:33:49.436Z[ recovery-image] Sep 11 00:33:48.055 INFO O| Sep 11 00:33:48.055 INFO STEP 969 (remove_files) COMPLETE
88742026-09-11T00:33:49.436Z[ recovery-image] Sep 11 00:33:48.055 INFO O| Sep 11 00:33:48.055 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88752026-09-11T00:33:49.447Z[ recovery-image] Sep 11 00:33:48.065 INFO O| Sep 11 00:33:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
88762026-09-11T00:33:49.447Z[ recovery-image] Sep 11 00:33:48.065 INFO O| Sep 11 00:33:48.065 INFO STEP 970 (remove_files) COMPLETE
88772026-09-11T00:33:49.451Z[ recovery-image] Sep 11 00:33:48.065 INFO O| Sep 11 00:33:48.065 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88782026-09-11T00:33:49.456Z[ recovery-image] Sep 11 00:33:48.076 INFO O| Sep 11 00:33:48.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
88792026-09-11T00:33:49.456Z[ recovery-image] Sep 11 00:33:48.076 INFO O| Sep 11 00:33:48.076 INFO STEP 971 (remove_files) COMPLETE
88802026-09-11T00:33:49.460Z[ recovery-image] Sep 11 00:33:48.076 INFO O| Sep 11 00:33:48.076 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88812026-09-11T00:33:49.467Z[ recovery-image] Sep 11 00:33:48.087 INFO O| Sep 11 00:33:48.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
88822026-09-11T00:33:49.467Z[ recovery-image] Sep 11 00:33:48.087 INFO O| Sep 11 00:33:48.087 INFO STEP 972 (remove_files) COMPLETE
88832026-09-11T00:33:49.467Z[ recovery-image] Sep 11 00:33:48.087 INFO O| Sep 11 00:33:48.087 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88842026-09-11T00:33:49.478Z[ recovery-image] Sep 11 00:33:48.097 INFO O| Sep 11 00:33:48.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
88852026-09-11T00:33:49.478Z[ recovery-image] Sep 11 00:33:48.097 INFO O| Sep 11 00:33:48.097 INFO STEP 973 (remove_files) COMPLETE
88862026-09-11T00:33:49.483Z[ recovery-image] Sep 11 00:33:48.097 INFO O| Sep 11 00:33:48.097 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88872026-09-11T00:33:49.490Z[ recovery-image] Sep 11 00:33:48.109 INFO O| Sep 11 00:33:48.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
88882026-09-11T00:33:49.491Z[ recovery-image] Sep 11 00:33:48.109 INFO O| Sep 11 00:33:48.109 INFO STEP 974 (remove_files) COMPLETE
88892026-09-11T00:33:49.495Z[ recovery-image] Sep 11 00:33:48.109 INFO O| Sep 11 00:33:48.109 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88902026-09-11T00:33:49.502Z[ recovery-image] Sep 11 00:33:48.120 INFO O| Sep 11 00:33:48.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
88912026-09-11T00:33:49.505Z[ recovery-image] Sep 11 00:33:48.120 INFO O| Sep 11 00:33:48.120 INFO STEP 975 (remove_files) COMPLETE
88922026-09-11T00:33:49.505Z[ recovery-image] Sep 11 00:33:48.120 INFO O| Sep 11 00:33:48.120 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88932026-09-11T00:33:49.511Z[ recovery-image] Sep 11 00:33:48.131 INFO O| Sep 11 00:33:48.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
88942026-09-11T00:33:49.512Z[ recovery-image] Sep 11 00:33:48.131 INFO O| Sep 11 00:33:48.131 INFO STEP 976 (remove_files) COMPLETE
88952026-09-11T00:33:49.512Z[ recovery-image] Sep 11 00:33:48.131 INFO O| Sep 11 00:33:48.131 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88962026-09-11T00:33:49.521Z[ recovery-image] Sep 11 00:33:48.140 INFO O| Sep 11 00:33:48.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
88972026-09-11T00:33:49.521Z[ recovery-image] Sep 11 00:33:48.140 INFO O| Sep 11 00:33:48.140 INFO STEP 977 (remove_files) COMPLETE
88982026-09-11T00:33:49.521Z[ recovery-image] Sep 11 00:33:48.140 INFO O| Sep 11 00:33:48.140 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88992026-09-11T00:33:49.531Z[ recovery-image] Sep 11 00:33:48.151 INFO O| Sep 11 00:33:48.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
89002026-09-11T00:33:49.531Z[ recovery-image] Sep 11 00:33:48.151 INFO O| Sep 11 00:33:48.151 INFO STEP 978 (remove_files) COMPLETE
89012026-09-11T00:33:49.531Z[ recovery-image] Sep 11 00:33:48.151 INFO O| Sep 11 00:33:48.151 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89022026-09-11T00:33:49.542Z[ recovery-image] Sep 11 00:33:48.162 INFO O| Sep 11 00:33:48.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
89032026-09-11T00:33:49.542Z[ recovery-image] Sep 11 00:33:48.162 INFO O| Sep 11 00:33:48.162 INFO STEP 979 (remove_files) COMPLETE
89042026-09-11T00:33:49.542Z[ recovery-image] Sep 11 00:33:48.162 INFO O| Sep 11 00:33:48.162 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89052026-09-11T00:33:49.555Z[ recovery-image] Sep 11 00:33:48.174 INFO O| Sep 11 00:33:48.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
89062026-09-11T00:33:49.555Z[ recovery-image] Sep 11 00:33:48.174 INFO O| Sep 11 00:33:48.174 INFO STEP 980 (remove_files) COMPLETE
89072026-09-11T00:33:49.555Z[ recovery-image] Sep 11 00:33:48.174 INFO O| Sep 11 00:33:48.174 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89082026-09-11T00:33:49.566Z[ recovery-image] Sep 11 00:33:48.185 INFO O| Sep 11 00:33:48.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
89092026-09-11T00:33:49.566Z[ recovery-image] Sep 11 00:33:48.186 INFO O| Sep 11 00:33:48.186 INFO STEP 981 (remove_files) COMPLETE
89102026-09-11T00:33:49.566Z[ recovery-image] Sep 11 00:33:48.186 INFO O| Sep 11 00:33:48.186 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89112026-09-11T00:33:49.576Z[ recovery-image] Sep 11 00:33:48.196 INFO O| Sep 11 00:33:48.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
89122026-09-11T00:33:49.576Z[ recovery-image] Sep 11 00:33:48.196 INFO O| Sep 11 00:33:48.196 INFO STEP 982 (remove_files) COMPLETE
89132026-09-11T00:33:49.580Z[ recovery-image] Sep 11 00:33:48.196 INFO O| Sep 11 00:33:48.196 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89142026-09-11T00:33:49.588Z[ recovery-image] Sep 11 00:33:48.206 INFO O| Sep 11 00:33:48.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
89152026-09-11T00:33:49.588Z[ recovery-image] Sep 11 00:33:48.206 INFO O| Sep 11 00:33:48.206 INFO STEP 983 (remove_files) COMPLETE
89162026-09-11T00:33:49.589Z[ recovery-image] Sep 11 00:33:48.206 INFO O| Sep 11 00:33:48.206 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-11T00:33:49.632Z[ recovery-image] Sep 11 00:33:48.217 INFO O| Sep 11 00:33:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
89182026-09-11T00:33:49.632Z[ recovery-image] Sep 11 00:33:48.217 INFO O| Sep 11 00:33:48.217 INFO STEP 984 (remove_files) COMPLETE
89192026-09-11T00:33:49.633Z[ recovery-image] Sep 11 00:33:48.217 INFO O| Sep 11 00:33:48.217 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.229 INFO O| Sep 11 00:33:48.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
89212026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.229 INFO O| Sep 11 00:33:48.229 INFO STEP 985 (remove_files) COMPLETE
89222026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.229 INFO O| Sep 11 00:33:48.229 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.240 INFO O| Sep 11 00:33:48.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
89242026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.240 INFO O| Sep 11 00:33:48.240 INFO STEP 986 (remove_files) COMPLETE
89252026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.240 INFO O| Sep 11 00:33:48.240 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.250 INFO O| Sep 11 00:33:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
89272026-09-11T00:33:49.645Z[ recovery-image] Sep 11 00:33:48.250 INFO O| Sep 11 00:33:48.250 INFO STEP 987 (remove_files) COMPLETE
89282026-09-11T00:33:49.646Z[ recovery-image] Sep 11 00:33:48.251 INFO O| Sep 11 00:33:48.250 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-11T00:33:49.650Z[ recovery-image] Sep 11 00:33:48.261 INFO O| Sep 11 00:33:48.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
89302026-09-11T00:33:49.650Z[ recovery-image] Sep 11 00:33:48.261 INFO O| Sep 11 00:33:48.261 INFO STEP 988 (remove_files) COMPLETE
89312026-09-11T00:33:49.650Z[ recovery-image] Sep 11 00:33:48.261 INFO O| Sep 11 00:33:48.261 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-11T00:33:49.658Z[ recovery-image] Sep 11 00:33:48.272 INFO O| Sep 11 00:33:48.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
89332026-09-11T00:33:49.658Z[ recovery-image] Sep 11 00:33:48.272 INFO O| Sep 11 00:33:48.272 INFO STEP 989 (remove_files) COMPLETE
89342026-09-11T00:33:49.658Z[ recovery-image] Sep 11 00:33:48.272 INFO O| Sep 11 00:33:48.272 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-11T00:33:49.662Z[ recovery-image] Sep 11 00:33:48.282 INFO O| Sep 11 00:33:48.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
89362026-09-11T00:33:49.662Z[ recovery-image] Sep 11 00:33:48.282 INFO O| Sep 11 00:33:48.282 INFO STEP 990 (remove_files) COMPLETE
89372026-09-11T00:33:49.662Z[ recovery-image] Sep 11 00:33:48.282 INFO O| Sep 11 00:33:48.282 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-11T00:33:49.674Z[ recovery-image] Sep 11 00:33:48.293 INFO O| Sep 11 00:33:48.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
89392026-09-11T00:33:49.674Z[ recovery-image] Sep 11 00:33:48.293 INFO O| Sep 11 00:33:48.293 INFO STEP 991 (remove_files) COMPLETE
89402026-09-11T00:33:49.674Z[ recovery-image] Sep 11 00:33:48.293 INFO O| Sep 11 00:33:48.293 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-11T00:33:49.684Z[ recovery-image] Sep 11 00:33:48.304 INFO O| Sep 11 00:33:48.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
89422026-09-11T00:33:49.684Z[ recovery-image] Sep 11 00:33:48.304 INFO O| Sep 11 00:33:48.304 INFO STEP 992 (remove_files) COMPLETE
89432026-09-11T00:33:49.684Z[ recovery-image] Sep 11 00:33:48.304 INFO O| Sep 11 00:33:48.304 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-11T00:33:49.693Z[ recovery-image] Sep 11 00:33:48.313 INFO O| Sep 11 00:33:48.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
89452026-09-11T00:33:49.693Z[ recovery-image] Sep 11 00:33:48.313 INFO O| Sep 11 00:33:48.313 INFO STEP 993 (remove_files) COMPLETE
89462026-09-11T00:33:49.693Z[ recovery-image] Sep 11 00:33:48.313 INFO O| Sep 11 00:33:48.313 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-11T00:33:49.704Z[ recovery-image] Sep 11 00:33:48.322 INFO O| Sep 11 00:33:48.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
89482026-09-11T00:33:49.704Z[ recovery-image] Sep 11 00:33:48.322 INFO O| Sep 11 00:33:48.322 INFO STEP 994 (remove_files) COMPLETE
89492026-09-11T00:33:49.704Z[ recovery-image] Sep 11 00:33:48.322 INFO O| Sep 11 00:33:48.322 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-11T00:33:49.713Z[ recovery-image] Sep 11 00:33:48.331 INFO O| Sep 11 00:33:48.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
89512026-09-11T00:33:49.718Z[ recovery-image] Sep 11 00:33:48.332 INFO O| Sep 11 00:33:48.331 INFO STEP 995 (remove_files) COMPLETE
89522026-09-11T00:33:49.718Z[ recovery-image] Sep 11 00:33:48.332 INFO O| Sep 11 00:33:48.332 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-11T00:33:49.723Z[ recovery-image] Sep 11 00:33:48.342 INFO O| Sep 11 00:33:48.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
89542026-09-11T00:33:49.723Z[ recovery-image] Sep 11 00:33:48.342 INFO O| Sep 11 00:33:48.342 INFO STEP 996 (remove_files) COMPLETE
89552026-09-11T00:33:49.723Z[ recovery-image] Sep 11 00:33:48.342 INFO O| Sep 11 00:33:48.342 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-11T00:33:49.738Z[ recovery-image] Sep 11 00:33:48.354 INFO O| Sep 11 00:33:48.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
89572026-09-11T00:33:49.738Z[ recovery-image] Sep 11 00:33:48.354 INFO O| Sep 11 00:33:48.354 INFO STEP 997 (remove_files) COMPLETE
89582026-09-11T00:33:49.738Z[ recovery-image] Sep 11 00:33:48.354 INFO O| Sep 11 00:33:48.354 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-11T00:33:49.749Z[ recovery-image] Sep 11 00:33:48.365 INFO O| Sep 11 00:33:48.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
89602026-09-11T00:33:49.749Z[ recovery-image] Sep 11 00:33:48.365 INFO O| Sep 11 00:33:48.365 INFO STEP 998 (remove_files) COMPLETE
89612026-09-11T00:33:49.750Z[ recovery-image] Sep 11 00:33:48.365 INFO O| Sep 11 00:33:48.365 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-11T00:33:49.765Z[ recovery-image] Sep 11 00:33:48.376 INFO O| Sep 11 00:33:48.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
89632026-09-11T00:33:49.765Z[ recovery-image] Sep 11 00:33:48.376 INFO O| Sep 11 00:33:48.376 INFO STEP 999 (remove_files) COMPLETE
89642026-09-11T00:33:49.778Z[ recovery-image] Sep 11 00:33:48.376 INFO O| Sep 11 00:33:48.376 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89652026-09-11T00:33:49.778Z[ recovery-image] Sep 11 00:33:48.386 INFO O| Sep 11 00:33:48.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
89662026-09-11T00:33:49.778Z[ recovery-image] Sep 11 00:33:48.386 INFO O| Sep 11 00:33:48.386 INFO STEP 1000 (remove_files) COMPLETE
89672026-09-11T00:33:49.778Z[ recovery-image] Sep 11 00:33:48.386 INFO O| Sep 11 00:33:48.386 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89682026-09-11T00:33:49.783Z[ recovery-image] Sep 11 00:33:48.397 INFO O| Sep 11 00:33:48.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
89692026-09-11T00:33:49.784Z[ recovery-image] Sep 11 00:33:48.397 INFO O| Sep 11 00:33:48.397 INFO STEP 1001 (remove_files) COMPLETE
89702026-09-11T00:33:49.784Z[ recovery-image] Sep 11 00:33:48.397 INFO O| Sep 11 00:33:48.397 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89712026-09-11T00:33:49.788Z[ recovery-image] Sep 11 00:33:48.408 INFO O| Sep 11 00:33:48.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
89722026-09-11T00:33:49.788Z[ recovery-image] Sep 11 00:33:48.408 INFO O| Sep 11 00:33:48.408 INFO STEP 1002 (remove_files) COMPLETE
89732026-09-11T00:33:49.793Z[ recovery-image] Sep 11 00:33:48.408 INFO O| Sep 11 00:33:48.408 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89742026-09-11T00:33:49.797Z[ recovery-image] Sep 11 00:33:48.417 INFO O| Sep 11 00:33:48.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
89752026-09-11T00:33:49.797Z[ recovery-image] Sep 11 00:33:48.417 INFO O| Sep 11 00:33:48.417 INFO STEP 1003 (remove_files) COMPLETE
89762026-09-11T00:33:49.801Z[ recovery-image] Sep 11 00:33:48.417 INFO O| Sep 11 00:33:48.417 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89772026-09-11T00:33:49.808Z[ recovery-image] Sep 11 00:33:48.426 INFO O| Sep 11 00:33:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
89782026-09-11T00:33:49.808Z[ recovery-image] Sep 11 00:33:48.426 INFO O| Sep 11 00:33:48.426 INFO STEP 1004 (remove_files) COMPLETE
89792026-09-11T00:33:49.812Z[ recovery-image] Sep 11 00:33:48.426 INFO O| Sep 11 00:33:48.426 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89802026-09-11T00:33:49.826Z[ recovery-image] Sep 11 00:33:48.434 INFO O| Sep 11 00:33:48.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
89812026-09-11T00:33:49.826Z[ recovery-image] Sep 11 00:33:48.434 INFO O| Sep 11 00:33:48.434 INFO STEP 1005 (remove_files) COMPLETE
89822026-09-11T00:33:49.826Z[ recovery-image] Sep 11 00:33:48.434 INFO O| Sep 11 00:33:48.434 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-11T00:33:49.832Z[ recovery-image] Sep 11 00:33:48.442 INFO O| Sep 11 00:33:48.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
89842026-09-11T00:33:49.832Z[ recovery-image] Sep 11 00:33:48.442 INFO O| Sep 11 00:33:48.442 INFO STEP 1006 (remove_files) COMPLETE
89852026-09-11T00:33:49.832Z[ recovery-image] Sep 11 00:33:48.442 INFO O| Sep 11 00:33:48.442 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-11T00:33:49.832Z[ recovery-image] Sep 11 00:33:48.450 INFO O| Sep 11 00:33:48.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
89872026-09-11T00:33:49.832Z[ recovery-image] Sep 11 00:33:48.450 INFO O| Sep 11 00:33:48.450 INFO STEP 1007 (remove_files) COMPLETE
89882026-09-11T00:33:49.832Z[ recovery-image] Sep 11 00:33:48.450 INFO O| Sep 11 00:33:48.450 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-11T00:33:49.839Z[ recovery-image] Sep 11 00:33:48.459 INFO O| Sep 11 00:33:48.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
89902026-09-11T00:33:49.839Z[ recovery-image] Sep 11 00:33:48.459 INFO O| Sep 11 00:33:48.459 INFO STEP 1008 (remove_files) COMPLETE
89912026-09-11T00:33:49.839Z[ recovery-image] Sep 11 00:33:48.459 INFO O| Sep 11 00:33:48.459 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-11T00:33:49.851Z[ recovery-image] Sep 11 00:33:48.470 INFO O| Sep 11 00:33:48.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
89932026-09-11T00:33:49.851Z[ recovery-image] Sep 11 00:33:48.470 INFO O| Sep 11 00:33:48.470 INFO STEP 1009 (remove_files) COMPLETE
89942026-09-11T00:33:49.851Z[ recovery-image] Sep 11 00:33:48.470 INFO O| Sep 11 00:33:48.470 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-11T00:33:49.865Z[ recovery-image] Sep 11 00:33:48.480 INFO O| Sep 11 00:33:48.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
89962026-09-11T00:33:49.865Z[ recovery-image] Sep 11 00:33:48.480 INFO O| Sep 11 00:33:48.480 INFO STEP 1010 (remove_files) COMPLETE
89972026-09-11T00:33:49.865Z[ recovery-image] Sep 11 00:33:48.480 INFO O| Sep 11 00:33:48.480 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-11T00:33:49.871Z[ recovery-image] Sep 11 00:33:48.490 INFO O| Sep 11 00:33:48.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89992026-09-11T00:33:49.871Z[ recovery-image] Sep 11 00:33:48.490 INFO O| Sep 11 00:33:48.490 INFO STEP 1011 (remove_files) COMPLETE
90002026-09-11T00:33:49.871Z[ recovery-image] Sep 11 00:33:48.491 INFO O| Sep 11 00:33:48.490 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-11T00:33:49.882Z[ recovery-image] Sep 11 00:33:48.501 INFO O| Sep 11 00:33:48.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
90022026-09-11T00:33:49.885Z[ recovery-image] Sep 11 00:33:48.501 INFO O| Sep 11 00:33:48.501 INFO STEP 1012 (remove_files) COMPLETE
90032026-09-11T00:33:49.885Z[ recovery-image] Sep 11 00:33:48.501 INFO O| Sep 11 00:33:48.501 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-11T00:33:49.892Z[ recovery-image] Sep 11 00:33:48.511 INFO O| Sep 11 00:33:48.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
90052026-09-11T00:33:49.892Z[ recovery-image] Sep 11 00:33:48.512 INFO O| Sep 11 00:33:48.512 INFO STEP 1013 (remove_files) COMPLETE
90062026-09-11T00:33:49.892Z[ recovery-image] Sep 11 00:33:48.512 INFO O| Sep 11 00:33:48.512 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-11T00:33:49.904Z[ recovery-image] Sep 11 00:33:48.524 INFO O| Sep 11 00:33:48.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
90082026-09-11T00:33:49.904Z[ recovery-image] Sep 11 00:33:48.524 INFO O| Sep 11 00:33:48.524 INFO STEP 1014 (remove_files) COMPLETE
90092026-09-11T00:33:49.905Z[ recovery-image] Sep 11 00:33:48.524 INFO O| Sep 11 00:33:48.524 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-11T00:33:49.916Z[ recovery-image] Sep 11 00:33:48.536 INFO O| Sep 11 00:33:48.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
90112026-09-11T00:33:49.916Z[ recovery-image] Sep 11 00:33:48.536 INFO O| Sep 11 00:33:48.536 INFO STEP 1015 (remove_files) COMPLETE
90122026-09-11T00:33:49.919Z[ recovery-image] Sep 11 00:33:48.536 INFO O| Sep 11 00:33:48.536 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-11T00:33:49.934Z[ recovery-image] Sep 11 00:33:48.551 INFO O| Sep 11 00:33:48.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
90142026-09-11T00:33:49.934Z[ recovery-image] Sep 11 00:33:48.551 INFO O| Sep 11 00:33:48.551 INFO STEP 1016 (remove_files) COMPLETE
90152026-09-11T00:33:49.934Z[ recovery-image] Sep 11 00:33:48.551 INFO O| Sep 11 00:33:48.551 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-11T00:33:49.954Z[ recovery-image] Sep 11 00:33:48.563 INFO O| Sep 11 00:33:48.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
90172026-09-11T00:33:49.954Z[ recovery-image] Sep 11 00:33:48.563 INFO O| Sep 11 00:33:48.563 INFO STEP 1017 (remove_files) COMPLETE
90182026-09-11T00:33:49.954Z[ recovery-image] Sep 11 00:33:48.563 INFO O| Sep 11 00:33:48.563 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-11T00:33:49.961Z[ recovery-image] Sep 11 00:33:48.574 INFO O| Sep 11 00:33:48.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
90202026-09-11T00:33:49.961Z[ recovery-image] Sep 11 00:33:48.574 INFO O| Sep 11 00:33:48.574 INFO STEP 1018 (remove_files) COMPLETE
90212026-09-11T00:33:49.961Z[ recovery-image] Sep 11 00:33:48.574 INFO O| Sep 11 00:33:48.574 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-11T00:33:49.970Z[ recovery-image] Sep 11 00:33:48.586 INFO O| Sep 11 00:33:48.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
90232026-09-11T00:33:49.970Z[ recovery-image] Sep 11 00:33:48.586 INFO O| Sep 11 00:33:48.586 INFO STEP 1019 (remove_files) COMPLETE
90242026-09-11T00:33:49.970Z[ recovery-image] Sep 11 00:33:48.586 INFO O| Sep 11 00:33:48.586 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-11T00:33:49.978Z[ recovery-image] Sep 11 00:33:48.597 INFO O| Sep 11 00:33:48.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
90262026-09-11T00:33:49.978Z[ recovery-image] Sep 11 00:33:48.597 INFO O| Sep 11 00:33:48.597 INFO STEP 1020 (remove_files) COMPLETE
90272026-09-11T00:33:49.978Z[ recovery-image] Sep 11 00:33:48.597 INFO O| Sep 11 00:33:48.597 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90282026-09-11T00:33:49.991Z[ recovery-image] Sep 11 00:33:48.609 INFO O| Sep 11 00:33:48.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
90292026-09-11T00:33:49.991Z[ recovery-image] Sep 11 00:33:48.609 INFO O| Sep 11 00:33:48.609 INFO STEP 1021 (remove_files) COMPLETE
90302026-09-11T00:33:49.995Z[ recovery-image] Sep 11 00:33:48.609 INFO O| Sep 11 00:33:48.609 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90312026-09-11T00:33:50.001Z[ recovery-image] Sep 11 00:33:48.620 INFO O| Sep 11 00:33:48.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
90322026-09-11T00:33:50.001Z[ recovery-image] Sep 11 00:33:48.620 INFO O| Sep 11 00:33:48.620 INFO STEP 1022 (remove_files) COMPLETE
90332026-09-11T00:33:50.009Z[ recovery-image] Sep 11 00:33:48.620 INFO O| Sep 11 00:33:48.620 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90342026-09-11T00:33:50.021Z[ recovery-image] Sep 11 00:33:48.630 INFO O| Sep 11 00:33:48.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
90352026-09-11T00:33:50.022Z[ recovery-image] Sep 11 00:33:48.630 INFO O| Sep 11 00:33:48.630 INFO STEP 1023 (remove_files) COMPLETE
90362026-09-11T00:33:50.022Z[ recovery-image] Sep 11 00:33:48.630 INFO O| Sep 11 00:33:48.630 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90372026-09-11T00:33:50.028Z[ recovery-image] Sep 11 00:33:48.642 INFO O| Sep 11 00:33:48.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
90382026-09-11T00:33:50.028Z[ recovery-image] Sep 11 00:33:48.642 INFO O| Sep 11 00:33:48.642 INFO STEP 1024 (remove_files) COMPLETE
90392026-09-11T00:33:50.028Z[ recovery-image] Sep 11 00:33:48.642 INFO O| Sep 11 00:33:48.642 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90402026-09-11T00:33:50.033Z[ recovery-image] Sep 11 00:33:48.653 INFO O| Sep 11 00:33:48.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
90412026-09-11T00:33:50.033Z[ recovery-image] Sep 11 00:33:48.653 INFO O| Sep 11 00:33:48.653 INFO STEP 1025 (remove_files) COMPLETE
90422026-09-11T00:33:50.033Z[ recovery-image] Sep 11 00:33:48.653 INFO O| Sep 11 00:33:48.653 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90432026-09-11T00:33:50.047Z[ recovery-image] Sep 11 00:33:48.665 INFO O| Sep 11 00:33:48.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
90442026-09-11T00:33:50.047Z[ recovery-image] Sep 11 00:33:48.665 INFO O| Sep 11 00:33:48.665 INFO STEP 1026 (remove_files) COMPLETE
90452026-09-11T00:33:50.047Z[ recovery-image] Sep 11 00:33:48.665 INFO O| Sep 11 00:33:48.665 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-11T00:33:50.055Z[ recovery-image] Sep 11 00:33:48.674 INFO O| Sep 11 00:33:48.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
90472026-09-11T00:33:50.055Z[ recovery-image] Sep 11 00:33:48.674 INFO O| Sep 11 00:33:48.674 INFO STEP 1027 (remove_files) COMPLETE
90482026-09-11T00:33:50.061Z[ recovery-image] Sep 11 00:33:48.674 INFO O| Sep 11 00:33:48.674 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-11T00:33:50.064Z[ recovery-image] Sep 11 00:33:48.684 INFO O| Sep 11 00:33:48.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
90502026-09-11T00:33:50.064Z[ recovery-image] Sep 11 00:33:48.684 INFO O| Sep 11 00:33:48.684 INFO STEP 1028 (remove_files) COMPLETE
90512026-09-11T00:33:50.065Z[ recovery-image] Sep 11 00:33:48.684 INFO O| Sep 11 00:33:48.684 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-11T00:33:50.074Z[ recovery-image] Sep 11 00:33:48.694 INFO O| Sep 11 00:33:48.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
90532026-09-11T00:33:50.074Z[ recovery-image] Sep 11 00:33:48.694 INFO O| Sep 11 00:33:48.694 INFO STEP 1029 (remove_files) COMPLETE
90542026-09-11T00:33:50.075Z[ recovery-image] Sep 11 00:33:48.694 INFO O| Sep 11 00:33:48.694 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-11T00:33:50.085Z[ recovery-image] Sep 11 00:33:48.705 INFO O| Sep 11 00:33:48.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
90562026-09-11T00:33:50.085Z[ recovery-image] Sep 11 00:33:48.705 INFO O| Sep 11 00:33:48.705 INFO STEP 1030 (remove_files) COMPLETE
90572026-09-11T00:33:50.085Z[ recovery-image] Sep 11 00:33:48.705 INFO O| Sep 11 00:33:48.705 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90582026-09-11T00:33:50.095Z[ recovery-image] Sep 11 00:33:48.715 INFO O| Sep 11 00:33:48.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
90592026-09-11T00:33:50.095Z[ recovery-image] Sep 11 00:33:48.715 INFO O| Sep 11 00:33:48.715 INFO STEP 1031 (remove_files) COMPLETE
90602026-09-11T00:33:50.095Z[ recovery-image] Sep 11 00:33:48.715 INFO O| Sep 11 00:33:48.715 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90612026-09-11T00:33:50.105Z[ recovery-image] Sep 11 00:33:48.724 INFO O| Sep 11 00:33:48.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
90622026-09-11T00:33:50.105Z[ recovery-image] Sep 11 00:33:48.724 INFO O| Sep 11 00:33:48.724 INFO STEP 1032 (remove_files) COMPLETE
90632026-09-11T00:33:50.105Z[ recovery-image] Sep 11 00:33:48.724 INFO O| Sep 11 00:33:48.724 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90642026-09-11T00:33:50.117Z[ recovery-image] Sep 11 00:33:48.736 INFO O| Sep 11 00:33:48.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
90652026-09-11T00:33:50.117Z[ recovery-image] Sep 11 00:33:48.736 INFO O| Sep 11 00:33:48.736 INFO STEP 1033 (remove_files) COMPLETE
90662026-09-11T00:33:50.123Z[ recovery-image] Sep 11 00:33:48.736 INFO O| Sep 11 00:33:48.736 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90672026-09-11T00:33:50.128Z[ recovery-image] Sep 11 00:33:48.748 INFO O| Sep 11 00:33:48.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
90682026-09-11T00:33:50.128Z[ recovery-image] Sep 11 00:33:48.748 INFO O| Sep 11 00:33:48.748 INFO STEP 1034 (remove_files) COMPLETE
90692026-09-11T00:33:50.128Z[ recovery-image] Sep 11 00:33:48.748 INFO O| Sep 11 00:33:48.748 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90702026-09-11T00:33:50.141Z[ recovery-image] Sep 11 00:33:48.758 INFO O| Sep 11 00:33:48.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
90712026-09-11T00:33:50.141Z[ recovery-image] Sep 11 00:33:48.759 INFO O| Sep 11 00:33:48.759 INFO STEP 1035 (remove_files) COMPLETE
90722026-09-11T00:33:50.141Z[ recovery-image] Sep 11 00:33:48.759 INFO O| Sep 11 00:33:48.759 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90732026-09-11T00:33:50.152Z[ recovery-image] Sep 11 00:33:48.768 INFO O| Sep 11 00:33:48.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
90742026-09-11T00:33:50.152Z[ recovery-image] Sep 11 00:33:48.768 INFO O| Sep 11 00:33:48.768 INFO STEP 1036 (remove_files) COMPLETE
90752026-09-11T00:33:50.152Z[ recovery-image] Sep 11 00:33:48.768 INFO O| Sep 11 00:33:48.768 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90762026-09-11T00:33:50.163Z[ recovery-image] Sep 11 00:33:48.783 INFO O| Sep 11 00:33:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
90772026-09-11T00:33:50.163Z[ recovery-image] Sep 11 00:33:48.783 INFO O| Sep 11 00:33:48.783 INFO STEP 1037 (remove_files) COMPLETE
90782026-09-11T00:33:50.163Z[ recovery-image] Sep 11 00:33:48.783 INFO O| Sep 11 00:33:48.783 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90792026-09-11T00:33:50.179Z[ recovery-image] Sep 11 00:33:48.795 INFO O| Sep 11 00:33:48.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
90802026-09-11T00:33:50.180Z[ recovery-image] Sep 11 00:33:48.795 INFO O| Sep 11 00:33:48.793 INFO STEP 1038 (remove_files) COMPLETE
90812026-09-11T00:33:50.180Z[ recovery-image] Sep 11 00:33:48.795 INFO O| Sep 11 00:33:48.793 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90822026-09-11T00:33:50.192Z[ recovery-image] Sep 11 00:33:48.812 INFO O| Sep 11 00:33:48.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
90832026-09-11T00:33:50.192Z[ recovery-image] Sep 11 00:33:48.812 INFO O| Sep 11 00:33:48.812 INFO STEP 1039 (remove_files) COMPLETE
90842026-09-11T00:33:50.196Z[ recovery-image] Sep 11 00:33:48.812 INFO O| Sep 11 00:33:48.812 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90852026-09-11T00:33:50.202Z[ recovery-image] Sep 11 00:33:48.822 INFO O| Sep 11 00:33:48.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
90862026-09-11T00:33:50.203Z[ recovery-image] Sep 11 00:33:48.822 INFO O| Sep 11 00:33:48.822 INFO STEP 1040 (remove_files) COMPLETE
90872026-09-11T00:33:50.206Z[ recovery-image] Sep 11 00:33:48.822 INFO O| Sep 11 00:33:48.822 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90882026-09-11T00:33:50.211Z[ recovery-image] Sep 11 00:33:48.831 INFO O| Sep 11 00:33:48.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
90892026-09-11T00:33:50.215Z[ recovery-image] Sep 11 00:33:48.832 INFO O| Sep 11 00:33:48.832 INFO STEP 1041 (remove_files) COMPLETE
90902026-09-11T00:33:50.215Z[ recovery-image] Sep 11 00:33:48.832 INFO O| Sep 11 00:33:48.832 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90912026-09-11T00:33:50.221Z[ recovery-image] Sep 11 00:33:48.841 INFO O| Sep 11 00:33:48.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
90922026-09-11T00:33:50.222Z[ recovery-image] Sep 11 00:33:48.841 INFO O| Sep 11 00:33:48.841 INFO STEP 1042 (remove_files) COMPLETE
90932026-09-11T00:33:50.222Z[ recovery-image] Sep 11 00:33:48.841 INFO O| Sep 11 00:33:48.841 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90942026-09-11T00:33:50.231Z[ recovery-image] Sep 11 00:33:48.850 INFO O| Sep 11 00:33:48.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
90952026-09-11T00:33:50.231Z[ recovery-image] Sep 11 00:33:48.850 INFO O| Sep 11 00:33:48.850 INFO STEP 1043 (remove_files) COMPLETE
90962026-09-11T00:33:50.231Z[ recovery-image] Sep 11 00:33:48.850 INFO O| Sep 11 00:33:48.850 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90972026-09-11T00:33:50.246Z[ recovery-image] Sep 11 00:33:48.862 INFO O| Sep 11 00:33:48.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
90982026-09-11T00:33:50.247Z[ recovery-image] Sep 11 00:33:48.862 INFO O| Sep 11 00:33:48.862 INFO STEP 1044 (remove_files) COMPLETE
90992026-09-11T00:33:50.247Z[ recovery-image] Sep 11 00:33:48.862 INFO O| Sep 11 00:33:48.862 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91002026-09-11T00:33:50.256Z[ recovery-image] Sep 11 00:33:48.875 INFO O| Sep 11 00:33:48.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
91012026-09-11T00:33:50.256Z[ recovery-image] Sep 11 00:33:48.875 INFO O| Sep 11 00:33:48.875 INFO STEP 1045 (remove_files) COMPLETE
91022026-09-11T00:33:50.256Z[ recovery-image] Sep 11 00:33:48.875 INFO O| Sep 11 00:33:48.875 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91032026-09-11T00:33:50.267Z[ recovery-image] Sep 11 00:33:48.886 INFO O| Sep 11 00:33:48.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
91042026-09-11T00:33:50.267Z[ recovery-image] Sep 11 00:33:48.886 INFO O| Sep 11 00:33:48.886 INFO STEP 1046 (remove_files) COMPLETE
91052026-09-11T00:33:50.267Z[ recovery-image] Sep 11 00:33:48.886 INFO O| Sep 11 00:33:48.886 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91062026-09-11T00:33:50.278Z[ recovery-image] Sep 11 00:33:48.896 INFO O| Sep 11 00:33:48.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
91072026-09-11T00:33:50.278Z[ recovery-image] Sep 11 00:33:48.896 INFO O| Sep 11 00:33:48.896 INFO STEP 1047 (remove_files) COMPLETE
91082026-09-11T00:33:50.278Z[ recovery-image] Sep 11 00:33:48.896 INFO O| Sep 11 00:33:48.896 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91092026-09-11T00:33:50.290Z[ recovery-image] Sep 11 00:33:48.909 INFO O| Sep 11 00:33:48.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
91102026-09-11T00:33:50.290Z[ recovery-image] Sep 11 00:33:48.909 INFO O| Sep 11 00:33:48.909 INFO STEP 1048 (remove_files) COMPLETE
91112026-09-11T00:33:50.290Z[ recovery-image] Sep 11 00:33:48.909 INFO O| Sep 11 00:33:48.909 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91122026-09-11T00:33:50.300Z[ recovery-image] Sep 11 00:33:48.920 INFO O| Sep 11 00:33:48.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
91132026-09-11T00:33:50.300Z[ recovery-image] Sep 11 00:33:48.920 INFO O| Sep 11 00:33:48.920 INFO STEP 1049 (remove_files) COMPLETE
91142026-09-11T00:33:50.300Z[ recovery-image] Sep 11 00:33:48.920 INFO O| Sep 11 00:33:48.920 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91152026-09-11T00:33:50.331Z[ recovery-image] Sep 11 00:33:48.950 INFO O| Sep 11 00:33:48.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
91162026-09-11T00:33:50.331Z[ recovery-image] Sep 11 00:33:48.950 INFO O| Sep 11 00:33:48.950 INFO STEP 1050 (remove_files) COMPLETE
91172026-09-11T00:33:50.331Z[ recovery-image] Sep 11 00:33:48.950 INFO O| Sep 11 00:33:48.950 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91182026-09-11T00:33:50.354Z[ recovery-image] Sep 11 00:33:48.974 INFO O| Sep 11 00:33:48.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
91192026-09-11T00:33:50.355Z[ recovery-image] Sep 11 00:33:48.974 INFO O| Sep 11 00:33:48.974 INFO STEP 1051 (remove_files) COMPLETE
91202026-09-11T00:33:50.355Z[ recovery-image] Sep 11 00:33:48.974 INFO O| Sep 11 00:33:48.974 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91212026-09-11T00:33:50.369Z[ recovery-image] Sep 11 00:33:48.989 INFO O| Sep 11 00:33:48.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
91222026-09-11T00:33:50.369Z[ recovery-image] Sep 11 00:33:48.989 INFO O| Sep 11 00:33:48.989 INFO STEP 1052 (remove_files) COMPLETE
91232026-09-11T00:33:50.369Z[ recovery-image] Sep 11 00:33:48.989 INFO O| Sep 11 00:33:48.989 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91242026-09-11T00:33:50.392Z[ recovery-image] Sep 11 00:33:49.012 INFO O| Sep 11 00:33:49.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
91252026-09-11T00:33:50.392Z[ recovery-image] Sep 11 00:33:49.012 INFO O| Sep 11 00:33:49.012 INFO STEP 1053 (remove_files) COMPLETE
91262026-09-11T00:33:50.392Z[ recovery-image] Sep 11 00:33:49.012 INFO O| Sep 11 00:33:49.012 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91272026-09-11T00:33:50.402Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91282026-09-11T00:33:50.409Z[ recovery-image] Sep 11 00:33:49.021 INFO O| Sep 11 00:33:49.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
91292026-09-11T00:33:50.409Z[ recovery-image] Sep 11 00:33:49.022 INFO O| Sep 11 00:33:49.022 INFO STEP 1054 (remove_files) COMPLETE
91302026-09-11T00:33:50.409Z[ recovery-image] Sep 11 00:33:49.022 INFO O| Sep 11 00:33:49.022 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-11T00:33:50.413Z[ recovery-image] Sep 11 00:33:49.032 INFO O| Sep 11 00:33:49.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
91322026-09-11T00:33:50.413Z[ recovery-image] Sep 11 00:33:49.032 INFO O| Sep 11 00:33:49.032 INFO STEP 1055 (remove_files) COMPLETE
91332026-09-11T00:33:50.413Z[ recovery-image] Sep 11 00:33:49.032 INFO O| Sep 11 00:33:49.032 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-11T00:33:50.425Z[ recovery-image] Sep 11 00:33:49.042 INFO O| Sep 11 00:33:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
91352026-09-11T00:33:50.425Z[ recovery-image] Sep 11 00:33:49.042 INFO O| Sep 11 00:33:49.042 INFO STEP 1056 (remove_files) COMPLETE
91362026-09-11T00:33:50.425Z[ recovery-image] Sep 11 00:33:49.042 INFO O| Sep 11 00:33:49.042 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-11T00:33:50.433Z[ recovery-image] Sep 11 00:33:49.053 INFO O| Sep 11 00:33:49.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
91382026-09-11T00:33:50.433Z[ recovery-image] Sep 11 00:33:49.053 INFO O| Sep 11 00:33:49.052 INFO STEP 1057 (remove_files) COMPLETE
91392026-09-11T00:33:50.433Z[ recovery-image] Sep 11 00:33:49.053 INFO O| Sep 11 00:33:49.052 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-11T00:33:50.444Z[ recovery-image] Sep 11 00:33:49.063 INFO O| Sep 11 00:33:49.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
91412026-09-11T00:33:50.444Z[ recovery-image] Sep 11 00:33:49.063 INFO O| Sep 11 00:33:49.063 INFO STEP 1058 (remove_files) COMPLETE
91422026-09-11T00:33:50.448Z[ recovery-image] Sep 11 00:33:49.063 INFO O| Sep 11 00:33:49.063 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-11T00:33:50.456Z[ recovery-image] Sep 11 00:33:49.075 INFO O| Sep 11 00:33:49.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
91442026-09-11T00:33:50.456Z[ recovery-image] Sep 11 00:33:49.075 INFO O| Sep 11 00:33:49.075 INFO STEP 1059 (remove_files) COMPLETE
91452026-09-11T00:33:50.460Z[ recovery-image] Sep 11 00:33:49.075 INFO O| Sep 11 00:33:49.075 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-11T00:33:50.467Z[ recovery-image] Sep 11 00:33:49.085 INFO O| Sep 11 00:33:49.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
91472026-09-11T00:33:50.467Z[ recovery-image] Sep 11 00:33:49.085 INFO O| Sep 11 00:33:49.085 INFO STEP 1060 (remove_files) COMPLETE
91482026-09-11T00:33:50.467Z[ recovery-image] Sep 11 00:33:49.085 INFO O| Sep 11 00:33:49.085 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-11T00:33:50.476Z[ recovery-image] Sep 11 00:33:49.095 INFO O| Sep 11 00:33:49.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
91502026-09-11T00:33:50.476Z[ recovery-image] Sep 11 00:33:49.096 INFO O| Sep 11 00:33:49.096 INFO STEP 1061 (remove_files) COMPLETE
91512026-09-11T00:33:50.476Z[ recovery-image] Sep 11 00:33:49.096 INFO O| Sep 11 00:33:49.096 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-11T00:33:50.486Z[ recovery-image] Sep 11 00:33:49.105 INFO O| Sep 11 00:33:49.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
91532026-09-11T00:33:50.490Z[ recovery-image] Sep 11 00:33:49.106 INFO O| Sep 11 00:33:49.106 INFO STEP 1062 (remove_files) COMPLETE
91542026-09-11T00:33:50.491Z[ recovery-image] Sep 11 00:33:49.106 INFO O| Sep 11 00:33:49.106 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-11T00:33:50.502Z[ recovery-image] Sep 11 00:33:49.116 INFO O| Sep 11 00:33:49.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
91562026-09-11T00:33:50.502Z[ recovery-image] Sep 11 00:33:49.116 INFO O| Sep 11 00:33:49.116 INFO STEP 1063 (remove_files) COMPLETE
91572026-09-11T00:33:50.502Z[ recovery-image] Sep 11 00:33:49.116 INFO O| Sep 11 00:33:49.116 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-11T00:33:50.508Z[ recovery-image] Sep 11 00:33:49.128 INFO O| Sep 11 00:33:49.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
91592026-09-11T00:33:50.508Z[ recovery-image] Sep 11 00:33:49.128 INFO O| Sep 11 00:33:49.128 INFO STEP 1064 (remove_files) COMPLETE
91602026-09-11T00:33:50.515Z[ recovery-image] Sep 11 00:33:49.128 INFO O| Sep 11 00:33:49.128 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-11T00:33:50.520Z[ recovery-image] Sep 11 00:33:49.140 INFO O| Sep 11 00:33:49.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
91622026-09-11T00:33:50.521Z[ recovery-image] Sep 11 00:33:49.140 INFO O| Sep 11 00:33:49.140 INFO STEP 1065 (remove_files) COMPLETE
91632026-09-11T00:33:50.521Z[ recovery-image] Sep 11 00:33:49.140 INFO O| Sep 11 00:33:49.140 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-11T00:33:50.532Z[ recovery-image] Sep 11 00:33:49.152 INFO O| Sep 11 00:33:49.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
91652026-09-11T00:33:50.532Z[ recovery-image] Sep 11 00:33:49.152 INFO O| Sep 11 00:33:49.152 INFO STEP 1066 (remove_files) COMPLETE
91662026-09-11T00:33:50.532Z[ recovery-image] Sep 11 00:33:49.152 INFO O| Sep 11 00:33:49.152 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-11T00:33:50.543Z[ recovery-image] Sep 11 00:33:49.163 INFO O| Sep 11 00:33:49.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
91682026-09-11T00:33:50.543Z[ recovery-image] Sep 11 00:33:49.163 INFO O| Sep 11 00:33:49.163 INFO STEP 1067 (remove_files) COMPLETE
91692026-09-11T00:33:50.547Z[ recovery-image] Sep 11 00:33:49.163 INFO O| Sep 11 00:33:49.163 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-11T00:33:50.553Z[ recovery-image] Sep 11 00:33:49.172 INFO O| Sep 11 00:33:49.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
91712026-09-11T00:33:50.553Z[ recovery-image] Sep 11 00:33:49.172 INFO O| Sep 11 00:33:49.172 INFO STEP 1068 (remove_files) COMPLETE
91722026-09-11T00:33:50.557Z[ recovery-image] Sep 11 00:33:49.172 INFO O| Sep 11 00:33:49.172 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-11T00:33:50.568Z[ recovery-image] Sep 11 00:33:49.183 INFO O| Sep 11 00:33:49.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
91742026-09-11T00:33:50.568Z[ recovery-image] Sep 11 00:33:49.183 INFO O| Sep 11 00:33:49.183 INFO STEP 1069 (remove_files) COMPLETE
91752026-09-11T00:33:50.569Z[ recovery-image] Sep 11 00:33:49.183 INFO O| Sep 11 00:33:49.183 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-11T00:33:50.574Z[ recovery-image] Sep 11 00:33:49.193 INFO O| Sep 11 00:33:49.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
91772026-09-11T00:33:50.574Z[ recovery-image] Sep 11 00:33:49.193 INFO O| Sep 11 00:33:49.193 INFO STEP 1070 (remove_files) COMPLETE
91782026-09-11T00:33:50.580Z[ recovery-image] Sep 11 00:33:49.193 INFO O| Sep 11 00:33:49.193 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-11T00:33:50.584Z[ recovery-image] Sep 11 00:33:49.204 INFO O| Sep 11 00:33:49.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
91802026-09-11T00:33:50.584Z[ recovery-image] Sep 11 00:33:49.204 INFO O| Sep 11 00:33:49.204 INFO STEP 1071 (remove_files) COMPLETE
91812026-09-11T00:33:50.584Z[ recovery-image] Sep 11 00:33:49.204 INFO O| Sep 11 00:33:49.204 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91822026-09-11T00:33:50.595Z[ recovery-image] Sep 11 00:33:49.215 INFO O| Sep 11 00:33:49.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
91832026-09-11T00:33:50.595Z[ recovery-image] Sep 11 00:33:49.215 INFO O| Sep 11 00:33:49.215 INFO STEP 1072 (remove_files) COMPLETE
91842026-09-11T00:33:50.595Z[ recovery-image] Sep 11 00:33:49.215 INFO O| Sep 11 00:33:49.215 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91852026-09-11T00:33:50.605Z[ recovery-image] Sep 11 00:33:49.225 INFO O| Sep 11 00:33:49.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
91862026-09-11T00:33:50.606Z[ recovery-image] Sep 11 00:33:49.226 INFO O| Sep 11 00:33:49.226 INFO STEP 1073 (remove_files) COMPLETE
91872026-09-11T00:33:50.606Z[ recovery-image] Sep 11 00:33:49.226 INFO O| Sep 11 00:33:49.226 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-11T00:33:50.618Z[ recovery-image] Sep 11 00:33:49.236 INFO O| Sep 11 00:33:49.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
91892026-09-11T00:33:50.618Z[ recovery-image] Sep 11 00:33:49.236 INFO O| Sep 11 00:33:49.236 INFO STEP 1074 (remove_files) COMPLETE
91902026-09-11T00:33:50.618Z[ recovery-image] Sep 11 00:33:49.236 INFO O| Sep 11 00:33:49.236 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-11T00:33:50.627Z[ recovery-image] Sep 11 00:33:49.247 INFO O| Sep 11 00:33:49.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
91922026-09-11T00:33:50.627Z[ recovery-image] Sep 11 00:33:49.247 INFO O| Sep 11 00:33:49.247 INFO STEP 1075 (remove_files) COMPLETE
91932026-09-11T00:33:50.628Z[ recovery-image] Sep 11 00:33:49.247 INFO O| Sep 11 00:33:49.247 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-11T00:33:50.639Z[ recovery-image] Sep 11 00:33:49.257 INFO O| Sep 11 00:33:49.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
91952026-09-11T00:33:50.639Z[ recovery-image] Sep 11 00:33:49.257 INFO O| Sep 11 00:33:49.257 INFO STEP 1076 (remove_files) COMPLETE
91962026-09-11T00:33:50.639Z[ recovery-image] Sep 11 00:33:49.257 INFO O| Sep 11 00:33:49.257 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91972026-09-11T00:33:50.651Z[ recovery-image] Sep 11 00:33:49.267 INFO O| Sep 11 00:33:49.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
91982026-09-11T00:33:50.651Z[ recovery-image] Sep 11 00:33:49.267 INFO O| Sep 11 00:33:49.267 INFO STEP 1077 (remove_files) COMPLETE
91992026-09-11T00:33:50.651Z[ recovery-image] Sep 11 00:33:49.267 INFO O| Sep 11 00:33:49.267 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92002026-09-11T00:33:50.659Z[ recovery-image] Sep 11 00:33:49.279 INFO O| Sep 11 00:33:49.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
92012026-09-11T00:33:50.660Z[ recovery-image] Sep 11 00:33:49.279 INFO O| Sep 11 00:33:49.279 INFO STEP 1078 (remove_files) COMPLETE
92022026-09-11T00:33:50.667Z[ recovery-image] Sep 11 00:33:49.279 INFO O| Sep 11 00:33:49.279 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92032026-09-11T00:33:50.670Z[ recovery-image] Sep 11 00:33:49.288 INFO O| Sep 11 00:33:49.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
92042026-09-11T00:33:50.670Z[ recovery-image] Sep 11 00:33:49.288 INFO O| Sep 11 00:33:49.288 INFO STEP 1079 (remove_files) COMPLETE
92052026-09-11T00:33:50.671Z[ recovery-image] Sep 11 00:33:49.288 INFO O| Sep 11 00:33:49.288 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92062026-09-11T00:33:50.679Z[ recovery-image] Sep 11 00:33:49.299 INFO O| Sep 11 00:33:49.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
92072026-09-11T00:33:50.679Z[ recovery-image] Sep 11 00:33:49.299 INFO O| Sep 11 00:33:49.299 INFO STEP 1080 (remove_files) COMPLETE
92082026-09-11T00:33:50.682Z[ recovery-image] Sep 11 00:33:49.299 INFO O| Sep 11 00:33:49.299 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92092026-09-11T00:33:50.690Z[ recovery-image] Sep 11 00:33:49.310 INFO O| Sep 11 00:33:49.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
92102026-09-11T00:33:50.690Z[ recovery-image] Sep 11 00:33:49.310 INFO O| Sep 11 00:33:49.310 INFO STEP 1081 (remove_files) COMPLETE
92112026-09-11T00:33:50.690Z[ recovery-image] Sep 11 00:33:49.310 INFO O| Sep 11 00:33:49.310 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92122026-09-11T00:33:50.704Z[ recovery-image] Sep 11 00:33:49.323 INFO O| Sep 11 00:33:49.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
92132026-09-11T00:33:50.704Z[ recovery-image] Sep 11 00:33:49.324 INFO O| Sep 11 00:33:49.324 INFO STEP 1082 (remove_files) COMPLETE
92142026-09-11T00:33:50.708Z[ recovery-image] Sep 11 00:33:49.324 INFO O| Sep 11 00:33:49.324 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92152026-09-11T00:33:50.716Z[ recovery-image] Sep 11 00:33:49.334 INFO O| Sep 11 00:33:49.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
92162026-09-11T00:33:50.716Z[ recovery-image] Sep 11 00:33:49.335 INFO O| Sep 11 00:33:49.335 INFO STEP 1083 (remove_files) COMPLETE
92172026-09-11T00:33:50.716Z[ recovery-image] Sep 11 00:33:49.335 INFO O| Sep 11 00:33:49.335 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92182026-09-11T00:33:50.725Z[ recovery-image] Sep 11 00:33:49.345 INFO O| Sep 11 00:33:49.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
92192026-09-11T00:33:50.725Z[ recovery-image] Sep 11 00:33:49.345 INFO O| Sep 11 00:33:49.345 INFO STEP 1084 (remove_files) COMPLETE
92202026-09-11T00:33:50.729Z[ recovery-image] Sep 11 00:33:49.345 INFO O| Sep 11 00:33:49.345 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92212026-09-11T00:33:50.735Z[ recovery-image] Sep 11 00:33:49.355 INFO O| Sep 11 00:33:49.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
92222026-09-11T00:33:50.736Z[ recovery-image] Sep 11 00:33:49.355 INFO O| Sep 11 00:33:49.355 INFO STEP 1085 (remove_files) COMPLETE
92232026-09-11T00:33:50.739Z[ recovery-image] Sep 11 00:33:49.355 INFO O| Sep 11 00:33:49.355 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92242026-09-11T00:33:50.749Z[ recovery-image] Sep 11 00:33:49.366 INFO O| Sep 11 00:33:49.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
92252026-09-11T00:33:50.749Z[ recovery-image] Sep 11 00:33:49.366 INFO O| Sep 11 00:33:49.366 INFO STEP 1086 (remove_files) COMPLETE
92262026-09-11T00:33:50.763Z[ recovery-image] Sep 11 00:33:49.366 INFO O| Sep 11 00:33:49.366 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92272026-09-11T00:33:50.770Z[ recovery-image] Sep 11 00:33:49.377 INFO O| Sep 11 00:33:49.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
92282026-09-11T00:33:50.770Z[ recovery-image] Sep 11 00:33:49.377 INFO O| Sep 11 00:33:49.377 INFO STEP 1087 (remove_files) COMPLETE
92292026-09-11T00:33:50.770Z[ recovery-image] Sep 11 00:33:49.377 INFO O| Sep 11 00:33:49.377 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92302026-09-11T00:33:50.773Z[ recovery-image] Sep 11 00:33:49.388 INFO O| Sep 11 00:33:49.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
92312026-09-11T00:33:50.773Z[ recovery-image] Sep 11 00:33:49.388 INFO O| Sep 11 00:33:49.388 INFO STEP 1088 (remove_files) COMPLETE
92322026-09-11T00:33:50.773Z[ recovery-image] Sep 11 00:33:49.388 INFO O| Sep 11 00:33:49.388 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92332026-09-11T00:33:50.782Z[ recovery-image] Sep 11 00:33:49.398 INFO O| Sep 11 00:33:49.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
92342026-09-11T00:33:50.782Z[ recovery-image] Sep 11 00:33:49.398 INFO O| Sep 11 00:33:49.398 INFO STEP 1089 (remove_files) COMPLETE
92352026-09-11T00:33:50.782Z[ recovery-image] Sep 11 00:33:49.398 INFO O| Sep 11 00:33:49.398 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92362026-09-11T00:33:50.790Z[ recovery-image] Sep 11 00:33:49.409 INFO O| Sep 11 00:33:49.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
92372026-09-11T00:33:50.790Z[ recovery-image] Sep 11 00:33:49.409 INFO O| Sep 11 00:33:49.409 INFO STEP 1090 (remove_files) COMPLETE
92382026-09-11T00:33:50.794Z[ recovery-image] Sep 11 00:33:49.409 INFO O| Sep 11 00:33:49.409 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92392026-09-11T00:33:50.801Z[ recovery-image] Sep 11 00:33:49.421 INFO O| Sep 11 00:33:49.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
92402026-09-11T00:33:50.801Z[ recovery-image] Sep 11 00:33:49.421 INFO O| Sep 11 00:33:49.421 INFO STEP 1091 (remove_files) COMPLETE
92412026-09-11T00:33:50.801Z[ recovery-image] Sep 11 00:33:49.421 INFO O| Sep 11 00:33:49.421 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92422026-09-11T00:33:50.817Z[ recovery-image] Sep 11 00:33:49.432 INFO O| Sep 11 00:33:49.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
92432026-09-11T00:33:50.817Z[ recovery-image] Sep 11 00:33:49.432 INFO O| Sep 11 00:33:49.432 INFO STEP 1092 (remove_files) COMPLETE
92442026-09-11T00:33:50.817Z[ recovery-image] Sep 11 00:33:49.432 INFO O| Sep 11 00:33:49.432 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92452026-09-11T00:33:50.823Z[ recovery-image] Sep 11 00:33:49.441 INFO O| Sep 11 00:33:49.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
92462026-09-11T00:33:50.823Z[ recovery-image] Sep 11 00:33:49.441 INFO O| Sep 11 00:33:49.441 INFO STEP 1093 (remove_files) COMPLETE
92472026-09-11T00:33:50.829Z[ recovery-image] Sep 11 00:33:49.441 INFO O| Sep 11 00:33:49.441 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92482026-09-11T00:33:50.833Z[ recovery-image] Sep 11 00:33:49.451 INFO O| Sep 11 00:33:49.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
92492026-09-11T00:33:50.833Z[ recovery-image] Sep 11 00:33:49.451 INFO O| Sep 11 00:33:49.451 INFO STEP 1094 (remove_files) COMPLETE
92502026-09-11T00:33:50.833Z[ recovery-image] Sep 11 00:33:49.451 INFO O| Sep 11 00:33:49.451 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92512026-09-11T00:33:50.843Z[ recovery-image] Sep 11 00:33:49.462 INFO O| Sep 11 00:33:49.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
92522026-09-11T00:33:50.843Z[ recovery-image] Sep 11 00:33:49.462 INFO O| Sep 11 00:33:49.462 INFO STEP 1095 (remove_files) COMPLETE
92532026-09-11T00:33:50.843Z[ recovery-image] Sep 11 00:33:49.462 INFO O| Sep 11 00:33:49.462 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92542026-09-11T00:33:50.857Z[ recovery-image] Sep 11 00:33:49.474 INFO O| Sep 11 00:33:49.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
92552026-09-11T00:33:50.857Z[ recovery-image] Sep 11 00:33:49.474 INFO O| Sep 11 00:33:49.474 INFO STEP 1096 (remove_files) COMPLETE
92562026-09-11T00:33:50.857Z[ recovery-image] Sep 11 00:33:49.474 INFO O| Sep 11 00:33:49.474 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92572026-09-11T00:33:50.865Z[ recovery-image] Sep 11 00:33:49.485 INFO O| Sep 11 00:33:49.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
92582026-09-11T00:33:50.865Z[ recovery-image] Sep 11 00:33:49.485 INFO O| Sep 11 00:33:49.485 INFO STEP 1097 (remove_files) COMPLETE
92592026-09-11T00:33:50.865Z[ recovery-image] Sep 11 00:33:49.485 INFO O| Sep 11 00:33:49.485 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92602026-09-11T00:33:50.875Z[ recovery-image] Sep 11 00:33:49.495 INFO O| Sep 11 00:33:49.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
92612026-09-11T00:33:50.875Z[ recovery-image] Sep 11 00:33:49.495 INFO O| Sep 11 00:33:49.495 INFO STEP 1098 (remove_files) COMPLETE
92622026-09-11T00:33:50.879Z[ recovery-image] Sep 11 00:33:49.495 INFO O| Sep 11 00:33:49.495 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92632026-09-11T00:33:50.889Z[ recovery-image] Sep 11 00:33:49.506 INFO O| Sep 11 00:33:49.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
92642026-09-11T00:33:50.889Z[ recovery-image] Sep 11 00:33:49.506 INFO O| Sep 11 00:33:49.506 INFO STEP 1099 (remove_files) COMPLETE
92652026-09-11T00:33:50.894Z[ recovery-image] Sep 11 00:33:49.506 INFO O| Sep 11 00:33:49.506 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92662026-09-11T00:33:50.900Z[ recovery-image] Sep 11 00:33:49.518 INFO O| Sep 11 00:33:49.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
92672026-09-11T00:33:50.900Z[ recovery-image] Sep 11 00:33:49.518 INFO O| Sep 11 00:33:49.518 INFO STEP 1100 (remove_files) COMPLETE
92682026-09-11T00:33:50.900Z[ recovery-image] Sep 11 00:33:49.518 INFO O| Sep 11 00:33:49.518 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92692026-09-11T00:33:50.912Z[ recovery-image] Sep 11 00:33:49.530 INFO O| Sep 11 00:33:49.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
92702026-09-11T00:33:50.912Z[ recovery-image] Sep 11 00:33:49.530 INFO O| Sep 11 00:33:49.530 INFO STEP 1101 (remove_files) COMPLETE
92712026-09-11T00:33:50.912Z[ recovery-image] Sep 11 00:33:49.530 INFO O| Sep 11 00:33:49.530 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92722026-09-11T00:33:50.922Z[ recovery-image] Sep 11 00:33:49.541 INFO O| Sep 11 00:33:49.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
92732026-09-11T00:33:50.922Z[ recovery-image] Sep 11 00:33:49.542 INFO O| Sep 11 00:33:49.542 INFO STEP 1102 (remove_files) COMPLETE
92742026-09-11T00:33:50.926Z[ recovery-image] Sep 11 00:33:49.542 INFO O| Sep 11 00:33:49.542 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92752026-09-11T00:33:50.933Z[ recovery-image] Sep 11 00:33:49.553 INFO O| Sep 11 00:33:49.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
92762026-09-11T00:33:50.933Z[ recovery-image] Sep 11 00:33:49.553 INFO O| Sep 11 00:33:49.553 INFO STEP 1103 (remove_files) COMPLETE
92772026-09-11T00:33:50.933Z[ recovery-image] Sep 11 00:33:49.553 INFO O| Sep 11 00:33:49.553 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92782026-09-11T00:33:50.940Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92792026-09-11T00:33:50.945Z[ recovery-image] Sep 11 00:33:49.565 INFO O| Sep 11 00:33:49.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
92802026-09-11T00:33:50.945Z[ recovery-image] Sep 11 00:33:49.565 INFO O| Sep 11 00:33:49.565 INFO STEP 1104 (remove_files) COMPLETE
92812026-09-11T00:33:50.948Z[ recovery-image] Sep 11 00:33:49.565 INFO O| Sep 11 00:33:49.565 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92822026-09-11T00:33:50.957Z[ recovery-image] Sep 11 00:33:49.577 INFO O| Sep 11 00:33:49.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
92832026-09-11T00:33:50.957Z[ recovery-image] Sep 11 00:33:49.577 INFO O| Sep 11 00:33:49.577 INFO STEP 1105 (remove_files) COMPLETE
92842026-09-11T00:33:50.960Z[ recovery-image] Sep 11 00:33:49.577 INFO O| Sep 11 00:33:49.577 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92852026-09-11T00:33:50.968Z[ recovery-image] Sep 11 00:33:49.588 INFO O| Sep 11 00:33:49.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
92862026-09-11T00:33:50.968Z[ recovery-image] Sep 11 00:33:49.588 INFO O| Sep 11 00:33:49.588 INFO STEP 1106 (remove_files) COMPLETE
92872026-09-11T00:33:50.971Z[ recovery-image] Sep 11 00:33:49.588 INFO O| Sep 11 00:33:49.588 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92882026-09-11T00:33:50.980Z[ recovery-image] Sep 11 00:33:49.599 INFO O| Sep 11 00:33:49.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
92892026-09-11T00:33:50.980Z[ recovery-image] Sep 11 00:33:49.599 INFO O| Sep 11 00:33:49.599 INFO STEP 1107 (remove_files) COMPLETE
92902026-09-11T00:33:50.980Z[ recovery-image] Sep 11 00:33:49.599 INFO O| Sep 11 00:33:49.599 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92912026-09-11T00:33:50.991Z[ recovery-image] Sep 11 00:33:49.610 INFO O| Sep 11 00:33:49.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
92922026-09-11T00:33:50.991Z[ recovery-image] Sep 11 00:33:49.610 INFO O| Sep 11 00:33:49.610 INFO STEP 1108 (remove_files) COMPLETE
92932026-09-11T00:33:50.991Z[ recovery-image] Sep 11 00:33:49.610 INFO O| Sep 11 00:33:49.610 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92942026-09-11T00:33:51.001Z[ recovery-image] Sep 11 00:33:49.621 INFO O| Sep 11 00:33:49.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
92952026-09-11T00:33:51.002Z[ recovery-image] Sep 11 00:33:49.621 INFO O| Sep 11 00:33:49.621 INFO STEP 1109 (remove_files) COMPLETE
92962026-09-11T00:33:51.002Z[ recovery-image] Sep 11 00:33:49.621 INFO O| Sep 11 00:33:49.621 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92972026-09-11T00:33:51.012Z[ recovery-image] Sep 11 00:33:49.632 INFO O| Sep 11 00:33:49.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
92982026-09-11T00:33:51.013Z[ recovery-image] Sep 11 00:33:49.632 INFO O| Sep 11 00:33:49.632 INFO STEP 1110 (remove_files) COMPLETE
92992026-09-11T00:33:51.013Z[ recovery-image] Sep 11 00:33:49.632 INFO O| Sep 11 00:33:49.632 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93002026-09-11T00:33:51.024Z[ recovery-image] Sep 11 00:33:49.644 INFO O| Sep 11 00:33:49.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
93012026-09-11T00:33:51.024Z[ recovery-image] Sep 11 00:33:49.644 INFO O| Sep 11 00:33:49.644 INFO STEP 1111 (remove_files) COMPLETE
93022026-09-11T00:33:51.024Z[ recovery-image] Sep 11 00:33:49.644 INFO O| Sep 11 00:33:49.644 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93032026-09-11T00:33:51.035Z[ recovery-image] Sep 11 00:33:49.655 INFO O| Sep 11 00:33:49.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
93042026-09-11T00:33:51.035Z[ recovery-image] Sep 11 00:33:49.655 INFO O| Sep 11 00:33:49.655 INFO STEP 1112 (remove_files) COMPLETE
93052026-09-11T00:33:51.036Z[ recovery-image] Sep 11 00:33:49.655 INFO O| Sep 11 00:33:49.655 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93062026-09-11T00:33:51.045Z[ recovery-image] Sep 11 00:33:49.665 INFO O| Sep 11 00:33:49.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
93072026-09-11T00:33:51.045Z[ recovery-image] Sep 11 00:33:49.665 INFO O| Sep 11 00:33:49.665 INFO STEP 1113 (remove_files) COMPLETE
93082026-09-11T00:33:51.050Z[ recovery-image] Sep 11 00:33:49.665 INFO O| Sep 11 00:33:49.665 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93092026-09-11T00:33:51.058Z[ recovery-image] Sep 11 00:33:49.678 INFO O| Sep 11 00:33:49.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
93102026-09-11T00:33:51.058Z[ recovery-image] Sep 11 00:33:49.678 INFO O| Sep 11 00:33:49.678 INFO STEP 1114 (remove_files) COMPLETE
93112026-09-11T00:33:51.062Z[ recovery-image] Sep 11 00:33:49.678 INFO O| Sep 11 00:33:49.678 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93122026-09-11T00:33:51.068Z[ recovery-image] Sep 11 00:33:49.688 INFO O| Sep 11 00:33:49.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
93132026-09-11T00:33:51.068Z[ recovery-image] Sep 11 00:33:49.688 INFO O| Sep 11 00:33:49.688 INFO STEP 1115 (remove_files) COMPLETE
93142026-09-11T00:33:51.069Z[ recovery-image] Sep 11 00:33:49.688 INFO O| Sep 11 00:33:49.688 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93152026-09-11T00:33:51.081Z[ recovery-image] Sep 11 00:33:49.700 INFO O| Sep 11 00:33:49.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
93162026-09-11T00:33:51.081Z[ recovery-image] Sep 11 00:33:49.701 INFO O| Sep 11 00:33:49.701 INFO STEP 1116 (remove_files) COMPLETE
93172026-09-11T00:33:51.081Z[ recovery-image] Sep 11 00:33:49.701 INFO O| Sep 11 00:33:49.701 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93182026-09-11T00:33:51.096Z[ recovery-image] Sep 11 00:33:49.713 INFO O| Sep 11 00:33:49.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
93192026-09-11T00:33:51.096Z[ recovery-image] Sep 11 00:33:49.713 INFO O| Sep 11 00:33:49.713 INFO STEP 1117 (remove_files) COMPLETE
93202026-09-11T00:33:51.096Z[ recovery-image] Sep 11 00:33:49.713 INFO O| Sep 11 00:33:49.713 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
93212026-09-11T00:33:51.111Z[ recovery-image] Sep 11 00:33:49.731 INFO O| Sep 11 00:33:49.731 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
93222026-09-11T00:33:51.112Z[ recovery-image] Sep 11 00:33:49.731 INFO O| Sep 11 00:33:49.731 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
93232026-09-11T00:33:51.279Z[ host-image] Sep 11 00:33:49.858 INFO O| adding properties...
93242026-09-11T00:33:51.506Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
93252026-09-11T00:33:51.732Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
93262026-09-11T00:33:51.852Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
93272026-09-11T00:33:51.879Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
93282026-09-11T00:33:52.011Z[ recovery-image] Sep 11 00:33:50.631 INFO O| Sep 11 00:33:50.630 INFO STEP 1118 (pack_tar) COMPLETE
93292026-09-11T00:33:52.011Z[ recovery-image] Sep 11 00:33:50.631 INFO O| Sep 11 00:33:50.631 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
93302026-09-11T00:33:52.011Z[ recovery-image] Sep 11 00:33:50.631 INFO O| Sep 11 00:33:50.631 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
93312026-09-11T00:33:52.223Z[verify-libraries] Compiling multimap v0.10.1
93322026-09-11T00:33:52.281Z[verify-libraries] Compiling termios v0.3.3
93332026-09-11T00:33:52.354Z[ recovery-image] Sep 11 00:33:50.972 INFO O| Sep 11 00:33:50.972 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
93342026-09-11T00:33:52.383Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93352026-09-11T00:33:52.539Z[ recovery-image] Sep 11 00:33:51.139 INFO O| Sep 11 00:33:51.139 INFO completed processing sled/ramdisk-03-recovery-trim
93362026-09-11T00:33:52.545Z[ recovery-image] Sep 11 00:33:51.143 INFO image builder template: zfs-recovery...
93372026-09-11T00:33:52.545Z[ recovery-image] Sep 11 00:33:51.143 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/.tmpKIaM7w/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
93382026-09-11T00:33:52.553Z[ recovery-image] Sep 11 00:33:51.173 INFO O| Sep 11 00:33:51.173 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
93392026-09-11T00:33:52.559Z[ recovery-image] Sep 11 00:33:51.178 INFO O| Sep 11 00:33:51.178 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93402026-09-11T00:33:52.566Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
93412026-09-11T00:33:52.571Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
93422026-09-11T00:33:52.657Z[ recovery-image] Sep 11 00:33:51.277 INFO O| Sep 11 00:33:51.277 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
93432026-09-11T00:33:52.721Z[ recovery-image] Sep 11 00:33:51.341 INFO O| Sep 11 00:33:51.341 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
93442026-09-11T00:33:52.722Z[ recovery-image] Sep 11 00:33:51.341 INFO O| Sep 11 00:33:51.341 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
93452026-09-11T00:33:52.729Z[ recovery-image] Sep 11 00:33:51.345 INFO O| Sep 11 00:33:51.345 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93462026-09-11T00:33:52.801Z[ host-image] Sep 11 00:33:51.421 INFO O| installing packages...
93472026-09-11T00:33:52.833Z[ recovery-image] Sep 11 00:33:51.452 INFO O| Sep 11 00:33:51.452 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
93482026-09-11T00:33:52.912Z[ recovery-image] Sep 11 00:33:51.531 INFO O| Sep 11 00:33:51.531 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
93492026-09-11T00:33:52.923Z[ recovery-image] Sep 11 00:33:51.540 INFO O| Sep 11 00:33:51.540 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93502026-09-11T00:33:52.929Z[ recovery-image] Sep 11 00:33:51.544 INFO O| Sep 11 00:33:51.544 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
93512026-09-11T00:33:52.929Z[ recovery-image] Sep 11 00:33:51.546 INFO O| Sep 11 00:33:51.546 INFO no lofi found
93522026-09-11T00:33:52.929Z[ recovery-image] Sep 11 00:33:51.546 INFO O| Sep 11 00:33:51.546 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
93532026-09-11T00:33:52.929Z[ recovery-image] Sep 11 00:33:51.546 INFO O| Sep 11 00:33:51.546 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93542026-09-11T00:33:54.381Z[ recovery-image] Sep 11 00:33:53.001 INFO O| Sep 11 00:33:53.001 INFO lofi device = /dev/dsk/c2t1d0p0
93552026-09-11T00:33:54.381Z[ recovery-image] Sep 11 00:33:53.001 INFO O| Sep 11 00:33:53.001 INFO pool device = /dev/dsk/c2t1d0p0
93562026-09-11T00:33:54.381Z[ recovery-image] Sep 11 00:33:53.001 INFO O| Sep 11 00:33:53.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"]
93572026-09-11T00:33:54.549Z[ recovery-image] Sep 11 00:33:53.165 INFO O| Sep 11 00:33:53.165 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93582026-09-11T00:33:54.549Z[ recovery-image] Sep 11 00:33:53.165 INFO O| Sep 11 00:33:53.165 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
93592026-09-11T00:33:54.571Z[ recovery-image] Sep 11 00:33:53.190 INFO O| Sep 11 00:33:53.190 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
93602026-09-11T00:33:54.645Z[ recovery-image] Sep 11 00:33:53.264 INFO O| Sep 11 00:33:53.264 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
93612026-09-11T00:33:54.684Z[ recovery-image] Sep 11 00:33:53.304 INFO O| Sep 11 00:33:53.304 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
93622026-09-11T00:33:54.708Z[ recovery-image] Sep 11 00:33:53.325 INFO O| Sep 11 00:33:53.325 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
93632026-09-11T00:33:54.725Z[ recovery-image] Sep 11 00:33:53.344 INFO O| Sep 11 00:33:53.344 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
93642026-09-11T00:33:54.769Z[ recovery-image] Sep 11 00:33:53.388 INFO O| Sep 11 00:33:53.388 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93652026-09-11T00:33:54.770Z[ recovery-image] Sep 11 00:33:53.388 INFO O| Sep 11 00:33:53.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93662026-09-11T00:33:54.770Z[ recovery-image] Sep 11 00:33:53.388 INFO O| Sep 11 00:33:53.388 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93672026-09-11T00:33:54.785Z[ recovery-image] Sep 11 00:33:53.401 INFO O| Sep 11 00:33:53.401 INFO boot environment UUID: d2e34e9e-6dfb-4a30-8d96-eafb2c0d2749
93682026-09-11T00:33:54.785Z[ recovery-image] Sep 11 00:33:53.401 INFO O| Sep 11 00:33:53.401 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d2e34e9e-6dfb-4a30-8d96-eafb2c0d2749
93692026-09-11T00:33:54.800Z[ recovery-image] Sep 11 00:33:53.420 INFO O| Sep 11 00:33:53.420 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93702026-09-11T00:33:54.819Z[ recovery-image] Sep 11 00:33:53.439 INFO O| Sep 11 00:33:53.438 INFO STEP 0 (create_be) COMPLETE
93712026-09-11T00:33:54.819Z[ recovery-image] Sep 11 00:33:53.439 INFO O| Sep 11 00:33:53.439 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93722026-09-11T00:33:54.836Z[ recovery-image] Sep 11 00:33:53.454 INFO O| Sep 11 00:33:53.454 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"]
93732026-09-11T00:33:57.124Z[verify-libraries] Compiling polar-core v0.27.3
93742026-09-11T00:34:02.695Z[ recovery-image] Sep 11 00:34:01.315 INFO O| Sep 11 00:34:01.315 INFO STEP 1 (unpack_tar) COMPLETE
93752026-09-11T00:34:02.695Z[ recovery-image] Sep 11 00:34:01.315 INFO O| Sep 11 00:34:01.315 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93762026-09-11T00:34:02.715Z[ recovery-image] Sep 11 00:34:01.335 INFO O| Sep 11 00:34:01.335 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93772026-09-11T00:34:04.053Z[ recovery-image] Sep 11 00:34:02.672 INFO O| Sep 11 00:34:02.672 INFO STEP 2 (devfsadm) COMPLETE
93782026-09-11T00:34:04.053Z[ recovery-image] Sep 11 00:34:02.672 INFO O| Sep 11 00:34:02.672 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93792026-09-11T00:34:04.063Z[ recovery-image] Sep 11 00:34:02.683 INFO O| Sep 11 00:34:02.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93802026-09-11T00:34:04.063Z[ recovery-image] Sep 11 00:34:02.683 INFO O| Sep 11 00:34:02.683 INFO STEP 3 (ensure_dir) COMPLETE
93812026-09-11T00:34:04.063Z[ recovery-image] Sep 11 00:34:02.683 INFO O| Sep 11 00:34:02.683 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93822026-09-11T00:34:04.072Z[ recovery-image] Sep 11 00:34:02.692 INFO O| Sep 11 00:34:02.692 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93832026-09-11T00:34:04.073Z[ recovery-image] Sep 11 00:34:02.692 INFO O| Sep 11 00:34:02.692 INFO STEP 4 (ensure_dir) COMPLETE
93842026-09-11T00:34:04.077Z[ recovery-image] Sep 11 00:34:02.692 INFO O| Sep 11 00:34:02.692 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93852026-09-11T00:34:04.091Z[ recovery-image] Sep 11 00:34:02.702 INFO O| Sep 11 00:34:02.702 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93862026-09-11T00:34:04.091Z[ recovery-image] Sep 11 00:34:02.702 INFO O| Sep 11 00:34:02.702 INFO STEP 5 (ensure_dir) COMPLETE
93872026-09-11T00:34:04.091Z[ recovery-image] Sep 11 00:34:02.702 INFO O| Sep 11 00:34:02.702 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93882026-09-11T00:34:04.147Z[ recovery-image] Sep 11 00:34:02.711 INFO O| Sep 11 00:34:02.711 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93892026-09-11T00:34:04.147Z[ recovery-image] Sep 11 00:34:02.711 INFO O| Sep 11 00:34:02.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93902026-09-11T00:34:04.147Z[ recovery-image] Sep 11 00:34:02.711 INFO O| Sep 11 00:34:02.711 INFO STEP 6 (ensure_dir) COMPLETE
93912026-09-11T00:34:04.147Z[ recovery-image] Sep 11 00:34:02.711 INFO O| Sep 11 00:34:02.711 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93922026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.722 INFO O| Sep 11 00:34:02.722 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93932026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.722 INFO O| Sep 11 00:34:02.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93942026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.722 INFO O| Sep 11 00:34:02.722 INFO STEP 7 (ensure_dir) COMPLETE
93952026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.722 INFO O| Sep 11 00:34:02.722 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93962026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.733 INFO O| Sep 11 00:34:02.733 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93972026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.733 INFO O| Sep 11 00:34:02.733 INFO STEP 8 (remove_files) COMPLETE
93982026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.733 INFO O| Sep 11 00:34:02.733 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93992026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.745 INFO O| Sep 11 00:34:02.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
94002026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.745 INFO O| Sep 11 00:34:02.745 INFO STEP 9 (remove_files) COMPLETE
94012026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.745 INFO O| Sep 11 00:34:02.745 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94022026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.756 INFO O| Sep 11 00:34:02.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
94032026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.757 INFO O| Sep 11 00:34:02.757 INFO STEP 10 (remove_files) COMPLETE
94042026-09-11T00:34:04.148Z[ recovery-image] Sep 11 00:34:02.757 INFO O| Sep 11 00:34:02.757 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94052026-09-11T00:34:04.153Z[ recovery-image] Sep 11 00:34:02.766 INFO O| Sep 11 00:34:02.766 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
94062026-09-11T00:34:04.153Z[ recovery-image] Sep 11 00:34:02.767 INFO O| Sep 11 00:34:02.766 INFO STEP 11 (remove_files) COMPLETE
94072026-09-11T00:34:04.153Z[ recovery-image] Sep 11 00:34:02.767 INFO O| Sep 11 00:34:02.767 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94082026-09-11T00:34:04.161Z[ recovery-image] Sep 11 00:34:02.779 INFO O| Sep 11 00:34:02.779 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
94092026-09-11T00:34:04.161Z[ recovery-image] Sep 11 00:34:02.779 INFO O| Sep 11 00:34:02.779 INFO STEP 12 (remove_files) COMPLETE
94102026-09-11T00:34:04.161Z[ recovery-image] Sep 11 00:34:02.779 INFO O| Sep 11 00:34:02.779 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94112026-09-11T00:34:04.172Z[ recovery-image] Sep 11 00:34:02.791 INFO O| Sep 11 00:34:02.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94122026-09-11T00:34:04.173Z[ recovery-image] Sep 11 00:34:02.791 INFO O| Sep 11 00:34:02.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94132026-09-11T00:34:04.179Z[ recovery-image] Sep 11 00:34:02.791 INFO O| Sep 11 00:34:02.791 INFO STEP 13 (ensure_dir) COMPLETE
94142026-09-11T00:34:04.179Z[ recovery-image] Sep 11 00:34:02.791 INFO O| Sep 11 00:34:02.791 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94152026-09-11T00:34:04.187Z[ recovery-image] Sep 11 00:34:02.807 INFO O| Sep 11 00:34:02.807 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94162026-09-11T00:34:04.187Z[ recovery-image] Sep 11 00:34:02.807 INFO O| Sep 11 00:34:02.807 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94172026-09-11T00:34:04.187Z[ recovery-image] Sep 11 00:34:02.807 INFO O| Sep 11 00:34:02.807 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94182026-09-11T00:34:04.191Z[ recovery-image] Sep 11 00:34:02.807 INFO O| Sep 11 00:34:02.807 INFO STEP 14 (ensure_dir) COMPLETE
94192026-09-11T00:34:04.191Z[ recovery-image] Sep 11 00:34:02.807 INFO O| Sep 11 00:34:02.807 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94202026-09-11T00:34:04.203Z[ recovery-image] Sep 11 00:34:02.823 INFO O| Sep 11 00:34:02.823 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94212026-09-11T00:34:04.208Z[ recovery-image] Sep 11 00:34:02.823 INFO O| Sep 11 00:34:02.823 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94222026-09-11T00:34:04.208Z[ recovery-image] Sep 11 00:34:02.823 INFO O| Sep 11 00:34:02.823 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94232026-09-11T00:34:04.209Z[ recovery-image] Sep 11 00:34:02.823 INFO O| Sep 11 00:34:02.823 INFO STEP 15 (ensure_dir) COMPLETE
94242026-09-11T00:34:04.209Z[ recovery-image] Sep 11 00:34:02.823 INFO O| Sep 11 00:34:02.823 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94252026-09-11T00:34:04.215Z[ recovery-image] Sep 11 00:34:02.835 INFO O| Sep 11 00:34:02.835 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94262026-09-11T00:34:04.215Z[ recovery-image] Sep 11 00:34:02.835 INFO O| Sep 11 00:34:02.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94272026-09-11T00:34:04.227Z[ recovery-image] Sep 11 00:34:02.835 INFO O| Sep 11 00:34:02.835 INFO STEP 16 (ensure_dir) COMPLETE
94282026-09-11T00:34:04.227Z[ recovery-image] Sep 11 00:34:02.835 INFO O| Sep 11 00:34:02.835 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94292026-09-11T00:34:04.227Z[ recovery-image] Sep 11 00:34:02.846 INFO O| Sep 11 00:34:02.846 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94302026-09-11T00:34:04.227Z[ recovery-image] Sep 11 00:34:02.846 INFO O| Sep 11 00:34:02.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94312026-09-11T00:34:04.227Z[ recovery-image] Sep 11 00:34:02.846 INFO O| Sep 11 00:34:02.846 INFO STEP 17 (ensure_dir) COMPLETE
94322026-09-11T00:34:04.227Z[ recovery-image] Sep 11 00:34:02.846 INFO O| Sep 11 00:34:02.846 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94332026-09-11T00:34:05.529Z[ recovery-image] Sep 11 00:34:02.857 INFO O| Sep 11 00:34:02.857 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94342026-09-11T00:34:05.529Z[ recovery-image] Sep 11 00:34:02.857 INFO O| Sep 11 00:34:02.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
94352026-09-11T00:34:05.600Z[ recovery-image] Sep 11 00:34:02.857 INFO O| Sep 11 00:34:02.857 INFO ok!
94362026-09-11T00:34:05.600Z[ recovery-image] Sep 11 00:34:02.857 INFO O| Sep 11 00:34:02.857 INFO STEP 18 (ensure_symlink) COMPLETE
94372026-09-11T00:34:05.600Z[ recovery-image] Sep 11 00:34:02.857 INFO O| Sep 11 00:34:02.857 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94382026-09-11T00:34:05.600Z[ recovery-image] Sep 11 00:34:02.871 INFO O| Sep 11 00:34:02.871 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
94392026-09-11T00:34:05.600Z[ recovery-image] Sep 11 00:34:02.871 INFO O| Sep 11 00:34:02.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
94402026-09-11T00:34:05.600Z[ recovery-image] Sep 11 00:34:02.871 INFO O| Sep 11 00:34:02.871 INFO ok!
94412026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.871 INFO O| Sep 11 00:34:02.871 INFO STEP 19 (ensure_file) COMPLETE
94422026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.871 INFO O| Sep 11 00:34:02.871 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94432026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.882 INFO O| Sep 11 00:34:02.882 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
94442026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.882 INFO O| Sep 11 00:34:02.882 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94452026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.882 INFO O| Sep 11 00:34:02.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
94462026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.882 INFO O| Sep 11 00:34:02.882 INFO ok!
94472026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.882 INFO O| Sep 11 00:34:02.882 INFO STEP 20 (ensure_symlink) COMPLETE
94482026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.882 INFO O| Sep 11 00:34:02.882 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94492026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.914 INFO O| Sep 11 00:34:02.914 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
94502026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.914 INFO O| Sep 11 00:34:02.914 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94512026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.914 INFO O| Sep 11 00:34:02.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
94522026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.914 INFO O| Sep 11 00:34:02.914 INFO ok!
94532026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.915 INFO O| Sep 11 00:34:02.914 INFO STEP 21 (ensure_symlink) COMPLETE
94542026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.915 INFO O| Sep 11 00:34:02.915 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94552026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.928 INFO O| Sep 11 00:34:02.928 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
94562026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.928 INFO O| Sep 11 00:34:02.928 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94572026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.928 INFO O| Sep 11 00:34:02.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
94582026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.928 INFO O| Sep 11 00:34:02.928 INFO ok!
94592026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.928 INFO O| Sep 11 00:34:02.928 INFO STEP 22 (ensure_symlink) COMPLETE
94602026-09-11T00:34:05.601Z[ recovery-image] Sep 11 00:34:02.928 INFO O| Sep 11 00:34:02.928 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94612026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.977 INFO O| Sep 11 00:34:02.977 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
94622026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.977 INFO O| Sep 11 00:34:02.977 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94632026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.977 INFO O| Sep 11 00:34:02.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
94642026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.977 INFO O| Sep 11 00:34:02.977 INFO ok!
94652026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.977 INFO O| Sep 11 00:34:02.977 INFO STEP 23 (ensure_symlink) COMPLETE
94662026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.977 INFO O| Sep 11 00:34:02.977 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94672026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.988 INFO O| Sep 11 00:34:02.988 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94682026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.988 INFO O| Sep 11 00:34:02.988 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 ...
94692026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.988 INFO O| Sep 11 00:34:02.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
94702026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.988 INFO O| Sep 11 00:34:02.988 INFO ok!
94712026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.988 INFO O| Sep 11 00:34:02.988 INFO STEP 24 (ensure_file) COMPLETE
94722026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.988 INFO O| Sep 11 00:34:02.988 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94732026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.997 INFO O| Sep 11 00:34:02.997 INFO updating shadow file
94742026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.997 INFO O| Sep 11 00:34:02.997 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94752026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.997 INFO O| Sep 11 00:34:02.997 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94762026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.997 INFO O| Sep 11 00:34:02.997 INFO STEP 25 (shadow) COMPLETE
94772026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:02.997 INFO O| Sep 11 00:34:02.997 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94782026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:03.006 INFO O| Sep 11 00:34:03.006 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
94792026-09-11T00:34:05.602Z[ recovery-image] Sep 11 00:34:03.006 INFO O| Sep 11 00:34:03.006 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
94802026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.006 INFO O| Sep 11 00:34:03.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
94812026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.006 INFO O| Sep 11 00:34:03.006 INFO ok!
94822026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.006 INFO O| Sep 11 00:34:03.006 INFO STEP 26 (ensure_file) COMPLETE
94832026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.006 INFO O| Sep 11 00:34:03.006 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94842026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.015 INFO O| Sep 11 00:34:03.014 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94852026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.015 INFO O| Sep 11 00:34:03.015 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94862026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.015 INFO O| Sep 11 00:34:03.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94872026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.015 INFO O| Sep 11 00:34:03.015 INFO ok!
94882026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.015 INFO O| Sep 11 00:34:03.015 INFO STEP 27 (ensure_file) COMPLETE
94892026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.015 INFO O| Sep 11 00:34:03.015 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94902026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.024 INFO O| Sep 11 00:34:03.024 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94912026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.024 INFO O| Sep 11 00:34:03.024 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94922026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.024 INFO O| Sep 11 00:34:03.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94932026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.024 INFO O| Sep 11 00:34:03.024 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94942026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.024 INFO O| Sep 11 00:34:03.024 INFO ok!
94952026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.024 INFO O| Sep 11 00:34:03.024 INFO STEP 28 (ensure_file) COMPLETE
94962026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.024 INFO O| Sep 11 00:34:03.024 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94972026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.033 INFO O| Sep 11 00:34:03.033 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94982026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.033 INFO O| Sep 11 00:34:03.033 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94992026-09-11T00:34:05.603Z[ recovery-image] Sep 11 00:34:03.033 INFO O| Sep 11 00:34:03.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
95002026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.033 INFO O| Sep 11 00:34:03.033 INFO ok!
95012026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.033 INFO O| Sep 11 00:34:03.033 INFO STEP 29 (ensure_file) COMPLETE
95022026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.033 INFO O| Sep 11 00:34:03.033 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95032026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.042 INFO O| Sep 11 00:34:03.042 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95042026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.042 INFO O| Sep 11 00:34:03.042 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95052026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.042 INFO O| Sep 11 00:34:03.042 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95062026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.042 INFO O| Sep 11 00:34:03.042 INFO STEP 30 (ensure_dir) COMPLETE
95072026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.042 INFO O| Sep 11 00:34:03.042 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95082026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.124 INFO O| Sep 11 00:34:03.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
95092026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.124 INFO O| Sep 11 00:34:03.124 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 ...
95102026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.124 INFO O| Sep 11 00:34:03.124 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
95112026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.124 INFO O| Sep 11 00:34:03.124 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
95122026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.124 INFO O| Sep 11 00:34:03.124 INFO ok!
95132026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.124 INFO O| Sep 11 00:34:03.124 INFO STEP 31 (ensure_file) COMPLETE
95142026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.124 INFO O| Sep 11 00:34:03.124 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95152026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.134 INFO O| Sep 11 00:34:03.134 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95162026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.135 INFO O| Sep 11 00:34:03.135 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95172026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.135 INFO O| Sep 11 00:34:03.135 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95182026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.135 INFO O| Sep 11 00:34:03.135 INFO STEP 32 (ensure_dir) COMPLETE
95192026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.135 INFO O| Sep 11 00:34:03.135 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95202026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.144 INFO O| Sep 11 00:34:03.143 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95212026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.144 INFO O| Sep 11 00:34:03.144 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 ...
95222026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.144 INFO O| Sep 11 00:34:03.144 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
95232026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.144 INFO O| Sep 11 00:34:03.144 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
95242026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.144 INFO O| Sep 11 00:34:03.144 INFO ok!
95252026-09-11T00:34:05.604Z[ recovery-image] Sep 11 00:34:03.144 INFO O| Sep 11 00:34:03.144 INFO STEP 33 (ensure_file) COMPLETE
95262026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.144 INFO O| Sep 11 00:34:03.144 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95272026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.155 INFO O| Sep 11 00:34:03.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
95282026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.155 INFO O| Sep 11 00:34:03.155 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
95292026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.156 INFO O| Sep 11 00:34:03.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
95302026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.156 INFO O| Sep 11 00:34:03.156 INFO ok!
95312026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.156 INFO O| Sep 11 00:34:03.156 INFO STEP 34 (ensure_file) COMPLETE
95322026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.156 INFO O| Sep 11 00:34:03.156 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95332026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.167 INFO O| Sep 11 00:34:03.167 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
95342026-09-11T00:34:05.605Z[ recovery-image] Sep 11 00:34:03.167 INFO O| Sep 11 00:34:03.167 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
95352026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.167 INFO O| Sep 11 00:34:03.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95362026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.167 INFO O| Sep 11 00:34:03.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95372026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.167 INFO O| Sep 11 00:34:03.167 INFO ok!
95382026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.167 INFO O| Sep 11 00:34:03.167 INFO STEP 35 (ensure_file) COMPLETE
95392026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.167 INFO O| Sep 11 00:34:03.167 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95402026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.179 INFO O| Sep 11 00:34:03.179 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
95412026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.179 INFO O| Sep 11 00:34:03.179 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
95422026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.179 INFO O| Sep 11 00:34:03.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
95432026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.179 INFO O| Sep 11 00:34:03.179 INFO ok!
95442026-09-11T00:34:05.663Z[ recovery-image] Sep 11 00:34:03.179 INFO O| Sep 11 00:34:03.179 INFO STEP 36 (ensure_file) COMPLETE
95452026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.179 INFO O| Sep 11 00:34:03.179 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95462026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.191 INFO O| Sep 11 00:34:03.191 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95472026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.191 INFO O| Sep 11 00:34:03.191 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
95482026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.191 INFO O| Sep 11 00:34:03.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
95492026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.191 INFO O| Sep 11 00:34:03.191 INFO ok!
95502026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.191 INFO O| Sep 11 00:34:03.191 INFO STEP 37 (ensure_file) COMPLETE
95512026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.191 INFO O| Sep 11 00:34:03.191 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95522026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.202 INFO O| Sep 11 00:34:03.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
95532026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.202 INFO O| Sep 11 00:34:03.202 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
95542026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.203 INFO O| Sep 11 00:34:03.202 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95552026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.203 INFO O| Sep 11 00:34:03.203 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95562026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.203 INFO O| Sep 11 00:34:03.203 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95572026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.203 INFO O| Sep 11 00:34:03.203 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95582026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.203 INFO O| Sep 11 00:34:03.203 INFO ok!
95592026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.203 INFO O| Sep 11 00:34:03.203 INFO STEP 38 (ensure_file) COMPLETE
95602026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.203 INFO O| Sep 11 00:34:03.203 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95612026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.214 INFO O| Sep 11 00:34:03.214 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95622026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.214 INFO O| Sep 11 00:34:03.214 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95632026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.214 INFO O| Sep 11 00:34:03.214 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95642026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.214 INFO O| Sep 11 00:34:03.214 INFO STEP 39 (ensure_dir) COMPLETE
95652026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.214 INFO O| Sep 11 00:34:03.214 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95662026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.225 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
95672026-09-11T00:34:05.664Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.225 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 ...
95682026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.226 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
95692026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.226 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
95702026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.226 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
95712026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.226 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
95722026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.226 INFO ok!
95732026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.226 INFO STEP 40 (ensure_file) COMPLETE
95742026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.226 INFO O| Sep 11 00:34:03.226 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95752026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.237 INFO O| Sep 11 00:34:03.237 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95762026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.237 INFO O| Sep 11 00:34:03.237 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 ...
95772026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.237 INFO O| Sep 11 00:34:03.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95782026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.237 INFO O| Sep 11 00:34:03.237 INFO ok!
95792026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.237 INFO O| Sep 11 00:34:03.237 INFO STEP 41 (ensure_symlink) COMPLETE
95802026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.237 INFO O| Sep 11 00:34:03.237 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95812026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.249 INFO O| Sep 11 00:34:03.249 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
95822026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.249 INFO O| Sep 11 00:34:03.249 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95832026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.249 INFO O| Sep 11 00:34:03.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95842026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.249 INFO O| Sep 11 00:34:03.249 INFO ok!
95852026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.249 INFO O| Sep 11 00:34:03.249 INFO STEP 42 (ensure_symlink) COMPLETE
95862026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.249 INFO O| Sep 11 00:34:03.249 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95872026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95882026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95892026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95902026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95912026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95922026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95932026-09-11T00:34:05.665Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO ok!
95942026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO STEP 43 (ensure_file) COMPLETE
95952026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.261 INFO O| Sep 11 00:34:03.261 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95962026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.273 INFO O| Sep 11 00:34:03.273 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95972026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.273 INFO O| Sep 11 00:34:03.273 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 ...
95982026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.274 INFO O| Sep 11 00:34:03.274 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
95992026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.274 INFO O| Sep 11 00:34:03.274 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
96002026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.274 INFO O| Sep 11 00:34:03.274 INFO ok!
96012026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.274 INFO O| Sep 11 00:34:03.274 INFO STEP 44 (ensure_file) COMPLETE
96022026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.274 INFO O| Sep 11 00:34:03.274 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96032026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.285 INFO O| Sep 11 00:34:03.285 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
96042026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.285 INFO O| Sep 11 00:34:03.285 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
96052026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.285 INFO O| Sep 11 00:34:03.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
96062026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.285 INFO O| Sep 11 00:34:03.285 INFO ok!
96072026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.285 INFO O| Sep 11 00:34:03.285 INFO STEP 45 (ensure_file) COMPLETE
96082026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.285 INFO O| Sep 11 00:34:03.285 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96092026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.310 INFO O| Sep 11 00:34:03.310 INFO updating shadow file
96102026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.310 INFO O| Sep 11 00:34:03.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
96112026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.310 INFO O| Sep 11 00:34:03.310 INFO STEP 46 (shadow) COMPLETE
96122026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.310 INFO O| Sep 11 00:34:03.310 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96132026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.322 INFO O| Sep 11 00:34:03.322 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
96142026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.322 INFO O| Sep 11 00:34:03.322 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
96152026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.322 INFO O| Sep 11 00:34:03.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96162026-09-11T00:34:05.666Z[ recovery-image] Sep 11 00:34:03.323 INFO O| Sep 11 00:34:03.322 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96172026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.323 INFO O| Sep 11 00:34:03.323 INFO ok!
96182026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.323 INFO O| Sep 11 00:34:03.323 INFO STEP 47 (ensure_file) COMPLETE
96192026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.323 INFO O| Sep 11 00:34:03.323 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96202026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.334 INFO O| Sep 11 00:34:03.334 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
96212026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.334 INFO O| Sep 11 00:34:03.334 INFO STEP 48 (ensure_dir) COMPLETE
96222026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.334 INFO O| Sep 11 00:34:03.334 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96232026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.346 INFO O| Sep 11 00:34:03.345 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96242026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.346 INFO O| Sep 11 00:34:03.346 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96252026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.346 INFO O| Sep 11 00:34:03.346 INFO STEP 49 (ensure_dir) COMPLETE
96262026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.346 INFO O| Sep 11 00:34:03.346 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96272026-09-11T00:34:05.667Z[ recovery-image] Sep 11 00:34:03.373 INFO O| Sep 11 00:34:03.372 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96282026-09-11T00:34:05.668Z[ recovery-image] Sep 11 00:34:03.373 INFO O| Sep 11 00:34:03.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96292026-09-11T00:34:05.668Z[ recovery-image] Sep 11 00:34:03.373 INFO O| Sep 11 00:34:03.373 INFO STEP 50 (ensure_dir) COMPLETE
96302026-09-11T00:34:05.668Z[ recovery-image] Sep 11 00:34:03.373 INFO O| Sep 11 00:34:03.373 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96312026-09-11T00:34:05.668Z[ recovery-image] Sep 11 00:34:03.387 INFO O| Sep 11 00:34:03.387 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
96322026-09-11T00:34:05.668Z[ recovery-image] Sep 11 00:34:03.388 INFO O| Sep 11 00:34:03.387 INFO copying /tmp/.tmpKIaM7w/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
96332026-09-11T00:34:05.668Z[ recovery-image] Sep 11 00:34:03.399 INFO O| Sep 11 00:34:03.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
96342026-09-11T00:34:05.668Z[ recovery-image] Sep 11 00:34:03.399 INFO O| Sep 11 00:34:03.399 INFO ok!
96352026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.399 INFO O| Sep 11 00:34:03.399 INFO STEP 51 (ensure_file) COMPLETE
96362026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.399 INFO O| Sep 11 00:34:03.399 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96372026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.413 INFO O| Sep 11 00:34:03.413 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96382026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.413 INFO O| Sep 11 00:34:03.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96392026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.413 INFO O| Sep 11 00:34:03.413 INFO STEP 52 (ensure_dir) COMPLETE
96402026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.413 INFO O| Sep 11 00:34:03.413 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96412026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.422 INFO O| Sep 11 00:34:03.422 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
96422026-09-11T00:34:05.686Z[ recovery-image] Sep 11 00:34:03.422 INFO O| Sep 11 00:34:03.422 INFO copying /tmp/.tmpKIaM7w/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
96432026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.422 INFO O| Sep 11 00:34:03.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
96442026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.422 INFO O| Sep 11 00:34:03.422 INFO ok!
96452026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.422 INFO O| Sep 11 00:34:03.422 INFO STEP 53 (ensure_file) COMPLETE
96462026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.422 INFO O| Sep 11 00:34:03.422 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96472026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.431 INFO O| Sep 11 00:34:03.431 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96482026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.431 INFO O| Sep 11 00:34:03.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96492026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.431 INFO O| Sep 11 00:34:03.431 INFO STEP 54 (ensure_dir) COMPLETE
96502026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.431 INFO O| Sep 11 00:34:03.431 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96512026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.440 INFO O| Sep 11 00:34:03.440 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
96522026-09-11T00:34:05.687Z[ recovery-image] Sep 11 00:34:03.440 INFO O| Sep 11 00:34:03.440 INFO copying /tmp/.tmpKIaM7w/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
96532026-09-11T00:34:05.687Z[ host-image] Sep 11 00:34:03.651 INFO O| seeding SMF database...
96542026-09-11T00:34:05.687Z[verify-libraries] Compiling oso v0.27.3
96552026-09-11T00:34:10.310Z[ recovery-image] Sep 11 00:34:05.531 INFO O| Sep 11 00:34:05.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
96562026-09-11T00:34:10.310Z[ recovery-image] Sep 11 00:34:05.531 INFO O| Sep 11 00:34:05.531 INFO ok!
96572026-09-11T00:34:10.310Z[ recovery-image] Sep 11 00:34:05.531 INFO O| Sep 11 00:34:05.531 INFO STEP 55 (ensure_file) COMPLETE
96582026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:05.531 INFO O| Sep 11 00:34:05.531 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96592026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:05.542 INFO O| Sep 11 00:34:05.542 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
96602026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:05.542 INFO O| Sep 11 00:34:05.542 INFO copying /tmp/.tmpKIaM7w/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
96612026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.497 INFO O| Sep 11 00:34:07.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
96622026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.497 INFO O| Sep 11 00:34:07.497 INFO ok!
96632026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.497 INFO O| Sep 11 00:34:07.497 INFO STEP 56 (ensure_file) COMPLETE
96642026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.497 INFO O| Sep 11 00:34:07.497 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96652026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.507 INFO O| Sep 11 00:34:07.507 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96662026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.507 INFO O| Sep 11 00:34:07.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96672026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.507 INFO O| Sep 11 00:34:07.507 INFO STEP 57 (ensure_dir) COMPLETE
96682026-09-11T00:34:10.646Z[ recovery-image] Sep 11 00:34:07.507 INFO O| Sep 11 00:34:07.507 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96692026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.515 INFO O| Sep 11 00:34:07.515 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96702026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.515 INFO O| Sep 11 00:34:07.515 INFO copying /tmp/.tmpKIaM7w/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 ...
96712026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.515 INFO O| Sep 11 00:34:07.515 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
96722026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.515 INFO O| Sep 11 00:34:07.515 INFO ok!
96732026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.515 INFO O| Sep 11 00:34:07.515 INFO STEP 58 (ensure_file) COMPLETE
96742026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.515 INFO O| Sep 11 00:34:07.515 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96752026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.522 INFO O| Sep 11 00:34:07.522 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96762026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.522 INFO O| Sep 11 00:34:07.522 INFO copying /tmp/.tmpKIaM7w/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 ...
96772026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.522 INFO O| Sep 11 00:34:07.522 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
96782026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.522 INFO O| Sep 11 00:34:07.522 INFO ok!
96792026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.522 INFO O| Sep 11 00:34:07.522 INFO STEP 59 (ensure_file) COMPLETE
96802026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.522 INFO O| Sep 11 00:34:07.522 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96812026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.530 INFO O| Sep 11 00:34:07.530 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96822026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.530 INFO O| Sep 11 00:34:07.530 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96832026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.530 INFO O| Sep 11 00:34:07.530 INFO STEP 60 (ensure_dir) COMPLETE
96842026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.530 INFO O| Sep 11 00:34:07.530 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96852026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.538 INFO O| Sep 11 00:34:07.538 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96862026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.538 INFO O| Sep 11 00:34:07.538 INFO copying /tmp/.tmpKIaM7w/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 ...
96872026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.538 INFO O| Sep 11 00:34:07.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96882026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.538 INFO O| Sep 11 00:34:07.538 INFO ok!
96892026-09-11T00:34:10.647Z[ recovery-image] Sep 11 00:34:07.538 INFO O| Sep 11 00:34:07.538 INFO STEP 61 (ensure_file) COMPLETE
96902026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.538 INFO O| Sep 11 00:34:07.538 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96912026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.547 INFO O| Sep 11 00:34:07.546 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96922026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.547 INFO O| Sep 11 00:34:07.547 INFO copying /tmp/.tmpKIaM7w/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 ...
96932026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.547 INFO O| Sep 11 00:34:07.547 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
96942026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.547 INFO O| Sep 11 00:34:07.547 INFO ok!
96952026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.547 INFO O| Sep 11 00:34:07.547 INFO STEP 62 (ensure_file) COMPLETE
96962026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.547 INFO O| Sep 11 00:34:07.547 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96972026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.555 INFO O| Sep 11 00:34:07.554 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96982026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.555 INFO O| Sep 11 00:34:07.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96992026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.555 INFO O| Sep 11 00:34:07.555 INFO STEP 63 (ensure_dir) COMPLETE
97002026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.555 INFO O| Sep 11 00:34:07.555 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97012026-09-11T00:34:10.648Z[ recovery-image] Sep 11 00:34:07.565 INFO O| Sep 11 00:34:07.565 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97022026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.565 INFO O| Sep 11 00:34:07.565 INFO copying /tmp/.tmpKIaM7w/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 ...
97032026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.565 INFO O| Sep 11 00:34:07.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97042026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.565 INFO O| Sep 11 00:34:07.565 INFO ok!
97052026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.565 INFO O| Sep 11 00:34:07.565 INFO STEP 64 (ensure_file) COMPLETE
97062026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.565 INFO O| Sep 11 00:34:07.565 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97072026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.575 INFO O| Sep 11 00:34:07.575 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
97082026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.575 INFO O| Sep 11 00:34:07.575 INFO copying /tmp/.tmpKIaM7w/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
97092026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.575 INFO O| Sep 11 00:34:07.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
97102026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.575 INFO O| Sep 11 00:34:07.575 INFO ok!
97112026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.575 INFO O| Sep 11 00:34:07.575 INFO STEP 65 (ensure_file) COMPLETE
97122026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.575 INFO O| Sep 11 00:34:07.575 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97132026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.585 INFO O| Sep 11 00:34:07.585 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
97142026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.585 INFO O| Sep 11 00:34:07.585 INFO STEP 66 (ensure_dir) COMPLETE
97152026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.585 INFO O| Sep 11 00:34:07.585 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97162026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.594 INFO O| Sep 11 00:34:07.594 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
97172026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.594 INFO O| Sep 11 00:34:07.594 INFO STEP 67 (ensure_dir) COMPLETE
97182026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.594 INFO O| Sep 11 00:34:07.594 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97192026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.602 INFO O| Sep 11 00:34:07.602 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
97202026-09-11T00:34:10.649Z[ recovery-image] Sep 11 00:34:07.602 INFO O| Sep 11 00:34:07.602 INFO STEP 68 (ensure_dir) COMPLETE
97212026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.602 INFO O| Sep 11 00:34:07.602 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97222026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.610 INFO O| Sep 11 00:34:07.610 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
97232026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.610 INFO O| Sep 11 00:34:07.610 INFO STEP 69 (ensure_dir) COMPLETE
97242026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.610 INFO O| Sep 11 00:34:07.610 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97252026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.618 INFO O| Sep 11 00:34:07.617 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
97262026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.618 INFO O| Sep 11 00:34:07.618 INFO copying /tmp/.tmpKIaM7w/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
97272026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.618 INFO O| Sep 11 00:34:07.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
97282026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.618 INFO O| Sep 11 00:34:07.618 INFO ok!
97292026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.618 INFO O| Sep 11 00:34:07.618 INFO STEP 70 (ensure_file) COMPLETE
97302026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.618 INFO O| Sep 11 00:34:07.618 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97312026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.626 INFO O| Sep 11 00:34:07.626 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
97322026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.626 INFO O| Sep 11 00:34:07.626 INFO STEP 71 (remove_files) COMPLETE
97332026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.626 INFO O| Sep 11 00:34:07.626 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97342026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.633 INFO O| Sep 11 00:34:07.633 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
97352026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.634 INFO O| Sep 11 00:34:07.634 INFO STEP 72 (remove_files) COMPLETE
97362026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.634 INFO O| Sep 11 00:34:07.634 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97372026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.642 INFO O| Sep 11 00:34:07.642 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
97382026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.642 INFO O| Sep 11 00:34:07.642 INFO STEP 73 (remove_files) COMPLETE
97392026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.642 INFO O| Sep 11 00:34:07.642 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97402026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.650 INFO O| Sep 11 00:34:07.650 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
97412026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.650 INFO O| Sep 11 00:34:07.650 INFO STEP 74 (remove_files) COMPLETE
97422026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.650 INFO O| Sep 11 00:34:07.650 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97432026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.659 INFO O| Sep 11 00:34:07.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
97442026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.659 INFO O| Sep 11 00:34:07.659 INFO STEP 75 (remove_files) COMPLETE
97452026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.659 INFO O| Sep 11 00:34:07.659 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97462026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.668 INFO O| Sep 11 00:34:07.668 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
97472026-09-11T00:34:10.650Z[ recovery-image] Sep 11 00:34:07.669 INFO O| Sep 11 00:34:07.668 INFO STEP 76 (remove_files) COMPLETE
97482026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.669 INFO O| Sep 11 00:34:07.669 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97492026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.677 INFO O| Sep 11 00:34:07.677 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
97502026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.677 INFO O| Sep 11 00:34:07.677 INFO STEP 77 (remove_files) COMPLETE
97512026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.677 INFO O| Sep 11 00:34:07.677 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97522026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.686 INFO O| Sep 11 00:34:07.686 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
97532026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.686 INFO O| Sep 11 00:34:07.686 INFO STEP 78 (remove_files) COMPLETE
97542026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.686 INFO O| Sep 11 00:34:07.686 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97552026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.697 INFO O| Sep 11 00:34:07.696 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
97562026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.697 INFO O| Sep 11 00:34:07.697 INFO STEP 79 (remove_files) COMPLETE
97572026-09-11T00:34:10.651Z[ recovery-image] Sep 11 00:34:07.697 INFO O| Sep 11 00:34:07.697 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97582026-09-11T00:34:10.667Z[ recovery-image] Sep 11 00:34:07.706 INFO O| Sep 11 00:34:07.706 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
97592026-09-11T00:34:10.667Z[ recovery-image] Sep 11 00:34:07.706 INFO O| Sep 11 00:34:07.706 INFO STEP 80 (remove_files) COMPLETE
97602026-09-11T00:34:10.667Z[ recovery-image] Sep 11 00:34:07.706 INFO O| Sep 11 00:34:07.706 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612026-09-11T00:34:10.667Z[ recovery-image] Sep 11 00:34:07.716 INFO O| Sep 11 00:34:07.716 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
97622026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.716 INFO O| Sep 11 00:34:07.716 INFO STEP 81 (remove_files) COMPLETE
97632026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.716 INFO O| Sep 11 00:34:07.716 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.726 INFO O| Sep 11 00:34:07.726 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
97652026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.726 INFO O| Sep 11 00:34:07.726 INFO STEP 82 (remove_files) COMPLETE
97662026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.726 INFO O| Sep 11 00:34:07.726 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.735 INFO O| Sep 11 00:34:07.735 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
97682026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.735 INFO O| Sep 11 00:34:07.735 INFO STEP 83 (remove_files) COMPLETE
97692026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.735 INFO O| Sep 11 00:34:07.735 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.745 INFO O| Sep 11 00:34:07.745 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
97712026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.745 INFO O| Sep 11 00:34:07.745 INFO STEP 84 (remove_files) COMPLETE
97722026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.745 INFO O| Sep 11 00:34:07.745 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.754 INFO O| Sep 11 00:34:07.754 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
97742026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.754 INFO O| Sep 11 00:34:07.754 INFO STEP 85 (remove_files) COMPLETE
97752026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.754 INFO O| Sep 11 00:34:07.754 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.763 INFO O| Sep 11 00:34:07.763 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
97772026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.763 INFO O| Sep 11 00:34:07.763 INFO STEP 86 (remove_files) COMPLETE
97782026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.763 INFO O| Sep 11 00:34:07.763 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.772 INFO O| Sep 11 00:34:07.772 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97802026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.772 INFO O| Sep 11 00:34:07.772 INFO STEP 87 (remove_files) COMPLETE
97812026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.772 INFO O| Sep 11 00:34:07.772 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.781 INFO O| Sep 11 00:34:07.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97832026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.781 INFO O| Sep 11 00:34:07.781 INFO STEP 88 (remove_files) COMPLETE
97842026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.781 INFO O| Sep 11 00:34:07.781 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.788 INFO O| Sep 11 00:34:07.788 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97862026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.788 INFO O| Sep 11 00:34:07.788 INFO STEP 89 (remove_files) COMPLETE
97872026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.788 INFO O| Sep 11 00:34:07.788 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.796 INFO O| Sep 11 00:34:07.796 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97892026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.797 INFO O| Sep 11 00:34:07.796 INFO STEP 90 (remove_files) COMPLETE
97902026-09-11T00:34:10.668Z[ recovery-image] Sep 11 00:34:07.797 INFO O| Sep 11 00:34:07.797 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.805 INFO O| Sep 11 00:34:07.805 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97922026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.805 INFO O| Sep 11 00:34:07.805 INFO STEP 91 (remove_files) COMPLETE
97932026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.805 INFO O| Sep 11 00:34:07.805 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.814 INFO O| Sep 11 00:34:07.814 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97952026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.814 INFO O| Sep 11 00:34:07.814 INFO STEP 92 (remove_files) COMPLETE
97962026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.814 INFO O| Sep 11 00:34:07.814 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.824 INFO O| Sep 11 00:34:07.824 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97982026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.824 INFO O| Sep 11 00:34:07.824 INFO STEP 93 (remove_files) COMPLETE
97992026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.824 INFO O| Sep 11 00:34:07.824 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002026-09-11T00:34:10.669Z[ recovery-image] Sep 11 00:34:07.833 INFO O| Sep 11 00:34:07.833 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
98012026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.834 INFO O| Sep 11 00:34:07.833 INFO STEP 94 (remove_files) COMPLETE
98022026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.834 INFO O| Sep 11 00:34:07.834 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.845 INFO O| Sep 11 00:34:07.845 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
98042026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.845 INFO O| Sep 11 00:34:07.845 INFO STEP 95 (remove_files) COMPLETE
98052026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.845 INFO O| Sep 11 00:34:07.845 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.911 INFO O| Sep 11 00:34:07.911 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
98072026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.911 INFO O| Sep 11 00:34:07.911 INFO STEP 96 (remove_files) COMPLETE
98082026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.911 INFO O| Sep 11 00:34:07.911 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.923 INFO O| Sep 11 00:34:07.923 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
98102026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.923 INFO O| Sep 11 00:34:07.923 INFO STEP 97 (remove_files) COMPLETE
98112026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.923 INFO O| Sep 11 00:34:07.923 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.935 INFO O| Sep 11 00:34:07.935 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
98132026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.935 INFO O| Sep 11 00:34:07.935 INFO STEP 98 (remove_files) COMPLETE
98142026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.935 INFO O| Sep 11 00:34:07.935 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.946 INFO O| Sep 11 00:34:07.946 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
98162026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.946 INFO O| Sep 11 00:34:07.946 INFO STEP 99 (remove_files) COMPLETE
98172026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.946 INFO O| Sep 11 00:34:07.946 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
98182026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.963 INFO O| Sep 11 00:34:07.963 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
98192026-09-11T00:34:10.670Z[ recovery-image] Sep 11 00:34:07.963 INFO O| Sep 11 00:34:07.963 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98202026-09-11T00:34:10.671Z[ host-image] Sep 11 00:34:09.183 INFO O| configuring SMF profile...
98212026-09-11T00:34:10.671Z[ host-image] Sep 11 00:34:09.183 INFO O| modifying shadow(5)...
98222026-09-11T00:34:10.671Z[ host-image] Sep 11 00:34:09.183 INFO O| loading user and group database...
98232026-09-11T00:34:10.671Z[ host-image] Sep 11 00:34:09.183 INFO O| loading facet selections...
98242026-09-11T00:34:10.948Z[ host-image] Sep 11 00:34:09.568 INFO O| devel -> true
98252026-09-11T00:34:10.948Z[ host-image] Sep 11 00:34:09.568 INFO O| doc.man -> true
98262026-09-11T00:34:10.949Z[ host-image] Sep 11 00:34:09.568 INFO O| version-lock.shell/ksh93 -> true
98272026-09-11T00:34:10.954Z[ host-image] Sep 11 00:34:09.568 INFO O| version-lock.system/data/hardware-registry -> true
98282026-09-11T00:34:10.954Z[ host-image] Sep 11 00:34:09.568 INFO O| version-lock.system/data/zoneinfo -> true
98292026-09-11T00:34:10.954Z[ host-image] Sep 11 00:34:09.568 INFO O| version-lock.system/microcode/amd -> true
98302026-09-11T00:34:10.954Z[ host-image] Sep 11 00:34:09.568 INFO O| version-lock.system/microcode/intel -> true
98312026-09-11T00:34:10.954Z[ host-image] Sep 11 00:34:09.568 INFO O| version-lock.system/microcode/oxide -> true
98322026-09-11T00:34:10.954Z[ host-image] Sep 11 00:34:09.568 INFO O| assessing packaged files...
98332026-09-11T00:34:12.013Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
98342026-09-11T00:34:12.571Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
98352026-09-11T00:34:13.077Z[ host-image] Sep 11 00:34:11.696 INFO O| creating archive...
98362026-09-11T00:34:13.100Z[ host-image] Sep 11 00:34:11.719 INFO O| missing from packaging:
98372026-09-11T00:34:13.100Z[ host-image] Sep 11 00:34:11.719 INFO O| "etc/.pwd.lock"
98382026-09-11T00:34:13.100Z[ host-image] Sep 11 00:34:11.719 INFO O| "etc/bash"
98392026-09-11T00:34:13.110Z[ host-image] Sep 11 00:34:11.724 INFO O| "etc/svc/profile/generic.xml"
98402026-09-11T00:34:13.115Z[ host-image] Sep 11 00:34:11.724 INFO O| "etc/svc/profile/inetd_services.xml"
98412026-09-11T00:34:13.115Z[ host-image] Sep 11 00:34:11.724 INFO O| "etc/svc/profile/name_service.xml"
98422026-09-11T00:34:13.115Z[ host-image] Sep 11 00:34:11.724 INFO O| "etc/svc/profile/platform.xml"
98432026-09-11T00:34:13.116Z[ host-image] Sep 11 00:34:11.724 INFO O| "etc/svc/profile/platform_omicron1.xml"
98442026-09-11T00:34:13.116Z[ host-image] Sep 11 00:34:11.724 INFO O| "etc/svc/repository.db"
98452026-09-11T00:34:13.116Z[ host-image] Sep 11 00:34:11.731 INFO O| "opt/ooce/share"
98462026-09-11T00:34:13.116Z[ host-image] Sep 11 00:34:11.731 INFO O| "opt/ooce/share/man"
98472026-09-11T00:34:13.116Z[ host-image] Sep 11 00:34:11.731 INFO O| "opt/ooce/share/man/man1"
98482026-09-11T00:34:13.121Z[ host-image] Sep 11 00:34:11.741 INFO O| finishing archive...
98492026-09-11T00:34:14.177Z[ recovery-image] Sep 11 00:34:12.795 INFO O| Sep 11 00:34:12.795 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
98502026-09-11T00:34:14.177Z[ recovery-image] Sep 11 00:34:12.795 INFO O| Sep 11 00:34:12.795 INFO E| svccfg: Loaded 69 smf(7) service descriptions
98512026-09-11T00:34:14.189Z[ recovery-image] Sep 11 00:34:12.809 INFO O| Sep 11 00:34:12.808 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
98522026-09-11T00:34:14.292Z[ recovery-image] Sep 11 00:34:12.911 INFO O| Sep 11 00:34:12.911 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
98532026-09-11T00:34:14.351Z[ recovery-image] Sep 11 00:34:12.968 INFO O| Sep 11 00:34:12.968 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
98542026-09-11T00:34:14.415Z[ recovery-image] Sep 11 00:34:13.034 INFO O| Sep 11 00:34:13.034 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
98552026-09-11T00:34:14.415Z[ recovery-image] Sep 11 00:34:13.034 INFO O| Sep 11 00:34:13.034 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 ...
98562026-09-11T00:34:14.421Z[ recovery-image] Sep 11 00:34:13.035 INFO O| Sep 11 00:34:13.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
98572026-09-11T00:34:14.421Z[ recovery-image] Sep 11 00:34:13.035 INFO O| Sep 11 00:34:13.035 INFO ok!
98582026-09-11T00:34:14.421Z[ recovery-image] Sep 11 00:34:13.035 INFO O| Sep 11 00:34:13.035 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
98592026-09-11T00:34:14.421Z[ recovery-image] Sep 11 00:34:13.035 INFO O| Sep 11 00:34:13.035 INFO STEP 100 (seed_smf) COMPLETE
98602026-09-11T00:34:14.421Z[ recovery-image] Sep 11 00:34:13.035 INFO O| Sep 11 00:34:13.035 INFO steps complete; finalising image!
98612026-09-11T00:34:14.421Z[ recovery-image] Sep 11 00:34:13.035 INFO O| Sep 11 00:34:13.035 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
98622026-09-11T00:34:14.486Z[ recovery-image] Sep 11 00:34:13.105 INFO O| Sep 11 00:34:13.105 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Sep 11 00:34:13 2026)
98632026-09-11T00:34:14.691Z[ recovery-image] Sep 11 00:34:13.311 INFO O| Sep 11 00:34:13.311 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Fri Sep 11 00:34:13 2026)
98642026-09-11T00:34:14.898Z[ recovery-image] Sep 11 00:34:13.517 INFO O| Sep 11 00:34:13.517 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98652026-09-11T00:34:15.105Z[ recovery-image] Sep 11 00:34:13.724 INFO O| Sep 11 00:34:13.723 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98662026-09-11T00:34:15.312Z[ recovery-image] Sep 11 00:34:13.930 INFO O| Sep 11 00:34:13.930 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98672026-09-11T00:34:15.517Z[ recovery-image] Sep 11 00:34:14.136 INFO O| Sep 11 00:34:14.136 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98682026-09-11T00:34:15.722Z[ recovery-image] Sep 11 00:34:14.342 INFO O| Sep 11 00:34:14.342 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98692026-09-11T00:34:15.763Z[ host-image] Sep 11 00:34:14.381 INFO O| creating gzonly manifest...
98702026-09-11T00:34:15.768Z[ host-image] Sep 11 00:34:14.388 INFO O| ok
98712026-09-11T00:34:15.904Z[ host-image] Sep 11 00:34:14.523 INFO image builder template: ramdisk-02-trim...
98722026-09-11T00:34:15.904Z[ host-image] Sep 11 00:34:14.523 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/.tmpKIaM7w/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
98732026-09-11T00:34:15.932Z[ host-image] Sep 11 00:34:14.547 INFO O| Sep 11 00:34:14.547 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98742026-09-11T00:34:15.937Z[ recovery-image] Sep 11 00:34:14.547 INFO O| Sep 11 00:34:14.547 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98752026-09-11T00:34:15.937Z[ host-image] Sep 11 00:34:14.552 INFO O| Sep 11 00:34:14.552 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98762026-09-11T00:34:16.135Z[ recovery-image] Sep 11 00:34:14.754 INFO O| Sep 11 00:34:14.754 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98772026-09-11T00:34:16.340Z[ recovery-image] Sep 11 00:34:14.960 INFO O| Sep 11 00:34:14.960 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 00:34:13 2026)
98782026-09-11T00:34:16.549Z[ recovery-image] Sep 11 00:34:15.167 INFO O| Sep 11 00:34:15.167 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 11 00:34:13 2026)
98792026-09-11T00:34:16.775Z[ recovery-image] Sep 11 00:34:15.392 INFO O| Sep 11 00:34:15.391 INFO temporary pool has 464M used, 1.30G avail, 1.00x compressratio
98802026-09-11T00:34:16.775Z[ recovery-image] Sep 11 00:34:15.392 INFO O| Sep 11 00:34:15.391 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
98812026-09-11T00:34:16.837Z[ host-image] Sep 11 00:34:15.456 INFO O| Sep 11 00:34:15.456 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
98822026-09-11T00:34:16.964Z[ host-image] Sep 11 00:34:15.580 INFO O| Sep 11 00:34:15.580 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
98832026-09-11T00:34:16.964Z[ host-image] Sep 11 00:34:15.580 INFO O| Sep 11 00:34:15.580 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
98842026-09-11T00:34:16.969Z[ host-image] Sep 11 00:34:15.585 INFO O| Sep 11 00:34:15.585 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98852026-09-11T00:34:16.974Z[ host-image] Sep 11 00:34:15.589 INFO O| Sep 11 00:34:15.589 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
98862026-09-11T00:34:16.982Z[ host-image] Sep 11 00:34:15.594 INFO O| Sep 11 00:34:15.594 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
98872026-09-11T00:34:17.647Z[ recovery-image] Sep 11 00:34:16.267 INFO O| Sep 11 00:34:16.267 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
98882026-09-11T00:34:17.647Z[ recovery-image] Sep 11 00:34:16.267 INFO O| Sep 11 00:34:16.267 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
98892026-09-11T00:34:17.790Z[ host-image] Sep 11 00:34:16.410 INFO O| Sep 11 00:34:16.410 INFO rolled back to input snapshot; work may begin
98902026-09-11T00:34:17.790Z[ host-image] Sep 11 00:34:16.410 INFO O| Sep 11 00:34:16.410 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98912026-09-11T00:34:17.796Z[ host-image] Sep 11 00:34:16.416 INFO O| Sep 11 00:34:16.416 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98922026-09-11T00:34:17.810Z[ host-image] Sep 11 00:34:16.429 INFO O| Sep 11 00:34:16.429 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98932026-09-11T00:34:17.862Z[ host-image] Sep 11 00:34:16.474 INFO O| Sep 11 00:34:16.474 INFO STEP 0 (remove_files) COMPLETE
98942026-09-11T00:34:17.862Z[ host-image] Sep 11 00:34:16.474 INFO O| Sep 11 00:34:16.474 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98952026-09-11T00:34:17.869Z[ host-image] Sep 11 00:34:16.487 INFO O| Sep 11 00:34:16.487 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98962026-09-11T00:34:17.874Z[ host-image] Sep 11 00:34:16.489 INFO O| Sep 11 00:34:16.489 INFO STEP 1 (remove_files) COMPLETE
98972026-09-11T00:34:17.874Z[ host-image] Sep 11 00:34:16.489 INFO O| Sep 11 00:34:16.489 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98982026-09-11T00:34:17.883Z[ host-image] Sep 11 00:34:16.500 INFO O| Sep 11 00:34:16.500 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98992026-09-11T00:34:17.900Z[ host-image] Sep 11 00:34:16.517 INFO O| Sep 11 00:34:16.517 INFO STEP 2 (remove_files) COMPLETE
99002026-09-11T00:34:17.900Z[ host-image] Sep 11 00:34:16.517 INFO O| Sep 11 00:34:16.517 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99012026-09-11T00:34:17.909Z[ host-image] Sep 11 00:34:16.528 INFO O| Sep 11 00:34:16.528 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
99022026-09-11T00:34:17.916Z[ host-image] Sep 11 00:34:16.530 INFO O| Sep 11 00:34:16.530 INFO STEP 3 (remove_files) COMPLETE
99032026-09-11T00:34:17.916Z[ host-image] Sep 11 00:34:16.530 INFO O| Sep 11 00:34:16.530 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-11T00:34:17.922Z[ host-image] Sep 11 00:34:16.540 INFO O| Sep 11 00:34:16.540 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
99052026-09-11T00:34:17.927Z[ host-image] Sep 11 00:34:16.543 INFO O| Sep 11 00:34:16.543 INFO STEP 4 (remove_files) COMPLETE
99062026-09-11T00:34:17.927Z[ host-image] Sep 11 00:34:16.543 INFO O| Sep 11 00:34:16.543 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-11T00:34:17.934Z[ host-image] Sep 11 00:34:16.554 INFO O| Sep 11 00:34:16.554 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
99082026-09-11T00:34:17.940Z[ host-image] Sep 11 00:34:16.556 INFO O| Sep 11 00:34:16.556 INFO STEP 5 (remove_files) COMPLETE
99092026-09-11T00:34:17.940Z[ host-image] Sep 11 00:34:16.556 INFO O| Sep 11 00:34:16.556 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-11T00:34:17.949Z[ host-image] Sep 11 00:34:16.567 INFO O| Sep 11 00:34:16.567 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
99112026-09-11T00:34:17.980Z[ host-image] Sep 11 00:34:16.599 INFO O| Sep 11 00:34:16.599 INFO STEP 6 (remove_files) COMPLETE
99122026-09-11T00:34:17.980Z[ host-image] Sep 11 00:34:16.599 INFO O| Sep 11 00:34:16.599 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99132026-09-11T00:34:17.985Z[ host-image] Sep 11 00:34:16.599 INFO O| Sep 11 00:34:16.599 INFO skip step because feature "heliosv2" is not enabled
99142026-09-11T00:34:17.985Z[ host-image] Sep 11 00:34:16.599 INFO O| Sep 11 00:34:16.599 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99152026-09-11T00:34:18.009Z[ host-image] Sep 11 00:34:16.629 INFO O| Sep 11 00:34:16.629 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
99162026-09-11T00:34:18.023Z[ host-image] Sep 11 00:34:16.642 INFO O| Sep 11 00:34:16.642 INFO STEP 8 (remove_files) COMPLETE
99172026-09-11T00:34:18.023Z[ host-image] Sep 11 00:34:16.642 INFO O| Sep 11 00:34:16.642 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99182026-09-11T00:34:18.037Z[ host-image] Sep 11 00:34:16.657 INFO O| Sep 11 00:34:16.654 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
99192026-09-11T00:34:18.113Z[ host-image] Sep 11 00:34:16.733 INFO O| Sep 11 00:34:16.732 INFO STEP 9 (remove_files) COMPLETE
99202026-09-11T00:34:18.113Z[ host-image] Sep 11 00:34:16.733 INFO O| Sep 11 00:34:16.733 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99212026-09-11T00:34:18.179Z[ host-image] Sep 11 00:34:16.797 INFO O| Sep 11 00:34:16.797 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
99222026-09-11T00:34:18.251Z[ host-image] Sep 11 00:34:16.870 INFO O| Sep 11 00:34:16.870 INFO STEP 10 (remove_files) COMPLETE
99232026-09-11T00:34:18.251Z[ host-image] Sep 11 00:34:16.870 INFO O| Sep 11 00:34:16.870 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99242026-09-11T00:34:18.263Z[ host-image] Sep 11 00:34:16.882 INFO O| Sep 11 00:34:16.882 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
99252026-09-11T00:34:18.267Z[ host-image] Sep 11 00:34:16.885 INFO O| Sep 11 00:34:16.885 INFO STEP 11 (remove_files) COMPLETE
99262026-09-11T00:34:18.267Z[ host-image] Sep 11 00:34:16.885 INFO O| Sep 11 00:34:16.885 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99272026-09-11T00:34:18.277Z[ host-image] Sep 11 00:34:16.896 INFO O| Sep 11 00:34:16.896 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
99282026-09-11T00:34:18.282Z[ host-image] Sep 11 00:34:16.897 INFO O| Sep 11 00:34:16.897 INFO STEP 12 (remove_files) COMPLETE
99292026-09-11T00:34:18.283Z[ host-image] Sep 11 00:34:16.897 INFO O| Sep 11 00:34:16.897 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99302026-09-11T00:34:18.327Z[ host-image] Sep 11 00:34:16.947 INFO O| Sep 11 00:34:16.947 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
99312026-09-11T00:34:18.332Z[ host-image] Sep 11 00:34:16.948 INFO O| Sep 11 00:34:16.948 INFO STEP 13 (remove_files) COMPLETE
99322026-09-11T00:34:18.332Z[ host-image] Sep 11 00:34:16.948 INFO O| Sep 11 00:34:16.948 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99332026-09-11T00:34:18.348Z[ host-image] Sep 11 00:34:16.967 INFO O| Sep 11 00:34:16.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
99342026-09-11T00:34:18.348Z[ host-image] Sep 11 00:34:16.967 INFO O| Sep 11 00:34:16.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
99352026-09-11T00:34:18.353Z[ host-image] Sep 11 00:34:16.967 INFO O| Sep 11 00:34:16.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
99362026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.967 INFO O| Sep 11 00:34:16.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
99372026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.967 INFO O| Sep 11 00:34:16.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
99382026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
99392026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
99402026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
99412026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
99422026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
99432026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
99442026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
99452026-09-11T00:34:18.354Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
99462026-09-11T00:34:18.355Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
99472026-09-11T00:34:18.355Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
99482026-09-11T00:34:18.355Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
99492026-09-11T00:34:18.355Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
99502026-09-11T00:34:18.355Z[ host-image] Sep 11 00:34:16.968 INFO O| Sep 11 00:34:16.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
99512026-09-11T00:34:18.724Z[ host-image] Sep 11 00:34:17.306 INFO O| Sep 11 00:34:17.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
99522026-09-11T00:34:18.739Z[ host-image] Sep 11 00:34:17.311 INFO O| Sep 11 00:34:17.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
99532026-09-11T00:34:18.739Z[ host-image] Sep 11 00:34:17.343 INFO O| Sep 11 00:34:17.343 INFO STEP 14 (remove_files) COMPLETE
99542026-09-11T00:34:18.739Z[ host-image] Sep 11 00:34:17.343 INFO O| Sep 11 00:34:17.343 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99552026-09-11T00:34:18.760Z[ host-image] Sep 11 00:34:17.356 INFO O| Sep 11 00:34:17.356 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
99562026-09-11T00:34:18.760Z[ host-image] Sep 11 00:34:17.358 INFO O| Sep 11 00:34:17.358 INFO STEP 15 (remove_files) COMPLETE
99572026-09-11T00:34:18.760Z[ host-image] Sep 11 00:34:17.358 INFO O| Sep 11 00:34:17.358 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99582026-09-11T00:34:18.765Z[ host-image] Sep 11 00:34:17.371 INFO O| Sep 11 00:34:17.371 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
99592026-09-11T00:34:18.765Z[ host-image] Sep 11 00:34:17.376 INFO O| Sep 11 00:34:17.376 INFO STEP 16 (remove_files) COMPLETE
99602026-09-11T00:34:18.765Z[ host-image] Sep 11 00:34:17.376 INFO O| Sep 11 00:34:17.376 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99612026-09-11T00:34:18.774Z[ host-image] Sep 11 00:34:17.390 INFO O| Sep 11 00:34:17.390 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
99622026-09-11T00:34:18.785Z[ host-image] Sep 11 00:34:17.390 INFO O| Sep 11 00:34:17.390 INFO STEP 17 (remove_files) COMPLETE
99632026-09-11T00:34:18.785Z[ host-image] Sep 11 00:34:17.391 INFO O| Sep 11 00:34:17.391 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99642026-09-11T00:34:18.791Z[ host-image] Sep 11 00:34:17.403 INFO O| Sep 11 00:34:17.403 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
99652026-09-11T00:34:18.791Z[ host-image] Sep 11 00:34:17.404 INFO O| Sep 11 00:34:17.404 INFO STEP 18 (remove_files) COMPLETE
99662026-09-11T00:34:18.791Z[ host-image] Sep 11 00:34:17.404 INFO O| Sep 11 00:34:17.404 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99672026-09-11T00:34:18.798Z[ host-image] Sep 11 00:34:17.417 INFO O| Sep 11 00:34:17.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
99682026-09-11T00:34:18.804Z[ host-image] Sep 11 00:34:17.417 INFO O| Sep 11 00:34:17.417 INFO STEP 19 (remove_files) COMPLETE
99692026-09-11T00:34:18.804Z[ host-image] Sep 11 00:34:17.417 INFO O| Sep 11 00:34:17.417 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99702026-09-11T00:34:18.810Z[ host-image] Sep 11 00:34:17.429 INFO O| Sep 11 00:34:17.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
99712026-09-11T00:34:18.810Z[ host-image] Sep 11 00:34:17.429 INFO O| Sep 11 00:34:17.429 INFO STEP 20 (remove_files) COMPLETE
99722026-09-11T00:34:18.810Z[ host-image] Sep 11 00:34:17.429 INFO O| Sep 11 00:34:17.429 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99732026-09-11T00:34:18.827Z[ host-image] Sep 11 00:34:17.441 INFO O| Sep 11 00:34:17.440 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
99742026-09-11T00:34:18.827Z[ host-image] Sep 11 00:34:17.441 INFO O| Sep 11 00:34:17.441 INFO STEP 21 (remove_files) COMPLETE
99752026-09-11T00:34:18.832Z[ host-image] Sep 11 00:34:17.441 INFO O| Sep 11 00:34:17.441 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99762026-09-11T00:34:18.835Z[ host-image] Sep 11 00:34:17.452 INFO O| Sep 11 00:34:17.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
99772026-09-11T00:34:18.836Z[ host-image] Sep 11 00:34:17.452 INFO O| Sep 11 00:34:17.452 INFO STEP 22 (remove_files) COMPLETE
99782026-09-11T00:34:18.836Z[ host-image] Sep 11 00:34:17.452 INFO O| Sep 11 00:34:17.452 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99792026-09-11T00:34:18.843Z[ host-image] Sep 11 00:34:17.462 INFO O| Sep 11 00:34:17.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
99802026-09-11T00:34:18.843Z[ host-image] Sep 11 00:34:17.463 INFO O| Sep 11 00:34:17.463 INFO STEP 23 (remove_files) COMPLETE
99812026-09-11T00:34:18.848Z[ host-image] Sep 11 00:34:17.463 INFO O| Sep 11 00:34:17.463 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99822026-09-11T00:34:18.853Z[ host-image] Sep 11 00:34:17.473 INFO O| Sep 11 00:34:17.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
99832026-09-11T00:34:18.858Z[ host-image] Sep 11 00:34:17.473 INFO O| Sep 11 00:34:17.473 INFO STEP 24 (remove_files) COMPLETE
99842026-09-11T00:34:18.858Z[ host-image] Sep 11 00:34:17.473 INFO O| Sep 11 00:34:17.473 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99852026-09-11T00:34:18.865Z[ host-image] Sep 11 00:34:17.484 INFO O| Sep 11 00:34:17.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99862026-09-11T00:34:18.865Z[ host-image] Sep 11 00:34:17.484 INFO O| Sep 11 00:34:17.484 INFO STEP 25 (remove_files) COMPLETE
99872026-09-11T00:34:18.875Z[ host-image] Sep 11 00:34:17.484 INFO O| Sep 11 00:34:17.484 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99882026-09-11T00:34:18.879Z[ host-image] Sep 11 00:34:17.496 INFO O| Sep 11 00:34:17.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99892026-09-11T00:34:18.879Z[ host-image] Sep 11 00:34:17.496 INFO O| Sep 11 00:34:17.496 INFO STEP 26 (remove_files) COMPLETE
99902026-09-11T00:34:18.879Z[ host-image] Sep 11 00:34:17.496 INFO O| Sep 11 00:34:17.496 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99912026-09-11T00:34:18.888Z[ host-image] Sep 11 00:34:17.507 INFO O| Sep 11 00:34:17.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99922026-09-11T00:34:18.888Z[ host-image] Sep 11 00:34:17.507 INFO O| Sep 11 00:34:17.507 INFO STEP 27 (remove_files) COMPLETE
99932026-09-11T00:34:18.891Z[ host-image] Sep 11 00:34:17.507 INFO O| Sep 11 00:34:17.507 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99942026-09-11T00:34:18.901Z[ host-image] Sep 11 00:34:17.519 INFO O| Sep 11 00:34:17.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99952026-09-11T00:34:18.901Z[ host-image] Sep 11 00:34:17.519 INFO O| Sep 11 00:34:17.519 INFO STEP 28 (remove_files) COMPLETE
99962026-09-11T00:34:18.901Z[ host-image] Sep 11 00:34:17.519 INFO O| Sep 11 00:34:17.519 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99972026-09-11T00:34:18.914Z[ host-image] Sep 11 00:34:17.531 INFO O| Sep 11 00:34:17.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99982026-09-11T00:34:18.915Z[ host-image] Sep 11 00:34:17.531 INFO O| Sep 11 00:34:17.531 INFO STEP 29 (remove_files) COMPLETE
99992026-09-11T00:34:18.915Z[ host-image] Sep 11 00:34:17.531 INFO O| Sep 11 00:34:17.531 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100002026-09-11T00:34:18.927Z[ host-image] Sep 11 00:34:17.542 INFO O| Sep 11 00:34:17.542 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
100012026-09-11T00:34:18.928Z[ host-image] Sep 11 00:34:17.542 INFO O| Sep 11 00:34:17.542 INFO STEP 30 (remove_files) COMPLETE
100022026-09-11T00:34:18.928Z[ host-image] Sep 11 00:34:17.542 INFO O| Sep 11 00:34:17.542 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100032026-09-11T00:34:18.943Z[ host-image] Sep 11 00:34:17.554 INFO O| Sep 11 00:34:17.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
100042026-09-11T00:34:18.943Z[ host-image] Sep 11 00:34:17.554 INFO O| Sep 11 00:34:17.554 INFO STEP 31 (remove_files) COMPLETE
100052026-09-11T00:34:18.943Z[ host-image] Sep 11 00:34:17.554 INFO O| Sep 11 00:34:17.554 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100062026-09-11T00:34:18.951Z[ host-image] Sep 11 00:34:17.565 INFO O| Sep 11 00:34:17.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
100072026-09-11T00:34:18.951Z[ host-image] Sep 11 00:34:17.566 INFO O| Sep 11 00:34:17.566 INFO STEP 32 (remove_files) COMPLETE
100082026-09-11T00:34:18.951Z[ host-image] Sep 11 00:34:17.566 INFO O| Sep 11 00:34:17.566 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100092026-09-11T00:34:18.960Z[ host-image] Sep 11 00:34:17.578 INFO O| Sep 11 00:34:17.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
100102026-09-11T00:34:18.960Z[ host-image] Sep 11 00:34:17.578 INFO O| Sep 11 00:34:17.578 INFO STEP 33 (remove_files) COMPLETE
100112026-09-11T00:34:18.960Z[ host-image] Sep 11 00:34:17.578 INFO O| Sep 11 00:34:17.578 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100122026-09-11T00:34:18.972Z[ host-image] Sep 11 00:34:17.590 INFO O| Sep 11 00:34:17.590 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
100132026-09-11T00:34:18.973Z[ host-image] Sep 11 00:34:17.590 INFO O| Sep 11 00:34:17.590 INFO STEP 34 (remove_files) COMPLETE
100142026-09-11T00:34:18.977Z[ host-image] Sep 11 00:34:17.590 INFO O| Sep 11 00:34:17.590 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100152026-09-11T00:34:18.988Z[ host-image] Sep 11 00:34:17.604 INFO O| Sep 11 00:34:17.604 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
100162026-09-11T00:34:18.988Z[ host-image] Sep 11 00:34:17.604 INFO O| Sep 11 00:34:17.604 INFO STEP 35 (remove_files) COMPLETE
100172026-09-11T00:34:18.988Z[ host-image] Sep 11 00:34:17.604 INFO O| Sep 11 00:34:17.604 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100182026-09-11T00:34:18.995Z[ host-image] Sep 11 00:34:17.615 INFO O| Sep 11 00:34:17.615 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
100192026-09-11T00:34:18.996Z[ host-image] Sep 11 00:34:17.616 INFO O| Sep 11 00:34:17.616 INFO STEP 36 (remove_files) COMPLETE
100202026-09-11T00:34:18.996Z[ host-image] Sep 11 00:34:17.616 INFO O| Sep 11 00:34:17.616 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100212026-09-11T00:34:19.008Z[ host-image] Sep 11 00:34:17.627 INFO O| Sep 11 00:34:17.627 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
100222026-09-11T00:34:19.008Z[ host-image] Sep 11 00:34:17.627 INFO O| Sep 11 00:34:17.627 INFO STEP 37 (remove_files) COMPLETE
100232026-09-11T00:34:19.013Z[ host-image] Sep 11 00:34:17.627 INFO O| Sep 11 00:34:17.627 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100242026-09-11T00:34:19.048Z[ host-image] Sep 11 00:34:17.663 INFO O| Sep 11 00:34:17.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
100252026-09-11T00:34:19.048Z[ host-image] Sep 11 00:34:17.663 INFO O| Sep 11 00:34:17.663 INFO STEP 38 (remove_files) COMPLETE
100262026-09-11T00:34:19.054Z[ host-image] Sep 11 00:34:17.663 INFO O| Sep 11 00:34:17.663 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100272026-09-11T00:34:19.062Z[ host-image] Sep 11 00:34:17.673 INFO O| Sep 11 00:34:17.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
100282026-09-11T00:34:19.062Z[ host-image] Sep 11 00:34:17.673 INFO O| Sep 11 00:34:17.673 INFO STEP 39 (remove_files) COMPLETE
100292026-09-11T00:34:19.062Z[ host-image] Sep 11 00:34:17.673 INFO O| Sep 11 00:34:17.673 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100302026-09-11T00:34:19.068Z[ host-image] Sep 11 00:34:17.683 INFO O| Sep 11 00:34:17.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
100312026-09-11T00:34:19.068Z[ host-image] Sep 11 00:34:17.683 INFO O| Sep 11 00:34:17.683 INFO STEP 40 (remove_files) COMPLETE
100322026-09-11T00:34:19.068Z[ host-image] Sep 11 00:34:17.683 INFO O| Sep 11 00:34:17.683 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100332026-09-11T00:34:19.074Z[ host-image] Sep 11 00:34:17.693 INFO O| Sep 11 00:34:17.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
100342026-09-11T00:34:19.074Z[ host-image] Sep 11 00:34:17.693 INFO O| Sep 11 00:34:17.693 INFO STEP 41 (remove_files) COMPLETE
100352026-09-11T00:34:19.074Z[ host-image] Sep 11 00:34:17.693 INFO O| Sep 11 00:34:17.693 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100362026-09-11T00:34:19.083Z[ host-image] Sep 11 00:34:17.703 INFO O| Sep 11 00:34:17.703 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
100372026-09-11T00:34:19.083Z[ host-image] Sep 11 00:34:17.703 INFO O| Sep 11 00:34:17.703 INFO STEP 42 (remove_files) COMPLETE
100382026-09-11T00:34:19.091Z[ host-image] Sep 11 00:34:17.703 INFO O| Sep 11 00:34:17.703 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100392026-09-11T00:34:19.096Z[ host-image] Sep 11 00:34:17.713 INFO O| Sep 11 00:34:17.712 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
100402026-09-11T00:34:19.096Z[ host-image] Sep 11 00:34:17.713 INFO O| Sep 11 00:34:17.713 INFO STEP 43 (remove_files) COMPLETE
100412026-09-11T00:34:19.096Z[ host-image] Sep 11 00:34:17.713 INFO O| Sep 11 00:34:17.713 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100422026-09-11T00:34:19.103Z[ host-image] Sep 11 00:34:17.722 INFO O| Sep 11 00:34:17.722 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
100432026-09-11T00:34:19.103Z[ host-image] Sep 11 00:34:17.722 INFO O| Sep 11 00:34:17.722 INFO STEP 44 (remove_files) COMPLETE
100442026-09-11T00:34:19.110Z[ host-image] Sep 11 00:34:17.722 INFO O| Sep 11 00:34:17.722 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100452026-09-11T00:34:19.142Z[ host-image] Sep 11 00:34:17.761 INFO O| Sep 11 00:34:17.760 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
100462026-09-11T00:34:19.142Z[ host-image] Sep 11 00:34:17.761 INFO O| Sep 11 00:34:17.760 INFO STEP 45 (remove_files) COMPLETE
100472026-09-11T00:34:19.146Z[ host-image] Sep 11 00:34:17.761 INFO O| Sep 11 00:34:17.760 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100482026-09-11T00:34:19.183Z[ host-image] Sep 11 00:34:17.802 INFO O| Sep 11 00:34:17.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
100492026-09-11T00:34:19.183Z[ host-image] Sep 11 00:34:17.802 INFO O| Sep 11 00:34:17.802 INFO STEP 46 (remove_files) COMPLETE
100502026-09-11T00:34:19.183Z[ host-image] Sep 11 00:34:17.802 INFO O| Sep 11 00:34:17.802 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100512026-09-11T00:34:19.197Z[ host-image] Sep 11 00:34:17.814 INFO O| Sep 11 00:34:17.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
100522026-09-11T00:34:19.197Z[ host-image] Sep 11 00:34:17.814 INFO O| Sep 11 00:34:17.814 INFO STEP 47 (remove_files) COMPLETE
100532026-09-11T00:34:19.197Z[ host-image] Sep 11 00:34:17.814 INFO O| Sep 11 00:34:17.814 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100542026-09-11T00:34:19.212Z[ host-image] Sep 11 00:34:17.832 INFO O| Sep 11 00:34:17.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
100552026-09-11T00:34:19.217Z[ host-image] Sep 11 00:34:17.832 INFO O| Sep 11 00:34:17.832 INFO STEP 48 (remove_files) COMPLETE
100562026-09-11T00:34:19.217Z[ host-image] Sep 11 00:34:17.832 INFO O| Sep 11 00:34:17.832 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100572026-09-11T00:34:19.224Z[ host-image] Sep 11 00:34:17.843 INFO O| Sep 11 00:34:17.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
100582026-09-11T00:34:19.224Z[ host-image] Sep 11 00:34:17.844 INFO O| Sep 11 00:34:17.844 INFO STEP 49 (remove_files) COMPLETE
100592026-09-11T00:34:19.227Z[ host-image] Sep 11 00:34:17.844 INFO O| Sep 11 00:34:17.844 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100602026-09-11T00:34:19.235Z[ host-image] Sep 11 00:34:17.856 INFO O| Sep 11 00:34:17.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
100612026-09-11T00:34:19.236Z[ host-image] Sep 11 00:34:17.856 INFO O| Sep 11 00:34:17.856 INFO STEP 50 (remove_files) COMPLETE
100622026-09-11T00:34:19.239Z[ host-image] Sep 11 00:34:17.856 INFO O| Sep 11 00:34:17.856 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100632026-09-11T00:34:19.247Z[ host-image] Sep 11 00:34:17.866 INFO O| Sep 11 00:34:17.866 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
100642026-09-11T00:34:19.247Z[ host-image] Sep 11 00:34:17.866 INFO O| Sep 11 00:34:17.866 INFO STEP 51 (remove_files) COMPLETE
100652026-09-11T00:34:19.248Z[ host-image] Sep 11 00:34:17.866 INFO O| Sep 11 00:34:17.866 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100662026-09-11T00:34:19.271Z[ host-image] Sep 11 00:34:17.889 INFO O| Sep 11 00:34:17.889 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
100672026-09-11T00:34:19.271Z[ host-image] Sep 11 00:34:17.889 INFO O| Sep 11 00:34:17.889 INFO STEP 52 (remove_files) COMPLETE
100682026-09-11T00:34:19.271Z[ host-image] Sep 11 00:34:17.889 INFO O| Sep 11 00:34:17.889 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100692026-09-11T00:34:19.285Z[ host-image] Sep 11 00:34:17.902 INFO O| Sep 11 00:34:17.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
100702026-09-11T00:34:19.285Z[ host-image] Sep 11 00:34:17.903 INFO O| Sep 11 00:34:17.903 INFO STEP 53 (remove_files) COMPLETE
100712026-09-11T00:34:19.285Z[ host-image] Sep 11 00:34:17.903 INFO O| Sep 11 00:34:17.903 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100722026-09-11T00:34:19.293Z[ host-image] Sep 11 00:34:17.913 INFO O| Sep 11 00:34:17.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
100732026-09-11T00:34:19.294Z[ host-image] Sep 11 00:34:17.913 INFO O| Sep 11 00:34:17.913 INFO STEP 54 (remove_files) COMPLETE
100742026-09-11T00:34:19.298Z[ host-image] Sep 11 00:34:17.913 INFO O| Sep 11 00:34:17.913 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100752026-09-11T00:34:19.303Z[ host-image] Sep 11 00:34:17.923 INFO O| Sep 11 00:34:17.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
100762026-09-11T00:34:19.303Z[ host-image] Sep 11 00:34:17.923 INFO O| Sep 11 00:34:17.923 INFO STEP 55 (remove_files) COMPLETE
100772026-09-11T00:34:19.306Z[ host-image] Sep 11 00:34:17.923 INFO O| Sep 11 00:34:17.923 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100782026-09-11T00:34:19.312Z[ host-image] Sep 11 00:34:17.932 INFO O| Sep 11 00:34:17.932 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
100792026-09-11T00:34:19.313Z[ host-image] Sep 11 00:34:17.932 INFO O| Sep 11 00:34:17.932 INFO STEP 56 (remove_files) COMPLETE
100802026-09-11T00:34:19.313Z[ host-image] Sep 11 00:34:17.932 INFO O| Sep 11 00:34:17.932 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100812026-09-11T00:34:19.321Z[ host-image] Sep 11 00:34:17.941 INFO O| Sep 11 00:34:17.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
100822026-09-11T00:34:19.321Z[ host-image] Sep 11 00:34:17.941 INFO O| Sep 11 00:34:17.941 INFO STEP 57 (remove_files) COMPLETE
100832026-09-11T00:34:19.321Z[ host-image] Sep 11 00:34:17.941 INFO O| Sep 11 00:34:17.941 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100842026-09-11T00:34:19.330Z[ host-image] Sep 11 00:34:17.950 INFO O| Sep 11 00:34:17.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100852026-09-11T00:34:19.330Z[ host-image] Sep 11 00:34:17.950 INFO O| Sep 11 00:34:17.950 INFO STEP 58 (remove_files) COMPLETE
100862026-09-11T00:34:19.330Z[ host-image] Sep 11 00:34:17.950 INFO O| Sep 11 00:34:17.950 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100872026-09-11T00:34:19.341Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100882026-09-11T00:34:19.341Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100892026-09-11T00:34:19.341Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100902026-09-11T00:34:19.346Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100912026-09-11T00:34:19.346Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100922026-09-11T00:34:19.346Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100932026-09-11T00:34:19.346Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO ok!
100942026-09-11T00:34:19.346Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO STEP 59 (ensure_file) COMPLETE
100952026-09-11T00:34:19.346Z[ host-image] Sep 11 00:34:17.959 INFO O| Sep 11 00:34:17.959 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100962026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100972026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100982026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100992026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101002026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101012026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101022026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO ok!
101032026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO STEP 60 (ensure_file) COMPLETE
101042026-09-11T00:34:19.352Z[ host-image] Sep 11 00:34:17.969 INFO O| Sep 11 00:34:17.969 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101052026-09-11T00:34:19.360Z[ host-image] Sep 11 00:34:17.979 INFO O| Sep 11 00:34:17.979 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
101062026-09-11T00:34:19.360Z[ host-image] Sep 11 00:34:17.979 INFO O| Sep 11 00:34:17.979 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
101072026-09-11T00:34:19.364Z[ host-image] Sep 11 00:34:17.980 INFO O| Sep 11 00:34:17.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
101082026-09-11T00:34:19.365Z[ host-image] Sep 11 00:34:17.980 INFO O| Sep 11 00:34:17.980 INFO ok!
101092026-09-11T00:34:19.365Z[ host-image] Sep 11 00:34:17.980 INFO O| Sep 11 00:34:17.980 INFO STEP 61 (ensure_file) COMPLETE
101102026-09-11T00:34:19.365Z[ host-image] Sep 11 00:34:17.980 INFO O| Sep 11 00:34:17.980 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101112026-09-11T00:34:19.370Z[ host-image] Sep 11 00:34:17.990 INFO O| Sep 11 00:34:17.990 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
101122026-09-11T00:34:19.371Z[ host-image] Sep 11 00:34:17.990 INFO O| Sep 11 00:34:17.990 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
101132026-09-11T00:34:19.377Z[ host-image] Sep 11 00:34:17.990 INFO O| Sep 11 00:34:17.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
101142026-09-11T00:34:19.377Z[ host-image] Sep 11 00:34:17.990 INFO O| Sep 11 00:34:17.990 INFO ok!
101152026-09-11T00:34:19.377Z[ host-image] Sep 11 00:34:17.990 INFO O| Sep 11 00:34:17.990 INFO STEP 62 (ensure_file) COMPLETE
101162026-09-11T00:34:19.377Z[ host-image] Sep 11 00:34:17.990 INFO O| Sep 11 00:34:17.990 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101172026-09-11T00:34:19.381Z[ host-image] Sep 11 00:34:18.001 INFO O| Sep 11 00:34:18.001 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
101182026-09-11T00:34:19.381Z[ host-image] Sep 11 00:34:18.001 INFO O| Sep 11 00:34:18.001 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
101192026-09-11T00:34:19.381Z[ host-image] Sep 11 00:34:18.001 INFO O| Sep 11 00:34:18.001 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101202026-09-11T00:34:19.382Z[ host-image] Sep 11 00:34:18.001 INFO O| Sep 11 00:34:18.001 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101212026-09-11T00:34:19.382Z[ host-image] Sep 11 00:34:18.001 INFO O| Sep 11 00:34:18.001 INFO ok!
101222026-09-11T00:34:19.386Z[ host-image] Sep 11 00:34:18.001 INFO O| Sep 11 00:34:18.001 INFO STEP 63 (ensure_file) COMPLETE
101232026-09-11T00:34:19.387Z[ host-image] Sep 11 00:34:18.001 INFO O| Sep 11 00:34:18.001 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101242026-09-11T00:34:19.392Z[ host-image] Sep 11 00:34:18.012 INFO O| Sep 11 00:34:18.012 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
101252026-09-11T00:34:19.392Z[ host-image] Sep 11 00:34:18.012 INFO O| Sep 11 00:34:18.012 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
101262026-09-11T00:34:19.399Z[ host-image] Sep 11 00:34:18.012 INFO O| Sep 11 00:34:18.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101272026-09-11T00:34:19.399Z[ host-image] Sep 11 00:34:18.012 INFO O| Sep 11 00:34:18.012 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101282026-09-11T00:34:19.399Z[ host-image] Sep 11 00:34:18.012 INFO O| Sep 11 00:34:18.012 INFO ok!
101292026-09-11T00:34:19.399Z[ host-image] Sep 11 00:34:18.012 INFO O| Sep 11 00:34:18.012 INFO STEP 64 (ensure_file) COMPLETE
101302026-09-11T00:34:19.399Z[ host-image] Sep 11 00:34:18.012 INFO O| Sep 11 00:34:18.012 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101312026-09-11T00:34:19.403Z[ host-image] Sep 11 00:34:18.023 INFO O| Sep 11 00:34:18.023 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
101322026-09-11T00:34:19.403Z[ host-image] Sep 11 00:34:18.023 INFO O| Sep 11 00:34:18.023 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
101332026-09-11T00:34:19.408Z[ host-image] Sep 11 00:34:18.023 INFO O| Sep 11 00:34:18.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101342026-09-11T00:34:19.408Z[ host-image] Sep 11 00:34:18.023 INFO O| Sep 11 00:34:18.023 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101352026-09-11T00:34:19.408Z[ host-image] Sep 11 00:34:18.023 INFO O| Sep 11 00:34:18.023 INFO ok!
101362026-09-11T00:34:19.408Z[ host-image] Sep 11 00:34:18.023 INFO O| Sep 11 00:34:18.023 INFO STEP 65 (ensure_file) COMPLETE
101372026-09-11T00:34:19.409Z[ host-image] Sep 11 00:34:18.023 INFO O| Sep 11 00:34:18.023 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101382026-09-11T00:34:19.413Z[ host-image] Sep 11 00:34:18.033 INFO O| Sep 11 00:34:18.033 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
101392026-09-11T00:34:19.413Z[ host-image] Sep 11 00:34:18.033 INFO O| Sep 11 00:34:18.033 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
101402026-09-11T00:34:19.413Z[ host-image] Sep 11 00:34:18.033 INFO O| Sep 11 00:34:18.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
101412026-09-11T00:34:19.417Z[ host-image] Sep 11 00:34:18.033 INFO O| Sep 11 00:34:18.033 INFO ok!
101422026-09-11T00:34:19.417Z[ host-image] Sep 11 00:34:18.033 INFO O| Sep 11 00:34:18.033 INFO STEP 66 (assemble_files) COMPLETE
101432026-09-11T00:34:19.417Z[ host-image] Sep 11 00:34:18.033 INFO O| Sep 11 00:34:18.033 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101442026-09-11T00:34:19.423Z[ host-image] Sep 11 00:34:18.043 INFO O| Sep 11 00:34:18.043 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
101452026-09-11T00:34:19.423Z[ host-image] Sep 11 00:34:18.043 INFO O| Sep 11 00:34:18.043 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
101462026-09-11T00:34:19.428Z[ host-image] Sep 11 00:34:18.043 INFO O| Sep 11 00:34:18.043 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101472026-09-11T00:34:19.428Z[ host-image] Sep 11 00:34:18.043 INFO O| Sep 11 00:34:18.043 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101482026-09-11T00:34:19.429Z[ host-image] Sep 11 00:34:18.043 INFO O| Sep 11 00:34:18.043 INFO ok!
101492026-09-11T00:34:19.429Z[ host-image] Sep 11 00:34:18.043 INFO O| Sep 11 00:34:18.043 INFO STEP 67 (ensure_file) COMPLETE
101502026-09-11T00:34:19.429Z[ host-image] Sep 11 00:34:18.043 INFO O| Sep 11 00:34:18.043 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101512026-09-11T00:34:19.433Z[ host-image] Sep 11 00:34:18.053 INFO O| Sep 11 00:34:18.052 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101522026-09-11T00:34:19.433Z[ host-image] Sep 11 00:34:18.053 INFO O| Sep 11 00:34:18.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101532026-09-11T00:34:19.433Z[ host-image] Sep 11 00:34:18.053 INFO O| Sep 11 00:34:18.053 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101542026-09-11T00:34:19.437Z[ host-image] Sep 11 00:34:18.053 INFO O| Sep 11 00:34:18.053 INFO STEP 68 (ensure_dir) COMPLETE
101552026-09-11T00:34:19.438Z[ host-image] Sep 11 00:34:18.053 INFO O| Sep 11 00:34:18.053 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101562026-09-11T00:34:19.444Z[ host-image] Sep 11 00:34:18.063 INFO O| Sep 11 00:34:18.063 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
101572026-09-11T00:34:19.444Z[ host-image] Sep 11 00:34:18.063 INFO O| Sep 11 00:34:18.063 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 ...
101582026-09-11T00:34:19.456Z[ host-image] Sep 11 00:34:18.075 INFO O| Sep 11 00:34:18.075 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
101592026-09-11T00:34:19.456Z[ host-image] Sep 11 00:34:18.075 INFO O| Sep 11 00:34:18.075 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
101602026-09-11T00:34:19.460Z[ host-image] Sep 11 00:34:18.075 INFO O| Sep 11 00:34:18.075 INFO ok!
101612026-09-11T00:34:19.460Z[ host-image] Sep 11 00:34:18.075 INFO O| Sep 11 00:34:18.075 INFO STEP 69 (ensure_file) COMPLETE
101622026-09-11T00:34:19.460Z[ host-image] Sep 11 00:34:18.075 INFO O| Sep 11 00:34:18.075 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101632026-09-11T00:34:19.468Z[ host-image] Sep 11 00:34:18.085 INFO O| Sep 11 00:34:18.085 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
101642026-09-11T00:34:19.469Z[ host-image] Sep 11 00:34:18.086 INFO O| Sep 11 00:34:18.085 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 ...
101652026-09-11T00:34:19.469Z[ host-image] Sep 11 00:34:18.086 INFO O| Sep 11 00:34:18.086 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
101662026-09-11T00:34:19.474Z[ host-image] Sep 11 00:34:18.086 INFO O| Sep 11 00:34:18.086 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
101672026-09-11T00:34:19.474Z[ host-image] Sep 11 00:34:18.086 INFO O| Sep 11 00:34:18.086 INFO ok!
101682026-09-11T00:34:19.474Z[ host-image] Sep 11 00:34:18.086 INFO O| Sep 11 00:34:18.086 INFO STEP 70 (ensure_file) COMPLETE
101692026-09-11T00:34:19.474Z[ host-image] Sep 11 00:34:18.086 INFO O| Sep 11 00:34:18.086 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101702026-09-11T00:34:19.482Z[ host-image] Sep 11 00:34:18.101 INFO O| Sep 11 00:34:18.101 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
101712026-09-11T00:34:19.482Z[ host-image] Sep 11 00:34:18.101 INFO O| Sep 11 00:34:18.101 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
101722026-09-11T00:34:20.539Z[ recovery-image] Sep 11 00:34:19.148 INFO O| Sep 11 00:34:19.148 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
101732026-09-11T00:34:20.539Z[ recovery-image] Sep 11 00:34:19.149 INFO O| Sep 11 00:34:19.148 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
101742026-09-11T00:34:20.539Z[ recovery-image] Sep 11 00:34:19.149 INFO O| Sep 11 00:34:19.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
101752026-09-11T00:34:20.539Z[ recovery-image] Sep 11 00:34:19.149 INFO O| Sep 11 00:34:19.148 INFO completed processing sled/zfs-recovery
101762026-09-11T00:34:20.539Z[ recovery-image] Sep 11 00:34:19.149 INFO O| Sep 11 00:34:19.148 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
101772026-09-11T00:34:21.301Z[ host-image] Sep 11 00:34:19.918 INFO O| Sep 11 00:34:19.918 INFO STEP 71 (pack_tar) COMPLETE
101782026-09-11T00:34:21.301Z[ host-image] Sep 11 00:34:19.918 INFO O| Sep 11 00:34:19.918 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
101792026-09-11T00:34:21.301Z[ host-image] Sep 11 00:34:19.918 INFO O| Sep 11 00:34:19.918 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
101802026-09-11T00:34:21.685Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101812026-09-11T00:34:22.752Z[ host-image] Sep 11 00:34:21.371 INFO O| Sep 11 00:34:21.371 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
101822026-09-11T00:34:23.111Z[ host-image] Sep 11 00:34:21.731 INFO O| Sep 11 00:34:21.731 INFO completed processing sled/ramdisk-02-trim
101832026-09-11T00:34:23.115Z[ host-image] Sep 11 00:34:21.733 INFO image builder template: zfs...
101842026-09-11T00:34:23.115Z[ host-image] Sep 11 00:34:21.733 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/.tmpKIaM7w/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
101852026-09-11T00:34:23.129Z[ host-image] Sep 11 00:34:21.748 INFO O| Sep 11 00:34:21.747 INFO skip include "stress" because feature "stress" is not enabled
101862026-09-11T00:34:23.129Z[ host-image] Sep 11 00:34:21.748 INFO O| Sep 11 00:34:21.747 INFO skip include "stress" because feature "compliance" is not enabled
101872026-09-11T00:34:23.165Z[ host-image] Sep 11 00:34:21.782 INFO O| Sep 11 00:34:21.782 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101882026-09-11T00:34:23.169Z[ host-image] Sep 11 00:34:21.787 INFO O| Sep 11 00:34:21.787 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101892026-09-11T00:34:23.187Z[ recovery-image] Sep 11 00:34:21.804 INFO O| Sep 11 00:34:21.804 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
101902026-09-11T00:34:23.246Z[ host-image] Sep 11 00:34:21.863 INFO O| Sep 11 00:34:21.863 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101912026-09-11T00:34:23.290Z[ recovery-image] Sep 11 00:34:21.909 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
101922026-09-11T00:34:23.290Z[ recovery-image] Sep 11 00:34:21.909 INFO expanded image name: "recovery c494933/${os_short_commit} 2026-09-11 00:19" -> "recovery c494933/0a8e320 2026-09-11 00:19"
101932026-09-11T00:34:23.290Z[ recovery-image] Sep 11 00:34:21.909 INFO output artefacts stored in: "/work/os-recovery"
101942026-09-11T00:34:23.295Z[ recovery-image] Sep 11 00:34:21.909 INFO collecting git info from project "pilot"...
101952026-09-11T00:34:23.301Z[ recovery-image] Sep 11 00:34:21.920 INFO collecting git info from project "pinprick"...
101962026-09-11T00:34:23.310Z[ recovery-image] Sep 11 00:34:21.928 INFO collecting git info from project "amd-firmware"...
101972026-09-11T00:34:23.325Z[ host-image] Sep 11 00:34:21.945 INFO O| Sep 11 00:34:21.945 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101982026-09-11T00:34:23.325Z[ host-image] Sep 11 00:34:21.945 INFO O| Sep 11 00:34:21.945 INFO work dataset: rpool/images/build/host/work/sled/zfs
101992026-09-11T00:34:23.335Z[ host-image] Sep 11 00:34:21.950 INFO O| Sep 11 00:34:21.950 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
102002026-09-11T00:34:23.480Z[ host-image] Sep 11 00:34:22.099 INFO O| Sep 11 00:34:22.099 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
102012026-09-11T00:34:23.623Z[ host-image] Sep 11 00:34:22.240 INFO O| Sep 11 00:34:22.240 INFO DESTROY POOL: TEMPORARY-sled-zfs
102022026-09-11T00:34:23.634Z[ host-image] Sep 11 00:34:22.251 INFO O| Sep 11 00:34:22.251 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
102032026-09-11T00:34:23.639Z[ host-image] Sep 11 00:34:22.256 INFO O| Sep 11 00:34:22.256 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
102042026-09-11T00:34:23.640Z[ host-image] Sep 11 00:34:22.256 INFO O| Sep 11 00:34:22.256 INFO no lofi found
102052026-09-11T00:34:23.640Z[ host-image] Sep 11 00:34:22.256 INFO O| Sep 11 00:34:22.256 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
102062026-09-11T00:34:23.644Z[ host-image] Sep 11 00:34:22.256 INFO O| Sep 11 00:34:22.256 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
102072026-09-11T00:34:23.714Z[ recovery-image] Sep 11 00:34:22.331 INFO collecting git info from project "chelsio-t6-roms"...
102082026-09-11T00:34:23.734Z[ recovery-image] Sep 11 00:34:22.352 INFO collecting git info from project "phbl"...
102092026-09-11T00:34:23.747Z[ recovery-image] Sep 11 00:34:22.361 INFO collecting git info from project "dmar-report"...
102102026-09-11T00:34:23.792Z[ recovery-image] Sep 11 00:34:22.410 INFO collecting git info from project "amd-host-image-builder"...
102112026-09-11T00:34:23.846Z[ recovery-image] Sep 11 00:34:22.462 INFO collecting git info from project "bootserver"...
102122026-09-11T00:34:23.855Z[ recovery-image] Sep 11 00:34:22.471 INFO collecting git info from project "image-builder"...
102132026-09-11T00:34:23.865Z[ recovery-image] Sep 11 00:34:22.483 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102142026-09-11T00:34:24.512Z[ recovery-image] Sep 11 00:34:23.131 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102152026-09-11T00:34:24.917Z[ recovery-image] Sep 11 00:34:23.536 INFO creating Oxide boot image...
102162026-09-11T00:34:24.917Z[ recovery-image] Sep 11 00:34:23.536 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c494933/0a8e320 2026-09-11 00:19", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
102172026-09-11T00:34:25.391Z[ host-image] Sep 11 00:34:24.010 INFO O| Sep 11 00:34:24.010 INFO lofi device = /dev/dsk/c2t1d0p0
102182026-09-11T00:34:25.392Z[ host-image] Sep 11 00:34:24.010 INFO O| Sep 11 00:34:24.010 INFO pool device = /dev/dsk/c2t1d0p0
102192026-09-11T00:34:25.392Z[ host-image] Sep 11 00:34:24.010 INFO O| Sep 11 00:34:24.010 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"]
102202026-09-11T00:34:25.504Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
102212026-09-11T00:34:25.633Z[ host-image] Sep 11 00:34:24.253 INFO O| Sep 11 00:34:24.253 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102222026-09-11T00:34:25.633Z[ host-image] Sep 11 00:34:24.253 INFO O| Sep 11 00:34:24.253 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
102232026-09-11T00:34:25.824Z[ host-image] Sep 11 00:34:24.442 INFO O| Sep 11 00:34:24.442 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
102242026-09-11T00:34:25.891Z[ host-image] Sep 11 00:34:24.509 INFO O| Sep 11 00:34:24.509 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
102252026-09-11T00:34:25.931Z[ host-image] Sep 11 00:34:24.550 INFO O| Sep 11 00:34:24.550 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
102262026-09-11T00:34:25.959Z[ host-image] Sep 11 00:34:24.576 INFO O| Sep 11 00:34:24.576 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
102272026-09-11T00:34:25.988Z[ host-image] Sep 11 00:34:24.607 INFO O| Sep 11 00:34:24.607 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
102282026-09-11T00:34:26.051Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
102292026-09-11T00:34:26.061Z[ host-image] Sep 11 00:34:24.680 INFO O| Sep 11 00:34:24.680 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
102302026-09-11T00:34:26.061Z[ host-image] Sep 11 00:34:24.680 INFO O| Sep 11 00:34:24.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
102312026-09-11T00:34:26.065Z[ host-image] Sep 11 00:34:24.680 INFO O| Sep 11 00:34:24.680 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
102322026-09-11T00:34:26.078Z[ host-image] Sep 11 00:34:24.694 INFO O| Sep 11 00:34:24.694 INFO boot environment UUID: 8e1fc19f-1d29-4ea4-b7ab-c661055c53fe
102332026-09-11T00:34:26.078Z[ host-image] Sep 11 00:34:24.694 INFO O| Sep 11 00:34:24.694 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8e1fc19f-1d29-4ea4-b7ab-c661055c53fe
102342026-09-11T00:34:26.094Z[ host-image] Sep 11 00:34:24.713 INFO O| Sep 11 00:34:24.713 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
102352026-09-11T00:34:26.111Z[ host-image] Sep 11 00:34:24.728 INFO O| Sep 11 00:34:24.728 INFO STEP 0 (create_be) COMPLETE
102362026-09-11T00:34:26.111Z[ host-image] Sep 11 00:34:24.728 INFO O| Sep 11 00:34:24.728 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102372026-09-11T00:34:26.128Z[ host-image] Sep 11 00:34:24.744 INFO O| Sep 11 00:34:24.744 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
102382026-09-11T00:34:26.820Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
102392026-09-11T00:34:29.711Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
102402026-09-11T00:34:30.658Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
102412026-09-11T00:34:35.920Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
102422026-09-11T00:34:38.979Z[ host-image] Sep 11 00:34:36.332 INFO O| Sep 11 00:34:36.332 INFO STEP 1 (unpack_tar) COMPLETE
102432026-09-11T00:34:38.979Z[ host-image] Sep 11 00:34:36.332 INFO O| Sep 11 00:34:36.332 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102442026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.344 INFO O| Sep 11 00:34:36.344 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
102452026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.755 INFO O| Sep 11 00:34:36.755 INFO STEP 2 (devfsadm) COMPLETE
102462026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.755 INFO O| Sep 11 00:34:36.755 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102472026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.768 INFO O| Sep 11 00:34:36.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102482026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.768 INFO O| Sep 11 00:34:36.768 INFO STEP 3 (ensure_dir) COMPLETE
102492026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.768 INFO O| Sep 11 00:34:36.768 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102502026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.777 INFO O| Sep 11 00:34:36.777 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102512026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.777 INFO O| Sep 11 00:34:36.777 INFO STEP 4 (ensure_dir) COMPLETE
102522026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.777 INFO O| Sep 11 00:34:36.777 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102532026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.788 INFO O| Sep 11 00:34:36.788 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102542026-09-11T00:34:39.011Z[ host-image] Sep 11 00:34:36.788 INFO O| Sep 11 00:34:36.788 INFO STEP 5 (ensure_dir) COMPLETE
102552026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.788 INFO O| Sep 11 00:34:36.788 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102562026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.800 INFO O| Sep 11 00:34:36.800 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102572026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.800 INFO O| Sep 11 00:34:36.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102582026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.800 INFO O| Sep 11 00:34:36.800 INFO STEP 6 (ensure_dir) COMPLETE
102592026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.800 INFO O| Sep 11 00:34:36.800 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102602026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.812 INFO O| Sep 11 00:34:36.812 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102612026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.812 INFO O| Sep 11 00:34:36.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102622026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.812 INFO O| Sep 11 00:34:36.812 INFO STEP 7 (ensure_dir) COMPLETE
102632026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.812 INFO O| Sep 11 00:34:36.812 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102642026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.824 INFO O| Sep 11 00:34:36.823 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
102652026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.824 INFO O| Sep 11 00:34:36.824 INFO STEP 8 (remove_files) COMPLETE
102662026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.824 INFO O| Sep 11 00:34:36.824 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102672026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.837 INFO O| Sep 11 00:34:36.837 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
102682026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.838 INFO O| Sep 11 00:34:36.838 INFO STEP 9 (remove_files) COMPLETE
102692026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.838 INFO O| Sep 11 00:34:36.838 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102702026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.850 INFO O| Sep 11 00:34:36.850 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
102712026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.851 INFO O| Sep 11 00:34:36.851 INFO STEP 10 (remove_files) COMPLETE
102722026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.851 INFO O| Sep 11 00:34:36.851 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102732026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.862 INFO O| Sep 11 00:34:36.862 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
102742026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.862 INFO O| Sep 11 00:34:36.862 INFO STEP 11 (remove_files) COMPLETE
102752026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.862 INFO O| Sep 11 00:34:36.862 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102762026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.873 INFO O| Sep 11 00:34:36.872 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
102772026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.873 INFO O| Sep 11 00:34:36.873 INFO STEP 12 (remove_files) COMPLETE
102782026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.873 INFO O| Sep 11 00:34:36.873 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102792026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.883 INFO O| Sep 11 00:34:36.883 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102802026-09-11T00:34:39.012Z[ host-image] Sep 11 00:34:36.883 INFO O| Sep 11 00:34:36.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102812026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.883 INFO O| Sep 11 00:34:36.883 INFO STEP 13 (ensure_dir) COMPLETE
102822026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.883 INFO O| Sep 11 00:34:36.883 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102832026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.893 INFO O| Sep 11 00:34:36.893 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102842026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.894 INFO O| Sep 11 00:34:36.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102852026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.894 INFO O| Sep 11 00:34:36.894 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102862026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.894 INFO O| Sep 11 00:34:36.894 INFO STEP 14 (ensure_dir) COMPLETE
102872026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.894 INFO O| Sep 11 00:34:36.894 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102882026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.905 INFO O| Sep 11 00:34:36.905 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102892026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.905 INFO O| Sep 11 00:34:36.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102902026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.905 INFO O| Sep 11 00:34:36.905 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102912026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.905 INFO O| Sep 11 00:34:36.905 INFO STEP 15 (ensure_dir) COMPLETE
102922026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.905 INFO O| Sep 11 00:34:36.905 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102932026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.916 INFO O| Sep 11 00:34:36.916 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102942026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.916 INFO O| Sep 11 00:34:36.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102952026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.916 INFO O| Sep 11 00:34:36.916 INFO STEP 16 (ensure_dir) COMPLETE
102962026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.916 INFO O| Sep 11 00:34:36.916 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102972026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.929 INFO O| Sep 11 00:34:36.929 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102982026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.930 INFO O| Sep 11 00:34:36.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102992026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.930 INFO O| Sep 11 00:34:36.930 INFO STEP 17 (ensure_dir) COMPLETE
103002026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.930 INFO O| Sep 11 00:34:36.930 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103012026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.942 INFO O| Sep 11 00:34:36.942 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
103022026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.942 INFO O| Sep 11 00:34:36.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
103032026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.942 INFO O| Sep 11 00:34:36.942 INFO ok!
103042026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.942 INFO O| Sep 11 00:34:36.942 INFO STEP 18 (ensure_symlink) COMPLETE
103052026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.942 INFO O| Sep 11 00:34:36.942 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103062026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.953 INFO O| Sep 11 00:34:36.953 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
103072026-09-11T00:34:39.013Z[ host-image] Sep 11 00:34:36.953 INFO O| Sep 11 00:34:36.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
103082026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.953 INFO O| Sep 11 00:34:36.953 INFO ok!
103092026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.953 INFO O| Sep 11 00:34:36.953 INFO STEP 19 (ensure_file) COMPLETE
103102026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.953 INFO O| Sep 11 00:34:36.953 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103112026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.964 INFO O| Sep 11 00:34:36.964 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
103122026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.964 INFO O| Sep 11 00:34:36.964 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
103132026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.964 INFO O| Sep 11 00:34:36.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
103142026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.964 INFO O| Sep 11 00:34:36.964 INFO ok!
103152026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.964 INFO O| Sep 11 00:34:36.964 INFO STEP 20 (ensure_symlink) COMPLETE
103162026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.965 INFO O| Sep 11 00:34:36.964 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103172026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.976 INFO O| Sep 11 00:34:36.976 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
103182026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.976 INFO O| Sep 11 00:34:36.976 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
103192026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.976 INFO O| Sep 11 00:34:36.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
103202026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.976 INFO O| Sep 11 00:34:36.976 INFO ok!
103212026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.976 INFO O| Sep 11 00:34:36.976 INFO STEP 21 (ensure_symlink) COMPLETE
103222026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.976 INFO O| Sep 11 00:34:36.976 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103232026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.987 INFO O| Sep 11 00:34:36.987 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
103242026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.987 INFO O| Sep 11 00:34:36.987 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
103252026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.987 INFO O| Sep 11 00:34:36.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
103262026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.987 INFO O| Sep 11 00:34:36.987 INFO ok!
103272026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.987 INFO O| Sep 11 00:34:36.987 INFO STEP 22 (ensure_symlink) COMPLETE
103282026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:36.987 INFO O| Sep 11 00:34:36.987 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103292026-09-11T00:34:39.014Z[ host-image] Sep 11 00:34:37.001 INFO O| Sep 11 00:34:37.001 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
103302026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.001 INFO O| Sep 11 00:34:37.001 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
103312026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.001 INFO O| Sep 11 00:34:37.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
103322026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.001 INFO O| Sep 11 00:34:37.001 INFO ok!
103332026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.001 INFO O| Sep 11 00:34:37.001 INFO STEP 23 (ensure_symlink) COMPLETE
103342026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.001 INFO O| Sep 11 00:34:37.001 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103352026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.012 INFO O| Sep 11 00:34:37.012 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
103362026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.012 INFO O| Sep 11 00:34:37.012 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
103372026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.013 INFO O| Sep 11 00:34:37.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
103382026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.013 INFO O| Sep 11 00:34:37.013 INFO ok!
103392026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.013 INFO O| Sep 11 00:34:37.013 INFO STEP 24 (ensure_file) COMPLETE
103402026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.013 INFO O| Sep 11 00:34:37.013 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
103412026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.023 INFO O| Sep 11 00:34:37.023 INFO updating shadow file
103422026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.023 INFO O| Sep 11 00:34:37.023 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103432026-09-11T00:34:39.015Z[ host-image] Sep 11 00:34:37.023 INFO O| Sep 11 00:34:37.023 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103442026-09-11T00:34:39.035Z[ host-image] Sep 11 00:34:37.024 INFO O| Sep 11 00:34:37.023 INFO STEP 25 (shadow) COMPLETE
103452026-09-11T00:34:39.035Z[ host-image] Sep 11 00:34:37.024 INFO O| Sep 11 00:34:37.023 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103462026-09-11T00:34:39.035Z[ host-image] Sep 11 00:34:37.036 INFO O| Sep 11 00:34:37.036 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
103472026-09-11T00:34:39.035Z[ host-image] Sep 11 00:34:37.036 INFO O| Sep 11 00:34:37.036 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
103482026-09-11T00:34:39.035Z[ host-image] Sep 11 00:34:37.036 INFO O| Sep 11 00:34:37.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
103492026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.036 INFO O| Sep 11 00:34:37.036 INFO ok!
103502026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.036 INFO O| Sep 11 00:34:37.036 INFO STEP 26 (ensure_file) COMPLETE
103512026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.036 INFO O| Sep 11 00:34:37.036 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103522026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.050 INFO O| Sep 11 00:34:37.049 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
103532026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.050 INFO O| Sep 11 00:34:37.049 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
103542026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.050 INFO O| Sep 11 00:34:37.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
103552026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.050 INFO O| Sep 11 00:34:37.049 INFO ok!
103562026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.050 INFO O| Sep 11 00:34:37.049 INFO STEP 27 (ensure_file) COMPLETE
103572026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.050 INFO O| Sep 11 00:34:37.049 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103582026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.062 INFO O| Sep 11 00:34:37.062 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
103592026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.062 INFO O| Sep 11 00:34:37.062 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
103602026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.062 INFO O| Sep 11 00:34:37.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103612026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.062 INFO O| Sep 11 00:34:37.062 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103622026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.062 INFO O| Sep 11 00:34:37.062 INFO ok!
103632026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.062 INFO O| Sep 11 00:34:37.062 INFO STEP 28 (ensure_file) COMPLETE
103642026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.062 INFO O| Sep 11 00:34:37.062 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103652026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.080 INFO O| Sep 11 00:34:37.080 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
103662026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.080 INFO O| Sep 11 00:34:37.080 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
103672026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.080 INFO O| Sep 11 00:34:37.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
103682026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.080 INFO O| Sep 11 00:34:37.080 INFO ok!
103692026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.080 INFO O| Sep 11 00:34:37.080 INFO STEP 29 (ensure_file) COMPLETE
103702026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.080 INFO O| Sep 11 00:34:37.080 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103712026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.092 INFO O| Sep 11 00:34:37.092 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103722026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.092 INFO O| Sep 11 00:34:37.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103732026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.092 INFO O| Sep 11 00:34:37.092 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103742026-09-11T00:34:39.036Z[ host-image] Sep 11 00:34:37.092 INFO O| Sep 11 00:34:37.092 INFO STEP 30 (ensure_dir) COMPLETE
103752026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.092 INFO O| Sep 11 00:34:37.092 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103762026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.106 INFO O| Sep 11 00:34:37.106 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
103772026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.106 INFO O| Sep 11 00:34:37.106 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
103782026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.106 INFO O| Sep 11 00:34:37.106 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103792026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.106 INFO O| Sep 11 00:34:37.106 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103802026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.106 INFO O| Sep 11 00:34:37.106 INFO ok!
103812026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.106 INFO O| Sep 11 00:34:37.106 INFO STEP 31 (ensure_file) COMPLETE
103822026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.106 INFO O| Sep 11 00:34:37.106 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103832026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.120 INFO O| Sep 11 00:34:37.119 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103842026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.120 INFO O| Sep 11 00:34:37.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103852026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.120 INFO O| Sep 11 00:34:37.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103862026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.120 INFO O| Sep 11 00:34:37.119 INFO STEP 32 (ensure_dir) COMPLETE
103872026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.120 INFO O| Sep 11 00:34:37.119 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103882026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.133 INFO O| Sep 11 00:34:37.133 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
103892026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.133 INFO O| Sep 11 00:34:37.133 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 ...
103902026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.133 INFO O| Sep 11 00:34:37.133 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
103912026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.133 INFO O| Sep 11 00:34:37.133 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
103922026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.133 INFO O| Sep 11 00:34:37.133 INFO ok!
103932026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.133 INFO O| Sep 11 00:34:37.133 INFO STEP 33 (ensure_file) COMPLETE
103942026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.133 INFO O| Sep 11 00:34:37.133 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103952026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.146 INFO O| Sep 11 00:34:37.146 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
103962026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.146 INFO O| Sep 11 00:34:37.146 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
103972026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.146 INFO O| Sep 11 00:34:37.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
103982026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.146 INFO O| Sep 11 00:34:37.146 INFO ok!
103992026-09-11T00:34:39.037Z[ host-image] Sep 11 00:34:37.146 INFO O| Sep 11 00:34:37.146 INFO STEP 34 (ensure_file) COMPLETE
104002026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.146 INFO O| Sep 11 00:34:37.146 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104012026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.158 INFO O| Sep 11 00:34:37.158 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
104022026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.158 INFO O| Sep 11 00:34:37.158 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
104032026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.158 INFO O| Sep 11 00:34:37.158 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
104042026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.158 INFO O| Sep 11 00:34:37.158 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
104052026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.158 INFO O| Sep 11 00:34:37.158 INFO ok!
104062026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.158 INFO O| Sep 11 00:34:37.158 INFO STEP 35 (ensure_file) COMPLETE
104072026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.158 INFO O| Sep 11 00:34:37.158 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104082026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.171 INFO O| Sep 11 00:34:37.170 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
104092026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.171 INFO O| Sep 11 00:34:37.171 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
104102026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.171 INFO O| Sep 11 00:34:37.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
104112026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.171 INFO O| Sep 11 00:34:37.171 INFO ok!
104122026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.171 INFO O| Sep 11 00:34:37.171 INFO STEP 36 (ensure_file) COMPLETE
104132026-09-11T00:34:39.038Z[ host-image] Sep 11 00:34:37.171 INFO O| Sep 11 00:34:37.171 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104142026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.185 INFO O| Sep 11 00:34:37.185 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
104152026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.185 INFO O| Sep 11 00:34:37.185 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
104162026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.185 INFO O| Sep 11 00:34:37.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
104172026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.185 INFO O| Sep 11 00:34:37.185 INFO ok!
104182026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.185 INFO O| Sep 11 00:34:37.185 INFO STEP 37 (ensure_file) COMPLETE
104192026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.185 INFO O| Sep 11 00:34:37.185 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104202026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
104212026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
104222026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104232026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104242026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104252026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104262026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO ok!
104272026-09-11T00:34:39.039Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO STEP 38 (ensure_file) COMPLETE
104282026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.199 INFO O| Sep 11 00:34:37.199 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104292026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.210 INFO O| Sep 11 00:34:37.210 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104302026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.210 INFO O| Sep 11 00:34:37.210 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104312026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.210 INFO O| Sep 11 00:34:37.210 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104322026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.210 INFO O| Sep 11 00:34:37.210 INFO STEP 39 (ensure_dir) COMPLETE
104332026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.210 INFO O| Sep 11 00:34:37.210 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104342026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 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
104352026-09-11T00:34:39.040Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 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 ...
104362026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 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
104372026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 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
104382026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 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
104392026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 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
104402026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 INFO ok!
104412026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 INFO STEP 40 (ensure_file) COMPLETE
104422026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.227 INFO O| Sep 11 00:34:37.222 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104432026-09-11T00:34:39.041Z[ host-image] Sep 11 00:34:37.234 INFO O| Sep 11 00:34:37.233 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
104442026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.234 INFO O| Sep 11 00:34:37.233 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 ...
104452026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.234 INFO O| Sep 11 00:34:37.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
104462026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.234 INFO O| Sep 11 00:34:37.234 INFO ok!
104472026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.234 INFO O| Sep 11 00:34:37.234 INFO STEP 41 (ensure_symlink) COMPLETE
104482026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.234 INFO O| Sep 11 00:34:37.234 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104492026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.245 INFO O| Sep 11 00:34:37.245 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
104502026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.245 INFO O| Sep 11 00:34:37.245 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
104512026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.245 INFO O| Sep 11 00:34:37.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
104522026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.245 INFO O| Sep 11 00:34:37.245 INFO ok!
104532026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.245 INFO O| Sep 11 00:34:37.245 INFO STEP 42 (ensure_symlink) COMPLETE
104542026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.245 INFO O| Sep 11 00:34:37.245 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104552026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
104562026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
104572026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104582026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104592026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104602026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104612026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO ok!
104622026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO STEP 43 (ensure_file) COMPLETE
104632026-09-11T00:34:39.047Z[ host-image] Sep 11 00:34:37.256 INFO O| Sep 11 00:34:37.256 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104642026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.269 INFO O| Sep 11 00:34:37.269 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
104652026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.269 INFO O| Sep 11 00:34:37.269 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 ...
104662026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.269 INFO O| Sep 11 00:34:37.269 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
104672026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.269 INFO O| Sep 11 00:34:37.269 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
104682026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.269 INFO O| Sep 11 00:34:37.269 INFO ok!
104692026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.269 INFO O| Sep 11 00:34:37.269 INFO STEP 44 (ensure_file) COMPLETE
104702026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.269 INFO O| Sep 11 00:34:37.269 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104712026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.280 INFO O| Sep 11 00:34:37.280 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
104722026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.280 INFO O| Sep 11 00:34:37.280 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
104732026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.280 INFO O| Sep 11 00:34:37.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
104742026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.280 INFO O| Sep 11 00:34:37.280 INFO ok!
104752026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.280 INFO O| Sep 11 00:34:37.280 INFO STEP 45 (ensure_file) COMPLETE
104762026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.280 INFO O| Sep 11 00:34:37.280 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104772026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.292 INFO O| Sep 11 00:34:37.292 INFO updating shadow file
104782026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.292 INFO O| Sep 11 00:34:37.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
104792026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.292 INFO O| Sep 11 00:34:37.292 INFO STEP 46 (shadow) COMPLETE
104802026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.292 INFO O| Sep 11 00:34:37.292 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104812026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
104822026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
104832026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104842026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104852026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO ok!
104862026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO STEP 47 (ensure_file) COMPLETE
104872026-09-11T00:34:39.048Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104882026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO skip step because feature "mfg" is not enabled
104892026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104902026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO skip step because feature "mfg" is not enabled
104912026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.307 INFO O| Sep 11 00:34:37.307 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104922026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.324 INFO O| Sep 11 00:34:37.324 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
104932026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.324 INFO O| Sep 11 00:34:37.324 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
104942026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.373 INFO O| Sep 11 00:34:37.372 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104952026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.373 INFO O| Sep 11 00:34:37.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104962026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.373 INFO O| Sep 11 00:34:37.373 INFO ok!
104972026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.373 INFO O| Sep 11 00:34:37.373 INFO STEP 50 (ensure_file) COMPLETE
104982026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.373 INFO O| Sep 11 00:34:37.373 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104992026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.373 INFO O| Sep 11 00:34:37.373 INFO skip step because feature "compliance" is not enabled
105002026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.373 INFO O| Sep 11 00:34:37.373 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105012026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
105022026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
105032026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105042026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105052026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105062026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105072026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO ok!
105082026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO STEP 52 (ensure_file) COMPLETE
105092026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.387 INFO O| Sep 11 00:34:37.387 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105102026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.399 INFO O| Sep 11 00:34:37.399 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
105112026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.399 INFO O| Sep 11 00:34:37.399 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 ...
105122026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.399 INFO O| Sep 11 00:34:37.399 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
105132026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.399 INFO O| Sep 11 00:34:37.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
105142026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.399 INFO O| Sep 11 00:34:37.399 INFO ok!
105152026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.399 INFO O| Sep 11 00:34:37.399 INFO STEP 53 (ensure_file) COMPLETE
105162026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.399 INFO O| Sep 11 00:34:37.399 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105172026-09-11T00:34:39.049Z[ host-image] Sep 11 00:34:37.411 INFO O| Sep 11 00:34:37.411 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
105182026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.411 INFO O| Sep 11 00:34:37.411 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 ...
105192026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.411 INFO O| Sep 11 00:34:37.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105202026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.411 INFO O| Sep 11 00:34:37.411 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105212026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.411 INFO O| Sep 11 00:34:37.411 INFO ok!
105222026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.411 INFO O| Sep 11 00:34:37.411 INFO STEP 54 (ensure_file) COMPLETE
105232026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.411 INFO O| Sep 11 00:34:37.411 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105242026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.424 INFO O| Sep 11 00:34:37.423 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
105252026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.424 INFO O| Sep 11 00:34:37.424 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 ...
105262026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.424 INFO O| Sep 11 00:34:37.424 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
105272026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.424 INFO O| Sep 11 00:34:37.424 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
105282026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.424 INFO O| Sep 11 00:34:37.424 INFO ok!
105292026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.424 INFO O| Sep 11 00:34:37.424 INFO STEP 55 (ensure_file) COMPLETE
105302026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.424 INFO O| Sep 11 00:34:37.424 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105312026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.434 INFO O| Sep 11 00:34:37.434 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
105322026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.434 INFO O| Sep 11 00:34:37.434 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 ...
105332026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.434 INFO O| Sep 11 00:34:37.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105342026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.434 INFO O| Sep 11 00:34:37.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105352026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.434 INFO O| Sep 11 00:34:37.434 INFO ok!
105362026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.434 INFO O| Sep 11 00:34:37.434 INFO STEP 56 (ensure_file) COMPLETE
105372026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.434 INFO O| Sep 11 00:34:37.434 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105382026-09-11T00:34:39.050Z[ host-image] Sep 11 00:34:37.445 INFO O| Sep 11 00:34:37.445 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
105392026-09-11T00:34:39.051Z[ host-image] Sep 11 00:34:37.445 INFO O| Sep 11 00:34:37.445 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 ...
105402026-09-11T00:34:39.051Z[ host-image] Sep 11 00:34:37.445 INFO O| Sep 11 00:34:37.445 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
105412026-09-11T00:34:39.051Z[ host-image] Sep 11 00:34:37.445 INFO O| Sep 11 00:34:37.445 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
105422026-09-11T00:34:39.051Z[ host-image] Sep 11 00:34:37.445 INFO O| Sep 11 00:34:37.445 INFO ok!
105432026-09-11T00:34:39.051Z[ host-image] Sep 11 00:34:37.445 INFO O| Sep 11 00:34:37.445 INFO STEP 57 (ensure_file) COMPLETE
105442026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.445 INFO O| Sep 11 00:34:37.445 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105452026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
105462026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 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 ...
105472026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105482026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105492026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105502026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105512026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO ok!
105522026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO STEP 58 (ensure_file) COMPLETE
105532026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.458 INFO O| Sep 11 00:34:37.458 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105542026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.471 INFO O| Sep 11 00:34:37.471 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
105552026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.471 INFO O| Sep 11 00:34:37.471 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 ...
105562026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.471 INFO O| Sep 11 00:34:37.471 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
105572026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.471 INFO O| Sep 11 00:34:37.471 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
105582026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.471 INFO O| Sep 11 00:34:37.471 INFO ok!
105592026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.471 INFO O| Sep 11 00:34:37.471 INFO STEP 59 (ensure_file) COMPLETE
105602026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.471 INFO O| Sep 11 00:34:37.471 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105612026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.483 INFO O| Sep 11 00:34:37.483 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
105622026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.483 INFO O| Sep 11 00:34:37.483 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
105632026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.483 INFO O| Sep 11 00:34:37.483 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105642026-09-11T00:34:39.057Z[ host-image] Sep 11 00:34:37.483 INFO O| Sep 11 00:34:37.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105652026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.483 INFO O| Sep 11 00:34:37.483 INFO ok!
105662026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.483 INFO O| Sep 11 00:34:37.483 INFO STEP 60 (ensure_file) COMPLETE
105672026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.483 INFO O| Sep 11 00:34:37.483 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105682026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.496 INFO O| Sep 11 00:34:37.496 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
105692026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.496 INFO O| Sep 11 00:34:37.496 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 ...
105702026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.496 INFO O| Sep 11 00:34:37.496 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
105712026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.496 INFO O| Sep 11 00:34:37.496 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
105722026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.496 INFO O| Sep 11 00:34:37.496 INFO ok!
105732026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.496 INFO O| Sep 11 00:34:37.496 INFO STEP 61 (ensure_file) COMPLETE
105742026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.496 INFO O| Sep 11 00:34:37.496 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105752026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
105762026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
105772026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105782026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105792026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105802026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105812026-09-11T00:34:39.058Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO ok!
105822026-09-11T00:34:39.059Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO STEP 62 (ensure_file) COMPLETE
105832026-09-11T00:34:39.059Z[ host-image] Sep 11 00:34:37.508 INFO O| Sep 11 00:34:37.508 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105842026-09-11T00:34:39.059Z[ host-image] Sep 11 00:34:37.520 INFO O| Sep 11 00:34:37.520 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
105852026-09-11T00:34:39.059Z[ host-image] Sep 11 00:34:37.520 INFO O| Sep 11 00:34:37.520 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 ...
105862026-09-11T00:34:39.059Z[ host-image] Sep 11 00:34:37.520 INFO O| Sep 11 00:34:37.520 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
105872026-09-11T00:34:39.059Z[ host-image] Sep 11 00:34:37.520 INFO O| Sep 11 00:34:37.520 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
105882026-09-11T00:34:39.061Z[ host-image] Sep 11 00:34:37.520 INFO O| Sep 11 00:34:37.520 INFO ok!
105892026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.520 INFO O| Sep 11 00:34:37.520 INFO STEP 63 (ensure_file) COMPLETE
105902026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.520 INFO O| Sep 11 00:34:37.520 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105912026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.532 INFO O| Sep 11 00:34:37.532 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
105922026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.533 INFO O| Sep 11 00:34:37.532 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 ...
105932026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.533 INFO O| Sep 11 00:34:37.533 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
105942026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.533 INFO O| Sep 11 00:34:37.533 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
105952026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.533 INFO O| Sep 11 00:34:37.533 INFO ok!
105962026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.533 INFO O| Sep 11 00:34:37.533 INFO STEP 64 (ensure_file) COMPLETE
105972026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.533 INFO O| Sep 11 00:34:37.533 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105982026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
105992026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 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 ...
106002026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 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
106012026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
106022026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 INFO ok!
106032026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 INFO STEP 65 (ensure_file) COMPLETE
106042026-09-11T00:34:39.062Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106052026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 INFO skip step because feature "mbist" is not enabled
106062026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.544 INFO O| Sep 11 00:34:37.544 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.555 INFO O| Sep 11 00:34:37.555 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
106082026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.555 INFO O| Sep 11 00:34:37.555 INFO STEP 67 (ensure_dir) COMPLETE
106092026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.555 INFO O| Sep 11 00:34:37.555 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.566 INFO O| Sep 11 00:34:37.566 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106112026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.566 INFO O| Sep 11 00:34:37.566 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106122026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.566 INFO O| Sep 11 00:34:37.566 INFO STEP 68 (ensure_dir) COMPLETE
106132026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.566 INFO O| Sep 11 00:34:37.566 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.579 INFO O| Sep 11 00:34:37.579 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106152026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.579 INFO O| Sep 11 00:34:37.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106162026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.579 INFO O| Sep 11 00:34:37.579 INFO STEP 69 (ensure_dir) COMPLETE
106172026-09-11T00:34:39.063Z[ host-image] Sep 11 00:34:37.579 INFO O| Sep 11 00:34:37.579 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-09-11T00:34:39.080Z[ host-image] Sep 11 00:34:37.591 INFO O| Sep 11 00:34:37.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
106192026-09-11T00:34:39.080Z[ host-image] Sep 11 00:34:37.591 INFO O| Sep 11 00:34:37.591 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
106202026-09-11T00:34:39.272Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
106212026-09-11T00:34:39.580Z[ host-image] Sep 11 00:34:38.200 INFO O| Sep 11 00:34:38.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
106222026-09-11T00:34:39.580Z[ host-image] Sep 11 00:34:38.200 INFO O| Sep 11 00:34:38.200 INFO ok!
106232026-09-11T00:34:39.587Z[ host-image] Sep 11 00:34:38.200 INFO O| Sep 11 00:34:38.200 INFO STEP 70 (ensure_file) COMPLETE
106242026-09-11T00:34:39.587Z[ host-image] Sep 11 00:34:38.200 INFO O| Sep 11 00:34:38.200 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106252026-09-11T00:34:39.797Z[ host-image] Sep 11 00:34:38.332 INFO O| Sep 11 00:34:38.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
106262026-09-11T00:34:39.797Z[ host-image] Sep 11 00:34:38.332 INFO O| Sep 11 00:34:38.332 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
106272026-09-11T00:34:40.662Z[ host-image] Sep 11 00:34:39.281 INFO O| Sep 11 00:34:39.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
106282026-09-11T00:34:40.662Z[ host-image] Sep 11 00:34:39.281 INFO O| Sep 11 00:34:39.281 INFO ok!
106292026-09-11T00:34:40.662Z[ host-image] Sep 11 00:34:39.281 INFO O| Sep 11 00:34:39.281 INFO STEP 71 (ensure_file) COMPLETE
106302026-09-11T00:34:40.666Z[ host-image] Sep 11 00:34:39.281 INFO O| Sep 11 00:34:39.281 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-09-11T00:34:40.674Z[ host-image] Sep 11 00:34:39.294 INFO O| Sep 11 00:34:39.294 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106322026-09-11T00:34:40.674Z[ host-image] Sep 11 00:34:39.294 INFO O| Sep 11 00:34:39.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106332026-09-11T00:34:40.678Z[ host-image] Sep 11 00:34:39.294 INFO O| Sep 11 00:34:39.294 INFO STEP 72 (ensure_dir) COMPLETE
106342026-09-11T00:34:40.678Z[ host-image] Sep 11 00:34:39.294 INFO O| Sep 11 00:34:39.294 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-09-11T00:34:40.686Z[ host-image] Sep 11 00:34:39.306 INFO O| Sep 11 00:34:39.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
106362026-09-11T00:34:40.688Z[ host-image] Sep 11 00:34:39.306 INFO O| Sep 11 00:34:39.306 INFO copying /tmp/.tmpKIaM7w/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 ...
106372026-09-11T00:34:40.688Z[ host-image] Sep 11 00:34:39.306 INFO O| Sep 11 00:34:39.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
106382026-09-11T00:34:40.694Z[ host-image] Sep 11 00:34:39.306 INFO O| Sep 11 00:34:39.306 INFO ok!
106392026-09-11T00:34:40.694Z[ host-image] Sep 11 00:34:39.306 INFO O| Sep 11 00:34:39.306 INFO STEP 73 (ensure_file) COMPLETE
106402026-09-11T00:34:40.694Z[ host-image] Sep 11 00:34:39.306 INFO O| Sep 11 00:34:39.306 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106412026-09-11T00:34:40.698Z[ host-image] Sep 11 00:34:39.317 INFO O| Sep 11 00:34:39.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
106422026-09-11T00:34:40.698Z[ host-image] Sep 11 00:34:39.317 INFO O| Sep 11 00:34:39.317 INFO copying /tmp/.tmpKIaM7w/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 ...
106432026-09-11T00:34:40.698Z[ host-image] Sep 11 00:34:39.317 INFO O| Sep 11 00:34:39.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
106442026-09-11T00:34:40.698Z[ host-image] Sep 11 00:34:39.317 INFO O| Sep 11 00:34:39.317 INFO ok!
106452026-09-11T00:34:40.699Z[ host-image] Sep 11 00:34:39.317 INFO O| Sep 11 00:34:39.317 INFO STEP 74 (ensure_file) COMPLETE
106462026-09-11T00:34:40.699Z[ host-image] Sep 11 00:34:39.317 INFO O| Sep 11 00:34:39.317 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106472026-09-11T00:34:40.709Z[ host-image] Sep 11 00:34:39.328 INFO O| Sep 11 00:34:39.328 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106482026-09-11T00:34:40.709Z[ host-image] Sep 11 00:34:39.328 INFO O| Sep 11 00:34:39.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106492026-09-11T00:34:40.709Z[ host-image] Sep 11 00:34:39.328 INFO O| Sep 11 00:34:39.328 INFO STEP 75 (ensure_dir) COMPLETE
106502026-09-11T00:34:40.716Z[ host-image] Sep 11 00:34:39.328 INFO O| Sep 11 00:34:39.328 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-09-11T00:34:40.725Z[ host-image] Sep 11 00:34:39.340 INFO O| Sep 11 00:34:39.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
106522026-09-11T00:34:40.725Z[ host-image] Sep 11 00:34:39.340 INFO O| Sep 11 00:34:39.339 INFO copying /tmp/.tmpKIaM7w/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 ...
106532026-09-11T00:34:40.725Z[ host-image] Sep 11 00:34:39.340 INFO O| Sep 11 00:34:39.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
106542026-09-11T00:34:40.725Z[ host-image] Sep 11 00:34:39.340 INFO O| Sep 11 00:34:39.340 INFO ok!
106552026-09-11T00:34:40.725Z[ host-image] Sep 11 00:34:39.340 INFO O| Sep 11 00:34:39.340 INFO STEP 76 (ensure_file) COMPLETE
106562026-09-11T00:34:40.725Z[ host-image] Sep 11 00:34:39.340 INFO O| Sep 11 00:34:39.340 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106572026-09-11T00:34:40.732Z[ host-image] Sep 11 00:34:39.352 INFO O| Sep 11 00:34:39.352 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
106582026-09-11T00:34:40.732Z[ host-image] Sep 11 00:34:39.352 INFO O| Sep 11 00:34:39.352 INFO copying /tmp/.tmpKIaM7w/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 ...
106592026-09-11T00:34:40.732Z[ host-image] Sep 11 00:34:39.352 INFO O| Sep 11 00:34:39.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
106602026-09-11T00:34:40.739Z[ host-image] Sep 11 00:34:39.352 INFO O| Sep 11 00:34:39.352 INFO ok!
106612026-09-11T00:34:40.739Z[ host-image] Sep 11 00:34:39.352 INFO O| Sep 11 00:34:39.352 INFO STEP 77 (ensure_file) COMPLETE
106622026-09-11T00:34:40.739Z[ host-image] Sep 11 00:34:39.352 INFO O| Sep 11 00:34:39.352 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106632026-09-11T00:34:40.743Z[ host-image] Sep 11 00:34:39.363 INFO O| Sep 11 00:34:39.363 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106642026-09-11T00:34:40.743Z[ host-image] Sep 11 00:34:39.363 INFO O| Sep 11 00:34:39.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106652026-09-11T00:34:40.747Z[ host-image] Sep 11 00:34:39.363 INFO O| Sep 11 00:34:39.363 INFO STEP 78 (ensure_dir) COMPLETE
106662026-09-11T00:34:40.747Z[ host-image] Sep 11 00:34:39.363 INFO O| Sep 11 00:34:39.363 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-09-11T00:34:40.757Z[ host-image] Sep 11 00:34:39.374 INFO O| Sep 11 00:34:39.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
106682026-09-11T00:34:40.757Z[ host-image] Sep 11 00:34:39.374 INFO O| Sep 11 00:34:39.374 INFO copying /tmp/.tmpKIaM7w/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 ...
106692026-09-11T00:34:40.757Z[ host-image] Sep 11 00:34:39.374 INFO O| Sep 11 00:34:39.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
106702026-09-11T00:34:40.757Z[ host-image] Sep 11 00:34:39.374 INFO O| Sep 11 00:34:39.374 INFO ok!
106712026-09-11T00:34:40.757Z[ host-image] Sep 11 00:34:39.374 INFO O| Sep 11 00:34:39.374 INFO STEP 79 (ensure_file) COMPLETE
106722026-09-11T00:34:40.757Z[ host-image] Sep 11 00:34:39.374 INFO O| Sep 11 00:34:39.374 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106732026-09-11T00:34:40.771Z[ host-image] Sep 11 00:34:39.386 INFO O| Sep 11 00:34:39.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
106742026-09-11T00:34:40.771Z[ host-image] Sep 11 00:34:39.386 INFO O| Sep 11 00:34:39.386 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
106752026-09-11T00:34:40.771Z[ host-image] Sep 11 00:34:39.386 INFO O| Sep 11 00:34:39.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
106762026-09-11T00:34:40.771Z[ host-image] Sep 11 00:34:39.386 INFO O| Sep 11 00:34:39.386 INFO ok!
106772026-09-11T00:34:40.771Z[ host-image] Sep 11 00:34:39.386 INFO O| Sep 11 00:34:39.386 INFO STEP 80 (ensure_file) COMPLETE
106782026-09-11T00:34:40.771Z[ host-image] Sep 11 00:34:39.386 INFO O| Sep 11 00:34:39.386 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106792026-09-11T00:34:40.779Z[ host-image] Sep 11 00:34:39.399 INFO O| Sep 11 00:34:39.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106802026-09-11T00:34:40.779Z[ host-image] Sep 11 00:34:39.399 INFO O| Sep 11 00:34:39.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106812026-09-11T00:34:40.780Z[ host-image] Sep 11 00:34:39.399 INFO O| Sep 11 00:34:39.399 INFO STEP 81 (ensure_dir) COMPLETE
106822026-09-11T00:34:40.785Z[ host-image] Sep 11 00:34:39.399 INFO O| Sep 11 00:34:39.399 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106832026-09-11T00:34:40.794Z[ host-image] Sep 11 00:34:39.412 INFO O| Sep 11 00:34:39.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
106842026-09-11T00:34:40.794Z[ host-image] Sep 11 00:34:39.412 INFO O| Sep 11 00:34:39.412 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
106852026-09-11T00:34:41.894Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
106862026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.751 INFO O| Sep 11 00:34:39.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
106872026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.751 INFO O| Sep 11 00:34:39.751 INFO ok!
106882026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.751 INFO O| Sep 11 00:34:39.751 INFO STEP 82 (ensure_file) COMPLETE
106892026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.751 INFO O| Sep 11 00:34:39.751 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106902026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.771 INFO O| Sep 11 00:34:39.771 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
106912026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.772 INFO O| Sep 11 00:34:39.771 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
106922026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.772 INFO O| Sep 11 00:34:39.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
106932026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.772 INFO O| Sep 11 00:34:39.772 INFO ok!
106942026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.772 INFO O| Sep 11 00:34:39.772 INFO STEP 83 (ensure_file) COMPLETE
106952026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.772 INFO O| Sep 11 00:34:39.772 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106962026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.788 INFO O| Sep 11 00:34:39.787 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
106972026-09-11T00:34:41.894Z[ host-image] Sep 11 00:34:39.788 INFO O| Sep 11 00:34:39.788 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
106982026-09-11T00:34:42.964Z[ host-image] Sep 11 00:34:41.580 INFO O| Sep 11 00:34:41.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
106992026-09-11T00:34:42.964Z[ host-image] Sep 11 00:34:41.580 INFO O| Sep 11 00:34:41.578 INFO ok!
107002026-09-11T00:34:42.964Z[ host-image] Sep 11 00:34:41.580 INFO O| Sep 11 00:34:41.578 INFO STEP 84 (ensure_file) COMPLETE
107012026-09-11T00:34:42.964Z[ host-image] Sep 11 00:34:41.580 INFO O| Sep 11 00:34:41.578 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107022026-09-11T00:34:42.972Z[ host-image] Sep 11 00:34:41.592 INFO O| Sep 11 00:34:41.592 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
107032026-09-11T00:34:42.972Z[ host-image] Sep 11 00:34:41.592 INFO O| Sep 11 00:34:41.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
107042026-09-11T00:34:42.976Z[ host-image] Sep 11 00:34:41.592 INFO O| Sep 11 00:34:41.592 INFO STEP 85 (ensure_dir) COMPLETE
107052026-09-11T00:34:42.976Z[ host-image] Sep 11 00:34:41.592 INFO O| Sep 11 00:34:41.592 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107062026-09-11T00:34:42.985Z[ host-image] Sep 11 00:34:41.604 INFO O| Sep 11 00:34:41.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist
107072026-09-11T00:34:42.986Z[ host-image] Sep 11 00:34:41.604 INFO O| Sep 11 00:34:41.604 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/sled-agent/pkg/sush-sandbox.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem ...
107082026-09-11T00:34:42.986Z[ host-image] Sep 11 00:34:41.604 INFO O| Sep 11 00:34:41.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem
107092026-09-11T00:34:42.986Z[ host-image] Sep 11 00:34:41.604 INFO O| Sep 11 00:34:41.604 INFO ok!
107102026-09-11T00:34:42.986Z[ host-image] Sep 11 00:34:41.604 INFO O| Sep 11 00:34:41.604 INFO STEP 86 (ensure_file) COMPLETE
107112026-09-11T00:34:42.986Z[ host-image] Sep 11 00:34:41.604 INFO O| Sep 11 00:34:41.604 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107122026-09-11T00:34:42.996Z[ host-image] Sep 11 00:34:41.616 INFO O| Sep 11 00:34:41.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
107132026-09-11T00:34:42.996Z[ host-image] Sep 11 00:34:41.616 INFO O| Sep 11 00:34:41.616 INFO copying /tmp/.tmpKIaM7w/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 ...
107142026-09-11T00:34:43.000Z[ host-image] Sep 11 00:34:41.616 INFO O| Sep 11 00:34:41.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
107152026-09-11T00:34:43.000Z[ host-image] Sep 11 00:34:41.616 INFO O| Sep 11 00:34:41.616 INFO ok!
107162026-09-11T00:34:43.000Z[ host-image] Sep 11 00:34:41.616 INFO O| Sep 11 00:34:41.616 INFO STEP 87 (ensure_file) COMPLETE
107172026-09-11T00:34:43.000Z[ host-image] Sep 11 00:34:41.616 INFO O| Sep 11 00:34:41.616 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107182026-09-11T00:34:43.006Z[ host-image] Sep 11 00:34:41.626 INFO O| Sep 11 00:34:41.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
107192026-09-11T00:34:43.006Z[ host-image] Sep 11 00:34:41.626 INFO O| Sep 11 00:34:41.626 INFO copying /tmp/.tmpKIaM7w/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 ...
107202026-09-11T00:34:43.010Z[ host-image] Sep 11 00:34:41.626 INFO O| Sep 11 00:34:41.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
107212026-09-11T00:34:43.010Z[ host-image] Sep 11 00:34:41.626 INFO O| Sep 11 00:34:41.626 INFO ok!
107222026-09-11T00:34:43.010Z[ host-image] Sep 11 00:34:41.626 INFO O| Sep 11 00:34:41.626 INFO STEP 88 (ensure_file) COMPLETE
107232026-09-11T00:34:43.010Z[ host-image] Sep 11 00:34:41.626 INFO O| Sep 11 00:34:41.626 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107242026-09-11T00:34:43.018Z[ host-image] Sep 11 00:34:41.638 INFO O| Sep 11 00:34:41.638 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
107252026-09-11T00:34:43.018Z[ host-image] Sep 11 00:34:41.638 INFO O| Sep 11 00:34:41.638 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
107262026-09-11T00:34:43.019Z[ host-image] Sep 11 00:34:41.638 INFO O| Sep 11 00:34:41.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
107272026-09-11T00:34:43.019Z[ host-image] Sep 11 00:34:41.638 INFO O| Sep 11 00:34:41.638 INFO ok!
107282026-09-11T00:34:43.019Z[ host-image] Sep 11 00:34:41.638 INFO O| Sep 11 00:34:41.638 INFO STEP 89 (ensure_file) COMPLETE
107292026-09-11T00:34:43.019Z[ host-image] Sep 11 00:34:41.638 INFO O| Sep 11 00:34:41.638 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107302026-09-11T00:34:43.031Z[ host-image] Sep 11 00:34:41.651 INFO O| Sep 11 00:34:41.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
107312026-09-11T00:34:43.031Z[ host-image] Sep 11 00:34:41.651 INFO O| Sep 11 00:34:41.651 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
107322026-09-11T00:34:43.035Z[ host-image] Sep 11 00:34:41.651 INFO O| Sep 11 00:34:41.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
107332026-09-11T00:34:43.035Z[ host-image] Sep 11 00:34:41.651 INFO O| Sep 11 00:34:41.651 INFO ok!
107342026-09-11T00:34:43.035Z[ host-image] Sep 11 00:34:41.651 INFO O| Sep 11 00:34:41.651 INFO STEP 90 (ensure_file) COMPLETE
107352026-09-11T00:34:43.035Z[ host-image] Sep 11 00:34:41.651 INFO O| Sep 11 00:34:41.651 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107362026-09-11T00:34:43.046Z[ host-image] Sep 11 00:34:41.664 INFO O| Sep 11 00:34:41.664 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107372026-09-11T00:34:43.049Z[ host-image] Sep 11 00:34:41.664 INFO O| Sep 11 00:34:41.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107382026-09-11T00:34:43.049Z[ host-image] Sep 11 00:34:41.664 INFO O| Sep 11 00:34:41.664 INFO STEP 91 (ensure_dir) COMPLETE
107392026-09-11T00:34:43.049Z[ host-image] Sep 11 00:34:41.664 INFO O| Sep 11 00:34:41.664 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107402026-09-11T00:34:43.063Z[ host-image] Sep 11 00:34:41.677 INFO O| Sep 11 00:34:41.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
107412026-09-11T00:34:43.064Z[ host-image] Sep 11 00:34:41.677 INFO O| Sep 11 00:34:41.677 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
107422026-09-11T00:34:43.064Z[ host-image] Sep 11 00:34:41.679 INFO O| Sep 11 00:34:41.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
107432026-09-11T00:34:43.064Z[ host-image] Sep 11 00:34:41.679 INFO O| Sep 11 00:34:41.679 INFO ok!
107442026-09-11T00:34:43.064Z[ host-image] Sep 11 00:34:41.679 INFO O| Sep 11 00:34:41.679 INFO STEP 92 (ensure_file) COMPLETE
107452026-09-11T00:34:43.064Z[ host-image] Sep 11 00:34:41.679 INFO O| Sep 11 00:34:41.679 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107462026-09-11T00:34:43.073Z[ host-image] Sep 11 00:34:41.692 INFO O| Sep 11 00:34:41.692 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
107472026-09-11T00:34:43.073Z[ host-image] Sep 11 00:34:41.692 INFO O| Sep 11 00:34:41.692 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
107482026-09-11T00:34:43.073Z[ host-image] Sep 11 00:34:41.692 INFO O| Sep 11 00:34:41.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
107492026-09-11T00:34:43.073Z[ host-image] Sep 11 00:34:41.692 INFO O| Sep 11 00:34:41.692 INFO ok!
107502026-09-11T00:34:43.076Z[ host-image] Sep 11 00:34:41.692 INFO O| Sep 11 00:34:41.692 INFO STEP 93 (ensure_file) COMPLETE
107512026-09-11T00:34:43.076Z[ host-image] Sep 11 00:34:41.692 INFO O| Sep 11 00:34:41.692 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107522026-09-11T00:34:43.085Z[ host-image] Sep 11 00:34:41.705 INFO O| Sep 11 00:34:41.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
107532026-09-11T00:34:43.085Z[ host-image] Sep 11 00:34:41.705 INFO O| Sep 11 00:34:41.705 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
107542026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.691 INFO O| Sep 11 00:34:42.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
107552026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.691 INFO O| Sep 11 00:34:42.685 INFO ok!
107562026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.691 INFO O| Sep 11 00:34:42.685 INFO STEP 94 (ensure_file) COMPLETE
107572026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.691 INFO O| Sep 11 00:34:42.685 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107582026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.697 INFO O| Sep 11 00:34:42.697 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107592026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.697 INFO O| Sep 11 00:34:42.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107602026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.697 INFO O| Sep 11 00:34:42.697 INFO STEP 95 (ensure_dir) COMPLETE
107612026-09-11T00:34:44.078Z[ host-image] Sep 11 00:34:42.697 INFO O| Sep 11 00:34:42.697 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107622026-09-11T00:34:44.091Z[ host-image] Sep 11 00:34:42.707 INFO O| Sep 11 00:34:42.707 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107632026-09-11T00:34:44.091Z[ host-image] Sep 11 00:34:42.707 INFO O| Sep 11 00:34:42.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107642026-09-11T00:34:44.091Z[ host-image] Sep 11 00:34:42.707 INFO O| Sep 11 00:34:42.707 INFO STEP 96 (ensure_dir) COMPLETE
107652026-09-11T00:34:44.091Z[ host-image] Sep 11 00:34:42.707 INFO O| Sep 11 00:34:42.707 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107662026-09-11T00:34:44.110Z[ host-image] Sep 11 00:34:42.730 INFO O| Sep 11 00:34:42.730 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107672026-09-11T00:34:44.110Z[ host-image] Sep 11 00:34:42.730 INFO O| Sep 11 00:34:42.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107682026-09-11T00:34:44.114Z[ host-image] Sep 11 00:34:42.730 INFO O| Sep 11 00:34:42.730 INFO STEP 97 (ensure_dir) COMPLETE
107692026-09-11T00:34:44.114Z[ host-image] Sep 11 00:34:42.730 INFO O| Sep 11 00:34:42.730 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107702026-09-11T00:34:44.122Z[ host-image] Sep 11 00:34:42.739 INFO O| Sep 11 00:34:42.739 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107712026-09-11T00:34:44.122Z[ host-image] Sep 11 00:34:42.739 INFO O| Sep 11 00:34:42.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107722026-09-11T00:34:44.122Z[ host-image] Sep 11 00:34:42.739 INFO O| Sep 11 00:34:42.739 INFO STEP 98 (ensure_dir) COMPLETE
107732026-09-11T00:34:44.122Z[ host-image] Sep 11 00:34:42.739 INFO O| Sep 11 00:34:42.739 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107742026-09-11T00:34:44.129Z[ host-image] Sep 11 00:34:42.749 INFO O| Sep 11 00:34:42.749 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107752026-09-11T00:34:44.129Z[ host-image] Sep 11 00:34:42.749 INFO O| Sep 11 00:34:42.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107762026-09-11T00:34:44.134Z[ host-image] Sep 11 00:34:42.749 INFO O| Sep 11 00:34:42.749 INFO STEP 99 (ensure_dir) COMPLETE
107772026-09-11T00:34:44.134Z[ host-image] Sep 11 00:34:42.749 INFO O| Sep 11 00:34:42.749 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107782026-09-11T00:34:44.139Z[ host-image] Sep 11 00:34:42.759 INFO O| Sep 11 00:34:42.759 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
107792026-09-11T00:34:44.139Z[ host-image] Sep 11 00:34:42.759 INFO O| Sep 11 00:34:42.759 INFO copying /tmp/.tmpKIaM7w/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 ...
107802026-09-11T00:34:44.140Z[ host-image] Sep 11 00:34:42.759 INFO O| Sep 11 00:34:42.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
107812026-09-11T00:34:44.145Z[ host-image] Sep 11 00:34:42.759 INFO O| Sep 11 00:34:42.759 INFO ok!
107822026-09-11T00:34:44.145Z[ host-image] Sep 11 00:34:42.759 INFO O| Sep 11 00:34:42.759 INFO STEP 100 (ensure_file) COMPLETE
107832026-09-11T00:34:44.145Z[ host-image] Sep 11 00:34:42.759 INFO O| Sep 11 00:34:42.759 INFO STEP 101: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107842026-09-11T00:34:44.149Z[ host-image] Sep 11 00:34:42.769 INFO O| Sep 11 00:34:42.769 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107852026-09-11T00:34:44.149Z[ host-image] Sep 11 00:34:42.769 INFO O| Sep 11 00:34:42.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107862026-09-11T00:34:44.153Z[ host-image] Sep 11 00:34:42.769 INFO O| Sep 11 00:34:42.769 INFO STEP 101 (ensure_dir) COMPLETE
107872026-09-11T00:34:44.153Z[ host-image] Sep 11 00:34:42.769 INFO O| Sep 11 00:34:42.769 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107882026-09-11T00:34:44.173Z[ host-image] Sep 11 00:34:42.792 INFO O| Sep 11 00:34:42.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
107892026-09-11T00:34:44.176Z[ host-image] Sep 11 00:34:42.792 INFO O| Sep 11 00:34:42.792 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
107902026-09-11T00:34:44.898Z[ host-image] Sep 11 00:34:43.517 INFO O| Sep 11 00:34:43.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
107912026-09-11T00:34:44.898Z[ host-image] Sep 11 00:34:43.517 INFO O| Sep 11 00:34:43.517 INFO ok!
107922026-09-11T00:34:44.898Z[ host-image] Sep 11 00:34:43.517 INFO O| Sep 11 00:34:43.517 INFO STEP 102 (ensure_file) COMPLETE
107932026-09-11T00:34:44.901Z[ host-image] Sep 11 00:34:43.517 INFO O| Sep 11 00:34:43.517 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107942026-09-11T00:34:44.908Z[ host-image] Sep 11 00:34:43.528 INFO O| Sep 11 00:34:43.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
107952026-09-11T00:34:44.908Z[ host-image] Sep 11 00:34:43.528 INFO O| Sep 11 00:34:43.528 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
107962026-09-11T00:34:44.911Z[ host-image] Sep 11 00:34:43.528 INFO O| Sep 11 00:34:43.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
107972026-09-11T00:34:44.912Z[ host-image] Sep 11 00:34:43.528 INFO O| Sep 11 00:34:43.528 INFO ok!
107982026-09-11T00:34:44.912Z[ host-image] Sep 11 00:34:43.528 INFO O| Sep 11 00:34:43.528 INFO STEP 103 (ensure_file) COMPLETE
107992026-09-11T00:34:44.912Z[ host-image] Sep 11 00:34:43.528 INFO O| Sep 11 00:34:43.528 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108002026-09-11T00:34:44.917Z[ host-image] Sep 11 00:34:43.537 INFO O| Sep 11 00:34:43.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
108012026-09-11T00:34:44.917Z[ host-image] Sep 11 00:34:43.537 INFO O| Sep 11 00:34:43.537 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
108022026-09-11T00:34:44.925Z[ host-image] Sep 11 00:34:43.544 INFO O| Sep 11 00:34:43.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
108032026-09-11T00:34:44.925Z[ host-image] Sep 11 00:34:43.544 INFO O| Sep 11 00:34:43.544 INFO ok!
108042026-09-11T00:34:44.929Z[ host-image] Sep 11 00:34:43.544 INFO O| Sep 11 00:34:43.544 INFO STEP 104 (ensure_file) COMPLETE
108052026-09-11T00:34:44.929Z[ host-image] Sep 11 00:34:43.544 INFO O| Sep 11 00:34:43.544 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108062026-09-11T00:34:44.940Z[ host-image] Sep 11 00:34:43.560 INFO O| Sep 11 00:34:43.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
108072026-09-11T00:34:44.940Z[ host-image] Sep 11 00:34:43.560 INFO O| Sep 11 00:34:43.560 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
108082026-09-11T00:34:44.940Z[ host-image] Sep 11 00:34:43.560 INFO O| Sep 11 00:34:43.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
108092026-09-11T00:34:44.946Z[ host-image] Sep 11 00:34:43.560 INFO O| Sep 11 00:34:43.560 INFO ok!
108102026-09-11T00:34:44.946Z[ host-image] Sep 11 00:34:43.560 INFO O| Sep 11 00:34:43.560 INFO STEP 105 (ensure_file) COMPLETE
108112026-09-11T00:34:44.946Z[ host-image] Sep 11 00:34:43.560 INFO O| Sep 11 00:34:43.560 INFO STEP 106: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108122026-09-11T00:34:44.950Z[ host-image] Sep 11 00:34:43.568 INFO O| Sep 11 00:34:43.568 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108132026-09-11T00:34:44.950Z[ host-image] Sep 11 00:34:43.568 INFO O| Sep 11 00:34:43.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108142026-09-11T00:34:44.950Z[ host-image] Sep 11 00:34:43.568 INFO O| Sep 11 00:34:43.568 INFO STEP 106 (ensure_dir) COMPLETE
108152026-09-11T00:34:44.950Z[ host-image] Sep 11 00:34:43.568 INFO O| Sep 11 00:34:43.568 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108162026-09-11T00:34:44.957Z[ host-image] Sep 11 00:34:43.577 INFO O| Sep 11 00:34:43.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
108172026-09-11T00:34:44.958Z[ host-image] Sep 11 00:34:43.577 INFO O| Sep 11 00:34:43.577 INFO copying /tmp/.tmpKIaM7w/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 ...
108182026-09-11T00:34:45.491Z[ host-image] Sep 11 00:34:44.110 INFO O| Sep 11 00:34:44.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
108192026-09-11T00:34:45.491Z[ host-image] Sep 11 00:34:44.110 INFO O| Sep 11 00:34:44.110 INFO ok!
108202026-09-11T00:34:45.495Z[ host-image] Sep 11 00:34:44.110 INFO O| Sep 11 00:34:44.110 INFO STEP 107 (ensure_file) COMPLETE
108212026-09-11T00:34:45.495Z[ host-image] Sep 11 00:34:44.110 INFO O| Sep 11 00:34:44.110 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108222026-09-11T00:34:45.501Z[ host-image] Sep 11 00:34:44.120 INFO O| Sep 11 00:34:44.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
108232026-09-11T00:34:45.501Z[ host-image] Sep 11 00:34:44.120 INFO O| Sep 11 00:34:44.120 INFO copying /tmp/.tmpKIaM7w/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 ...
108242026-09-11T00:34:45.504Z[ host-image] Sep 11 00:34:44.120 INFO O| Sep 11 00:34:44.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
108252026-09-11T00:34:45.504Z[ host-image] Sep 11 00:34:44.120 INFO O| Sep 11 00:34:44.120 INFO ok!
108262026-09-11T00:34:45.505Z[ host-image] Sep 11 00:34:44.120 INFO O| Sep 11 00:34:44.120 INFO STEP 108 (ensure_file) COMPLETE
108272026-09-11T00:34:45.505Z[ host-image] Sep 11 00:34:44.120 INFO O| Sep 11 00:34:44.120 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108282026-09-11T00:34:45.510Z[ host-image] Sep 11 00:34:44.129 INFO O| Sep 11 00:34:44.129 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
108292026-09-11T00:34:45.510Z[ host-image] Sep 11 00:34:44.129 INFO O| Sep 11 00:34:44.129 INFO copying /tmp/.tmpKIaM7w/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 ...
108302026-09-11T00:34:45.513Z[ host-image] Sep 11 00:34:44.129 INFO O| Sep 11 00:34:44.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
108312026-09-11T00:34:45.513Z[ host-image] Sep 11 00:34:44.129 INFO O| Sep 11 00:34:44.129 INFO ok!
108322026-09-11T00:34:45.514Z[ host-image] Sep 11 00:34:44.129 INFO O| Sep 11 00:34:44.129 INFO STEP 109 (ensure_file) COMPLETE
108332026-09-11T00:34:45.514Z[ host-image] Sep 11 00:34:44.129 INFO O| Sep 11 00:34:44.129 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108342026-09-11T00:34:45.522Z[ host-image] Sep 11 00:34:44.142 INFO O| Sep 11 00:34:44.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
108352026-09-11T00:34:45.522Z[ host-image] Sep 11 00:34:44.142 INFO O| Sep 11 00:34:44.142 INFO copying /tmp/.tmpKIaM7w/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 ...
108362026-09-11T00:34:45.525Z[ host-image] Sep 11 00:34:44.142 INFO O| Sep 11 00:34:44.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
108372026-09-11T00:34:45.525Z[ host-image] Sep 11 00:34:44.142 INFO O| Sep 11 00:34:44.142 INFO ok!
108382026-09-11T00:34:45.525Z[ host-image] Sep 11 00:34:44.142 INFO O| Sep 11 00:34:44.142 INFO STEP 110 (ensure_file) COMPLETE
108392026-09-11T00:34:45.526Z[ host-image] Sep 11 00:34:44.142 INFO O| Sep 11 00:34:44.142 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108402026-09-11T00:34:45.534Z[ host-image] Sep 11 00:34:44.154 INFO O| Sep 11 00:34:44.154 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
108412026-09-11T00:34:45.534Z[ host-image] Sep 11 00:34:44.154 INFO O| Sep 11 00:34:44.154 INFO copying /tmp/.tmpKIaM7w/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 ...
108422026-09-11T00:34:45.534Z[ host-image] Sep 11 00:34:44.154 INFO O| Sep 11 00:34:44.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
108432026-09-11T00:34:45.539Z[ host-image] Sep 11 00:34:44.154 INFO O| Sep 11 00:34:44.154 INFO ok!
108442026-09-11T00:34:45.539Z[ host-image] Sep 11 00:34:44.154 INFO O| Sep 11 00:34:44.154 INFO STEP 111 (ensure_file) COMPLETE
108452026-09-11T00:34:45.539Z[ host-image] Sep 11 00:34:44.154 INFO O| Sep 11 00:34:44.154 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108462026-09-11T00:34:45.546Z[ host-image] Sep 11 00:34:44.165 INFO O| Sep 11 00:34:44.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
108472026-09-11T00:34:45.546Z[ host-image] Sep 11 00:34:44.165 INFO O| Sep 11 00:34:44.165 INFO copying /tmp/.tmpKIaM7w/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 ...
108482026-09-11T00:34:45.546Z[ host-image] Sep 11 00:34:44.165 INFO O| Sep 11 00:34:44.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
108492026-09-11T00:34:45.546Z[ host-image] Sep 11 00:34:44.165 INFO O| Sep 11 00:34:44.165 INFO ok!
108502026-09-11T00:34:45.549Z[ host-image] Sep 11 00:34:44.165 INFO O| Sep 11 00:34:44.165 INFO STEP 112 (ensure_file) COMPLETE
108512026-09-11T00:34:45.551Z[ host-image] Sep 11 00:34:44.165 INFO O| Sep 11 00:34:44.165 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108522026-09-11T00:34:45.558Z[ host-image] Sep 11 00:34:44.177 INFO O| Sep 11 00:34:44.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
108532026-09-11T00:34:45.558Z[ host-image] Sep 11 00:34:44.177 INFO O| Sep 11 00:34:44.177 INFO copying /tmp/.tmpKIaM7w/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 ...
108542026-09-11T00:34:45.558Z[ host-image] Sep 11 00:34:44.177 INFO O| Sep 11 00:34:44.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
108552026-09-11T00:34:45.562Z[ host-image] Sep 11 00:34:44.177 INFO O| Sep 11 00:34:44.177 INFO ok!
108562026-09-11T00:34:45.562Z[ host-image] Sep 11 00:34:44.177 INFO O| Sep 11 00:34:44.177 INFO STEP 113 (ensure_file) COMPLETE
108572026-09-11T00:34:45.562Z[ host-image] Sep 11 00:34:44.177 INFO O| Sep 11 00:34:44.177 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108582026-09-11T00:34:45.571Z[ host-image] Sep 11 00:34:44.189 INFO O| Sep 11 00:34:44.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
108592026-09-11T00:34:45.571Z[ host-image] Sep 11 00:34:44.189 INFO O| Sep 11 00:34:44.189 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
108602026-09-11T00:34:45.576Z[ host-image] Sep 11 00:34:44.189 INFO O| Sep 11 00:34:44.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
108612026-09-11T00:34:45.577Z[ host-image] Sep 11 00:34:44.189 INFO O| Sep 11 00:34:44.189 INFO ok!
108622026-09-11T00:34:45.577Z[ host-image] Sep 11 00:34:44.189 INFO O| Sep 11 00:34:44.189 INFO STEP 114 (ensure_file) COMPLETE
108632026-09-11T00:34:45.577Z[ host-image] Sep 11 00:34:44.189 INFO O| Sep 11 00:34:44.189 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108642026-09-11T00:34:45.581Z[ host-image] Sep 11 00:34:44.200 INFO O| Sep 11 00:34:44.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
108652026-09-11T00:34:45.581Z[ host-image] Sep 11 00:34:44.200 INFO O| Sep 11 00:34:44.200 INFO copying /tmp/.tmpKIaM7w/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 ...
108662026-09-11T00:34:45.581Z[ host-image] Sep 11 00:34:44.200 INFO O| Sep 11 00:34:44.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
108672026-09-11T00:34:45.581Z[ host-image] Sep 11 00:34:44.200 INFO O| Sep 11 00:34:44.200 INFO ok!
108682026-09-11T00:34:45.581Z[ host-image] Sep 11 00:34:44.200 INFO O| Sep 11 00:34:44.200 INFO STEP 115 (ensure_file) COMPLETE
108692026-09-11T00:34:45.584Z[ host-image] Sep 11 00:34:44.200 INFO O| Sep 11 00:34:44.200 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108702026-09-11T00:34:45.592Z[ host-image] Sep 11 00:34:44.212 INFO O| Sep 11 00:34:44.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
108712026-09-11T00:34:45.596Z[ host-image] Sep 11 00:34:44.212 INFO O| Sep 11 00:34:44.212 INFO copying /tmp/.tmpKIaM7w/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 ...
108722026-09-11T00:34:45.596Z[ host-image] Sep 11 00:34:44.212 INFO O| Sep 11 00:34:44.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
108732026-09-11T00:34:45.596Z[ host-image] Sep 11 00:34:44.212 INFO O| Sep 11 00:34:44.212 INFO ok!
108742026-09-11T00:34:45.596Z[ host-image] Sep 11 00:34:44.212 INFO O| Sep 11 00:34:44.212 INFO STEP 116 (ensure_file) COMPLETE
108752026-09-11T00:34:45.596Z[ host-image] Sep 11 00:34:44.212 INFO O| Sep 11 00:34:44.212 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108762026-09-11T00:34:45.603Z[ host-image] Sep 11 00:34:44.223 INFO O| Sep 11 00:34:44.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
108772026-09-11T00:34:45.607Z[ host-image] Sep 11 00:34:44.223 INFO O| Sep 11 00:34:44.223 INFO copying /tmp/.tmpKIaM7w/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 ...
108782026-09-11T00:34:45.607Z[ host-image] Sep 11 00:34:44.223 INFO O| Sep 11 00:34:44.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
108792026-09-11T00:34:45.607Z[ host-image] Sep 11 00:34:44.223 INFO O| Sep 11 00:34:44.223 INFO ok!
108802026-09-11T00:34:45.607Z[ host-image] Sep 11 00:34:44.223 INFO O| Sep 11 00:34:44.223 INFO STEP 117 (ensure_file) COMPLETE
108812026-09-11T00:34:45.607Z[ host-image] Sep 11 00:34:44.223 INFO O| Sep 11 00:34:44.223 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108822026-09-11T00:34:45.635Z[ host-image] Sep 11 00:34:44.254 INFO O| Sep 11 00:34:44.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
108832026-09-11T00:34:45.635Z[ host-image] Sep 11 00:34:44.254 INFO O| Sep 11 00:34:44.254 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
108842026-09-11T00:34:45.635Z[ host-image] Sep 11 00:34:44.254 INFO O| Sep 11 00:34:44.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
108852026-09-11T00:34:45.635Z[ host-image] Sep 11 00:34:44.254 INFO O| Sep 11 00:34:44.254 INFO ok!
108862026-09-11T00:34:45.639Z[ host-image] Sep 11 00:34:44.254 INFO O| Sep 11 00:34:44.254 INFO STEP 118 (ensure_file) COMPLETE
108872026-09-11T00:34:45.639Z[ host-image] Sep 11 00:34:44.254 INFO O| Sep 11 00:34:44.254 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108882026-09-11T00:34:45.648Z[ host-image] Sep 11 00:34:44.268 INFO O| Sep 11 00:34:44.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
108892026-09-11T00:34:45.648Z[ host-image] Sep 11 00:34:44.268 INFO O| Sep 11 00:34:44.268 INFO copying /tmp/.tmpKIaM7w/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 ...
108902026-09-11T00:34:45.649Z[ host-image] Sep 11 00:34:44.268 INFO O| Sep 11 00:34:44.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
108912026-09-11T00:34:45.653Z[ host-image] Sep 11 00:34:44.268 INFO O| Sep 11 00:34:44.268 INFO ok!
108922026-09-11T00:34:45.653Z[ host-image] Sep 11 00:34:44.268 INFO O| Sep 11 00:34:44.268 INFO STEP 119 (ensure_file) COMPLETE
108932026-09-11T00:34:45.653Z[ host-image] Sep 11 00:34:44.268 INFO O| Sep 11 00:34:44.268 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108942026-09-11T00:34:45.662Z[ host-image] Sep 11 00:34:44.282 INFO O| Sep 11 00:34:44.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
108952026-09-11T00:34:45.662Z[ host-image] Sep 11 00:34:44.282 INFO O| Sep 11 00:34:44.282 INFO copying /tmp/.tmpKIaM7w/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 ...
108962026-09-11T00:34:45.662Z[ host-image] Sep 11 00:34:44.282 INFO O| Sep 11 00:34:44.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
108972026-09-11T00:34:45.662Z[ host-image] Sep 11 00:34:44.282 INFO O| Sep 11 00:34:44.282 INFO ok!
108982026-09-11T00:34:45.666Z[ host-image] Sep 11 00:34:44.282 INFO O| Sep 11 00:34:44.282 INFO STEP 120 (ensure_file) COMPLETE
108992026-09-11T00:34:45.666Z[ host-image] Sep 11 00:34:44.282 INFO O| Sep 11 00:34:44.282 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109002026-09-11T00:34:45.673Z[ host-image] Sep 11 00:34:44.293 INFO O| Sep 11 00:34:44.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
109012026-09-11T00:34:45.673Z[ host-image] Sep 11 00:34:44.293 INFO O| Sep 11 00:34:44.293 INFO copying /tmp/.tmpKIaM7w/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 ...
109022026-09-11T00:34:45.677Z[ host-image] Sep 11 00:34:44.293 INFO O| Sep 11 00:34:44.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
109032026-09-11T00:34:45.677Z[ host-image] Sep 11 00:34:44.293 INFO O| Sep 11 00:34:44.293 INFO ok!
109042026-09-11T00:34:45.677Z[ host-image] Sep 11 00:34:44.293 INFO O| Sep 11 00:34:44.293 INFO STEP 121 (ensure_file) COMPLETE
109052026-09-11T00:34:45.677Z[ host-image] Sep 11 00:34:44.293 INFO O| Sep 11 00:34:44.293 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109062026-09-11T00:34:45.685Z[ host-image] Sep 11 00:34:44.305 INFO O| Sep 11 00:34:44.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
109072026-09-11T00:34:45.685Z[ host-image] Sep 11 00:34:44.305 INFO O| Sep 11 00:34:44.305 INFO copying /tmp/.tmpKIaM7w/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 ...
109082026-09-11T00:34:45.685Z[ host-image] Sep 11 00:34:44.305 INFO O| Sep 11 00:34:44.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
109092026-09-11T00:34:45.689Z[ host-image] Sep 11 00:34:44.305 INFO O| Sep 11 00:34:44.305 INFO ok!
109102026-09-11T00:34:45.689Z[ host-image] Sep 11 00:34:44.305 INFO O| Sep 11 00:34:44.305 INFO STEP 122 (ensure_file) COMPLETE
109112026-09-11T00:34:45.689Z[ host-image] Sep 11 00:34:44.305 INFO O| Sep 11 00:34:44.305 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-11T00:34:45.696Z[ host-image] Sep 11 00:34:44.316 INFO O| Sep 11 00:34:44.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
109132026-09-11T00:34:45.696Z[ host-image] Sep 11 00:34:44.316 INFO O| Sep 11 00:34:44.315 INFO copying /tmp/.tmpKIaM7w/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 ...
109142026-09-11T00:34:45.701Z[ host-image] Sep 11 00:34:44.316 INFO O| Sep 11 00:34:44.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
109152026-09-11T00:34:45.701Z[ host-image] Sep 11 00:34:44.316 INFO O| Sep 11 00:34:44.316 INFO ok!
109162026-09-11T00:34:45.702Z[ host-image] Sep 11 00:34:44.316 INFO O| Sep 11 00:34:44.316 INFO STEP 123 (ensure_file) COMPLETE
109172026-09-11T00:34:45.702Z[ host-image] Sep 11 00:34:44.316 INFO O| Sep 11 00:34:44.316 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109182026-09-11T00:34:45.718Z[ host-image] Sep 11 00:34:44.337 INFO O| Sep 11 00:34:44.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
109192026-09-11T00:34:45.718Z[ host-image] Sep 11 00:34:44.337 INFO O| Sep 11 00:34:44.337 INFO copying /tmp/.tmpKIaM7w/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 ...
109202026-09-11T00:34:45.718Z[ host-image] Sep 11 00:34:44.337 INFO O| Sep 11 00:34:44.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
109212026-09-11T00:34:45.722Z[ host-image] Sep 11 00:34:44.337 INFO O| Sep 11 00:34:44.337 INFO ok!
109222026-09-11T00:34:45.722Z[ host-image] Sep 11 00:34:44.337 INFO O| Sep 11 00:34:44.337 INFO STEP 124 (ensure_file) COMPLETE
109232026-09-11T00:34:45.722Z[ host-image] Sep 11 00:34:44.337 INFO O| Sep 11 00:34:44.337 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109242026-09-11T00:34:45.731Z[ host-image] Sep 11 00:34:44.351 INFO O| Sep 11 00:34:44.351 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
109252026-09-11T00:34:45.731Z[ host-image] Sep 11 00:34:44.351 INFO O| Sep 11 00:34:44.351 INFO copying /tmp/.tmpKIaM7w/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 ...
109262026-09-11T00:34:45.731Z[ host-image] Sep 11 00:34:44.351 INFO O| Sep 11 00:34:44.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
109272026-09-11T00:34:45.731Z[ host-image] Sep 11 00:34:44.351 INFO O| Sep 11 00:34:44.351 INFO ok!
109282026-09-11T00:34:45.731Z[ host-image] Sep 11 00:34:44.351 INFO O| Sep 11 00:34:44.351 INFO STEP 125 (ensure_file) COMPLETE
109292026-09-11T00:34:45.731Z[ host-image] Sep 11 00:34:44.351 INFO O| Sep 11 00:34:44.351 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109302026-09-11T00:34:45.744Z[ host-image] Sep 11 00:34:44.364 INFO O| Sep 11 00:34:44.363 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
109312026-09-11T00:34:45.744Z[ host-image] Sep 11 00:34:44.364 INFO O| Sep 11 00:34:44.363 INFO copying /tmp/.tmpKIaM7w/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 ...
109322026-09-11T00:34:45.744Z[ host-image] Sep 11 00:34:44.364 INFO O| Sep 11 00:34:44.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
109332026-09-11T00:34:45.744Z[ host-image] Sep 11 00:34:44.364 INFO O| Sep 11 00:34:44.364 INFO ok!
109342026-09-11T00:34:45.744Z[ host-image] Sep 11 00:34:44.364 INFO O| Sep 11 00:34:44.364 INFO STEP 126 (ensure_file) COMPLETE
109352026-09-11T00:34:45.749Z[ host-image] Sep 11 00:34:44.364 INFO O| Sep 11 00:34:44.364 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109362026-09-11T00:34:45.763Z[ host-image] Sep 11 00:34:44.382 INFO O| Sep 11 00:34:44.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
109372026-09-11T00:34:45.763Z[ host-image] Sep 11 00:34:44.382 INFO O| Sep 11 00:34:44.382 INFO copying /tmp/.tmpKIaM7w/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 ...
109382026-09-11T00:34:45.767Z[ host-image] Sep 11 00:34:44.382 INFO O| Sep 11 00:34:44.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
109392026-09-11T00:34:45.767Z[ host-image] Sep 11 00:34:44.382 INFO O| Sep 11 00:34:44.382 INFO ok!
109402026-09-11T00:34:45.767Z[ host-image] Sep 11 00:34:44.382 INFO O| Sep 11 00:34:44.382 INFO STEP 127 (ensure_file) COMPLETE
109412026-09-11T00:34:45.767Z[ host-image] Sep 11 00:34:44.382 INFO O| Sep 11 00:34:44.382 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109422026-09-11T00:34:45.784Z[ host-image] Sep 11 00:34:44.394 INFO O| Sep 11 00:34:44.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
109432026-09-11T00:34:45.784Z[ host-image] Sep 11 00:34:44.394 INFO O| Sep 11 00:34:44.394 INFO copying /tmp/.tmpKIaM7w/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 ...
109442026-09-11T00:34:45.785Z[ host-image] Sep 11 00:34:44.394 INFO O| Sep 11 00:34:44.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
109452026-09-11T00:34:45.785Z[ host-image] Sep 11 00:34:44.394 INFO O| Sep 11 00:34:44.394 INFO ok!
109462026-09-11T00:34:45.785Z[ host-image] Sep 11 00:34:44.394 INFO O| Sep 11 00:34:44.394 INFO STEP 128 (ensure_file) COMPLETE
109472026-09-11T00:34:45.785Z[ host-image] Sep 11 00:34:44.394 INFO O| Sep 11 00:34:44.394 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109482026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.405 INFO O| Sep 11 00:34:44.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
109492026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.405 INFO O| Sep 11 00:34:44.405 INFO copying /tmp/.tmpKIaM7w/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 ...
109502026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.405 INFO O| Sep 11 00:34:44.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
109512026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.405 INFO O| Sep 11 00:34:44.405 INFO ok!
109522026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.405 INFO O| Sep 11 00:34:44.405 INFO STEP 129 (ensure_file) COMPLETE
109532026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.405 INFO O| Sep 11 00:34:44.405 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109542026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.416 INFO O| Sep 11 00:34:44.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
109552026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.417 INFO O| Sep 11 00:34:44.416 INFO copying /tmp/.tmpKIaM7w/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 ...
109562026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.417 INFO O| Sep 11 00:34:44.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
109572026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.417 INFO O| Sep 11 00:34:44.417 INFO ok!
109582026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.417 INFO O| Sep 11 00:34:44.417 INFO STEP 130 (ensure_file) COMPLETE
109592026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.417 INFO O| Sep 11 00:34:44.417 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109602026-09-11T00:34:45.810Z[ host-image] Sep 11 00:34:44.427 INFO O| Sep 11 00:34:44.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
109612026-09-11T00:34:45.811Z[ host-image] Sep 11 00:34:44.428 INFO O| Sep 11 00:34:44.427 INFO copying /tmp/.tmpKIaM7w/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 ...
109622026-09-11T00:34:45.811Z[ host-image] Sep 11 00:34:44.428 INFO O| Sep 11 00:34:44.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
109632026-09-11T00:34:45.811Z[ host-image] Sep 11 00:34:44.428 INFO O| Sep 11 00:34:44.428 INFO ok!
109642026-09-11T00:34:45.811Z[ host-image] Sep 11 00:34:44.428 INFO O| Sep 11 00:34:44.428 INFO STEP 131 (ensure_file) COMPLETE
109652026-09-11T00:34:45.811Z[ host-image] Sep 11 00:34:44.428 INFO O| Sep 11 00:34:44.428 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109662026-09-11T00:34:45.820Z[ host-image] Sep 11 00:34:44.439 INFO O| Sep 11 00:34:44.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
109672026-09-11T00:34:45.820Z[ host-image] Sep 11 00:34:44.439 INFO O| Sep 11 00:34:44.439 INFO copying /tmp/.tmpKIaM7w/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 ...
109682026-09-11T00:34:45.820Z[ host-image] Sep 11 00:34:44.439 INFO O| Sep 11 00:34:44.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
109692026-09-11T00:34:45.824Z[ host-image] Sep 11 00:34:44.439 INFO O| Sep 11 00:34:44.439 INFO ok!
109702026-09-11T00:34:45.824Z[ host-image] Sep 11 00:34:44.439 INFO O| Sep 11 00:34:44.439 INFO STEP 132 (ensure_file) COMPLETE
109712026-09-11T00:34:45.824Z[ host-image] Sep 11 00:34:44.439 INFO O| Sep 11 00:34:44.439 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109722026-09-11T00:34:45.846Z[ host-image] Sep 11 00:34:44.451 INFO O| Sep 11 00:34:44.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
109732026-09-11T00:34:45.846Z[ host-image] Sep 11 00:34:44.451 INFO O| Sep 11 00:34:44.451 INFO copying /tmp/.tmpKIaM7w/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 ...
109742026-09-11T00:34:45.850Z[ host-image] Sep 11 00:34:44.451 INFO O| Sep 11 00:34:44.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
109752026-09-11T00:34:45.850Z[ host-image] Sep 11 00:34:44.451 INFO O| Sep 11 00:34:44.451 INFO ok!
109762026-09-11T00:34:45.850Z[ host-image] Sep 11 00:34:44.451 INFO O| Sep 11 00:34:44.451 INFO STEP 133 (ensure_file) COMPLETE
109772026-09-11T00:34:45.850Z[ host-image] Sep 11 00:34:44.451 INFO O| Sep 11 00:34:44.451 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109782026-09-11T00:34:45.850Z[ host-image] Sep 11 00:34:44.463 INFO O| Sep 11 00:34:44.462 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
109792026-09-11T00:34:45.850Z[ host-image] Sep 11 00:34:44.463 INFO O| Sep 11 00:34:44.463 INFO copying /tmp/.tmpKIaM7w/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 ...
109802026-09-11T00:34:45.851Z[ host-image] Sep 11 00:34:44.463 INFO O| Sep 11 00:34:44.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
109812026-09-11T00:34:45.851Z[ host-image] Sep 11 00:34:44.463 INFO O| Sep 11 00:34:44.463 INFO ok!
109822026-09-11T00:34:45.851Z[ host-image] Sep 11 00:34:44.463 INFO O| Sep 11 00:34:44.463 INFO STEP 134 (ensure_file) COMPLETE
109832026-09-11T00:34:45.851Z[ host-image] Sep 11 00:34:44.463 INFO O| Sep 11 00:34:44.463 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109842026-09-11T00:34:45.871Z[ host-image] Sep 11 00:34:44.491 INFO O| Sep 11 00:34:44.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
109852026-09-11T00:34:45.871Z[ host-image] Sep 11 00:34:44.491 INFO O| Sep 11 00:34:44.491 INFO copying /tmp/.tmpKIaM7w/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 ...
109862026-09-11T00:34:45.871Z[ host-image] Sep 11 00:34:44.491 INFO O| Sep 11 00:34:44.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
109872026-09-11T00:34:45.875Z[ host-image] Sep 11 00:34:44.491 INFO O| Sep 11 00:34:44.491 INFO ok!
109882026-09-11T00:34:45.875Z[ host-image] Sep 11 00:34:44.491 INFO O| Sep 11 00:34:44.491 INFO STEP 135 (ensure_file) COMPLETE
109892026-09-11T00:34:45.875Z[ host-image] Sep 11 00:34:44.491 INFO O| Sep 11 00:34:44.491 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109902026-09-11T00:34:45.883Z[ host-image] Sep 11 00:34:44.502 INFO O| Sep 11 00:34:44.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
109912026-09-11T00:34:45.883Z[ host-image] Sep 11 00:34:44.502 INFO O| Sep 11 00:34:44.502 INFO copying /tmp/.tmpKIaM7w/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 ...
109922026-09-11T00:34:45.887Z[ host-image] Sep 11 00:34:44.502 INFO O| Sep 11 00:34:44.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
109932026-09-11T00:34:45.887Z[ host-image] Sep 11 00:34:44.502 INFO O| Sep 11 00:34:44.502 INFO ok!
109942026-09-11T00:34:45.887Z[ host-image] Sep 11 00:34:44.502 INFO O| Sep 11 00:34:44.502 INFO STEP 136 (ensure_file) COMPLETE
109952026-09-11T00:34:45.887Z[ host-image] Sep 11 00:34:44.502 INFO O| Sep 11 00:34:44.502 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109962026-09-11T00:34:45.903Z[ host-image] Sep 11 00:34:44.523 INFO O| Sep 11 00:34:44.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
109972026-09-11T00:34:45.903Z[ host-image] Sep 11 00:34:44.523 INFO O| Sep 11 00:34:44.523 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
109982026-09-11T00:34:45.903Z[ host-image] Sep 11 00:34:44.523 INFO O| Sep 11 00:34:44.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
109992026-09-11T00:34:45.907Z[ host-image] Sep 11 00:34:44.523 INFO O| Sep 11 00:34:44.523 INFO ok!
110002026-09-11T00:34:45.911Z[ host-image] Sep 11 00:34:44.523 INFO O| Sep 11 00:34:44.523 INFO STEP 137 (ensure_file) COMPLETE
110012026-09-11T00:34:45.911Z[ host-image] Sep 11 00:34:44.523 INFO O| Sep 11 00:34:44.523 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110022026-09-11T00:34:45.915Z[ host-image] Sep 11 00:34:44.535 INFO O| Sep 11 00:34:44.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
110032026-09-11T00:34:45.915Z[ host-image] Sep 11 00:34:44.535 INFO O| Sep 11 00:34:44.535 INFO copying /tmp/.tmpKIaM7w/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 ...
110042026-09-11T00:34:45.915Z[ host-image] Sep 11 00:34:44.535 INFO O| Sep 11 00:34:44.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
110052026-09-11T00:34:45.919Z[ host-image] Sep 11 00:34:44.535 INFO O| Sep 11 00:34:44.535 INFO ok!
110062026-09-11T00:34:45.919Z[ host-image] Sep 11 00:34:44.535 INFO O| Sep 11 00:34:44.535 INFO STEP 138 (ensure_file) COMPLETE
110072026-09-11T00:34:45.919Z[ host-image] Sep 11 00:34:44.535 INFO O| Sep 11 00:34:44.535 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110082026-09-11T00:34:45.926Z[ host-image] Sep 11 00:34:44.546 INFO O| Sep 11 00:34:44.546 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
110092026-09-11T00:34:45.926Z[ host-image] Sep 11 00:34:44.546 INFO O| Sep 11 00:34:44.546 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
110102026-09-11T00:34:45.926Z[ host-image] Sep 11 00:34:44.546 INFO O| Sep 11 00:34:44.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
110112026-09-11T00:34:45.930Z[ host-image] Sep 11 00:34:44.546 INFO O| Sep 11 00:34:44.546 INFO ok!
110122026-09-11T00:34:45.930Z[ host-image] Sep 11 00:34:44.546 INFO O| Sep 11 00:34:44.546 INFO STEP 139 (ensure_file) COMPLETE
110132026-09-11T00:34:45.930Z[ host-image] Sep 11 00:34:44.546 INFO O| Sep 11 00:34:44.546 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110142026-09-11T00:34:45.937Z[ host-image] Sep 11 00:34:44.557 INFO O| Sep 11 00:34:44.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
110152026-09-11T00:34:45.937Z[ host-image] Sep 11 00:34:44.557 INFO O| Sep 11 00:34:44.557 INFO copying /tmp/.tmpKIaM7w/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
110162026-09-11T00:34:51.764Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
110172026-09-11T00:34:54.180Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
110182026-09-11T00:34:56.329Z[ host-image] Sep 11 00:34:54.948 INFO O| Sep 11 00:34:54.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
110192026-09-11T00:34:56.329Z[ host-image] Sep 11 00:34:54.948 INFO O| Sep 11 00:34:54.948 INFO ok!
110202026-09-11T00:34:56.329Z[ host-image] Sep 11 00:34:54.948 INFO O| Sep 11 00:34:54.948 INFO STEP 140 (ensure_file) COMPLETE
110212026-09-11T00:34:56.333Z[ host-image] Sep 11 00:34:54.948 INFO O| Sep 11 00:34:54.948 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110222026-09-11T00:34:56.338Z[ host-image] Sep 11 00:34:54.958 INFO O| Sep 11 00:34:54.958 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
110232026-09-11T00:34:56.338Z[ host-image] Sep 11 00:34:54.958 INFO O| Sep 11 00:34:54.958 INFO STEP 141 (ensure_dir) COMPLETE
110242026-09-11T00:34:56.342Z[ host-image] Sep 11 00:34:54.958 INFO O| Sep 11 00:34:54.958 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110252026-09-11T00:34:56.347Z[ host-image] Sep 11 00:34:54.967 INFO O| Sep 11 00:34:54.967 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
110262026-09-11T00:34:56.347Z[ host-image] Sep 11 00:34:54.967 INFO O| Sep 11 00:34:54.967 INFO STEP 142 (ensure_dir) COMPLETE
110272026-09-11T00:34:56.347Z[ host-image] Sep 11 00:34:54.967 INFO O| Sep 11 00:34:54.967 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110282026-09-11T00:34:56.356Z[ host-image] Sep 11 00:34:54.976 INFO O| Sep 11 00:34:54.976 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
110292026-09-11T00:34:56.360Z[ host-image] Sep 11 00:34:54.976 INFO O| Sep 11 00:34:54.976 INFO STEP 143 (ensure_dir) COMPLETE
110302026-09-11T00:34:56.360Z[ host-image] Sep 11 00:34:54.976 INFO O| Sep 11 00:34:54.976 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110312026-09-11T00:34:56.365Z[ host-image] Sep 11 00:34:54.985 INFO O| Sep 11 00:34:54.985 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
110322026-09-11T00:34:56.365Z[ host-image] Sep 11 00:34:54.985 INFO O| Sep 11 00:34:54.985 INFO STEP 144 (ensure_dir) COMPLETE
110332026-09-11T00:34:56.365Z[ host-image] Sep 11 00:34:54.985 INFO O| Sep 11 00:34:54.985 INFO STEP 145: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110342026-09-11T00:34:56.374Z[ host-image] Sep 11 00:34:54.994 INFO O| Sep 11 00:34:54.994 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
110352026-09-11T00:34:56.374Z[ host-image] Sep 11 00:34:54.994 INFO O| Sep 11 00:34:54.994 INFO copying /tmp/.tmpKIaM7w/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 ...
110362026-09-11T00:34:56.374Z[ host-image] Sep 11 00:34:54.994 INFO O| Sep 11 00:34:54.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
110372026-09-11T00:34:56.379Z[ host-image] Sep 11 00:34:54.994 INFO O| Sep 11 00:34:54.994 INFO ok!
110382026-09-11T00:34:56.379Z[ host-image] Sep 11 00:34:54.994 INFO O| Sep 11 00:34:54.994 INFO STEP 145 (ensure_file) COMPLETE
110392026-09-11T00:34:56.379Z[ host-image] Sep 11 00:34:54.994 INFO O| Sep 11 00:34:54.994 INFO STEP 146: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110402026-09-11T00:34:56.384Z[ host-image] Sep 11 00:34:55.004 INFO O| Sep 11 00:34:55.004 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
110412026-09-11T00:34:56.384Z[ host-image] Sep 11 00:34:55.004 INFO O| Sep 11 00:34:55.004 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
110422026-09-11T00:34:56.388Z[ host-image] Sep 11 00:34:55.004 INFO O| Sep 11 00:34:55.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
110432026-09-11T00:34:56.388Z[ host-image] Sep 11 00:34:55.004 INFO O| Sep 11 00:34:55.004 INFO STEP 146 (ensure_dir) COMPLETE
110442026-09-11T00:34:56.388Z[ host-image] Sep 11 00:34:55.004 INFO O| Sep 11 00:34:55.004 INFO STEP 147: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110452026-09-11T00:34:56.392Z[ host-image] Sep 11 00:34:55.012 INFO O| Sep 11 00:34:55.012 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
110462026-09-11T00:34:56.396Z[ host-image] Sep 11 00:34:55.012 INFO O| Sep 11 00:34:55.012 INFO copying /tmp/.tmpKIaM7w/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
110472026-09-11T00:34:56.396Z[ host-image] Sep 11 00:34:55.012 INFO O| Sep 11 00:34:55.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
110482026-09-11T00:34:56.396Z[ host-image] Sep 11 00:34:55.012 INFO O| Sep 11 00:34:55.012 INFO ok!
110492026-09-11T00:34:56.396Z[ host-image] Sep 11 00:34:55.012 INFO O| Sep 11 00:34:55.012 INFO STEP 147 (ensure_file) COMPLETE
110502026-09-11T00:34:56.396Z[ host-image] Sep 11 00:34:55.012 INFO O| Sep 11 00:34:55.012 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110512026-09-11T00:34:56.400Z[ host-image] Sep 11 00:34:55.020 INFO O| Sep 11 00:34:55.020 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
110522026-09-11T00:34:56.404Z[ host-image] Sep 11 00:34:55.020 INFO O| Sep 11 00:34:55.020 INFO STEP 148 (remove_files) COMPLETE
110532026-09-11T00:34:56.404Z[ host-image] Sep 11 00:34:55.020 INFO O| Sep 11 00:34:55.020 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110542026-09-11T00:34:56.408Z[ host-image] Sep 11 00:34:55.028 INFO O| Sep 11 00:34:55.028 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
110552026-09-11T00:34:56.409Z[ host-image] Sep 11 00:34:55.028 INFO O| Sep 11 00:34:55.028 INFO STEP 149 (remove_files) COMPLETE
110562026-09-11T00:34:56.412Z[ host-image] Sep 11 00:34:55.028 INFO O| Sep 11 00:34:55.028 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110572026-09-11T00:34:56.416Z[ host-image] Sep 11 00:34:55.036 INFO O| Sep 11 00:34:55.036 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
110582026-09-11T00:34:56.419Z[ host-image] Sep 11 00:34:55.036 INFO O| Sep 11 00:34:55.036 INFO STEP 150 (remove_files) COMPLETE
110592026-09-11T00:34:56.419Z[ host-image] Sep 11 00:34:55.036 INFO O| Sep 11 00:34:55.036 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110602026-09-11T00:34:56.425Z[ host-image] Sep 11 00:34:55.045 INFO O| Sep 11 00:34:55.045 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
110612026-09-11T00:34:56.429Z[ host-image] Sep 11 00:34:55.045 INFO O| Sep 11 00:34:55.045 INFO STEP 151 (remove_files) COMPLETE
110622026-09-11T00:34:56.429Z[ host-image] Sep 11 00:34:55.045 INFO O| Sep 11 00:34:55.045 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110632026-09-11T00:34:56.434Z[ host-image] Sep 11 00:34:55.054 INFO O| Sep 11 00:34:55.054 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
110642026-09-11T00:34:56.434Z[ host-image] Sep 11 00:34:55.054 INFO O| Sep 11 00:34:55.054 INFO STEP 152 (remove_files) COMPLETE
110652026-09-11T00:34:56.438Z[ host-image] Sep 11 00:34:55.054 INFO O| Sep 11 00:34:55.054 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110662026-09-11T00:34:56.444Z[ host-image] Sep 11 00:34:55.064 INFO O| Sep 11 00:34:55.064 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
110672026-09-11T00:34:56.448Z[ host-image] Sep 11 00:34:55.064 INFO O| Sep 11 00:34:55.064 INFO STEP 153 (remove_files) COMPLETE
110682026-09-11T00:34:56.448Z[ host-image] Sep 11 00:34:55.064 INFO O| Sep 11 00:34:55.064 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110692026-09-11T00:34:56.453Z[ host-image] Sep 11 00:34:55.073 INFO O| Sep 11 00:34:55.073 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
110702026-09-11T00:34:56.457Z[ host-image] Sep 11 00:34:55.073 INFO O| Sep 11 00:34:55.073 INFO STEP 154 (remove_files) COMPLETE
110712026-09-11T00:34:56.457Z[ host-image] Sep 11 00:34:55.073 INFO O| Sep 11 00:34:55.073 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110722026-09-11T00:34:56.462Z[ host-image] Sep 11 00:34:55.082 INFO O| Sep 11 00:34:55.082 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
110732026-09-11T00:34:56.462Z[ host-image] Sep 11 00:34:55.082 INFO O| Sep 11 00:34:55.082 INFO STEP 155 (remove_files) COMPLETE
110742026-09-11T00:34:56.466Z[ host-image] Sep 11 00:34:55.082 INFO O| Sep 11 00:34:55.082 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110752026-09-11T00:34:56.470Z[ host-image] Sep 11 00:34:55.089 INFO O| Sep 11 00:34:55.089 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
110762026-09-11T00:34:56.470Z[ host-image] Sep 11 00:34:55.090 INFO O| Sep 11 00:34:55.090 INFO STEP 156 (remove_files) COMPLETE
110772026-09-11T00:34:56.471Z[ host-image] Sep 11 00:34:55.090 INFO O| Sep 11 00:34:55.090 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110782026-09-11T00:34:56.479Z[ host-image] Sep 11 00:34:55.099 INFO O| Sep 11 00:34:55.099 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
110792026-09-11T00:34:56.482Z[ host-image] Sep 11 00:34:55.099 INFO O| Sep 11 00:34:55.099 INFO STEP 157 (remove_files) COMPLETE
110802026-09-11T00:34:56.482Z[ host-image] Sep 11 00:34:55.099 INFO O| Sep 11 00:34:55.099 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110812026-09-11T00:34:56.489Z[ host-image] Sep 11 00:34:55.108 INFO O| Sep 11 00:34:55.108 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
110822026-09-11T00:34:56.494Z[ host-image] Sep 11 00:34:55.108 INFO O| Sep 11 00:34:55.108 INFO STEP 158 (remove_files) COMPLETE
110832026-09-11T00:34:56.494Z[ host-image] Sep 11 00:34:55.108 INFO O| Sep 11 00:34:55.108 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110842026-09-11T00:34:56.498Z[ host-image] Sep 11 00:34:55.116 INFO O| Sep 11 00:34:55.116 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
110852026-09-11T00:34:56.498Z[ host-image] Sep 11 00:34:55.116 INFO O| Sep 11 00:34:55.116 INFO STEP 159 (remove_files) COMPLETE
110862026-09-11T00:34:56.498Z[ host-image] Sep 11 00:34:55.116 INFO O| Sep 11 00:34:55.116 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110872026-09-11T00:34:56.505Z[ host-image] Sep 11 00:34:55.125 INFO O| Sep 11 00:34:55.125 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
110882026-09-11T00:34:56.505Z[ host-image] Sep 11 00:34:55.125 INFO O| Sep 11 00:34:55.125 INFO STEP 160 (remove_files) COMPLETE
110892026-09-11T00:34:56.510Z[ host-image] Sep 11 00:34:55.125 INFO O| Sep 11 00:34:55.125 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110902026-09-11T00:34:56.514Z[ host-image] Sep 11 00:34:55.133 INFO O| Sep 11 00:34:55.133 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
110912026-09-11T00:34:56.514Z[ host-image] Sep 11 00:34:55.133 INFO O| Sep 11 00:34:55.133 INFO STEP 161 (remove_files) COMPLETE
110922026-09-11T00:34:56.514Z[ host-image] Sep 11 00:34:55.133 INFO O| Sep 11 00:34:55.133 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110932026-09-11T00:34:56.523Z[ host-image] Sep 11 00:34:55.142 INFO O| Sep 11 00:34:55.142 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
110942026-09-11T00:34:56.523Z[ host-image] Sep 11 00:34:55.142 INFO O| Sep 11 00:34:55.142 INFO STEP 162 (remove_files) COMPLETE
110952026-09-11T00:34:56.523Z[ host-image] Sep 11 00:34:55.142 INFO O| Sep 11 00:34:55.142 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110962026-09-11T00:34:56.532Z[ host-image] Sep 11 00:34:55.151 INFO O| Sep 11 00:34:55.151 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
110972026-09-11T00:34:56.532Z[ host-image] Sep 11 00:34:55.151 INFO O| Sep 11 00:34:55.151 INFO STEP 163 (remove_files) COMPLETE
110982026-09-11T00:34:56.537Z[ host-image] Sep 11 00:34:55.151 INFO O| Sep 11 00:34:55.151 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110992026-09-11T00:34:56.541Z[ host-image] Sep 11 00:34:55.160 INFO O| Sep 11 00:34:55.160 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
111002026-09-11T00:34:56.541Z[ host-image] Sep 11 00:34:55.160 INFO O| Sep 11 00:34:55.160 INFO STEP 164 (remove_files) COMPLETE
111012026-09-11T00:34:56.541Z[ host-image] Sep 11 00:34:55.160 INFO O| Sep 11 00:34:55.160 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111022026-09-11T00:34:56.548Z[ host-image] Sep 11 00:34:55.168 INFO O| Sep 11 00:34:55.168 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
111032026-09-11T00:34:56.548Z[ host-image] Sep 11 00:34:55.168 INFO O| Sep 11 00:34:55.168 INFO STEP 165 (remove_files) COMPLETE
111042026-09-11T00:34:56.552Z[ host-image] Sep 11 00:34:55.168 INFO O| Sep 11 00:34:55.168 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111052026-09-11T00:34:56.558Z[ host-image] Sep 11 00:34:55.178 INFO O| Sep 11 00:34:55.178 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
111062026-09-11T00:34:56.558Z[ host-image] Sep 11 00:34:55.178 INFO O| Sep 11 00:34:55.178 INFO STEP 166 (remove_files) COMPLETE
111072026-09-11T00:34:56.561Z[ host-image] Sep 11 00:34:55.178 INFO O| Sep 11 00:34:55.178 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111082026-09-11T00:34:56.567Z[ host-image] Sep 11 00:34:55.187 INFO O| Sep 11 00:34:55.187 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
111092026-09-11T00:34:56.567Z[ host-image] Sep 11 00:34:55.187 INFO O| Sep 11 00:34:55.187 INFO STEP 167 (remove_files) COMPLETE
111102026-09-11T00:34:56.567Z[ host-image] Sep 11 00:34:55.187 INFO O| Sep 11 00:34:55.187 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111112026-09-11T00:34:56.575Z[ host-image] Sep 11 00:34:55.195 INFO O| Sep 11 00:34:55.195 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
111122026-09-11T00:34:56.575Z[ host-image] Sep 11 00:34:55.195 INFO O| Sep 11 00:34:55.195 INFO STEP 168 (remove_files) COMPLETE
111132026-09-11T00:34:56.579Z[ host-image] Sep 11 00:34:55.195 INFO O| Sep 11 00:34:55.195 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111142026-09-11T00:34:56.583Z[ host-image] Sep 11 00:34:55.204 INFO O| Sep 11 00:34:55.203 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
111152026-09-11T00:34:56.587Z[ host-image] Sep 11 00:34:55.204 INFO O| Sep 11 00:34:55.204 INFO STEP 169 (remove_files) COMPLETE
111162026-09-11T00:34:56.587Z[ host-image] Sep 11 00:34:55.204 INFO O| Sep 11 00:34:55.204 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111172026-09-11T00:34:56.594Z[ host-image] Sep 11 00:34:55.214 INFO O| Sep 11 00:34:55.214 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
111182026-09-11T00:34:56.594Z[ host-image] Sep 11 00:34:55.214 INFO O| Sep 11 00:34:55.214 INFO STEP 170 (remove_files) COMPLETE
111192026-09-11T00:34:56.594Z[ host-image] Sep 11 00:34:55.214 INFO O| Sep 11 00:34:55.214 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111202026-09-11T00:34:56.603Z[ host-image] Sep 11 00:34:55.223 INFO O| Sep 11 00:34:55.223 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
111212026-09-11T00:34:56.603Z[ host-image] Sep 11 00:34:55.223 INFO O| Sep 11 00:34:55.223 INFO STEP 171 (remove_files) COMPLETE
111222026-09-11T00:34:56.603Z[ host-image] Sep 11 00:34:55.223 INFO O| Sep 11 00:34:55.223 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111232026-09-11T00:34:56.611Z[ host-image] Sep 11 00:34:55.231 INFO O| Sep 11 00:34:55.231 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
111242026-09-11T00:34:56.611Z[ host-image] Sep 11 00:34:55.231 INFO O| Sep 11 00:34:55.231 INFO STEP 172 (remove_files) COMPLETE
111252026-09-11T00:34:56.615Z[ host-image] Sep 11 00:34:55.231 INFO O| Sep 11 00:34:55.231 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111262026-09-11T00:34:56.619Z[ host-image] Sep 11 00:34:55.239 INFO O| Sep 11 00:34:55.238 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
111272026-09-11T00:34:56.619Z[ host-image] Sep 11 00:34:55.239 INFO O| Sep 11 00:34:55.239 INFO STEP 173 (remove_files) COMPLETE
111282026-09-11T00:34:56.619Z[ host-image] Sep 11 00:34:55.239 INFO O| Sep 11 00:34:55.239 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111292026-09-11T00:34:56.628Z[ host-image] Sep 11 00:34:55.247 INFO O| Sep 11 00:34:55.247 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
111302026-09-11T00:34:56.628Z[ host-image] Sep 11 00:34:55.247 INFO O| Sep 11 00:34:55.247 INFO STEP 174 (remove_files) COMPLETE
111312026-09-11T00:34:56.628Z[ host-image] Sep 11 00:34:55.247 INFO O| Sep 11 00:34:55.247 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111322026-09-11T00:34:56.636Z[ host-image] Sep 11 00:34:55.256 INFO O| Sep 11 00:34:55.256 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
111332026-09-11T00:34:56.636Z[ host-image] Sep 11 00:34:55.256 INFO O| Sep 11 00:34:55.256 INFO STEP 175 (remove_files) COMPLETE
111342026-09-11T00:34:56.639Z[ host-image] Sep 11 00:34:55.256 INFO O| Sep 11 00:34:55.256 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111352026-09-11T00:34:56.644Z[ host-image] Sep 11 00:34:55.264 INFO O| Sep 11 00:34:55.263 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
111362026-09-11T00:34:56.644Z[ host-image] Sep 11 00:34:55.264 INFO O| Sep 11 00:34:55.264 INFO STEP 176 (remove_files) COMPLETE
111372026-09-11T00:34:56.644Z[ host-image] Sep 11 00:34:55.264 INFO O| Sep 11 00:34:55.264 INFO STEP 177: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
111382026-09-11T00:34:56.654Z[ host-image] Sep 11 00:34:55.273 INFO O| Sep 11 00:34:55.273 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
111392026-09-11T00:34:56.654Z[ host-image] Sep 11 00:34:55.274 INFO O| Sep 11 00:34:55.274 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
111402026-09-11T00:35:00.366Z[ host-image] Sep 11 00:34:58.985 INFO O| Sep 11 00:34:58.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
111412026-09-11T00:35:00.366Z[ host-image] Sep 11 00:34:58.985 INFO O| Sep 11 00:34:58.985 INFO E| svccfg: Loaded 80 smf(7) service descriptions
111422026-09-11T00:35:00.378Z[ host-image] Sep 11 00:34:58.997 INFO O| Sep 11 00:34:58.997 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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"}
111432026-09-11T00:35:00.489Z[ host-image] Sep 11 00:34:59.109 INFO O| Sep 11 00:34:59.109 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
111442026-09-11T00:35:00.554Z[ host-image] Sep 11 00:34:59.173 INFO O| Sep 11 00:34:59.173 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
111452026-09-11T00:35:00.627Z[ host-image] Sep 11 00:34:59.246 INFO O| Sep 11 00:34:59.246 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
111462026-09-11T00:35:00.627Z[ host-image] Sep 11 00:34:59.246 INFO O| Sep 11 00:34:59.246 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
111472026-09-11T00:35:00.630Z[ host-image] Sep 11 00:34:59.248 INFO O| Sep 11 00:34:59.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
111482026-09-11T00:35:00.631Z[ host-image] Sep 11 00:34:59.248 INFO O| Sep 11 00:34:59.248 INFO ok!
111492026-09-11T00:35:00.631Z[ host-image] Sep 11 00:34:59.248 INFO O| Sep 11 00:34:59.248 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
111502026-09-11T00:35:00.631Z[ host-image] Sep 11 00:34:59.248 INFO O| Sep 11 00:34:59.248 INFO STEP 177 (seed_smf) COMPLETE
111512026-09-11T00:35:00.631Z[ host-image] Sep 11 00:34:59.248 INFO O| Sep 11 00:34:59.248 INFO steps complete; finalising image!
111522026-09-11T00:35:00.631Z[ host-image] Sep 11 00:34:59.248 INFO O| Sep 11 00:34:59.248 INFO TRIM POOL: TEMPORARY-sled-zfs
111532026-09-11T00:35:00.740Z[ host-image] Sep 11 00:34:59.360 INFO O| Sep 11 00:34:59.360 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Fri Sep 11 00:34:59 2026)
111542026-09-11T00:35:00.963Z[ host-image] Sep 11 00:34:59.582 INFO O| Sep 11 00:34:59.582 INFO temporary pool has 713M used, 311M avail, 1.93x compressratio
111552026-09-11T00:35:00.963Z[ host-image] Sep 11 00:34:59.582 INFO O| Sep 11 00:34:59.582 INFO EXPORT POOL: TEMPORARY-sled-zfs
111562026-09-11T00:35:01.332Z[ host-image] Sep 11 00:34:59.951 INFO O| Sep 11 00:34:59.951 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
111572026-09-11T00:35:01.332Z[ host-image] Sep 11 00:34:59.951 INFO O| Sep 11 00:34:59.951 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
111582026-09-11T00:35:02.582Z[ host-image] Sep 11 00:35:01.195 INFO O| Sep 11 00:35:01.194 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
111592026-09-11T00:35:02.589Z[ host-image] Sep 11 00:35:01.195 INFO O| Sep 11 00:35:01.195 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
111602026-09-11T00:35:02.591Z[ host-image] Sep 11 00:35:01.195 INFO O| Sep 11 00:35:01.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
111612026-09-11T00:35:02.591Z[ host-image] Sep 11 00:35:01.195 INFO O| Sep 11 00:35:01.195 INFO completed processing sled/zfs
111622026-09-11T00:35:02.591Z[ host-image] Sep 11 00:35:01.195 INFO O| Sep 11 00:35:01.195 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
111632026-09-11T00:35:13.947Z[ recovery-image] Sep 11 00:35:12.566 INFO O| ok, image written!
111642026-09-11T00:35:13.947Z[ recovery-image] Sep 11 00:35:12.566 INFO O| ok, boot_image_csum file written!
111652026-09-11T00:35:13.951Z[ recovery-image] Sep 11 00:35:12.568 INFO creating boot archive (CPIO)...
111662026-09-11T00:35:13.951Z[ recovery-image] Sep 11 00:35:12.568 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
111672026-09-11T00:35:13.955Z[ recovery-image] Sep 11 00:35:12.573 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
111682026-09-11T00:35:13.955Z[ recovery-image] Sep 11 00:35:12.573 INFO E| + outfile=/work/os-recovery/cpio
111692026-09-11T00:35:13.955Z[ recovery-image] Sep 11 00:35:12.573 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
111702026-09-11T00:35:13.959Z[ recovery-image] Sep 11 00:35:12.575 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
111712026-09-11T00:35:13.959Z[ recovery-image] Sep 11 00:35:12.575 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
111722026-09-11T00:35:13.983Z[ recovery-image] Sep 11 00:35:12.603 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
111732026-09-11T00:35:13.983Z[ recovery-image] Sep 11 00:35:12.603 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
111742026-09-11T00:35:13.990Z[ recovery-image] Sep 11 00:35:12.610 INFO creating compressed cpio/unix for dev loaders...
111752026-09-11T00:35:13.990Z[ recovery-image] Sep 11 00:35:12.610 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
111762026-09-11T00:35:14.222Z[ recovery-image] Sep 11 00:35:12.841 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
111772026-09-11T00:35:17.534Z[ recovery-image] Sep 11 00:35:16.153 INFO creating reset image...
111782026-09-11T00:35:17.534Z[ recovery-image] Sep 11 00:35:16.153 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")
111792026-09-11T00:35:17.760Z[ recovery-image] Sep 11 00:35:16.380 INFO E| Updating crates.io index
111802026-09-11T00:35:17.860Z[ recovery-image] Sep 11 00:35:16.480 INFO E| Downloading crates ...
111812026-09-11T00:35:17.902Z[ recovery-image] Sep 11 00:35:16.522 INFO E| Downloaded shared_child v1.1.1
111822026-09-11T00:35:17.906Z[ recovery-image] Sep 11 00:35:16.523 INFO E| Downloaded colorchoice v1.0.5
111832026-09-11T00:35:17.906Z[ recovery-image] Sep 11 00:35:16.524 INFO E| Downloaded os_pipe v1.2.3
111842026-09-11T00:35:17.910Z[ recovery-image] Sep 11 00:35:16.527 INFO E| Downloaded shared_thread v0.2.0
111852026-09-11T00:35:17.910Z[ recovery-image] Sep 11 00:35:16.529 INFO E| Downloaded sigchld v0.2.4
111862026-09-11T00:35:17.914Z[ recovery-image] Sep 11 00:35:16.530 INFO E| Downloaded duct v1.1.1
111872026-09-11T00:35:17.914Z[ recovery-image] Sep 11 00:35:16.532 INFO E| Downloaded clap_lex v1.1.0
111882026-09-11T00:35:17.945Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling libc v0.2.186
111892026-09-11T00:35:17.945Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling proc-macro2 v1.0.106
111902026-09-11T00:35:17.945Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling signal-hook v0.3.18
111912026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling unicode-ident v1.0.24
111922026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling quote v1.0.45
111932026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling utf8parse v0.2.2
111942026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling anstyle-query v1.1.5
111952026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling is_terminal_polyfill v1.70.2
111962026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling anstyle v1.0.14
111972026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.564 INFO E| Compiling colorchoice v1.0.5
111982026-09-11T00:35:17.949Z[ recovery-image] Sep 11 00:35:16.565 INFO E| Compiling strsim v0.11.1
111992026-09-11T00:35:17.950Z[ recovery-image] Sep 11 00:35:16.565 INFO E| Compiling clap_lex v1.1.0
112002026-09-11T00:35:17.950Z[ recovery-image] Sep 11 00:35:16.565 INFO E| Compiling heck v0.5.0
112012026-09-11T00:35:17.950Z[ recovery-image] Sep 11 00:35:16.565 INFO E| Compiling shared_thread v0.2.0
112022026-09-11T00:35:18.092Z[ recovery-image] Sep 11 00:35:16.712 INFO E| Compiling anstyle-parse v1.0.0
112032026-09-11T00:35:18.262Z[ recovery-image] Sep 11 00:35:16.881 INFO E| Compiling anstream v1.0.0
112042026-09-11T00:35:18.471Z[ recovery-image] Sep 11 00:35:17.090 INFO E| Compiling clap_builder v4.6.0
112052026-09-11T00:35:18.716Z[ recovery-image] Sep 11 00:35:17.333 INFO E| Compiling errno v0.3.14
112062026-09-11T00:35:18.716Z[ recovery-image] Sep 11 00:35:17.333 INFO E| Compiling os_pipe v1.2.3
112072026-09-11T00:35:18.814Z[ recovery-image] Sep 11 00:35:17.433 INFO E| Compiling signal-hook-registry v1.4.8
112082026-09-11T00:35:19.023Z[ recovery-image] Sep 11 00:35:17.642 INFO E| Compiling syn v2.0.117
112092026-09-11T00:35:19.088Z[ recovery-image] Sep 11 00:35:17.707 INFO E| Compiling sigchld v0.2.4
112102026-09-11T00:35:19.206Z[ recovery-image] Sep 11 00:35:17.826 INFO E| Compiling shared_child v1.1.1
112112026-09-11T00:35:19.323Z[ recovery-image] Sep 11 00:35:17.942 INFO E| Compiling duct v1.1.1
112122026-09-11T00:35:20.058Z[ host-image] Sep 11 00:35:18.678 INFO O| Sep 11 00:35:18.678 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
112132026-09-11T00:35:20.150Z[ host-image] Sep 11 00:35:18.769 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
112142026-09-11T00:35:20.150Z[ host-image] Sep 11 00:35:18.769 INFO expanded image name: "ci c494933/${os_short_commit} 2026-09-11 00:19" -> "ci c494933/0a8e320 2026-09-11 00:19"
112152026-09-11T00:35:20.154Z[ host-image] Sep 11 00:35:18.769 INFO output artefacts stored in: "/work/os-host"
112162026-09-11T00:35:20.154Z[ host-image] Sep 11 00:35:18.769 INFO collecting git info from project "pilot"...
112172026-09-11T00:35:20.159Z[ host-image] Sep 11 00:35:18.776 INFO collecting git info from project "pinprick"...
112182026-09-11T00:35:20.162Z[ host-image] Sep 11 00:35:18.781 INFO collecting git info from project "amd-firmware"...
112192026-09-11T00:35:20.172Z[ host-image] Sep 11 00:35:18.792 INFO collecting git info from project "chelsio-t6-roms"...
112202026-09-11T00:35:20.177Z[ host-image] Sep 11 00:35:18.797 INFO collecting git info from project "phbl"...
112212026-09-11T00:35:20.182Z[ host-image] Sep 11 00:35:18.802 INFO collecting git info from project "dmar-report"...
112222026-09-11T00:35:20.188Z[ host-image] Sep 11 00:35:18.807 INFO collecting git info from project "amd-host-image-builder"...
112232026-09-11T00:35:20.192Z[ host-image] Sep 11 00:35:18.812 INFO collecting git info from project "bootserver"...
112242026-09-11T00:35:20.196Z[ host-image] Sep 11 00:35:18.816 INFO collecting git info from project "image-builder"...
112252026-09-11T00:35:20.202Z[ host-image] Sep 11 00:35:18.821 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
112262026-09-11T00:35:20.525Z[ host-image] Sep 11 00:35:19.144 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
112272026-09-11T00:35:20.825Z[ host-image] Sep 11 00:35:19.445 INFO creating Oxide boot image...
112282026-09-11T00:35:20.825Z[ host-image] Sep 11 00:35:19.445 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c494933/0a8e320 2026-09-11 00:19", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
112292026-09-11T00:35:21.072Z[ recovery-image] Sep 11 00:35:19.691 INFO E| Compiling clap_derive v4.6.1
112302026-09-11T00:35:21.814Z[ host-image] Sep 11 00:35:20.434 INFO O| ok, image written!
112312026-09-11T00:35:21.815Z[ host-image] Sep 11 00:35:20.434 INFO O| ok, boot_image_csum file written!
112322026-09-11T00:35:21.819Z[ host-image] Sep 11 00:35:20.436 INFO creating boot archive (CPIO)...
112332026-09-11T00:35:21.819Z[ host-image] Sep 11 00:35:20.436 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
112342026-09-11T00:35:21.823Z[ host-image] Sep 11 00:35:20.440 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
112352026-09-11T00:35:21.823Z[ host-image] Sep 11 00:35:20.440 INFO E| + outfile=/work/os-host/cpio
112362026-09-11T00:35:21.823Z[ host-image] Sep 11 00:35:20.440 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
112372026-09-11T00:35:21.823Z[ host-image] Sep 11 00:35:20.442 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
112382026-09-11T00:35:21.823Z[ host-image] Sep 11 00:35:20.442 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
112392026-09-11T00:35:21.849Z[ host-image] Sep 11 00:35:20.468 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
112402026-09-11T00:35:21.849Z[ host-image] Sep 11 00:35:20.469 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
112412026-09-11T00:35:21.856Z[ host-image] Sep 11 00:35:20.475 INFO creating compressed cpio/unix for dev loaders...
112422026-09-11T00:35:21.856Z[ host-image] Sep 11 00:35:20.475 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
112432026-09-11T00:35:22.089Z[ host-image] Sep 11 00:35:20.708 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
112442026-09-11T00:35:22.365Z[ recovery-image] Sep 11 00:35:20.984 INFO E| Compiling clap v4.6.1
112452026-09-11T00:35:22.425Z[ recovery-image] Sep 11 00:35:21.044 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
112462026-09-11T00:35:23.239Z[ recovery-image] Sep 11 00:35:21.859 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
112472026-09-11T00:35:23.244Z[ recovery-image] Sep 11 00:35:21.864 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
112482026-09-11T00:35:23.453Z[ recovery-image] Sep 11 00:35:22.072 INFO E| Downloading crates ...
112492026-09-11T00:35:23.503Z[ recovery-image] Sep 11 00:35:22.123 INFO E| Downloaded miniz_oxide v0.9.1
112502026-09-11T00:35:23.508Z[ recovery-image] Sep 11 00:35:22.128 INFO E| Downloaded log v0.4.32
112512026-09-11T00:35:23.514Z[ recovery-image] Sep 11 00:35:22.130 INFO E| Downloaded bit_field v0.10.3
112522026-09-11T00:35:23.514Z[ recovery-image] Sep 11 00:35:22.130 INFO E| Downloaded cpio_reader v0.1.2
112532026-09-11T00:35:23.514Z[ recovery-image] Sep 11 00:35:22.131 INFO E| Downloaded bitstruct v0.1.1
112542026-09-11T00:35:23.518Z[ recovery-image] Sep 11 00:35:22.137 INFO E| Downloaded bitflags v2.13.0
112552026-09-11T00:35:23.521Z[ recovery-image] Sep 11 00:35:22.139 INFO E| Downloaded bitstruct_derive v0.1.0
112562026-09-11T00:35:23.524Z[ recovery-image] Sep 11 00:35:22.142 INFO E| Downloaded raw-cpuid v10.7.0
112572026-09-11T00:35:23.548Z[ recovery-image] Sep 11 00:35:22.167 INFO E| Downloaded goblin v0.10.7
112582026-09-11T00:35:23.635Z[ recovery-image] Sep 11 00:35:22.254 INFO E| Downloaded x86 v0.52.0
112592026-09-11T00:35:23.667Z[ recovery-image] Sep 11 00:35:22.286 INFO E| Updating crates.io index
112602026-09-11T00:35:23.716Z[ recovery-image] Sep 11 00:35:22.336 INFO E| Downloading crates ...
112612026-09-11T00:35:23.739Z[ recovery-image] Sep 11 00:35:22.358 INFO E| Downloaded hashbrown v0.17.1
112622026-09-11T00:35:23.742Z[ recovery-image] Sep 11 00:35:22.362 INFO E| Downloaded rustc-literal-escaper v0.0.7
112632026-09-11T00:35:23.783Z[ recovery-image] Sep 11 00:35:22.402 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)
112642026-09-11T00:35:23.787Z[ recovery-image] Sep 11 00:35:22.402 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)
112652026-09-11T00:35:23.787Z[ recovery-image] Sep 11 00:35:22.402 INFO E| Compiling proc-macro2 v1.0.106
112662026-09-11T00:35:23.787Z[ recovery-image] Sep 11 00:35:22.402 INFO E| Compiling unicode-ident v1.0.24
112672026-09-11T00:35:23.787Z[ recovery-image] Sep 11 00:35:22.402 INFO E| Compiling quote v1.0.45
112682026-09-11T00:35:23.787Z[ recovery-image] Sep 11 00:35:22.402 INFO E| Compiling syn v1.0.109
112692026-09-11T00:35:23.788Z[ recovery-image] Sep 11 00:35:22.402 INFO E| Compiling x86 v0.52.0
112702026-09-11T00:35:23.788Z[ recovery-image] Sep 11 00:35:22.402 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112712026-09-11T00:35:23.788Z[ recovery-image] Sep 11 00:35:22.402 INFO E| Compiling seq-macro v0.3.6
112722026-09-11T00:35:24.721Z[ recovery-image] Sep 11 00:35:23.340 INFO E| Compiling syn v2.0.117
112732026-09-11T00:35:25.454Z[ host-image] Sep 11 00:35:24.073 INFO creating reset image...
112742026-09-11T00:35:25.454Z[ host-image] Sep 11 00:35:24.073 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")
112752026-09-11T00:35:25.526Z[ host-image] Sep 11 00:35:24.145 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
112762026-09-11T00:35:25.530Z[ host-image] Sep 11 00:35:24.147 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
112772026-09-11T00:35:25.919Z[ host-image] Sep 11 00:35:24.481 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)
112782026-09-11T00:35:25.919Z[ host-image] Sep 11 00:35:24.481 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)
112792026-09-11T00:35:25.920Z[ host-image] Sep 11 00:35:24.481 INFO E| Compiling proc-macro2 v1.0.106
112802026-09-11T00:35:25.931Z[ host-image] Sep 11 00:35:24.481 INFO E| Compiling unicode-ident v1.0.24
112812026-09-11T00:35:25.931Z[ host-image] Sep 11 00:35:24.481 INFO E| Compiling quote v1.0.45
112822026-09-11T00:35:25.931Z[ host-image] Sep 11 00:35:24.481 INFO E| Compiling syn v1.0.109
112832026-09-11T00:35:25.931Z[ host-image] Sep 11 00:35:24.481 INFO E| Compiling x86 v0.52.0
112842026-09-11T00:35:25.931Z[ host-image] Sep 11 00:35:24.481 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112852026-09-11T00:35:25.931Z[ host-image] Sep 11 00:35:24.481 INFO E| Compiling seq-macro v0.3.6
112862026-09-11T00:35:26.094Z[ recovery-image] Sep 11 00:35:24.712 INFO E| Compiling scroll_derive v0.13.1
112872026-09-11T00:35:26.883Z[ host-image] Sep 11 00:35:25.502 INFO E| Compiling syn v2.0.117
112882026-09-11T00:35:27.114Z[ recovery-image] Sep 11 00:35:25.733 INFO E| Compiling bitstruct_derive v0.1.0
112892026-09-11T00:35:28.254Z[ host-image] Sep 11 00:35:26.874 INFO E| Compiling scroll_derive v0.13.1
112902026-09-11T00:35:29.298Z[ host-image] Sep 11 00:35:27.918 INFO E| Compiling bitstruct_derive v0.1.0
112912026-09-11T00:35:36.677Z[ recovery-image] Sep 11 00:35:35.296 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)
112922026-09-11T00:35:38.753Z[ host-image] Sep 11 00:35:37.373 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)
112932026-09-11T00:35:38.977Z[ recovery-image] Sep 11 00:35:37.596 INFO E| Compiling bitflags v1.3.2
112942026-09-11T00:35:38.977Z[ recovery-image] Sep 11 00:35:37.596 INFO E| Compiling scroll v0.13.0
112952026-09-11T00:35:38.982Z[ recovery-image] Sep 11 00:35:37.597 INFO E| Compiling log v0.4.32
112962026-09-11T00:35:38.982Z[ recovery-image] Sep 11 00:35:37.597 INFO E| Compiling plain v0.2.3
112972026-09-11T00:35:38.982Z[ recovery-image] Sep 11 00:35:37.597 INFO E| Compiling bitflags v2.13.0
112982026-09-11T00:35:38.982Z[ recovery-image] Sep 11 00:35:37.597 INFO E| Compiling adler2 v2.0.1
112992026-09-11T00:35:38.982Z[ recovery-image] Sep 11 00:35:37.597 INFO E| Compiling bit_field v0.10.3
113002026-09-11T00:35:38.982Z[ recovery-image] Sep 11 00:35:37.597 INFO E| Compiling bitstruct v0.1.1
113012026-09-11T00:35:38.982Z[ recovery-image] Sep 11 00:35:37.597 INFO E| Compiling static_assertions v1.1.0
113022026-09-11T00:35:39.038Z[ recovery-image] Sep 11 00:35:37.657 INFO E| Compiling raw-cpuid v10.7.0
113032026-09-11T00:35:39.078Z[ recovery-image] Sep 11 00:35:37.697 INFO E| Compiling miniz_oxide v0.9.1
113042026-09-11T00:35:39.150Z[ recovery-image] Sep 11 00:35:37.769 INFO E| Compiling cpio_reader v0.1.2
113052026-09-11T00:35:39.260Z[ recovery-image] Sep 11 00:35:37.879 INFO E| Compiling goblin v0.10.7
113062026-09-11T00:35:41.275Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling bitflags v1.3.2
113072026-09-11T00:35:41.276Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling bit_field v0.10.3
113082026-09-11T00:35:41.276Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling adler2 v2.0.1
113092026-09-11T00:35:41.280Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling bitflags v2.13.0
113102026-09-11T00:35:41.280Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling scroll v0.13.0
113112026-09-11T00:35:41.280Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling plain v0.2.3
113122026-09-11T00:35:41.280Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling log v0.4.32
113132026-09-11T00:35:41.280Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling static_assertions v1.1.0
113142026-09-11T00:35:41.280Z[ host-image] Sep 11 00:35:39.895 INFO E| Compiling bitstruct v0.1.1
113152026-09-11T00:35:41.338Z[ host-image] Sep 11 00:35:39.957 INFO E| Compiling raw-cpuid v10.7.0
113162026-09-11T00:35:41.403Z[ host-image] Sep 11 00:35:40.023 INFO E| Compiling miniz_oxide v0.9.1
113172026-09-11T00:35:41.501Z[ host-image] Sep 11 00:35:40.118 INFO E| Compiling cpio_reader v0.1.2
113182026-09-11T00:35:41.583Z[ host-image] Sep 11 00:35:40.203 INFO E| Compiling goblin v0.10.7
113192026-09-11T00:35:42.976Z[ recovery-image] Sep 11 00:35:41.595 INFO E| Finished `release` profile [optimized] target(s) in 19.71s
113202026-09-11T00:35:43.002Z[ recovery-image] Sep 11 00:35:41.621 INFO building ROM for gimlet
113212026-09-11T00:35:43.002Z[ recovery-image] Sep 11 00:35:41.621 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")
113222026-09-11T00:35:43.143Z[ recovery-image] Sep 11 00:35:41.762 INFO E| Downloading crates ...
113232026-09-11T00:35:43.220Z[ recovery-image] Sep 11 00:35:41.839 INFO E| Downloaded anstream v0.6.18
113242026-09-11T00:35:43.232Z[ recovery-image] Sep 11 00:35:41.850 INFO E| Downloaded toml v0.8.22
113252026-09-11T00:35:43.254Z[ recovery-image] Sep 11 00:35:41.874 INFO E| Downloaded cc v1.2.20
113262026-09-11T00:35:43.258Z[ recovery-image] Sep 11 00:35:41.876 INFO E| Downloaded toml_edit v0.22.26
113272026-09-11T00:35:43.281Z[ recovery-image] Sep 11 00:35:41.900 INFO E| Downloaded clap_lex v0.7.4
113282026-09-11T00:35:43.286Z[ recovery-image] Sep 11 00:35:41.901 INFO E| Downloaded clap_derive v4.5.32
113292026-09-11T00:35:43.286Z[ recovery-image] Sep 11 00:35:41.903 INFO E| Downloaded anstyle-query v1.1.2
113302026-09-11T00:35:43.302Z[ recovery-image] Sep 11 00:35:41.921 INFO E| Downloaded duct v0.13.7
113312026-09-11T00:35:43.305Z[ recovery-image] Sep 11 00:35:41.923 INFO E| Downloaded is_terminal_polyfill v1.70.1
113322026-09-11T00:35:43.305Z[ recovery-image] Sep 11 00:35:41.923 INFO E| Downloaded toml_write v0.1.1
113332026-09-11T00:35:43.305Z[ recovery-image] Sep 11 00:35:41.924 INFO E| Downloaded winnow v0.7.7
113342026-09-11T00:35:43.312Z[ recovery-image] Sep 11 00:35:41.931 INFO E| Downloaded anstyle-parse v0.2.6
113352026-09-11T00:35:43.316Z[ recovery-image] Sep 11 00:35:41.933 INFO E| Downloaded colorchoice v1.0.3
113362026-09-11T00:35:43.316Z[ recovery-image] Sep 11 00:35:41.933 INFO E| Downloaded serde_spanned v0.6.8
113372026-09-11T00:35:43.316Z[ recovery-image] Sep 11 00:35:41.934 INFO E| Downloaded toml_datetime v0.6.9
113382026-09-11T00:35:43.316Z[ recovery-image] Sep 11 00:35:41.935 INFO E| Downloaded anstyle v1.0.10
113392026-09-11T00:35:43.319Z[ recovery-image] Sep 11 00:35:41.936 INFO E| Downloaded clap_builder v4.5.37
113402026-09-11T00:35:43.323Z[ recovery-image] Sep 11 00:35:41.942 INFO E| Downloaded os_pipe v1.2.1
113412026-09-11T00:35:43.323Z[ recovery-image] Sep 11 00:35:41.943 INFO E| Downloaded shared_child v1.0.1
113422026-09-11T00:35:43.327Z[ recovery-image] Sep 11 00:35:41.943 INFO E| Downloaded clap v4.5.37
113432026-09-11T00:35:43.343Z[ recovery-image] Sep 11 00:35:41.962 INFO E| Compiling syn v2.0.101
113442026-09-11T00:35:43.343Z[ recovery-image] Sep 11 00:35:41.962 INFO E| Compiling libc v0.2.172
113452026-09-11T00:35:43.343Z[ recovery-image] Sep 11 00:35:41.962 INFO E| Compiling utf8parse v0.2.2
113462026-09-11T00:35:43.347Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling anstyle v1.0.10
113472026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling equivalent v1.0.2
113482026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling anstyle-query v1.1.2
113492026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling colorchoice v1.0.3
113502026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling once_cell v1.21.3
113512026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling is_terminal_polyfill v1.70.1
113522026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling shlex v1.3.0
113532026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling hashbrown v0.15.2
113542026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling clap_lex v0.7.4
113552026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling winnow v0.7.7
113562026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling toml_write v0.1.1
113572026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling strsim v0.11.1
113582026-09-11T00:35:43.348Z[ recovery-image] Sep 11 00:35:41.963 INFO E| Compiling anyhow v1.0.98
113592026-09-11T00:35:43.649Z[ recovery-image] Sep 11 00:35:42.269 INFO E| Compiling anstyle-parse v0.2.6
113602026-09-11T00:35:43.723Z[ recovery-image] Sep 11 00:35:42.342 INFO E| Compiling cc v1.2.20
113612026-09-11T00:35:43.963Z[ recovery-image] Sep 11 00:35:42.582 INFO E| Compiling anstream v0.6.18
113622026-09-11T00:35:44.245Z[ recovery-image] Sep 11 00:35:42.864 INFO E| Compiling indexmap v2.9.0
113632026-09-11T00:35:44.377Z[ recovery-image] Sep 11 00:35:42.996 INFO E| Compiling clap_builder v4.5.37
113642026-09-11T00:35:44.500Z[ recovery-image] Sep 11 00:35:43.120 INFO E| Compiling os_pipe v1.2.1
113652026-09-11T00:35:44.500Z[ recovery-image] Sep 11 00:35:43.120 INFO E| Compiling shared_child v1.0.1
113662026-09-11T00:35:44.644Z[ recovery-image] Sep 11 00:35:43.264 INFO E| Compiling duct v0.13.7
113672026-09-11T00:35:45.532Z[ recovery-image] Sep 11 00:35:44.151 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
113682026-09-11T00:35:45.994Z[ host-image] Sep 11 00:35:44.613 INFO E| Finished `release` profile [optimized] target(s) in 20.45s
113692026-09-11T00:35:46.012Z[ host-image] Sep 11 00:35:44.632 INFO building ROM for cosmo
113702026-09-11T00:35:46.012Z[ host-image] Sep 11 00:35:44.632 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")
113712026-09-11T00:35:46.117Z[ host-image] Sep 11 00:35:44.735 INFO E| Blocking waiting for file lock on build directory
113722026-09-11T00:35:46.419Z[ recovery-image] Sep 11 00:35:45.038 INFO E| Compiling serde_derive v1.0.219
113732026-09-11T00:35:46.419Z[ recovery-image] Sep 11 00:35:45.038 INFO E| Compiling clap_derive v4.5.32
113742026-09-11T00:35:47.951Z[ recovery-image] Sep 11 00:35:46.570 INFO E| Compiling clap v4.5.37
113752026-09-11T00:35:48.652Z[ recovery-image] Sep 11 00:35:47.271 INFO E| Compiling serde v1.0.219
113762026-09-11T00:35:50.766Z[ recovery-image] Sep 11 00:35:49.386 INFO E| Compiling serde_spanned v0.6.8
113772026-09-11T00:35:50.766Z[ recovery-image] Sep 11 00:35:49.386 INFO E| Compiling toml_datetime v0.6.9
113782026-09-11T00:35:50.941Z[ recovery-image] Sep 11 00:35:49.561 INFO E| Compiling toml_edit v0.22.26
113792026-09-11T00:35:52.283Z[ recovery-image] Sep 11 00:35:50.903 INFO E| Compiling toml v0.8.22
113802026-09-11T00:35:54.597Z[ recovery-image] Sep 11 00:35:53.216 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
113812026-09-11T00:35:54.607Z[ host-image] Sep 11 00:35:53.227 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
113822026-09-11T00:35:54.648Z[ recovery-image] Sep 11 00:35:53.228 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`
113832026-09-11T00:35:54.648Z[ host-image] Sep 11 00:35:53.230 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`
113842026-09-11T00:35:54.653Z[ recovery-image] Sep 11 00:35:53.247 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113852026-09-11T00:35:54.653Z[ host-image] Sep 11 00:35:53.249 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113862026-09-11T00:35:54.653Z[ host-image] Sep 11 00:35:53.271 INFO E| Blocking waiting for file lock on package cache
113872026-09-11T00:35:54.673Z[ recovery-image] Sep 11 00:35:53.293 INFO E| Blocking waiting for file lock on package cache
113882026-09-11T00:35:54.698Z[ recovery-image] Sep 11 00:35:53.318 INFO E| Blocking waiting for file lock on package cache
113892026-09-11T00:35:54.701Z[ host-image] Sep 11 00:35:53.320 INFO E| Blocking waiting for file lock on package cache
113902026-09-11T00:35:54.719Z[ recovery-image] Sep 11 00:35:53.338 INFO E| Blocking waiting for file lock on package cache
113912026-09-11T00:35:54.735Z[ host-image] Sep 11 00:35:53.355 INFO E| Blocking waiting for file lock on build directory
113922026-09-11T00:35:54.750Z[ recovery-image] Sep 11 00:35:53.370 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
113932026-09-11T00:35:54.755Z[ recovery-image] Sep 11 00:35:53.375 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`
113942026-09-11T00:35:54.761Z[ host-image] Sep 11 00:35:53.381 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
113952026-09-11T00:35:54.765Z[ host-image] Sep 11 00:35:53.385 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`
113962026-09-11T00:35:54.891Z[ recovery-image] Sep 11 00:35:53.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113972026-09-11T00:35:54.891Z[ recovery-image] Sep 11 00:35:53.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113982026-09-11T00:35:54.892Z[ recovery-image] Sep 11 00:35:53.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113992026-09-11T00:35:54.892Z[ recovery-image] Sep 11 00:35:53.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114002026-09-11T00:35:54.904Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114012026-09-11T00:35:54.904Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114022026-09-11T00:35:54.904Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114032026-09-11T00:35:54.904Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114042026-09-11T00:35:54.904Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114052026-09-11T00:35:54.904Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114062026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114072026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114082026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114092026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114102026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114112026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO O| Info: ABL version: 0x100f5010
114122026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114132026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114142026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114152026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114162026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114172026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114182026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114192026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114202026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114212026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114222026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114232026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114242026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114252026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114262026-09-11T00:35:54.905Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114272026-09-11T00:35:54.906Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114282026-09-11T00:35:54.906Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114292026-09-11T00:35:54.906Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114302026-09-11T00:35:54.906Z[ recovery-image] Sep 11 00:35:53.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114312026-09-11T00:35:54.936Z[ recovery-image] Sep 11 00:35:53.556 INFO building ROM for cosmo
114322026-09-11T00:35:54.936Z[ recovery-image] Sep 11 00:35:53.556 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")
114332026-09-11T00:35:54.998Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114342026-09-11T00:35:54.998Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114352026-09-11T00:35:54.998Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114362026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114372026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114382026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114392026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114402026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114412026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114422026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114432026-09-11T00:35:55.002Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114442026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114452026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114462026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114472026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114482026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114492026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114502026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114512026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114522026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114532026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114542026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114552026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114562026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114572026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114582026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114592026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114602026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114612026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114622026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114632026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114642026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114652026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114662026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114672026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114682026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114692026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114702026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114712026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114722026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114732026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114742026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114752026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114762026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114772026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114782026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114792026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114802026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114812026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114822026-09-11T00:35:55.003Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114832026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114842026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114852026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114862026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO O| Info: ABL version: 0x100af010
114872026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114882026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114892026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114902026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114912026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114922026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114932026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114942026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114952026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114962026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114972026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114982026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114992026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115002026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115012026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115022026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115032026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115042026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115052026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115062026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115072026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115082026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115092026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115102026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115112026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115122026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115132026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115142026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115152026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115162026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115172026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115182026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115192026-09-11T00:35:55.004Z[ host-image] Sep 11 00:35:53.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115202026-09-11T00:35:55.030Z[ recovery-image] Sep 11 00:35:53.650 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
115212026-09-11T00:35:55.033Z[ recovery-image] Sep 11 00:35:53.653 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`
115222026-09-11T00:35:55.036Z[ host-image] Sep 11 00:35:53.656 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115232026-09-11T00:35:55.036Z[ host-image] Sep 11 00:35:53.656 INFO building ROM for gimlet
115242026-09-11T00:35:55.036Z[ host-image] Sep 11 00:35:53.656 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")
115252026-09-11T00:35:55.046Z[ recovery-image] Sep 11 00:35:53.666 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
115262026-09-11T00:35:55.094Z[ recovery-image] Sep 11 00:35:53.714 INFO E| Blocking waiting for file lock on package cache
115272026-09-11T00:35:55.119Z[ host-image] Sep 11 00:35:53.739 INFO E| Blocking waiting for file lock on package cache
115282026-09-11T00:35:55.122Z[ recovery-image] Sep 11 00:35:53.739 INFO E| Blocking waiting for file lock on package cache
115292026-09-11T00:35:55.122Z[ host-image] Sep 11 00:35:53.740 INFO E| Blocking waiting for file lock on package cache
115302026-09-11T00:35:55.135Z[ recovery-image] Sep 11 00:35:53.755 INFO E| Blocking waiting for file lock on package cache
115312026-09-11T00:35:55.146Z[ recovery-image] Sep 11 00:35:53.766 INFO E| Blocking waiting for file lock on build directory
115322026-09-11T00:35:55.151Z[ host-image] Sep 11 00:35:53.771 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
115332026-09-11T00:35:55.154Z[ host-image] Sep 11 00:35:53.773 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`
115342026-09-11T00:35:55.162Z[ recovery-image] Sep 11 00:35:53.782 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
115352026-09-11T00:35:55.166Z[ recovery-image] Sep 11 00:35:53.786 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`
115362026-09-11T00:35:55.169Z[ host-image] Sep 11 00:35:53.788 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115372026-09-11T00:35:55.243Z[ host-image] Sep 11 00:35:53.863 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
115382026-09-11T00:35:55.249Z[ host-image] Sep 11 00:35:53.869 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`
115392026-09-11T00:35:55.371Z[ host-image] Sep 11 00:35:53.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115402026-09-11T00:35:55.371Z[ host-image] Sep 11 00:35:53.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115412026-09-11T00:35:55.371Z[ host-image] Sep 11 00:35:53.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115422026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115432026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115442026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115452026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115462026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115472026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115482026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115492026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115502026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115512026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115522026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115532026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115542026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO O| Info: ABL version: 0x100f5010
115552026-09-11T00:35:55.374Z[ host-image] Sep 11 00:35:53.991 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115562026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115572026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115582026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115592026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115602026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115612026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115622026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115632026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115642026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115652026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
115662026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115672026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115682026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115692026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115702026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115712026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115722026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115732026-09-11T00:35:55.375Z[ host-image] Sep 11 00:35:53.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
115742026-09-11T00:35:55.393Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
115752026-09-11T00:35:55.393Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
115762026-09-11T00:35:55.394Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
115772026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
115782026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
115792026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
115802026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
115812026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
115822026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
115832026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
115842026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
115852026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
115862026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
115872026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
115882026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
115892026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
115902026-09-11T00:35:55.397Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
115912026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
115922026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
115932026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
115942026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.014 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
115952026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
115962026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
115972026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
115982026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
115992026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
116002026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
116012026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
116022026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
116032026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
116042026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
116052026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
116062026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
116072026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
116082026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
116092026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
116102026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
116112026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
116122026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
116132026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
116142026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
116152026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
116162026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
116172026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
116182026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
116192026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
116202026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
116212026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
116222026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
116232026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
116242026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
116252026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
116262026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
116272026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.015 INFO O| Info: ABL version: 0x100af010
116282026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.016 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
116292026-09-11T00:35:55.398Z[ recovery-image] Sep 11 00:35:54.016 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
116302026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
116312026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
116322026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
116332026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
116342026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
116352026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
116362026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
116372026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
116382026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
116392026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
116402026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
116412026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
116422026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
116432026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
116442026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
116452026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
116462026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
116472026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
116482026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
116492026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
116502026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
116512026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
116522026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
116532026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
116542026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
116552026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
116562026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
116572026-09-11T00:35:55.399Z[ recovery-image] Sep 11 00:35:54.016 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
116582026-09-11T00:35:55.403Z[ recovery-image] Sep 11 00:35:54.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
116592026-09-11T00:35:55.403Z[ recovery-image] Sep 11 00:35:54.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
116602026-09-11T00:35:55.403Z[ recovery-image] Sep 11 00:35:54.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
116612026-09-11T00:35:55.416Z[ host-image] Sep 11 00:35:54.036 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
116622026-09-11T00:35:55.416Z[ host-image] Sep 11 00:35:54.036 INFO finishing image archive at "/work/os-host/os.tar.gz"...
116632026-09-11T00:35:55.436Z[ recovery-image] Sep 11 00:35:54.056 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
116642026-09-11T00:35:55.436Z[ recovery-image] Sep 11 00:35:54.056 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
116652026-09-11T00:35:55.439Z[ recovery-image] Sep 11 00:35:54.056 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
116662026-09-11T00:35:56.636Z[ recovery-image] Sep 11 00:35:55.255 INFO image complete! materials are in "/work/os-recovery"
116672026-09-11T00:35:56.639Z[ recovery-image]
116682026-09-11T00:35:56.639Z[ recovery-image] real 3:41.796718657
116692026-09-11T00:35:56.639Z[ recovery-image] user 2:45.577764889
116702026-09-11T00:35:56.639Z[ recovery-image] sys 40.960290408
116712026-09-11T00:35:56.639Z[ recovery-image] trap 0.143770840
116722026-09-11T00:35:56.639Z[ recovery-image] tflt 0.597240596
116732026-09-11T00:35:56.639Z[ recovery-image] dflt 1.041176737
116742026-09-11T00:35:56.639Z[ recovery-image] kflt 0.000175850
116752026-09-11T00:35:56.639Z[ recovery-image] lock 8:33.024866651
116762026-09-11T00:35:56.639Z[ recovery-image] slp 19:53.124485799
116772026-09-11T00:35:56.639Z[ recovery-image] lat 46.751527650
116782026-09-11T00:35:56.639Z[ recovery-image] stop 8.903242536
116792026-09-11T00:35:56.639ZSep 11 00:35:55.259 INFO [recovery-image] process exited with exit status: 0 (221.825162428s)
116802026-09-11T00:35:56.639ZSep 11 00:35:55.259 INFO [tuf-v2-recovery] running task
116812026-09-11T00:35:56.643ZSep 11 00:35:55.260 INFO [tuf-v2-recovery] task succeeded (962.971µs)
116822026-09-11T00:35:56.746Z[ host-image] Sep 11 00:35:55.366 INFO image complete! materials are in "/work/os-host"
116832026-09-11T00:35:56.749Z[ host-image]
116842026-09-11T00:35:56.750Z[ host-image] real 4:13.910016951
116852026-09-11T00:35:56.750Z[ host-image] user 2:57.640191206
116862026-09-11T00:35:56.750Z[ host-image] sys 38.530558071
116872026-09-11T00:35:56.750Z[ host-image] trap 0.161789202
116882026-09-11T00:35:56.750Z[ host-image] tflt 0.297845711
116892026-09-11T00:35:56.750Z[ host-image] dflt 0.287913975
116902026-09-11T00:35:56.750Z[ host-image] kflt 0.000162160
116912026-09-11T00:35:56.750Z[ host-image] lock 5:27.896929229
116922026-09-11T00:35:56.750Z[ host-image] slp 21:51.193475866
116932026-09-11T00:35:56.750Z[ host-image] lat 30.748164634
116942026-09-11T00:35:56.750Z[ host-image] stop 2.570971721
116952026-09-11T00:35:56.753ZSep 11 00:35:55.370 INFO [host-image] process exited with exit status: 0 (253.915611993s)
116962026-09-11T00:35:56.753ZSep 11 00:35:55.370 INFO [tuf-v2-host] running task
116972026-09-11T00:35:56.753ZSep 11 00:35:55.370 INFO [tuf-repo] running task
116982026-09-11T00:35:56.753ZSep 11 00:35:55.371 INFO [tuf-v2-host] task succeeded (529.85µs)
116992026-09-11T00:35:56.753ZSep 11 00:35:55.371 INFO [tuf-v2-repo] running task
117002026-09-11T00:36:11.748ZSep 11 00:36:10.368 INFO assembling repository in `/tmp/tufaceousPEQKht`, component: OmicronRepoAssembler
117012026-09-11T00:36:14.320ZSep 11 00:36:12.939 INFO [tuf-v2-repo] task succeeded (17.56869055s)
117022026-09-11T00:36:16.081ZSep 11 00:36:14.701 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
117032026-09-11T00:36:16.327ZSep 11 00:36:14.947 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
117042026-09-11T00:36:18.175ZSep 11 00:36:16.795 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
117052026-09-11T00:36:18.230ZSep 11 00:36:16.850 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
117062026-09-11T00:36:18.280ZSep 11 00:36:16.899 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
117072026-09-11T00:36:18.329ZSep 11 00:36:16.949 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
117082026-09-11T00:36:18.381ZSep 11 00:36:17.000 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
117092026-09-11T00:36:18.431ZSep 11 00:36:17.051 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
117102026-09-11T00:36:18.497ZSep 11 00:36:17.116 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
117112026-09-11T00:36:26.188ZSep 11 00:36:24.807 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
117122026-09-11T00:36:26.193ZSep 11 00:36:24.813 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
117132026-09-11T00:36:26.217ZSep 11 00:36:24.837 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
117142026-09-11T00:36:26.273ZSep 11 00:36:24.892 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
117152026-09-11T00:36:26.331ZSep 11 00:36:24.951 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
117162026-09-11T00:36:26.409ZSep 11 00:36:25.029 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
117172026-09-11T00:36:26.472ZSep 11 00:36:25.091 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
117182026-09-11T00:36:26.477ZSep 11 00:36:25.097 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
117192026-09-11T00:36:26.500ZSep 11 00:36:25.120 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
117202026-09-11T00:36:27.627ZSep 11 00:36:26.247 INFO [tuf-repo] task succeeded (30.876695641s)
117212026-09-11T00:39:52.461Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 34s
117222026-09-11T00:39:52.464Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
117232026-09-11T00:39:52.464Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
117242026-09-11T00:39:55.238ZSep 11 00:39:53.857 INFO [verify-libraries] process exited with exit status: 0 (460.701272117s)
117252026-09-11T00:39:55.238ZSep 11 00:39:53.857 INFO all jobs completed in 1252.260198427s
117262026-09-11T00:39:56.207Zprocess exited: duration 1494715 ms, exit code 0
 
117272026-09-11T00:39:56.220Zfound 41 output files
117282026-09-11T00:39:56.220Zuploading: /work/manifest.toml (17334 bytes)
117292026-09-11T00:39:57.244Zuploaded: /work/manifest.toml
117302026-09-11T00:39:57.244Zuploading: /work/repo.zip (2357489995 bytes)
117312026-09-11T00:41:14.502Zuploaded: /work/repo.zip
117322026-09-11T00:41:14.502Zuploading: /work/repo.zip.sha256.txt (65 bytes)
117332026-09-11T00:41:15.539Zuploaded: /work/repo.zip.sha256.txt
117342026-09-11T00:41:15.539Zuploading: /work/helios.json (647 bytes)
117352026-09-11T00:41:16.561Zuploaded: /work/helios.json
117362026-09-11T00:41:16.561Zuploading: /work/incorporation.p5m (113595 bytes)
117372026-09-11T00:41:17.588Zuploaded: /work/incorporation.p5m
117382026-09-11T00:41:17.588Zuploading: /work/incorporation.p5p (133120 bytes)
117392026-09-11T00:41:18.615Zuploaded: /work/incorporation.p5p
117402026-09-11T00:41:18.615Zuploading: /work/helios-incorp.log (522 bytes)
117412026-09-11T00:41:20.619Zuploaded: /work/helios-incorp.log
117422026-09-11T00:41:20.619Zuploading: /work/helios-setup.log (56977 bytes)
117432026-09-11T00:41:21.639Zuploaded: /work/helios-setup.log
117442026-09-11T00:41:21.639Zuploading: /work/host-image.log (235643 bytes)
117452026-09-11T00:41:22.681Zuploaded: /work/host-image.log
117462026-09-11T00:41:22.681Zuploading: /work/host-package.log (51391 bytes)
117472026-09-11T00:41:23.710Zuploaded: /work/host-package.log
117482026-09-11T00:41:23.710Zuploading: /work/host-target.log (101 bytes)
117492026-09-11T00:41:24.720Zuploaded: /work/host-target.log
117502026-09-11T00:41:24.720Zuploading: /work/incorp-create.log (0 bytes)
117512026-09-11T00:41:25.738Zuploaded: /work/incorp-create.log
117522026-09-11T00:41:25.738Zuploading: /work/incorp-fmt.log (0 bytes)
117532026-09-11T00:41:26.750Zuploaded: /work/incorp-fmt.log
117542026-09-11T00:41:26.750Zuploading: /work/incorp-pkgsend.log (108 bytes)
117552026-09-11T00:41:27.767Zuploaded: /work/incorp-pkgsend.log
117562026-09-11T00:41:27.767Zuploading: /work/incorp-publisher.log (0 bytes)
117572026-09-11T00:41:28.783Zuploaded: /work/incorp-publisher.log
117582026-09-11T00:41:28.783Zuploading: /work/omicron-package.log (10419 bytes)
117592026-09-11T00:41:29.801Zuploaded: /work/omicron-package.log
117602026-09-11T00:41:29.801Zuploading: /work/recovery-image.log (591700 bytes)
117612026-09-11T00:41:30.843Zuploaded: /work/recovery-image.log
117622026-09-11T00:41:30.843Zuploading: /work/recovery-package.log (2764 bytes)
117632026-09-11T00:41:33.499Zuploaded: /work/recovery-package.log
117642026-09-11T00:41:33.499Zuploading: /work/recovery-target.log (98 bytes)
117652026-09-11T00:41:34.516Zuploaded: /work/recovery-target.log
117662026-09-11T00:41:34.517Zuploading: /work/stamp-clickhouse.log (117 bytes)
117672026-09-11T00:41:35.528Zuploaded: /work/stamp-clickhouse.log
117682026-09-11T00:41:35.528Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
117692026-09-11T00:41:36.538Zuploaded: /work/stamp-clickhouse_keeper.log
117702026-09-11T00:41:36.538Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
117712026-09-11T00:41:37.549Zuploaded: /work/stamp-clickhouse_server.log
117722026-09-11T00:41:37.549Zuploading: /work/stamp-cockroachdb.log (118 bytes)
117732026-09-11T00:41:38.559Zuploaded: /work/stamp-cockroachdb.log
117742026-09-11T00:41:38.559Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
117752026-09-11T00:41:39.567Zuploaded: /work/stamp-crucible-pantry-zone.log
117762026-09-11T00:41:39.567Zuploading: /work/stamp-crucible-utils.log (118 bytes)
117772026-09-11T00:41:40.577Zuploaded: /work/stamp-crucible-utils.log
117782026-09-11T00:41:40.578Zuploading: /work/stamp-crucible-zone.log (120 bytes)
117792026-09-11T00:41:41.587Zuploaded: /work/stamp-crucible-zone.log
117802026-09-11T00:41:41.587Zuploading: /work/stamp-external-dns.log (119 bytes)
117812026-09-11T00:41:42.597Zuploaded: /work/stamp-external-dns.log
117822026-09-11T00:41:42.597Zuploading: /work/stamp-installinator.log (103 bytes)
117832026-09-11T00:41:43.607Zuploaded: /work/stamp-installinator.log
117842026-09-11T00:41:43.607Zuploading: /work/stamp-internal-dns.log (119 bytes)
117852026-09-11T00:41:44.616Zuploaded: /work/stamp-internal-dns.log
117862026-09-11T00:41:44.616Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
117872026-09-11T00:41:45.627Zuploaded: /work/stamp-mg-ddm-gz.log
117882026-09-11T00:41:45.627Zuploading: /work/stamp-nexus.log (112 bytes)
117892026-09-11T00:41:46.635Zuploaded: /work/stamp-nexus.log
117902026-09-11T00:41:46.636Zuploading: /work/stamp-ntp.log (110 bytes)
117912026-09-11T00:41:47.646Zuploaded: /work/stamp-ntp.log
117922026-09-11T00:41:47.646Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
117932026-09-11T00:41:48.656Zuploaded: /work/stamp-omicron-sled-agent.log
117942026-09-11T00:41:48.656Zuploading: /work/stamp-overlay.log (114 bytes)
117952026-09-11T00:41:49.665Zuploaded: /work/stamp-overlay.log
117962026-09-11T00:41:49.665Zuploading: /work/stamp-oximeter.log (115 bytes)
117972026-09-11T00:41:50.677Zuploaded: /work/stamp-oximeter.log
117982026-09-11T00:41:50.677Zuploading: /work/stamp-oxlog.log (109 bytes)
117992026-09-11T00:41:51.686Zuploaded: /work/stamp-oxlog.log
118002026-09-11T00:41:51.686Zuploading: /work/stamp-probe.log (112 bytes)
118012026-09-11T00:41:52.696Zuploaded: /work/stamp-probe.log
118022026-09-11T00:41:52.696Zuploading: /work/stamp-propolis-server.log (122 bytes)
118032026-09-11T00:41:53.707Zuploaded: /work/stamp-propolis-server.log
118042026-09-11T00:41:53.707Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
118052026-09-11T00:41:54.715Zuploaded: /work/stamp-pumpkind-gz.log
118062026-09-11T00:41:54.715Zuploading: /work/stamp-switch-asic.log (118 bytes)
118072026-09-11T00:41:55.725Zuploaded: /work/stamp-switch-asic.log
118082026-09-11T00:41:55.725Zuploading: /work/verify-libraries.log (50329 bytes)
118092026-09-11T00:41:56.736Zuploaded: /work/verify-libraries.log